aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2017-01-23tcp_graph (Gtk) Fix Dereference of null pointerAlexis La Goutte1-2/+2
2017-01-23Qt: Reject drag and drop if we're capturing.Gerald Combs1-2/+2
2017-01-22Internalize struct preferenceMichael Mann4-265/+141
2017-01-21Qt: Show merge progress.Gerald Combs3-4/+8
2017-01-20Qt: modify RTT graph (handle GSO, SACK, etc), plus bug fixesKevin Hogan1-16/+39
2017-01-18Fix Access Violation in plugin_if_mainwindow_get_ws_info(...)Paul Offord1-1/+1
2017-01-07Refactor range preference.Michael Mann1-2/+2
2017-01-07Convert range API to always use wmem memory.Michael Mann2-7/+8
2017-01-05Fix comment.Guy Harris1-1/+1
2017-01-05Remove RA_CONFIGURATION.Guy Harris2-6/+2
2017-01-04Clean up indentation.Guy Harris1-11/+11
2017-01-04Include extcap binaries in the count of things to point out during startup.Guy Harris1-0/+6
2017-01-04Add a startup message for Initializing extcap.AndersBroman2-4/+8
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann2-0/+20
2016-12-22Gtk: add initializers.Dario Lombardo1-4/+7
2016-12-21GTK: fix Export Objects sub menu warningPascal Quantin1-2/+2
2016-12-20Qt+Win32: Make software updates more friendly.Gerald Combs1-0/+16
2016-12-20Gtk: don't use GTimeZone/GDateTimeDario Lombardo1-5/+5
2016-12-15Make some items that don't need to be size_t guint.Guy Harris1-1/+1
2016-12-12Remove some GtkCList comments and code.Gerald Combs1-1/+1
2016-12-12Move the declaration of packet_list_select_last_row() to ui/gtk/packet_list.h.Guy Harris2-2/+2
2016-12-12Get rid of some GTK+-only routines in file.c.Guy Harris1-2/+2
2016-12-09ui: move filesystem code to wsutil/filesystem.cDario Lombardo1-0/+2
2016-12-09extcap: add new option type (timestamp).Dario Lombardo2-1/+34
2016-12-06codecs: Add support for G.722 and G.726Peter Wu1-1/+7
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+3
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-2/+1
2016-12-04Show codec information in About dialogPeter Wu1-0/+2
2016-12-04codecs: allow it to be used without pluginsPeter Wu1-1/+1
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris2-7/+5
2016-12-02Enable exporting objects with tsharkMoshe Kaplan3-83/+126
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann1-16/+1
2016-11-09CMake: Use find_program to find a program.Gerald Combs1-3/+3
2016-10-30Have routines for parsing options that affect dissection.Guy Harris2-10/+12
2016-10-27Fix compile errors in GTK buildMichael Mann2-2/+2
2016-10-26Gtk: remove atoi calls and use ws_strtoi functions.Dario Lombardo7-18/+52
2016-10-22Fix the #defines for the presence of structure names.Guy Harris1-5/+5
2016-10-22On UN*X, st_ctime is the last status change time, not the creation time.Guy Harris1-9/+19
2016-10-22Fix some errors from the previous commit.Guy Harris2-2/+2
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris7-43/+76
2016-10-16Inspired by prevous commit: grep for wlan_mgt turned up a few more occurrence...Joerg Mayer1-3/+3
2016-10-12MTP3: Added SS7 Point Code Name ResolutionBinh Trinh1-1/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann3-8/+171
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+5
2016-09-16Use valid channel parameters from wireless toolbarMikael Kanstrup1-1/+1
2016-09-12fix some compilation issues without extcap.Dario Lombardo1-0/+2
2016-09-11extcap: fix use-after-free for preferencesPeter Wu1-4/+2
2016-09-09Remove name resolution from the file dialogs.Gerald Combs1-71/+19
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-1/+1
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu31-8/+37