summaryrefslogtreecommitdiff
path: root/tests/beep-oobr.out
Commit message (Collapse)AuthorAgeFilesLines
* TCP: Add a bounds check before decoding the payloadFrancois-Xavier Le Bail2021-02-121-1/+1
| | | | | | | | At least the header data is required. Moreover: Update the output of a test accordingly. Fix indentation.
* Use UTC/GMT time when building/checking tests filesFrancois-Xavier Le Bail2018-08-091-2/+2
| | | | | | | | | | | | | 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.
* CVE-2017-13010/BEEP: Do bounds checking when comparing strings.Guy Harris2017-09-131-0/+2
This fixes a buffer over-read discovered by Brian 'geeknik' Carpenter. Add a test using the capture file supplied by the reporter(s).