Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-isakmp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Aug 2002 13:20:12 -0500 (CDT)
guy         2002/08/20 13:20:12 CDT

  Modified files:
    .                    packet-isakmp.c 
  Log:
  From Yaniv Kaul:
  
  	1. Add parsing of group description attribute (donno why it was
  	   missed so far).
  	2. Enumeration of # of transforms and # of payloads (just makes
  	   it easier to look at).
  	3. Parsing of Vendor ID:
  		3.1 Identify several vendors' Vendor ID string (Microsoft,
  		    CyberGuard, SafeNet, Check Point at the moment) - if
  		    anyone has more VendorID strings, I'd be more than
  		    happy to add them.
  		3.2 Identify Vendor ID string of draft_ietf_ipsec_nat_t_ike_03
  		    (NAT traversal RFC draft).
  		3.3 Further parsing of Check Point's Vendor ID string, to
  		    include Check Point product and version. If anyone has
  		    other vendors' parsing knowledge, again, I'd be happy
  		    to add it.
  
  Revision  Changes    Path
  1.58      +119 -12   ethereal/packet-isakmp.c