]> The Tcpdump Group git mirrors - tcpdump/commit
EIGRP: Get the packet header fields right.
authorDenis Ovsienko <[email protected]>
Sat, 9 Jan 2021 22:04:28 +0000 (22:04 +0000)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 27 Jan 2021 09:09:50 +0000 (10:09 +0100)
commit260f61dbf01083b429278d4419aa0797b5b16c51
tree1b8bebdfa7504270564135e5dc35f2c1955bf6e8
parent0a86083b0e074f1637ddb2973c8104bfd29bc760
EIGRP: Get the packet header fields right.

In the spec the packet diagram instead of a 32-bit AS number shows a
16-bit virtual router ID followed by a 16-bit AS number, implement
that. Also add two missing flag values and use bittok2str() to print
the bitmask. Lose a stale comment and update some tests.

(cherry picked from commit 7d7fea337bbce1ec079baa786f8d9f88d960c2c1)
print-eigrp.c
tests/eigrp-tlv-oobr.out
tests/eigrp1-v.out
tests/eigrp2-v.out
tests/eigrp3-v.out
tests/eigrp4-v.out