In "Follow TCP Stream" for http what is the numeric identifier after the 1.1.1.1 as shown below. The destination port I am using is 9999 not 96.
asked 10 Feb '14, 12:47 r24481 edited 11 Feb '14, 00:41 SYN-bit ♦♦ |
2 Answers:
That's the port you entered in the URL, like http://1.1.1.1:9000/, at least it should be the port. What is the port in the TCP header? Regards answered 10 Feb '14, 13:21 Kurt Knochner ♦ |
The browser will split
Where did you capture the traffic? On the client with the browser? At the server? Or somewhere in between? Some devices might alter the headers on purpose, think of load-balancers, reverse-proxies, etc. Are there any such devices in your network between the client and the server? Move your capture point from client to server and see where the request has been altered (assuming it leaves the client with the header answered 11 Feb '14, 01:47 SYN-bit ♦♦ |
The URL I am using is http://1.1.1.1:9999 and the trace shows I am using destination port 9999. I only see 96 when looking at the stream and it appears to remain as 96 on subsequent captures.
Can you please post a sample capture file somewhere (Google drive, dropbox, cloudshark.org)
BTW: is that a request of a real browser (old Firefox) or another tool (script) that uses that User-Agent: header?