Python Forum
Scapy Basics - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Scapy Basics (/thread-40795.html)



Scapy Basics - Shivi - Sep-25-2023

Hello
I am new to Scapy and I am trying to play around with CAN and CANSocket in Scapy.
I want to extend CAN to CANXL. I do not know if this is possible and what all is required for the extension.

1. For creating a CAN XL frame structure, Shall I define it as a layer using Class structure?
2. If I create CAN XL frame and want to send data, do I need to do some changes in the CANSocket?
3. If I want to see the frames in Wireshark, how does wireshark interpret the CANXL frame? As CAN is defined in Wireshark but CAN XL is not.