Commit Graph

4 Commits

Author SHA1 Message Date
Francois-Xavier Le Bail
018b2b8c96 Use UTC/GMT time when building/checking tests files
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.
2018-08-09 09:23:07 +02:00
Francois-Xavier Le Bail
1767655a9e IP: Print clearer when the version is invalid
Update the output of some tests accordingly.
2018-06-03 12:16:38 +02:00
Francois-Xavier Le Bail
b3158f9a05 IP: Remove space printing at end of line
Update the output of some tests accordingly.
2018-01-07 23:38:16 +01:00
Guy Harris
e8a7716282 CVE-2016-7974/Don't try to dissect something with other than 4 as the IP version.
Bad Things could happen, e.g. the dissector we call thinking it's been
handed an IPv6 header when we haven't handed it anything that large.

Fixes a heap overflow found with American Fuzzy Lop by Hanno Böck.

Update some .out files to correspond to that change.
2017-01-18 09:16:37 +01:00