posgnu / pajero

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

Packet handling module #3

Open posgnu opened 6 years ago

posgnu commented 6 years ago

What will we use to capture the packets and handle them?

posgnu commented 6 years ago

https://github.com/ebfull/pcap

posgnu commented 6 years ago

https://github.com/libpnet/libpnet This seems more better because it is made with entirely rust

posgnu commented 5 years ago

We can temporarily use this binary to save our precious time. https://github.com/seladb/PcapPlusPlus/tree/master/Examples/PcapSplitter

posgnu commented 5 years ago

https://docs.rs/pcap-file/0.10.0/pcap_file/ This also seems nice.