]> The Tcpdump Group git mirrors - tcpdump/commit
Add a CARP dissector and a command-line option to dissect proto 112 as CARP.
authorGeorge Neville-Neil <[email protected]>
Wed, 23 Nov 2011 19:53:13 +0000 (11:53 -0800)
committerGuy Harris <[email protected]>
Wed, 23 Nov 2011 19:53:48 +0000 (11:53 -0800)
commit214e360d476a7022b1bfbd0d5a1ba922cb5d6ea4
tree81c782cc6cd05cbe310b0b06f659cd0fe382e2f8
parent4f1e4d218529559a3540db9713df49560cf39f35
Add a CARP dissector and a command-line option to dissect proto 112 as CARP.

CARP and VRRP both use IP protocol number 112, so there needs to be a -T
flag to specify that protocol 112 be dissected as CARP rather than VRRP.

Also update the man page.
Makefile.in
interface.h
ipproto.c
ipproto.h
netdissect.h
print-carp.c [new file with mode: 0644]
print-ip.c
tcpdump.c