Commit Graph

10 Commits

Author SHA1 Message Date
Gerald Combs 97f7ed7dea Add a comment about using IFileOpenDialog and IFileSaveDialog on newer
versions of Windows.

svn path=/trunk/; revision=38777
2011-08-29 16:45:48 +00:00
Gerald Combs 5520a452b5 The MSDN page for ZeroMemory recommends using SecureZeroMemory instead,
so do so. Add ZeroMemory to checkAPIs.pl.

svn path=/trunk/; revision=38584
2011-08-17 16:54:24 +00:00
Chris Maynard 0eb0b8f1f3 Undo r37833 in favor of Sake's changes to be committed at some future date.
svn path=/trunk/; revision=37839
2011-06-30 01:05:49 +00:00
Chris Maynard 531a787d9c Based on user feedback from Sharkfest '11, make the default choice when saving or printing packets apply to only displayed packets and not all packets.
svn path=/trunk/; revision=37833
2011-06-29 16:31:44 +00:00
Guy Harris 0dc3cb15e3 Squelch yet another warning.
Use the ws_ "routines" (really #defines) for consistency.

svn path=/trunk/; revision=37449
2011-05-28 22:52:00 +00:00
Sake Blok ba086053c7 Add "File -> Export -> SSL Session Keys..." to be able to save the keyring info for each session in the trace file. This makes it possible to give someone the trace and the exported keys so that they can decrypt the traffic in the trace, but not new sessions to the same server.
(See also: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444)


svn path=/trunk/; revision=37446
2011-05-28 18:17:50 +00:00
Gerald Combs 7b254f46fb Fix some Visual C++ static analyzer complaints.
svn path=/trunk/; revision=35971
2011-02-17 01:11:05 +00:00
Bill Meier 6e9fdc3fe2 Remove an incorrect (uninformed) comment recently added my me.
svn path=/trunk/; revision=35101
2010-12-02 03:22:45 +00:00
Bill Meier 41da60a203 Windows 'File ! Save_As': Error popup if saving to name of open capture file and also
error popup if delete of existing file fails.

svn path=/trunk/; revision=35100
2010-12-02 01:38:50 +00:00
Stephen Fisher 587bd2724f Move native Win32 code to its own directory and out of gtk directory (hopefully without breaking any builds)
svn path=/trunk/; revision=35032
2010-11-26 19:16:06 +00:00