Searched refs:shbp (Results 1 – 1 of 1) sorted by relevance
508 struct section_header_block *shbp; in pcap_ng_check_header() local586 if (total_length < sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer)) { in pcap_ng_check_header()590 (unsigned long)(sizeof(*bhdrp) + sizeof(*shbp) + sizeof(struct block_trailer))); in pcap_ng_check_header()620 shbp = (struct section_header_block *)(p->buffer + sizeof(struct block_header)); in pcap_ng_check_header()623 shbp->byte_order_magic = byte_order_magic; in pcap_ng_check_header()634 shbp->major_version = SWAPSHORT(shbp->major_version); in pcap_ng_check_header()635 shbp->minor_version = SWAPSHORT(shbp->minor_version); in pcap_ng_check_header()641 if (shbp->major_version != PCAP_NG_VERSION_MAJOR) { in pcap_ng_check_header()644 shbp->major_version); in pcap_ng_check_header()647 p->sf.version_major = shbp->major_version; in pcap_ng_check_header()[all …]