aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-01gtk: fix 32-bit buildPeter Wu2-3/+3
2016-08-28UAT gtk-ui, Qt-ui: Fixed copying records when no cp callback is definedMichał Skalski1-0/+4
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-08-07gtk: add assert (CID 1159169).Dario Lombardo1-0/+1
2016-08-01Remove proto_help.[ch]Michael Mann7-759/+0
2016-07-31lbm_uimflow_dlg.c: Pacify another GTK checkAPIs.pl warning.Michael Mann2-1/+2
2016-07-29extcap: Restore functionality for optionsRoland Knall1-0/+4
2016-07-26CLI/GTK: Fix compare_stat checksum to include IPv4 offset againJoão Valverde1-1/+1
2016-07-26Cleanup some checkAPI warnings that were missed in previous patches.Michael Mann1-1/+1
2016-07-26Ensure to have a valid string pointer when writing OS SHB optionPascal Quantin1-1/+6
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann15-43/+61
2016-07-24Replace strlen with NULL checks to pacify checkAPIs.plMichael Mann2-4/+4
2016-07-23Update struct ws_ip with flow label and commentsJoão Valverde1-2/+2
2016-07-21No need to check for string option values being null.Guy Harris1-8/+8
2016-07-18Mark the file as having unsaved data if you change address resolution.Guy Harris1-1/+2
2016-07-18Use follow_record_t in SSL follow stream.Jeff Morriss1-62/+1
2016-07-18Rename iph->ip_p to iph->ip_nxtJoão Valverde1-1/+1
2016-07-17Fix sscanf VS Code Analysis warnings.Michael Mann1-3/+4
2016-07-14Redo the block options APIs.Guy Harris2-36/+33
2016-07-06Qt: add initializers (CID 1162824).Dario Lombardo1-0/+2
2016-07-01Qt+Gtk: Fix the -t command line flag.Gerald Combs1-3/+7
2016-06-30Remove Makefile.common filesJoão Valverde2-364/+338
2016-06-28Have commandline_other_options() directly fill in the global structure.Guy Harris1-1/+1
2016-06-28Make quit_after_cap an item in commandline_param_info_t.Guy Harris1-46/+45
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris1-3/+3
2016-06-26Add an RA_INTERFACES register action.Gerald Combs2-2/+7
2016-06-26filter: rename shadow varDario Lombardo2-5/+5
2016-06-25Minor UI locale updates.Gerald Combs1-7/+4
2016-06-23RTP player: increase the maximum number of silence frames to 30 minutes worth.Jeff Morriss1-1/+0
2016-06-22Don't close Wireshark (GTK) if user cancels Save on Close.Michael Mann1-13/+18
2016-06-22GTK: Keep display filter applied when switching profilesBalint Reczey1-2/+8
2016-06-20Pull the options structure initialization into commandline_other_options().Guy Harris1-15/+0
2016-06-20GTK+: Truncate simple_message_box messages.Gerald Combs1-6/+28