Lines Matching defs:netdissect_options
136 typedef struct netdissect_options netdissect_options; typedef
142 struct netdissect_options { struct
143 int ndo_bflag; /* print 4 byte ASes in ASDOT notation */
144 int ndo_eflag; /* print ethernet header */
145 int ndo_fflag; /* don't translate "foreign" IP address */
146 int ndo_Kflag; /* don't check TCP checksums */
147 int ndo_nflag; /* leave addresses as numbers */
148 int ndo_Nflag; /* remove domains from printed host names */
149 int ndo_qflag; /* quick (shorter) output */
150 int ndo_Sflag; /* print raw TCP sequence numbers */
151 int ndo_tflag; /* print packet arrival time */
152 int ndo_uflag; /* Print undecoded NFS handles */
153 int ndo_vflag; /* verbosity level */
154 int ndo_xflag; /* print packet in hex */
155 int ndo_Xflag; /* print packet in hex/ascii */
156 int ndo_Aflag; /* print packet only in ascii observing TAB,
159 int ndo_Hflag; /* dissect 802.11s draft mesh standard */
183 void (*ndo_default_print)(netdissect_options *, argument
187 int (*ndo_printf)(netdissect_options *, argument
194 void (*ndo_error)(netdissect_options *, argument
204 void (*ndo_warning)(netdissect_options *, argument