aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_tcap.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-09-15 18:37:09 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-09-15 16:40:40 +0000
commit864e9a9136944b98bf47c5f8d0dcc1110397a28f (patch)
tree14aa835e1347c63d774f78ce86cef2be97006f7f /epan/dissectors/packet-ansi_tcap.c
parent5f695d217a63dbe8bc554103adec31c2ffb66908 (diff)
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 <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-ansi_tcap.c')
-rw-r--r--epan/dissectors/packet-ansi_tcap.c7
1 files changed, 3 insertions, 4 deletions
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[] = {