aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-27From bug 6057:stig1-0/+1
Lua API: add support to temporary color filters (10 color slots) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37801 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-28Only include config.h in C files, to avoid multiple inclusion.stig1-4/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30180 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.wmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27627 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-11The forgotten file!lego1-5/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25979 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
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
--enable-extra-gcc-checks set. If we turn on -pedantic, try turning on -Wno-long-long as well, so that it's not *so* pedantic that it rejects the 64-bit integral data types that we explicitly require. Constify a bunch of stuff, and make some other changes, to get rid of warnings. Clean up some indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21526 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-27+ browser_open_url()lego1-10/+7
+ browser_open_data_file() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20223 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-05have the funnel client passing the destructors for btn data structures to ↵lego1-0/+2
the funnel. Although useless in practice, it is better to implement it this way... the funnel mini gui might be used by other modules in the future. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19440 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-03- Make sure that the registration files are created whenever there's a changelego1-0/+1
- get rid of 5.0.2 stuff - add the apply_filter() API git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19406 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-03more Lua APIs:lego1-0/+4
- 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
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-03-30TextWindow:lego1-0/+10
- add buttons - make editable git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17773 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-05+ retap_packets()lego1-0/+2
+ complete gtk TextWindow + fix elua_dumper + fix elua_proto git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17462 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-11This was missing from last check-inlego1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17254 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-06- fix a leaklego1-0/+2
- register the funnel mini-api ASAP git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17189 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-06The simple dialoglego1-9/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17172 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-05* add an option to funnel_register_menu to retap the packets right after ↵lego1-4/+9
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-11/+3
- 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-04The funneled GUI mini API.lego1-0/+95
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