summaryrefslogtreecommitdiff
path: root/tests/vqp-oobr.out
Commit message (Collapse)AuthorAgeFilesLines
* VQP: Do not print unknown error codes twice. [skip ci]Denis Ovsienko2021-01-291-1/+1
|
* Report 32-bit timestamps with uppermost bit set as "Error converting time"Francois-Xavier Le Bail2018-08-101-1/+1
| | | | | | | | | | | | This is an update to packet header timestamps printing based on Guy Harris's proposal. Theses timestamps are outside the 1970-2038 range; This happens on some fuzzed captures. This will allow to have the same printing on Windows and UN*X. Update needed before 2038.
* 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-2/+1
| | | | Update the output of some tests accordingly.
* CVE-2017-13045/VQP: add some bounds checksDenis Ovsienko2017-09-131-0/+4
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).