Within Wireshark, how would one write a display filter for the IP address of the Link State ID within an OSPF Database Description packet? The Link State ID addresses are found within the LSA Header of the DB Description packet.
|
Display Filter by advertising Router-ID: This display filter will get you close as I can come up with...
For instance, if your advertising router is 1.1.1.1...
However, the problem is that Display Filter by advertising Link-State ID: This is a little easier, because there is a better chance to find a unique string; as long as you know the type of LSA you're looking for. The OSPF RFC requires the packet to get sent with
For example, the display filter to find a Network Summary LSA (LSA Type 3) with the ID of 10.4.27.0 (hex 0a.04.1b.00):
Another example, the display filter to find an External LSA (LSA Type 5) with the ID of 10.4.27.0 (hex 0a.04.1b.00):
FYI, these are the numbers corresponding to the LSA types |
|||||
|