aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris9-7/+11
2011-05-17More eradication of old-style function definitions.Guy Harris2-3/+3
2011-05-17This ain't C++; you have to put "void" in as the argument list ofGuy Harris6-7/+7
2011-05-16A gboolean is a gint; technically, it doesn't fit in a bit field of length 1,Chris Maynard1-2/+2
2011-05-16More GUIManager stuff.Anders Broman5-5/+40
2011-05-15Mark a function arg as unused.Bill Meier1-1/+1
2011-05-15Replace a number if 'if(...){exit(10);}' by _g_asserts;Bill Meier1-54/+44
2011-05-15Don't assign to an unused variable;Bill Meier1-3/+1
2011-05-15Replace some 'if(...){exit(10);}' by g_asserts;Bill Meier1-46/+37
2011-05-15Mark an unused argument.Stig Bjørlykke1-1/+1
2011-05-15Use correct signature for event callback functions;Bill Meier1-59/+39
2011-05-15Remove debug code.Anders Broman1-2/+2
2011-05-15Set menu sensitivity.Anders Broman3-14/+24
2011-05-15Add the TCPGraph for UIManager.Anders Broman3-3/+57
2011-05-15Whitespace cleanup.Jeff Morriss1-114/+95
2011-05-15gtk_combo_box_get_active_text() may return NULL and g_ascii_strcasecmp() comp...Jeff Morriss1-12/+12
2011-05-15main_widgets_rearrange(): only pack the airpcap_tb once (to avoid GTK complai...Jeff Morriss1-15/+10
2011-05-14Move MAIN_MENU_USE_UI_MANAGER outside of if win32.Anders Broman1-2/+7
2011-05-13More packets_bar_update improvements.Stig Bjørlykke1-4/+3
2011-05-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5902 :Jeff Morriss1-6/+7
2011-05-13Simplified string handling in packets_bar_update to use GString.Stig Bjørlykke1-28/+21
2011-05-13Get -L and -d working with multiple interface. Internally get some functionsMichael Tüxen1-1/+2
2011-05-12Play catch up with recent configure.in changes:Jörg Mayer1-2/+8
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-2/+48
2011-05-12Conditional support for packet-editor [default=no].Jakub Zawadzki2-1/+17
2011-05-12Copy-paste error.Anders Broman1-1/+1
2011-05-12Convetr more menus to GUIManager.Anders Broman6-34/+174
2011-05-12Corrected endif.Stig Bjørlykke1-1/+1
2011-05-12Make the use of UIManager a configure option.Anders Broman6-28/+95
2011-05-10Fix a typo.Anders Broman1-0/+1
2011-05-10Forgot to comment out UI_MANAGERAnders Broman1-1/+1
2011-05-10More GUIManager stuff.Anders Broman37-607/+380
2011-05-09We probably shouldn't call pcap-ng "experimental" any more.Gerald Combs2-7/+5
2011-05-08If no interface is found for capturing show this informationBalint Reczey1-58/+80
2011-05-05More GUIManager stuff.Anders Broman13-26/+234
2011-05-05Fix two unused variable assignments: Coverity 1140.Bill Meier1-50/+48
2011-05-04Fix 3 memory leaks: unused g_malloc(): Coverity 1148-1150 [UNUSED];Bill Meier1-4/+0
2011-05-04Fix Coverity 1191: DEADCODE;Bill Meier1-206/+206
2011-05-04More GUIManager stuff.Anders Broman4-198/+302
2011-05-03More GUIManager stuff.Anders Broman8-14/+144
2011-05-03More GUIManager stuff.Anders Broman7-10/+126
2011-05-03Packet editor:Jakub Zawadzki1-26/+106
2011-05-03From Jose Pico via bug #5884: Corrected export_object smb segmentationStephen Fisher5-39/+33
2011-05-03Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman1-0/+25
2011-05-03Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman4-0/+81
2011-05-03One bit suffices for the "columnized" and "colorized" flags in theGuy Harris1-5/+5
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris3-25/+33
2011-05-03Fix a comment.Guy Harris1-1/+1
2011-04-30Use correct signature on callbacks.Anders Broman1-288/+288
2011-04-28Initialize if_device to NULL at start and when g_free.Stig Bjørlykke1-1/+2