summaryrefslogtreecommitdiff
path: root/packet-ncp.c
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-12-14 21:57:03 +0000
committerNathan Neulinger <nneul@umr.edu>1999-12-14 21:57:03 +0000
commit65648d9ed61e706036abddbfeb07ca8a20b786a9 (patch)
tree3347ed774f68109a68b28abf6eba29c66973e737 /packet-ncp.c
parent8e8821b4a3cb9e971ef2e9e538abeb8798211856 (diff)
downloadwireshark-65648d9ed61e706036abddbfeb07ca8a20b786a9.tar.gz
Added a few more command labels
svn path=/trunk/; revision=1332
Diffstat (limited to 'packet-ncp.c')
-rw-r--r--packet-ncp.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/packet-ncp.c b/packet-ncp.c
index 78eb290827..ed1cff36aa 100644
--- a/packet-ncp.c
+++ b/packet-ncp.c
@@ -3,7 +3,7 @@
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
* Modified to allow NCP over TCP/IP decodes by James Coe <jammer@cin.net>
*
- * $Id: packet-ncp.c,v 1.25 1999/12/13 20:20:09 nneul Exp $
+ * $Id: packet-ncp.c,v 1.26 1999/12/14 21:57:03 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -320,6 +320,10 @@ static ncp2222_record ncp2222[] = {
NULL, NULL, NCP_BINDERY_SERVICES
},
+{ 0x17, 0x11, SUBFUNC, "Get fileserver information",
+ NULL, NULL, NCP_BINDERY_SERVICES
+},
+
{ 0x17, 0x37, SUBFUNC, "Scan bindery object",
NULL, NULL, NCP_BINDERY_SERVICES
},
@@ -392,6 +396,18 @@ static ncp2222_record ncp2222[] = {
NULL, NULL, NCP_FILE_SERVICES
},
+{ 0x61, 0x00, NOSUB, "Get big packet NCP max packet size",
+ NULL, NULL, NCP_FILE_SERVICES
+},
+
+{ 0x68, 0x01, SUBFUNC, "Ping for NDS NCP",
+ NULL, NULL, NCP_FILE_SERVICES
+},
+
+{ 0x68, 0x02, SUBFUNC, "Send NDS fragmented message",
+ NULL, NULL, NCP_FILE_SERVICES
+},
+
{ 0x00, 0x00, NOSUB, NULL,
NULL, NULL, NCP_UNKNOWN_SERVICE
}