Lines Matching +full:wire +full:- +full:config
24 #include <config.h>
26 #include "netdissect-stdinc.h"
47 etype = GET_BE_U_2(sp->ether_type); in symantec_hdr_print()
48 if (!ndo->ndo_qflag) { in symantec_hdr_print()
67 * to the ether header of the packet, 'h->ts' is the timestamp,
68 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
74 u_int length = h->len; in symantec_if_print()
75 u_int caplen = h->caplen; in symantec_if_print()
79 ndo->ndo_protocol = "symantec"; in symantec_if_print()
82 ndo->ndo_ll_hdr_len += sizeof (struct symantec_header); in symantec_if_print()
83 if (ndo->ndo_eflag) in symantec_if_print()
86 length -= sizeof (struct symantec_header); in symantec_if_print()
87 caplen -= sizeof (struct symantec_header); in symantec_if_print()
91 ether_type = GET_BE_U_2(sp->ether_type); in symantec_if_print()
95 if (!ndo->ndo_eflag) in symantec_if_print()
98 if (!ndo->ndo_suppress_default_print) in symantec_if_print()
102 if (!ndo->ndo_eflag) in symantec_if_print()
105 if (!ndo->ndo_suppress_default_print) in symantec_if_print()