File: ipip.py

package info (click to toggle)
python-dpkt 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 920 kB
  • sloc: python: 10,440; makefile: 144
file content (5 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# Defines a copy of the IP protocol as IPIP so the protocol parsing in ip.py
# can decode IPIP packets.
from __future__ import absolute_import

from .ip import IP as IPIP