Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.1
/
tcpdump
/
refs/heads/master
/
.
/
tcpdump-4.3.0
/
ppi.h
blob: 733eb950f0de5800cb17afdeacff1e89b06af355 [
file
] [
log
] [
blame
] [
edit
]
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