aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-25Put LUA back in the menu_bar.Anders Broman1-0/+1
svn path=/trunk/; revision=38735
2011-06-27From bug 6057:Stig Bjørlykke1-2/+3
Lua API: add support to temporary color filters (10 color slots) svn path=/trunk/; revision=37801
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=30180
2008-08-11Add a slightly modified version of Paolo Abeni's funneled progress dialog ↵Luis Ontanon1-1/+4
(ref https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2725) and its wslua interface. svn path=/trunk/; revision=25977
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
Create two new files (ws_strsplit.[ch]) that use GTK2 code to override the buggy g_strsplit() function when compiling for GTK1. Include this work-around function (ws_strsplit) in libwireshark.def. Add notes on usage to README.developer. Include epan/ws_strsplit.h in all files that use g_strsplit(). svn path=/trunk/; revision=20804
2006-12-27+ browser_open_url()Luis Ontanon1-1/+3
+ browser_open_data_file() svn path=/trunk/; revision=20223
2006-10-10Squelch a compiler warning, and clean up indentation.Guy Harris1-6/+7
svn path=/trunk/; revision=19471
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/+3
- 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/+25
* Add a "Tools" menu * allow wslua's register_menu to register menu items into more menus svn path=/trunk/; revision=19338
2006-03-30TextWindow:Luis Ontanon1-0/+2
- add buttons - make editable svn path=/trunk/; revision=17773
2006-03-05+ retap_packets()Luis Ontanon1-1/+2
+ complete gtk TextWindow + fix elua_dumper + fix elua_proto svn path=/trunk/; revision=17462
2006-02-24Add the (still unfinished) tethereal side of the funnel.Luis Ontanon1-0/+154
svn path=/trunk/; revision=17396