opnsense / ports

OPNsense ports on top of FreeBSD
https://opnsense.org/
Other
157 stars 114 forks source link

opnsenses/filterlog: avoid extracting IPv6 options that are never parsed #131

Closed fichtner closed 3 years ago

fichtner commented 3 years ago

Basically this deletes a lot of esoteric code that was copied from tcpdump when filterlog was created. The options format is confusing and not supported by any parser we know of.

Instead just jump through all options to see if we have something that looks like the right protocol (TCP, UDP or CARP/VRRP).

PR: https://github.com/opnsense/core/issues/5016