aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packet-ncp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-ncp.c b/packet-ncp.c
index 8ad91e5cb1..d734531bc1 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.27 1999/12/15 04:20:46 guy Exp $
+ * $Id: packet-ncp.c,v 1.28 2000/01/01 21:05:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -79,8 +79,8 @@ guint ncp_hash (gconstpointer v);
int ncp_packet_init_count = 200;
/* These are the header structures to handle NCP over IP */
-#define NCPIP_RQST 0x446d6454 // "DmdT"
-#define NCPIP_RPLY 0x744e6350 // "tNcP"
+#define NCPIP_RQST 0x446d6454 /* "DmdT" */
+#define NCPIP_RPLY 0x744e6350 /* "tNcP" */
struct ncp_ip_header {
guint32 signature;