Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcpdump/
H A Dnetdissect.h165 typedef struct netdissect_options netdissect_options; typedef
200 struct netdissect_options { struct
201 int ndo_bflag; /* print 4 byte ASes in ASDOT notation */
202 int ndo_eflag; /* print ethernet header */
203 int ndo_fflag; /* don't translate "foreign" IP address */
204 int ndo_Kflag; /* don't check IP, TCP or UDP checksums */
205 int ndo_nflag; /* leave addresses as numbers */
206 int ndo_Nflag; /* remove domains from printed host names */
207 int ndo_qflag; /* quick (shorter) output */
208 int ndo_Sflag; /* print raw TCP sequence numbers */
[all …]
H A Dprint-ether.c420 void (*print_switch_tag)(netdissect_options *, const u_char *), in ether_switch_tag_print()