Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

4 anos atrás
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.