Lines Matching +full:top +full:- +full:ctrl
4 * Tampere University of Technology - Telecommunications Laboratory
29 #include "netdissect-stdinc.h"
36 0xaa, /* DSAP: non-ISO */
37 0xaa, /* SSAP: non-ISO */
38 0x03, /* Ctrl: Unnumbered Information Command PDU */
44 * This is the top level routine of the printer. 'p' points
45 * to the LLC/SNAP or raw header of the packet, 'h->ts' is the timestamp,
46 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
52 u_int caplen = h->caplen; in cip_if_print()
53 u_int length = h->len; in cip_if_print()
56 ndo->ndo_protocol = "cip"; in cip_if_print()
58 if (ndo->ndo_eflag) in cip_if_print()
60 * There is no MAC-layer header, so just print the length. in cip_if_print()
72 if (!ndo->ndo_suppress_default_print) in cip_if_print()
74 llc_hdrlen = -llc_hdrlen; in cip_if_print()
84 ndo->ndo_ll_hdr_len += llc_hdrlen; in cip_if_print()