14 lines
371 B
Diff
14 lines
371 B
Diff
|
Index: tcpdump-4.2.0/ppi.h
|
||
|
===================================================================
|
||
|
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||
|
+++ tcpdump-4.2.0/ppi.h 2011-11-28 13:27:18.566308164 +0100
|
||
|
@@ -0,0 +1,8 @@
|
||
|
+typedef struct ppi_header {
|
||
|
+ uint8_t ppi_ver;
|
||
|
+ uint8_t ppi_flags;
|
||
|
+ uint16_t ppi_len;
|
||
|
+ uint32_t ppi_dlt;
|
||
|
+} ppi_header_t;
|
||
|
+
|
||
|
+#define PPI_HDRLEN 8
|