pellegre / libcrafter

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

Added support for IPv6 Routing extension header as well as the Segment Routing one #11

Closed oliviertilmans closed 9 years ago

oliviertilmans commented 9 years ago

This patch adds the support for:

Feel free to request changes if needed. I will implement the other non-deprecated types (rpl / ipv6 mobility) once the 'base' implementation of the routing header is merged.

oliviertilmans commented 9 years ago

Check https://github.com/pellegre/libcrafter-examples/pull/3 for an example use.