- 9bf7250 Use the right name for calls to wait for events. by Guy Harris · 7 years ago
- feef04b Add a new API to handle some non-select()able devices. by Guy Harris · 7 years ago
- 11d0ea4 Use compiler tests to determine how to define _U_. by Guy Harris · 7 years ago
- 7d78748 Add a routine to format error messages with an errno-based message at the end. by Guy Harris · 7 years ago
- fd5b92d The break_loop flag should be a sig_atomic_t. by Guy Harris · 7 years ago
- e0406e7 No need to generate version.c or pcap_version.h. by Guy Harris · 7 years ago
- b486381 Call the flag to enable remote capture ENABLE_REMOTE. by Guy Harris · 7 years ago
- f00cf65 Don't bother supporting pre-2005 Visual Studio. by Guy Harris · 7 years ago
- 2ee4586 Have a typedef for the "read next packet" operation. by Guy Harris · 7 years ago
- f290068 Push pcap_lib_version() into the pcap-XXX.c files. by Guy Harris · 8 years ago
- 9aadaa8 Move the ADAPTER * out of pcap_t into the pcap-win32.c private data. by Guy Harris · 8 years ago
- 55c690f Add pcap_set_protocol() to allow specifying a specific capture protocol. by Lennert Buytenhek · 8 years ago
- a8578d4 Allow a platform to add information to the version string. by Guy Harris · 8 years ago
- b59ef78 Move the RPCAP-specific functions to pcap-rpcap.h. by Guy Harris · 8 years ago
- 503e21e Move the pcap_findalldevs_ex code for rpcap into pcap-rpcap.c by Guy Harris · 8 years ago
- 5dd0e37 Put back the greasy "save the capture filter string so we can tweak it" hack. by Guy Harris · 8 years ago
- 8d59525 Clean up remote capture. by Guy Harris · 8 years ago
- a6a4e42 Support setting non-blocking mode before activating. by Guy Harris · 8 years ago
- b758645 Rename a routine to match find_or_add_if(). by Guy Harris · 8 years ago
- f819843 Properly handle interface flags for Linux interfaces in add_linux_if(). by Guy Harris · 8 years ago
- ad7c6f5 Pass IFF_ flags to add_addr_to_iflist(). by Guy Harris · 8 years ago
- 2a6286a Have a pcap_if_list_t structure for use by the findalldevs code. by Guy Harris · 8 years ago
- 9a65638 Have separate "find device" and "find or add device" routines. by Guy Harris · 8 years ago
- 42470a5 The bit masks are *unsigned* 64-bit integers; mark them as such. by Guy Harris · 8 years ago
- 961ab5e Clean up findalldevs code. by Guy Harris · 8 years ago
- da31130 Make the FDDI padding unsigned. by Guy Harris · 9 years ago
- 7cc3ed6 Move portability declarations/definitions to portability.h. by Guy Harris · 9 years ago
- 8c0ddc7 strncpy_s() can act like strlcpy() all by itself. by Guy Harris · 9 years ago
- 5f9dbe5 Fix some compile warnings. by Yang Luo · 9 years ago
- 2d96be0 Check for, and squelch, signed vs. unsigned comparison errors. by Guy Harris · 9 years ago
- 9de94c9 Fix warnings with 'strlcpy' macro by Francois-Xavier Le Bail · 9 years ago
- cc3ca65 pcap_create_interface() needs the interface name on Linux. by Guy Harris · 9 years ago
- 985f531 Don't have pcap_create_common() set opt.device. by Guy Harris · 9 years ago
- d699824 Rename opt.source to opt.device. by Guy Harris · 9 years ago
- 01dabcd Let the platform decide how to check capturable interfaces. by Guy Harris · 9 years ago
- 852d376 Have pcap_platform_finddevs() do all the "find local interfaces" work. by Guy Harris · 9 years ago
- 881a406 Have pcap_platform_finddevs() do all the "find local interfaces" work. by Guy Harris · 9 years ago
- 94cabd5 Pass a pointer to the length to the OID get/set routines. by Guy Harris · 9 years ago
- 790e8d8 dup_sockaddr() is only used in fad-helpers.c, so make it static. by Guy Harris · 9 years ago
- fb20696 Don't use global state for the BPF compiler. by Guy Harris · 9 years ago
- 0134e33 Split out the UN*X flags to pcap flags mapping. by Guy Harris · 9 years ago
- 1165ee1 Attempt to get UN*X compilers to work like MSVC. by Guy Harris · 9 years ago
- 26bb2e5 Get rid of unnecessary "extern". by Guy Harris · 9 years ago
- f5bbbba Flag routines in pcap-int.h as *not* being part of the pcap API. by Guy Harris · 9 years ago
- 11eb1e7 Get rid of pcap_read(). by Guy Harris · 9 years ago
- 5823e23 Generate a reentrant lexical analyzer and parser. by Guy Harris · 9 years ago
- 735f1f9 Use pcap_snprintf() instead of snprintf(). by Guy Harris · 9 years ago
- 112bc49 Fix a typo by Francois-Xavier Le Bail · 9 years ago
- ecf2cf1 Avoid collisions between pcap/bpf.h and Packet32.h structure definitions. by Guy Harris · 10 years ago
- 997ccd1 Back out a change accidentally checked in before it's ready. by Guy Harris · 10 years ago
- 426e936 Fix argument to PacketRequest(). by Guy Harris · 10 years ago
- f832cbf Have better APIs for the OID get/set request calls. by Guy Harris · 10 years ago
- 3ff2aab Just use a PACKET structure on the stack in the read routines. by Guy Harris · 10 years ago
- 0ccb67a Get rid of an unused structure member. by Guy Harris · 10 years ago
- 2564890 Export pcap_wsockinit(); tcpdump uses it on Windows. by Guy Harris · 10 years ago
- fb14941 More compile fixes. by Gisle Vanem · 10 years ago
- f0e7a50 Declare pcap_wsockinit() in pcap-int.h. by Guy Harris · 10 years ago
- 01fc0f4 Add TurboCap support from WinPcap. by Guy Harris · 10 years ago
- 2a4db31 Add the remaining WinPcap-only ops to the ops vector. by Guy Harris · 10 years ago
- 393df5c Rename pcap_win32strerror() to pcap_win32_err_to_str(). by Guy Harris · 10 years ago
- 43dc84c Pick up the "Win32 extensions", and add some new ones. by Guy Harris · 10 years ago
- 7efd80a Packet.dll defines ADAPTER, not Adapter. by Guy Harris · 10 years ago
- 5ff25be The official #define for 32-bit and 64-bit Windows is _WIN32. by Guy Harris · 10 years ago
- b0f0289 Make the buffer member of a pcap_t a void *. by Guy Harris · 10 years ago
- 612503b Move the socket ops out of gencode.c. by Guy Harris · 10 years ago
- f2578ec Expand a comment (extra information taken from tcpdump's equivalent comment). by Guy Harris · 11 years ago
- ad38497 Boost the maximum snapshot length to 262144, for USBPcap. by Guy Harris · 11 years ago
- a8cd00e Don't treat 65535 as the maximum snapshot length. by Guy Harris · 11 years ago
- e562fac Pull the code to add an address to an interface into a routine. by Guy Harris · 11 years ago
- 3594ff4 remove libpcap's own CVS keywords by Denis Ovsienko · 11 years ago
- 86b47f1 Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0. by Guy Harris · 11 years ago
- d1ab12c Rename the "private" member of a pcap_t to avoid C++ issues. by Guy Harris · 12 years ago
- fa7e291 Fix crashing bug with pcap_next{_ex}() and savefiles. by Guy Harris · 12 years ago
- 6e0c54a Remove Linux-specific time stamp precision stuff from pcap.c. by Guy Harris · 12 years ago
- e8ad3e5 Fix handling of time stamps in pcap-ng files. by Guy Harris · 12 years ago
- dd09fcd Merge branch 'timestamps' of https://github.com/msekletar/libpcap by Guy Harris · 12 years ago
- 2933fb0 In WinPcap, provide a routine to get the Adapter pointer for a pcap_t. by Guy Harris · 12 years ago
- ba89e4a Make timestamps precision configurable by Michal Sekletar · 12 years ago
- 48bc6c3 Add an API to set "immediate mode". by Guy Harris · 12 years ago
- e9e96bb Move platform-dependent pcap_t data out of the pcap_t structure. by Guy Harris · 12 years ago
- 36a6a45 Linux *AND* D-Bus capture support need the packets_read field. by Guy Harris · 12 years ago
- b267226 Point people to the the-tcpdump-group repositories, not the mcr repositories. by Guy Harris · 12 years ago
- d3c9726 pcap-dbus code from Jakub Zawadzki by Michael Richardson · 12 years ago
- 216bb59 Point people to GitHub rather than Sourceforge for bug reports/patches/etc. by Guy Harris · 12 years ago
- 3f53c50 Handle VLAN tags in cooked mode. by Guy Harris · 13 years ago
- 4cc089d Only add VLAN tags for Ethernet. by Guy Harris · 13 years ago
- 2426611 Have non-interface modules take responsibility for identifying their devices. by Guy Harris · 13 years ago
- fa4435e Add support for setting the time stamp type for a capture. by Guy Harris · 15 years ago
- e1539bd Add Myricom SNF API support as a new pcap device. by Christian Bell · 15 years ago
- b4b6648 Add limited support for reading pcap-ng files. by Guy Harris · 15 years ago
- 2032d35 From Dustin Spicuzza: support ps_ifdrop on Linux, using /proc/net/dev. by Guy Harris · 16 years ago
- 34e9504 When doing Linux mmapped capture: by Guy Harris · 16 years ago
- 32c168d Added a critical section on Windows to make pcap_compile thread safe. by test · 16 years ago
- 3efa666 For Linux, add to the pcap_md structure a pointer to a memory-mapped by Guy Harris · 16 years ago
- 703acf1 Not releasing a packet in Linux memory-mapped mode until we try to read by Guy Harris · 16 years ago
- 9f59aca To put mac80211 devices in monitor mode, create a "monN" device for the by Guy Harris · 16 years ago
- 64b88ab Move "union thdr" to pcap-int.h, as we use it in pcap-int.h. by Guy Harris · 16 years ago
- 54ef309 In memory-mapped mode, don't release the packet as soon as the callback by Guy Harris · 16 years ago
- 73e8fef Zero-copy BPF support, from Christian Peron. by guy · 17 years ago
- c6eedee From Patrick McHardy: by guy · 17 years ago