Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-gsm_a.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:41:55 -0600 (CST)
guy         2003/11/09 16:41:55 CST

  Modified files:
    .                    packet-gsm_a.c 
  Log:
  From Michael Lum get rid of non-portable "%N$" constructs in printf
  formats.
  
  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.5       +51 -60    ethereal/packet-gsm_a.c