To create a library that allows crafting and sniffing of packets in Julia.
- julia
- libpcap-dev
https://github.com/the-tcpdump-group/libpcap
- View Interfaces on device
- Intial packet structure
- Intial creation process of packets
- Intial sending process of packets
- Intial sniffing process of packets
- Constructors for packets
- Finished creation process of packets
- Finished sending process of packets
- Finished sniffing process of packets
- Import pcapng files and parse packets
- Export sniffed packets as pcapng file
- Reformat all the files so that they actually make sense
- Performance testing (Elaborte more on this)
- Add actual valuable information to this README