aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-08Use separate main geometry settings for Qt and GTK+.Gerald Combs1-4/+4
2016-06-07pcap: Remove the WinPcap version checking for the Details dialogYang Luo1-37/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann8-17/+17
2016-06-06Add a routine to get an array of all instances of a string option.Guy Harris1-10/+17
2016-06-06Directly use wtap_opttypes calls to fetch SHB options.Guy Harris1-41/+63
2016-06-05Don't copy details of hidden columns.Michael Mann1-10/+13
2016-06-03Qt: Add UTF-16 output to Follow Stream.Gerald Combs1-0/+1
2016-06-01Qt: Firewall Rules dialog.Gerald Combs1-224/+28
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-2/+4
2016-06-01Allow create_tempfile to support a suffix.Michael Mann4-6/+6
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-9/+6
2016-05-15GUI: Add shortcut for packet and capture commentUli Heilmeier1-2/+2
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-2/+2
2016-05-03Implement Export PDU for tsharkAndersBroman1-0/+1
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+21
2016-04-21Link version code statically againJoão Valverde7-7/+7
2016-04-20Fix a typo causing pixbuf-csource.c not to be built if GDK_GRERESOURCEAndersBroman1-1/+1
2016-04-19Remove "AirPcap" string for 802.11 medium on Windows because this medium can ...hsluoyz1-3/+3
2016-04-09[GTK] Check for xdg-open at run timeJoão Valverde1-84/+49
2016-04-06Qt: Follow stream performance improvements.Gerald Combs1-5/+8
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-2/+1
2016-04-04Remove synchronous DNS name resolutionJoão Valverde2-5/+4
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-1/+6
2016-04-03Move zlib version check to wsutilJoão Valverde1-22/+0
2016-04-02Use AC_CHECK_MEMBERSJoão Valverde1-4/+4
2016-03-29Remove an unused variable from both the Gtk and Qt UIs.Jeff Morriss1-9/+1