aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_table.h
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-08-23 11:43:02 -0700
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-08-23 19:20:47 +0000
commitec6fd00518f61887ceb301d15b24072e0dfe810a (patch)
tree3855f2425acfa703d10226f056878c4a3a0b3b96 /epan/conversation_table.h
parent13a302da6e4a3aec293246498d294ab01d5c7266 (diff)
Fix deprecation warning.
get_hostlist_packet_func() was not deprecated in favor of itself, it was deprecated in favor of get_endpoint_packet_func().
Diffstat (limited to 'epan/conversation_table.h')
-rw-r--r--epan/conversation_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/conversation_table.h b/epan/conversation_table.h
index 4fb5bf52b0..a62df60141 100644
--- a/epan/conversation_table.h
+++ b/epan/conversation_table.h
@@ -205,7 +205,7 @@ WS_DLL_PUBLIC tap_packet_cb get_conversation_packet_func(register_ct_t* ct);
WS_DLL_PUBLIC tap_packet_cb get_endpoint_packet_func(register_ct_t* ct);
/* For backwards source and binary compatibility */
-G_DEPRECATED_FOR(get_hostlist_packet_func)
+G_DEPRECATED_FOR(get_endpoint_packet_func)
WS_DLL_PUBLIC tap_packet_cb get_hostlist_packet_func(register_ct_t* ct);