diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2006-03-05 02:01:16 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2006-03-05 02:01:16 +0000 |
commit | 568ad6c34ea418a66eb3641174bd30bb2ac68600 (patch) | |
tree | a2ce1e3e794df584285e60b4955acb0493070301 /tap-funnel.c | |
parent | e6886d90ce0ff33ee80acf3c2ea570333d8d5a23 (diff) | |
download | wireshark-568ad6c34ea418a66eb3641174bd30bb2ac68600.tar.gz wireshark-568ad6c34ea418a66eb3641174bd30bb2ac68600.tar.bz2 wireshark-568ad6c34ea418a66eb3641174bd30bb2ac68600.zip |
+ retap_packets()
+ complete gtk TextWindow
+ fix elua_dumper
+ fix elua_proto
svn path=/trunk/; revision=17462
Diffstat (limited to 'tap-funnel.c')
-rw-r--r-- | tap-funnel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tap-funnel.c b/tap-funnel.c index 96c9455dae..558ad2e660 100644 --- a/tap-funnel.c +++ b/tap-funnel.c @@ -72,7 +72,8 @@ static const funnel_ops_t funnel_ops = { NULL, /*...,*/ NULL, - funnel_logger + funnel_logger, + NULL }; |