MCPcopy Create free account
hub / github.com/secdev/scapy / SNAP

Class SNAP

scapy/layers/l2.py:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398
399
400class SNAP(Packet):
401 name = "SNAP"
402 fields_desc = [OUIField("OUI", 0x000000),
403 XShortEnumField("code", 0x000, ETHER_TYPES)]
404
405
406conf.neighbor.register_l3(Dot3, SNAP, l2_register_l3)

Callers 8

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
send_renew_gtkMethod · 0.90
send_arp_reqMethod · 0.90

Calls 2

OUIFieldClass · 0.90
XShortEnumFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…