aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Include the CFLAGS setting when configure was run in the compiler flags.Alon Bar-Lev1-12/+13
2010-04-06Build fat appropriately for Leopard.Guy Harris2-6/+26
2010-04-04Don't define or use any of the SIZEOF_ values.Guy Harris3-64/+7
2010-04-04Fix check for Snow Leopard.Guy Harris2-2/+2
2010-04-04Balance parentheses in a comment.Guy Harris2-2/+2
2010-04-04Clarify that universal is OS X-specific.Guy Harris2-2/+2
2010-04-04Build universal on OS X by default; add an option to disable that.Guy Harris3-44/+47
2010-04-03Make the date on the change notes for 1.1.0 match the release date.Guy Harris1-1/+1
2010-04-01The first 1.2.x release will be 1.2.0, not 1.2.Guy Harris1-1/+1
2010-04-01Add the current set of 1.1.1 changes from 1.1.0.Guy Harris1-2/+8
2010-04-01Update CHANGES to reflect more of the changes in 1.1.0.Guy Harris1-15/+37
2010-04-01Add a #include required on RHEL5.Chris Maynard2-2/+6
2010-03-31Add a --with-arch-flags configuration option to specify target architectures.Guy Harris3-3/+44
2010-03-31Pass LDFLAGS to the command that builds shr.o on AIX.Alon Bar-Lev2-2/+3
2010-03-31Move test source to a tests directory, add a new test for nonblocking mode.Guy Harris6-14/+256
2010-03-13There's now a 1.1 branch; the main branch will become 1.2.Guy Harris1-1/+1
2010-03-13Pick up the CHANGES file from the 1.1 branch.Guy Harris1-3/+1
2010-03-10Update to handle arbitrary-length interface descriptions on FreeBSD.Xin Li2-12/+29
2010-03-10Update a comment.Guy Harris1-16/+28
2010-03-09Added the definition of SET_BINMODE under WIN32.test21-0/+13
2010-03-05instead of making releasetar depend upon bpf_filter.c, move bpf_filter.c to G...Michael Richardson1-3/+3
2010-03-05releasetar target needs bpf_filter symlink to be set rightMichael Richardson1-1/+1
2010-03-01Give Wesley Shields credit for the inet.c change to fix build on FreeBSD.Guy Harris1-0/+1
2010-03-01Update to work with FreeBSD flavor of SIOCGIFDESCR.Guy Harris1-6/+16
2010-02-23Squelch warnings about type punning.Guy Harris1-4/+10
2010-02-11Fix comments.Guy Harris1-5/+5
2010-02-08Again, Git, not CVS.Guy Harris2-3/+3
2010-02-08Again, we're using Git now.Guy Harris3-6/+4
2010-02-08Put date into version.h for Git versions, too.Guy Harris1-1/+7
2010-02-08For PRE-GIT releases, put a date stamp in the version string.Guy Harris1-1/+7
2010-02-08We're using Git, not CVS, now.Guy Harris1-1/+1
2010-01-27Include headers that should cause u_int64_t to be defined.Guy Harris1-0/+14
2010-01-27Include headers that should cause u_int64_t to be defined.Guy Harris1-0/+14
2010-01-27Include headers that should cause u_int64_t to be defined.Guy Harris1-2/+11
2010-01-26Include headers that should cause u_int64_t to be defined.Guy Harris1-0/+12
2010-01-26Include headers that should cause u_int64_t to be defined.Guy Harris1-0/+14
2010-01-26Include headers that should cause u_int64_t to be defined.Guy Harris1-0/+8
2010-01-26Put pcap-snf.c and pcap-snf.h into the release tarball.Guy Harris1-0/+2
2010-01-26Include headers that should cause u_int64_t to be defined.Guy Harris1-0/+8
2010-01-26Fix --with-pcap={linux,bpf} when SNF API is present.Christian Bell2-2/+10
2010-01-26Add Myricom SNF API support as a new pcap device.Christian Bell9-0/+675
2010-01-25Byte-swap the extra fields in the "version 1" USB monitor header.Guy Harris5-10/+72
2010-01-10Include pcap-common.h in the tarball.Guy Harris1-0/+1
2010-01-10Ignore directories in /sys/class/net.Guy Harris1-0/+6
2010-01-10Correctly handle errors other than problems reading /sys/class/net.Guy Harris1-6/+9
2010-01-10Fix some errors in the previous checkin.Guy Harris1-3/+2
2010-01-10Scan /sys/class/net if we have it.Guy Harris1-8/+144
2010-01-10On Linux, always at least try to scan /proc/net/dev.Guy Harris4-35/+0
2010-01-09Include <ctype.h>, as we use macros from it.Guy Harris1-4/+5
2010-01-09Scan /proc/net/dev on Linux regardless of how we get the interface list.Guy Harris2-144/+170