aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde22-22/+22
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-3/+3
2022-10-08Move print_hex_data_buffer() to wsutilJoão Valverde1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris2-3/+3
2022-08-23Rename some functions and types for endpoint tables.Guy Harris2-16/+16
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-6/+6
2022-06-10tap: Adding flags for tap_packetRoland Knall20-20/+21
2022-05-24tap-iostat: Make a bunch of ints unsignedJohn Thacker1-22/+22
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde9-35/+35
2021-12-10cli: Cleanup rtspstat tap output formatJohn Thacker1-4/+4
2021-12-09RTSP: Fix segault of cli tap with no filter setJohn Thacker1-1/+1
2021-12-08cli: Clean up httpstat tap output formatJohn Thacker1-5/+6
2021-12-06cli: Make CAMEL SRT stats filter workJohn Thacker1-3/+4
2021-11-30Add UI header files to DoxygenMoshe Kaplan2-2/+3
2021-11-29wsutil: Split format_size() enumJoão Valverde1-3/+3
2021-11-15Qt: Make Lua dialogs children of the main window.Gerald Combs1-1/+1
2021-10-15cli: stats_tree: Make syntax consistent with other -z optionsJohn Thacker1-2/+8
2021-09-28Fix some spelling errors.Martin Mathieson1-1/+1
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-1/+1
2021-09-13HTTP2, QUIC: fix "Follow Stream"Nardi Ivan1-0/+2
2021-09-08Credentials Tap: Fix wmem scope for init callUli Heilmeier1-1/+1
2021-07-11wsutil: Revert some changes to format_size()João Valverde1-4/+4
2021-06-21Lua: Add redissect_packets()Stig Bjørlykke1-0/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde3-9/+12
2021-06-17Replace usage of GLogLevel flags everywhereJoão Valverde1-4/+5
2021-06-16Replace g_log() calls with ws_log()João Valverde3-3/+9
2021-06-07wsutil: Add filesystem write_file_binary_mode()Stig Bjørlykke1-2/+2
2021-05-26Follow stream: Print YAML time more portably.Gerald Combs1-1/+1
2021-05-25Follow stream: Modify YAML format, add timestamps and peersToff1-14/+71
2021-05-02Add min/mean delta and min jitter, to the RTP analysis.Gilbert Ramirez1-3/+8
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris2-2/+2
2021-04-20Remove unneeded modelines in ui.Gerald Combs10-130/+0
2021-04-15Fix conversation table when using epoch based timeMichael Tuexen1-0/+9
2021-04-14VoIP dialogs: Performance improvementsJirka Novak1-1/+1
2021-01-15tap-simple_stattable: fix a memory leak for tshark -zMartin Kaiser1-1/+10
2021-01-01Voice dialogs: Added option to apply display filter in VoIP/RTP dialogsJirka Novak1-1/+1
2020-12-23Detect and replace bad allocation patterns (more)Moshe Kaplan1-1/+1
2020-12-22Replace g_malloc calls with g_newMoshe Kaplan1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan2-7/+7
2020-06-25wslua: Add ability to query current temporary color filter textrbroker1-0/+1
2020-06-12MAC LTE: add support for extended LCIDPascal Quantin1-2/+2
2020-01-24HTTP: share dissector status value_string array with tshark HTTP statsMartin Mathieson1-78/+4
2020-01-24SIP: share dissector status value_string array with tshark SIP statsMartin Mathieson1-104/+3
2020-01-21Fix compilation with gcc-9.Dario Lombardo1-1/+1
2019-12-15Reorganize long option valuesJaap Keuter1-2/+0
2019-12-03Use human-readable numbers for conversation statsMichael Mann1-14/+24
2019-11-05QT/CLI: Remove limit for object export filesUli Heilmeier1-2/+2
2019-10-04QUIC: Add Follow QUIC Stream support to Qt and tsharkPeter Wu1-3/+4