First Exercise
- How many packets were captured in this trace file?
- 2186
- What protocol does packet number 8 contain? (The highest-layer protocol)
- HTTP
- If you just installed Wireshark for the first time, what is the name of the profile you are using? (bottom right corner)
- Default
- Look at packet number one - what is the source IP address in this packet?]
- 192.168.56.102
- What is the source TCP port in this same packet?
- 39294
- What TCP flag is set in this packet?
- SYN
- What is the frame number of the next packet in this TCP conversation?
- 6 (for Wireshark)
- 0 (for relative sequence number)
- 1949477806 for the raw sequence number
- Can you set a filter for this TCP conversation? How many packets do you get?
- Yes
- To set a conversation filter, right-click the packet, select conversation filter from the list, and choose TCP to indicate you want to only select this TCP conversation
- Could also do by Ethernet or IPv4
- 51 packets displayed