Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-ip.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@xxxxxxxxxxxx>
Date: Mon, 21 Jun 1999 11:20:25 -0500 (CDT)
gram        1999/06/21 11:20:22 CDT

  Modified files:
    .                    packet-ip.c 
  Log:
  Added "0x" to a couple of proto_tree_add_item printf-style labels that
  were printing values in hex. The lack of "0x" in fron of the hex numbers
  made me think the values were decimal, causing me to waste a bit of time
  during debugging.
  
  Revision  Changes    Path
  1.26      +3 -3      ethereal/packet-ip.c