aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-07 21:46:06 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-07 21:46:06 +0000
commit52785185f75c887eba7ceeb11c7bdc7687645c52 (patch)
treeab39f0b09d826b0e9a859a35cec94903775814ad /wiretap
parentec4674e0859655e5a8f754d76934f2425b293f66 (diff)
Fix a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4899 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/libpcap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index 6b924981df..58805598eb 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -1,6 +1,6 @@
/* libpcap.c
*
- * $Id: libpcap.c,v 1.69 2002/03/07 21:31:12 guy Exp $
+ * $Id: libpcap.c,v 1.70 2002/03/07 21:46:06 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -484,11 +484,11 @@ int libpcap_open(wtap *wth, int *err)
* which correspond to DLT_IEEE802 (used for Token Ring),
* DLT_PPP, and DLT_SLIP_BSDOS, respectively. We shall
* assume that if the minor version number is 2, and
- * the network type is 6, 9, or 15, that it's AIX libpcap;
+ * the network type is 6, 9, or 15, that it's AIX libpcap.
*
* I'm assuming those older versions of libpcap didn't
* use DLT_IEEE802 for Token Ring, and didn't use DLT_SLIP_BSDOS
- * as that came later. It may have used DLT_SLIP, however, in
+ * as that came later. It may have used DLT_PPP, however, in
* which case we're out of luck; we assume it's Token Ring
* in AIX libpcap rather than PPP in standard libpcap, as
* you're probably more likely to be handing an AIX libpcap