#include <ProtocolParser.h>
Inheritance diagram for StreamedOutputParser:

Public Member Functions | |
| StreamedOutputParser (Decomposition &out) | |
| StreamedOutputParser (const PacketFilter &filter, Decomposition &out) | |
| virtual void | handlePassedPacket (TraceIterator &newPkt)=0 |
| virtual void | handlePacket (TraceIterator &newPkt) |
Protected Attributes | |
| Decomposition * | output |
|
|
checks the packet against the filter and calls handlePassedPacket if it passes or if the filter is NULL Implements PacketListener. |
|
|
send a packet to the parser to be processed Implements ProtocolParser. Implemented in IPv4Demux, IPv4Sessionizer, StreamedTCPParser, and StreamedUDPParser. |
1.4.2