Top "Packet" questions

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

iPhone and WireShark

How can I sniff packets from my iPhone on my network? can someone give me some instructions? I tried Googling, …

iphone packet packet-capture sniffing packet-sniffers
Capture incoming traffic in tcpdump

In tcpdump, how can I capture all incoming IP traffic destined to my machine? I don't care about my local …

capture packet traffic packet-capture tcpdump
Sending UDP Packet in C#

I have a game server (WoW). I want my players to download my custom patches to the game. I've done …

c# networking udp send packet
JavaScript WebSockets with UDP?

I'm writing a JavaScript Application that has to receive a huge amount of data from other users. It is not …

javascript tcp udp websocket packet
What is the size of udp packets if I send 0 payload data in c#?

I have figured out the maximum data before fragmentation between 2 endpoints using udp is 1472(other endpoints may vary). This states …

c# header udp packet udpclient
When will a TCP network packet be fragmented at the application layer?

When will a TCP packet be fragmented at the application layer? When a TCP packet is sent from an application, …

tcp network-programming packet
Sending and Receiving UDP packets

The following code sends a packet on port 15000: int port = 15000; UdpClient udp = new UdpClient(); //udp.EnableBroadcast = true; //This was suggested …

c# udp message broadcast packet
Does TCP send a SYN/ACK on every packet or only on the first connection?

I have a TCP server that listens for an incoming client, then sends it one packet of data every second. …

networking tcp udp client-server packet
Send/receive Packets with TCP sockets

Recently, I managed to create sockets on my PC and my Raspberry Pi to enable communication between both devices. Currently, …

python sockets tcp client-server packet
How to find the packet loss in Wireshark?

I need to test packet loss for an FTP application. I used the Wireshark packet sniffer, and I got TCP …

packet wireshark packet-capture