aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris10-67/+94
2012-05-19Add an 'if' test to prevent a potential null pointer dereferenceBill Meier1-7/+8
2012-05-19Rework 'ct_nb_switch_page_cb()' slightly to prevent a scan-build "null pointe...Bill Meier1-15/+16
2012-05-16Free memory when create_tempfile() failed.Jakub Zawadzki2-0/+6
2012-05-16Check the return value of create_tempfile. Fixes CIDs 280527 and 280528.Gerald Combs2-26/+47
2012-05-15Don't leak an open file handle (CID 702423).Gerald Combs1-0/+1
2012-05-12From Akos Lukovics:pascal1-1/+3
2012-05-12Fix bug #7251Jakub Zawadzki1-2/+2
2012-05-11Clean up indentation. (HT should not be assumed to work on 4-space tabGuy Harris1-628/+627
2012-05-11proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris2-0/+37
2012-05-10Avoid needlessly shadowing a variable.Martin Mathieson1-1/+0
2012-05-07Avoid calling tvb_get_ptr() on 0-length TVBs.Jakub Zawadzki2-22/+7
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier15-60/+0
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier85-299/+0
2012-05-05Cosmetic change....Bill Meier1-1/+1
2012-05-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6892 :Jeff Morriss1-4/+14
2012-05-05Clean up white space and indentation; remove tabs.Jeff Morriss1-37/+36
2012-05-04Fix opening packet window when frame has got cap_len = 0 (i.e. last frame fro...Jakub Zawadzki1-2/+19
2012-05-04Add proto_hier_tree_model.c to CMakeListsJakub Zawadzki1-0/+1
2012-05-04cleanup proto_hier_tree_model a little.Jakub Zawadzki1-19/+17
2012-05-04Fix memleak of GtkTextBufferJakub Zawadzki1-1/+4
2012-05-04From Jakub Zawadzki: Use custom model in Filter Expression dialog.Anders Broman4-36/+519
2012-05-04From Evan Huus: - Make sure that unsupported link-layer types *always* have a...Anders Broman2-21/+57
2012-05-03From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard2-14/+16
2012-04-28Test a return value to avoid an initialised warning from clang.Martin Mathieson1-6/+5
2012-04-27Fix sigsegv in filter expression dialog when user clicked on some BASE_CUSTOM...Jakub Zawadzki1-1/+1
2012-04-27Don't store protocol field names in Filter Expression dialog.Jakub Zawadzki1-21/+40
2012-04-26Get rid of tabs; make white space consistent.Guy Harris1-53/+43
2012-04-26Consistently InterCapitalize StatusBar.Guy Harris1-8/+8
2012-04-26While we're at it, add back the shortcuts, or whatever the heck theGuy Harris1-3/+3
2012-04-26Restore Accelerators for "Expand Subtree", "Expand All" and "Collapse All".Anders Broman1-4/+4
2012-04-24Add missing ";"Anders Broman1-2/+2
2012-04-23Get it compiling...Michael Tüxen1-21/+24
2012-04-23Use a crosshair cursor insted of the XOR thingy.Anders Broman1-33/+97
2012-04-23Fix a compile error (missing semi-colon) when building for gtk3Bill Meier1-1/+1
2012-04-23g_object_unref(cursor) craches pre GTK 3.0 protect it withAnders Broman1-1/+5
2012-04-23Fix bug #7178 reported by aparanruengeler1-0/+13
2012-04-23Use GtkFontChooser if GTK >= 3.2Anders Broman2-2/+14
2012-04-23Get rid of GTK warning when START was hit in the "Capture Interfaces Dialog" ...ruengeler1-0/+12
2012-04-22Add casts to make in compile on WindowsAnders Broman1-3/+3
2012-04-22Use g_object_unrefAnders Broman1-1/+1
2012-04-21Another cut-and-pasteo.Guy Harris1-2/+2
2012-04-21More GTK3 adaptationsAnders Broman23-36/+36
2012-04-21port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2Anders Broman6-8/+38
2012-04-21Fix probable cut-and-pasteo.Guy Harris1-2/+2
2012-04-21Clean up indentation (get rid of 4-space tabs).Guy Harris1-3/+3
2012-04-21gtk_button_box_new() for pre GTK 3.0Anders Broman2-0/+14
2012-04-21Clean up indentation - don't use 4-space tabs.Guy Harris1-51/+49
2012-04-21GTK+ 1.x is no longer supported, and there's no toggle_tree to move anyGuy Harris1-1/+0
2012-04-21"homogeneous" is a Boolean; we can just pass it on to gtk_hbox_new() andGuy Harris1-13/+4