QuestionQ9
Packet Analysis with PythonThe variable traffic holds a Scapy packet list. A programmer executes the following command:
p1 = traffic[1]
Which option describes the contents of p1 with respect to the traffic packet list?
- A All Ethernet layer frames
- B The contents of the second packet
- C TCP streams with a session ID of 1
- D The data stored from the first byte onward
Community Discussion