Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ranap.c packet-rsvp.c packet-rx.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: Sun, 14 Apr 2002 18:22:31 -0500 (CDT)
guy         2002/04/14 18:22:25 CDT

  Modified files:
    .                    packet-ranap.c packet-rsvp.c packet-rx.c 
                         packet-sctp.c packet-sdp.c packet-vj.c 
  Log:
  From Joerg Mayer: get rid of some unused variables and arguments.
  
  Use "tvb_get_ntohs()" to fetch the checksum from a VJ compressed packet,
  rather than doing the ntoh by hand.
  
  Revision  Changes    Path
  1.12      +3 -3      ethereal/packet-ranap.c
  1.60      +1 -2      ethereal/packet-rsvp.c
  1.35      +3 -3      ethereal/packet-rx.c
  1.34      +63 -63    ethereal/packet-sctp.c
  1.30      +34 -76    ethereal/packet-sdp.c
  1.7       +3 -8      ethereal/packet-vj.c