Replying to Dmitry S. Vlasov: > # flow-cat ft-v05.gz | flow-stat -f9 -S3| less :
This shouldn't work because it's not a compressed flow-file, it's a gzipped flow-file. Flow-cat will not understand it. > # --- ---- ---- Report Information --- --- --- > # > # Fields: Total > # Symbols: Disabled > # Sorting: Descending Field 3 > # Name: Source/Destination IP > # > # Args: flow-stat -f10 -S3 > # > # > # src IPaddr dst IPaddr flows octets packets > # > 213.170.117.24 0.28.121.122 109 430624994468 436 > 213.170.117.206 0.28.110.122 121 366518588436 484 > 67.18.247.34 0.28.110.206 115 357543745244 460 There are some misalignmnent in the file - at some point your data got offset by couple of bytes, which effectively turned it into gibberish. I'd recommend checking your system for memory errors... -- Paul P 'Stingray' Komkoff Jr // http://stingr.net/key <- my pgp key This message represents the official view of the voices in my head _______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
