The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / configure.ac @ master

History | View | Annotate | Download (86.4 KB)

# Date Author Comment
bed29af4 08/20/2014 11:34 PM Roland Knall

Extcap Capture Interface

Extcap is a plugin interface, which allows for the usage
of external capture interfaces via pipes using a predefined
configuration language which results in a graphical gui.
This implementation seeks for a generic implementation,...
61b01c37 08/20/2014 03:11 PM Jeff Morriss

If the user explicitly requested gnutls or libgcrypt generate an error if they
are not found.

Accurately describe the default behavior: Wireshark will use the libraries if
they are available.

May help avoid problems like that described in:
https://ask.wireshark.org/questions/35600/not-able-to-configure-wireshark-with-gnutls...

7ee2d6b6 08/15/2014 09:57 AM Jeff Morriss

Mark echld and tfshark as experimental in the ./configure help.

Move them to the end of the list of optional programs.
Make it clear that echld is not built by default.
Change capitalization of tshark and tfshark.

Change-Id: Ib702ed72eb2469968e06a16c73a4009ba4cf68ad...

65ac652a 08/12/2014 05:31 PM Joerg Mayer

Remove make-dissector-reg and require python for autotool builds as well

Change-Id: I6239063a08ba37199a4e95302a3650a80544c750
Reviewed-on: https://code.wireshark.org/review/3562
Reviewed-by: Jörg Mayer <>

37b5b095 08/04/2014 10:31 AM Evan Huus

Rip out the filetap code

We decided at sharkfest that this wasn't the right design for file dissection;
we have more-or-less settled on way forward, but nobody's shown interest in
implementing it. Whether or not that ever happens, this code is effectively...

7df03a7c 08/03/2014 06:41 AM Guy Harris

Get rid of debugging output, and get CMake to produce verbose makefiles.

On the 32-bit OS X buildbot, automake is old enough that autotools
builds are verbose, printing the command line for each compile step; if
we cause CMake to produce verbose makefiles, they will also print the...

5234d4c2 08/02/2014 08:47 PM Guy Harris

OK, try sorting the compiler options.

Also, comment out the addition of -Wno-deprecated-declarations, as the
CMake build doesn't use it.

If this succeeds in making the autotools and CMake builds compile C code
with the same -W and -f flags in the same order, that should eliminate...

81f5d71f 08/02/2014 05:19 PM Guy Harris

Get rid of trailing blank line.

Change-Id: Ibcdacbad865478ee682995170937cedd575389ec
Reviewed-on: https://code.wireshark.org/review/3368
Reviewed-by: Guy Harris <>

50b67345 08/02/2014 05:01 PM Guy Harris

Dump additional debugging information.

For autotools, dump CC, CFLAGS, CXX, and CXXFLAGS.

For CMake, dump CMAKE_C_COMPILER_ID and CMAKE_CXX_COMPILER_ID.

Hopefully this will help figure out why CMake builds catch different
warnings from autotools builds....

e7df09b8 08/01/2014 12:17 PM Jeff Morriss

Add the easy_codec plugin to the source distribution.

It doesn't build on Linux but cmake looks for it (won't build without it) and
Windows users might want it.

Change-Id: I978f0de0a2895a82f4f3b8c1e9e0ecec6a93e6f4
Reviewed-on: https://code.wireshark.org/review/3325...

4d90d6e3 07/30/2014 07:42 PM Guy Harris

Add some files under asn1 to the distribution.

Include CMakeLists.txt files and the gnm subdirectory, along with the
top-level Makefile.inc and Makefile.preinc files. Don't explicitly
include Custom.make, as automake does that automatically given that it's...

f724cae7 07/19/2014 03:24 AM Guy Harris

Only ABI-check strncasecmp.h if strncasecmp() is part of the API/ABI.

Some routines Wireshark uses are present in some, but not all,
platforms; for routines that would be used on all platforms, libwsutil
provides its own implementations on platforms that lack them....

4b5967f6 07/09/2014 01:31 AM Graham Bloice

