TCP Flow Monitor

The TCP Flow Monitor plugin provides an elegant way to see just the data and nothing else. Specify an interface to capture packets on, specify a filter in the form of address (or just port) and forget about packets! You will receive a clean log of data exchange reconstructed from the captured packets behind the scene - and in real time (no capture-first-re-create-conversation-later). The end result will look just like the one you see in TCP Connection plugin or TCP Listener plugin.

Capabilities

Required

Required for capturing network packets via Pcap.

Basic Setup

  1. In IO Ninja, click the “New Session” dropdown and select “TCP Flow Monitor”.
_images/tcp-flow-mon-new-session.png
  1. In the “Filter:” field, type a capture filter, e.g. “8080” (to capture traffic on port 8080).
_images/tcp-flow-mon-filter.png
  1. Select a network interface from “Device:”, e.g. “Adapter for loopback traffic capture”.
_images/tcp-flow-mon-device.png
  1. Click the “Capture” button to the right of the “Device:” drodown to start capturing traffic.
_images/tcp-flow-mon-capture.png
  1. Monitor TCP traffic captured according to your filter.
_images/tcp-flow-mon-analyze.png
  1. Adjust settings as needed via the “Settings” button (see “Settings” section below for details).

Settings

_images/tcp-flow-mon-settings.png
Setting Description Default
Device The device to capture.  
Promiscious mode Intercept and analyze all network traffic, not just the data specifically directed to it. False
Capture filter Term to filter with when capturing packets.  
View filter Term to filter with when displaying packets.  
IP fragment limit The maximum number of IP fragments. 8
IP fragment timeout (ms) The maximum delay between IP fragments. 10000
TCP out-of-seq limit Maximum number of out-of-order TCP segments. 8
Snapshot size Pcap (packet capture) snapshot size. 65536
Kernel buffer size Pcap (packet capture) kernel buffer size. 0
RX buffer size (B) The full size of the incoming data (RX) buffer. Affects read throughput. 1048576
RX buffer full notifications Toggle warnings in log about the incoming data (RX) buffer getting full. False