您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.