pcapkit0.200390_390390 pyshark24.682185_018351 Note pcapkitsupports Python versionssince 3.6. Simply run the following to install the current version from PyPI: pip install pypcapkit Or install the latest version from the gi repository: git clone https://github.com/JarryShaw/PyPCAPKit.gitcdpypcapkit...
In the initialization code of said classes (https://github.com/JarryShaw/PyPCAPKit/blob/master/src/corekit/infoclass.py#L55) , a call to thevalidations.dict_checkis usually performed. validations.dict_checkitself callsinspect.stack()(here:https://github.com/JarryShaw/PyPCAPKit/blob/master/src...