Utility Functions & Classes

pcapkit.utilities contains several useful functions and classes which are fundations of pcapkit, including decorater function seekset() and beholder(), and several user-refined exceptions and warnings.

Version Compatibility

pcapkit further provides a compatibility layer for the following objects and functions:

ModuleNotFoundError

Python 3.6+

collections.abc.Collection

Python 3.6+

pathlib

Python 3.5+

functools.cached_property()

Python 3.8+