Update the display if the "command-line-specified" time format is
authorGuy Harris <guy@alum.mit.edu>
Tue, 22 Jun 1999 03:39:07 +0000 (03:39 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 22 Jun 1999 03:39:07 +0000 (03:39 -0000)
commit919fe8f24cd5d48ac806e36fea1c87c2c46d2634
tree34454a919b5cddf6bca030d0b045af5ec39c4d98
parent851d27fff121f6cb7a7271329212bd62f605540a
Update the display if the "command-line-specified" time format is
changed by updating those columns showing the time in the
"command-line-specified" format, not by redoing the entire packet list
display; that way, the display continues to show the same packets and
any packet the user selected remains selected.  (It's also less work to
do that - you don't have to re-dissect the packet.)

Turn "redisplay_packets()" into "filter_packets()", and do some other
cleanups.

svn path=/trunk/; revision=325
display.c
file.c
file.h
packet.c
packet.h