Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ LLC
Class
LLC
scapy/layers/l2.py:342–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
341
342
class
LLC(Packet):
343
name =
"LLC"
344
fields_desc = [XByteField(
"dsap"
, 0x00),
345
XByteField(
"ssap"
, 0x00),
346
ByteField(
"ctrl"
, 0)]
347
348
349
def
l2_register_l3(l2: Packet, l3: Packet) -> Optional[str]:
Callers
12
negotiate_trunk
Function · 0.90
send_ether_over_wpa
Method · 0.90
deal_common_pkt
Method · 0.90
send_wpa_handshake_1
Method · 0.90
send_wpa_handshake_3
Method · 0.90
krack_proceed
Method · 0.90
extract_iv
Method · 0.90
send_renew_gtk
Method · 0.90
get_gtk_2
Method · 0.90
send_arp_req
Method · 0.90
check_arp_reply
Method · 0.90
decrypt
Method · 0.90
Calls
2
XByteField
Class · 0.90
ByteField
Class · 0.90
Tested by
no test coverage detected