Skip to content

Commit 8e99ddb

Browse files
author
Nils Weiss
committed
fix tests
AI-Assisted: yes (Cursor AI)
1 parent bca5cab commit 8e99ddb

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

scapy/contrib/automotive/v2x/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This file is part of Scapy
33
# See https://scapy.net/ for more information
44

5+
# scapy.contrib.description = ETSI ITS V2X ASN.1 messages (UPER)
56
# scapy.contrib.status = library
67

78
"""

scapy/contrib/automotive/v2x/packets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# This file is part of Scapy
33
# See https://scapy.net/ for more information
44
# AUTO-GENERATED by scapy/tools/generate_its_asn1.py - DO NOT EDIT
5+
6+
# scapy.contrib.status = skip
57
"""
68
ETSI ITS ASN.1 packets (UPER): CAM, DENM, IVIM, SPATEM, MAPEM.
79
"""

scapy/tools/generate_its_asn1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ def generate(self) -> str:
814814
"# This file is part of Scapy",
815815
"# See https://scapy.net/ for more information",
816816
"# AUTO-GENERATED by scapy/tools/generate_its_asn1.py - DO NOT EDIT",
817+
"",
818+
"# scapy.contrib.status = skip",
817819
'"""',
818820
"ETSI ITS ASN.1 packets (UPER): CAM, DENM, IVIM, SPATEM, MAPEM.",
819821
'"""',

0 commit comments

Comments
 (0)