Home | Trees | Indices | Help |
|
---|
|
1 # $Id: pppoe.py 23 2006-11-08 15:45:33Z dugsong $ 2 3 """PPP-over-Ethernet.""" 4 5 import dpkt, ppp 6 7 # RFC 2516 codes 8 PPPoE_PADI = 0x09 9 PPPoE_PADO = 0x07 10 PPPoE_PADR = 0x19 11 PPPoE_PADS = 0x65 12 PPPoE_PADT = 0xA7 13 PPPoE_SESSION = 0x00 14 37 38 # XXX - TODO TLVs, etc. 39
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Feb 19 21:28:53 2012 | http://epydoc.sourceforge.net |