sf-pcap-ng.c | 107 bpf_u_int32 byte_order_magic; member in struct:section_header_block 117 #define BYTE_ORDER_MAGIC 0x1A2B3C4D 650 bpf_u_int32 byte_order_magic; local 709 amt_read = fread(&byte_order_magic, 1, sizeof(byte_order_magic), fp); 710 if (amt_read < sizeof(byte_order_magic)) { 725 if (byte_order_magic != BYTE_ORDER_MAGIC) { 726 byte_order_magic = SWAPLONG(byte_order_magic); [all...] |