]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/tcpdump/ppi.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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