aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
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
2008-10-30From Marc Moussali:Anders Broman1-0/+4
Make it easier to add custom plugins. svn path=/trunk/; revision=26627
2008-10-28Add end of configure script summary item for GeoIPStephen Fisher1-0/+1
svn path=/trunk/; revision=26614
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs1-0/+25
GeoIP can map IP addresses to Countries, Cities, AS numbers, ISPs, etc. If any library paths are defined AND any database files are found, corresponding columns are added to the endpoint tables in the GUI. To do: - Add columns to the conversation list - Add GeoIP info to "-z conv,..." - Create a default UAT file. svn path=/trunk/; revision=26571
2008-10-26Tweak Mac IGE integration detection so that it can find the functions notStephen Fisher1-1/+1
only in the Gtk+ OS X framework, but also in the separate igemacintegration library. Also add call to ite_mac_menu_set_menu_bar() to synchronize the OS X menu bar with the Gtk menu bar in Wireshark. The Gtk menu bar in Wireshark will remain there. svn path=/trunk/; revision=26560
2008-10-24Add an option to look for the presence of Imendio's Mac OS X integrationGerald Combs1-0/+24
functions in GTK+. svn path=/trunk/; revision=26539
2008-10-22Display error messsage that Glib 2.4 or later was not found when checkingStephen Fisher1-1/+1
for Glib 2.4+. The message used to say 2.0 or later was not found. svn path=/trunk/; revision=26511
2008-10-16Remove kerberosAnders Broman1-1/+0
svn path=/trunk/; revision=26473
2008-10-15Now Kerberos compiles, a lot of work remains to get it into shape.Anders Broman1-0/+1
svn path=/trunk/; revision=26467
2008-10-14Added asn1/goose to configure.inStig Bjørlykke1-0/+1
svn path=/trunk/; revision=26449