aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-endpoints.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-15/+15
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1
2018-12-30Use cmdarg_err() to report errors in CLI taps.Guy Harris1-1/+2
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
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-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-1/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde1-2/+2
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-3/+5
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-3/+6
2015-01-03tshark: dump port number when generating SCTP endpoints statisticsPascal Quantin1-1/+1
2015-01-02tshark: Add endpoints statisticsMichael Mann1-0/+140