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, 5 Jun 2001 00:54:16 -0500 (CDT)
guy         2001/06/05 00:54:15 CDT

  Modified files:
    .                    packet-ip.c 
  Log:
  There is no string value assigned to the "ip.fragment.error",
  "ip.fragment", and "ip.fragments" fields, so make them FT_NONE, not
  FT_STRING.  (Otherwise, if you try to do a "Match Selected" on them, we
  dump core because the value is a null pointer and we try to dereference
  it.)
  
  Revision  Changes    Path
  1.134     +8 -8      ethereal/packet-ip.c