aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-btatt.c3
-rw-r--r--epan/dissectors/packet-hdcp.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/epan/dissectors/packet-btatt.c b/epan/dissectors/packet-btatt.c
index 499e603ed5..9d288f5359 100644
--- a/epan/dissectors/packet-btatt.c
+++ b/epan/dissectors/packet-btatt.c
@@ -5082,10 +5082,9 @@ proto_register_btatt(void)
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL}
},
-/* TODO: FT_UINT40 */
{&hf_btatt_system_id_manufacturer_identifier,
{"Manufacturer Identifier", "btatt.system_id.manufacturer_identifier",
- FT_UINT64, BASE_HEX, NULL, 0x0,
+ FT_UINT40, BASE_HEX, NULL, 0x0,
NULL, HFILL}
},
{&hf_btatt_system_id_organizationally_unique_identifier,
diff --git a/epan/dissectors/packet-hdcp.c b/epan/dissectors/packet-hdcp.c
index bb3c0ccbd9..834b4c6ccd 100644
--- a/epan/dissectors/packet-hdcp.c
+++ b/epan/dissectors/packet-hdcp.c
@@ -262,9 +262,8 @@ proto_register_hdcp(void)
{ &hf_hdcp_resp_to,
{ "Response To", "hdcp.resp_to", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is the response to the request in this frame", HFILL }},
- /* actually, the KSVs are only 40bits, but there's no FT_UINT40 type */
{ &hf_hdcp_a_ksv,
- { "Transmitter's key selection vector", "hdcp.a_ksv", FT_UINT64,
+ { "Transmitter's key selection vector", "hdcp.a_ksv", FT_UINT40,
BASE_HEX, NULL, 0, NULL, HFILL } },
{ &hf_hdcp_b_ksv,
{ "Receiver's key selection vector", "hdcp.b_ksv", FT_UINT64,