Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using the Scapy module to perform various queries on a packet capture. How to find out how many ICMP Echo requests/replies did this node receive

Using the Scapy module to perform various "queries" on a packet capture.

How to find out how many ICMP Echo requests/replies did this node receive from 192.168.200.1 using a pcap file.

from scapy.all import *
packets = rdpcap('example.pcap')

packets[ICMP].summary()


Step by Step Solution

3.40 Rating (159 Votes )

There are 3 Steps involved in it

Step: 1

SOlution IC MP de stination unreacha... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Successful Project Management

Authors: Jack Gido, Jim Clements

4th Edition

9780324656152, 324656130, 978-0324656138

More Books

Students also viewed these Mathematics questions

Question

How is the Annual Percentage Rates ( APR ) for bonds calculated?

Answered: 1 week ago