How to debug websockets with wireshark

前端 未结 3 596
别那么骄傲
别那么骄傲 2020-12-31 00:54

I have hosted my websocket server using python tornado server on localhost ws://localhost:8001 and client is on another system on 192.168.0

3条回答
  •  借酒劲吻你
    2020-12-31 01:07

    Finally i found it.

    When i put

    tcp.dstport == 8001 || tcp.srcport == 8001
    

    At that time i can capture it.

提交回复
热议问题