aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mausb.c
diff options
context:
space:
mode:
authorSean O. Stalley <sean.stalley@intel.com>2014-09-15 14:26:05 -0700
committerEvan Huus <eapache@gmail.com>2014-09-17 02:21:48 +0000
commitd05a44c3ceb4a6c22fbf0c764c49e421b02189fe (patch)
treeeeb5652ea2b5c2c282f91caaf041f4d78f7f1d3e /epan/dissectors/packet-mausb.c
parentb53405cd5a7b1c2d2f4578a92ac957504a08f3e1 (diff)
Show endpoint direction based on EPHandle bit
Interpret the meaning of the endpoint handle direction bit, instead of just saying if it is set. Change-Id: I9fc0d6f95f6c3a94d6db90c8394fe3ca8fc83715 Reviewed-on: https://code.wireshark.org/review/4119 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-mausb.c')
-rw-r--r--epan/dissectors/packet-mausb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mausb.c b/epan/dissectors/packet-mausb.c
index e7f1462cca..c4ab328cc3 100644
--- a/epan/dissectors/packet-mausb.c
+++ b/epan/dissectors/packet-mausb.c
@@ -1489,7 +1489,7 @@ proto_register_mausb(void)
/* EP Handle Subfields */
{ &hf_mausb_ep_handle_d,
{ "Direction", "mausb.ep_handle.d", FT_BOOLEAN, 16,
- TFS(&tfs_set_notset), MAUSB_EP_HANDLE_D, NULL, HFILL
+ TFS(&tfs_endpoint_direction), MAUSB_EP_HANDLE_D, NULL, HFILL
}
},
{ &hf_mausb_ep_handle_ep_num,