aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v6.c
diff options
context:
space:
mode:
authorLaszlo Papp <laszlo.papp@hubersuhner.com>2018-01-24 16:03:00 +0000
committerAnders Broman <a.broman58@gmail.com>2018-01-24 16:51:49 +0000
commitb3cf908ffe567c9da124c3056dddab0c3cb0d5b8 (patch)
tree6a2a162ba2e923ceb70a28ced2b603e6ae4101f8 /epan/dissectors/packet-openflow_v6.c
parentccd2b53f40ffbd0a29741203febd8cf7c701ff8f (diff)
Fix the display of Length and Pad2 in the openflow dissector
Change-Id: I12194d1449812c43c062c50d319d44d6d7437c51 Reviewed-on: https://code.wireshark.org/review/25451 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-openflow_v6.c')
-rw-r--r--epan/dissectors/packet-openflow_v6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-openflow_v6.c b/epan/dissectors/packet-openflow_v6.c
index ef0582c5fa..31db314af5 100644
--- a/epan/dissectors/packet-openflow_v6.c
+++ b/epan/dissectors/packet-openflow_v6.c
@@ -7026,7 +7026,7 @@ proto_register_openflow_v6(void)
NULL, HFILL }
},
{ &hf_openflow_v6_port_length,
- { "Pad", "openflow_v6.port.length",
+ { "Length", "openflow_v6.port.length",
FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
@@ -7036,7 +7036,7 @@ proto_register_openflow_v6(void)
NULL, HFILL }
},
{ &hf_openflow_v6_port_pad2,
- { "Pad", "openflow_v6.port.pad2",
+ { "Pad2", "openflow_v6.port.pad2",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},