Sorting was still not consistent.

This commit is contained in:
Robin Sommer 2011-05-10 19:48:40 -07:00
parent b16bb7fff4
commit 4bf6d6092b
2 changed files with 3 additions and 3 deletions

View file

@ -28,6 +28,7 @@
2nd test2-11-03-07_12.00.05.log test2.log 11-03-07_12.00.05 11-03-07_12.59.55 0 2nd test2-11-03-07_12.00.05.log test2.log 11-03-07_12.00.05 11-03-07_12.59.55 0
1st test-11-03-07_12.00.05.log test.log 11-03-07_12.00.05 11-03-07_12.59.55 1 1st test-11-03-07_12.00.05.log test.log 11-03-07_12.00.05 11-03-07_12.59.55 1
2nd test2-11-03-07_12.59.55.log test2.log 11-03-07_12.59.55 11-03-07_12.59.55 1 2nd test2-11-03-07_12.59.55.log test2.log 11-03-07_12.59.55 11-03-07_12.59.55 1
# t id.orig_h id.orig_p id.resp_h id.resp_p
1299466805.0 10.0.0.1 20 10.0.0.2 1024 1299466805.0 10.0.0.1 20 10.0.0.2 1024
1299470395.0 10.0.0.2 20 10.0.0.3 0 1299470395.0 10.0.0.2 20 10.0.0.3 0
1299470405.0 10.0.0.1 20 10.0.0.2 1025 1299470405.0 10.0.0.1 20 10.0.0.2 1025
@ -58,6 +59,7 @@
> test-11-03-07_10.00.05.log > test-11-03-07_10.00.05.log
> test-11-03-07_11.00.05.log > test-11-03-07_11.00.05.log
> test-11-03-07_12.00.05.log > test-11-03-07_12.00.05.log
> test.log
> test2-11-03-07_03.00.05.log > test2-11-03-07_03.00.05.log
> test2-11-03-07_03.59.55.log > test2-11-03-07_03.59.55.log
> test2-11-03-07_04.00.05.log > test2-11-03-07_04.00.05.log
@ -79,5 +81,3 @@
> test2-11-03-07_12.00.05.log > test2-11-03-07_12.00.05.log
> test2-11-03-07_12.59.55.log > test2-11-03-07_12.59.55.log
> test2.log > test2.log
> test.log
# t id.orig_h id.orig_p id.resp_h id.resp_p

View file

@ -9,7 +9,7 @@ IgnoreFiles = *.tmp *.swp #* *.trace
BROPATH=`bash -c %(testbase)s/../../build/bro-path-dev` BROPATH=`bash -c %(testbase)s/../../build/bro-path-dev`
BRO_SEED_FILE=%(testbase)s/random.seed BRO_SEED_FILE=%(testbase)s/random.seed
TZ=UTC TZ=UTC
LOCALE=C LC_ALL=C
PATH=%(testbase)s/../../build/src:%(testbase)s/../../aux/btest:%(default_path)s PATH=%(testbase)s/../../build/src:%(testbase)s/../../aux/btest:%(default_path)s
TEST_DIFF_CANONIFIER=%(testbase)s/Scripts/diff-canonifier TEST_DIFF_CANONIFIER=%(testbase)s/Scripts/diff-canonifier
TRACES=%(testbase)s/Traces TRACES=%(testbase)s/Traces