Skip to main content

All Questions

Tagged with
1 vote
0 answers
123 views

Why is TCP connection on Windows machines, retransmitting after receiving a correct ACK from HTTP server

Using two different Windows laptops, one with Win 7 and the other Win 11, I'm trying to connect to the HTTP GUI of a device (cell phone booster) that's connected directly to my laptop through an ...
Frank's user avatar
  • 139
0 votes
0 answers
2k views

TCP Retransmission (TCP Port numbers reused) issues

I developed a web server and this is running on GKE. Whenever I send any request to this server from my local pc, it occurs TCP retransmission. Following is captured packets with Wireshark. The red ...
Ellisein's user avatar
  • 111
0 votes
0 answers
363 views

How to show a HTTP stream from VLC Player in Wireshark?

I just set up a HTTP stream of a video between my Server and Client system using the VLC media player (using the command line). Both the systems run Ubuntu 20.04 vlc -vvv <path to video file> --...
jjulianf's user avatar
0 votes
1 answer
2k views

tcp session - http request [ x out of y] in wireshark capture

As below, i am seeing this [HTTP request 1/2] and [HTTP request 2/2] in 2 separate payload, are they separate GET request in a single tcp session or are they the same GET request ??? ==== Added full ...
Noob's user avatar
  • 1,625
-1 votes
1 answer
71 views

Wireshark - what happened?

This Wireshark issue has been driving my crazy for a few hours. What's happening here? 192.168.2.100 is an Apache server that is serving a static file. 192.168.2.196 is an embedded client ...
Shanee Vanstone's user avatar
0 votes
1 answer
85 views

HTTP Post: File upload occurring prior to HTTP POST

Note: My apologies if this is the wrong site for this topic. This question was directed to Super User from Network Engineering I'm following along the UMass Wireshark Labs, in particular, the one on ...
Alexander's user avatar
  • 374
0 votes
1 answer
49 views

"Follow TCP stream" inserts extra line breaks and strings like "2000" "a7c" "0" (chunking?), how to hide that?

I often use "Follow TCP stream", very convenient to see the whole client/server conversation. PROBLEM: Some strange characters (that are not in the real packets) are shown. Maybe due to HTTP chunking?...
Nicolas Raoul's user avatar
1 vote
1 answer
615 views

Configure Wireshark to capture any packages between host machine, and guest (VM)

I'm new to this whole Wireshark thing. I have a VM running inside my local Mac via VMWare Fusion. VM IP Address : 172.16.139.129 Mac IP Address : 10.0.0.4 I want to capture http connection between ...
code-8's user avatar
  • 444