summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packet-isakmp.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/packet-isakmp.c b/packet-isakmp.c
index 02e750273a..c66029dd35 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.16 2000/05/11 18:55:30 guy Exp $
+ * $Id: packet-isakmp.c,v 1.17 2000/05/11 20:36:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1313,6 +1313,12 @@ 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