Home
last modified time | relevance | path

Searched defs:netdissect_options (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dnetdissect.h199 struct netdissect_options { struct
201 int ndo_eflag; /* print ethernet header */
206 int ndo_qflag; /* quick (shorter) output */
208 int ndo_tflag; /* print packet arrival time */
210 int ndo_vflag; /* verbosity level */
211 int ndo_xflag; /* print packet in hex */
212 int ndo_Xflag; /* print packet in hex/ASCII */
217 const char *ndo_protocol; /* protocol */
247 void (*ndo_default_print)(netdissect_options *, argument
251 int (*ndo_printf)(netdissect_options *, argument
[all …]
H A Dprint-ether.c426 void (*print_switch_tag)(netdissect_options *, const u_char *), in ether_switch_tag_print()