Lines Matching full:swapped
198 SWAPPED, enumerator
226 int swapped = 0; in pcap_check_header() local
236 * number for a pcap savefile, or for a byte-swapped pcap in pcap_check_header()
248 swapped = 1; in pcap_check_header()
272 * If it's a byte-swapped capture file, byte-swap the header. in pcap_check_header()
274 if (swapped) { in pcap_check_header()
326 p->swapped = swapped; in pcap_check_header()
401 ps->lengths_swapped = SWAPPED; in pcap_check_header()
409 ps->lengths_swapped = SWAPPED; in pcap_check_header()
551 if (p->swapped) { in pcap_next_packet()
599 * so presumably they weren't swapped. in pcap_next_packet()
605 case SWAPPED: in pcap_next_packet()
786 pcapint_post_process(p->linktype, p->swapped, hdr, *data); in pcap_next_packet()