aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v4.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-05-15 19:49:46 +0200
committerAnders Broman <a.broman58@gmail.com>2017-05-15 17:51:54 +0000
commit92e1e8e641a951bc8b4066a23daa34e426990535 (patch)
tree56273be71c0329d27e74506feeaa4e657cd49bcf /epan/dissectors/packet-openflow_v4.c
parent4b90e93f37cb092472db314ca0df3ce9503e1827 (diff)
Openflow(v4): fix field typo
Like for OpenFlow(v5) see a88594b093f29220cb2f8825b5dcc06bcaf91e38 Change-Id: Ifcfd398729a1d102a45de3bf86ec98bab285603f Reviewed-on: https://code.wireshark.org/review/21669 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-openflow_v4.c')
-rw-r--r--epan/dissectors/packet-openflow_v4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-openflow_v4.c b/epan/dissectors/packet-openflow_v4.c
index a338273a1f..a3f7f7085b 100644
--- a/epan/dissectors/packet-openflow_v4.c
+++ b/epan/dissectors/packet-openflow_v4.c
@@ -6484,7 +6484,7 @@ proto_register_openflow_v4(void)
NULL, HFILL }
},
{ &hf_openflow_v4_meter_config_request_pad,
- { "Pad", "openflow_v4.aggregate_config_request.pad",
+ { "Pad", "openflow_v4.meter_config_request.pad",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},
@@ -7354,7 +7354,7 @@ proto_register_openflow_v4(void)
NULL, HFILL }
},
{ &hf_openflow_v4_meter_config_len,
- { "Length", "openflow_v4.meter_stats.len",
+ { "Length", "openflow_v4.meter_config.len",
FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},