Closed 15663671003 closed 4 years ago
Hi,
Here are the steps you'll need to follow to add a new TCP module to libprotoident:
libprotoident_tcp_la_SOURCES
in lib/tcp/Makefile.am
lib/tcp/tcp_protocols.h
register_tcp_protocols()
-- this function is found in lib/proto_manager.cc
LPI_PROTO_XXX
for your new protocol to the lpi_protocol_t
definition found within lib/libprotoident.h
./bootstrap.sh && ./configure && make && sudo make install
Hopefully that should help.
I implemented a new custom tcp protocol module, how to recompile libprotoident