aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-follow.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-23tshark: Add UTF-8 output mode to the follow tapJohn Thacker1-0/+29
2023-06-17Qt: Follow stream show as recentJohn Thacker1-0/+11
2023-06-17Convert wmem to C99 typesGerald Combs1-1/+1
2023-01-05follow: Add function for sub stream id to registrationJohn Thacker1-3/+3
2022-10-08Move print_hex_data_buffer() to wsutilJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-1/+1
2021-09-13HTTP2, QUIC: fix "Follow Stream"Nardi Ivan1-0/+2
2021-06-19Replace g_assert() with ws_assert()João Valverde1-4/+5
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
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-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-10-21tap-follow: fix memory leakVasil Velichkov1-1/+1
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-07-06Follow Stream: ensure linear performance with many packetsPeter Wu1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-20Squelch some casting-away-constness warnings.Guy Harris1-2/+4
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02cli: use SPDX identifiers.Dario Lombardo1-14/+1
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-02-19stat_tap_ui: remove leaks.Dario Lombardo1-0/+1
2017-02-08Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-3/+4
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann1-2/+1
2016-10-03tshark: follow streams should start with chunk 1.Michael Mann1-1/+1
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann1-4/+4
2016-07-17Fix sscanf VS Code Analysis warnings.Michael Mann1-1/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-2/+2
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-2/+2
2016-04-08Replace and remove host_ip_af() functionJoão Valverde1-6/+18
2016-01-12Fix type: strlen returns a size_tEvan Huus1-1/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-744/+200
2016-01-07Remove some unnecessary dependencies and cleanup some codeJoão Valverde1-9/+9
2016-01-06KISS the Follow TCP functionality.Michael Mann1-7/+8
2016-01-03Pass SslPacketInfo structure directly to SSL tap instead of having listeners ...Michael Mann1-1/+1
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-7/+7
2015-09-26Fix checkapi warningsGraham Bloice1-10/+10
2015-06-09tshark: add ability to display streams in EBCDICPascal Quantin1-0/+13
2015-03-07Get rid of an unused structure member.Guy Harris1-3/+0
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-3/+3
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-12-29Add ability to follow UDP stream by indexPascal Quantin1-10/+28
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-6/+6
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-3/+33