# simple-packet-analyzer **Repository Path**: monkey_ma/simple-packet-analyzer ## Basic Information - **Project Name**: simple-packet-analyzer - **Description**: simple packet analyzer. 一个简易的网络流量分析软件,造轮子练手用。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-23 - **Last Updated**: 2022-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple-packet-analyzer ## 介绍 这是一个简单的多协议抓包软件,在学习完计算机网络后练手用,界面使用Qt编写 ## 功能 - 多网卡选择 ![多网卡选择](https://github.com/thinkerleolee/-/blob/master/20171202143912.png?raw=true) - 支持多协议 ![支持多协议](https://github.com/thinkerleolee/-/blob/master/20171202143902.png?raw=true) - 16进制/ASCII码查看 ![16进制/ASCII码查看](https://github.com/thinkerleolee/-/blob/master/20171202143925.png?raw=true) ## 更新历史 - Oct 17, 2017 完成了初版,留下了一个GUI多线程无法结束的BUG,有待修复。