aboutsummaryrefslogtreecommitdiffstats
path: root/image/rawshark.rc.in
AgeCommit message (Collapse)AuthorFilesLines
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
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs1-0/+36
a list of fields, prints the field values found in each packet. Packet data can be specified as a libpcap DLT, e.g. "EN10MB" or an upper-layer protocol, e.g. "http". svn path=/trunk/; revision=24339