aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-03 12:07:10 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-03 12:07:10 +0000
commit096231ef6f439fcc84e685a57eb308a7225f4b5b (patch)
treea6c0d2ffbc11271dd3103fb35164112ba3cda3f6 /tap-funnel.c
parent80a73e085e831cc1b18b1781b1f36557317e006b (diff)
more Lua APIs:
- set_filter() : sets the main window filter - reload() : reloads the current capture file - copy_to_clipboard() : copies its first arfg to the clipboard - open_capture_file() : opens a capture file for viewing (still broken) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19404 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-funnel.c')
-rw-r--r--tap-funnel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tap-funnel.c b/tap-funnel.c
index 10711afc0c..95784f96bc 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -98,6 +98,9 @@ static const funnel_ops_t funnel_ops = {
/*...,*/
NULL,
funnel_logger,
+ NULL,
+ NULL,
+ NULL,
NULL
};