Category "pcap"

How to read TCP protocol data in a saved pcap file using scapy?

I am trying to read a Pcap file using scapy from scapy.all import * logfile = rdpcap('./Pcap/112400.pcap') print(logfile) output pcap: TCP:0 UDP:0 ICMP:0 Ot

How to find ping/keepalive being sent in okhttp websockets

I'm creating a secured websocket connection between my server using okhttp library. But my websocket connections keep getting closed after 3 minutes. So I added