aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.h
AgeCommit message (Collapse)AuthorFilesLines
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=30180
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.Bill Meier1-2/+2
svn path=/trunk/; revision=27627
2008-08-11The forgotten file!Luis Ontanon1-5/+7
svn path=/trunk/; revision=25979
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-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. svn path=/trunk/; revision=21526
2006-12-27+ browser_open_url()Luis Ontanon1-10/+7
+ browser_open_data_file() svn path=/trunk/; revision=20223
2006-10-05have the funnel client passing the destructors for btn data structures to ↵Luis Ontanon1-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. svn path=/trunk/; revision=19440
2006-10-03- Make sure that the registration files are created whenever there's a changeLuis Ontanon1-0/+1
- get rid of 5.0.2 stuff - add the apply_filter() API svn path=/trunk/; revision=19406
2006-10-03more Lua APIs:Luis Ontanon1-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) svn path=/trunk/; revision=19404
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon1-2/+2
* Add a "Tools" menu * allow wslua's register_menu to register menu items into more menus svn path=/trunk/; revision=19338
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-03-30TextWindow:Luis Ontanon1-0/+10
- add buttons - make editable svn path=/trunk/; revision=17773
2006-03-05+ retap_packets()Luis Ontanon1-0/+2
+ complete gtk TextWindow + fix elua_dumper + fix elua_proto svn path=/trunk/; revision=17462
2006-02-11This was missing from last check-inLuis Ontanon1-0/+6
svn path=/trunk/; revision=17254
2006-02-06- fix a leakLuis Ontanon1-0/+2
- register the funnel mini-api ASAP svn path=/trunk/; revision=17189
2006-02-06The simple dialogLuis Ontanon1-9/+9
svn path=/trunk/; revision=17172
2006-02-05* add an option to funnel_register_menu to retap the packets right after ↵Luis Ontanon1-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 svn path=/trunk/; revision=17165
2006-02-05- add a register_menu funnel Luis Ontanon1-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 svn path=/trunk/; revision=17161
2006-02-04The funneled GUI mini API.Luis Ontanon1-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. svn path=/trunk/; revision=17149