aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12text.l
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-04 21:10:55 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-04 21:10:55 +0000
commitadfdd6e1c4d69b91361bf2138418fdb51520fa20 (patch)
tree07f982aefa953c272e4c9cf361c9f0bdaf77804a /wiretap/k12text.l
parent3f968f34a07df72848df37496c0bea2c2af10fda (diff)
Add a plugin interface to wiretap.
So far I've done only regression testing (the new functionality and what's in wtap-plugins.c has not yet being tested). it is a first step in the way to have lua opening files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21686 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/k12text.l')
-rw-r--r--wiretap/k12text.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/wiretap/k12text.l b/wiretap/k12text.l
index 53bb467b7b..a2695229c2 100644
--- a/wiretap/k12text.l
+++ b/wiretap/k12text.l
@@ -278,7 +278,6 @@ static gboolean k12text_dump(wtap_dumper *wdh _U_, const struct wtap_pkthdr *phd
static gboolean k12text_dump_close(wtap_dumper *wdh _U_ , int *err _U_) {
- (void)0;
return TRUE;
}