We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it'd be nice to be able to draw netflow data
for example it is easy to collect it with softflowd + flow-tools
softflowd + flow-tools
data collected, then, can be printed out in custom formats
default format (with header) is
# # mode: normal # capture hostname: bbox # capture start: Tue, 03 Nov 2020 00:35:01 +0200 # capture end: Tue, 03 Nov 2020 00:40:00 +0200 # capture period: 299 seconds # compress: on # byte order: little # stream version: 3 # export version: 5 # lost flows: 0 # corrupt packets: 0 # sequencer resets: 0 # capture flows: 721 # srcIP dstIP prot srcPort dstPort octets packets 192.168.0.1 192.168.0.2 17 53 36323 90 1 192.168.0.2 192.168.0.1 17 36323 53 74 1 192.168.0.4 136.243.151.13 6 44079 443 1766 10 136.243.151.13 192.168.0.4 6 443 44079 923 8 192.168.0.2 188.40.55.82 6 24202 443 4067 26 188.40.55.82 192.168.0.2 6 443 24202 36337 35 192.168.0.4 195.226.222.241 6 47559 443 2018 16 195.226.222.241 192.168.0.4 6 443 47559 5594 14
such a processing can easyly draw octets/packets for any ip in network
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it'd be nice to be able to draw netflow data
for example it is easy to collect it with
softflowd + flow-tools
data collected, then, can be printed out in custom formats
default format (with header) is
such a processing can easyly draw octets/packets for any ip in network
The text was updated successfully, but these errors were encountered: