aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorDirk Ziegelmeier <dziegelmeier@de.pepperl-fuchs.com>2022-10-10 15:27:39 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2022-10-11 11:28:54 +0000
commit8f7d0b2af58b88d1bfc01cd141e3e5ec8a846f4a (patch)
tree3b3fda1c4cb3321a24dfe5a599800dce494197dc /plugins/epan
parentb7249fadd90f7bc2df4760328dd26bfbb964e474 (diff)
Fix issue #18391
Profinet PNIO-CM Connect Response Error Decode Incorrect
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/profinet/packet-pn.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/epan/profinet/packet-pn.c b/plugins/epan/profinet/packet-pn.c
index 57bea65842..9bdbc3cc24 100644
--- a/plugins/epan/profinet/packet-pn.c
+++ b/plugins/epan/profinet/packet-pn.c
@@ -175,8 +175,10 @@ static const value_string pn_io_error_code1_pnio[] = {
{ 0x06 /* 6*/, "Connect: Faulty MCRBlockReq" },
{ 0x07 /* 7*/, "Connect: Faulty ARRPCBlockReq" },
{ 0x08 /* 8*/, "Read/Write Record: Faulty Record" },
- { 0x09 /* 9*/, "Connect: Faulty SubFrameBlock" },
- { 0x0A /* 10*/, "Connect: Faulty IRTFrameBlock" },
+ { 0x09 /* 9*/, "Connect: Faulty IRInfoBlock" },
+ { 0x0A /* 10*/, "Connect: Faulty SRInfoBlock" },
+ { 0x0B /* 11*/, "Connect: Faulty ARFSUBlock" },
+ { 0x0C /* 12*/, "Connect: Faulty ARVendorBlockReq" },
{ 0x0D /* 13*/, "Connect: Faulty RSInfoBlock" },
{ 0x14 /* 20*/, "IODControl: Faulty ControlBlockConnect" },
{ 0x15 /* 21*/, "IODControl: Faulty ControlBlockPlug" },