diff options
author | risso <risso> | 2002-08-01 08:52:55 +0000 |
---|---|---|
committer | risso <risso> | 2002-08-01 08:52:55 +0000 |
commit | 3d932490b826facb568937a1290910a1265267f5 (patch) | |
tree | 65e999a8071b1f4bad5c7d437d3846b777f302db /print-ascii.c | |
parent | e5ec03a25c981b8df7f81fe6f91deb4879524065 (diff) | |
download | tcpdump-3d932490b826facb568937a1290910a1265267f5.tar.gz |
Added support for Win32, based on WinPcap.
Diffstat (limited to 'print-ascii.c')
-rw-r--r-- | print-ascii.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print-ascii.c b/print-ascii.c index 405621b4..524a430e 100644 --- a/print-ascii.c +++ b/print-ascii.c @@ -42,11 +42,10 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-ascii.c,v 1.8 2002-06-11 17:08:42 itojun Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ascii.c,v 1.9 2002-08-01 08:53:00 risso Exp $"; #endif +#include <tcpdump-stdinc.h> #include <stdio.h> -#include <sys/types.h> -#include <ctype.h> #include "interface.h" |