pellegre / libcrafter

A high level C++ network packet sniffing and crafting library.
298 stars 88 forks source link

IPv6: Separate NextHeader resolution in Craft/ParseInfo #10

Closed oliviertilmans closed 9 years ago

oliviertilmans commented 9 years ago

First commit is just a quickfix I made while reading the code.

Second one splits Craft/ParseInfo such that IPv6 extension headers can reuse the parts to resolve the next header code/class instead of having to reimplement them.