#include <StreamedUDPParser.h>
Inheritance diagram for StreamedUDPParser:

Public Member Functions | |
| StreamedUDPParser (Decomposition &out, Trace *streamTempl=NULL) | |
| 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 UDPPackets 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.
|
|
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. |
1.4.2