summaryrefslogtreecommitdiff
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin3-3/+83
2016-06-19Move some option checking to common code.Guy Harris1-47/+0
2016-06-19Don't assume we successfully read the configuration files.Guy Harris1-1/+3
2016-06-19Pass the info strings directly to commandline_early_options().Guy Harris1-8/+6
2016-06-19Handle capture options in pcap-less Wireshark in the commandline_ routines.Guy Harris1-6/+0
2016-06-19Those aren't capture options, they're the options we must process early.Guy Harris1-1/+1
2016-06-19Get rid of an unused variable.Guy Harris1-1/+0
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin24-85/+89
2016-06-19Refactor command-line handling of GUI options.Michael Mann3-604/+85
2016-06-17tap: change glib functions to wmem.Dario Lombardo24-89/+85
2016-06-16gtk: Check chunk before g_string_chunk_clearStig Bjørlykke1-1/+3
2016-06-16gtk: add initializer (CID 1362745).Dario Lombardo1-0/+1
2016-06-15gtk: Fix null dereference in statsBalint Reczey1-1/+1
2016-06-15Remove Nmake build systemPascal Quantin2-177/+0
2016-06-14addr_resolv: change g_hash to wmem_map.Dario Lombardo1-22/+21
2016-06-14dcm: remove g_mallocDario Lombardo1-2/+2
2016-06-14gtk: Allow restoring maximized windows as maximizedBalint Reczey1-2/+18
2016-06-14GTK: Disable liboverlay-scrollbar that crashed wireshark on UbuntuBalint Reczey1-0/+7
2016-06-12Add checks to address setting routines.Guy Harris1-3/+1