aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-29Fix indentation.Guy Harris1-11/+10
2018-12-19Don't free something before freeing some of its contents.Guy Harris1-1/+1
2018-12-18Don't assume the filter will be non-null.Guy Harris1-1/+1
2018-11-13tshark: Print the packets' comments in the expert infoVasil Velichkov1-2/+10
2018-11-01tshark: Fix small memory leak in tap-expertVasil Velichkov1-2/+12
2018-10-21tap-follow: fix memory leakVasil Velichkov1-1/+1
2018-09-09Remove the tshark -z compare featureJoão Valverde2-607/+0
2018-09-08Add Start-End timestamp columns to the RTP Streams report from tsharkMihai Codrean1-2/+4
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris30-29/+41
2018-07-06Follow Stream: ensure linear performance with many packetsPeter Wu1-2/+2