]> The Tcpdump Group git mirrors - libpcap/commitdiff
Patch from Igor Khristophorov <[email protected]> to handle adaptive SLIP
authorguy <guy>
Sat, 20 Jan 2001 07:47:53 +0000 (07:47 +0000)
committerguy <guy>
Sat, 20 Jan 2001 07:47:53 +0000 (07:47 +0000)
interfaces on Linux just like standard SLIP interfaces.

CREDITS
pcap-linux.c

diff --git a/CREDITS b/CREDITS
index 57972372e39d81b87082435f2fe1c1566c1a9cde..7e9b75b8921abf58a24b6a4d94385907ceec1fe3 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -18,6 +18,7 @@ Additional people who have contributed patches:
        Chris G. Demetriou              <[email protected]>
        Darren Reed                     <[email protected]>
        Greg Troxel                     <[email protected]>
+       Igor Khristophorov              <[email protected]>
        Jefferson Ogata                 <[email protected]>
        Juergen Schoenwaelder           <[email protected]>
        Lorenzo Cavallaro               <[email protected]>
index ff0eef69f2e15c2d0023ba7db294e0f6b05009c8..2711951c1a874f2d323bebbbc8dd55f6f946c79d 100644 (file)
@@ -26,7 +26,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.54 2001-01-18 03:58:22 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.55 2001-01-20 07:47:54 guy Exp $ (LBL)";
 #endif
 
 /*
@@ -632,6 +632,7 @@ static int map_arphrd_to_dlt(int arptype)
        case ARPHRD_CSLIP:
        case ARPHRD_SLIP6:
        case ARPHRD_CSLIP6:
+       case ARPHRD_ADAPT:
        case ARPHRD_SLIP:       return DLT_RAW;
        }