dissector/ptp: fix typo - should be ptp.as.sig.tlv.flags

Change-Id: I31be23516d7fb169daa827b505bcde04426e84dc
Signed-off-by: Adam Wujek <adam.wujek@cern.ch>
Reviewed-on: https://code.wireshark.org/review/23961
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Adam Wujek 2017-10-16 17:30:54 +02:00 committed by Michael Mann
parent f6915bef29
commit ca7f204576
1 changed files with 1 additions and 1 deletions

View File

@ -5491,7 +5491,7 @@ proto_register_ptp(void)
NULL, HFILL }
},
{ &hf_ptp_as_sig_tlv_flags,
{ "flags", "ptp.as.sig.tvl.flags",
{ "flags", "ptp.as.sig.tlv.flags",
FT_UINT8, BASE_HEX, NULL, 0x00,
NULL, HFILL }
},