暫無描述
Thomas Frössman 01de526735 Remove tests 9 年之前
..
README.md Add testdata 9 年之前
autnums.invalid.sample.txt Add testdata 9 年之前
autnums.invalid.sample2.txt Add new test data 9 年之前
autnums.sample.txt Add testdata 9 年之前

README.md

Sample data readme

BGPDump sample data

The sample bgp logs log files are created from randomly selecting output lines from bgpdump:

bgpdump -m  .../bview.20150410.gz -m | awk 'BEGIN {srand()} !/^$/ { if (rand() <= .0001) print $0}' > bview.20150410.log

the invalid dump sample is edited to cause some parsing errors