summaryrefslogtreecommitdiff
path: root/packet-isakmp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-05-22 17:56:01 +0000
committerGuy Harris <guy@alum.mit.edu>2000-05-22 17:56:01 +0000
commit9c90de553c13a4d738cfc0487cf00c2345cc6d2a (patch)
tree6d4fd5dc46d144b7a4ce505c6aa43d6cc06f52ec /packet-isakmp.c
parent7db4db24be048d5e90243decc76c5ac9daa4dde0 (diff)
downloadwireshark-9c90de553c13a4d738cfc0487cf00c2345cc6d2a.tar.gz
Get rid of the comment before "cfgattrident2str()" explaining why it's
there - it's now called from within "packet-isakmp.c", so there's no need to explain "this isn't used yet, but it will be in the future"; the future has arrived.... svn path=/trunk/; revision=1992
Diffstat (limited to 'packet-isakmp.c')
-rw-r--r--packet-isakmp.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/packet-isakmp.c b/packet-isakmp.c
index 406c111ce9..ed2845d1a2 100644
--- a/packet-isakmp.c
+++ b/packet-isakmp.c
@@ -2,7 +2,7 @@
* Routines for the Internet Security Association and Key Management Protocol (ISAKMP)
* Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
*
- * $Id: packet-isakmp.c,v 1.19 2000/05/21 19:59:01 guy Exp $
+ * $Id: packet-isakmp.c,v 1.20 2000/05/22 17:56:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1339,12 +1339,6 @@ attrtype2str(guint8 type) {
return "Private use";
}
-/*
- * XXX - this is here for use when we parse ISAKMP data attributes
- * (RFC 2408, section 3.3); it's not currently used, so GCC will
- * whine about that, which serves as a reminder that we should perhaps
- * add code to parse ISAKMP data attributes.
- */
static const char *
cfgattrident2str(guint16 ident) {
#define NUM_ATTR_DEFINED 12