November 2017
Intermediate to advanced
226 pages
5h 59m
English
In Scapy, each packet is a collection of nested dictionaries, as Scapy uses Python dictionaries as the data structure for packets. Starting from the lowest layer, each layer will be a child dictionary of the parent layer. Also, each and every field inside the layer of a packet is a key value pair inside the dictionary for that layer. So, we can make changes in this field using the assignment operations.
Read now
Unlock full access