summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ptp.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-05-17 19:41:19 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-05-17 19:41:19 +0000
commitb4624651e9c8c0689e25306f071f3f241f3dfdb4 (patch)
tree3775067b71ed80ad11760118c9790f4327b06e0b /epan/dissectors/packet-ptp.c
parent24fa3fb59a842d313d3c8b889f9237496d3c966e (diff)
downloadwireshark-b4624651e9c8c0689e25306f071f3f241f3dfdb4.tar.gz
Fix copy&paste: hf variable name in hfi->abbrev
svn path=/trunk/; revision=42682
Diffstat (limited to 'epan/dissectors/packet-ptp.c')
-rw-r--r--epan/dissectors/packet-ptp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ptp.c b/epan/dissectors/packet-ptp.c
index 8ff49a6731..29a05c9a7f 100644
--- a/epan/dissectors/packet-ptp.c
+++ b/epan/dissectors/packet-ptp.c
@@ -3925,12 +3925,12 @@ proto_register_ptp(void)
NULL, HFILL }
},
{ &hf_ptp_fu_preciseorigintimestamp,
- { "preciseOriginTimestamp", "ptp.fu.hf_ptp_fu_preciseorigintimestamp",
+ { "preciseOriginTimestamp", "ptp.fu.preciseorigintimestamp",
FT_RELATIVE_TIME, BASE_NONE, NULL, 0x00,
NULL, HFILL }
},
{ &hf_ptp_fu_preciseorigintimestamp_seconds,
- { "preciseOriginTimestamp (seconds)", "ptp.fu.hf_ptp_fu_preciseorigintimestamp_seconds",
+ { "preciseOriginTimestamp (seconds)", "ptp.fu.preciseorigintimestamp_seconds",
FT_UINT32, BASE_DEC, NULL, 0x00,
NULL, HFILL }
},