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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Sun, 9 Nov 2003 16:49:08 -0600 (CST)
guy         2003/11/09 16:49:08 CST

  Modified files:
    .                    packet-ansi_map.c 
  Log:
  From Michael Lum: add the ability to put parameter data at the end of
  the parameter name so that the user doesn't have to open the parameter
  subtree to see the most important data.
  
  Use "%u", not "%d", to print unsigned quantities.
  
  Get rid of includes of <gmodule.h> (we're not loading any code at
  run-time in the dissector itself), and <sys/types.h> and <netinet/in.h>
  (we shouldn't need either of those).
  
  Revision  Changes    Path
  1.8       +884 -676  ethereal/packet-ansi_map.c