diff options
author | Gerald Combs <gerald@wireshark.org> | 1998-11-18 03:01:44 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 1998-11-18 03:01:44 +0000 |
commit | b0fdc8edb26529620367db8a274f79a1247689b8 (patch) | |
tree | 7d628d251dfe416c90d5f57b4c91780328b7b7cd /packet-ncp.h | |
parent | efb0462bb0a717d0d0bf8cf6463c62374f3feba6 (diff) | |
download | wireshark-b0fdc8edb26529620367db8a274f79a1247689b8.tar.gz wireshark-b0fdc8edb26529620367db8a274f79a1247689b8.tar.bz2 wireshark-b0fdc8edb26529620367db8a274f79a1247689b8.zip |
* Added patches from Laurent and Guy
svn path=/trunk/; revision=103
Diffstat (limited to 'packet-ncp.h')
-rw-r--r-- | packet-ncp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-ncp.h b/packet-ncp.h index d5d6f77133..59a52f5b10 100644 --- a/packet-ncp.h +++ b/packet-ncp.h @@ -2,7 +2,7 @@ * Routines for NetWare Core Protocol * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-ncp.h,v 1.3 1998/10/22 04:50:21 gram Exp $ + * $Id: packet-ncp.h,v 1.4 1998/11/18 03:01:34 gerald Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@unicom.net> @@ -52,7 +52,7 @@ struct ncp_request_header { guint8 task ; guint8 conn_high ;*/ guint8 function ; - guint8 data[0] ; +/* guint8 data[0] ;*/ }; #define NCP_REPLY (0x3333) @@ -66,7 +66,7 @@ struct ncp_reply_header { guint8 conn_high ;*/ guint8 completion_code ; guint8 connection_state ; - guint8 data[0] ; +/* guint8 data[0] ;*/ }; |