https://github.com/nlitsme/xpcap
tool for analyzing packet capture dumps
https://github.com/nlitsme/xpcap
pcap-analyzer
Last synced: 6 months ago
JSON representation
tool for analyzing packet capture dumps
- Host: GitHub
- URL: https://github.com/nlitsme/xpcap
- Owner: nlitsme
- License: mit
- Created: 2015-12-06T14:29:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T16:20:35.000Z (about 1 year ago)
- Last Synced: 2024-05-06T17:41:43.278Z (about 1 year ago)
- Topics: pcap-analyzer
- Language: Python
- Size: 32.2 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xpcap
Tool for analyzing packet capture dumps.Currently very much work in progress.
Plan:
* add ssl decrypt, based on either provided RSA private keys, or [Key_Log_Format](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format)ed files
* extract website contents from stream
* decompress http contents
* beatify json, plist content
* decode protobuf
*Author: Willem Hengeveld