]> The Tcpdump Group git mirrors - tcpdump/commit
Fix -e output for FDDI, Token Ring, and IP-over-Fibre Channel.
authorGuy Harris <[email protected]>
Sat, 18 Apr 2015 19:54:57 +0000 (12:54 -0700)
committerGuy Harris <[email protected]>
Sat, 18 Apr 2015 19:54:57 +0000 (12:54 -0700)
commit933dc24d09c8f7cc6a91d31037acec5dd7d5e1c1
tree88f9855bd3c3f08f3591b82b86efbe668945b220
parent5c2fc51b165ff138acea0ee9589dbc17c99b20d0
Fix -e output for FDDI, Token Ring, and IP-over-Fibre Channel.

Print them the same way other headers are printed ("src > dst, length l").

For FDDI, always print the frame control field symbolically

For Token Ring, print the AC and FC fields unless the -q flag was given,
just as we do for the FC field for FDDI.
print-fddi.c
print-ipfc.c
print-token.c