vinay s
vinay s

Reputation: 1

Python libraries for protocol dissection

I am new to computer networking field.i don't have any idea regarding protocol dissector.But i wanted to create protocol dissector using python.since i know python language, if you mention the library that is used in python to create protocol dissection it would be very helpful.

Upvotes: 0

Views: 680

Answers (1)

shader
shader

Reputation: 841

One library you could look at is Scapy:

Scapy is a Python program that enables the user to send, sniff and dissect and forge network packets. This capability allows construction of tools that can probe, scan or attack networks.

Upvotes: 2

Related Questions