Top "Packet" questions

A packet is one unit of binary data capable of being routed through a computer network.

how can I dump only outgoing IP packets in tcpdump?

I'm dumping outgoing traffic. I only want TCP and UDP packets destined outside my LAN, nothing else. I just used …

ip packet packet-capture tcpdump arp
Follow tcp stream - Where does field "Stream index" come from?

Wireshark has a that feature called "follow tcp stream", under the menu item "Analyze". When I use it, a screen …

packet wireshark packet-capture
Is there a Windows tool for capture and playback of modified UDP packets?

I'm looking for a tool (or a set of tools) for Windows that will perform the following: Capture UDP packets …

windows udp packet packet-capture
How should I mark the end of a TCP packet?

In a client/server application were text data of varying length will be sent back and forth between the client …

tcp packet
get packet size in scapy / python

In Scapy (or even just Python, for that sake), how do I get the size in bytes of a given …

python size packet scapy
how to calculate end-to-end delay in this scenario

Here is my question: We wish to send a message of size 150,000 bytes over the network. There are four hops, …

networking packet end-to-end
Android VpnService to capture packets won't capture packets

I been searching for my answer for a couple of hours now and I can't figure it out. Please help. …

android capture packet
How can I send a simple HTTP request with a lwIP stack?

Please move/close this if the question isn't relevant. Core: Cortex-M4 Microprocessor: TI TM4C1294NCPDT. IP Stack: lwIP 1.4.1 I …

http ip embedded packet lwip
Send Raw IP packet in C#, everything above the ethernet layer

I don't want to modify the ethernet portions of the frame, but I need to modify the IP packet and …

c# ip packet spoofing
Bluetooth Low Energy - updating a characteristic value repeatedly

Follow-Up question on Electrical Engineering Stackexchange I want to write the value of a Bluetooth Low Energy characteristic repeatedly in …

ios performance bluetooth packet bluetooth-lowenergy