cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1981
Views
0
Helpful
5
Replies

Track a packet in source & destination end sniffer captures

samarjitdas
Level 1
Level 1

Hi

I have taken sniffer capture at both  ends(source & destination) of communication but how can I track a single  packet from both sides of capture. Is there any unique #  tagged into the packet  from which it can be identified that this is the packet reaching the destination  side capture which was sent by source.

Regards,

Samarjit Das   

2 Accepted Solutions

Accepted Solutions

Hi Samarjit,

Try with the IP Identification

Cesar R

--------------------- Cesar R ANS Team

View solution in original post

Agree with Cesar, IP ID should not be changed by any intermidiate network device, the wireshark filter is

ip.id == 0x6b04, where 0x6b04 is the packet ID, you can find it under Layer 3 header.

View solution in original post

5 Replies 5

Collin Clark
VIP Alumni
VIP Alumni

There is. Look at the TCP Sequence #.

I believe wireshark converts all real Seq #  and ACK Numbers of packet  into relative numbers.Instead of displaying the real seq and Ack # in  the display, Wireshark will display a seq and ack number relative to the first  seen segment for that conversation. Hence always seq & ack # starts with 0.

If sniffer trace at both ends of conversation started and there would be a slight gap of start time in both ends, there  won't have any option to find out how a packet will be represented in destination end.

Hi Samarjit,

Try with the IP Identification

Cesar R

--------------------- Cesar R ANS Team

Agree with Cesar, IP ID should not be changed by any intermidiate network device, the wireshark filter is

ip.id == 0x6b04, where 0x6b04 is the packet ID, you can find it under Layer 3 header.

Hi Cesar.

Thanks for your valuable response. I checked with ip.identification and really same packet can be identified at both sides..

Review Cisco Networking for a $25 gift card