diff options
author | guy <guy> | 2000-09-23 08:03:27 +0000 |
---|---|---|
committer | guy <guy> | 2000-09-23 08:03:27 +0000 |
commit | e89409254248af64db721ede4babbe9fd1753f6c (patch) | |
tree | 9fd711539537701b449c778b0f6fc9c57bf90e88 /print-sunrpc.c | |
parent | a547c0ebd8facfee13f199add7917ca6d5d5233b (diff) | |
download | tcpdump-e89409254248af64db721ede4babbe9fd1753f6c.tar.gz |
Add definitions of Ethernet types from
"linux-includes/netinet/if_ether.h" to "ethertype.h".
Move other stuff used by dissectors from <netinet/if_ether.h> to
"ether.h", along the lines of "fddi.h" and "token.h".
Move ARP declarations from BSD include files to "print-arp.c".
Remove from dissectors includes of <netinet/if_ether.h>, and add
includes of "ethertype.h" and/or "ether.h" as necessary.
Get rid of configuration options that test declarations now made in
"ether.h" or "print-arp.c", as those declarations are now under our
control, not the OS's control.
Diffstat (limited to 'print-sunrpc.c')
-rw-r--r-- | print-sunrpc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-sunrpc.c b/print-sunrpc.c index d9667a2b..d3f75ab1 100644 --- a/print-sunrpc.c +++ b/print-sunrpc.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.33 2000-07-01 03:39:10 assar Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.34 2000-09-23 08:03:41 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -37,7 +37,6 @@ struct rtentry; #include <net/if.h> #include <netinet/in.h> -#include <netinet/if_ether.h> #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> |