From 864e9a9136944b98bf47c5f8d0dcc1110397a28f Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 15 Sep 2015 18:37:09 +0200 Subject: asni_tcap: actually regenerate dissector after cleanup Rane make -C asn1 and found this missing change. Somehow the unnecessary initialization was not included with the dissector regeneration in 3243b6f964c96f0137fc3fffd66a74dd9f7910fd ("asn1: split off cleanup routines"). Change-Id: I26d6f0ca4e7fa0b791108f016c684556da5d06e8 Reviewed-on: https://code.wireshark.org/review/10538 Reviewed-by: Peter Wu --- epan/dissectors/packet-ansi_tcap.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'epan/dissectors/packet-ansi_tcap.c') diff --git a/epan/dissectors/packet-ansi_tcap.c b/epan/dissectors/packet-ansi_tcap.c index 77b642ebd4..289288789f 100644 --- a/epan/dissectors/packet-ansi_tcap.c +++ b/epan/dissectors/packet-ansi_tcap.c @@ -271,7 +271,6 @@ ansi_tcap_cleanup(void) { /* Destroy any existing memory chunks / hashes. */ g_hash_table_destroy(TransactionId_table); - TransactionId_table = NULL; } /* Store Invoke information needed for the corresponding reply */ @@ -1408,7 +1407,7 @@ dissect_ansi_tcap_PackageType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int /*--- End of included file: packet-ansi_tcap-fn.c ---*/ -#line 351 "../../asn1/ansi_tcap/packet-ansi_tcap-template.c" +#line 350 "../../asn1/ansi_tcap/packet-ansi_tcap-template.c" @@ -1752,7 +1751,7 @@ proto_register_ansi_tcap(void) NULL, HFILL }}, /*--- End of included file: packet-ansi_tcap-hfarr.c ---*/ -#line 486 "../../asn1/ansi_tcap/packet-ansi_tcap-template.c" +#line 485 "../../asn1/ansi_tcap/packet-ansi_tcap-template.c" }; /* Setup protocol subtree array */ @@ -1790,7 +1789,7 @@ proto_register_ansi_tcap(void) &ett_ansi_tcap_T_paramSet, /*--- End of included file: packet-ansi_tcap-ettarr.c ---*/ -#line 497 "../../asn1/ansi_tcap/packet-ansi_tcap-template.c" +#line 496 "../../asn1/ansi_tcap/packet-ansi_tcap-template.c" }; static ei_register_info ei[] = { -- cgit v1.2.3