User Tools

Site Tools


pom-ng:events

This is an old revision of the document!


Events

Events are the link between parsing protocols and doing something useful with the result. The events will describe what happened on a protocol level with as much details as possible.

Some events have one or more payload associated to them. For example, an HTTP request has a payload associated to it when the server returns the content of a web page. It might also have another payload associated if the client sends some information via a POST request.

Here is a list of all the events :

Name Source Payload associated Description
http_queryprotocol httpnoContains all the information about an HTTP query made by a client to a server.
http_responseprotocol httpnoContains all the information about an HTTP response sent to a client by a server.
pom-ng/events.1350040254.txt.gz · Last modified: 2020/05/26 21:59 (external edit)