# -*- coding: utf-8 -*-"""HIT Suite ID==================.. module:: pcapkit.const.hip.hit_suiteThis module contains the vendor crawler for **HIT Suite ID**,which is automatically generating :class:`pcapkit.const.hip.hit_suite.HITSuite`."""importsysfrompcapkit.vendor.defaultimportVendor__all__=['HITSuite']
[docs]classHITSuite(Vendor):"""HIT Suite ID"""#: Value limit checker.FLAG='isinstance(value, int) and 0 <= value <= 15'#: Link to registry.LINK='https://www.iana.org/assignments/hip-parameters/hit-suite-id.csv'