]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/tcpdump/ppi.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / tcpdump / ppi.h
1 typedef struct ppi_header {
2         uint8_t         ppi_ver;
3         uint8_t         ppi_flags;
4         uint16_t        ppi_len;
5         uint32_t        ppi_dlt;
6 } ppi_header_t;
7
8 #define PPI_HDRLEN      8
9