summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/tcpdump.c
diff options
context:
space:
mode:
authormoritz <moritz@openbsd.org>2005-03-25 13:45:30 +0000
committermoritz <moritz@openbsd.org>2005-03-25 13:45:30 +0000
commit5fe93c0f0c942fad56422d1de3006da95a791e28 (patch)
tree9bc095415a8d260b81f3e7b2189e685a58a3b933 /usr.sbin/tcpdump/tcpdump.c
parentwhat is an ospfe engine? (diff)
downloadwireguard-openbsd-5fe93c0f0c942fad56422d1de3006da95a791e28.tar.xz
wireguard-openbsd-5fe93c0f0c942fad56422d1de3006da95a791e28.zip
whitespace
Diffstat (limited to 'usr.sbin/tcpdump/tcpdump.c')
-rw-r--r--usr.sbin/tcpdump/tcpdump.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.c b/usr.sbin/tcpdump/tcpdump.c
index aeb2b8312a7..5b332274f45 100644
--- a/usr.sbin/tcpdump/tcpdump.c
+++ b/usr.sbin/tcpdump/tcpdump.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcpdump.c,v 1.42 2005/03/07 16:13:38 reyk Exp $ */
+/* $OpenBSD: tcpdump.c,v 1.43 2005/03/25 13:45:30 moritz Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
@@ -26,7 +26,7 @@ static const char copyright[] =
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997\n\
The Regents of the University of California. All rights reserved.\n";
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/tcpdump.c,v 1.42 2005/03/07 16:13:38 reyk Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/tcpdump.c,v 1.43 2005/03/25 13:45:30 moritz Exp $ (LBL)";
#endif
/*
@@ -447,7 +447,7 @@ main(int argc, char **argv)
if (snaplen == 0) {
switch (dlt) {
case DLT_IEEE802_11_RADIO:
- snaplen = RADIOTAP_SNAPLEN;
+ snaplen = RADIOTAP_SNAPLEN;
break;
default:
snaplen = DEFAULT_SNAPLEN;