aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2010-04-08Add --enable-setcap-install and --with-dumpcap-group.Gerald Combs1-1/+57
2010-04-05Disable the possible use of 'links' to generate release-notes.txtBill Meier1-3/+5
2010-03-311.3.4 -> 1.3.5.Gerald Combs1-1/+1
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich1-0/+1
2010-02-28From Erwin van Eijk:Anders Broman1-0/+1
2010-02-26Handle C++ code, such as the wsgd plugin.Guy Harris1-2/+11
2010-02-25Make asn1/kerberos/Makefile and asn1/rua/Makefile as well.Guy Harris1-0/+2
2010-02-25Generate asn1/hnbap/Makefile.Guy Harris1-0/+1
2010-02-19There's an echo in here....Guy Harris1-1/+1
2010-02-18To check for GLib 2.14.0 or later, just check with pkg-config, don't useGuy Harris1-26/+22
2010-02-18Fix/update some comments.Guy Harris1-7/+36
2010-02-15Check for GLib 2.14 and gmodule support no matter what.Gerald Combs1-2/+3
2010-02-13Don't use PCRE if we have GRegex.Gerald Combs1-5/+15
2010-02-111.3.3 -> 1.3.4.Gerald Combs1-1/+1
2010-02-10Use automake to build things in docbook/ .Jeff Morriss1-0/+17
2009-12-22automake 1.11 has macros built in that make compilation muchJörg Mayer1-0/+3
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-0/+1
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andGuy Harris1-0/+3
2009-11-24Switch to .tar.bz2 for the "dist" target since that's what most peopleGerald Combs1-1/+1
2009-11-24Switch back to normal versioning. Bump the version to 1.3.3.Gerald Combs1-1/+1
2009-11-07Add a few more optional compiler warnings and some (commented out)Jörg Mayer1-0/+5
2009-10-29Bump development version.Anders Broman1-1/+1
2009-10-16Putting the AC_CANONICAL_xxx macro(s) *after* AC_INIT seems to work, andGuy Harris1-3/+14
2009-10-10ns-cert-ext -> ns_cert_exts to make directory name consistent with filenamesKovarththanan Rajaratnam1-1/+1
2009-10-10Update configure to reflect new asn1 folder namesKovarththanan Rajaratnam1-5/+5
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-6/+8
2009-09-26Remove tpg from configure. It's not ready to be built by the massesKovarththanan Rajaratnam1-1/+0
2009-09-25Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer1-0/+1
2009-09-20Bump version number after release of first development snapshot.Jaap Keuter1-1/+1
2009-09-17Fix handling of new-packet-list.Michael Tüxen1-1/+1
2009-09-17Make the new packet list the default build choice.Anders Broman1-2/+2
2009-09-02Add --enable-new-packet-list to configure script. DefaultMichael Tüxen1-0/+12
2009-08-31Remove strcasecmp. We use g_ascii_strcasecmp exclusivelyKovarththanan Rajaratnam1-9/+0
2009-08-07- Add an AC macro to test linker flags.Jörg Mayer1-0/+13
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs1-8/+1
2009-06-28Detect gnutls via pkg-config instead of the deprecated libgnutls-config.Balint Reczey1-7/+3
2009-06-28Strictly require flex instead of allowing lex, too.Balint Reczey1-4/+4
2009-06-27Revert commit 28854.Balint Reczey1-4/+5
2009-06-27Strictly require flex instead of allowing lex, too.Balint Reczey1-5/+4
2009-06-22Add -Wextra (ok, it was already there as -W) and -Wlogical-opJörg Mayer1-0/+2
2009-06-03Use liblua by default, if available.Stig Bjørlykke1-3/+3
2009-05-31Adjusted the python binding message from configure.Stig Bjørlykke1-1/+1
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-0/+28
2009-05-26Move the trunk to 1.3.Gerald Combs1-1/+1
2009-05-12Lua support is no plugin.Stig Bjørlykke1-2/+2
2009-05-05Goal: Make the airpcap GUI available on Linux.Jörg Mayer1-0/+8
2009-04-22Bleah, some dissectors still insist on using structures and sizeof andGuy Harris1-1/+4
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-4/+1
2009-03-22Sigh.Guy Harris1-18/+20
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-0/+35