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@xxxxxxxxxxxxxxxxx>
Date: Tue, 4 Nov 2003 15:44:27 -0600 (CST)
guy         2003/11/04 15:44:27 CST

  Modified files:
    .                    packet-isakmp.c 
  Log:
  Get rid of all the UDP-encapsulated IPSec stuff.
  
  draft-ietf-ipsec-udp-encaps-06 says "The UDP port numbers are the same
  as used by IKE traffic, as defined in [Kiv05]", and "[Kiv05]" is
  draft-ietf-ipsec-nat-t-ike-05, which has been superseded by
  draft-ietf-ipsec-nat-t-ike-07; the latter appears to imply that it goes
  over port 4500, not port 500.
  
  We already have a draft-ietf-ipsec-udp-encaps-06 dissector for port
  4500 (packet-ipsec-udp.c), and it's not entirely clear to me how, if
  draft-ietf-ipsec-udp-encaps-06 traffic *did* go over port 500, you'd
  distinguish it from regular ISAKMP traffic.
  
  Revision  Changes    Path
  1.72      +3 -40     ethereal/packet-isakmp.c