Moved nghttp2 to epan
Cleaned up nghttp2 build

Change-Id: I9f7adc12936155e0ffc01ec825b5aff95279f97d
Reviewed-on: https://code.wireshark.org/review/2937
Reviewed-by: Pascal Quantin <>
Reviewed-by: Alexis La Goutte <>...

5bfc21cf 07/06/2014 05:03 PM Guy Harris

Clean up handling of missing functions.

With autotools, CMake, and nmake, if we have a function, #define
HAVE_{function_name_in_all_caps}, otherwise don't #define it.

If we provide our own version of a function in libwsutil, make sure we
have a header that declares it, and ONLY include that header if...

318205e6 07/05/2014 06:22 PM Guy Harris

Fix an error caught by enum-conversion warnings.

(Strong typing is for weak minds.

Human minds are weak.

Therefore, strong typing is for human minds.)

Change-Id: I099b85e98f3b9742b1addd8d260b3e94ca7add31
Reviewed-on: https://code.wireshark.org/review/2866...

9e6487f2 07/04/2014 03:25 AM Guy Harris

Move utility routines for capturing into a libcaputils static library.

Some of those routines are used only in dumpcap; others are used in
TShark and Wireshark as well.

Change-Id: I9d92483f2fcff57a7d8b6bf6bdf2870505d19fb7
Reviewed-on: https://code.wireshark.org/review/2841...

096aca67 07/01/2014 08:48 PM Guy Harris

Make some inconsistent configuration options errors.

This way, if you ask for both setuid and setcap installation of dumpcap,
it will fail, rather than silently (other than a message you might miss)
ignoring the request for setuid installation. See bug 10246....

ae26b12f 07/01/2014 08:20 PM Guy Harris

If -fvisibility=hidden isn't supported, try -xldscope=hidden.

That's the option for newer versions of Sun^WOracle C.

Change-Id: I62c12d5870d84587f81a8789732675021523e9ed
Reviewed-on: https://code.wireshark.org/review/2769
Reviewed-by: Guy Harris <>

aa0f8098 07/01/2014 03:47 PM Guy Harris

Don't check for -Wl,{option} support.

Not all AC_WIRESHARK_LDFLAGS_CHECK flags are -Wl,{option} flags, so
don't check for that first. If we want to check for specific compilers
and linkers, we should do that, not for -Wl,{option} support.

Change-Id: Ib9581d4a1573a1ffa2493ce08e6d5845d2601352...

b378f725 07/01/2014 03:27 PM Guy Harris

Fix comments to reflect reality.

Change-Id: Id56f5844932371a89785f4ddce87eb66789acdc8
Reviewed-on: https://code.wireshark.org/review/2754
Reviewed-by: Guy Harris <>

b6715516 06/23/2014 11:35 PM Guy Harris

Another file to generate in the configure script.

Change-Id: I6dafc9ab9fafd465cb2ad83e5e56e4d22b36d41b
Reviewed-on: https://code.wireshark.org/review/2609
Reviewed-by: Guy Harris <>

213189ef 06/23/2014 07:58 PM Guy Harris

Move the routines to talk to dumpcap into a static libcapchild.

This pulls some stuff out of the top-level directory, and means we don't
have to build them once for every program using them.

Change-Id: I37b31fed20f2d5c3563ecd2bae9fd86af70afff5
Reviewed-on: https://code.wireshark.org/review/2591...

421d817d 06/18/2014 05:50 AM Guy Harris

Don't compile anything with -msse4.2 unless the compiler supports it.

This includes ws_mempbrk_sse42.c; if the compiler doesn't support
-msse4.2, HAS_SSE4_2 isn't defined, so all the stuff in
ws_mempbrk_sse42.c that uses SSE 4.2 will be #ifdeffed out.

Not all compilers with which we're built will support -msse4.2; in...

7bae85ac 06/18/2014 01:39 AM Jakub Zawadzki

Fix x86 buildbots, revert sse4.2 AM_CONDITIONAL logic

