Suricata
  • 1. What is Suricata
  • 2. Quickstart guide
  • 3. Installation
  • 4. Upgrading
  • 5. Security Considerations
  • 6. Support Status
  • 7. Command Line Options
  • 8. Suricata Rules
  • 9. Rule Management
  • 10. Making sense out of Alerts
  • 11. Performance
  • 12. Configuration
  • 13. Reputation
  • 14. Init Scripts
  • 15. Setting up IPS/inline for Linux
  • 16. Setting up IPS/inline for Windows
  • 17. Output
  • 18. Lua support
  • 19. File Extraction
  • 20. Public Data Sets
  • 21. Using Capture Hardware
  • 22. Interacting via Unix Socket
  • 23. Plugins
  • 24. Firewall Mode
  • 25. 3rd Party Integration
  • 26. Man Pages
  • 27. Acknowledgements
  • 28. Licenses
  • 29. Suricata Developer Guide
    • 29.1. Working with the Codebase
      • 29.1.1. Installation from GIT
      • 29.1.2. Coding Style
      • 29.1.3. Fuzz Testing
      • 29.1.4. Testing Suricata
      • 29.1.5. Unit Tests - C
      • 29.1.6. Unit tests - Rust
    • 29.2. Contributing
    • 29.3. Suricata Internals
    • 29.4. Extending Suricata
    • 29.5. LibSuricata and Plugins
    • 29.6. Upgrading
  • 30. Verifying Suricata Source Distribution Files
  • 31. Appendix
Suricata
  • 29. Suricata Developer Guide
  • 29.1. Working with the Codebase
  • View page source

29.1. Working with the Codebase

  • 29.1.1. Installation from GIT
    • 29.1.1.1. Ubuntu Installation from GIT
  • 29.1.2. Coding Style
    • 29.1.2.1. Formatting
    • 29.1.2.2. Flow
    • 29.1.2.3. Alignment
    • 29.1.2.4. Functions
    • 29.1.2.5. Variables
    • 29.1.2.6. Macros
    • 29.1.2.7. Comments
    • 29.1.2.8. File names
    • 29.1.2.9. Enums
    • 29.1.2.10. Structures and typedefs
    • 29.1.2.11. switch statements
    • 29.1.2.12. const
    • 29.1.2.13. goto
    • 29.1.2.14. Includes
    • 29.1.2.15. Unittests
    • 29.1.2.16. Banned functions
  • 29.1.3. Fuzz Testing
    • 29.1.3.1. Running the Fuzzers
    • 29.1.3.2. Extending Coverage
    • 29.1.3.3. Adding Fuzz Targets
    • 29.1.3.4. Oss-Fuzz
  • 29.1.4. Testing Suricata
    • 29.1.4.1. General Concepts
    • 29.1.4.2. Unit tests
    • 29.1.4.3. Suricata-Verify
    • 29.1.4.4. Generating Input
  • 29.1.5. Unit Tests - C
    • 29.1.5.1. Writing Unit Tests - C codebase
  • 29.1.6. Unit tests - Rust
    • 29.1.6.1. Rust tests with Cargo check
    • 29.1.6.2. Adding unit tests
Previous Next

© Copyright 2016-2025, OISF.

Built with Sphinx using a theme provided by Read the Docs.