posgnu / pajero

Packet analyzer for attack & defense CTF
GNU General Public License v3.0
7 stars 2 forks source link

Replace PcapSplitter with our own rust code #17

Open posgnu opened 5 years ago

posgnu commented 5 years ago

Currently, the worker splits packet dumps into connection by connection with PcapSplitter binary.

3