packrat-tui 0.3.1

A Wireshark-style terminal packet analyzer, reverse engineering, and security research tool with live capture, IDS, port scanner, packet crafter, and PCAP replay
1
2
3
4
5
6
7
pub mod flow;
pub mod inspector;
pub mod lua_plugin;
pub mod packet;
pub mod parser;
pub mod security;
pub mod tree;