NDIS Sample Tool Netlogctl (Compact 2013)

3/26/2014

Netlogctl (Netlogctl.exe) is a sample command-line tool that controls Netlog. For more information, see Netlog.

        
        command | options type

Arguments

  • command
    Specifies the command to perform. The following table shows the available commands.

    Value

    Description

    load

    Loads Netlog.

    start

    Starts the Netlog process of logging network traffic.

    stop

    Stops Netlog from logging network traffic.

    unload

    Unloads Netlog.

  • options
    Specifies the option to perform. The following table shows the available options.

    Value

    Description

    pkt_size

    Sets maximum packet size captured, in bytes. This option should only be run after you have called load and stop.

    cap_size

    Sets the maximum size of Netlog0.cap or Netlog1.cap, in bytes. This option should only be run after you have called load and stop.

    file

    Specifies the name of the file to which the traffic information is saved. This option should only be run after you have called load and stop. You can use this option to log network traffic directly to your release directory.

See Also

Reference

NDIS Packet Capturing Reference
NDIS Sample Tool Netlog