]> 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)
committerDenis Ovsienko <[email protected]>
Sat, 9 Jan 2021 23:40:36 +0000 (23:40 +0000)
commit7d7fea337bbce1ec079baa786f8d9f88d960c2c1
treebc8a7eceffbf0e5644e6ada3ccccaf5f1379244a
parent05a6df98c5ac4ab81796d0ea5ef1bedd15d4dfd0
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.
print-eigrp.c
tests/eigrp-tlv-oobr.out
tests/eigrp1-v.out
tests/eigrp2-v.out
tests/eigrp3-v.out
tests/eigrp4-v.out