]> The Tcpdump Group git mirrors - libpcap/commit
Add support for CARP.
authorGeorge Neville-Neil <[email protected]>
Sun, 20 Nov 2011 00:57:03 +0000 (16:57 -0800)
committerGuy Harris <[email protected]>
Sun, 20 Nov 2011 00:57:40 +0000 (16:57 -0800)
commit59a971d93df078875f26430e9bddc4165b23697f
tree4e36e11d4607972417be1877b11142736a4d706b
parent02fb2dcde5806aa694735885cca0d4765a6c7a53
Add support for CARP.

Allow "carp" to be used as a filter, rather than requiring "ip proto
112" or one of "ip proto {vrrp,carp}" depending on whether you're
running an OS that chooses to have 112 as CARP rather than VRRP in
/etc/protocols.  (Yes, that means that "carp" will capture VRRP
packets.  So it goes....)

Reviewed-By: Guy Harris <[email protected]>
gencode.c
gencode.h
grammar.y
scanner.l