summaryrefslogtreecommitdiff
path: root/tests/heapoverflow-q933_printq.out
Commit message (Collapse)AuthorAgeFilesLines
* 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-231-1/+1
| | | | | | | Update the output of some tests accordingly. Moreover: Update a ndo_protocol assignment.
* Add a sanity check on packet header lengthFrancois-Xavier Le Bail2018-02-071-1/+1
| | | | | | | | | | | | | | | | | | The packet length must be <= MAXIMUM_SNAPLEN. Currently, there is no D-Bus printer, thus no need for a bigger length. Now a pachet is valid if: capture length != 0, packet length != 0, capture length <= MAXIMUM_SNAPLEN, packet length <= MAXIMUM_SNAPLEN, packet length >= capture length. Moreover: Fix the packet header lengths of some fuzzed pcap files: If the lengths are > MAXIMUM_SNAPLEN, set them to MAXIMUM_SNAPLEN. Thus they will be always usable with this new sanity check.
* Tests for Frame Relay problems.Guy Harris2017-01-181-0/+2
The problems were found by Hanno Böck with American Fuzzy Lop.