aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2014-03-11GTK_STOCK_PRINT_ERROR was missing in GTK+ < 2.14, tooBalint Reczey1-0/+2
2014-03-11Don't use some stock icons missing in old (< 2.16) versions in GTK+Balint Reczey1-0/+10
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey50-289/+1124
2014-03-08Do not try to use unknown/non-existent webbrowserMichal Labedzki1-2/+4
2014-03-06Reorganize Capture Options dialogPeter Hatina1-42/+38
2014-03-06Remove unused include headerAlexis La Goutte1-3/+0
2014-03-05Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan1-1/+5
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte2-0/+2
2014-03-04win32: Implement format type selector in open file dialogMichal Labedzki1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte280-560/+0
2014-03-03Create/use an extended value-string; Move value-string array from .h file; Do...Bill Meier1-2/+2
2014-02-25Remove trailing whitespaceBill Meier44-108/+108
2014-02-25Use correct macro to really fix MacOSX buildbotEvan Huus1-3/+3
2014-02-25Include old-gtk-compat.h to fix build.Evan Huus1-0/+1
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki7-13/+36
2014-02-18Fix Branch condition evaluates to a garbage value found by Clang AnalyzerAlexis La Goutte1-0/+4
2014-02-18Add Logcat to Exported PDUMichal Labedzki1-0/+1
2014-02-16Add explicit casts to fix OSX10.5 BuildbotEvan Huus1-8/+8
2014-02-16Replace last use of emem trees with GHashTablesEvan Huus1-44/+52
2014-02-12RTP: Add support for SBC codec in RTP PlayerMichal Labedzki1-98/+82
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs7-10/+10
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte2-13/+0
2014-01-22Clean up whitespace: use consistent indentation, etc;Bill Meier1-46/+59
2014-01-20Fix indent (use 4 spaces) and remove trailing whitespaceAlexis La Goutte1-3/+3
2014-01-20Split the GUI and the tap part to make it possible to adapt to Qt.Anders Broman3-213/+32
2014-01-17Fix [-Wmissing-prototypes]Anders Broman23-0/+44
2014-01-17Fix [-Wmissing-prototypes]Anders Broman28-0/+49
2014-01-16Fix [-Wmissing-prototypes]Anders Broman15-1/+28
2014-01-15Don't cast away constness.Guy Harris1-1/+1
2014-01-14In a source file that defines external functions, the header file thatGuy Harris1-1/+3
2014-01-11Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-47/+73
2014-01-10Note in a comment that with Gtk 3.4.4 reselecting UE+channel doesn't work as ...Martin Mathieson1-0/+3
2014-01-08Coverity 280335, 280336Martin Kaiser1-2/+4
2014-01-08Coverity 280334Martin Kaiser1-1/+2
2014-01-05Fix indent (use 4 spaces)Alexis La Goutte1-19/+19
2014-01-05Enhance NSIS Windows installer (Wireshark Qt support)Alexis La Goutte2-109/+135
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann2-2/+2
2013-12-29Make arrow down/ up work in gtk again.Jakub Zawadzki1-1/+1
2013-12-24add ssl detection to proto_get_frame_protocols()Martin Kaiser3-3/+3
2013-12-23From Ville Skyttä: Spelling FixesBill Meier9-12/+12
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-1/+1
2013-12-21fix some warnings.Jakub Zawadzki1-7/+7
2013-12-21Add missing includesJakub Zawadzki4-0/+5
2013-12-21ui/gtk/follow_stream.c was using isprint.h hack, change all isprint()Jakub Zawadzki1-2/+2
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-2/+2
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki4-13/+6
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte3-3/+0