Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal column.c column.h file.c file.h packet-arp.c
guy 1999/09/12 01:11:44 CDT
Modified files:
. column.c column.h file.c file.h
packet-arp.c packet.c packet.h print.c
print.h proto.c proto.h
Log:
Add summary-vs-detail radio buttons to the print dialog box; detail
prints the protocol tree, and summary prints the fields in the summary
clist, with a header line at the beginning of the printout.
Print only packets selected by the current packet filter.
Just have "ARP" and "RARP" in the "Protocol" field for ARP packets;
whether it's a request or a reply can be seen in the "Info" field.
Add to the "Frame" section of the protocol tree the time between the
current packet and the previous displayed packet, and the packet number.
Have FT_RELATIVE_TIME fields be a "struct timeval", and display them as
seconds and fractional seconds (we didn't have any fields of that type,
and that type of time fits the delta time above).
Add an FT_DOUBLE field type (although we don't yet have anything using
it).
Revision Changes Path
1.24 +42 -25 ethereal/column.c
1.6 +2 -1 ethereal/column.h
1.90 +108 -41 ethereal/file.c
1.43 +10 -2 ethereal/file.h
1.17 +13 -4 ethereal/packet-arp.c
1.42 +37 -1 ethereal/packet.c
1.97 +4 -1 ethereal/packet.h
1.19 +3 -13 ethereal/print.c
1.11 +2 -2 ethereal/print.h
1.24 +23 -4 ethereal/proto.c
1.10 +4 -2 ethereal/proto.h