Regenerate ASN.1 dissectors

This commit is contained in:
João Valverde 2022-06-24 14:05:48 +01:00 committed by A Wireshark GitLab Utility
parent 0dbd0a6903
commit f1902c643e
2 changed files with 6 additions and 7 deletions

View File

@ -8315,7 +8315,7 @@ void proto_reg_handoff_camel(void) {
/*--- End of included file: packet-camel-dis-tab.c ---*/
#line 1280 "./asn1/camel/packet-camel-template.c"
#line 1281 "./asn1/camel/packet-camel-template.c"
} else {
range_foreach(ssn_range, range_delete_callback, NULL);
wmem_free(wmem_epan_scope(), ssn_range);
@ -10437,7 +10437,7 @@ void proto_register_camel(void) {
"InvokeId_present", HFILL }},
/*--- End of included file: packet-camel-hfarr.c ---*/
#line 1453 "./asn1/camel/packet-camel-template.c"
#line 1454 "./asn1/camel/packet-camel-template.c"
};
/* List of subtrees */
@ -10665,7 +10665,7 @@ void proto_register_camel(void) {
&ett_camel_InvokeId,
/*--- End of included file: packet-camel-ettarr.c ---*/
#line 1480 "./asn1/camel/packet-camel-template.c"
#line 1481 "./asn1/camel/packet-camel-template.c"
};
static ei_register_info ei[] = {

View File

@ -8044,11 +8044,10 @@ static void h225_stat_init(stat_tap_table_ui* new_stat)
return;
}
memset(items, 0x0, sizeof(items));
table = stat_tap_init_table(table_name, num_fields, 0, NULL);
stat_tap_add_table(new_stat, table);
memset(items, 0x0, sizeof(items));
items[MESSAGE_TYPE_COLUMN].type = TABLE_ITEM_STRING;
items[COUNT_COLUMN].type = TABLE_ITEM_UINT;
items[COUNT_COLUMN].value.uint_value = 0;
@ -11503,7 +11502,7 @@ void proto_register_h225(void) {
NULL, HFILL }},
/*--- End of included file: packet-h225-hfarr.c ---*/
#line 827 "./asn1/h225/packet-h225-template.c"
#line 828 "./asn1/h225/packet-h225-template.c"
};
/* List of subtrees */
@ -11753,7 +11752,7 @@ void proto_register_h225(void) {
&ett_h225_T_result,
/*--- End of included file: packet-h225-ettarr.c ---*/
#line 833 "./asn1/h225/packet-h225-template.c"
#line 834 "./asn1/h225/packet-h225-template.c"
};
static tap_param h225_stat_params[] = {