選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

readme.md 680B

12345678910111213141516
  1. SNFServer is a basic Message Sniffer "service" that provides scanning via the XCI protocol.
  2. The most common way to use it is with SNFClient, but you can also build your own software to
  3. call the XCI endpoint directly. Generally, the client makes a tcp connection, tells SNFServer
  4. where the message file is, and gets back a scan result... all in simple XML.
  5. # Changelog / Journal
  6. ## 20200618_M
  7. - Cleaned up all warnings in the build with the latest g++
  8. - Added SOP for installing the latest g++ in ubuntu
  9. - Added SOP for upgrading libstdc++6 on target ubuntus
  10. ## 20200617_M
  11. - Set up the readme.md file
  12. - Set up basic build structures for "the new way" of making all things SNF.