#include <StreamedTCPParser.h>
Inheritance diagram for StreamedTCPParser:
Public Member Functions | |
StreamedTCPParser (Decomposition &out, Trace *streamTempl=NULL) | |
construct a new StreamedTCPParser | |
virtual void | handlePassedPacket (TraceIterator &newPkt) |
virtual void | handlePacket (TraceIterator &newPkt) |
Protected Attributes | |
Decomposition * | output |
Takes a stream of layer 3 packets (probably IPv4) that have been demultiplexed (probably by IPv4Demux) and produces TCPPackets from them. Output to a Decomposition, further keyed by source port, dest port, and a unique identifier to distinguish between multiple sessions with the same 5-tuple.
|
construct a new StreamedTCPParser
|
|
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 StreamedOutputParser. |