You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's an example showing the difference between tcpdump and pflua:
$ pflua-compile 'ip6 net 178.79.151.0'
return function(P,length)
return false
end
$ tcpdump -d 'ip6 net 178.79.151.0'
tcpdump: 'ip6' modifier applied to ip host
The text was updated successfully, but these errors were encountered:
Here's an example showing the difference between tcpdump and pflua:
The text was updated successfully, but these errors were encountered: