Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-raw.c

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 2 Jan 2002 14:33:47 -0600 (CST)
gram        2002/01/02 14:33:47 CST

  Modified files:
    .                    packet-raw.c 
  Log:
  Register a protocol for "Raw packet data". This makes it filterable,
  but the real point is to make it look better in a Protocol-Hierarchy
  Statistics summary; without the header_field_info for "Raw packet data",
  there was no name to display in the statistics GUI. (Yes, I could have
  re-designed ph_stats_node_t to accomodate an string if there was not
  a registered hfinfo for a protocol, but then the side-effect of being
  able to filter for the "raw" protocol made me choose this route).
  
  Revision  Changes    Path
  1.30      +4 -2      ethereal/packet-raw.c