1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #14 from smr1983/main More... over 4 years ago
Merge pull request #13 from wesinator/patch-1 More... over 4 years ago
Change processing order More... over 4 years ago
Fix case when json starts in the third char of the message field More... over 4 years ago
Fix case when json starts in the first char of the program field More... over 4 years ago
Unsafe memcpy (causing corruption) goes back to strlcpy. More... over 4 years ago
Fixed fault when to many JSON objects are found. Increased JSON object size. More... over 4 years ago
Remvoed --enable-largejson option (didnt work out). Fixed src/dst IP JSON mapping. Some other JSON fixes. More... over 4 years ago
This commit makes it so JSON _has_ to be enabled to load JSON rules. More... over 4 years ago
Pulled --disable-jsoninput, fixed but on JSON parsing when no JSON found but JSON rules loaded. Fixed a possible json_count issue. More... over 4 years ago
Added support for --enable-largejson (for "input" when needed!) More... over 4 years ago
Code cleanup, more logging in build-test.sh More... over 4 years ago
Updated the Sagan.yaml to reflect new rules and changes More... over 4 years ago
Stat's now only displays GeoIP if GeoIP is enabled. More... over 4 years ago
Updaed example sagan.yaml More... over 4 years ago
Add --disable-jsoninput flag. Made 'parse-json-program' and 'parse-json-message' one option ('json-parse-data'). Lots of preformance enahancements. Now more CPU/memory friendly. More... over 4 years ago
docs - rules page, fix suricata link
Wes
More... over 4 years ago
More documentation fixes... More... over 4 years ago
Merge pull request #12 from wesinator/patch-1 More... over 4 years ago
Performance enhancements (memory/CPU) due to new JSON code. Added --disable-jsoninput for higher preformance when JSON isn't needed. New "log line bytes" to determine the "largest" log line recieved. More... over 4 years ago
Rename doc/docutils.conf to doc/source/docutils.conf
Wes
More... over 4 years ago
Create docutils.conf
Wes
More... over 4 years ago
fix suricata link
Wes
More... over 4 years ago
Removed last of json-message map code. More... over 4 years ago
Fixed segfault on shutdown trying to remove lock. More... over 4 years ago
More code cleanups..... More... over 4 years ago
Fix for isuse #11. More... over 4 years ago
Code cleanup. Updates to the sagan.yaml More... over 4 years ago
Message mapping is now in the rule... More... over 4 years ago
Fix issue when value is "null" in JSON More... over 4 years ago