nerdexam
GIAC

GPYC · Question #55

Variable "traffic" contains a Scapy packet list. A programmer runs the following command: p1=traffic[1] Which of the following describes the contents of p1, with respect to the "traffic" packet list?

The correct answer is A. All Ethernet layer frames. You've hit your limit · resets 1pm (America/New_York)

Advanced Python for Security Automation

Question

Variable "traffic" contains a Scapy packet list. A programmer runs the following command: p1=traffic[1] Which of the following describes the contents of p1, with respect to the "traffic" packet list?

Options

  • AAll Ethernet layer frames
  • BThe contents of the second packet
  • CTCP streams with a session ID of 1
  • DThe data stored from the first byte onward

How the community answered

(28 responses)
  • A
    75% (21)
  • B
    14% (4)
  • C
    4% (1)
  • D
    7% (2)

Explanation

You've hit your limit · resets 1pm (America/New_York)

Topics

#Scapy#packet list indexing#network analysis#packet capture

Community Discussion

No community discussion yet for this question.

Full GPYC Practice