summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-rtps.c
diff options
context:
space:
mode:
authorJuanjo Martin <juanjo@rti.com>2016-05-31 18:12:15 +0200
committerMichael Mann <mmann78@netscape.net>2016-05-31 16:56:11 +0000
commitf61cdc3e9d12a9b78f7082a2f83b6b8f44fcdcb3 (patch)
treee2a53130efd135e73f10400cf11ac95da5785cdd /epan/dissectors/packet-rtps.c
parent35feab8a4a43013f1a06374194ec93d4e64959b6 (diff)
downloadwireshark-f61cdc3e9d12a9b78f7082a2f83b6b8f44fcdcb3.tar.gz
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>
Diffstat (limited to 'epan/dissectors/packet-rtps.c')
-rw-r--r--epan/dissectors/packet-rtps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtps.c b/epan/dissectors/packet-rtps.c
index 3267500ab4..6954cf4adf 100644
--- a/epan/dissectors/packet-rtps.c
+++ b/epan/dissectors/packet-rtps.c
@@ -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 }
},