summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/tcpdump/ppi.h
blob: 733eb950f0de5800cb17afdeacff1e89b06af355 (plain) (blame)
1
2
3
4
5
6
7
8
9
typedef struct ppi_header {
	uint8_t		ppi_ver;
	uint8_t		ppi_flags;
	uint16_t	ppi_len;
	uint32_t	ppi_dlt;
} ppi_header_t;

#define	PPI_HDRLEN	8