]> The Tcpdump Group git mirrors - tcpdump/commit
Put IPv4/IPv6 protocol demultiplexing into a common routine.
authorGuy Harris <[email protected]>
Thu, 28 Mar 2019 02:58:26 +0000 (19:58 -0700)
committerGuy Harris <[email protected]>
Thu, 28 Mar 2019 02:58:26 +0000 (19:58 -0700)
commit202051bb55f5e99fb304c4b68cfb2a729fe2d55e
treea05c9dedb222085c1f4d5d59065a43f8f6a1f872
parentb8964b5f43a1b3ec5d1a3a1ee6025d3d881354c9
Put IPv4/IPv6 protocol demultiplexing into a common routine.

That means less duplication of functionality - and less chance that
XXX-over-IPv4 will be handled but XXX-over-IPv6 won't be handled, or
*vice versa*.  (CARP and VRRP were being handled over IPv4 but not over
IPv6; this fixes that.)
CMakeLists.txt
Makefile.in
netdissect.h
print-ip-demux.c [new file with mode: 0644]
print-ip.c
print-ip6.c
print-isakmp.c
print-udp.c
tests/vrrp-v.out
tests/vrrp.out