Skip to content

Commit a5b8d37

Browse files
committed
Initial CBOR codec classes and functions to support #4874 and initial BPv7 packets
1 parent 3255441 commit a5b8d37

File tree

7 files changed

+1911
-0
lines changed

7 files changed

+1911
-0
lines changed

scapy/all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
from scapy.asn1.ber import *
4444
from scapy.asn1.mib import *
4545

46+
from scapy.cbor import *
47+
from scapy.cborfields import *
48+
from scapy.cborpacket import *
49+
4650
from scapy.pipetool import *
4751
from scapy.scapypipes import *
4852

0 commit comments

Comments
 (0)