Change-Id: I0b594089753980b58f702e86293028c8dc7e4e54
Reviewed-on: https://code.wireshark.org/review/2363
Reviewed-by: Guy Harris <>

20accf34 06/18/2014 12:58 AM Guy Harris

Don't do the check for clang/clang++.

Adding -Qunused-arguments to CXXFLAGS causes the checks for -f and -m
flags not to fail with clang++, causing the configure script to warn
about -f flags supported by clang but not clang++ indicating that the
compilers are a mismatched pair....

a61ebef1 06/17/2014 09:23 PM Guy Harris

Set the conditional SSE42_SUPPORTED in all circumstances.

This might fix the Solaris/SPARC build error

configure: error: conditional "SSE42_SUPPORTED" was never defined.
Usually this means the macro was only invoked conditionally.

(not all the world's a VAX^Wx86)....

66640305 06/17/2014 07:58 PM Jakub Zawadzki

Rewrite check for ws_mempbrk_sse42.c compilation

- check only for msse4.2
check if there's nmmintrin.h header
- don't check if current CPU support -msse4.2 (fix cross compilation)

Change-Id: Iba8d291fdf5602937ab540a69b7608a81427ad25
Reviewed-on: https://code.wireshark.org/review/2189...

aeb1888a 06/16/2014 05:19 PM Jeff Morriss

Remove the (old, broken) Python bindings option to ./configure (and a few other references).

Change-Id: I470502bfae6617a798d0c2538f0f04ff7d36fee5
Reviewed-on: https://code.wireshark.org/review/2277
Reviewed-by: Jeff Morriss <>

a82c8d1c 06/16/2014 05:09 PM Gerald Combs

More wspython removal.

Change-Id: I09b7bac7906f0e134459c4a81a7ef626e6590d5b
Reviewed-on: https://code.wireshark.org/review/2276
Reviewed-by: Gerald Combs <>

fcb019ac 06/10/2014 10:51 AM AndersBroman

Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)
Add autotools macros to distribution
Call AX_EXT to define HAVE_SSE4_2

Change-Id: I9ff085d923dfafb32510cdd14290e74a2aaea302
Reviewed-on: https://code.wireshark.org/review/2110
Tested-by: Anders Broman <>...

62fd14cb 05/31/2014 09:11 AM Alexis La Goutte

Add nghttp2 lib (HPACK)

Change-Id: I2a361951924045035a2a5d38f943e6b97c170f36
Reviewed-on: https://code.wireshark.org/review/1623
Reviewed-by: Pascal Quantin <>
Reviewed-by: Michael Mann <>

7bf49b31 05/30/2014 08:48 AM Balint Reczey

Set PLUGIN_INSTALL_DIR properly for wireshark.pc

Change-Id: I64c04095ce780ce2cc44a54a68695506d27e5747
Reviewed-on: https://code.wireshark.org/review/1861
Reviewed-by: Alexis La Goutte <>

285405a0 05/23/2014 04:57 PM Gerald Combs

1.11.4 → 1.99.0.

Change-Id: I5b0f713fdbc63e78f4f52177317c0e536aca3044
Reviewed-on: https://code.wireshark.org/review/1761
Reviewed-by: Gerald Combs <>

ca97ba0f 05/23/2014 03:23 AM Alexis La Goutte

Update comment about -Wunreachable-code and -Wdocumentation

Change-Id: I5b942bdacc5f4a9ecfa084dbff479eba6582b0df
Reviewed-on: https://code.wireshark.org/review/1726
Reviewed-by: Anders Broman <>

4fdd528f 04/20/2014 07:50 PM Guy Harris

"extra compiler warnings", not just "extra warnings".

Rename --enable-extra-warnings to --enable-extra-compiler-warnings, and
have the message talking about "extra warnings" talk about "extra
compiler warnings", to make it more uniform (the documentation for the...

0bdd9a7d 04/20/2014 06:53 PM Guy Harris

