Crates.io | peeler |
lib.rs | peeler |
version | 0.1.4 |
source | src |
created_at | 2023-09-07 15:20:49.701674 |
updated_at | 2023-09-22 18:54:43.218616 |
description | Get components of IP packets for downstream processing |
homepage | |
repository | https://github.com/dfarrel1/peeler |
max_upload_size | |
id | 966328 |
size | 49,973 |
get all the parts from the packet that we want
for packets moving over a LAN:
NOTE: we included some additional packet metadata in case it might be useful in the future, but only the information described above is essential at this point in the project.
issues:
packet headers management seems to be kind of complicated when we include issues like VLAN Tagging etc. which may or may not be something we experience
general code design for a rust project and usage of crates like pcap