aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldman <adam.goldman@intel.com>2016-11-01 10:24:48 -0400
committerAnders Broman <a.broman58@gmail.com>2016-11-02 04:41:07 +0000
commite1454337df5cee341f7973fbd8c2d9cc8cba9586 (patch)
tree71ef74a3b49d6f04f8915bfe795af4c570f07090
parent963bd679014aedd04c984d50f85700d4f7165ce8 (diff)
opa-mad: Fixed malformed SA(FabricInfoRecord) reserved field
Change-Id: I1b20a49008e41728cb10cd11765833a762f66505 Reviewed-on: https://code.wireshark.org/review/18603 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-opa-mad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-opa-mad.c b/epan/dissectors/packet-opa-mad.c
index 8cb0738cec..4dd37ef2ef 100644
--- a/epan/dissectors/packet-opa-mad.c
+++ b/epan/dissectors/packet-opa-mad.c
@@ -4301,7 +4301,7 @@ static gint parse_FabricInfoRecord(proto_tree *parentTree, tvbuff_t *tvb, gint *
local_offset += 4;
proto_tree_add_item(FabricInfoRecord_header_tree, hf_opa_FabricInfoRecord_NumOmittedISLs, tvb, local_offset, 4, ENC_BIG_ENDIAN);
local_offset += 4;
- proto_tree_add_item(FabricInfoRecord_header_tree, hf_opa_FabricInfoRecord_Reserved, tvb, local_offset, 92, ENC_BIG_ENDIAN);
+ proto_tree_add_item(FabricInfoRecord_header_tree, hf_opa_FabricInfoRecord_Reserved, tvb, local_offset, 92, ENC_NA);
local_offset += 92;
return local_offset;
@@ -10363,7 +10363,7 @@ void proto_register_opa_mad(void)
},
{ &hf_opa_FabricInfoRecord_Reserved, {
"Reserved (92 Bytes)", "opa.fabricinforecord.reserved",
- FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/*****************