LibtraceTeam / libprotoident

Network traffic classification library that requires minimal application payload
GNU Lesser General Public License v3.0
208 stars 60 forks source link

How to recompile after extending a new protocol #34

Closed 15663671003 closed 4 years ago

15663671003 commented 4 years ago

I implemented a new custom tcp protocol module, how to recompile libprotoident

salcock commented 4 years ago

Hi,

Here are the steps you'll need to follow to add a new TCP module to libprotoident:

Hopefully that should help.