Merge branch 'vendor/LIBEDIT'
[dragonfly.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