Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-chdlc.c packet-ldp.c packet-ntp.c pac

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: Mon, 1 Apr 2002 19:32:48 -0600 (CST)
guy         2002/04/01 19:32:48 CST

  Modified files:
    .                    packet-chdlc.c packet-ldp.c packet-ntp.c 
                         packet-quake3.c packet-wccp.c 
                         packet-ypbind.c packet-ypserv.c 
  Log:
  Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IP
  addresses and then tried to compensate for that error using "htonl()"
  (or didn't bother compensating, in some cases).
  
  Revision  Changes    Path
  1.11      +4 -2      ethereal/packet-chdlc.c
  1.31      +9 -9      ethereal/packet-ldp.c
  1.35      +4 -2      ethereal/packet-ntp.c
  1.11      +4 -6      ethereal/packet-quake3.c
  1.29      +5 -3      ethereal/packet-wccp.c
  1.10      +6 -15     ethereal/packet-ypbind.c
  1.21      +3 -11     ethereal/packet-ypserv.c