Put in a comment to note that "cfgattrident2str()" was put in for use
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 11 May 2000 20:36:14 +0000 (20:36 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 11 May 2000 20:36:14 +0000 (20:36 +0000)
when we parse ISAKMP data attributes - we don't do that yet, which is
why it's not currently used.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1942 f5534014-38df-0310-8fa8-9805f1628bb7

packet-isakmp.c

index 02e750273ab4fc3d3978426e8fd14d2f6d48a00e..c66029dd357ed58753d4954cdc28877a9d33ce17 100644 (file)
@@ -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