aboutsummaryrefslogtreecommitdiffstats
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05From Sake Blok and Michael Mann:Anders Broman1-0/+4
Change "File -> Save As" to only save the displayed frames by default. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6192 svn path=/trunk/; revision=39264
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 svn path=/trunk/; revision=39081
2011-08-29Add a comment about using IFileOpenDialog and IFileSaveDialog on newerGerald Combs1-0/+6
versions of Windows. svn path=/trunk/; revision=38777
2011-08-17The MSDN page for ZeroMemory recommends using SecureZeroMemory instead,Gerald Combs1-9/+8
so do so. Add ZeroMemory to checkAPIs.pl. svn path=/trunk/; revision=38584
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.Chris Maynard1-1/+1
svn path=/trunk/; revision=37839
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when ↵Chris Maynard1-1/+1
saving or printing packets apply to only displayed packets and not all packets. svn path=/trunk/; revision=37833
2011-05-28Squelch yet another warning.Guy Harris1-3/+7
Use the ws_ "routines" (really #defines) for consistency. svn path=/trunk/; revision=37449
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring ↵Sake Blok2-0/+144
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-02-17Fix some Visual C++ static analyzer complaints.Gerald Combs1-36/+36
svn path=/trunk/; revision=35971
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-5/+4
- Define macros for certain CFLAGS in config.nmake iso of having defs in each makefile; a. -DHAVE_CONFIG_H and -D_U_="" are now part of a macro named STANDARD_CFLAGS; b. -WX has been replaced by WARNINGS_ARE_ERRORS (defined as -WX in config.nmake) (This allows disabling "Warnings as Errors" by just changing config.nmake) c. CVARSDLL definitions (not usage) have been removed from the various makefiles. XXX: It appears the usage of CVARSDLL can also be removed (not yet done) since: -DWIN32 and -DNULL=0 do not appear to be needed (any more); -D_MT and _D_DLL are not needed since /MP causes these definitions. d. Define a macro WARNINGS_CFLAGS with additional specific compiler (level4) warnings to be enabled. E.G., 4295: array is too small to include a terminating null character - config.nmake: reformat some long lines for readability; - plugins\Makefile.nmake: clean-deps does nothing: remove it (and usage in top-level makefile); - dissectors/Makefile.nmake: test to enable packet-rrc.obj target needs to include MSVC2010 ... svn path=/trunk/; revision=35747
2010-12-02Remove an incorrect (uninformed) comment recently added my me.Bill Meier1-1/+1
svn path=/trunk/; revision=35101
2010-12-02Windows 'File ! Save_As': Error popup if saving to name of open capture file ↵Bill Meier1-5/+47
and also error popup if delete of existing file fails. svn path=/trunk/; revision=35100
2010-11-29Fix the checkapi target.Jeff Morriss1-10/+4
svn path=/trunk/; revision=35071
2010-11-27Add svn:keywords & svn:eol-style properties.Bill Meier1-47/+47
svn path=/trunk/; revision=35039
2010-11-26Move native Win32 code to its own directory and out of gtk directory ↵Stephen Fisher5-0/+2429
(hopefully without breaking any builds) svn path=/trunk/; revision=35032