ystero-dev / scalpel

Packet Dissection and sculpting in Rust
Other
3 stars 6 forks source link

Support vor Linux SLL captures #23

Closed Janfred closed 8 months ago

Janfred commented 9 months ago

If the capture is done using the any device, the packet format is not ethernet but Linux SLL, which has a different header and therefore does not parse correctly.

It would be great if scalpel would also support the Linux SLL format to parse packets captured via the any device.

gabhijit commented 9 months ago

@Janfred : Thanks for the suggestion. Will look into this in the next couple of weeks.

gabhijit commented 8 months ago

Hi @Janfred: Support for Linux SLL Encap types is now available in the master. I am planning few more changes before releasing a new crate version. So for now you can use the support from the master branch.

Once a new crate version will be released, this issue can be closed then.

gabhijit commented 8 months ago

This is available now in crate version 0.3.0 closing this