Skip to content
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

Http events v3 #831

Merged
merged 3 commits into from Feb 7, 2014
Merged

Http events v3 #831

merged 3 commits into from Feb 7, 2014

Conversation

inliniac
Copy link
Contributor

@inliniac inliniac commented Feb 7, 2014

Convert HTTP decoder event handling to be TX-aware: https://redmine.openinfosecfoundation.org/issues/839
Fix 2 other small issues.

Changes:

  • a few events were missing

Prscript:

UDP code would accidentally depend on 'tcp' setting.
Store HTTP decoder events per TX, so they can be inspected per TX.

Ticket: #839.
AppLayerParserProtocolIsTxEventAware would check if a proto is tx
event aware by checking if it had registered a StateHasEvents function.
However, this is an optimization function. This patch changes it to
use the StateGetEvents function instead, which is a better indicator.
@inliniac inliniac merged commit 3967bd5 into master Feb 7, 2014
@inliniac inliniac deleted the dev-http-events-v3 branch February 7, 2014 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants