Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or
[metze/wireshark/wip.git] / configure.in
2011-06-17 Gerald CombsMake pcap-ng the default. Add a compile-time option...
2011-06-11 Guy HarrisDo the Python embedding similarly to other "default...
2011-06-08 Anders BromanFrom Michael Mann:
2011-06-08 Guy HarrisThe SERCOS III dissector is now built-in.
2011-05-31 Anders BromanRemove HAVE_AIRPDCAP
2011-05-27 Jeff MorrissAirPcap is disabled by default; fix the help text to...
2011-05-25 Anders BromanCopy-paste error.
2011-05-25 Anders BromanMake it easier to add custom asn1 dissectors.
2011-05-25 Guy HarrisOne "-Warray-bounds" suffices; as we're including it...
2011-05-19 Jörg MayerUpdate CMakeLists to follow commit 37219.
2011-05-17 Guy HarrisAdd -Wold-style-definition and -Wdeclaration-after...
2011-05-17 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-05-14 Gerald Combs1.5.2 → 1.7.0.
2011-05-12 Jeff MorrissWe need both gthread and gmodule.
2011-05-12 Michael TüxenInitialize the glib thread system on all platforms...
2011-05-12 Jakub ZawadzkiConditional support for packet-editor [default=no].
2011-05-03 Guy HarrisDon't bother checking for gzgets(), as we don't use...
2011-04-29 Jakub Zawadzkiconfigure: remove test for gzclearerr (not used anymore...
2011-04-22 Stephen FisherDon't pass -fexcess-precision=fast to clang like we...
2011-04-20 Guy HarrisOh, dear, autoconf thinks clang is GCC, because it...
2011-04-20 Guy HarrisInstead of having GCC and CLANG variables, just have
2011-04-20 Guy HarrisFirst cut at support for clang. We may want to have...
2011-04-10 Guy HarrisUse AC_SYS_LARGEFILE to turn on large file support...
2011-04-10 Gerald Combs1.5.1 → 1.5.2. Reenable Babel.
2011-03-20 Stig BjørlykkeAdded a configure message when having c-ares instead...
2011-03-08 Jeff MorrissRemove the --enable-new-packet-list option (since the...
2011-02-20 Stig BjørlykkeRenamed x411 to p1, x420 to p22 and s4406 to p772 to...
2011-02-17 Guy HarrisOn Windows, try putting __declspec(noreturn) in front...
2011-02-11 Stephen FisherAdd a command line argument for the configure script...
2011-02-02 Bill MeierRemove duplicate 'asn1/gprscdr/Makefile' entry
2011-02-02 Anders BromanIntegrate and build the tetra dissector.
2011-02-02 Guy HarrisAdd the gprscdr Makefile to the list of Makefiles to...
2011-01-24 Gerald Combs1.5.0 → 1.5.1.
2010-12-25 Guy HarrisAdd a comment asking where to check for YACC/Bison...
2010-12-24 Guy HarrisWe only need to do AC_PATH_PROG on flex once.
2010-12-16 Balint ReczeyExport only defined symbols from libwsutil.
2010-11-26 Stephen FisherDefine HAVE_GTK in config.h when compiling with GTK...
2010-10-03 Jörg MayerEnable Airpcap build by default: There should be no
2010-09-28 Jörg MayerFix typo reported by Jose Pedro Oliveira
2010-09-23 Jörg MayerEnable Python in HEAD to find problems during testing.
2010-09-22 Jeff MorrissVery old versions of libz (such as the one that comes...
2010-09-17 Guy HarrisPut the definition of NEW_PACKET_LIST into config.h...
2010-08-01 Balint ReczeyUse local copy of Wireshark documentation on UNIX if...
2010-07-15 Guy HarrisOnly link programs that call stuff in Application Servi...
2010-07-13 Jaap KeuterFrom Jan Šafránek:
2010-06-10 Stig BjørlykkeCheck if /usr/local exists before adding to CFLAGS...
2010-06-09 Stig BjørlykkeBuild Makefile in asn1/idmp.
2010-06-07 Gerald Combs1.3.6 -> 1.5.0
2010-06-05 Gerald CombsBack out r33088 for now.
2010-06-04 Gerald CombsFrom Matt Poduska via bug 1957 (with minor changes):
2010-06-01 Gerald CombsFrom Michael Bernhard via bug 3398 with minor fixups:
2010-05-29 Jeff MorrissPut the optional objects in EXTRA..SOURCES instead...
2010-05-25 Guy HarrisFrom H.sivank: GtkOSXApplication support.
2010-05-18 Jeff MorrissAdd epan/dissectors/dcerpc/ and epan/dissectors/pidl...
2010-05-15 Jörg Mayer- Move cmake options into their own file, making it...
2010-05-05 Gerald Combs1.3.5 -> 1.3.6.
2010-04-14 Stig BjørlykkeAdded PKIXAttributeCertificate (RFC3281).
2010-04-09 Jeff MorrissUse a 64-bit number to store the content length. This...
2010-04-08 Gerald CombsAdd --enable-setcap-install and --with-dumpcap-group.
2010-04-05 Bill MeierDisable the possible use of 'links' to generate release...
2010-03-31 Gerald Combs1.3.4 -> 1.3.5.
2010-03-16 Uwe GirlichThis adds a new dissector plugin: INTERLINK. This proto...
2010-02-28 Anders BromanFrom Erwin van Eijk:
2010-02-26 Guy HarrisHandle C++ code, such as the wsgd plugin.
2010-02-25 Guy HarrisMake asn1/kerberos/Makefile and asn1/rua/Makefile as...
2010-02-25 Guy HarrisGenerate asn1/hnbap/Makefile.
2010-02-19 Guy HarrisThere's an echo in here....
2010-02-18 Guy HarrisTo check for GLib 2.14.0 or later, just check with...
2010-02-18 Guy HarrisFix/update some comments.
2010-02-15 Gerald CombsCheck for GLib 2.14 and gmodule support no matter what.
2010-02-13 Gerald CombsDon't use PCRE if we have GRegex.
2010-02-11 Gerald Combs1.3.3 -> 1.3.4.
2010-02-10 Jeff MorrissUse automake to build things in docbook/ .
2009-12-22 Jörg Mayerautomake 1.11 has macros built in that make compilation...
2009-12-18 Gerald CombsIf we don't have PCRE and we do have GLib >= 2.14,...
2009-12-11 Guy HarrisAdd the time zone abbreviation to the result of abs_tim...
2009-11-24 Gerald CombsSwitch to .tar.bz2 for the "dist" target since that...
2009-11-24 Gerald CombsSwitch back to normal versioning. Bump the version...
2009-11-07 Jörg MayerAdd a few more optional compiler warnings and some...
2009-10-29 Anders BromanBump development version.
2009-10-16 Guy HarrisPutting the AC_CANONICAL_xxx macro(s) *after* AC_INIT...
2009-10-10 Kovarththanan Raja... ns-cert-ext -> ns_cert_exts to make directory name...
2009-10-10 Kovarththanan Raja... Update configure to reflect new asn1 folder names
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-09-26 Kovarththanan Raja... Remove tpg from configure. It's not ready to be built...
2009-09-25 Jörg MayerTry to add tpg, but it seems it doesn't build with...
2009-09-20 Jaap KeuterBump version number after release of first development...
2009-09-17 Michael TüxenFix handling of new-packet-list.
2009-09-17 Anders BromanMake the new packet list the default build choice.
2009-09-02 Michael TüxenAdd --enable-new-packet-list to configure script. Default
2009-08-31 Kovarththanan Raja... Remove strcasecmp. We use g_ascii_strcasecmp exclusively
2009-08-07 Jörg Mayer- Add an AC macro to test linker flags.
2009-07-02 Gerald CombsPull mkstemp() into tempfile.c. That's the only place...
2009-06-28 Balint ReczeyDetect gnutls via pkg-config instead of the deprecated...
2009-06-28 Balint ReczeyStrictly require flex instead of allowing lex, too.
2009-06-27 Balint ReczeyRevert commit 28854.
2009-06-27 Balint ReczeyStrictly require flex instead of allowing lex, too.
2009-06-22 Jörg MayerAdd -Wextra (ok, it was already there as -W) and -Wlogi...
2009-06-03 Stig BjørlykkeUse liblua by default, if available.
2009-05-31 Stig BjørlykkeAdjusted the python binding message from configure.
next