python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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 Data.
I need to remove the Link layer fr...
Prisacari Dmitrii
Votes: 0
Answers: 1
get hash of downloaded file in pcap capture with pyshark
I would like to get the sha256 digest of the downloaded files that result from a pcap capture file (files that the user downloaded during wireshark packets capture).
This is the pcap I'm using: https:...
Pietro Lodi Rizzini
Votes: 0
Answers: 1
LibPCap pcap_loop() does not return any packets
I have problem with my C program, everything is fine until I start capturing packets. It should log, but the handler void in pcap_loop() isn't. Also I have another problem with the input in fgets on l...
Atsukoro
Votes: 0
Answers: 1