aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-27 07:41:39 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-27 07:41:39 +0000
commit425fce6e925538a36c1c4363e173599127b39dc2 (patch)
tree7f2ea03a1b31df12c7828ca6f9ef0d286176b19f /packet-diameter.c
parent95267f647adb60b659991380203db2ba7e2a322b (diff)
Thou shalt not use C++-style comments in C code, for they upset some C
compilers. svn path=/trunk/; revision=4284
Diffstat (limited to 'packet-diameter.c')
-rw-r--r--packet-diameter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-diameter.c b/packet-diameter.c
index 3b3201ffa6..7108ca1838 100644
--- a/packet-diameter.c
+++ b/packet-diameter.c
@@ -1,7 +1,7 @@
/* packet-diameter.c
* Routines for Diameter packet disassembly
*
- * $Id: packet-diameter.c,v 1.34 2001/11/21 02:01:06 guy Exp $
+ * $Id: packet-diameter.c,v 1.35 2001/11/27 07:41:39 guy Exp $
*
* Copyright (c) 2001 by David Frascone <dave@frascone.com>
*
@@ -1369,7 +1369,7 @@ static void dissect_avps(tvbuff_t *tvb, packet_info *pinfo, proto_tree *avp_tree
" resFl=0x%x",
flags, AVP_FLAGS_RESERVED);
/* For now, don't set bad packet, since I'm accidentally setting a wrong bit */
- // BadPacket = TRUE;
+ /* BadPacket = TRUE; */
}
/*