aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris7-21/+21
2021-04-29tap_export_pdu: we don't have packet flags, don't claim that we do.Guy Harris1-1/+1
2021-04-28Don't cast away upper bits when assigning to a nstime_t's secs field.Guy Harris3-3/+3
2021-04-28RTP Player: Export of audio can start at position of play cursorJirka Novak3-15/+60
2021-04-27RTP Player: Fixed issue when keys were not processed till mouse clickedJirka Novak1-0/+1
2021-04-26RTP Player: Settings for enabling use of disk as temporarly storeJirka Novak3-7/+22
2021-04-25RTP Player: Fix of clang compilation errorJirka Novak1-1/+1
2021-04-25RTP Player: Memory consumption improvementsJirka Novak8-141/+556
2021-04-25🔍 Fix HiDPI scaling on Windowsdatabase641281-0/+4
2021-04-25RTP Player: Fix for compilation when no HAVE_LIBPCAP is definedJirka Novak1-0/+4
2021-04-25[Automatic update for 2021-04-25]Gerald Combs11-362/+632
2021-04-22RTP Player: Added button 'Refresh streams' for live capturej.novak@netsystem.cz22-335/+413
2021-04-21Qt: Add checkbox for enabling/disabling packet-list hover_styleJim Young4-1/+24
2021-04-21Fixed typo.Thomas Dreibholz1-3/+3
2021-04-21Further SCTP Analysis dialog layout improvements.Thomas Dreibholz4-21/+23
2021-04-21More SCTP Analysis GUI layout fixes.Thomas Dreibholz2-11/+11
2021-04-21Second part of SCTP Analysis GUI layout fixes.Thomas Dreibholz1-123/+111
2021-04-21First part of SCTP Analysis GUI layout fixes.Thomas Dreibholz1-178/+161
2021-04-20Remove unneeded modelines in ui.Gerald Combs118-1539/+0
2021-04-20RTP Stream: Small code cleanupJirka Novak4-25/+7
2021-04-20Qt: Fix various compiler warnings.Gerald Combs10-15/+23
2021-04-19VoIP Calls: Streams related to calls can be selected in RTP StreamsJirka Novak13-58/+179
2021-04-18[Automatic update for 2021-04-18]Gerald Combs11-2365/+1808
2021-04-16Qt: Fix various missing prototype warnings.Gerald Combs12-7/+39
2021-04-16Fix issues with tcptrace graphKevin Hogan1-9/+21
2021-04-15Fix: RTP Player might crash when audio routing touched during playJirka Novak1-0/+6
2021-04-15VoIP dialogs: Improvements and new functionsJirka Novak19-289/+766
2021-04-15RTP: Fixup stream ID hashing.Gerald Combs1-4/+4
2021-04-15Fix adaptive sampling performance on scatterplotsKevin Hogan1-3/+7
2021-04-14Clean up the "print interface link-layer/time stamp types" loop.Guy Harris1-6/+3
2021-04-14Wireshark: when printing -L output, just create the console once.Guy Harris1-6/+10
2021-04-15Fix conversation table when using epoch based timeMichael Tuexen1-0/+9
2021-04-14VoIP dialogs: Performance improvementsJirka Novak14-45/+275
2021-04-14Fix -Wdocumentation warningAlexis La Goutte2-4/+3
2021-04-13Clean up printing of interface information.Guy Harris2-23/+13
2021-04-13Wireshark: fix output of -L and --list-tstamp-types.Guy Harris1-31/+42
2021-04-13Command line: Add a HAVE_LIBPCAP check for -k.Gerald Combs1-0/+5
2021-04-13Don't handle -k in capture_opts_add_opt().Guy Harris1-3/+4
2021-04-13RTP player: fix compilation on WindowsPascal Quantin1-2/+2
2021-04-13RTP Player: Parallel playlist operations avoidedJirka Novak4-77/+197
2021-04-13tshark.c, ui/qt/main.cpp: fix indentation to match what it's supposed to be.Guy Harris1-11/+11
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris3-12/+47
2021-04-11WSUG: Added description of new features of telephony dialogsJirka Novak9-13/+27
2021-04-11[Automatic update for 2021-04-11]Gerald Combs11-2105/+3175
2021-04-11VoIP dialogs: Cleanups and clarifications based on work on WSUGJirka Novak5-10/+12
2021-04-10Some more spelling fixes.Martin Mathieson1-1/+1
2021-04-10CMake: Add ENABLE_VLD option for MSVCTomasz Moń2-0/+6
2021-04-10RTP Analysis: Fix of use of uninitialized structureJirka Novak1-1/+4
2021-04-10RTP Player: Fix of opening of multiple dialogsj.novak@netsystem.cz4-6/+36
2021-04-09qcustomplot: Fix some clang code analysis warningsJohn Thacker1-3/+3