PROFINET: ErrorCode2 is updated
authorGizem Yurdagül <gizemnuryurdagul@gmail.com>
Fri, 8 Jun 2018 08:09:08 +0000 (11:09 +0300)
committerAnders Broman <a.broman58@gmail.com>
Fri, 8 Jun 2018 08:25:50 +0000 (08:25 +0000)
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>
plugins/epan/profinet/packet-dcerpc-pn-io.c

index 7e3f2e5c0d4525254125fe737f0f68cb49dba721..03f262a50f5e03e0425dbcd0b76b1353f0afcda1 100644 (file)
@@ -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[] = {