Ask Your Question
0

Unique id of a packet?

asked 2019-11-12 18:55:13 +0000

ismaeel_ali gravatar image

been given the task of analysing a packet, and our last question is to find out what the unique id of the posted data is in this packet. Where would i find a unique id?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-11-13 18:24:55 +0000

bluewolf1984 gravatar image

Ip identification field in the ip header can be used to uniquely identify the packet. This number is not globally unique however you can use this to track a packet in different packet captures file.

For example if you want to verify if one packet left from one pc and reached another. Take pcap on both pc and filter with the ip.id of the specific packet that you are looking for on both pcaps

edit flag offensive delete link more

Comments

thanks but i typed that in as an answer and it isn't correct? The exact question is "What is the unique ID that was assigned to the submitted data?"... i am confused

ismaeel_ali gravatar imageismaeel_ali ( 2019-11-14 10:44:21 +0000 )edit

It sounds like they are looking for analysis of the payload data which should contain a unique id. Perhaps you should clarify the question with your professor.

yash.rohilla gravatar imageyash.rohilla ( 2019-11-26 15:34:22 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 2019-11-12 18:55:13 +0000

Seen: 6,521 times

Last updated: Nov 13 '19