diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-01-01 21:05:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-01-01 21:05:02 +0000 |
commit | 16a1ae85ec1db48c592048547a56e687c5c874d2 (patch) | |
tree | fc28ee3a34b154a9d7f31878abdae9ba3a9e8f2c /packet-ncp.c | |
parent | 56941659150a916981bebed1c9882af59aaf24b1 (diff) | |
download | wireshark-16a1ae85ec1db48c592048547a56e687c5c874d2.tar.gz wireshark-16a1ae85ec1db48c592048547a56e687c5c874d2.tar.bz2 wireshark-16a1ae85ec1db48c592048547a56e687c5c874d2.zip |
Get rid of the C++-style comments.
svn path=/trunk/; revision=1406
Diffstat (limited to 'packet-ncp.c')
-rw-r--r-- | packet-ncp.c | 6 |
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; |