Category "pcap"

Go: How to remove data link layer from a packet?

I am using the gopacket library, and I read packets from the wire. Right now, all packets I read contain four layers: Link, Network, Transport, and Application

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