How to debug websockets with wireshark

前端 未结 3 594
别那么骄傲
别那么骄傲 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:10

    Check the syntax for filters, in your case, it should be tcp port 8001.

    Step by step:

    1. Capture options
    2. Select the network interface
    3. Fill the filed next to the button "Capture Filter:" with tcp port 8001
    4. Start

提交回复
热议问题