Home
last modified time | relevance | path

Searched refs:log_runtime (Results 1 – 25 of 42) sorted by relevance

12

/external/scapy/scapy/modules/krack/
Dautomaton.py20 from scapy.error import log_runtime
176 log_runtime.warning("AP started with ESSID: %s, BSSID: %s",
403 log_runtime.info("Detected IP: %s", self.arp_target_ip)
419 log_runtime.debug("State WAIT_AUTH_REQUEST")
423 log_runtime.debug("State AUTH_RESPONSE_SENT")
427 log_runtime.debug("State ASSOC_RESPONSE_SENT")
431 log_runtime.debug("State WPA_HANDSHAKE_STEP_1_SENT")
435 log_runtime.debug("State WPA_HANDSHAKE_STEP_3_SENT")
439 log_runtime.debug("State KRACK_DISPATCHER")
443 log_runtime.debug("State ANALYZE_DATA")
[all …]
/external/scapy/test/contrib/automotive/
Dinterface_mockup.py17 from scapy.error import log_runtime, Scapy_Exception
46 log_runtime.debug(
62 log_runtime.debug("CAN should work now")
136 log_runtime.debug("CAN sockets should work now")
/external/scapy/scapy/
Derror.py124 log_runtime = logging.getLogger("scapy.runtime") variable
125 log_runtime.addFilter(ScapyFreqFilter())
138 log_runtime.warning(x, *args, **kargs)
Dpipetool.py18 from scapy.error import log_runtime, warning
128 log_runtime.debug("Pipe engine thread started.")
157 log_runtime.exception("piping from %s failed: %s",
171 log_runtime.debug("Pipe engine thread stopped.")
181 log_runtime.debug("Pipe engine already running")
199 log_runtime.debug("Pipe engine thread not running")
Dsendrecv.py37 from scapy.error import log_runtime, log_interactive, Scapy_Exception
288 log_runtime.exception("--- Error sending packets")
596 log_runtime.warning(stderr.decode())
600 log_runtime.info(stdout.decode())
659 log_runtime.error("Error parsing output: %s", parse_exception)
1460 log_runtime.warning("Argument %s cannot be used in "
1495 log_runtime.warning(
1513 log_runtime.warning('Cannot forward packet [%s] received on %s',
Dsupersocket.py27 from scapy.error import warning, log_runtime
182 log_runtime.warning("Unknown timespec format.. ?!")
351 log_runtime.info(msg)
405 log_runtime.error(msg)
/external/scapy/scapy/arch/
Dunix.py19 from scapy.error import log_runtime, warning
169 log_runtime.info(
216 log_runtime.warning("Failed to execute ifconfig.")
263 log_runtime.warning("Failed to execute ifconfig.")
277 log_runtime.warning("Failed to execute ifconfig.")
Dlibpcap.py29 log_runtime,
322 log_runtime.error("Could not set snaplen")
327 log_runtime.error("Could not set promisc")
332 log_runtime.error("Could not set timeout")
338 log_runtime.error("Could not set monitor mode")
/external/scapy/scapy/layers/tls/
Dkeyexchange_tls13.py14 from scapy.error import log_runtime
131log_runtime.info("TLS: group %s used twice in the same ClientHello [%s]", kse.group, pkt_info) # …
143log_runtime.info("TLS: group %s used twice in the same ClientHello [%s]", kse.group, pkt_info) # …
168log_runtime.info("TLS: overwriting previous server key share [%s]", pkt_info) # noqa: E501
192log_runtime.info("TLS: overwriting previous server key share [%s]", pkt_info) # noqa: E501
Dsession.py19 from scapy.error import log_runtime, warning
174 log_runtime.debug("TLS: %s %s %s: %s",
632 log_runtime.debug("TLS: master secret: %s", repr_hex(ms))
670 log_runtime.debug("TLS: master secret: %s", repr_hex(self.master_secret)) # noqa: E501
671 log_runtime.debug("TLS: key material: %s", repr_hex(km))
1184 log_runtime.info(
1207 log_runtime.info("TLS: previous session shall not be overwritten")
1220 log_runtime.info("TLS: previous session shall not be overwritten")
1235 log_runtime.info("TLS: found session matching %s", k)
1238 log_runtime.info("TLS: did not find session matching %s", session)
Dhandshake_sslv2.py12 from scapy.error import log_runtime, warning
408 log_runtime.info("TLS: invalid ServerVerify received [%s]", pkt_info) # noqa: E501
485log_runtime.info("TLS: invalid client CertificateVerify signature [%s]", pkt_info) # noqa: E501
517log_runtime.info("TLS: invalid client Finished received [%s]", pkt_info) # noqa: E501
Drecord_tls13.py18 from scapy.error import log_runtime, warning
127 log_runtime.info("TLS 1.3: record integrity check failed [%s]", pkt_info) # noqa: E501
Drecord_sslv2.py13 from scapy.error import log_runtime
144 log_runtime.info("SSLv2: record integrity check failed [%s]", pkt_info) # noqa: E501
Drecord.py21 from scapy.error import log_runtime
375 log_runtime.info("TLS: record integrity check failed [%s]", pkt_info) # noqa: E501
464 log_runtime.info(
Dhandshake.py19 from scapy.error import log_runtime, warning
1099 log_runtime.info("TLS: useless ServerKeyExchange [%s]", pkt_info)
1108log_runtime.info("TLS: invalid ServerKeyExchange signature [%s]", pkt_info) # noqa: E501
1274log_runtime.info("TLS: invalid CertificateVerify signature [%s]", pkt_info) # noqa: E501
1281log_runtime.info("TLS: invalid CertificateVerify signature [%s]", pkt_info) # noqa: E501
1429 log_runtime.info("TLS: invalid Finished received [%s]", pkt_info) # noqa: E501
1436 log_runtime.info("TLS: invalid Finished received [%s]", pkt_info) # noqa: E501
/external/scapy/scapy/arch/windows/
Dnative.py29 from scapy.error import Scapy_Exception, log_runtime
81 log_runtime.warning("Dropping unsupported option: %s" % kwarg)
84 log_runtime.warning("Interface is invalid. This will fail.")
/external/scapy/scapy/contrib/
Dcansocket_native.py20 from scapy.error import Scapy_Exception, warning, log_runtime
99 log_runtime.info(msg)
Dethercat.py43 from scapy.error import log_runtime, Scapy_Exception
322 log_runtime.error(
614 log_runtime.error(
/external/scapy/scapy/layers/
Dtuntap.py22 from scapy.error import warning, log_runtime
242 log_runtime.error("%s send",
Ddns.py33 from scapy.error import log_runtime, warning, Scapy_Exception
145 log_runtime.info(
161 log_runtime.info(
401 log_runtime.info(
699 log_runtime.info("bitmap too short (%i)", len(bitmap))
707 log_runtime.info("bitmap length is no valid (%i)", bitmap_len)
1351 log_runtime.info(message)
1357 log_runtime.info(message)
1422 log_runtime.warning(str(ex))
1431 log_runtime.info(
[all …]
Dntlm.py33 from scapy.error import log_runtime
1443 log_runtime.debug("NTLMSSP: Unexpected token. Expected NTLM Challenge")
1463 log_runtime.warning(
1575 log_runtime.debug("NTLMSSP: Unexpected token. Expected NTLM Negotiate")
1665 log_runtime.debug(
1741 log_runtime.warning("NTLMSSP: Expected NTLM Negotiate")
1748 log_runtime.warning("NTLMSSP: Expected NTLM Challenge")
1755 log_runtime.warning("NTLMSSP: Expected NTLM Authenticate")
1759 log_runtime.info("NTLMSSP: auth failed.")
Dldap.py65 from scapy.error import log_runtime
1477 log_runtime.info("DC Locator: requesting SRV for '%s' ..." % qname)
1492 log_runtime.info(
1508 log_runtime.info("DC Locator: got %s . Mode: %s" % (ips, mode))
1518 log_runtime.info("DC Locator: connecting to %s on %s ..." % (ip, port))
1531 log_runtime.info("DC Locator: %s timed out." % ip)
1540 log_runtime.info("DC Locator: LDAP Ping %s on ..." % ip)
1599 log_runtime.info("DC Locator: %s timed out." % ip)
2204 log_runtime.warning("Invalid response: %s", repr(resp))
2215 log_runtime.warning(
Dsmbserver.py29 from scapy.error import log_runtime, log_interactive
272 log_runtime.warning("Serving SMB1 is not supported :/")
761 log_runtime.warning("Tree request in SMB1: unimplemented. Quit")
1355 log_runtime.warning(
1373 log_runtime.warning(
1679 log_runtime.info("-- Scapy %s SMB Server --" % conf.version)
1680 log_runtime.info(
1693 log_runtime.info(" * %s" % share)
Dinet.py70 from scapy.error import log_runtime, warning
397 log_runtime.info(
419 log_runtime.info(
767 log_runtime.info(
845 log_runtime.info(
1824 log_runtime.error(
1830 log_runtime.error(
1840 log_runtime.error(
1846 log_runtime.error(
1855 log_runtime.error(
/external/scapy/scapy/arch/linux/
D__init__.py31 log_runtime,
250 log_runtime.info(msg)

12