aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-05-19In case we have no interface information in the array, use the global value.tuexen1-2/+4
2011-05-19Remove unneeded variable and code; Rename a function arg; Fix usage of _U_: F...wmeier1-31/+29
2011-05-19When capturing from multiple interface, indicate this in the main status bar.tuexen1-6/+41
2011-05-19Fix compilation.tuexen1-1/+1
2011-05-19Don't assign a value to a variable which is then not used: Coverity 1145wmeier1-1/+1
2011-05-19Don't assign to an unused variable; remove variable definition: Coverity 1144.wmeier1-2/+1
2011-05-19When capturing from multiple interfaces, indicate this in the windowtuexen1-1/+1
2011-05-19Fix warnings about unused variables in UI_MANAGER code.jmayer2-2/+2
2011-05-19Fix two warning in case of UIMANAGER:jmayer1-1/+3
2011-05-19When capturing from multiple interfaces, indicate this in thetuexen1-3/+29
2011-05-18Add support for multiple interfaces for the -L option.tuexen1-16/+19
2011-05-18Refer to "Capture Help" as "Capture Help below" when there are no interfacesrbalint1-1/+1
2011-05-18Removed "Copy" from the profiles popup menu in favour of a "Create from"stig3-57/+106
2011-05-17Make some routines static that aren't used outside the source file inguy9-7/+11
2011-05-17More eradication of old-style function definitions.guy2-3/+3
2011-05-17This ain't C++; you have to put "void" in as the argument list ofguy6-7/+7
2011-05-16A gboolean is a gint; technically, it doesn't fit in a bit field of length 1,cmaynard1-2/+2
2011-05-16More GUIManager stuff.etxrab5-5/+40
2011-05-15Mark a function arg as unused.wmeier1-1/+1
2011-05-15Replace a number if 'if(...){exit(10);}' by _g_asserts;wmeier1-54/+44
2011-05-15Don't assign to an unused variable;wmeier1-3/+1
2011-05-15Replace some 'if(...){exit(10);}' by g_asserts;wmeier1-46/+37
2011-05-15Mark an unused argument.stig1-1/+1
2011-05-15Use correct signature for event callback functions;wmeier1-59/+39
2011-05-15Remove debug code.etxrab1-2/+2
2011-05-15Set menu sensitivity.etxrab3-14/+24
2011-05-15Add the TCPGraph for UIManager.etxrab3-3/+57
2011-05-15Whitespace cleanup.morriss1-114/+95
2011-05-15gtk_combo_box_get_active_text() may return NULL and g_ascii_strcasecmp() comp...morriss1-12/+12
2011-05-15main_widgets_rearrange(): only pack the airpcap_tb once (to avoid GTK complai...morriss1-15/+10
2011-05-14Move MAIN_MENU_USE_UI_MANAGER outside of if win32.etxrab1-2/+7
2011-05-13More packets_bar_update improvements.stig1-4/+3
2011-05-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5902 :morriss1-6/+7
2011-05-13Simplified string handling in packets_bar_update to use GString.stig1-28/+21
2011-05-13Get -L and -d working with multiple interface. Internally get some functionstuexen1-1/+2
2011-05-12Play catch up with recent configure.in changes:jmayer1-2/+8
2011-05-12Packet editor: support for saving changed frames.darkjames1-2/+48
2011-05-12Conditional support for packet-editor [default=no].darkjames2-1/+17
2011-05-12Copy-paste error.etxrab1-1/+1
2011-05-12Convetr more menus to GUIManager.etxrab6-34/+174
2011-05-12Corrected endif.stig1-1/+1
2011-05-12Make the use of UIManager a configure option.etxrab6-28/+95
2011-05-10Fix a typo.etxrab1-0/+1
2011-05-10Forgot to comment out UI_MANAGERetxrab1-1/+1
2011-05-10More GUIManager stuff.etxrab37-607/+380
2011-05-09We probably shouldn't call pcap-ng "experimental" any more.gerald2-7/+5
2011-05-08If no interface is found for capturing show this informationrbalint1-58/+80
2011-05-05More GUIManager stuff.etxrab13-26/+234
2011-05-05Fix two unused variable assignments: Coverity 1140.wmeier1-50/+48
2011-05-04Fix 3 memory leaks: unused g_malloc(): Coverity 1148-1150 [UNUSED];wmeier1-4/+0