00/12/21 version 1.6
update copyright:
- 1996 -> 1996-2000
- Sony Computer Science Laboratory --> Laboratories
00/12/20 yscale support to display throughput in Kbps
also requested by hubertf@netbsd.org
add comment in ttt.tcl on how to disable auto-scale
00/12/16 net_read.c:
- additional ppp dlt types
DLT_PPP_BSDOS /* bsd/os specific */
DLT_PPP_SERIAL /* netbsd specific */
- add 802.1Q and PPPoE support
requested by hubertf@netbsd.org
ttt_ipv6.h, net_names.c:
resolve ipv6 related conflicts in linux
report by Shashidhar Patil <shaship@cisco.com>
(adjust for our new PPP DLTs). Changes:
00/06/09 version-1.5
always use link level packet size to record traffic.
00/04/24 support tcl-8.2/tk-8.2.
change the compiler optimization flag from O6 to O2.
00/01/05 net_read.c: check the total length field in the ip header.
we found illegal values in our traffic traces which
causes assertion in b_addsize to fail.