Rename --enable-extra-compiler-checks to --enable-extra-warnings.

That makes it clearer that what we're enabling are extra warnings, and
fits better with the description for --enable-warnings-as-errors, which
says the default is "yes, unless extra warnings are enabled"....

68f9811b 04/20/2014 06:47 PM Guy Harris

Don't distinguish between "GCC" and "Clang" extra -W flags.

We test whether a given compiler supports a given -W flag, so we don't
need to separate them and check them only for particular compilers.

To make that even clearer, rename the --enable option from...

3f0bc55e 04/15/2014 03:01 PM Gerald Combs

Add license compatibility information for GMP (used by GnuTLS).

Update GLib and GTK+ release dates and add Qt release dates while we're
here.

Change-Id: Ia0da8f6e118e5737d19d321ce3fae6de75477b08
Reviewed-on: https://code.wireshark.org/review/1157
Reviewed-by: Gerald Combs <>

d73d1f14 04/15/2014 01:29 PM Gerald Combs

1.11.3 → 1.11.4.

Change-Id: I0bf8792b9b524ae4d8e1022b234e2510972c7019
Reviewed-on: https://code.wireshark.org/review/1154
Reviewed-by: Gerald Combs <>

280c2958 03/31/2014 04:29 AM Alexis La Goutte

Add --enable-extra-clang-checks for autotools and CMakeList
With -Wunreachable-code flags (and disable for the moment -Wdocumentation)

Change-Id: I126c962b32e650a63b78092e95896736ae7335c9
Reviewed-on: https://code.wireshark.org/review/678
Reviewed-by: Alexis La Goutte <>

d43f7d13 03/17/2014 10:32 AM Alexis La Goutte

Remove -Wunreachable-code it is removed from GCC

http://gcc.gnu.org/ml/gcc-help/2011-05/msg00360.html

Change-Id: I3f016611d0dc5e7cc6d53965f9b5d2b1ee88fe1c
Reviewed-on: https://code.wireshark.org/review/677
Reviewed-by: Hadriel Kaplan <>...

907d24db 03/12/2014 07:12 PM Guy Harris

Get rid of $Id$, add some comments.

Change-Id: I3f34484f18fba45b23b5acc924b56e5b62291114
Reviewed-on: https://code.wireshark.org/review/627
Reviewed-by: Guy Harris <>

10084c34 02/11/2014 08:36 PM Michal Labedzki

RTP: Add support for SBC codec in RTP Player

Add optional dependancy to libsbc to play Bluetooth SBC in
A2DP payload. Also simplify RTP Player and extent codec interface.

Change-Id: I52e1fce9c82e2885736354fe73c6c37168a4fda3
Reviewed-on: https://code.wireshark.org/review/19...

5783452a 01/18/2014 05:52 PM Jörg Mayer

-Warray-bounds was listed twice

svn path=/trunk/; revision=54839

035526af 01/08/2014 12:36 AM Guy Harris

tfshark.c doesn't build without warnings, so default to "don't build it"
for now.

svn path=/trunk/; revision=54651

cd7909eb 01/08/2014 12:34 AM Guy Harris

Handle tfshark.

svn path=/trunk/; revision=54650

bf284da2 01/07/2014 11:35 PM Michael Mann

TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9607)

This is a VERY PRELIMINARY version of tfshark. It's an attempt to jumpstart FileShark and its architecture. Right now it's mostly just a very stripped down version of tshark with all of the necessary build modifications (including now building filetap library since tfshark depends on it)...

ef5e9fd6 01/02/2014 03:48 PM Jeff Morriss

Don't try to build asn1/asn1/Makefile either (see r54561).

svn path=/trunk/; revision=54571

d91261a5 01/02/2014 02:48 PM Jeff Morriss

Don't try to build asn1/gnm/Makefile (see r54561).

svn path=/trunk/; revision=54567

43e892e9 12/31/2013 09:20 AM Martin Kaiser

From Dirk
dissector for Novell's PKIS certificate extensions

