aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-22Qt, http2: Add Follow HTTP/2 Stream functionalityAlexander Gryanko1-3/+20
2019-09-02tshark: Add "ip" as alias for "ipv4" in -z hosts option.Michael Mann1-2/+3
2019-07-27HTTPS In More Places, update some URLs.Guy Harris2-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris32-32/+32
2019-07-05credentials: don't use wmem file scope but a local copy.Dario Lombardo1-2/+27
2019-06-29credentials: fix tshark output.Dario Lombardo1-1/+1
2019-06-26tap: add credentials tap.Dario Lombardo1-0/+92
2019-06-01tap-httpstat: remove spaces.Dario Lombardo1-15/+13
2019-03-31Fix -z hosts output if it's from a live capture.Guy Harris1-1/+2
2019-01-01No need to report "some files could not be saved".Guy Harris1-7/+1
2019-01-01Always report errors in eo_save_entry().Guy Harris1-1/+1
2019-01-01Limit the maximum *file* name length for exported objects.Guy Harris1-30/+24
2019-01-01Get rid of local_eo_save_entry().Guy Harris1-53/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris19-90/+92
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris21-21/+21
2018-12-30Use cmdarg_err() to report errors in CLI taps.Guy Harris21-37/+68