aboutsummaryrefslogtreecommitdiffstats
path: root/image/dumpcap.rc.in
AgeCommit message (Collapse)AuthorFilesLines
2018-10-10Windows: Make our program details more consistent.Gerald Combs1-1/+2
Use a single template file for most of our program resources. Encode our resource files as UTF-8. Add resources to extcap/*.exe. Replace a regex with concatenation. Change-Id: I0ed49086618127ca4fdef69272f849d8f16e4dab Reviewed-on: https://code.wireshark.org/review/30088 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice1-1/+1
CMake now generates local copies of .rc files for all the Windows components and uses the files in the build of the components. The .rc.in files that include an icon were modified to allow the icon path to be set by CMake. The path is removed for nmake builds. Updated build architecture detection, required for wireshark.manifest.in Change-Id: I7b1ff43050e9b0efb861d1041636fb4aef49a4f8 Reviewed-on: https://code.wireshark.org/review/6482 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2013-11-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9298 :Pascal Quantin1-0/+5
Update manifest file so as to identify Windows 8.1 properly (see http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx for details) Use manifest file to build tshark, rawshark and dumpcap svn path=/trunk/; revision=53024
2008-03-29Replace field values with constants, correcting some values.Jaap Keuter1-4/+4
Remove the pre-release flag from FILEFLAGS in the resource file. svn path=/trunk/; revision=24758
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-2/+2
instead of "0". svn path=/trunk/; revision=24376
2006-05-30Transform ethereal.ico to wireshark.ico. Update references accordingly.Gerald Combs1-1/+1
Change the name of the Windows package to "wireshark-setup-..." Other Ethereal -> Wireshark updates. We _really_ need a better Wireshark icon. svn path=/trunk/; revision=18253
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18197
2005-11-28first steps towards a separated capture tool, working title "dumpcap"Ulf Lamping1-0/+36
personal backup only, not meant for public testing! I've copied main.c into dumpcap.c and carved out all things not needed currently won't work as a command line tool, capture_loop.c wants an input pipe console output is also very ugly and the whole code needs a lot of further cleanup shouldn't break the unix build as I've only changed the nmake files so far, but who knows ... svn path=/trunk/; revision=16615