lottip
lottip copied to clipboard
Initial work on adding audit capabilities to lottip
This is not meant to be clean code -- it's structurally sound, but was more interested in getting something working for our needs. It may be worth cleaning up.
- Added packetization and processing code so that individual packets could be analyzed, rather than entire TCP buffers. This also accounts for partial packets in the stream.
- Beginnings of "Stateful Packet" inspection and logging of connection + user
- Blocks certain commands - should really be configurable.
Thanks for your PR! I'll examine it carefully, clean it up if necessary, test and merge it. I'll keep you updated.