aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-01-11 19:50:19 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-01-11 19:50:19 +0000
commitcbe42b8a241f00b976c0585e4f444b53d6165397 (patch)
tree3194919209838277ee0a5fb04b72f9b928b701db /file.c
parentefa63382310746ec4f311f31065743cc180e7c5a (diff)
Fix for bug #1140: Filtering messes up packet list sort order
svn path=/trunk/; revision=20394
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/file.c b/file.c
index 0f3f23e219..b40025aa64 100644
--- a/file.c
+++ b/file.c
@@ -1551,6 +1551,9 @@ rescan_packets(capture_file *cf, const char *action, const char *action_item,
prev_frame = fdata;
}
+ /* Re-sort the list using the previously selected order */
+ packet_list_set_sort_column();
+
if (redissect) {
/* Clear out what remains of the visited flags and per-frame data
pointers.