Commit Graph

1 Commits

Author SHA1 Message Date
Francois-Xavier Le Bail
07a730a6f5 Juniper: Use the ND_ICHECKMSG_U() macro for a length check
It displays the reason for the "invalid" case.

Before:
    1  2015-05-19 13:34:16.720640  (invalid)
After:
    1  2015-05-19 13:34:16.720640  [cookie length 10 > 8] (invalid)

This is a follow-up to 8c7221d39b.

Add the poc test file from GitHub issue #783 (first packet).

Moreover:
Remove some extra blank lines.
2024-10-18 15:34:16 +02:00