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

How can I watch LDAP traffic on port 389?

I use Charles Web Debugging Proxy to watch traffic on ports 80 / 443 for HTTP and HTTPS requests. With Mac OS X, …

debugging proxy ldap packet-sniffers sniffing
tcpdump vs tcpflow (or "why isn't tcpdump ASCII packet data human readable?")

I have used both, and I conclude that I can read html data from webpages with tcpflow but cannot do …

networking packet-capture packet-sniffers tcpdump
Simple Raw Packet Sniffer In Python

First, I'm a beginner in python. I developed a simple raw packet sniffer utilizing the PF_PACKET interface that operates …

python packet-sniffers sniffing
Packet capture app once started doesn't have internet connectivity for other apps anymore

I have installed packet capture on my android phone - Samsung Galaxy S7 edge running Android version 8.0. It is not …

android packet-capture packet-sniffers
Don't know why I'm getting Error Code 10022 (Invalid Argument) when setting socket options in my C# sniffer

I'm writing a packet sniffer as an exercise in learning .Net 4 socket development on in C#. My goal is to …

c# sockets packet-sniffers
c# - how to sniff packets in an app without relying on WinPCap?

BACKGROUND: I now understand how to write a C# application that can monitor packets going in/out of the network …

c# .net winpcap packet-sniffers sharppcap
Why Wireshark display filter does not show http packets?

When I use display filter for HTTP it shows only HTTP packets when HTTP message is on standard port i.…

http networking tcp wireshark packet-sniffers
Is there an API for Wireshark, to develop programs/plugins that interact with it/enhance it?

Googling didn't give me great results. Is there any sort of API for Wireshark that abstracts away from the main …

c++ python api wireshark packet-sniffers
Capture network traffic programmatically (no root)

I'm trying to find resources or library which could permit me to capture the traffic of all the network packets …

android network-programming android-networking packet-sniffers
scapy get packet's arrivals time

Is there a way to get the packet's arrivals time using scapy? Using scapy to read the pcap file and …

python packet-sniffers scapy