aboutsummaryrefslogtreecommitdiffstats
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37839 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when ↵cmaynard1-1/+1
saving or printing packets apply to only displayed packets and not all packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37833 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-28Squelch yet another warning.guy1-3/+7
Use the ws_ "routines" (really #defines) for consistency. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37449 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring ↵sake2-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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37446 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-17Fix some Visual C++ static analyzer complaints.gerald1-36/+36
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35971 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-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 ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35747 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-02Remove an incorrect (uninformed) comment recently added my me.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35101 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-02Windows 'File ! Save_As': Error popup if saving to name of open capture file ↵wmeier1-5/+47
and also error popup if delete of existing file fails. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35100 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-29Fix the checkapi target.morriss1-10/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35071 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-27Add svn:keywords & svn:eol-style properties.wmeier1-47/+47
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35039 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-26Move native Win32 code to its own directory and out of gtk directory ↵sfisher5-0/+2429
(hopefully without breaking any builds) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35032 f5534014-38df-0310-8fa8-9805f1628bb7