aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-17Fix preprocessor macro and indentation.Evan Huus1-2/+2
2013-12-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte1-1310/+1322
2013-12-16Fix alignment issue in GTK2 flowgraph "packet choice" window.Bill Meier1-6/+24
2013-12-15Fix warning found by doxygenAlexis La Goutte1-0/+1
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki7-14/+14
2013-12-14Create/use several extended value-strings;Bill Meier1-6/+29
2013-12-14Fix const warnings.Jakub Zawadzki16-19/+19
2013-12-14Fix warningsJakub Zawadzki1-3/+1
2013-12-14Fix some trivial warnings.Jakub Zawadzki3-0/+6
2013-12-13Address more Windows errors.Irene Rüngeler1-1/+1
2013-12-13Take sctp_stat.c off the list because it has been removed.Irene Rüngeler1-2/+1
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene Rüngeler1-0/+1
2013-12-12Create/use a number of extended value-strings;Bill Meier1-57/+72
2013-12-10Trivial: The file name is prefs_capture.c, not capture_prefs.cChris Maynard1-1/+1
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs2-32/+12
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler1-1/+7
2013-12-10Do not show uat preferences if not registered for the gui.Irene Rüngeler1-3/+4
2013-12-10Removed debug output.Stig Bjørlykke1-1/+0
2013-12-09Fix warningsJakub Zawadzki23-25/+25
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki8-9/+9
2013-12-08From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-4/+2