aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors')
-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 9a827ff01c..4851d96bfe 100644
--- a/epan/dissectors/packet-rtps.c
+++ b/epan/dissectors/packet-rtps.c
@@ -11844,7 +11844,7 @@ void proto_register_rtps(void) {
FT_UINT32, BASE_DEC, NULL, 0, NULL, HFILL }
},
{ &hf_rtps_dcps_publication_data_frame_number,{
- "DCPSPublicationData n", "rtps.dcps_publication_data_frame_number",
+ "DCPSPublicationData In", "rtps.dcps_publication_data_frame_number",
FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a submessage sent by the DataWriter described in the DCPSPublicationData found in this frame", HFILL }
},