Searched refs:SNAP (Results 1 – 25 of 34) sorted by relevance
12
/external/tcpdump/tests/ |
D | dtp-v.out | 6 00:19:06:ea:b8:85 > 01:00:0c:00:00:00 SNAP, oui Cisco (0x00000c), pid Unknown (0x0003), length 68: 17 00:19:06:ea:b8:85 > 01:00:0c:00:00:00 SNAP, oui Cisco (0x00000c), pid Unknown (0x0003), length 68: 28 00:19:06:ea:b8:85 > 01:00:0c:00:00:00 SNAP, oui Cisco (0x00000c), pid Unknown (0x0003), length 68: 39 00:19:06:ea:b8:85 > 01:00:0c:00:00:00 SNAP, oui Cisco (0x00000c), pid Unknown (0x0003), length 68: 50 00:19:06:ea:b8:85 > 01:00:0c:00:00:00 SNAP, oui Cisco (0x00000c), pid Unknown (0x0003), length 68:
|
D | lldp_cdp-ev.out | 1 …:98:68:8f > 01:00:0c:cc:cc:cc, 802.3, length 374: LLC, dsap SNAP (0xaa) Individual, ssap SNAP (0xa… 20 …:a7:b2:8d > 01:00:0c:cc:cc:cc, 802.3, length 378: LLC, dsap SNAP (0xaa) Individual, ssap SNAP (0xa… 127 …:98:68:8f > 01:00:0c:cc:cc:cc, 802.3, length 374: LLC, dsap SNAP (0xaa) Individual, ssap SNAP (0xa… 146 …:a7:b2:8d > 01:00:0c:cc:cc:cc, 802.3, length 378: LLC, dsap SNAP (0xaa) Individual, ssap SNAP (0xa…
|
/external/bcc/snapcraft/ |
D | wrapper | 10 stdbuf -oL $SNAP/usr/bin/python "$SNAP/usr/share/bcc/tools/$cmd" $@
|
/external/scapy/scapy/contrib/ |
D | dtp.py | 37 from scapy.layers.l2 import SNAP,Dot3,LLC 121 bind_layers(SNAP, DTP, code=0x2004, OUI=0xc) 126 …p = Dot3(src=mymac, dst="01:00:0c:cc:cc:cc")/LLC()/SNAP()/DTP(tlvlist=[DTPDomain(),DTPStatus(),DTP…
|
D | vtp.py | 182 bind_layers(SNAP, VTP, code=0x2003)
|
D | cdp.py | 342 bind_layers(SNAP, CDPv2_HDR, {"code": 0x2000, "OUI": 0xC})
|
/external/scapy/scapy/layers/ |
D | l2.py | 221 class SNAP(Packet): class 226 conf.neighbor.register_l3(Dot3, SNAP, l2_register_l3) 439 bind_layers( LLC, SNAP, dsap=170, ssap=170, ctrl=3) 440 bind_layers( SNAP, Dot1Q, code=33024) 441 bind_layers( SNAP, Dot1AD, type=0x88a8) 442 bind_layers( SNAP, Ether, code=1) 443 bind_layers( SNAP, ARP, code=2054) 444 bind_layers( SNAP, STP, code=267)
|
D | eap.py | 20 from scapy.layers.l2 import SourceMACField, Ether, CookedLinux, GRE, SNAP 753 bind_layers( SNAP, EAPOL, code=34958)
|
D | inet6.py | 69 from scapy.layers.l2 import CookedLinux, Ether, GRE, Loopback, SNAP 3920 bind_layers(SNAP, IPv6, code = 0x86dd )
|
D | inet.py | 802 bind_layers( SNAP, IP, code=2048)
|
/external/scapy/scapy/modules/krack/ |
D | automaton.py | 19 from scapy.layers.l2 import ARP, LLC, SNAP, Ether 351 payload = LLC()/SNAP()/pkt[Ether].payload 362 if SNAP in pkt: 363 ether_pkt = Ether(src=self.client,dst=self.mac) / pkt[SNAP].payload 374 ARP_ans = LLC()/SNAP()/ARP( 526 rep /= SNAP(OUI=0, code=0x888e) # 802.1X Authentication 571 rep /= SNAP(OUI=0, code=0x888e) # 802.1X Authentication 630 rep /= SNAP(OUI=0, code=0x888e) # 802.1X Authentication 740 rep_to_enc /= SNAP(OUI=0, code=0x888e) # 802.1X Authentication 803 LLC()/SNAP()/ARP(op="who-has",
|
/external/cblas/testing/ |
D | sin3 | 1 'SBLAT3.SNAP' NAME OF SNAPSHOT OUTPUT FILE
|
D | din3 | 1 'DBLAT3.SNAP' NAME OF SNAPSHOT OUTPUT FILE
|
D | zin3 | 1 'ZBLAT3.SNAP' NAME OF SNAPSHOT OUTPUT FILE
|
D | cin3 | 1 'CBLAT3.SNAP' NAME OF SNAPSHOT OUTPUT FILE
|
D | din2 | 1 'DBLAT2.SNAP' NAME OF SNAPSHOT OUTPUT FILE
|
D | zin2 | 1 'ZBLAT2.SNAP' NAME OF SNAPSHOT OUTPUT FILE
|
D | cin2 | 1 'CBLAT2.SNAP' NAME OF SNAPSHOT OUTPUT FILE
|
D | sin2 | 1 'SBLAT2.SNAP' NAME OF SNAPSHOT OUTPUT FILE
|
/external/iproute2/lib/ |
D | ll_proto.c | 66 __PF(SNAP,snap)
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 482 * Tue Mar 5 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020305 483 - update to SNAP-20020305 486 * Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> SNAP-20020220 487 - update to SNAP-20020220 for testing purposes (you've been warned, if there's
|
/external/tcpdump/ |
D | CHANGES | 173 ClassicalIPoATM: Add a bounds check on LLC+SNAP header (Fix a heap overflow) 207 LLC/SNAP: With -e, print the LLC header before the SNAP header; without it, cut the SNAP header 211 LLC: Skip the LLC and SNAP headers with -x for 802.11 and some other protocols 802 improvements to SNAP demux.
|
/external/scapy/test/ |
D | regression.uts | 458 ~ basic IP TCP UDP NTP LLC SNAP Dot11 461 Dot11()/LLC()/SNAP()/IP()/TCP()/"XXX" 495 ~ basic sprintf IP TCP SNAP LLC Dot11 497 a=Dot11()/LLC()/SNAP()/IP()/TCP() 723 ~ wifi crypto Dot11 LLC SNAP IP TCP 725 raw(Dot11WEP()/LLC()/SNAP()/IP()/TCP(seq=12345678)) 8972 dpl = Dot11PacketList([Dot11()/LLC()/SNAP()/IP()/UDP()])
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | ApproximateWidth.txt | 296 1D1AA..1D1AD; 0; # MUSICAL SYMBOL COMBINING DOWN BOW..MUSICAL SYMBOL COMBINING SNAP PIZZICATO
|
/external/libxml2/ |
D | ChangeLog | 18736 * libxml.spec.in: get rid of the SNAP suffix
|
12