Top "Packet-sniffers" questions

A software or a piece of computer hardware that can intercept and log traffic passing over a digital network or part of a network

sniff traffic on a particular port using scapy

Ok so I have client and a server code. The server code looks like this : import socket import sys HOST = …

python sockets scapy packet-sniffers
How to sniff http requests

I want to sniff a local HTTP request to an ASP.NET web application. Is telnet an option? How do …

asp.net http packet-sniffers
How to capture network packet in Android without using any root permissions

I want to capture network data packets on android app. Do you have any suggestions or source code to help …

android capture packet-capture packet-sniffers
How to decode and play back rtp captured packets using Wireshark?

I have captured packets of RTP in Wireshark The captured packets are of .mp3, and now how should I decode …

wireshark rtp packet-capture packet-sniffers decoder
How to parse TCP packet payload

I'm using pcap to capture TCP packets for which I would like to parse the payload. My strategy is as …

c++ c tcp pcap packet-sniffers
Packet Sniffing using Raw Sockets in Linux in C

I need to write a packet sniffer in Linux that detects HTTPS packet that are sent and save the url …

linux network-programming network-protocols packet-sniffers sniffing
Understanding Tcpdump filter & bit-masking

I am trying to sniff the http headers by using tcpdump. This filter works well but I can't understand it …

linux networking packet-sniffers tcpdump sniffing
when is the push flag set in tcp segment

i asked this previous question here: tcp two sides trying to connect simultaneously i tried the method given in the …

tcp linux-kernel packet-sniffers
Packet sniffer in python using pcapy impacket

I'm trying to create a packet sniffer using pcapy and impacket. I'm stuck with data extraction phase. Unfortunately impacket is …

python packet-sniffers impacket pcapy
pcap_loop and pcap_dispatch Difference

What exactly is the difference between pcap_loop and pcap_dispatch?

networking wireshark libpcap packet-sniffers sniffing