aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp2222.inc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-08 19:19:00 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-08 19:19:00 +0000
commit99341267554bce00283e770bea70cc201d91ad7d (patch)
treeb14b748ef8f590105e9a90ae70b2a999fc3ce126 /packet-ncp2222.inc
parentf3d86bdc377d96be18f16edd620031d66bd292e2 (diff)
From cjs 2895: get rid of C++ comments, so IBM's Visual Age C compiler
can compile the code. Note that Bill Fumerola rewrote the Cisco NetFlow dissector. Update a bunch of addresses in the Ethereal man page, and put some missing addresses in. svn path=/trunk/; revision=6380
Diffstat (limited to 'packet-ncp2222.inc')
-rw-r--r--packet-ncp2222.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-ncp2222.inc b/packet-ncp2222.inc
index a35c6bd66f..e614f6f610 100644
--- a/packet-ncp2222.inc
+++ b/packet-ncp2222.inc
@@ -8,7 +8,7 @@
* Gilbert Ramirez <gram@alumni.rice.edu>
* Modified to decode NDS packets by Greg Morris <gmorris@novell.com>
*
- * $Id: packet-ncp2222.inc,v 1.23 2002/10/08 08:58:55 guy Exp $
+ * $Id: packet-ncp2222.inc,v 1.24 2002/10/08 19:18:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -4133,7 +4133,7 @@ dissect_ncp_request(tvbuff_t *tvb, packet_info *pinfo,
info_type = get_info_type((gchar*) ncp_rec->req_info_str->first_string);
- if (info_type == 2) { // Is this a string or not?
+ if (info_type == 2) { /* Is this a string or not? */
col_append_fstr(pinfo->cinfo, COL_INFO,
(gchar*) ncp_rec->req_info_str->first_string,
@@ -4152,7 +4152,7 @@ dissect_ncp_request(tvbuff_t *tvb, packet_info *pinfo,
finfo = g_ptr_array_index(parray, i);
info_type = get_info_type((gchar*) ncp_rec->req_info_str->repeat_string);
- if (info_type == 2) { // Is this a string or not?
+ if (info_type == 2) { /* Is this a string or not? */
col_append_fstr(pinfo->cinfo, COL_INFO,
(gchar*) ncp_rec->req_info_str->repeat_string,