summaryrefslogtreecommitdiffstats
path: root/scripts/external_libs/scapy-2.3.1/python2/scapy/asn1/__init__.py
blob: 4827a588e20aec8524bf440cb7d5fb3dc8b795e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## This file is part of Scapy
## See http://www.secdev.org/projects/scapy for more informations
## Copyright (C) Philippe Biondi <phil@secdev.org>
## This program is published under a GPLv2 license

"""
Package holding ASN.1 related modules.
"""

# We do not import mib.py because it is more bound to scapy and
# less prone to be used in a standalone fashion
__all__ = ["asn1","ber"]