aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanjo Martin <juanjo@rti.com>2017-12-01 13:30:32 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-01 15:04:42 +0000
commit5320bdd00e8139a833e67dae228f444761c02391 (patch)
tree9c255a9a755aca50992bfd655dca492fef1b1794
parent290fd76af6d2bd1dbc07f4f0b20f71ee8d6e73b3 (diff)
RTPS: Fixed a quick typo in a hf item
Change-Id: I71315900a4fd5130ab051854bc70dbc4ba9afc2b Reviewed-on: https://code.wireshark.org/review/24672 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-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 }
},