aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v5.c
diff options
context:
space:
mode:
authorPavlos Antoniou <pant@intracom-telecom.com>2015-11-04 09:26:50 +0200
committerAnders Broman <a.broman58@gmail.com>2015-11-04 11:38:12 +0000
commitcde99ec5354d95960a52e1fd49bc68e108e918d7 (patch)
tree9e8dbeb935b7dae459365318f34109727c8a1943 /epan/dissectors/packet-openflow_v5.c
parentccca843a57d6f23c7da682f4b7d3286a69590eee (diff)
[OpenFlow] Use correct name for flag OFPMPF_REPLY_MORE in v5 dissector
Change-Id: Ia8cb88d4d884be95814f4a144a4c3b07b32ffca7 Reviewed-on: https://code.wireshark.org/review/11543 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-openflow_v5.c')
-rw-r--r--epan/dissectors/packet-openflow_v5.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-openflow_v5.c b/epan/dissectors/packet-openflow_v5.c
index 3f575467aa..5399ceda0d 100644
--- a/epan/dissectors/packet-openflow_v5.c
+++ b/epan/dissectors/packet-openflow_v5.c
@@ -5209,6 +5209,7 @@ dissect_openflow_flow_update_v5(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tre
+#define OFPMPF_REPLY_MORE 1 << 0
static void
dissect_openflow_multipart_reply_v5(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset, guint16 length)
{
@@ -9171,8 +9172,8 @@ proto_register_openflow_v5(void)
NULL, HFILL }
},
{ &hf_openflow_v5_multipart_reply_flags_more,
- { "OFPMPF_REQ_MORE", "openflow_v5.multipart_reply.flags.more",
- FT_UINT16, BASE_HEX, NULL, OFPMPF_REQ_MORE,
+ { "OFPMPF_REPLY_MORE", "openflow_v5.multipart_reply.flags.more",
+ FT_UINT16, BASE_HEX, NULL, OFPMPF_REPLY_MORE,
NULL, HFILL }
},
{ &hf_openflow_v5_multipart_reply_pad,