aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-28Only include config.h in C files, to avoid multiple inclusion.stig1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30180 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25937 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tlego1-2/+2
* Add a "Tools" menu * allow wslua's register_menu to register menu items into more menus git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19338 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-05* add an option to funnel_register_menu to retap the packets right after ↵lego1-2/+5
been called * add a set_close_cllback function to the textwindow mini-api to set a callback to be called when the window gets closed. * fix few issues regarding the closing of the window git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17165 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-05- add a register_menu funnel lego1-15/+7
- remove the field_menu altoghether (It was not what I thought) - move a declaration to the start of a function to allow VC6 to compile git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17161 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-04define funnel_register_field_menu even if it is not implemented.lego1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17155 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-04The funneled GUI mini API.lego1-0/+81
A very reduced set of gui ops (by now just a text window) that can be funneled to dissectors (even plugins) via epan. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17149 f5534014-38df-0310-8fa8-9805f1628bb7