Lines Matching +full:wire +full:- +full:config
26 #include <config.h>
28 #include "netdissect-stdinc.h"
36 * XXX - for BSD/OS PPP, what packets get supplied with a PPP header type
41 * RFC 1144 implies that, on the wire, the packet type is *not* needed
43 * to be put on the wire for SLIP.
60 * So this routine looks as if it's sort-of intended to handle
64 * packets correctly for that (you only check the first bit - see
67 * But it's called for BSD/OS PPP, not SLIP - perhaps BSD/OS does weird
70 * Without a BSD/OS VJC-compressed PPP trace, or knowledge of what the
73 * We therefore leave "proto" - which is the PPP protocol type - in place,
77 * XXX - also, it fetches the TCP checksum field in COMPRESSED_TCP
80 * big-endian, but perhaps, on the platform where this was developed,
89 ndo->ndo_protocol = "vjc"; in vjc_print()
92 if (ndo->ndo_eflag) in vjc_print()
96 if (ndo->ndo_eflag) in vjc_print()
100 if (ndo->ndo_eflag) in vjc_print()
110 return -1; in vjc_print()
112 if (ndo->ndo_eflag) in vjc_print()
114 return -1; in vjc_print()
116 if (ndo->ndo_eflag) in vjc_print()
118 return -1; in vjc_print()