Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use UTC/GMT time when building/checking tests files | Francois-Xavier Le Bail | 2018-08-09 | 1 | -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() calls | Francois-Xavier Le Bail | 2018-05-23 | 1 | -1/+1 |
| | | | | | | | Update the output of some tests accordingly. Moreover: Update a ndo_protocol assignment. | ||||
* | Add a sanity check on packet header length | Francois-Xavier Le Bail | 2018-02-07 | 1 | -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 Harris | 2017-01-18 | 1 | -0/+2 |
The problems were found by Hanno Böck with American Fuzzy Lop. |