summaryrefslogtreecommitdiff
path: root/gsm-tvoid/src/lib/gsmstack.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-11-09 16:58:31 +0100
committerHarald Welte <laforge@gnumonks.org>2010-11-09 16:58:31 +0100
commitc5a077f5f97f0262782040b5f20e89a944202eb4 (patch)
treeace746029ad14b22d8b8781de619b10e2bca6ba8 /gsm-tvoid/src/lib/gsmstack.h
parentaa2ed9259be0b40c53361e3df7e28d35c3f12e22 (diff)
Remove old 'tun' based interface to wireshark
this interface has long been replaced by GSMTAP on top of UDP, which is supported in wireshark mainline
Diffstat (limited to 'gsm-tvoid/src/lib/gsmstack.h')
-rw-r--r--gsm-tvoid/src/lib/gsmstack.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gsm-tvoid/src/lib/gsmstack.h b/gsm-tvoid/src/lib/gsmstack.h
index a9da102..337293e 100644
--- a/gsm-tvoid/src/lib/gsmstack.h
+++ b/gsm-tvoid/src/lib/gsmstack.h
@@ -6,7 +6,6 @@
extern "C" {
#endif
-#include <linux/if_ether.h>
#include "interleave.h"
struct gs_ts_ctx {
@@ -26,9 +25,6 @@ typedef struct
struct gs_ts_ctx ts_ctx[8];
- int tun_fd;
- unsigned char ether_addr[ETH_ALEN];
-
int pcap_fd;
int burst_pcap_fd;
} GS_CTX;
personal git repositories of Harald Welte. Your mileage may vary