-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training/ams2018/v4 #3487
Merged
Merged
Training/ams2018/v4 #3487
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The idea being that it is easier to read and maintain than wrapping ed commands. This script also merges the parser and logger setup into a single script, but still allows just the parser, or just the logger to be generated with flags, --logger and --parser.
Removes: - setup-app-layer.sh - setup-app-layer-logger.sh These have been replaced by setup-app-layer.py.
The rustfmt default is 100, set to 80 to be more inline with the Suricata C code.
The protocol is a simple request/reply based protocol that can be hand driven with netcat. Request -> 12:Hello World! Response -> 3:Byte Its of the format <length>:<message> where length is the length of the message, not including the length or the delimiter.
Example functions for getting the request and response buffers. Useful for running detection on the decoded buffers.
- If in src, cd to .. - Error out early if the current directory does not look like a Suricata source directory.
Add --detect to setup a detect buffer. Obsoletes setup-app-layer-detect.sh.
jasonish
approved these changes
Sep 20, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran through a series of setups and all is good. Detect test in tests/ directory runs fine.
We'll cleanup the template2 stuff after training.
This was referenced Sep 20, 2018
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Nov 27, 2023
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Dec 5, 2023
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Dec 5, 2023
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Dec 5, 2023
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Feb 2, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Feb 2, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Feb 12, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Feb 12, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Mar 1, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Mar 1, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Mar 28, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Mar 28, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 22, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 22, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 23, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 23, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 27, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 27, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 30, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 30, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 30, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
May 30, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Jun 2, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Jun 2, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Jun 3, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Jun 3, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Jun 3, 2024
catenacyber
added a commit
to catenacyber/suricata
that referenced
this pull request
Jun 3, 2024
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Jun 4, 2024
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates to setup scripts and templates. Includes #3480 and #3485
PRScript output (if applicable):