From 6c274198ad9ed182545125fb6bfde2a99114cc0a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 27 Nov 2008 08:35:42 +0530 Subject: Add PCAP (LINKTYPE GSM incl. gsmtap hdr) support --- gsm-tvoid/src/lib/gsmstack.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gsm-tvoid/src/lib/gsmstack.h') diff --git a/gsm-tvoid/src/lib/gsmstack.h b/gsm-tvoid/src/lib/gsmstack.h index 8230442..b4a5c96 100644 --- a/gsm-tvoid/src/lib/gsmstack.h +++ b/gsm-tvoid/src/lib/gsmstack.h @@ -23,6 +23,8 @@ typedef struct int tun_fd; unsigned char ether_addr[ETH_ALEN]; + + int pcap_fd; } GS_CTX; int GS_new(GS_CTX *ctx); -- cgit v1.2.3