Commit Graph

5 Commits

Author SHA1 Message Date
Francois-Xavier Le Bail
9939a0ff90 tests: Use -tttt option for most tests
This change adds:
year-month-day to the hours:minutes:secondes.{microseconds|nanoseconds}.

It allows to catch more issues with timestamps processing.

For some test using their own display time options, use 'SPECIAL_t' in
options.
2024-03-11 22:12:38 -07:00
Francois-Xavier Le Bail
a881efab39 SLIP: Update the link-layer dissectors to void functions
Moreover:
Update the protocol names (sl_if -> slip and sl_bsdos_if -> slip_bsdos).
Update the output of some tests accordingly.
2020-04-30 15:18:16 +02:00
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
ba8936b39b Print truncations with nd_print_trunc() instead of tstr[] strings
Remove the tstr[] strings.
Update the output of some tests accordingly.

Moreover:
Add or update some ndo_protocol fields.
2018-05-04 13:47:49 +02:00
Guy Harris
c4744fc29a CVE-2016-7925/Add more bounds checks.
Fixes a heap overflow found with American Fuzzy Lop by Hanno Böck.
2017-01-18 09:16:35 +01:00