aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2011-10-23Set default focus to the filter text box.stig1-19/+10
Don't use a tree view for IP addresses, as it's not possible to do any actions on them. Just list them as labels. Maybe we should have the scrolled window only if having more than 2 IP addresses? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39510 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161 :morriss1-5/+5
Solaris doesn't like _XOPEN_SOURCE being defined but with no value, at least when being compiled in C99-mode. So set it to 600 (XPG6); hopefully this won't break any other systems. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39501 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-20Back out infrastructure change. We missed supportingtuexen9-970/+1474
stdin and pipes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39498 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-20(Try to) fix compilation.tuexen1-0/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39497 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-20Use g_strdup.stig2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39496 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-20Use a global list containing all interfaces and only changetuexen9-1475/+963
properties of the entries when changes are made in the GUI. Do not misuse the list of interfaces specified on the command line anymore. This patch does not provide any new functionality, it just provides the base for future extensions like removing remote interface, mulitple airpcap devices and multiple pipes. This patch was provided by Irene Ruengeler. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39495 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-19Fix a bug when drawing TSN plots which results in a crash.tuexen1-1/+2
Obtained from Irene Ruengeler. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39466 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-18There's only one expert info dialog now; dispense with the "composite" partmorriss2-8/+8
of the name (at least what we show users; the files and functions still reference composite). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39462 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14Make make_menu_actions() static again, but protect withmartinm1-1/+5
#ifdef HAVE_LUA_5_1 #endif As per discission on wireshark-dev, this function might later see wider use, so don't add 'lua' to the function name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39424 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14make_menu_items() isn't called without LUA support, so can't be static.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39422 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14{0, NULL} is required as the last value_string array entry: value_string ↵etxrab1-1/+2
VALS_GROUP_NAMES[] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39412 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14From Tony Trinh:etxrab2-44/+255
Patch to fix/restore Lua menu functionality Remove unnecessary Lua placeholder in UI definition for the main menu bar https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6405 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39410 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-13Make clang on Mac OS X 10.7.2. happy.tuexen1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39406 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-11No libpcap, no capturing, no capture filters, no capture_filter_init().guy1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39354 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Check our capture filter syntax in a separate thread.gerald3-24/+200
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39349 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-09Added a button to refresh a UAT from the system defaults (if existing).stig1-41/+66
Added a button to clear the list. Added tooltip to some buttons. Removed unused clist code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39319 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Fix unused parameter warnings.etxrab1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39290 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Removed unconditional g_warnings and a bit of code clean up.etxrab1-233/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39289 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Add $(GEOIP_CFLAGS).gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39282 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but oldergerald1-1/+8
versions *should* be supported. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39280 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Michael Mann:etxrab2-7/+12
Removed the Save button if live capture is going on when File->Quit is selected. Solves Assertion failed when doing File->Quit->Save during live capture https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1710 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39266 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05From Sake Blok and Michael Mann:etxrab1-1/+1
Change "File -> Save As" to only save the displayed frames by default. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6192 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39265 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05From Sake Blok and Michael Mann:etxrab6-12/+14
Change "File -> Save As" to only save the displayed frames by default. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6192 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39264 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-02Removed the protocol registration updates in the splash screen for Pythonstig1-0/+9
dissectors, because it does not work as expected and causes an assert. Added generic splash updates for python register and handoff instead. This should fix bug 5431. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39221 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-02Added register action for loading Lua plugins.stig1-1/+8
Removed an unused argument to wslua_init(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39214 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-02Always update splash screen when action has changed.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39213 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-28In drag_and_drop.c use accessor functions for GtkSelectionData. Ingerald2-16/+14
main_menubar.c use gtk_osxapplication_insert_app_menu_item instead of gtk_osxapplication_add_app_menu_item. Fixes deprecation-related errors when compiling with HAVE_GTKOSXAPPLICATION defined. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39180 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-26Put in "#if 0":s to make it compile, these widgets are not vissible on my ↵etxrab1-9/+12
system so I have no idea what the GUI looks like with these changes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39142 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25gkvumeter got removed, don't try to build it.jmayer1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39141 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Remove gtkvumeter.[hc]jmayer7-1519/+20
This may cause windows builds to fail. If nobody picks up the task of getting it to compile again I'll start doing that tomorrow morning with the help of the buildbot. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39139 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERjmayer1-6/+0
as it is the only option left. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39138 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingjmayer89-5918/+66
the old ways except the proto_help.c file, which is kept for now in case someone is willing to reimplement the help menus using non-deprecated methods. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39137 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Fix forjmayer1-3/+5
/home/jmayer/work/wireshark/svn/trunk/gtk/capture_if_dlg.c:522:3: error: ISO C90 forbids mixed declarations and code git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39135 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-24Use the new remote capturing icon also in the interfaces dialog box.tuexen2-1/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39122 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-24Use one of the new icons for remote interfaces.tuexen4-3/+238
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39118 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-24Mark the "adjustment" argument to scroll callbacks as unused. (Isguy1-2/+2
redrawing sufficient? Could the adjustment be used to optimize what's drawn?) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39117 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Get rid of duplicate call.guy1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39115 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Grr make it work if GTK < 2.22etxrab1-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39112 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Redraw when vertical scroll is used.etxrab1-36/+37
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39111 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Update the draw area as well.etxrab1-2/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39107 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Remove duplicated code.etxrab1-10/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39102 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Add an option -d to specify display filter from the command line.stig1-2/+14
This was requested in bug 2463. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39090 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Store a pointer to frame_data rather than the time.etxrab2-15/+33
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39086 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Whitespace cleanup:wmeier6-1607/+1607
Use consistent indentation; Convert "4 space tabs" to spaces; Remove trailing whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39082 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix ex "modeline" so it works;wmeier8-8/+8
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39081 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Don't pop up an error dialog box for every file that can't be saved. ↵cmaynard1-1/+1
Before, this could have potentially meant having to manually close far too many of them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39080 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix ex "modeline" so it works;wmeier1-28/+28
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 Convert "4 space tabs" to spaces; Use consistent indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39079 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix vi "modeline" so it works;wmeier1-3/+3
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39076 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20From DeCount via bug 6362: Increase maximum allowable number of duplicate ↵cmaynard1-14/+16
filesi from 10 to 1000. I modified his patch to avoid appending anything to the first filename, and other minor changes. Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6362 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39061 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20From Dirk via bug 6361:stig1-6/+32
Add a File/Directory Dialog as a field type for UAT preferences. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39058 f5534014-38df-0310-8fa8-9805f1628bb7