]> The Tcpdump Group git mirrors - tcpdump/commit
Add BFD multihop and lag decoding 757/head
authorBill Fenner <[email protected]>
Fri, 26 Apr 2019 18:03:34 +0000 (11:03 -0700)
committerBill Fenner <[email protected]>
Fri, 26 Apr 2019 18:03:34 +0000 (11:03 -0700)
commit9aa4f490f48e11d94a5089add2d9ea915a1f06a9
tree286822cfeaf7fabd19fb7f7d39e6f7edd188cc50
parent26660d6d154fcc920a146bbf893069f210a50c1c
Add BFD multihop and lag decoding

Put back the bfd_port_values, and use it to distinguish
between destination ports for RFC5883 multihop and
RFC7310 lag sessions.  (The destination port is the only
difference between these messages.)
print-bfd.c
print-udp.c
tests/TESTLIST
tests/bfd-lag-v.out [new file with mode: 0644]
tests/bfd-lag.out [new file with mode: 0644]
tests/bfd-lag.pcap [new file with mode: 0644]
tests/bfd-multihop-v.out [new file with mode: 0644]
tests/bfd-multihop.out [new file with mode: 0644]
tests/bfd-multihop.pcap [new file with mode: 0644]
udp.h