Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ip.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, 14 Jan 2003 12:54:30 -0600 (CST)
guy         2003/01/14 12:54:29 CST

  Modified files:
    .                    packet-ip.c 
  Log:
  Don't copy the entire IP header into a structure, extract stuff from it
  as you dissect it, so we can dissect packets that are cut short before
  the end of an IP header.
  
  Check for an IP total length less than the header length.
  
  Revision  Changes    Path
  1.178     +141 -105  ethereal/packet-ip.c