from me
clean up the $Id$ tags
remove packet-pkis(-template).h
remove ASN.1 definitions that cause compiler warnings
(OID, SecurityLabelType2)
move the dissector to the clean ASN.1 dissectors...

cc74708a 12/27/2013 06:08 AM Guy Harris

Fix some typoes, quote $CFLAGS and $LDFLAGS when using them in
assignments (not sure that's necessary, but...).

svn path=/trunk/; revision=54474

8713e045 12/24/2013 01:43 PM Guy Harris

Some warning options are, for reasons not entirely obvious to me, not
supported by some versions of g++ even though the corresponding version
of gcc supports them. Other versions of g++, and clang, support them.

Check, before adding a -W option for C++, whether the compiler supports...

6ec4ba58 12/21/2013 01:16 PM Bill Meier

If Gtk >= 3.10, allow use of deprecated Gtk features (and prevent 'deprecated' warnings);

Given that Wireshark is moving to QT, the Wireshark changes required to
fix the features deprecated in Gtk 3.10 will not be done.

svn path=/trunk/; revision=54337

53f438b4 12/14/2013 05:43 AM Jakub Zawadzki

Allow -Wmissing-prototypes only for C

It should fix:
cc1plus: warning: command line option `-Wmissing-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default]

(only g++ complains, clang is OK with -Wmissing-prototypes)

svn path=/trunk/; revision=54086

e21fd7c0 12/12/2013 09:59 PM Guy Harris

Add a "captype" file that just reports the type of a capture file, based
on what libwiretap thinks it is.

Update some comments to reflect the death of the hack used to include
(libwiretap) plugin support in programs not built with libwireshark.

svn path=/trunk/; revision=54015

69017ac3 11/26/2013 06:43 PM Jeff Morriss

Overhaul rpm-building options a bit: as suggested by Anders, have the RPM follow
./configure's options for gtk2 vs gtk3 vs qt.

Make it possible to not build the GNOME package (now both UIs' packages are
optional). I think Chris requested this a while ago....

4dbed5fb 11/24/2013 05:51 PM Guy Harris

According to

http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Code-Gen-Options.html#Code-Gen-Options

-ftrapv "generates traps for signed overflow on addition, subtraction,
multiplication operations." and -fwrapv "instructs the compiler to
assume that signed arithmetic overflow of addition, subtraction and...

ee147994 11/24/2013 03:28 PM Balint Reczey

Use GCC flags to avoid optimization problems due to undefined behaviour

Adding flags suggested by article at:
http://pdos.csail.mit.edu/~xi/papers/stack-sosp13.pdf

svn path=/trunk/; revision=53551

001d79ca 11/22/2013 09:51 AM Alexis La Goutte

Add -Wheader-guard to Autotools and CMake

svn path=/trunk/; revision=53507

d28d1a82 11/19/2013 07:27 AM Alexis La Goutte

Fix compilation with Clang (Remove limitation to -fPIE to only C)

/usr/include/qt5/QtCore/qglobal.h:1079:4: error:
"You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC or -fPIE."...

16e27047 11/18/2013 12:41 PM Gerald Combs

1.11.2 → 1.11.3.

svn path=/trunk/; revision=53412

f772a268 11/15/2013 05:34 PM Gerald Combs

1.11.1 → 1.11.2.

svn path=/trunk/; revision=53346

4bff9d32 11/07/2013 02:42 AM Alexis La Goutte

Enable Packet Editor by default

svn path=/trunk/; revision=53132

0dc80637 11/03/2013 07:39 AM Jörg Mayer

Fix autoconf broken by last commit.

svn path=/trunk/; revision=53060

117a59d7 11/03/2013 07:22 AM Jörg Mayer

Pass the name of the sed executable as an explicit argurment to
runlex.sh (like it is done with LEX already). May fix a problem
on Windows with cmake.

svn path=/trunk/; revision=53059

250641f5 11/01/2013 04:06 PM Jeff Morriss

From Thomas Dreibholz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9368 :

Call AC_PROG_MKDIR_P so MKDIR_P is sure to be set.

svn path=/trunk/; revision=53026

7f3d07b9 10/20/2013 02:43 PM Pascal Quantin

From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :
Add dissection of OMA-ILP

svn path=/trunk/; revision=52721

d69a93f7 10/18/2013 02:28 PM Jeff Morriss

Simplify a bit (in a way which will hopefully actually work): just don't add -Wshorten-64-to-32 to CXXFLAGS. Also, add AM_CLEAN_FLAGS to AM_CXXFLAGS, not AM_CPPFLAGS.

svn path=/trunk/; revision=52676

2ac63d7a 10/18/2013 01:42 PM Jeff Morriss

Add -Wno-shorten-64-to-32 (if we can) when compiling the Qt UI.

svn path=/trunk/; revision=52674

f6884b59 10/16/2013 06:39 PM Gerald Combs

Add checks to see if CC and/or CXX are Clang. Add "-Qunused-arguments"
to CFLAGS and/or CXXFLAGS as needed.

svn path=/trunk/; revision=52654

fe552998 10/16/2013 02:40 PM Gerald Combs

Don't bother checking for clang, just add -Qunused-arguments to the
compiler flags checks.

svn path=/trunk/; revision=52649

7c2219f3 10/16/2013 01:32 PM Pascal Quantin

1.11.0 -> 1.11.1

svn path=/trunk/; revision=52647

5fba0c24 10/16/2013 01:22 PM Gerald Combs

If we're using Clang add -Qunused-arguments in order to avoid a bunch
of warnings described at
http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html

svn path=/trunk/; revision=52646

d643779b 10/11/2013 02:42 PM Gerald Combs

Build with Qt by default.

svn path=/trunk/; revision=52548

878186be 10/10/2013 07:33 PM Guy Harris

We use g_ascii_strtoll(), not strtoll(), so we no longer need to check
for strtoll() (if we ever did check for it).

svn path=/trunk/; revision=52519

07a5c744 10/05/2013 05:56 PM Jörg Mayer

Invert NEED_INET_ATON_H to HAVE_INET_ATON_H
Remove unused NEED_G_ASCII_STRTOULL_H

svn path=/trunk/; revision=52385

99f457bd 10/01/2013 05:04 PM Gerald Combs

Use separate "Read me first" files for Qt and GTK+.

svn path=/trunk/; revision=52321

2211ab0f 09/30/2013 09:12 AM Gerald Combs

Use macdeployqt to add the Qt bits to our bundle. Put our libraries in
Contents/Frameworks since that's what macdeployqt expects. Have
osx-dmg.sh look at the correct executable.

svn path=/trunk/; revision=52295

2468b33c 09/30/2013 07:29 AM Gerald Combs

More Qt app bundle migration. Still doesn't work quite right.

svn path=/trunk/; revision=52293

0a75c9d8 09/30/2013 06:20 AM Gerald Combs

Start migrating the OS X app bundle to Qt. This will likely break the
installers.

svn path=/trunk/; revision=52292

d5909d38 09/10/2013 06:28 AM Guy Harris

Use -m32, instead, as per Michael Tuexen's suggestion.

svn path=/trunk/; revision=51923

2891a58a 09/10/2013 06:24 AM Guy Harris

When building for 10.4 or 10.5, force 32-bit x86 on x86 and 32-bit PPC
on PPC.

svn path=/trunk/; revision=51921

e45f35d6 08/23/2013 09:01 PM Guy Harris

Can't use [ as an alias for "test" in configure scripts, as [ and ] are
quoting characters; use test instead.

svn path=/trunk/; revision=51503

98db1cef 08/23/2013 07:57 PM Guy Harris

To handle the hypothetical case of an OS X release offering a choice of
installing command-line developer tools with no SDKs but with a standard
UN*Xy /usr/include or of installing Full Frontal Xcode, if the user
didn't specify building against an SDK, check to see whether we have...

d9ebff02 08/21/2013 02:39 PM Guy Harris

Arrange that "make distcheck" use the GUI configure flags used to
configure Wireshark, so we don't, for example, do "make distcheck" with
no options, and thus default to GTK+ 3, on a system without GTK+ 3 where
Wireshark was configured with --with-gtk2. (This also means that if...

cfa2dc5f 08/13/2013 07:37 PM Guy Harris

Add in more comments on the whole "get the path of the executable from
the kernel" thing, and add the NetBSD and DragonFly BSD /proc links (if
they don't mount /proc, that doesn't work, but it doesn't get in the
way).

On Solaris, check for getexecname, just in case somebody tries to build...

50eb8264 08/12/2013 04:24 PM Guy Harris

If we're looking for some version of GTK+, and don't find it, fail.
That way, if somebody specifies --with-gtk23 and that version of GTK+
isn't found, we fail with an indication that the version of GTK+ they
asked for isn't there, and if no GUI toolkit was specified, and they...

bebe1200 08/12/2013 04:01 PM Guy Harris

Just check whether dladdr() is available; we check in the code whether
it succeeds, so there's no point in checking whether it succeeds in a
sample program.

svn path=/trunk/; revision=51322

70523b50 08/12/2013 05:09 AM Guy Harris

On some platforms, to get dladdr() you need to link with -ldl. First
try it without -ldl (in case the OS doesn't have it - not a good idea,
as it complicates the build process for cross-platform tools that might
require it on other platforms, but "not a good idea" never stopped UN*X...

77f4bef1 08/08/2013 01:34 AM Anders Broman

From Mathias Guettler:
New dissector for Air/Ground Datalink ICAO doc 9705 Ed2: ULCS, CM, CPDLC.

Add the files to the distribution.

svn path=/trunk/; revision=51212

f22f8cc8 08/05/2013 04:08 PM Gerald Combs

Fix the Python version check. Hopefully no one is running 1.5 or 1.6.

svn path=/trunk/; revision=51161

d3af98bb 08/05/2013 02:57 PM Gerald Combs

Don't force the use of Python 2.x, similar (but not identical to)
r51128. Print a warning if we're building with Python < 2.5.

svn path=/trunk/; revision=51158

b7cf00c6 07/31/2013 05:10 PM Guy Harris

Check the Python major version number in a way that works in Python 2
and Python 3.

svn path=/trunk/; revision=51077

3ba70575 07/31/2013 04:41 PM Guy Harris

Get rid of extra comment line.

svn path=/trunk/; revision=51075

7bad1f75 07/31/2013 04:40 PM Guy Harris

Only use sw_vers if we're on OS X.

svn path=/trunk/; revision=51074

b8bc01c7 07/31/2013 03:39 AM Guy Harris

Set the minimum OS X version in the installer package based on the
deployment target; if --disable-osx-deploy-target was specified, set it
to the OS version on which we're building - minor/dot-dot version and
all - as there's no guarantee that it'll work on any version earlier...

55930588 07/31/2013 03:17 AM Guy Harris

If you use --enable-osx-deploy-target or --disable-osx-deploy-target on
anything other than OS X, fail; whatever it is you're trying to do won't
work (unless and until there exists a platform that fully supports
cross-development for OS X, including building against SDKs and...

f317c782 07/24/2013 06:34 PM Guy Harris

The files in aclocal-fallback are copies of .m4 files from various
packages, providing macros that we use in our configure script in case
somebody building from SVN doesn't happen to have the package installed
and thus doesn't happen to have those macros defined....

8fa093da 07/24/2013 06:08 PM Guy Harris

Add a comment.

svn path=/trunk/; revision=50879

1cd5695e 07/24/2013 02:36 PM Guy Harris

If none of --with-gtk2, --with-gtk3, or --with-qt are specified, and
--disable-wireshark was not specified, build with GTK+ 3.

If any of --with-gtk2 or --with-qt are specified, and --with-gtk3 wasn't
specified, don't look for GTK+ 3 and don't build with it....