mynote/python/抓包分析.md
2018-07-05 13:35:20 +08:00

10 lines
156 B
Markdown

# 抓包分析
## 安装pypcap
```bash
# insall flex https://github.com/westes/flex
git clone https://github.com/westes/flex.git
cd flex
./autogen.sh
```