Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap ascend.c csids.c etherpeek.c file.c
guy 2001/10/04 03:30:39 CDT
Modified files:
wiretap ascend.c csids.c etherpeek.c file.c
i4btrace.c iptrace.c lanalyzer.c
libpcap.c netmon.c nettl.c netxray.c
ngsniffer.c pppdump.c radcom.c snoop.c
toshiba.c wtap-int.h wtap.c wtap.h
Log:
Use longs as file offsets, so that on platforms with 64-bit "long" we
can handle capture files bigger than 2GB.
Revision Changes Path
1.25 +10 -9 ethereal/wiretap/ascend.c
1.8 +5 -5 ethereal/wiretap/csids.c
1.5 +5 -5 ethereal/wiretap/etherpeek.c
1.68 +2 -2 ethereal/wiretap/file.c
1.15 +5 -5 ethereal/wiretap/i4btrace.c
1.34 +9 -9 ethereal/wiretap/iptrace.c
1.29 +3 -3 ethereal/wiretap/lanalyzer.c
1.51 +3 -3 ethereal/wiretap/libpcap.c
1.41 +3 -3 ethereal/wiretap/netmon.c
1.20 +5 -5 ethereal/wiretap/nettl.c
1.41 +3 -3 ethereal/wiretap/netxray.c
1.67 +5 -5 ethereal/wiretap/ngsniffer.c
1.9 +5 -5 ethereal/wiretap/pppdump.c
1.30 +5 -5 ethereal/wiretap/radcom.c
1.37 +5 -5 ethereal/wiretap/snoop.c
1.16 +8 -8 ethereal/wiretap/toshiba.c
1.14 +4 -4 ethereal/wiretap/wtap-int.h
1.55 +5 -4 ethereal/wiretap/wtap.c
1.89 +5 -5 ethereal/wiretap/wtap.h