aboutsummaryrefslogtreecommitdiffstats
path: root/tap-funnel.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-28Only include config.h in C files, to avoid multiple inclusion.stig1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30180 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-11Add a slightly modified version of Paolo Abeni's funneled progress dialog ↵lego1-1/+4
(ref https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2725) and its wslua interface. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25977 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
2008-04-07- Remove GLIB1 codesfisher1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24829 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-13From Sebastien Tandel:sfisher1-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(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20804 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-27+ browser_open_url()lego1-1/+3
+ browser_open_data_file() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20223 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-10Squelch a compiler warning, and clean up indentation.guy1-6/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19471 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/+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) 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/+25
* 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-03-30TextWindow:lego1-0/+2
- 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-1/+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-24Add the (still unfinished) tethereal side of the funnel.lego1-0/+154
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17396 f5534014-38df-0310-8fa8-9805f1628bb7