]> The Tcpdump Group git mirrors - tcpdump/commit
ospf: when processing LS_OPAQUE_TYPE_RI, don't modify ls_length.
authorGuy Harris <[email protected]>
Wed, 27 May 2020 05:23:33 +0000 (22:23 -0700)
committerGuy Harris <[email protected]>
Wed, 27 May 2020 05:23:33 +0000 (22:23 -0700)
commitc3564c64966be8362f5ff0e8b91ff26f434ab5fd
tree09305ac74959c8be653c75069fa859553b8b9a70
parent351c0ad599a51374fedda513704e739e4257102b
ospf: when processing LS_OPAQUE_TYPE_RI, don't modify ls_length.

Modifying it means that the "print the LSA in hex" code will only print
what remains of the LSA - unlike other LSAs, where it's printed in its
entirety.
print-ospf.c