pellegre / libcrafter

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

Performance enhancements for the GetPayload methods. #3

Closed lancealt closed 10 years ago

lancealt commented 10 years ago

Uses std::copy rather than manually iterating through the vector.