Lines Matching refs:Fix

4     Fix pcap-usb-linux.c build on systems with musl
5 Fix assorted man page and other documentation issues
14 Fix various error messages
16 Fix cleaning up after some errors
21 Fix autotool configuration on AIX and macOS
24 Fix pcapng block size checking
27 Fix reading of capture statistics for Linux USB
28 Fix packet size values for Linux USB packets (GitHub issue #808)
30 Fix pcap_list_datalinks on 802.11 devices on macOS
31 Fix overflows with very large snapshot length in pcap file
34 Fix crashes and other errors with invalid filter expressions
35 Fix use of uninitialized file descriptor in remote capture
36 Fix some CMake issues
37 Fix some divide-by-zero issues with the filter compiler
40 Fix handling of the packet-count argument for Myricom SNF devices
41 Fix --disable-rdma in configure script (GitHub issue #782)
42 Fix compilation of TurboCap support (GitHub issue #764)
44 Fix a number of issues when running rpcapd as an inetd-style daemon
45 Fix CMake issues with D-Bus libraries
51 Fix pcap_dump_fopen() on Windows to avoid clashes between
53 Fix exporting of functions from Windows DLLs (GitHub issue #810)
54 Fix building as part of Npcap
56 Fix building shared libpcap library on midipix (midipix.org)
57 Fix hack to detect UTF-16LE adapter names on Windows not to go past
59 Fix handling of "wireless WAN" (mobile phone network modems) on
63 Fix the maxmum snapshot length for DLT_USBPCAP
65 Fix CMake 64-bit library installation directory on some Linux
106 Fix to work with Berkeley YACC.
119 Fix, and better explain, the "IPv6 means IPv6, not IPv4" option setting.
128 Fix Linux cooked mode userspace filtering (GitHub pull request #429)
129 Fix compilation if IPv6 support not enabled
130 Fix some Linux memory-mapped capture buffer size issues
137 Fix DLT_ type for Solaris IPNET devices
146 Fix compilation error in DAG support
147 Fix issues with CMake configuration
161 Fix handling of packet count in the TPACKET_V3 inner loop: GitHub issue #493.
163 Fix the handling of loopback filters for IPv6 packets.
175 Fix signature of pcap_stats_ex_remote().
193 Fix a number of Linux/ucLinux configure/build issues.
194 Fix some memory leaks.
196 Fix building Bluetooth Linux Monitor support with BlueZ 5.1+
212 Fix the swapping of isochronous descriptors in Linux USB.
217 Fix handling of zones for BPF on Solaris
223 Fix the range checks in BPF loads
231 Fix sending in non-blocking mode on Linux with memory-mapped
233 Fix timestamps when reading pcap-ng files on big-endian
253 Fix handling of pcap_loop()/pcap_dispatch() with a packet count
262 Fix libpcap to work when compiled with TPACKET_V3 support and
290 Fix pcap-config to include -lpthread if canusb support is
294 Fix some issues with the pcap_loop man page.
295 Fix pcap_getnonblock() and pcap_setnonblock() to fill in the
297 Fix typo that, it appeared, would cause pcap-libdlpi.c not to
301 Fix crash on Linux with CAN-USB support without usbfs
302 Fix addition of VLAN tags for Linux cooked captures
311 Fix handling of VLAN tag insertion to check, on Linux 3.x
315 Fix handling of Bluetooth devices on 3.x Linux kernels
325 [PATCH] Fix AIX-3.5 crash with read failure during stress
339 Fix typoes in README.linux file.
341 Fix Linux compile problems and tests for ethtool.h.
346 Fix code generated for "ip6 protochain".
351 Fix problems turning monitor mode on for non-mac80211 interfaces
357 Fix filtering in pcap-ng files.
366 Fix the calculation of the frame size in memory-mapped captures.
371 Fix configure-script discovery of VLAN acceleration support.
403 Fix check for a constant 0 argument to BPF_DIV
413 Fix build on RHEL5.
414 Fix shared library build on AIX.
424 Fix building from a directory other than the source directory
425 Fix compiler warnings and builds on some platforms
428 Fix USB memory-mapped capturing on Linux; it requires a new DLT_
435 Fix BPF driver-loading error handling on AIX
453 Fix bug where create_ring would fail for particular snaplen and
474 Fix handling of 'any' device, so that it can be opened, and no longer
477 Fix configure and build on recent Linux kernels
478 Fix memory-mapped Linux capture to support pcap_next() and
502 Fix dynamic library support on OSX
564 Fix capitalization that caused issues crossc compiling on Linux
570 Fix allocation of buffer for list of link-layer types
726 - Fix endian problem with DLT_NULL devices. From FreeBSD via Bill
729 - Fix alignment problem with FDDI under DLPI. This was causing core
764 - Fix some linux alignment problems.
875 - Fix bpf compiler alignment bug on the alpha.
897 - Make bpf_compile() reentrant. Fix thanks to Pascal Hennequin
902 - Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
908 - Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
914 - Fix minor problems when compiling with BDEBUG as noticed by Scott
941 - Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle
977 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported