Searched defs:pcap_file_hdr (Results 1 – 1 of 1) sorted by relevance
68 struct pcap_file_hdr { struct69 uint32_t magic_number;70 uint16_t version_major;71 uint16_t version_minor;72 uint32_t thiszone; /* TZ correction */73 uint32_t sigflags; /* accuracy of timestamps */74 uint32_t snaplen; /* max legnth of captured packets */75 uint32_t network; /* data link type */