Switch to the "oooh shiny" splash image.
[obnox/wireshark/wip.git] / image / wiretap.rc.in
1 #include "winver.h"
2
3 VS_VERSION_INFO VERSIONINFO
4  FILEVERSION @RC_VERSION@
5  PRODUCTVERSION @RC_VERSION@
6  FILEFLAGSMASK 0x0L
7 #ifdef _DEBUG
8  FILEFLAGS 0x3L
9 #else
10  FILEFLAGS 0x2L
11 #endif
12  FILEOS 0x4L
13  FILETYPE 0x1L
14  FILESUBTYPE 0x0L
15 BEGIN
16     BLOCK "StringFileInfo"
17     BEGIN
18         BLOCK "040904b0"
19         BEGIN
20             VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0"
21             VALUE "FileDescription", "Wireshark capture file library\0"
22             VALUE "FileVersion", "@VERSION@\0"
23             VALUE "InternalName", "wiretap @VERSION@\0"
24             VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
25             VALUE "OriginalFilename", "wiretap-@VERSION@.dll\0"
26             VALUE "ProductName", "Wireshark\0"
27             VALUE "ProductVersion", "@VERSION@\0"
28         END
29     END
30     BLOCK "VarFileInfo"
31     BEGIN
32         VALUE "Translation", 0x409, 1200
33     END
34 END