aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-01-07Convert range API to always use wmem memory.Michael Mann7-31/+32
2017-01-05Do RA_DISSECTORS in the Qt UI.Guy Harris1-3/+4
2017-01-05Fix comment.Guy Harris1-1/+1
2017-01-05Remove RA_CONFIGURATION.Guy Harris3-9/+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 Harris2-1/+14
2017-01-04Add a startup message for Initializing extcap.AndersBroman3-4/+11
2017-01-04Qt: add SACK graphs to tcptrace graphKevin Hogan3-57/+185
2017-01-01[Automatic update for 2017-01-01]Gerald Combs7-82/+124
2016-12-29Fix Interface Selection ListRoland Knall1-3/+6
2016-12-28Qt: Remove "Extcap" from window title.Stig Bjørlykke1-2/+2
2016-12-28Qt: Fix open extcap help URL.Stig Bjørlykke1-1/+3
2016-12-27InterfaceList: Add check for remote interfaceRoland Knall6-0/+107
2016-12-25[Automatic update for 2016-12-25]Gerald Combs7-1358/+1557
2016-12-25rtp_analysis_dialog (Qt): Fix Dead Store (Dead assignement/Dead increment) Wa...Alexis La Goutte1-1/+0
2016-12-25Avoid recursive scan_local_interfaces operationMikael Kanstrup1-0/+11
2016-12-24extcap_options_dialog: fix compilation with Qt4Martin Kaiser1-1/+2
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann7-0/+40
2016-12-23Qt: add local file existence check for extcap help.Dario Lombardo1-8/+21
2016-12-23Initialize the dissection options along with the other command-line options.Guy Harris1-0/+1
2016-12-22Qt: use references on tap_rtp_stat_t private members (CID 1397703 and 1397704)Pascal Quantin2-4/+4
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 Combs8-10/+148
2016-12-20Gtk: don't use GTimeZone/GDateTimeDario Lombardo1-5/+5
2016-12-20extcap: set help page for all extcaps.Dario Lombardo1-1/+1
2016-12-19tap-rtp-common.c: set STAT_FLAG_WRONG_TIMESTAMP when timestamp sequence is wrongAlexis La Goutte1-7/+10
2016-12-19RTP analyzis dialog/Qt: fix - when dialog is called from RTP stream dialog, G...Jiri Novak1-0/+1
2016-12-19Qt: minor updates to TCP stream dialog and throughput moving averageKevin Hogan3-18/+175
2016-12-18Call Flow: Fix - Duration of segment of RTP flow is wrong in call flow.Jiri Novak1-0/+1
2016-12-18[Automatic update for 2016-12-18]Gerald Combs7-738/+1331
2016-12-18SIP/SDP, RTP: Dissectors shows information about ED-137 related states of rad...Jiri Novak2-2/+20
2016-12-16Rename packet-range.[ch] to packet_range.[ch]Michael Mann3-3/+3
2016-12-15Make some items that don't need to be size_t guint.Guy Harris2-2/+2
2016-12-15VoIP Calls/Flow Sequence: Fix of showing nodes from previous callJiri Novak3-6/+21
2016-12-15Save RTP audio to file: RTP Stream Analysis dialog allows save audio for non ...Jiri Novak5-306/+511
2016-12-14RTP Stream Analysis: save Audio allows any filename extensionJiri Novak1-4/+8
2016-12-14RTP Stream Analysis dialog: dialog shows when forward/reverse stream startsJiri Novak3-1/+15
2016-12-13Qt: Optionally restore our selected packet when thawing.Gerald Combs3-7/+31
2016-12-13rtp_analysis_dialog.cpp: RTP Stream Analysis dialog shows same SSRC for forwa...Jiri Novak1-1/+1
2016-12-13[RTP Analysis] calculate BW correctly whem IPv6 is used.AndersBroman1-4/+20
2016-12-13Update to WinSparkle 0.5.3.Gerald Combs1-0/+9
2016-12-12Remove some GtkCList comments and code.Gerald Combs1-1/+1
2016-12-12rtp_player_dialog.cpp: fix usage of unsupported method QComboBox::setCurrentT...Jiri Novak1-0/+7
2016-12-12Move the declaration of packet_list_select_last_row() to ui/gtk/packet_list.h.Guy Harris4-12/+2
2016-12-12Get rid of some GTK+-only routines in file.c.Guy Harris1-2/+2
2016-12-12Mark routines GTK+ only.Gerald Combs2-1/+2
2016-12-12Do not set Qt Window focus when highlighting rowsD. Ulis1-2/+0
2016-12-11[Automatic update for 2016-12-11]Gerald Combs7-490/+616
2016-12-10Qt: Avoid infinite recursion in ExtcapArgument::loadValuesStig Bjørlykke1-2/+4