http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19046
User: gal
Date: 2006/08/26 05:55 PM
Log:
U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device.
For more details see packaging/u3/win32/README.txt
Directory: /trunk/epan/
Changes Path Action
+73 -41 filesystem.c Modified
+1 -0 libwireshark.def Modified
Directory: /trunk/gtk/
Changes Path Action
+1 -0 Makefile.common Modified
+20 -1 file_dlg.c Modified
+8 -0 main.c Modified
+102 -0 u3.c Added
+27 -0 u3.h Added
Directory: /trunk/packaging/u3/win32/
Changes Path Action
+26 -0 README.txt Added
+308 -0 makefile.nmake Added
+17 -0 manifest.tmpl Added
+292 -0 u3util.c Added