MCPcopy 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
342class LLC(Packet):
343 name = "LLC"
344 fields_desc = [XByteField("dsap", 0x00),
345 XByteField("ssap", 0x00),
346 ByteField("ctrl", 0)]
347
348
349def l2_register_l3(l2: Packet, l3: Packet) -> Optional[str]:

Callers 12

negotiate_trunkFunction · 0.90
send_ether_over_wpaMethod · 0.90
deal_common_pktMethod · 0.90
send_wpa_handshake_1Method · 0.90
send_wpa_handshake_3Method · 0.90
krack_proceedMethod · 0.90
extract_ivMethod · 0.90
send_renew_gtkMethod · 0.90
get_gtk_2Method · 0.90
send_arp_reqMethod · 0.90
check_arp_replyMethod · 0.90
decryptMethod · 0.90

Calls 2

XByteFieldClass · 0.90
ByteFieldClass · 0.90

Tested by

no test coverage detected