HomeSort by relevance Sort by last modified time
    Searched defs:pcap_dump_open (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
sf-pcap.c 691 pcap_dump_open(pcap_t *p, const char *fname) function
702 "%s: not-yet-activated pcap_t passed to pcap_dump_open",
  /external/scapy/scapy/modules/
winpcapy.py 274 #pcap_dumper_t * pcap_dump_open (pcap_t *p, const char *fname)
276 pcap_dump_open = _lib.pcap_dump_open variable
277 pcap_dump_open.restype = POINTER(pcap_dumper_t)
278 pcap_dump_open.argtypes = [POINTER(pcap_t), STRING]
492 # return the standard I/O stream of the 'savefile' opened by pcap_dump_open().

Completed in 86 milliseconds