aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-09Squelch some (valid) compiler warnings.Guy Harris1-2/+2
2010-01-09Mention that we can read some pcap-ng files.Guy Harris1-3/+7
2010-01-09Add limited support for reading pcap-ng files.Guy Harris9-1616/+3016
2010-01-09Fix pcap_lookupnet().Guy Harris1-0/+6
2010-01-08Add Christian Bell to the CREDITS file.Guy Harris1-0/+1
2010-01-08Minor VPATH build fixes in top-level Makefile.Christian Bell1-5/+5
2010-01-08Update config.guess and config.sub to the latest versions.Guy Harris2-144/+110
2010-01-05Add a pcap/ipnet.h file with IPNET definitions; use the right AF_ values.Guy Harris4-9/+50
2010-01-04Add DLT_IPV4 and DLT_IPV6.Guy Harris4-4/+46
2010-01-02When removing conftest*, use "-r", to clean up OS X .dSYM turds.Guy Harris2-3/+3
2010-01-02Split off the shared-library tests into a separate macro.Guy Harris3-197/+251
2010-01-02Fix a comment.Guy Harris1-4/+5
2010-01-02Fix some problems that show up in autoconf 2.64 and later.Guy Harris3-26/+45
2009-12-31Fix some problems pointed out by compiler warnings.Guy Harris1-3/+2
2009-12-30Check for <linux/can.h> rather than <linux/can/version.h>.Felix Obenhuber2-98/+20
2009-12-29Capitalize "Bluetooth" and "CAN" in help messages and comments.Guy Harris2-5/+5
2009-12-29Un-split a line.Guy Harris1-2/+1
2009-12-29Add support for CANbus capture.Felix Obenhuber8-7/+518
2009-12-27Put in a comment to clarify that PCAP_VERSION_MAJOR/PCAP_VERSION_MINORGuy Harris1-0/+7
2009-12-21Update CHANGES for 1.0.2 releaseKen Bantoft1-1/+29
2009-12-18One include of <fcntl.h> suffices.Guy Harris1-1/+0
2009-12-01Add a #define for 0xffffffff as PCAP_NETMASK_UNKNOWN, for use when youGuy Harris4-6/+13
2009-12-01When generating code for "ip broadcast", treat a netmask of 0xffffffffGuy Harris3-6/+24
2009-11-25Get rid of some unused variables.Guy Harris1-4/+0
2009-11-25Don't check for DLT_IPNET if it's not defined - in pcap-bpf.c, the bpf.hGuy Harris1-2/+10
2009-11-25Regnerated configure.Guy Harris1-1/+1
2009-11-25Get rid of redundant definition of DLT_IPNET.Guy Harris1-3/+0
2009-11-24To compile libpcap on OpenSolaris (or Solaris Express Community Edition)Darren Reed6-2/+69
2009-11-16Hyphenate "link-layer" everywhere.Guy Harris1-10/+12
2009-11-03From Márton Németh:Guy Harris2-11/+34
2009-11-03Describe all the cases where pcap_fileno() returns a file descriptor andGuy Harris2-8/+30
2009-10-12Give N. Leiten credit for the poll() exceptional condition checks inGuy Harris2-26/+2
2009-10-12Fix typo^Wbraino.Guy Harris1-1/+1
2009-10-12In pcap_read_linux_mmap(), if there are no frames available, call poll()Guy Harris1-14/+19
2009-10-12If bpf_odmcleanup() is being called to clean up after an error, pass itGuy Harris1-12/+16
2009-10-11Snow Leopard fixes poll() and kqueues to work on BPF devices (and ttys).Guy Harris1-1/+31
2009-10-11If we get POLLERR when polling a socket in memory-mapped mode, do aGuy Harris1-4/+31
2009-10-02Fix typo.Guy Harris1-1/+1
2009-10-11When reading from a BPF device, if we get ENXIO, which means "The deviceGuy Harris2-15/+73
2009-10-11Work around an annoying Snow Leopard BPF bug that causes sub-secondGuy Harris4-15/+130
2009-10-11Add DLT_CAN_SOCKETCAN, for capturing on the Controller Area Network withGuy Harris4-1/+40
2009-10-09From Jean-Louis Charton: clean up in some failure cases on AIX.Guy Harris2-0/+4
2009-09-22For BPF, raise the default capture buffer size to .5MB; 32K isn't muchGuy Harris1-7/+15
2009-09-21If an activate routine fails, it needs to clean up the pcap_t, closeGuy Harris6-34/+64
2009-09-21Copy the right value to the ps_ifdrop statistic.Guy Harris1-1/+1
2009-09-17Added the dagutil.o object file from the Endace DAG libraries into theDarren Lim2-6/+73
2009-09-09Put in a note about the Snow Leopard bug that requires that you have BPFGuy Harris1-0/+5
2009-09-09To quoteGuy Harris1-1/+1
2009-09-07Note some other ways to get link statistics.Guy Harris1-1/+8
2009-09-07Set ps_ifdrop after ps_drop, so we process the statistics in order.Guy Harris1-1/+1