aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-25Clean up white space.Guy Harris1-3/+3
2017-10-25Use a union for the IPv4/IPv6 address.Guy Harris1-6/+8
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-2/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum9-41/+12
2017-10-06tap-flow (ui): fix no previous prototype for ‘register_tap_listener_flow’...Alexis La Goutte1-1/+1
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-2/+0
2017-09-22Add Flow Graph functionality to TSharkMichael Mann2-0/+160
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+2
2017-09-02Have a single IPv6 tapJoão Valverde1-2/+2
2017-06-21[sipstat] Update the Response Codes table.Anders1-2/+21
2017-06-19Attempt to clean up addr_resolv flags by removing DUMMY_ADDRESS_ENTRYAnthony Coddington1-2/+2
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-13tap-iostat (cli): fix this statement may fall through [-Werror=implicit-fallt...Alexis La Goutte1-1/+1