Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19046: /trunk/ /trunk/epan/: filesystem.c libwireshark.d

Date: Sat, 26 Aug 2006 17:55:23 GMT
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