dpkt
dpkt copied to clipboard
Support for LLDP (802.1AB)
From [email protected] on February 16, 2011 02:34:40
There is no support for LLDP packets parsing. A recursive parser is needed, so I took a shot at it. Some unit test has been provided with the file too. If someone would review the code and push it, it would be helpful.
Regards KK ([email protected])
Attachment: dpkt_lldp.patch
Original issue: http://code.google.com/p/dpkt/issues/detail?id=65
From [email protected] on February 15, 2011 23:55:05
Sorry, the trap of infinite cycle of improvement. This is a better one.
Attachment: lldp.py
From [email protected] on June 07, 2012 19:12:28
I also implemented lldp. I think this is super set of the above patches. Any comments. How can I make progress lldp support?
Attachment: lldp.py