aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2010-04-04Fix check for Snow Leopard.Guy Harris1-1/+1
2010-04-04Balance parentheses in a comment.Guy Harris1-1/+1
2010-04-04Clarify that universal is OS X-specific.Guy Harris1-1/+1
2010-04-04Build universal on OS X by default; add an option to disable that.Guy Harris1-22/+20
2010-03-31Add a --with-arch-flags configuration option to specify target architectures.Guy Harris1-0/+22
2010-01-26Fix --with-pcap={linux,bpf} when SNF API is present.Christian Bell1-1/+5
2010-01-26Add Myricom SNF API support as a new pcap device.Christian Bell1-0/+113
2010-01-10On Linux, always at least try to scan /proc/net/dev.Guy Harris1-11/+0
2010-01-02Split off the shared-library tests into a separate macro.Guy Harris1-0/+1
2010-01-02Fix some problems that show up in autoconf 2.64 and later.Guy Harris1-0/+2
2009-12-30Check for <linux/can.h> rather than <linux/can/version.h>.Felix Obenhuber1-3/+5
2009-12-29Capitalize "Bluetooth" and "CAN" in help messages and comments.Guy Harris1-3/+3
2009-12-29Add support for CANbus capture.Felix Obenhuber1-0/+22
2009-11-24To compile libpcap on OpenSolaris (or Solaris Express Community Edition)Darren Reed1-1/+1
2009-10-11Work around an annoying Snow Leopard BPF bug that causes sub-secondGuy Harris1-0/+13
2009-09-17Added the dagutil.o object file from the Endace DAG libraries into theDarren Lim1-1/+31
2009-07-13In the test for a bRequestType member of "struct usbdevfs_ctrltransfer",Guy Harris1-0/+4
2009-07-12Rename ADDLOBJ to ADDLOBJS, along the lines of LIBOBJS, etc..Guy Harris1-3/+5
2009-07-09commit e61f27f56bef0f229f0bf02911f76cfcfa12f083Guy Harris1-3/+13
2009-07-08Check for the intN_t and u_intN_t types the same way we do for tcpdump;Guy Harris1-4/+58
2009-07-04Older Linux kernels have different member names for "structGuy Harris1-0/+20
2009-07-02We already add -fpic in AC_LBL_C_INIT; no need to add -fPIC.Guy Harris1-1/+0
2009-07-02There's no need to explicitly say "expand @LIBS@ when writing outputGuy Harris1-1/+0
2009-07-02Just use LIBS inside configure.in, so if we add flags or libraries itGuy Harris1-5/+5
2009-07-02AC_LBL_C_INIT takes two arguments, not three.Guy Harris1-1/+1
2009-06-27Build and install no shared libraries on platforms for which we haven'tGuy Harris1-4/+6
2009-06-16Add support for building AIX shared libraries. (It's complicated - weGuy Harris1-3/+36
2009-06-09Use "if test", not "if [" - by the time it makes it through M4, the ['sGuy Harris1-2/+1
2009-06-09Add a way to have pcap-config supply the appropriate rpath flag, if any.Guy Harris1-0/+9
2009-06-07Update the Septel configuration stuff the way we updated the DAG stuff -Guy Harris1-6/+2
2009-06-01When checking whether a device will let you turn monitor mode on, assumeGuy Harris1-9/+12
2009-05-22To put mac80211 devices in monitor mode, create a "monN" device for theGuy Harris1-0/+9
2009-05-22Make ADDLOBJ be the list of additional objects to link in when buildingGuy Harris1-5/+4
2009-04-21Extend the scheme for building .so files to support Sun C and Sun'sGuy Harris1-2/+28
2009-04-18From Darren Reed: some changes to support BPF on Solaris. Update hisGuy Harris1-6/+9
2008-12-23From Jon Smirl: when we start capturing, send GET DESCRIPTOR requests toguy1-2/+3
2008-12-14OK, let's try another approach - include <linux/if.h> rather thanguy1-26/+4
2008-12-14When trying <linux/wireless.h> with <net/if.h>, first forget that theguy1-2/+12
2008-12-14It appears that, at least with the 2.6.27.5 kernel (and maybe the 2.6.27guy1-3/+15
2008-11-19Get rid of bogus AC_CHECK_HEADERS with empty list - the shell code thatguy1-3/+2
2008-11-18Autoconf 2.50 had AC_HELP_STRING, not AS_HELP_STRING; later versionsguy1-13/+13
2008-11-18From Peter Volkov:guy1-30/+46
2008-11-18Propagate from the git tree:guy1-6/+8
2008-10-24In the big "host OS" switch, put the names in alphabetical order, andguy1-17/+26
2008-10-23Add a man page describing the pcap file format.guy1-5/+7
2008-10-21Don't hard-wire section 4 as the section for the pcap-filter andguy1-3/+50
2008-09-23Add a pcap-config script, to handle necessary -I/-L flags and anyguy1-2/+7
2008-09-16Combine the capture-mechanism-dependent tests into one big caseguy1-92/+96
2008-09-16Zero-copy BPF support, from Christian Peron.guy1-6/+23
2008-08-06Check whether the tpacket_auxdata structure has a tp_vlan_tci memberguy1-2/+3