summaryrefslogtreecommitdiff
path: root/script/traffic_summary.pl
Commit message (Collapse)AuthorAgeFilesLines
* traffic_summary: avoid uninitialised variable warningDouglas Bagnall2017-08-171-1/+1
| | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* scripts/traffic_summary: documentation typoDouglas Bagnall2017-03-101-1/+1
| | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* script: Add script to provide an anonymous summary from tsharkGary Lockyer2017-03-011-0/+707
The tshark command needs to output a PDML XML stream, which this command will read. The summary is intended not to expose private or customer data while allowing a good view on the range and frequency of the network traffic. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>