summaryrefslogtreecommitdiff
path: root/tests/rsvp_uni-oobr-3.out
Commit message (Collapse)AuthorAgeFilesLines
* WB: Modernize packet parsing style.Denis Ovsienko2020-10-111-1/+1
| | | | | | | | | | Enable ND_LONGJMP_FROM_TCHECK. Remove ND_TTEST*() instances that were excess and convert the rest to ND_TCHECK*() with comments. Do not guard ndo_snapend directly. Make sure that functions specific to message types do not return on truncated data and return -1 when they have looked deep enough to tell an invalid packet. In wb_print() deduplicate some code and report invalid packets as invalid instead of truncated, also consider an unknown packet type invalid. Update a test.
* Use UTC/GMT time when building/checking tests filesFrancois-Xavier Le Bail2018-08-091-3/+3
| | | | | | | | | | | | | 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.
* CVE-2017-13051/RSVP: fix bounds checks for UNIDenis Ovsienko2017-09-131-0/+12
Fixup the part of rsvp_obj_print() that decodes the GENERALIZED_UNI object from RFC 3476 Section 3.1 to check the sub-objects inside that object more thoroughly. This fixes a buffer over-read discovered by Bhargava Shastry, SecT/TU Berlin. Add a test using the capture file supplied by the reporter(s).