http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49216
User: martink
Date: 2013/05/09 07:58 AM
Log:
Copy over revisions from the trunk
------------------------------------------------------------------------
r49215 | martink | 2013-05-09 16:41:54 +0200 (Thu, 09 May 2013) | 12 lines
From Jeroen Roovers
call PKG_PROG_PKG_CONFIG explicitly in configure.ac
AC_REQUIRE(PKG_PROG_PKG_CONFIG) may be expanded only under an if
statement that's not true and thus PKG_PROG_PKG_CONFIG will never be
called.
./configure --without-gnutls --with-libnl demonstrates the problem
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8634
------------------------------------------------------------------------
r49213 | martink | 2013-05-09 13:40:14 +0200 (Thu, 09 May 2013) | 4 lines
Coverity 1011110: Unused pointer value
remove the whole unused subtree
------------------------------------------------------------------------
r49210 | martink | 2013-05-08 22:27:31 +0200 (Wed, 08 May 2013) | 5 lines
From Christian Svensson
use correct Fibre Channel EOFs according to the FC-FS-3 specification
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8636
Directory: /trunk-1.10/epan/dissectors/
Changes Path Action
+18 -14 packet-fc.c Modified
+0 -1 packet-megaco.c Modified
Directory: /trunk-1.10/
Changes Path Action
+10 -0 configure.ac Modified