summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated VERSIONlibpcap-1.8Michael Richardson2016-10-251-1/+1
* added CHANGES for 1.8.0libpcap-1.8.1Michael Richardson2016-10-251-0/+37
* Add a target in Makefile.in for Exuberant Ctags useFrancois-Xavier Le Bail2016-10-211-0/+3
* Add a missing test target in Makefile.inFrancois-Xavier Le Bail2016-10-181-0/+4
* Add missing files in Makefile.in (EXTRA_DIST)Francois-Xavier Le Bail2016-10-171-0/+10
* Merge pull request #531 from doughdemon/masterGuy Harris2016-10-176-7/+7
|\
| * Rename configure.in to configure.acFelix Janda2016-10-176-7/+7
* | Put back a comment that got lost.Guy Harris2016-10-151-0/+3
* | We forgot to remove the "skip entries" part in 547b1dec.Guy Harris2016-10-151-22/+0
* | Clean up the name-to-DLT mapping table.Guy Harris2016-10-121-133/+132
* | Add some newer DLT_ values.Guy Harris2016-10-121-0/+6
* | Clarify what the return values are for both success and failure.Guy Harris2016-10-122-4/+13
* | Merge pull request #535 from hsluoyz/master4Guy Harris2016-10-081-2/+2
|\ \
| * | Change the Npcap macro from "NPF_DRIVER_NAME_NORMAL" to "HAVE_NPCAP_PACKET_AP...Yang Luo2016-10-081-2/+2
|/ /
* | No need for a historical comment.Guy Harris2016-10-061-2/+0
* | Merge pull request #533 from hsluoyz/master4Guy Harris2016-10-062-16/+8
|\ \ | |/ |/|
| * Don't need to open the interface any more in order to retrieve the loopback f...Yang Luo2016-10-072-16/+8
|/
* Check for the "break the loop" condition in the inner loop for TPACKET_V3.Guy Harris2016-10-021-1/+1
* Fix handling of packet count in the TPACKET_V3 inner loop.Guy Harris2016-10-021-3/+10
* Declare a variable as staticFrancois-Xavier Le Bail2016-09-241-1/+1
* Fix typo.Guy Harris2016-09-191-1/+1
* Filter out duplicate looped back CAN frames.Guy Harris2016-09-191-0/+16
* Fix LINKTYPE_MATCHING_MAX.Guy Harris2016-09-191-1/+1
* Fix the handling of loopback filters for IPv6 packets.Guy Harris2016-09-141-47/+103
* Add a link-layer header type for RDS (IEC 62106) groups.Guy Harris2016-09-132-2/+14
* Check for null pointers supplied as file namesFrancois-Xavier Le Bail2016-09-092-1/+12
* Check for a null pointer supplied as the file name.Guy Harris2016-09-091-0/+5
* Travis: Fold the 'configure' and 'make install' outputsFrancois-Xavier Le Bail2016-09-071-0/+4
* Merge pull request #524 from hsluoyz/master4Guy Harris2016-09-051-12/+0
|\
| * Use different intermediate folders for x86 and x64 builds on Windows. This is...Yang Luo2016-09-051-12/+0
|/
* Exclude the <arpa/inet.h> header on WindowsFrancois-Xavier Le Bail2016-08-291-0/+2
* On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.Guy Harris2016-08-2515-1243/+17
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2016-08-208-20/+20
* Fix warnings about implicit declarations of functions 'ntohs' and 'ntohl'Francois-Xavier Le Bail2016-08-191-0/+2
* Compile with '-Wused-but-marked-unused' in devel mode if supportedFrancois-Xavier Le Bail2016-08-192-0/+44
* For DLT_LINUX_SLL SocketCAN packets, fix up the header when reading.Guy Harris2016-08-184-4/+271
* It's just the CAN ID that's big-endian or host-endian.Guy Harris2016-08-181-2/+2
* No need to include pcap/usb.h.Guy Harris2016-08-181-1/+0
* Have separate DLTs for big-endian and host-endian SocketCAN headers.Guy Harris2016-08-189-13/+141
* Merge pull request #523 from hsluoyz/master3Guy Harris2016-08-171-0/+60
|\
| * Fix the issue that pcap_open_live() did not accept device names starting with...Yang Luo2016-08-171-0/+60
* | errbuf is a pointer, errbufsize is the size of what it points to.Guy Harris2016-08-171-1/+1
|/
* If we're not building as part of {Win,N}Pcap, don't define WINPCAP_xxx.Guy Harris2016-08-151-8/+0
* Don't use WINPCAP_VER_STRING or WINPCAP_PRODUCT_NAME if we don't have them.Guy Harris2016-08-151-11/+52
* Merge pull request #522 from hsluoyz/master3Guy Harris2016-08-152-5/+7
|\
| * Make sure that version.h is only defined for "libpcap as part of WinPcap/Npcap".Yang Luo2016-08-142-5/+7
|/
* Reflect version.h being renamed to pcap_version.h.Guy Harris2016-08-132-4/+5
* Fix builds on MinGW.Guy Harris2016-08-131-4/+7
* Get rid of debugging message.Guy Harris2016-08-131-1/+0
* Call libpcap's version header pcap_version.h.Guy Harris2016-08-136-23/+23