http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25687
User: gerald
Date: 2008/07/09 11:32 AM
Log:
Make sure epan/privileges.c is in WTAP_PLUGIN_SOURCES no matter what. Copy over
revisions from the trunk:
------------------------------------------------------------------------
r24852 | morriss | 2008-04-08 15:03:42 -0700 (Tue, 08 Apr 2008) | 1 line
Changed paths:
M /trunk/packaging/svr4/checkinstall.in
Make the SVR4 package checkinstall script work with GTK1 or GTK2 (previously it only worked with GTK1). This version should go into the 1.0 trunk.
------------------------------------------------------------------------
r25343 | wmeier | 2008-05-21 09:53:07 -0700 (Wed, 21 May 2008) | 2 lines
Changed paths:
M /trunk/epan/reassemble.c
Fix for bug #2470; (don't memcmp past end of g_malloc'd buffer).
------------------------------------------------------------------------
r25666 | morriss | 2008-07-03 08:57:34 -0700 (Thu, 03 Jul 2008) | 8 lines
Changed paths:
M /trunk/configure.in
packet-pkcs12-template.c uses the libgcrypt symbol GCRY_CIPHER_RFC2268_40
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 .
------------------------------------------------------------------------
r25331 | ulfl | 2008-05-20 14:57:14 -0700 (Tue, 20 May 2008) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-ipv6.h
the define INET6_ADDRSTRLEN makes trouble with Microsoft Platform SDK: ws2tcpip.h and is used nowhere (with the exception of to_str.c which has it's own definition)
comment out this definition
If I made a mistake and it's really used somewhere, we could add #ifndef INET6_ADDRSTRLEN as it's done in to_str.c
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+2 -1 packet-ipv6.h Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+11 -291 release-notes.xml Modified
Directory: /trunk-1.0/epan/
Changes Path Action
+22 -13 reassemble.c Modified
Directory: /trunk-1.0/packaging/svr4/
Changes Path Action
+58 -36 checkinstall.in Modified
Directory: /trunk-1.0/
Changes Path Action
+1 -1 Makefile.am Modified
+2 -0 Makefile.common Modified
+1 -1 configure.in Modified