aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-28RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak1-1/+1
2018-06-23RTP: code cleanup 3Jiri Novak1-9/+9
2018-06-22tshark/RTP: GUI dependency removed from register_tap_listener_rtpstream. As c...Jiri Novak1-16/+6
2018-06-21 RTP: Stats calculation unificationJiri Novak1-47/+19
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak1-5/+5
2018-06-19RTP: Code clean upJiri Novak1-3/+3
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-1/+1
2018-05-13Fix indentation.Guy Harris1-2/+2
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-05-12Get rid of some GTK+-only stuff.Guy Harris2-2/+2
2018-05-12cli: make "-z host,ipv4" filter actually workPeter Wu1-8/+12
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke31-31/+62
2018-04-18Remove autotools build system.Dario Lombardo1-96/+0
2018-04-15More PortAudio removal.Gerald Combs1-1/+1
2018-03-09Plug a leak.Guy Harris1-1/+1
2018-03-09When looking up response codes, just keep the key on the stack.Guy Harris1-10/+10
2018-02-28rtspstat: use integer cast in g_hash_table.Dario Lombardo1-16/+13
2018-02-20Squelch some casting-away-constness warnings.Guy Harris5-9/+17
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-16/+16
2018-02-17Don't gratuitously cast away constness.Guy Harris1-1/+1