H Hylekmi macrumors regular Original poster Dec 8, 2010 101 0 Mar 18, 2012 #1 I have to find the initial get request packet number for a specific packet#(3035)How can i easily find that?
I have to find the initial get request packet number for a specific packet#(3035)How can i easily find that?
P pitt1717 macrumors 6502 Jul 13, 2007 306 37 Mar 18, 2012 #2 right click an choose follow tcp stream
H Hylekmi macrumors regular Original poster Dec 8, 2010 101 0 Mar 18, 2012 #3 pitt1717 said: right click an choose follow tcp stream Click to expand... But i need the actual packet number.
pitt1717 said: right click an choose follow tcp stream Click to expand... But i need the actual packet number.
P pitt1717 macrumors 6502 Jul 13, 2007 306 37 Mar 18, 2012 #4 ahhh misunderstood. you could use that method to neaten up the trace a bit. but you would have to look inside the packet and find the sequence number/acknowledgment number then do the math. seq number of the packet minus the bytes of the packet
ahhh misunderstood. you could use that method to neaten up the trace a bit. but you would have to look inside the packet and find the sequence number/acknowledgment number then do the math. seq number of the packet minus the bytes of the packet