Searched refs:rawshb (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcapng.c988 struct pcapng_section_header_fields *rawshb; local
990 rawshb = get_from_block_data(&cursor, sizeof(struct pcapng_section_header_fields), p->errbuf);
991 if (rawshb == NULL)
994 shbp->byte_order_magic = rawshb->byte_order_magic;
995 shbp->major_version = rawshb->major_version;
996 shbp->minor_version = rawshb->minor_version;
997 shbp->section_length = rawshb->section_length;

Completed in 175 milliseconds