aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-27 01:46:42 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-27 01:46:42 +0000
commit8494a7ffffb21c8173faf3768b48f26df1bf73da (patch)
treecc957f46ab5567c1e0413eab3e257300686fea78 /tap-funnel.c
parent8e58ba7aa593d260f115da2fc3101ef26c84ed10 (diff)
+ browser_open_url()
+ browser_open_data_file() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20223 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index 506ad63459..7fed0d2f9d 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -103,7 +103,9 @@ static const funnel_ops_t funnel_ops = {
NULL,
NULL,
NULL,
- NULL
+ NULL,
+ NULL,
+ NULL
};