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.

47 lines
1.3 KiB

  1. [Async]
  2. ; HeartRate is the number of milliseconds between heartbeats when running
  3. ; in Async mode. EventsPerHeartbeat is the number of packets to log per
  4. ; heartbeat when running in Async mode. Set "Enabled" to TRUE to log
  5. ; packets based upon a heartbeat, asynchronous to the comm layer being
  6. ; monitored. Set "Enabled" to FALSE to log packets synchronously -- packets
  7. ; are logged when they are sent.
  8. HeartRate=1000
  9. EventsPerHeartbeat=1000
  10. Enabled=TRUE
  11. [Event Logging]
  12. ; Set "Enabled" to TRUE to log packets. Set it to FALSE to disable all
  13. ; logging functions.
  14. Enabled=TRUE
  15. LogFile=c:\tmp\log.txt
  16. RawFile=c:\tmp\rawfile.bin
  17. [Event Categories]
  18. ; List all event categories here. Set each to 1 to log packets of that
  19. ; type, or 0 to not log events of that type.
  20. Binary_Category=1
  21. String_Category=1
  22. [PConfig]
  23. Logger1=Q931LOG.DLL
  24. Logger2=H245LOG.DLL
  25. Logger3=RTPLOG.DLL
  26. Logger4=RTPRWLG.DLL
  27. Logger5=RTCPRWLG.DLL
  28. Logger6=H245RWLG.DLL
  29. Logger7=Q931RWLG.DLL
  30. Logger8=RASLOG.DLL
  31. [Protocol Modules]
  32. ; List the specific protocol logging DLLs here which are to be used. The
  33. ; index of the "Protocol<Index>" string must start with 1 and increase
  34. ; sequentially.
  35. Protocol1=RTPLOG.DLL
  36. Protocol2=H245LOG.DLL
  37. Protocol3=Q931LOG.DLL
  38. ; Last line
  39. [PBrowser]
  40. LastFileOpened=
  41. OnlineHeartbeat=1000