Skip to content

ChatTCP Personalization Configuration

ChatTCP extracts some personalized needs into independent configuration items, which you can modify according to your personal requirements.

ChatTCP setting

Use relative sequence number

The sequence number defaults to showing the real value, but since the real value does not start from 0, it does not conform to human reading habits. Therefore, ChatTCP provides this configuration item, allowing you to configure the use of relative sequence numbers.

Not using relative sequence numbers: use real seq number

Using relative sequence numbers: use relative seq number

Show connection status

You can configure whether to display the TCP Connection Status.

Displaying TCP connection status: show tcp conn status

Not displaying TCP connection status: hidden tcp conn status

Chat note display enable

Displaying Notes can help you understand data packets. This feature is particularly useful when you are not very familiar with the TCP. However, once you become proficient with the TCP, this feature may seem redundant.

Show notes: chat note show enable

Do not show notes: chat note show disable

Threshold for auto fold payload

When the Payload is too long, it can cause UI rendering lag. Therefore, if the Payload is too long, it will be folded and only displayed when clicked. The default threshold is 1024 bytes, and when the Payload exceeds this threshold, it will be folded.

When folded: auto fold too long payload

You can modify this threshold.

Chat payload display style

ChatTCP automatically recognizes the correct application layer protocol to decode the TCP packet's Payload. If decoding is successful, it will determine how to display the decoded data based on this configuration item.

Structure Priority (Default)

If supported, the decoded data will be mapped to the corresponding application layer protocol's data structure view for display.

For example: chat payload display style simple

Simple Priority

If supported, only the application layer protocol's Payload will be displayed.

For example, the WebSocket protocol only displays the frame's Payload: chat payload display style simple