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

Function usage

scapy/tools/check_asdis.py:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def usage():
10 print("""Usage: check_asdis -i <pcap_file> [-o <wrong_packets.pcap>]
11 -v increase verbosity
12 -d hexdiff packets that differ
13 -z compress output pcap
14 -a open pcap file in append mode""", file=sys.stderr)
15
16
17def main(argv):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected