summaryrefslogtreecommitdiff
path: root/tests/isis_infloop-v.out
Commit message (Collapse)AuthorAgeFilesLines
* Parse the IS-IS Instance Identifier TLV from RFC8202Manoharan Sundaramoorthy2020-02-211-5/+5
|
* Use UTC/GMT time when building/checking tests filesFrancois-Xavier Le Bail2018-08-091-5/+5
| | | | | | | | | | | | | 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.
* Clean up IS-IS printing.Guy Harris2017-06-021-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Check the packet length as well as the captured length. Don't have separate "non-verbose" and "verbose" cases, so we don't duplicate the length checks. Print the right value for some length check errors. Clean up the TLV parsing code - keep parsing until we completely run out of data, but make sure, before we look at the TLV header, that we haven't run past the end of the packet as well as that we haven't run past the end of the captured data. In the OSI checksum routine: Have it take an unsigned length, so we don't have to worry about it being negative. Use ND_TTEST2 to check whether the checksum offset is within the bounds of the packet. If we don't have all the packet data to checksum, just report "unverified", don't return a "truncated" error.
* put Hannes' prior captures to workDenis Ovsienko2014-04-141-0/+40
Add test cases for the .pcap files added in 2005 (complements commits 279c3bd, 80d7284 and 0dcd9ac).