Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 4 Jahren
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.