You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.5 KiB
46 lines
1.5 KiB
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#include "resource.h"
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft IIS Plugin DLL"
|
|
#define VER_INTERNALNAME_STR "IISLOG.DLL"
|
|
#define VER_ORIGINALFILENAME_STR "IISLOG.DLL"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DATE "Date"
|
|
IDS_TIME "Time"
|
|
IDS_EXTENDED_PROP "Extended Properties"
|
|
IDS_CLIENT_IP_ADDRESS "Client IP Address"
|
|
IDS_USER_NAME "User Name"
|
|
IDS_SERVICE_NAME "Service Name"
|
|
IDS_SERVER_NAME "Server Name"
|
|
IDS_SERVER_IP "Server IP Address"
|
|
IDS_SERVER_PORT "Server Port"
|
|
IDS_METHOD "Method"
|
|
IDS_URI_STEM "URI Stem"
|
|
IDS_URI_QUERY "URI Query"
|
|
IDS_HTTP_STATUS "Protocol Status"
|
|
IDS_WIN32_STATUS "Win32 Status"
|
|
IDS_BYTES_SENT "Bytes Sent"
|
|
IDS_BYTES_RECEIVED "Bytes Received"
|
|
IDS_TIME_TAKEN "Time Taken"
|
|
IDS_PROTOCOL_VERSION "Protocol Version"
|
|
IDS_USER_AGENT "User Agent"
|
|
IDS_COOKIE "Cookie"
|
|
IDS_REFERER "Referer"
|
|
IDS_HOST "Host"
|
|
IDS_HTTP_SUB_STATUS "Protocol Substatus"
|
|
END
|
|
|
|
#include "iisver.h"
|
|
#include "common.ver"
|
|
|