aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mausb.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-05-06 17:53:28 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-05-06 22:21:41 +0000
commit6011d2e531ecf6359f5ab4f4234c1a221c327e8b (patch)
treefe8b2c44e02a606240764284e0d19bd0fc30b185 /epan/dissectors/packet-mausb.c
parent398c81a299760c98dcf18d722cb1239f5e52b7b8 (diff)
"Reserved" is not a valid 'fieldconvert' value for an hf.
Fixes (for real this time, I swear!) the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10079 Bug: 10079 Change-Id: I2a73ef32d704fc9ecc71fd983fc09cf4f9194b2e Reviewed-on: https://code.wireshark.org/review/1542 Reviewed-by: Sean Onufer Stalley <sean.stalley@intel.com> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
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,