]> The Tcpdump Group git mirrors - tcpdump/commit
Dismiss unused IPPROTO_CARP.
authorDenis Ovsienko <[email protected]>
Sun, 27 Aug 2017 11:19:59 +0000 (12:19 +0100)
committerDenis Ovsienko <[email protected]>
Sun, 27 Aug 2017 13:16:34 +0000 (14:16 +0100)
commit1b17a8cc5e2f73c17a11b07ada38e2cb173975a7
tree828c950594ce92813a740d58738b6149e69b341f
parent516d11ec82618d1bfaf19a693b1171eaac42397e
Dismiss unused IPPROTO_CARP.

In ipproto_values[] IPPROTO_CARP never matched because of IPPROTO_VRRP,
which matched earlier. Remove the array element and the macro and leave
some comments instead.
ipproto.c
ipproto.h