Wireshark-commits: [Wireshark-commits] rev 20417: /trunk/gtk/ /trunk/gtk/: menu.c recent.c u3.c u3.

Date: Sat, 13 Jan 2007 16:06:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20417

User: gal
Date: 2007/01/13 04:06 PM

Log:
 U3 support for "recent" files.
 
 When the "recent" file is written, any references to files on the U3 device itself are modified to have the drive replace with "$U3_DEVICE_PATH". Similarly, when the recent file is read, "$U3_DEVICE_PATH" is replaced with the current U3 device path.
 
 This ensures that if/when the U3 device path changes when inserting it into different machines, recent captures on the U3 device itself can still be opened from the recent menu.

Directory: /trunk/gtk/
  Changes    Path          Action
  +4 -0      menu.c        Modified
  +14 -3     recent.c      Modified
  +65 -0     u3.c          Modified
  +4 -0      u3.h          Modified