访问 libpcap 的 Python 扩展模块
项目描述
用于访问 libpcap 的 Python 扩展模块。
Pcapyplus 是 CORE Security Technologies 不再维护的 pcapy 的维护分支,可在以下位置获得:
https://github.com/helpsystems/pcapy
为了支持该项目,删除了以下功能:
支持 Windows 系统。
支持 Python 2。
文档
pip3 install tox
tox -e doc
安装
要安装pcapyplus包,需要 C++ 构建系统以及libpcap开发头文件。在 Ubuntu 系统中,运行:
sudo apt install build-essential libpcap-dev
最后,安装pcapyplus:
pip3 install pcapyplus
变更日志
1.0.0 (2022-05-19)
新的
第一个稳定版本。
0.1.0 (2021-02-01)
新的
开发预览。
执照
Copyright (C) 2021-2022 Hewlett Packard Enterprise Development LP. Copyright (C) 2014-2021 CORE Security Technologies Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.