Searched refs:pcap (Results 1 – 6 of 6) sorted by relevance
235 FILE *fp = p->ep->dev->pcap; in usb_pcap_ctrl()246 FILE *fp = p->ep->dev->pcap; in usb_pcap_data()
269 dev->pcap = fdopen(fd, "wb"); in usb_qdev_realize()270 usb_pcap_init(dev->pcap); in usb_qdev_realize()285 if (dev->pcap) { in usb_qdev_unrealize()286 fclose(dev->pcap); in usb_qdev_unrealize()
11 'pcap.c',
36 * QEMU USB stack supports pcap thus USB packet between the guest132 |qemu_system| -usb -device canokey,file=$HOME/.canokey-file,pcap=key.pcap
400 be enabled using the ``pcap=<file>`` property, for example:402 ``-device usb-mouse,pcap=mouse.pcap``404 The pcap files are compatible with the linux kernels usbmon. Many
236 FILE *pcap; member