aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-07-11 17:33:26 -0400
committerMichael Mann <mmann78@netscape.net>2015-07-12 03:14:38 +0000
commitbe7d295fbf06788c7fec948cf8755c218ad7c32d (patch)
tree6ae35deb03e777b000683b94b928b774a4cd27b4 /epan/dissectors/packet-h225.c
parent0caf0616ba53282cf4ef5587e13989a7aacc9588 (diff)
Add "user presentable" and "unique string ids" to heuristic table entries.
This allows better presentation of heuristic dissectors to the end user. Change-Id: I2ff3985ab914e83c2989880cc0c7b9904045b3f6 Reviewed-on: https://code.wireshark.org/review/9602 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-h225.c')
-rw-r--r--epan/dissectors/packet-h225.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/epan/dissectors/packet-h225.c b/epan/dissectors/packet-h225.c
index e7e6fe4915..662796b9a1 100644
--- a/epan/dissectors/packet-h225.c
+++ b/epan/dissectors/packet-h225.c
@@ -7740,7 +7740,6 @@ h225_cleanup_routine(void)
/* free hash-tables for RAS SRT */
for(i=0;i<7;i++) {
g_hash_table_destroy(ras_calls[i]);
- ras_calls[i] = NULL;
}
}
@@ -10923,7 +10922,7 @@ void proto_register_h225(void) {
NULL, HFILL }},
/*--- End of included file: packet-h225-hfarr.c ---*/
-#line 459 "../../asn1/h225/packet-h225-template.c"
+#line 458 "../../asn1/h225/packet-h225-template.c"
};
/* List of subtrees */
@@ -11173,7 +11172,7 @@ void proto_register_h225(void) {
&ett_h225_T_result,
/*--- End of included file: packet-h225-ettarr.c ---*/
-#line 465 "../../asn1/h225/packet-h225-template.c"
+#line 464 "../../asn1/h225/packet-h225-template.c"
};
module_t *h225_module;
int proto_h225_ras;