Microsoft Internet Security and Acceleration Server 2000 |
The DbgDump sample filter registers for notifications on all possible events and installs data filters on all connections. The filter outputs information about the events to the debugger.
To view the output, attach a debugger to the fwsrv.exe process. You can also view the output by using the DBWIN or DBMON utilities.
Note that because the filter dumps each buffer to the debugger, the Firewall service will experience a considerable slow down and may experience time-outs, even under a moderate load.
The DbgDump sample uses the following methods:
IFWXConnection::AttachDataFilter
IFWXIOBuffer::GetBufferAndSize
IFWXIOCompletion::CompleteAsyncIO
IFWXSession::GetClientMachineName
IFWXSessionFilter::FirewallEventHandler
IFWXFilterAdmin::InstallFilter
IFWXFilterAdmin::UninstallFilter
IFWXFirewall::DuplicateFilterHookEvents