Home | Trees | Indices | Help |
|
---|
|
1 # $Id: dtp.py 271 2006-01-11 16:03:33Z dugsong $ 2 3 """Dynamic Trunking Protocol.""" 4 5 import struct 6 import dpkt 7 21 22 TRUNK_NAME = 0x01 23 MAC_ADDR = 0x04 24
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 4 22:36:07 2009 | http://epydoc.sourceforge.net |