| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.Temp --+
|
dpkt.Packet --+
|
LLC
802.2 Logical Link Control (LLC) data communication protocol.
Attributes:
__hdr__ = (
('dsap', 'B', 0xaa), # Destination Service Access Point
('ssap', 'B', 0xaa), # Source Service Access Point
('ctl', 'B', 3) # Control Byte
)
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__hdr__ =
|
|||
__hdr_defaults__ =
|
|||
__hdr_fields__ =
|
|||
__hdr_fmt__ =
|
|||
__hdr_len__ = 3
|
|||
|
|||
| is_snap | |||
| ctl | |||
| data | |||
| dsap | |||
| ssap | |||
|
Inherited from |
|||
|
|||
Unpack packet header fields from buf, and set self.data.
|
Return packed header string.
|
|
|
|||
__hdr__
|
|
|||
is_snap
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 30 11:26:51 2019 | http://epydoc.sourceforge.net |