This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.
FromIPSummaryDump -- Click element; reads packets from an IP summary dump file
FromIPSummaryDump(FILENAME [, keywords STOP, TIMING, ACTIVE, ZERO, CHECKSUM, PROTO, MULTIPACKET, SAMPLE, CONTENTS, FLOWID])
Ports: no inputs, 1 output
Processing: agnostic
Drivers: userlevel
Package: analysis (core)
Reads IP packet descriptors from a file produced by ToIPSummaryDump, then creates packets containing info from the descriptors and pushes them out the output. Optionally stops the driver when there are no more packets. The file may be compressed with gzip(1) or bzip2(1); FromIPSummaryDump will run zcat(1) or bzcat(1) to uncompress it. FromIPSummaryDump reads from the file named FILENAME unless FILENAME is a single dash '-', in which case it reads from the standard input. It will not uncompress the standard input, however. Keyword arguments are:
active' handler is written). Default is true.sampling_prob handler to find out the actual probability. If MULTIPACKET is true, then the sampling probability applies separately to the multiple packets generated per record.Packets generated by FromIPSummaryDump always have IP version 4 and a correct IP header length. The default IP protocol is TCP (6) and the default time-to-live is 100. The rest of the packet data is zero or garbage, unless set by the dump. Generated packets will usually have short lengths, but the extra header length annotations are set correctly. FromIPSummaryDump is a notifier signal, active when the element is active and the dump contains more packets.
Generated by 'click-elem2man' from '../elements/analysis/fromipsumdump.hh' on 7/Mar/2009.