Lines Matching defs:netdissect_options

164 typedef struct netdissect_options netdissect_options;  typedef
199 struct netdissect_options { struct
200 int ndo_bflag; /* print 4 byte ASes in ASDOT notation */
201 int ndo_eflag; /* print ethernet header */
202 int ndo_fflag; /* don't translate "foreign" IP address */
203 int ndo_Kflag; /* don't check IP, TCP or UDP checksums */
204 int ndo_nflag; /* leave addresses as numbers */
205 int ndo_Nflag; /* remove domains from printed host names */
206 int ndo_qflag; /* quick (shorter) output */
207 int ndo_Sflag; /* print raw TCP sequence numbers */
208 int ndo_tflag; /* print packet arrival time */
209 int ndo_uflag; /* Print undecoded NFS handles */
210 int ndo_vflag; /* verbosity level */
211 int ndo_xflag; /* print packet in hex */
212 int ndo_Xflag; /* print packet in hex/ASCII */
213 int ndo_Aflag; /* print packet only in ASCII observing TAB,
216 int ndo_Hflag; /* dissect 802.11s draft mesh standard */
217 const char *ndo_protocol; /* protocol */
218 jmp_buf ndo_early_end; /* jmp_buf for setjmp()/longjmp() */
219 void *ndo_last_mem_p; /* pointer to the last allocated memory chunk */
220 int ndo_packet_number; /* print a packet number in the beginning of line */
221 int ndo_suppress_default_print; /* don't use default_print() for unknown packet types */
222 int ndo_tstamp_precision; /* requested time stamp precision */
223 const char *program_name; /* Name of the program using the library */
247 void (*ndo_default_print)(netdissect_options *, argument
251 int (*ndo_printf)(netdissect_options *, argument
255 void NORETURN_FUNCPTR (*ndo_error)(netdissect_options *, argument
260 void (*ndo_warning)(netdissect_options *, argument