Leaked source code of windows server 2003
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

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "resource.h"
  4. #define VER_FILETYPE VFT_DLL
  5. #define VER_FILESUBTYPE VFT2_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Microsoft IIS Plugin DLL"
  7. #define VER_INTERNALNAME_STR "IISLOG.DLL"
  8. #define VER_ORIGINALFILENAME_STR "IISLOG.DLL"
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // String Table
  12. //
  13. STRINGTABLE DISCARDABLE
  14. BEGIN
  15. IDS_DATE "Date"
  16. IDS_TIME "Time"
  17. IDS_EXTENDED_PROP "Extended Properties"
  18. IDS_CLIENT_IP_ADDRESS "Client IP Address"
  19. IDS_USER_NAME "User Name"
  20. IDS_SERVICE_NAME "Service Name"
  21. IDS_SERVER_NAME "Server Name"
  22. IDS_SERVER_IP "Server IP Address"
  23. IDS_SERVER_PORT "Server Port"
  24. IDS_METHOD "Method"
  25. IDS_URI_STEM "URI Stem"
  26. IDS_URI_QUERY "URI Query"
  27. IDS_HTTP_STATUS "Protocol Status"
  28. IDS_WIN32_STATUS "Win32 Status"
  29. IDS_BYTES_SENT "Bytes Sent"
  30. IDS_BYTES_RECEIVED "Bytes Received"
  31. IDS_TIME_TAKEN "Time Taken"
  32. IDS_PROTOCOL_VERSION "Protocol Version"
  33. IDS_USER_AGENT "User Agent"
  34. IDS_COOKIE "Cookie"
  35. IDS_REFERER "Referer"
  36. IDS_HOST "Host"
  37. IDS_HTTP_SUB_STATUS "Protocol Substatus"
  38. END
  39. #include "iisver.h"
  40. #include "common.ver"