summaryrefslogtreecommitdiff
path: root/image/rawshark.rc.in
AgeCommit message (Collapse)AuthorFilesLines
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