0% found this document useful (0 votes)
132 views2 pages

Cygwin UETR Decoder Commands

This document provides examples of commands for decoding UETR files using the decoder.pl script. The commands pipe the output through additional scripts to parse the data into different output formats including flow logs, MS flow logs, colored output, and a format that can be used to generate graphs in an Excel macro tool.

Uploaded by

vishaltpadhya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
132 views2 pages

Cygwin UETR Decoder Commands

This document provides examples of commands for decoding UETR files using the decoder.pl script. The commands pipe the output through additional scripts to parse the data into different output formats including flow logs, MS flow logs, colored output, and a format that can be used to generate graphs in an Excel macro tool.

Uploaded by

vishaltpadhya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 2

UETR Decoder Commands

./decoder.pl --w10b --uetr *.bin >output_decoder.log

./decoder.pl --w10b --uetr *.bin|~/decoder/flow.pl > output_flow.log

./decoder.pl --w10b --uetr *.bin|~/decoder/msflow.pl > output_msflow.log

./decoder.pl --w10b --uetr *.bin|~/decoder/flow.pl -colour

./decoder.pl --w10b --uetr *.bin | ./flow.pl > vish11mar.txt

./decoder.pl --w10b --uetr *.bin | ./decoder.pl --w10b > graph11marvish.txt


mmands

To Parse into Output

To Parse the Output into Flow

To Parse the Output into MS Flow

To See the Output on the screen

To Creat your own output file

format for getting graphs in Exel Macro(E// Tool)

You might also like