Skip to content

DebugPackets

David edited this page Dec 10, 2017 · 1 revision

Author: Davnit / Pyro

Description: Displays a live packet capture of messages sent and received by the bot.

Commands: None

Notes:

  • The packet capture is in a separate window that can be access through the scripting menus.
  • Filters are supported through script modification.
    • Setting FilterMode filters by whitelist (1), blacklist (2), or by protocol (3). Set to 0 to disable filters.
    • Setting the Filters array controls what is filtered. For whitelist and blacklist, this is the packet ID. For protocol this is the short name of the protocol.
  • Unfortunately, due to the way the scripting menus are designed, the packet capture form is not available in debug mode (from the VB6 IDE). To access it in this mode, use the command: /exec Scripts("DebugPackets").PacketLogForm.Show
Clone this wiki locally