aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2021-06-17wslog: Add more documentationJoão Valverde1-0/+2
2021-06-17Replace usage of GLogLevel flags everywhereJoão Valverde2-11/+11
2021-06-17wslog: Use plain format with "message" levelJoão Valverde1-1/+1
2021-06-16Replace g_log() calls with ws_log()João Valverde8-15/+23
2021-06-14wslog: Use buffered I/OJoão Valverde2-7/+13
2021-06-14wslog: Parse cmd line options in one passJoão Valverde1-5/+1
2021-06-14wslog: Include pid in formatJoão Valverde1-0/+2
2021-06-14wslog: Add support for domain filteringJoão Valverde3-2/+3
2021-06-14wslog: Improve code modularity and efficiencyJoão Valverde2-9/+6
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde19-208/+85
2021-06-09Qt: Protocol Hierarchy - protocol abbrev tooltipChuck Craft1-1/+1
2021-06-09Qt: Protocol Hierarchy - protocol abbrev tooltipChuck Craft1-0/+1
2021-06-07Qt: Give a directory to wsApp->setLastOpenDir()Stig Bjørlykke15-36/+22
2021-06-07Qt: add display filter - invalid new filter syntaxChuck Craft1-1/+1
2021-06-07ui: Return length from ssl_export_sessions()Stig Bjørlykke3-4/+8
2021-06-07wsutil: Add filesystem write_file_binary_mode()Stig Bjørlykke6-157/+9
2021-06-07Qt: Fix clang -Wmisleading-indentationJoão Valverde1-2/+5
2021-06-04Windows: Switch from HTML Help to plain HTML.Gerald Combs3-41/+18
2021-05-30[Automatic update for 2021-05-30]Gerald Combs1-14/+14
2021-05-29ui: add support for updating on macOS using armMichael Tuexen1-2/+4
2021-05-28Bugfix: Added Analyze -> SCTP -> Filter this AssociationThomas Dreibholz1-0/+1
2021-05-28Bugfix: Added Analyze -> Follow -> DCCP Stream again.Thomas Dreibholz1-0/+1
2021-05-28Add Qt runtime version to about dialogJoão Valverde1-0/+2
2021-05-26Follow stream: Print YAML time more portably.Gerald Combs1-1/+1
2021-05-25Follow stream: Modify YAML format, add timestamps and peersToff3-23/+121
2021-05-24version_info: Reorder some itemsJoão Valverde1-14/+14
2021-05-23[Automatic update for 2021-05-23]Gerald Combs1-80/+80
2021-05-22RTP streams: plug memory leaks.Guy Harris1-10/+31
2021-05-22VoIP Dialogs: Refactoring of singleton windows to factory methodsJirka Novak12-179/+312
2021-05-18PortsModel: don't populate it by doing a lot of weird string-pushing.Guy Harris2-16/+45
2021-05-16[Automatic update for 2021-05-16]Gerald Combs2-118/+118
2021-05-14CMake: Set Qt autogen properties for Wireshark.Gerald Combs1-8/+3
2021-05-09[Automatic update for 2021-05-09]Gerald Combs11-23/+419
2021-05-06CMake: Apply AUTO{MOC,UIC,RCC} more selectively.Gerald Combs1-6/+9
2021-05-05Qt UI: fix AutoUic warning 'The name 'label' (QLabel) is already in use'Pascal Quantin1-1/+1
2021-05-04VoIP dialogs: Default actions for buttons works as beforeJirka Novak9-35/+70
2021-05-03RTP Player: Player is able to skip silence during playbackJirka Novak7-10/+179
2021-05-02Allow the RTP player dialog to be opened even if we're built without libpcap.Guy Harris1-6/+0
2021-05-02Add min/mean delta and min jitter, to the RTP analysis.Gilbert Ramirez8-16/+113
2021-05-02[Automatic update for 2021-05-02]Gerald Combs11-245/+295
2021-05-01Qt: URLs to Display Filter Reference and Wiki Protocol pagesChuck Craft1-2/+12
2021-04-30Qt: Fix some documentation warnings.Gerald Combs2-3/+3
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