RTPS: Updated name of CRC field

The name specified "no header". This is false. It contains the header.

Change-Id: I921b7c23d64f43551830e840066231031432dc7c
Reviewed-on: https://code.wireshark.org/review/15646
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Juanjo Martin 2016-05-31 18:12:15 +02:00 committed by Michael Mann
parent 35feab8a4a
commit f61cdc3e9d
1 changed files with 1 additions and 1 deletions

View File

@ -10946,7 +10946,7 @@ void proto_register_rtps(void) {
},
{ &hf_rtps_sm_rti_crc_number, {
"RTPS Message Length (no header)", "rtps.sm.rti_crc.message_length",
"RTPS Message Length", "rtps.sm.rti_crc.message_length",
FT_UINT32, BASE_DEC, NULL, 0, NULL, HFILL }
},