aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-6/+8
Rename getopt.[ch] -> wsgetopt.[ch] to avoid name collision. svn path=/trunk/; revision=30370
2009-09-26Remove tpg from configure. It's not ready to be built by the massesKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30161
2009-09-25Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer1-0/+1
svn path=/trunk/; revision=30151
2009-09-20Bump version number after release of first development snapshot.Jaap Keuter1-1/+1
svn path=/trunk/; revision=30007
2009-09-17Fix handling of new-packet-list.Michael Tüxen1-1/+1
svn path=/trunk/; revision=29965
2009-09-17Make the new packet list the default build choice.Anders Broman1-2/+2
svn path=/trunk/; revision=29964
2009-09-02Add --enable-new-packet-list to configure script. DefaultMichael Tüxen1-0/+12
is no for now. Should be kept in sync with the corresponding Windows switch. svn path=/trunk/; revision=29676
2009-08-31Remove strcasecmp. We use g_ascii_strcasecmp exclusivelyKovarththanan Rajaratnam1-9/+0
svn path=/trunk/; revision=29643
2009-08-07- Add an AC macro to test linker flags.Jörg Mayer1-0/+13
- Test whether the linker supports --as-needed and if so, adds it to LDFLAGS svn path=/trunk/; revision=29327
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs1-8/+1
it's arguably the only place we _should_ use it. Add create_tempdir() to tempfile.c and use it to create a temp directory for IP maps. This should fix bug 3530. (This still doesn't work on IE 8 / Vista here. IE gives an access denied error in OpenLayers.js, but this is a separate issue). svn path=/trunk/; revision=28920
2009-06-28Detect gnutls via pkg-config instead of the deprecated libgnutls-config.Balint Reczey1-7/+3
Based on patch from Andreas Metzler. This fixes bug 3627. svn path=/trunk/; revision=28874
2009-06-28Strictly require flex instead of allowing lex, too.Balint Reczey1-4/+4
It compiles now. This fixes bug 1641. svn path=/trunk/; revision=28867
2009-06-27Revert commit 28854.Balint Reczey1-4/+5
svn path=/trunk/; revision=28855
2009-06-27Strictly require flex instead of allowing lex, too.Balint Reczey1-5/+4
svn path=/trunk/; revision=28854
2009-06-22Add -Wextra (ok, it was already there as -W) and -Wlogical-opJörg Mayer1-0/+2
svn path=/trunk/; revision=28806
2009-06-03Use liblua by default, if available.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=28621
2009-05-31Adjusted the python binding message from configure.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28544
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-0/+28
* ability to write dissectors with python for wireshark. documentation (http://wiki.wireshark.org/Python) svn path=/trunk/; revision=28529
2009-05-26Move the trunk to 1.3.Gerald Combs1-1/+1
svn path=/trunk/; revision=28495
2009-05-12Lua support is no plugin.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=28333
2009-05-05Goal: Make the airpcap GUI available on Linux.Jörg Mayer1-0/+8
Step1: Run "configure --enable-airpcap" and see what fails. svn path=/trunk/; revision=28285
2009-04-22Bleah, some dissectors still insist on using structures and sizeof andGuy Harris1-1/+4
offsetof, so turn off 64-to-32 warnings for now. svn path=/trunk/; revision=28118
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-4/+1
up (99 44/100% of which were assignments of double-precision floating-point constants to floats). Hopefully this will catch at least some P64 issues on UN*X. svn path=/trunk/; revision=28108
2009-03-22Sigh.Guy Harris1-18/+20
dladdr() in GNU libc isn't available (<dlfcn.h> doesn't define Dl_info) unless _GNU_SOURCE is defined. In addition, it's not guaranteed to return anything more useful than argv[0]; just in case that changes at some point in the future, however, we still use it, we just run it through the same machinery that we run argv[0] through. (On Mac OS X, for example, the path of the executable is handed to the run-time linker by the kernel, so it *is* useful there.) svn path=/trunk/; revision=27821
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-0/+35
it's available and works. svn path=/trunk/; revision=27812
2009-03-20Switch back to 1.1.4.Gerald Combs1-1/+1
svn path=/trunk/; revision=27810
2009-03-20Temporarily switch back to building 1.1.3 final.Gerald Combs1-1/+1
svn path=/trunk/; revision=27807
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],Gerald Combs1-0/+1
generated from pycrc. The command line used to generate the file is in epan/crc/Makefile.common. I used "plain" to distinguish it from CCITT, USB, and other 16-bit CRCs. Integrate the new CRC code into our infrastructure. Add crc16_plain_tvb_offset() to epan/crc16.[ch] and use it in plugins/profinet/packet-pn-rt.c. This _should_ work correctly, but hasn't been tested. svn path=/trunk/; revision=27790
2009-03-18Move to 1.1.4.Gerald Combs1-1/+1
svn path=/trunk/; revision=27767
2009-03-11Port rdps from C to Python. This makes it easier to cross-compileGerald Combs1-3/+0
Wireshark on Windows. The GNU toolchain changes have not been tested. svn path=/trunk/; revision=27704
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27506
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27505
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27504
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27503
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27502
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27501
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27500
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27499
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27498
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27497
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27496
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27495
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27492
2009-02-10Add charging_aseAnders Broman1-0/+1
svn path=/trunk/; revision=27408
2009-01-16Change the version to 1.1.3. SVN-stamp the version again.Gerald Combs1-1/+1
svn path=/trunk/; revision=27252
2008-12-16We have to add the new asn1/lte-rrc directory to the list of directoriesGuy Harris1-0/+1
in which to generate Makefiles. svn path=/trunk/; revision=27015
2008-12-01Fix "command not found" error in configure.Balint Reczey1-1/+1
svn path=/trunk/; revision=26893
2008-10-31Whops, -Wformat is already included in -WallStig Bjørlykke1-1/+0
svn path=/trunk/; revision=26656
2008-10-31Compile with -Wformat and -Wformat-securityStig Bjørlykke1-0/+2
svn path=/trunk/; revision=26655
2008-10-31Correctly report whether we're building with GeoIP or not - even if weGuy Harris1-1/+7
wanted GeoIP, that doesn't mean we necessarily have it, so that doesn't mean we'll necessarily build with it. svn path=/trunk/; revision=26639