Searched refs:shbp (Results 1 – 1 of 1) sorted by relevance
713 struct section_header_block *shbp; in pcap_ng_check_header() local801 if (total_length < sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer)) { in pcap_ng_check_header()805 (unsigned long)(sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer))); in pcap_ng_check_header()874 shbp = (struct section_header_block *)((u_char *)p->buffer + sizeof(struct block_header)); in pcap_ng_check_header()877 shbp->byte_order_magic = byte_order_magic; in pcap_ng_check_header()888 shbp->major_version = SWAPSHORT(shbp->major_version); in pcap_ng_check_header()889 shbp->minor_version = SWAPSHORT(shbp->minor_version); in pcap_ng_check_header()896 if (! (shbp->major_version == PCAP_NG_VERSION_MAJOR && in pcap_ng_check_header()897 shbp->minor_version == PCAP_NG_VERSION_MINOR)) { in pcap_ng_check_header()900 shbp->major_version, shbp->minor_version); in pcap_ng_check_header()[all …]