Add TID_REQ_COUNT handler
authorJennifer Richards <jennifer@painless-security.com>
Wed, 18 Apr 2018 15:41:06 +0000 (11:41 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Wed, 18 Apr 2018 15:41:06 +0000 (11:41 -0400)
commit283699f7ec7db8a8ebe322ccb2568910b5c8701c
tree82f12a410a756ebef76bd6d53c0984f7e108a864
parent58571ae4cf8f7492d383b81ae0f55c5283184ee4
Add TID_REQ_COUNT handler

  * Add a separate source file for TID-related monitoring handlers
  * Increment tids->req_count in the main process, otherwise it will
    always seem to be zero. This does mean any connection to the TID
    port is counted as a tid request, which is not perfect.
  *
CMakeLists.txt
Makefile.am
include/tr_tid.h
tid/example/tids_main.c
tid/tids.c
tr/tr_main.c
tr/tr_tid.c
tr/tr_tid_mons.c [new file with mode: 0644]