diff options
author | guy <guy> | 2000-09-23 08:54:24 +0000 |
---|---|---|
committer | guy <guy> | 2000-09-23 08:54:24 +0000 |
commit | 536f5125835b031330f472aebed8241a1718b018 (patch) | |
tree | a334e9acc3b3104a347ebfebffead00d12f19c68 /print-mobile.c | |
parent | 7b50febe28e54e076a9917164eeddec4bc7a170e (diff) | |
download | tcpdump-536f5125835b031330f472aebed8241a1718b018.tar.gz |
Add an "ip.h" header, to declare the IP stuff needed by dissectors, and
have dissectors include them rather than <netinet/ip.h> or
<netinet/ip_var.h>, if they actually need that stuff.
Put the declarations of the ICMP stuff directly into "print-icmp.c".
Remove all unnecessary includes of <netinet/ip*.h> files.
Copy the byte-order stuff from "nameser.h" into "tcp.h".
Diffstat (limited to 'print-mobile.c')
-rw-r--r-- | print-mobile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-mobile.c b/print-mobile.c index 977d9ee7..561e048f 100644 --- a/print-mobile.c +++ b/print-mobile.c @@ -42,7 +42,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.3 2000-01-09 21:34:18 fenner Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.4 2000-09-23 08:54:34 guy Exp $"; #endif #include <sys/param.h> @@ -52,7 +52,6 @@ static const char rcsid[] = #include <netinet/in.h> #include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netdb.h> #include <stdio.h> |