kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.09k stars 270 forks source link

Support for LLDP (802.1AB) #92

Open kbandla opened 9 years ago

kbandla commented 9 years ago

From yap...@gmail.com 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 (yapkke@gmail.com)

Attachment: dpkt_lldp.patch

Original issue: http://code.google.com/p/dpkt/issues/detail?id=65

kbandla commented 9 years ago

From yap...@gmail.com on February 15, 2011 23:55:05

Sorry, the trap of infinite cycle of improvement. This is a better one.

Attachment: lldp.py

kbandla commented 9 years ago

From isaku.ya...@gmail.com 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