aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
AgeCommit message (Collapse)AuthorFilesLines
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