aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
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
2008-10-09Switch back to 1.1.2.Gerald Combs1-1/+1
svn path=/trunk/; revision=26392
2008-10-07Try for another 1.1.1 development release.Gerald Combs1-1/+1
svn path=/trunk/; revision=26374
2008-09-24Switch back to normal versioning. Bump the development version to 1.1.2.Gerald Combs1-1/+1
svn path=/trunk/; revision=26259
2008-09-21Turn on -Werror for the top level targets, excluding text2pcap (which ↵Jeff Morriss1-0/+1
includes some generated code). svn path=/trunk/; revision=26245
2008-09-17Put back the "Checking whether to use the GNU ADNS library if available"Guy Harris1-0/+3
message, so that the "yes" or "no" printed when the check finishes is associated with a "Checking..." message. svn path=/trunk/; revision=26224
2008-09-17inet_aton(), like inet_pton(), is in -lsocket in Solaris and possiblyGuy Harris1-7/+13
other SVR4-flavored UN*Xes; search for it the same way we search for inet_pton(). Note that, while that fixes the Solaris build, this probably still wouldn't build on a platform without inet_aton() (if any such exist), and might have problems with platforms lacking other functions (as they handle this similarly). svn path=/trunk/; revision=26221
2008-09-15Move to 1.1.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=26199
2008-09-11The newer autoconf version requirement is needed inJörg Mayer1-1/+1
configure.in as well. svn path=/trunk/; revision=26181
2008-09-04Move the trunk to 1.1.0. Temporarily build a non-SVN-stamped package, soGerald Combs1-1/+1
that we can build 1.1.0 packages. svn path=/trunk/; revision=26136
2008-08-09If using $prefix we add "$prefix/include" to the include search pathStig Bjørlykke1-0/+24
and "$prefix/lib" to the library search path. svn path=/trunk/; revision=25969
2008-08-08Add support for c-ares to the GNU toolchain.Gerald Combs1-4/+33
svn path=/trunk/; revision=25955
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵Jeff Morriss1-3/+0
replacements. svn path=/trunk/; revision=25765
2008-07-16Don't use C-style comments in a shell script. This fixes this error:Jeff Morriss1-1/+1
./configure: line 21850: /bin: is a directory when running configure. svn path=/trunk/; revision=25757
2008-07-03packet-pkcs12-template.c uses the libgcrypt symbol GCRY_CIPHER_RFC2268_40Jeff Morriss1-1/+1
which, according to: http://lists.gnupg.org/pipermail/gnupg-devel/2004-February/020779.html is new to the 1.1.92 release of libgcrypt. Bump our required version of libgcrypt from 1.1.42 to 1.1.92 . svn path=/trunk/; revision=25666
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
epan/dissectors/packet-ncp2222.inc is a bit hard to fix, so we're not ready to enable that warning by default yet. Throw in some casts to handle GLib routines that take arbitrary non-const pointers (they can later return the pointers, and some callers might want to modify or free up those pointers in cases where they're known to be writable or allocated). Use ep_tvb_memdup() rather than a combination of ep_alloc() and tvb_memcpy(). Clean up some indentation. svn path=/trunk/; revision=25601
2008-06-25Update a comment.Guy Harris1-1/+1
svn path=/trunk/; revision=25597
2008-06-24Make -Wwrite-strings non-default for now.Guy Harris1-3/+8
Note what files are blocking some -W flags. svn path=/trunk/; revision=25589
2008-06-24We're not ready for -Wshadow by default yet.Guy Harris1-1/+1
svn path=/trunk/; revision=25585
2008-06-24Temporarily turn on some -W options, to provoke the buildbots to buildGuy Harris1-3/+3
with them to check whether we've cleaned those warnings up or not. svn path=/trunk/; revision=25578
2008-06-24One -Wcast-align suffices.Guy Harris1-1/+0
svn path=/trunk/; revision=25577
2008-06-23Temporarily make -Wshadow not a default.Guy Harris1-1/+3
svn path=/trunk/; revision=25550
2008-06-23Add -Wshadow, so we catch cases where somebody might not be using theGuy Harris1-0/+1
variable they think they are. svn path=/trunk/; revision=25537
2008-06-21We have to define HTML_VIEWER for the prefs.c code that sets the defaultGuy Harris1-2/+9
value of the Web browser preference, even though that preference won't be offered. svn path=/trunk/; revision=25515
2008-06-21If we have xdg-open, always run that to launch a Web browser, and ignoreGuy Harris1-8/+14
the Web browser setting; that should honor the user's *real* preferred Web browser setting (i.e., the one they've selected in their desktop environment). Don't bother defining HTML_VIEWER as "xdg-open" if we have xdg-open - we don't need it. svn path=/trunk/; revision=25514
2008-06-04g_ascii_strtoull() is in GLib 2.2 and later, and we require GLib 2.4 orGuy Harris1-22/+0
later, so there's no longer any need to have our own g_ascii_strtoull. svn path=/trunk/; revision=25423
2008-05-28Print "POSIX capabilities" instead of "libcap".Gerald Combs1-1/+2
svn path=/trunk/; revision=25390
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-0/+1
wiretap to this new libwsutil. This solves http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark no longer depend on libwiretap. svn path=/trunk/; revision=25330
2008-05-10From Hans-Peter Bock:Jaap Keuter1-0/+1
Attached to this post you find a patch for integration into wireshark that adds a dissector for SERCOS III, ethertype 0x88cd. svn path=/trunk/; revision=25270
2008-05-05Require GLib 2.4 or later.Guy Harris1-103/+3
That means that G_GINT64_MODIFIER will be defined, so don't check whether it's defined. We don't use the PRI[douxX]64 macros, as we use the GLib print routines and thus use G_GINT64_MODIFIER instead. Get rid of the checks for whether inttypes.h defines PRI[douxX]64; just check whether it exists at all. That means we don't set INTTYPES_H_DEFINES_FORMATS, so don't check for it. svn path=/trunk/; revision=25243
2008-05-05Require automake 1.9 or later; earlier versions don't support theGuy Harris1-1/+1
"tar-ustar" option. svn path=/trunk/; revision=25241
2008-05-05Have autoconf generate "ustar" tar files by default. This should let us haveGerald Combs1-4/+3
paths longer than 99 characters. svn path=/trunk/; revision=25232
2008-04-29All versions of GLib 2.x come with g_ascii_strcasecmp(), and we requireGuy Harris1-22/+0
GLib 2.x; we don't have to check for its presence and supply a replacement if it's missing. Get rid of an unremoved reference in epan/dtd_parse.l. svn path=/trunk/; revision=25197
2008-04-29Have the error for not finding GTK+ indicate that we require GTK+ 2.4 orGuy Harris1-4/+4
later. Do the same for the GLib error messages, having them indicate that we require GLib 2.x. svn path=/trunk/; revision=25191
2008-04-23Require at least version 2.4.0 of GTKJörg Mayer1-1/+1
svn path=/trunk/; revision=25152
2008-04-17If we have xdg-open, define HAVE_XDG_OPEN.Guy Harris1-0/+5
Add a routine "filemanager_open_directory()", which takes a pathname (presumed to be UTF-8 in Windows and Mac OS X; this might need work for other UN*Xes) and attempts to open a file manager window for it, using ShellExecute on Windows, Launch Services on OS X, and, for now, running xdg-open on other OSes if we have it (should we have a preference for the file manaager, just as we have one for the Web browser?). (For that matter, if we have xdg-open, do we need a preference for the Web browser, or should we just have xdg-open open the Web browser?) svn path=/trunk/; revision=25097