MCPcopy Index your code
hub / github.com/secdev/scapy / drop

Function drop

scapy/tools/UTscapy.py:588–595  ·  view source on GitHub ↗
(t, scapy_ses)

Source from the content-addressed store, hash-verified

586
587 # Drop
588 def drop(t, scapy_ses):
589 from scapy.main import interact
590 interact(
591 mybanner="Test '%s' failed.\n\n%s" % (t.name, t.output),
592 mybanneronly=True,
593 mydict=scapy_ses,
594 argv=[None, "-H"],
595 )
596
597 try:
598 for i, testset in enumerate(test_campaign):

Callers 1

run_campaignFunction · 0.85

Calls 1

interactFunction · 0.90

Tested by

no test coverage detected