when a session is closed, use the packet manager to create a pseudo packet,
set the session to be closed as packet Exdata, and schedule it to the packet forwarding stage.
when the pseudo packet free, the session will be free.
9 lines
297 B
CMake
9 lines
297 B
CMake
#add_subdirectory(packet_inject)
|
|
add_subdirectory(packet_tool)
|
|
#add_subdirectory(session_debugger)
|
|
#add_subdirectory(lpi_plus)
|
|
#add_subdirectory(decoders/http)
|
|
#add_subdirectory(decoders/socks)
|
|
#add_subdirectory(decoders/stratum)
|
|
#add_subdirectory(decoders/session_flags)
|
|
add_subdirectory(monitor) |