aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-12-13capture_dlg (gtk): The use of 'if (A) {...} else if (A) {...}' pattern was de...Alexis La Goutte1-3/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde4-10/+8
2015-12-12Clamp zooming so that we don't get zero or negative font sizes.Guy Harris4-26/+17
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-0/+8
2015-12-09Qt: various fixes to VoIP calls / RTP player windowsPascal Quantin1-4/+3
2015-12-07SCTP: Fix warning found by PVS Studioruengeler3-32/+9
2015-12-07Spelling fixes for errors found by lintianBalint Reczey2-2/+2
2015-12-04More libcodecs -> libwscodecs.Guy Harris1-1/+1
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-4/+4
2015-12-02sctp_chunk_stat_dlg: fix The 'u_data->assoc' variable is assigned values twic...ruengeler1-2/+0
2015-12-02ui: Guard update_local_interfaces with HAVE_LIBPCAPStig Bjørlykke1-0/+2
2015-12-02ui: Update interfaces when when changing profile.Stig Bjørlykke1-0/+1
2015-12-01sctp_byte_graph_dlg: fix The 'u_data' variable is assigned to itself found by...Alexis La Goutte1-1/+0
2015-11-30mcast_stream_dlg: fix no previous prototype for function 'mcaststream_dlg_upd...Alexis La Goutte1-1/+1
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde7-40/+40
2015-11-27Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap)João Valverde5-18/+10
2015-11-27Fix crash in UDP Multicast Streams dialogPeter Wu1-12/+27
2015-11-27Fix display of bytes as EBCDICPascal Quantin1-2/+2
2015-11-25Fix memory leaks related to hide_interface functionMikael Kanstrup2-4/+3
2015-11-23Qt: Improved profiles popup menuStig Bjørlykke1-23/+8
2015-11-23Qt: Set tooltip for packet list headerStig Bjørlykke1-21/+2
2015-11-17CMakeList.txt (ui/gtk/qt) fix indent and modelinesAlexis La Goutte1-1/+14
2015-11-17Qt: Fix a merge crash.Gerald Combs1-1/+1
2015-11-16Qt: add a reference counter to sequence analysis infoPascal Quantin1-0/+5
2015-11-15gtk: Fixed out-of-source autotools build.Stig Bjørlykke1-1/+1
2015-11-12[GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde28-11051/+11300
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris1-9/+8
2015-11-10Apple calls it just "OS X" these days.Guy Harris1-2/+2
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris2-8/+8
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris10-59/+0
2015-11-06Fix crash in internals menu dissector tables dialog by supporting FT_GUID type.Michael Mann1-1/+8
2015-11-05Get rid of ws80211_frequency_to_channel().Guy Harris1-2/+4
2015-11-04Refactor DCE/RPC dissection to include a real dissector table.Michael Mann2-11/+10
2015-11-04Don't include "file.h" if you don't need it.Guy Harris5-2/+6
2015-10-29Move the definition of MAX_NUM_COLOR_CONVERSATION_COLORS.Guy Harris1-0/+2
2015-10-29"Color dissector filters" are just filters.Guy Harris1-66/+52
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-2/+3
2015-10-27Convert SIP statistics to the stat tap API.Gerald Combs3-707/+0
2015-10-27Replace all "dissector filter" registrations with "dissector color filter" re...Michael Mann1-12/+13
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin5-8/+8
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-13/+13
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs19-92/+92
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson1-2/+4
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-10-16Qt: add ability to save raw output to follow windowPascal Quantin1-0/+1
2015-10-15Remove ability to make dissectors "private"Michael Mann1-57/+29
2015-10-14gtk: add asserts.Dario Lombardo1-0/+2
2015-10-11LTE RLC graphs - initial versionMartin Mathieson1-450/+145
2015-10-09airpdcap: add free_key_string function, fix memleaksPeter Wu1-5/+1