RTPS: Allowing duplicates in the rtps.type_name table

Change-Id: Ie7a35b0bb3275a0895fad646bf9a81406eadf37c
Reviewed-on: https://code.wireshark.org/review/17393
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Juanjo Martin 2016-08-30 01:57:32 +02:00 committed by Guy Harris
parent 8b705b3753
commit 1dbd2216ed
1 changed files with 1 additions and 1 deletions

View File

@ -11627,7 +11627,7 @@ void proto_register_rtps(void) {
register_init_routine(rtps_init);
rtps_type_name_table = register_dissector_table("rtps.type_name", "RTPS Type Name",
proto_rtps, FT_STRING, BASE_NONE, DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE);
proto_rtps, FT_STRING, BASE_NONE, DISSECTOR_TABLE_ALLOW_DUPLICATE);
}