aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorGizem Yurdagül <gizemnuryurdagul@gmail.com>2018-06-08 11:09:08 +0300
committerAnders Broman <a.broman58@gmail.com>2018-06-08 08:25:50 +0000
commit9932f496e2f32da5c004e78a8c0375e7bcebdae2 (patch)
treeed518f8db19d91258fbbcf42bac8fa6f36244bd9 /plugins/epan
parent7ae1c683f3024d0aea292cf6b853ebb79e71b06c (diff)
PROFINET: ErrorCode2 is updated
According to specification, pn_io_error_code2_pnio_64 is expanded with new error codes. Change-Id: I1faf6e8f86a075057520ba4615d1d4f07032931d Reviewed-on: https://code.wireshark.org/review/28106 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/profinet/packet-dcerpc-pn-io.c24
1 files changed, 14 insertions, 10 deletions
diff --git a/plugins/epan/profinet/packet-dcerpc-pn-io.c b/plugins/epan/profinet/packet-dcerpc-pn-io.c
index 7e3f2e5c0d..03f262a50f 100644
--- a/plugins/epan/profinet/packet-dcerpc-pn-io.c
+++ b/plugins/epan/profinet/packet-dcerpc-pn-io.c
@@ -1535,16 +1535,20 @@ static const value_string pn_io_error_code2_pnio_63[] = {
static const value_string pn_io_error_code2_pnio_64[] = {
/* RMPM */
- { 0, "ArgsLength invalid" },
- { 1, "Unknown Blocks" },
- { 2, "IOCR Missing" },
- { 3, "Wrong AlarmCRBlock count" },
- { 4, "Out of AR Resources" },
- { 5, "AR UUID unknown" },
- { 6, "State conflict" },
- { 7, "Out of Provider, Consumer or Alarm Resources" },
- { 8, "Out of Memory" },
- { 0, NULL }
+ { 0, "ArgsLength invalid" },
+ { 1, "Unknown Blocks" },
+ { 2, "IOCR Missing" },
+ { 3, "Wrong AlarmCRBlock count" },
+ { 4, "Out of AR Resources" },
+ { 5, "AR UUID unknown" },
+ { 6, "State conflict" },
+ { 7, "Out of Provider, Consumer or Alarm Resources" },
+ { 8, "Out of Memory" },
+ { 9, "Pdev already owned" },
+ { 10, "ARset State conflict during connection establishment" },
+ { 11, "ARset Parameter conflict during connection establishment" },
+ { 12, "Pdev, port(s) without interface" },
+ { 0, NULL }
};
static const value_string pn_io_error_code2_pnio_65[] = {