From 805ddd1addbea96308fe3b790043ec511c73bbfa Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Wed, 21 Dec 2016 11:50:47 +0100 Subject: uat: add a reset callback. This function will free the resources allocated by the caller. Change-Id: Ib486c14e4fd3c321662fb71f7fd06733ce9a64a4 Reviewed-on: https://code.wireshark.org/review/19375 Reviewed-by: Peter Wu Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-sctp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-sctp.c') diff --git a/epan/dissectors/packet-sctp.c b/epan/dissectors/packet-sctp.c index e7cb2f7f26..9ccc23caf2 100644 --- a/epan/dissectors/packet-sctp.c +++ b/epan/dissectors/packet-sctp.c @@ -5044,6 +5044,7 @@ proto_register_sctp(void) sctp_chunk_type_update_cb, sctp_chunk_type_free_cb, NULL, + NULL, custom_types_uat_fields ); -- cgit v1.2.3