aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-06-22 03:39:07 +0000
committerGuy Harris <guy@alum.mit.edu>1999-06-22 03:39:07 +0000
commit919fe8f24cd5d48ac806e36fea1c87c2c46d2634 (patch)
tree34454a919b5cddf6bca030d0b045af5ec39c4d98 /display.c
parent851d27fff121f6cb7a7271329212bd62f605540a (diff)
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
Diffstat (limited to 'display.c')
-rw-r--r--display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/display.c b/display.c
index 9266660250..ebb04d5246 100644
--- a/display.c
+++ b/display.c
@@ -1,7 +1,7 @@
/* display.c
* Routines for packet display windows
*
- * $Id: display.c,v 1.4 1999/06/21 19:04:34 gram Exp $
+ * $Id: display.c,v 1.5 1999/06/22 03:39:05 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -162,7 +162,7 @@ display_opt_ok_cb(GtkWidget *ok_bt, gpointer parent_w) {
gtk_widget_destroy(GTK_WIDGET(parent_w));
- redisplay_packets(&cf);
+ change_time_formats(&cf);
}
static void