1
2
3
4
5
6
7
8
9
10
11
12
|
[setup]
pktsdirs /tmp/pkts /some/other/source
[areas]
# path-to-area map-target-script(optional)
fullrun tests/fullrun cat
ext-tests ext-tests
[contours]
# mode-patt/tag-expr
quick QUICKPATT/quick
full MAXPATT/long QUICKPATT/quick
|
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[setup]
pktsdirs /tmp/pkts /some/other/source
[areas]
# path-to-area map-target-script(optional)
fullrun tests/fullrun cat
ext-tests ext-tests
[contours]
# mode-patt/tag-expr
quick QUICKPATT/quick
# full MAXPATT/long QUICKPATT/quick
|