diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2006-12-27 01:46:42 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2006-12-27 01:46:42 +0000 |
commit | aa235a4262fd8803d210a38e237216147c17d8e0 (patch) | |
tree | cc957f46ab5567c1e0413eab3e257300686fea78 /tap-funnel.c | |
parent | 303082812e8bba1379b9aa44a6d663bcd8b80821 (diff) | |
download | wireshark-aa235a4262fd8803d210a38e237216147c17d8e0.tar.gz wireshark-aa235a4262fd8803d210a38e237216147c17d8e0.tar.bz2 wireshark-aa235a4262fd8803d210a38e237216147c17d8e0.zip |
+ browser_open_url()
+ browser_open_data_file()
svn path=/trunk/; revision=20223
Diffstat (limited to 'tap-funnel.c')
-rw-r--r-- | tap-funnel.c | 4 |
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 }; |