Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-pflog.c packet-pflog.h

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: Mon, 4 Feb 2002 18:43:59 -0600 (CST)
guy         2002/02/04 18:43:59 CST

  Modified files:
    .                    packet-pflog.c packet-pflog.h 
  Log:
  Clean up a bunch of things:
  
  	use value_string tables and make numerical fields numeric,
  	with associated value_string tables, rather than strings;
  
  	make a signed integer field signed, which means we don't have to
  	format the item for it in the protocol tree ourselves;
  
  	give it a long protocol name, and make the short protocol name
  	all-caps, as with other short protocol names.
  
  Revision  Changes    Path
  1.3       +78 -42    ethereal/packet-pflog.c
  1.3       +1 -13     ethereal/packet-pflog.h