]> The Tcpdump Group git mirrors - tcpdump/commitdiff
struct netdissect_options: Remove unused member 'ndo_aflag'
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 20 Jun 2015 11:30:29 +0000 (13:30 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 20 Jun 2015 11:30:29 +0000 (13:30 +0200)
Moreover:
Remove redundant empty line.

netdissect.h

index d7a027e47d391e34636b1736618c715a8dfddb5b..6807443c010a402bc2cc8a81f7fe0e2063862701 100644 (file)
@@ -85,11 +85,9 @@ extern const char *tok2str(const struct tok *, const char *, u_int);
 extern char *bittok2str(const struct tok *, const char *, u_int);
 extern char *bittok2str_nosep(const struct tok *, const char *, u_int);
 
-
 typedef struct netdissect_options netdissect_options;
 
 struct netdissect_options {
-  int ndo_aflag;               /* translate network and broadcast addresses */
   int ndo_bflag;               /* print 4 byte ASes in ASDOT notation */
   int ndo_eflag;               /* print ethernet header */
   int ndo_fflag;               /* don't translate "foreign" IP address */