"Reserved" is not a valid 'fieldconvert' value for an hf.
authorJeff Morriss <jeff.morriss.ws@gmail.com>
Tue, 6 May 2014 21:53:28 +0000 (17:53 -0400)
committerJeff Morriss <jeff.morriss.ws@gmail.com>
Tue, 6 May 2014 22:21:41 +0000 (22:21 +0000)
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>
epan/dissectors/packet-mausb.c

index 81db77ef96c895b8c51bd23eed5a25ec39a3183e..bdd4d0dbdf27618fa16d0cdb052fa462ad56ec07 100644 (file)
@@ -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,