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