First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Unique id of a packet?

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?

ismaeel_ali's avatar
1
ismaeel_ali
asked 2019-11-12 18:55:13 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

bluewolf1984's avatar
1
bluewolf1984
answered 2019-11-13 18:24:55 +0000
edit flag offensive 0 remove flag delete link

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's avatar ismaeel_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's avatar yash.rohilla (2019-11-26 15:34:22 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer