aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo34-34/+34
2018-02-02cli: use SPDX identifiers.Dario Lombardo34-473/+34
2018-01-29cli: free memory on exit in tap-comparestat (found by clang).Dario Lombardo1-2/+5
2018-01-22tap-httpstat: cast memory instead of reallocate it in glib hash table.Dario Lombardo1-14/+11
2018-01-19tap-wspstat: cast memory instead of allocate.Dario Lombardo1-7/+5
2017-12-11Fix make distcheckJoão Valverde1-22/+8
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde2-22/+3
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-3/+1
2017-10-31HTTP: Update status codesUli Heilmeier1-0/+23
2017-10-29Get rid of unused #defines.Guy Harris1-3/+0
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann2-3/+3
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-1/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1