]> The Tcpdump Group git mirrors - libpcap/blobdiff - inet.c
From Gilbert Hoyek <[email protected]>: support for capturing SS7
[libpcap] / inet.c
diff --git a/inet.c b/inet.c
index 169e732f3572d3dad82eed87f29a6d0d3579013f..da5ce76a4c756cb5857ea400d93de2111648a523 100644 (file)
--- a/inet.c
+++ b/inet.c
@@ -34,7 +34,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/inet.c,v 1.66 2005-02-10 19:38:06 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/inet.c,v 1.67 2005-06-20 21:27:10 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -538,6 +538,9 @@ pcap_lookupnet(device, netp, maskp, errbuf)
        if (!device || strcmp(device, "any") == 0
 #ifdef HAVE_DAG_API
            || strstr(device, "dag") != NULL
+#endif
+#ifdef HAVE_SEPTEL_API
+           || strstr(device, "septel") != NULL
 #endif
            ) {
                *netp = *maskp = 0;