From Michael Rozhavsky:
authorAnders Broman <anders.broman@ericsson.com>
Fri, 16 Dec 2005 07:37:28 +0000 (07:37 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Fri, 16 Dec 2005 07:37:28 +0000 (07:37 -0000)
commit336086ca213652b3e0161dc10b69e6e090a53b22
treeb6ce6e3a92528dc4af700b1b9c1395a205f329b8
parente0bec8bb863677ae9bef38901996470caa6c286a
From Michael Rozhavsky:

This patch adds support for draft-nguyen-ospf-lls-05.txt, draft-nguyen-ospf-oob-resync-05.txt and draft-nguyen-ospf-restart-05.txt. These are an alternative way to do OSPF graceful restart.

These drafts are implemented by cisco and several other vendors that want to interoperate with cisco. My patch adds a dissectors for LLS TLVs.

I had to modify the existing ospf dissector as it assumed that all the data after IP header is OSPF packet. This is not true anymore and probably was not true before as well.

Also please find attached an example of OSPF packets with LLS data blocks.
--

svn path=/trunk/; revision=16818
epan/dissectors/packet-ospf.c