ChatTCP for IntelliJ IDEA

ChatTCP for IntelliJ IDEA

The ChatTCP IntelliJ IDEA plugin enables fast capture and inspection of TCP packets directly within your IDE, significantly improving the efficiency of troubleshooting microservice APIs.

Features

🔍

Real-time TCP packet capture and viewing

💬

Chat-style packet display (client/server conversation)

🔌

Decoding support only for HTTP/WebSocket protocols

📥

Export captured packets to PCAP files for further analysis

Requirements

macOS

# libpcap is usually pre-installed, if not: brew install libpcap

Linux (Ubuntu/Debian)

sudo apt-get install libpcap-dev

Linux (CentOS/RHEL)

sudo yum install libpcap-devel

Windows

Download and install Npcap:

https://npcap.com/

Usage Instructions

  1. Click the ChatTCP icon in the right toolbar
  2. Select a network interface (e.g., en0, eth0)
  3. Enter the TCP port to listen on (e.g., 8080, 3000)
  4. Click the "Start" button to begin capturing
  5. Select a connection to view from the connection list
  6. View all packets for that connection below