From a0a4852137bc56c7b0062aa304d8aa55e6c54efd Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 20 Jun 2005 21:27:07 +0000 Subject: From Gilbert Hoyek : support for capturing SS7 traffic on Intel Septel cards, and for filtering on SS7 MTP3 fields. Clean up indentation. --- pcap-septel.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pcap-septel.h (limited to 'pcap-septel.h') diff --git a/pcap-septel.h b/pcap-septel.h new file mode 100644 index 0000000..a9526b5 --- /dev/null +++ b/pcap-septel.h @@ -0,0 +1,15 @@ +/* + * pcap-septel.c: Packet capture interface for Intel Septel card + * + * The functionality of this code attempts to mimic that of pcap-linux as much + * as possible. This code is only needed when compiling in the Intel/Septel + * card code at the same time as another type of device. + * + * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY + * (+961 3 485343); + * + * @(#) $Header: /tcpdump/master/libpcap/pcap-septel.h,v 1.1 2005-06-20 21:27:10 guy Exp $ + */ + +pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf); + -- cgit v1.2.3