DEV Community

MuhammadSaeedSaad
MuhammadSaeedSaad

Posted on

How to use python objects like java-script dictionaries.

hey!

I am using scapy module and i am kinda new to python.

please tell me what i should override to access the instance variables like this in python:

TCP_Layer = scapy_packet[scapy.TCP]

Top comments (0)