aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdcp.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-09-06 18:15:04 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-09-14 14:01:01 +0000
commit3d4ee5e6c1e218fc76661a398fb6764e2ce7e7d1 (patch)
treeaaf619032190a213852848299f0f56962ac940f0 /epan/dissectors/packet-hdcp.c
parentfb80cbdd00545c921414182aae581e85c219a017 (diff)
Use FT_UINT40 in two places
Finally we have FT_UINT40, so used it in Bluetooth ATT and HDP dissectors. Change-Id: Iab0e71345f031bca972b1eee20d7e95e193b2aef Reviewed-on: https://code.wireshark.org/review/10527 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-hdcp.c')
-rw-r--r--epan/dissectors/packet-hdcp.c3
1 files changed, 1 insertions, 2 deletions
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,