tcpreplay
tcpreplay copied to clipboard
tcpedit - add dlt plugin sslv2
Hi,
This adds support for V2 version of SLL. Most of it is the same as v1 and I tried to keep the same names anyway. Please have a look, maybe you'll want me to factorize some stuff ... I didn't because I find the code most simple that way.
ref: SLLV2: https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL2.html
Hi,
It seems cpp-linter fails because it cannot find plugins_types.h
include.
Is it possible this is some configuration issue ? The normal build works fine.
BR,
Thanks for the PR. This appears to be a duplicate of #727. I am still creating a PR and looking a conflicts to see if there are any improvements that can be brought in by this work.
I believe linter issues will be resolved once rebased off 4.5.0 branch. I'll investigate.
Closing as duplicate of #727 / #820