X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7b23ebfd7bb397507676c85d563bb49640c7d9b7..296d466cd6bbf2f7e75e15bb6a01268e88c76ed0:/print-isakmp.c diff --git a/print-isakmp.c b/print-isakmp.c index 471935e5..e6be3c8e 100644 --- a/print-isakmp.c +++ b/print-isakmp.c @@ -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