Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bgp.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: Thu, 17 Jan 2002 03:25:56 -0600 (CST)
guy         2002/01/17 03:25:56 CST

  Modified files:
    .                    packet-bgp.c 
  Log:
  Do desegmentation.
  
  Collapse the two loops through the TCP segment into one.
  
  Use "tvb_reported_length()", not "tvb_length()", to find out how big the
  TCP segment is ("tvb_length()" says how much of it was captured, not how
  much of it there is).
  
  Revision  Changes    Path
  1.52      +41 -33    ethereal/packet-bgp.c