• Home
  • Raw
  • Download

Lines Matching full:on

8     Many changes to build on windows
14 Use different intermediate folders for x86 and x64 builds on Windows.
15 On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.
22 Re-impose some of Winsock's limitations on sock_recv().
29 pcap_create_interface() needs the interface name on Linux.
31 Add support for capturing on FreeBSD usbusN interfaces.
33 Go back to using PCAP_API on Windows.
66 Fix handling of zones for BPF on Solaris
78 Don't crash on filters testing a non-existent link-layer type
80 Fix sending in non-blocking mode on Linux with memory-mapped
82 Fix timestamps when reading pcap-ng files on big-endian
92 Don't support D-Bus sniffing on OS X
95 on platforms where you can not capture on down interfaces, do not list them
96 but: do list interfaces which are down, if you can capture on them!
103 of 0 on some platforms (including Linux with TPACKET_V3).
112 running on a kernel without TPACKET_V3 support. (GitHub
123 Point users to the the-tcpdump-group repository on GitHub rather
126 Fixed build on Solaris 11
127 Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A
149 Catch attempts to call pcap_compile() on a non-activated pcap_t
150 Fix crash on Linux with CAN-USB support without usbfs
160 Fix handling of VLAN tag insertion to check, on Linux 3.x
163 Support libnl3 as well as libnl1 and libnl2 on Linux
164 Fix handling of Bluetooth devices on 3.x Linux kernels
182 On Lion, don't build for PPC.
183 For mac80211 devices we need to clean up monitor mode on exit.
197 Support capturing NetFilter log messages on Linux.
199 Turn off monitor mode on exit for mac80211 interfaces on Linux.
200 Fix problems turning monitor mode on for non-mac80211 interfaces
201 on Linux.
204 Fail if pcap_activate() is called on an already-activated
207 Don't build for PowerPC on Mac OS X Lion.
226 Changes to permissions on DLPI systems.
237 Do filtering on USB and Bluetooth capturing
238 On FreeBSD/SPARC64, use -fPIC - it's apparently necessary
251 ENXIO; fixes handling of bonding devices on Linux
254 Free any filter set on a savefile when the savefile is closed
257 Add support for 802.15.4 interfaces on Linux
262 Fix build on RHEL5.
263 Fix shared library build on AIX.
270 Add support for shared libraries on Solaris, HP-UX, and AIX
272 don't build/install shared libraries on platforms we don't support
274 Fix compiler warnings and builds on some platforms
276 Support monitor mode on mac80211 devices on Linux
277 Fix USB memory-mapped capturing on Linux; it requires a new DLT_
279 On Linux, scan /sys/class/net for devices if we have it; scan
284 Fix BPF driver-loading error handling on AIX
285 Support getting the full-length interface description on FreeBSD
294 Note that poll() works on BPF devices is Snow Leopard
298 Support ps_ifdrop on Linux
306 Add workaround for threadsafeness on Windows
321 Return -1 on failure to create packet ring (if supported but
326 Fix configure and build on recent Linux kernels
336 Compile with large file support on by default
346 Support for memory-mapped capture on Linux
347 Support for zerocopy BPF on platforms that support it
350 Better support for dealing with VLAN tagging/stripping on Linux
351 Fix dynamic library support on OSX
356 On Linux, ignore ENETDOWN so we can continue to capture packets if the
358 On Linux, support new tpacket frame headers (2.6.27+)
359 On Mac OS X, add scripts for changing permissions on /dev/bpf* and launchd plist
360 On Solaris, support 'passive mode' on systems that support it
370 libpcap files on an OS other than where the file was generated
379 Add USB capturing support on Linux
383 Add support for filtering on MTP2 frame types
393 When building a shared library, build with "-fPIC" on Linux to support x86_64
412 Support for ERF on channelized T1/E1 cards via DAG API
413 Fix capitalization that caused issues crossc compiling on Linux
414 Better failure detection on PacketGetAdapterNames()
426 Don't double-count received packets on Linux systems that
427 support the PACKET_STATISTICS getsockopt() argument on
436 Support for radiotap on Linux (Mike Kershaw)
439 Fixes for filters on MPLS-encapsulated packets
447 Fixes for compiling on nearly every platform,
454 Tue. March 30, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.3 release
456 Fixed minor problem in gencode.c that would appear on 64-bit
460 Mon. March 29, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.2 release
466 Wed. November 12, 2003. mcr@sandelman.ottawa.on.ca. Summary for 0.8 release
495 Monday October 23, 2001. mcr@sandelman.ottawa.on.ca. Summary for 0.7 release
499 pcap_stats() has been documented as to what its counters mean on
507 device for capturing on all interfaces. Cleans up promiscuous
508 mode better on pre-2.2 kernels, and has various other fixes
510 doesn't show duplicate packets on loopback interface, etc.).
525 Filter expressions can filter on VLAN IDs and various OSI
526 protocols, and work on Token Ring (with non-source-routed
534 Removed dependancy on native headers for packet layout.
622 interfaces on multi-homed hosts. Thanks to Kevin Lai
639 - Fixed bug in pcap_dispatch() that kept it from returning on packet
647 avoid problems with 64 bit longs on the alpha. Thanks to Cristian
689 - Fixed some more alignment problems on the alpha.
724 - Fix bpf compiler alignment bug on the alpha.
742 - Add pcap-null.c which allows offline use of libpcap on systems that
817 - Turn on FDDI support by default.