Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-msdp.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: Mon, 20 Jan 2003 00:24:38 -0600 (CST)
guy         2003/01/20 00:24:37 CST

  Modified files:
    .                    packet-msdp.c 
  Log:
  The decision on whether there's an encapsulated IP packet in a
  Source-Active TLV should be based on the length of the Source-Active
  TLV, not on the length of the data remaining in the tvbuff.
  
  The length of an (S,G) block is 12 bytes, not 24 bytes.
  
  Revision  Changes    Path
  1.8       +48 -13    ethereal/packet-msdp.c