]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-isakmp.c
CMake: Fix the comment about versions. [skip ci]
[tcpdump] / print-isakmp.c
index 471935e55a45ccd731055810ed5299d8d3961d77..e6be3c8e1ce8257d87e9098175e142b699876a16 100644 (file)
@@ -113,9 +113,9 @@ struct isakmp {
 #define ISAKMP_FLAG_extra 0x04
 
 /* IKEv2 */
-#define ISAKMP_FLAG_I (1 << 3)  /* (I)nitiator */
-#define ISAKMP_FLAG_V (1 << 4)  /* (V)ersion   */
-#define ISAKMP_FLAG_R (1 << 5)  /* (R)esponse  */
+#define ISAKMP_FLAG_I (1 << 3)  /* Initiator */
+#define ISAKMP_FLAG_V (1 << 4)  /* Version   */
+#define ISAKMP_FLAG_R (1 << 5)  /* Response  */
 
 
 /* 3.2 Payload Generic Header