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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 21 Oct 1999 22:55:23 -0500 (CDT)
guy         1999/10/21 22:55:20 CDT

  Modified files:
    .                    packet-rx.c 
  Log:
  Print the sequence number and call number as unsigned quantities, and
  print them with "%lu" and cast the result of "ntohl()" to "unsigned
  long" (so as to cope with platforms where "ntohl()" returns a value with
  an "int"-based type and platforms where it returns a value with a
  "long"-sized type).
  
  Revision  Changes    Path
  1.2       +5 -5      ethereal/packet-rx.c