http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21694
User: gal
Date: 2007/05/06 08:15 AM
Log:
New U3 packaging tool to generate a UUID based on the Wireshark version string within the Wireshark namespace. The Wireshark namespace UUID is:
94630be0-e031-11db-974d-0002a5d5c51b
It is based upon the example code from RFC4122 and links against gcrypt.
Using this tool allows the U3 packaging UUID to be automatically changed for new versions as well as giving each buildbot version a different UUID.
Directory: /trunk/packaging/u3/tools/
Changes Path Action
+11 -0 README.txt Added
+39 -0 makefile.nmake Added
+160 -0 sysdep.c Added
+102 -0 sysdep.h Added
+104 -0 utest.c Added
+311 -0 uuid.c Added
+84 -0 uuid.h Added
Directory: /trunk/packaging/u3/win32/
Changes Path Action
+12 -2 makefile.nmake Modified
+1 -1 manifest.tmpl Modified