Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 18914: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 15 Aug 2006 18:16:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18914

User: jmayer
Date: 2006/08/15 06:16 PM

Log:
 Eric Fung <efung@xxxxxxxxxxxx>
 
 A very tiny patch that corrects decoding of the Next Payload field in
 the IKEv2 header. RFC 4306, Sec 3.2 says that a payload type of 0
 means "No Next Payload" and not RESERVED. The patch just uses the
 same string the dissector uses for IKEv1, namely, "NONE".

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      packet-isakmp.c    Modified