1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Allow disabling pcap packet capture

This commit is contained in:
Matias Fontanini
2017-03-21 19:04:33 -07:00
parent ad0a1ca97d
commit 799ba2b4b6
13 changed files with 91 additions and 26 deletions

View File

@@ -35,6 +35,8 @@
#include "endianness.h"
#include "small_uint.h"
#ifdef TINS_HAVE_PCAP
namespace Tins {
/**
@@ -135,6 +137,9 @@ private:
ppi_header header_;
byte_array data_;
};
}
} // Tins
#endif // TINS_HAVE_PCAP
#endif // TINS_PPI_H