Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal print.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 8 Dec 2003 15:57:26 -0600 (CST)
guy         2003/12/08 15:57:26 CST

  Modified files:
    .                    print.c 
  Log:
  "proto_construct_dfilter_string()" can return a null pointer, e.g. for
  protocol tree fields that don't have values and that are zero-length.
  
  Combine the "if (fi->hfinfo->type != FT_PROTOCOL && fi->length > 0)"
  stuff to show the raw value into the previous "if".
  
  Revision  Changes    Path
  1.65      +19 -17    ethereal/print.c