-
HTTP_trace: 实时捕获并解码HTTP和WebSocket数据包
资源介绍
示例/ http_trace
这是一个方便的程序,可解码HTTP和WebSocket通信。 它使用node_pcap 。 通过以下方式安装:
npm install http_trace
用法http_trace [options]
Capture options:
-i interface name for capture (def: first with an addr)
-f packet filter in pcap-filter(7) syntax (def: all TCP packets)
-b size in MB to buffer between libpcap and app (def: 10)
HTTP