summaryrefslogtreecommitdiff
path: root/tests/bgp_pmsi_tunnel-oobr.out
Commit message (Collapse)AuthorAgeFilesLines
* Update BGP tests for the new check we do.Guy Harris2021-11-151-5/+1
|
* Use UTC/GMT time when building/checking tests filesFrancois-Xavier Le Bail2018-08-091-1/+1
| | | | | | | | | | | | | This will avoid some differences when checking in different time zones. We now run the tests without the '-t' option. This will allow to get problems/changes in time printing functions. Update the output of the tests accordingly. Moreover: Add the '-#' option to better identify a packet when there is a difference in output.
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-1/+1
| | | | Update the output of some tests accordingly.
* Add length checks.Guy Harris2018-01-251-5/+2
| | | | | | | | Also add some bounds checks whose absence was noted while looking for length checks that needed to be added, and clean up one output issue that showed up if an attribute in ATTR_SET had no flags. Update test output.
* tok2str-oobr-1: fixed issue where test reading a withdrawn routes of length ↵David Cronin2017-11-121-1/+2
| | | | | | 1 byte and then would truncate the content as 1 byte is not enough room for the prefix. Now the code will skip the withdrawn routes entirely if it is less then two bytes, which is the minimum needed. The code will no longer print 'Withdrawn Routes: 1 bytes', I feel this no longer makes sense. bgp_mvpn_6_and_7 && bgp_pmsi_tunnel-oobr && bgp_vpn_rt-oobr: All contained illegal prefix lengths in the withdrawn routes section, ie > than 32 for ipv4, so I modified the .pcap files to have legal prefixs so that the BGP wasn't truncated and updated the withdrawn routes in the test.out
* CVE-2017-13046/BGP: fix an existing bounds check for PMSI TunnelDenis Ovsienko2017-09-131-0/+11
This fixes a buffer over-read discovered by Bhargava Shastry, SecT/TU Berlin. Add a test using the capture file supplied by the reporter(s).