time: Use clock_gettime
[dragonfly.git] / contrib / tcpdump / ppi.h
blob733eb950f0de5800cb17afdeacff1e89b06af355
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;
8 #define PPI_HDRLEN 8