summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguy <guy>2002-02-03 23:03:42 +0000
committerguy <guy>2002-02-03 23:03:42 +0000
commit9f5a39497e08f83e1be01f193473f6fc2560d68c (patch)
tree87bc6631557ce7d90b72857b50fc64bcc5cd12ad
parentfcfc446231aa6aa3871f41d15f72a23f2058df03 (diff)
downloadlibpcap-9f5a39497e08f83e1be01f193473f6fc2560d68c.tar.gz
Fix a typo in a comment.
-rw-r--r--pcap-linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-linux.c b/pcap-linux.c
index baa06e72..7cee1952 100644
--- a/pcap-linux.c
+++ b/pcap-linux.c
@@ -26,7 +26,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.74 2002-02-03 23:02:07 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.75 2002-02-03 23:03:42 guy Exp $ (LBL)";
#endif
/*
@@ -980,7 +980,7 @@ static void map_arphrd_to_dlt(pcap_t *handle, int arptype)
break;
#ifndef ARPHRD_HDLC
-#define ARPHRD_HDLC 513 /* From Linux 2.2.213 */
+#define ARPHRD_HDLC 513 /* From Linux 2.2.13 */
#endif
case ARPHRD_HDLC:
handle->linktype = DLT_C_HDLC;