Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal conditions.c follow.c ncp2222.py packet-diam
guy 2002/12/02 17:43:39 CST
Modified files:
. conditions.c follow.c ncp2222.py
packet-diameter.c packet-fddi.c
packet-giop.c packet-http.c
packet-icmpv6.c packet-ipx.c
packet-iscsi.c packet-lmp.c packet-m2tp.c
packet-m2ua.c packet-m3ua.c
packet-ncp2222.inc packet-ndps.c
packet-nfs.c packet-nfs.h packet-nlm.c
packet-null.c packet-ospf.c packet-pim.c
packet-radius.c packet-rpc.c
packet-rsvp.c packet-sap.c packet-scsi.c
packet-sctp.c packet-sua.c packet-tcp.c
reassemble.c tethereal.c
Log:
Don't cast away constness, and fix variable and structure member
qualifiers as necessary to ensure that we don't have to.
"strcmp()", "strcasecmp()", and "memcmp()" don't return booleans; don't
test their results as if they did.
Use "guint8", not "guchar", for a pointer to (one or more) 8-bit bytes.
Update Michael Tuexen's e-mail address.
Revision Changes Path
1.4 +2 -2 ethereal/conditions.c
1.32 +3 -3 ethereal/follow.c
1.40 +2 -2 ethereal/ncp2222.py
1.51 +13 -15 ethereal/packet-diameter.c
1.59 +8 -8 ethereal/packet-fddi.c
1.64 +12 -12 ethereal/packet-giop.c
1.60 +2 -2 ethereal/packet-http.c
1.68 +2 -2 ethereal/packet-icmpv6.c
1.117 +3 -3 ethereal/packet-ipx.c
1.42 +7 -7 ethereal/packet-iscsi.c
1.14 +17 -17 ethereal/packet-lmp.c
1.5 +3 -3 ethereal/packet-m2tp.c
1.5 +6 -6 ethereal/packet-m2ua.c
1.22 +4 -4 ethereal/packet-m3ua.c
1.47 +14 -14 ethereal/packet-ncp2222.inc
1.10 +6 -6 ethereal/packet-ndps.c
1.84 +21 -17 ethereal/packet-nfs.c
1.12 +2 -2 ethereal/packet-nfs.h
1.32 +10 -8 ethereal/packet-nlm.c
1.57 +2 -2 ethereal/packet-null.c
1.73 +3 -3 ethereal/packet-ospf.c
1.43 +4 -4 ethereal/packet-pim.c
1.69 +4 -4 ethereal/packet-radius.c
1.111 +13 -13 ethereal/packet-rpc.c
1.78 +8 -8 ethereal/packet-rsvp.c
1.31 +2 -2 ethereal/packet-sap.c
1.22 +7 -7 ethereal/packet-scsi.c
1.43 +4 -4 ethereal/packet-sctp.c
1.11 +6 -6 ethereal/packet-sua.c
1.168 +4 -4 ethereal/packet-tcp.c
1.27 +7 -7 ethereal/reassemble.c
1.171 +3 -3 ethereal/tethereal.c