]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-linux.c
Add DLT_AX25_KISS, for AX.25 with a KISS header, as per discussions in
[libpcap] / pcap-linux.c
index 9e761f1b0e79d09c3a7e137ab7723408c4d57637..ce3ee3f5cdf485a7029edda6d70418251f2e66a9 100644 (file)
@@ -27,7 +27,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.128 2006-10-13 17:46:46 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.129 2007-10-05 01:40:14 guy Exp $ (LBL)";
 #endif
 
 /*
@@ -1169,7 +1169,7 @@ static void map_arphrd_to_dlt(pcap_t *handle, int arptype, int cooked_ok)
                break;
 
        case ARPHRD_AX25:
-               handle->linktype = DLT_AX25;
+               handle->linktype = DLT_AX25_KISS;
                break;
 
        case ARPHRD_PRONET: