Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-clnp.c packet-ip.c packet-ipv6.c pack

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: Thu, 10 Jan 2002 05:27:58 -0600 (CST)
guy         2002/01/10 05:27:58 CST

  Modified files:
    .                    packet-clnp.c packet-ip.c packet-ipv6.c 
                         packet-tcp.c 
  Log:
  As per a comment from Ronnie Sahlberg, display TCP sequence numbers in
  the list of segments in a desegmented PDU as unsigned, rather than
  signed.
  
  Fix some other displays of unsigned quantities with "%d" while we're at
  it.
  
  Revision  Changes    Path
  1.44      +3 -3      ethereal/packet-clnp.c
  1.155     +5 -5      ethereal/packet-ip.c
  1.72      +3 -3      ethereal/packet-ipv6.c
  1.124     +4 -4      ethereal/packet-tcp.c