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