search for: pcap_open_live

Displaying 3 results from an estimated 3 matches for "pcap_open_live".

2010 Nov 29
0
[XCP] promiscuous mode for vif
Good day. Found strange behavior in PV-domains. Application like tcpdump or iftop require promiscuous mode for interface. And this feature is disabled by default, as I understand. message from iftop: pcap_open_live(eth0): eth0: You don''t have permission to capture on that device (socket: Address family not supported by protocol) As I understand promiscuous:on in other-config for vif will allow do this. But here other question: will this somehow compromise security of XCP? Will domain with promiscu...
2014 Aug 22
0
Wine release 1.7.25
...C 61850 v2.02 example client crashes on unimplemented function wpcap.dll.pcap_findalldevs_ex 37062 Wireshark 1.10 'dumpcap.exe' tool crashes on unimplemented function wpcap.dll.pcap_findalldevs 37094 Wireshark 1.10 'dumpcap.exe' tool crashes on unimplemented function wpcap.dll.pcap_open_live ---------------------------------------------------------------- Changes since 1.7.24: Adam Martinson (1): ntdll: Implement FILE_PIPE_INFORMATION for NtQueryInformationFile. Alexandre Julliard (1): kernel32: Add detection of fake dlls when determining a binary type. Andrei Sl?voiu...
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack lossless format as input to opusenc. Like support to FLAC, it depends on an external library, libwavpack, and may be disabled on configure. Lucas Clemente Vella (1): Reading input from WavPack files. Makefile.am | 7 +- configure.ac | 37 ++++++++ src/audio-in.c | 71 ++++++++------- src/opusenc.c | 19 +++- src/opusenc.h