aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGreg Morris <GMORRIS@novell.com>2007-10-08 11:50:53 +0000
committerGreg Morris <GMORRIS@novell.com>2007-10-08 11:50:53 +0000
commitaa42e59aaeae90b966696dea517de096fd52952b (patch)
tree989e601e340a83fc02f956f3313a61d8d6bc753e /epan
parentb9f9b33e0e543eb0c50593e7cc626ecc02de099d (diff)
Add 0x7d00 Connection Not Logged In return value to NCP 87/34.
svn path=/trunk/; revision=23093
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/ncp2222.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/ncp2222.py b/epan/dissectors/ncp2222.py
index d67f2006b0..4779e6da39 100644
--- a/epan/dissectors/ncp2222.py
+++ b/epan/dissectors/ncp2222.py
@@ -5339,6 +5339,7 @@ def define_errors():
errors[0x7a00] = "Connection Already Temporary"
errors[0x7b00] = "Connection Already Logged in"
errors[0x7c00] = "Connection Not Authenticated"
+ errors[0x7d00] = "Connection Not Logged In"
errors[0x7e00] = "NCP failed boundary check"
errors[0x7e01] = "Invalid Length"
@@ -9706,7 +9707,7 @@ def define_ncp2222():
rec( 62, 7, LoginTime ),
rec( 69, 1, Reserved ),
])
- pkt.CompletionCodes([0x0000, 0x9602, 0xfb02, 0xfc06, 0xfd00, 0xfe07, 0xff00])
+ pkt.CompletionCodes([0x0000, 0x7d00, 0x9602, 0xfb02, 0xfc06, 0xfd00, 0xfe07, 0xff00])
# 2222/171D, 23/29
pkt = NCP(0x171D, "Change Connection State", 'connection')
pkt.Request( 11, [
@@ -13238,7 +13239,7 @@ def define_ncp2222():
rec( 14, 1, CCFunction ),
])
pkt.Reply(8)
- pkt.CompletionCodes([0x0000, 0x8800, 0xff16])
+ pkt.CompletionCodes([0x0000, 0x8000, 0x8800, 0xff16])
# 2222/5723, 87/35
pkt = NCP(0x5723, "Modify DOS Attributes on a File or Subdirectory", 'file', has_length=0)
pkt.Request((28, 282), [