Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-aarp.c packet-arp.c packet-arp.h pack

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Mar 2001 15:34:27 -0600 (CST)
gram        2001/03/13 15:34:27 CST

  Modified files:
    .                    packet-aarp.c packet-arp.c packet-arp.h 
                         packet-bootp.c packet-bpdu.c 
                         packet-clnp.c packet-cups.c packet-eth.c 
                         packet-ieee80211.c packet-ipx.c 
                         packet-ntp.c packet-radius.c packet-rip.c 
                         packet-sap.c packet-sll.c packet-smtp.c 
                         packet-sna.c packet-tr.c packet-vines.c 
                         packet-vtp.c packet-zebra.c 
  Log:
  Make tvb_get_ptr() return 'const guint8*', and clean up all the
  usages of tvb_get_ptr(). packet-ieee80211.c still has one bad usage,
  in which it *does* modify the tvbuff's data.
  
  Revision  Changes    Path
  1.29      +4 -4      ethereal/packet-aarp.c
  1.43      +9 -9      ethereal/packet-arp.c
  1.5       +2 -2      ethereal/packet-arp.h
  1.48      +2 -2      ethereal/packet-bootp.c
  1.24      +3 -3      ethereal/packet-bpdu.c
  1.25      +2 -2      ethereal/packet-clnp.c
  1.2       +8 -8      ethereal/packet-cups.c
  1.61      +2 -2      ethereal/packet-eth.c
  1.14      +5 -5      ethereal/packet-ieee80211.c
  1.79      +2 -2      ethereal/packet-ipx.c
  1.26      +7 -7      ethereal/packet-ntp.c
  1.28      +3 -3      ethereal/packet-radius.c
  1.24      +2 -2      ethereal/packet-rip.c
  1.20      +2 -2      ethereal/packet-sap.c
  1.8       +2 -2      ethereal/packet-sll.c
  1.16      +2 -2      ethereal/packet-smtp.c
  1.26      +3 -3      ethereal/packet-sna.c
  1.61      +3 -3      ethereal/packet-tr.c
  1.25      +2 -2      ethereal/packet-vines.c
  1.13      +2 -2      ethereal/packet-vtp.c
  1.10      +2 -2      ethereal/packet-zebra.c