summaryrefslogtreecommitdiff
path: root/print-telnet.c
diff options
context:
space:
mode:
authorguy <guy>2000-09-23 08:26:30 +0000
committerguy <guy>2000-09-23 08:26:30 +0000
commit7b50febe28e54e076a9917164eeddec4bc7a170e (patch)
tree7a4ac443a00f2a7982234c9881c3706bb8e6e955 /print-telnet.c
parente89409254248af64db721ede4babbe9fd1753f6c (diff)
downloadtcpdump-7b50febe28e54e076a9917164eeddec4bc7a170e.tar.gz
Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff needed
by dissectors, and have dissectors include them rather than <netinet/udp.h>, <netinet/udp_var.h>, or <netinet/tcp.h>, if they actually need that stuff. Remove all unnecessary includes of <netinet/udp*.h> or <netinet/tcp*.h> files.
Diffstat (limited to 'print-telnet.c')
-rw-r--r--print-telnet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/print-telnet.c b/print-telnet.c
index 5be7e6f1..7ba929f9 100644
--- a/print-telnet.c
+++ b/print-telnet.c
@@ -51,7 +51,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.9 2000-07-01 03:39:11 assar Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.10 2000-09-23 08:26:38 guy Exp $";
#endif
#include <sys/param.h>
@@ -63,7 +63,6 @@ static const char rcsid[] =
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_var.h>
-#include <netinet/tcp.h>
#define TELCMDS
#define TELOPTS