|
NAMErwp2yaf2silk - Convert PCAP data to SiLK Flow Records with YAFSYNOPSISrwp2yaf2silk --in=INPUT_SPEC --out=FILE [--dry-run] [--yaf-program=YAF] [--yaf-args='ARG1 ARG2'] [--rwipfix2silk-program=RWIPFIX2SILK] [--rwipfix2silk-args='ARG1 ARG2'] rwp2yaf2silk --help rwp2yaf2silk --man rwp2yaf2silk --version DESCRIPTIONrwp2yaf2silk is a script to convert a pcap(3) file, such as that produced by tcpdump(1), to a single file of SiLK Flow records. The script assumes that the yaf(1) and rwipfix2silk(1) commands are available on your system.The --in and --out switches are required. Note that the --in switch is processed by yaf, and the --out switch is processed by rwipfix2silk. For information on reading live pcap data and using rwflowpack(8) to store that data in hourly files, see the SiLK Installation Handbook. Normally yaf groups multiple packets into flow records. You can almost force yaf to create a flow record for every packet so that its output is similar to that of rwptoflow(1): When you give yaf the --idle-timeout=0 switch, yaf creates a flow record for every complete packet and for each packet that it is able to completely reassemble from packet fragments. Any fragmented packets that yaf cannot reassemble are dropped. OPTIONSOption names may be abbreviated if the abbreviation is unique or is an exact match for an option. A parameter to an option may be specified as --arg=param or --arg param, though the first form is required for options that take optional parameters.
SEE ALSOyaf(1), rwipfix2silk(1), rwflowpack(8), rwptoflow(1), silk(7), tcpdump(1), pcap (3), SiLK Installation Handbook
Visit the GSP FreeBSD Man Page Interface. |