aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mausb.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mausb.c')
-rw-r--r--epan/dissectors/packet-mausb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mausb.c b/epan/dissectors/packet-mausb.c
index 81db77ef96..bdd4d0dbdf 100644
--- a/epan/dissectors/packet-mausb.c
+++ b/epan/dissectors/packet-mausb.c
@@ -1218,8 +1218,8 @@ proto_register_mausb(void)
}
},
{ &hf_mausb_eps_rsvd,
- { "EP Status", "mausb.eps", FT_UINT8, BASE_HEX,
- "Reserved" , MAUSB_EPS_MASK, NULL, HFILL
+ { "EP Status", "mausb.eps.reserved", FT_UINT8, BASE_HEX,
+ NULL, MAUSB_EPS_MASK, NULL, HFILL
}
},
{ &hf_mausb_tflags,