-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Output alert applayer v5 #8922
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
Closed
Closed
Output alert applayer v5 #8922
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
9d7a421
output/smtp: remove unused function parameters
catenacyber a00fc00
output/dns: remove unused function parameters
catenacyber 09830fd
output/ftp: remove unused function parameters
catenacyber 18bb970
output/alert: rewrite code for app-layer properties
catenacyber 19688ba
output/ftp: have ftp properties in alerts
catenacyber 30c8fb6
output/tftp: have tftp properties in alerts
catenacyber c0eeac3
output/mqtt: reuse standard code
catenacyber f01e8d6
output/rfb: reuse standard code
catenacyber f941be0
output/snmp: reuse standard code
catenacyber ac58f4d
output/krb5: have krb5 properties in alerts
catenacyber ee833ff
output/ftp-data: reuse standard code
catenacyber 00d8267
output/tls: reuse standard code
catenacyber 4248f4d
output: comments for non-generic app-layers
catenacyber 3be26a4
output: generic tx json logger
catenacyber 9c5f0f4
output/http2: generic tx json logger
catenacyber 89483ce
output/rdp: generic tx json logger
catenacyber d203d3a
output: code reuse for generic tx json logger
catenacyber 81f8576
output/rfb: generic tx json logger
catenacyber 4430125
output/sip: generic tx json logger
catenacyber 5c7b7c1
output/snmp: generic tx json logger
catenacyber 51e94c4
output/quic: generic tx json logger
catenacyber 1fc1088
output/krb5: generic tx json logger
catenacyber 31608fc
output/tftp: generic tx json logger
catenacyber f8bb8ef
output/dnp3: restrict function scope to one file
catenacyber 1ff1ad8
output/modbus: generic tx json logger
catenacyber d5a2864
output/ssh: generic tx json logger
catenacyber 41b36b2
output/http2: reuse code for file events
catenacyber 9ccda72
output/template: reuse code for file events
catenacyber File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
this commit does a lot more than the commit message indicates
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.
Indeed, so, any ideas about the commit segmentation ?
One big commit ? One commit per protocol ? (but if so, the first commit introducing the generic changes should also be applied on some protocol, otherwise, commit-check will fail because of unused functions)
Should I split this PR ?