Home
last modified time | relevance | path

Searched refs:RawPcapWriter (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/tools/
Dcheck_asdis.py50 from scapy.utils import RawPcapReader,RawPcapWriter,hexdiff
57 pcap_out = RawPcapWriter(PCAP_OUT, append=APPEND, gz=COMPRESS, linktype=pcap.linktype)
/external/scapy/scapy/
Dutils.py1054 class RawPcapWriter: class
1170 class PcapWriter(RawPcapWriter):
1181 RawPcapWriter._write_header(self, pkt)
1192 RawPcapWriter._write_packet(self, s, sec, usec, caplen, caplen)