]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/tcpdump/ppi.h
MFC r368207,368607:
[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