Quickstart
For those who can't wait to get their hands dirty.
Capture traffic to create audit records
$ net capture -iface eth0$ net capture -read traffic.pcapRead audit records
$ net dump -read TCP.ncap.gz$ net dump -fields -read TCP.ncap.gz$ net dump -read TCP.ncap.gz -select Timestamp,SrcPort,DstPort$ net dump -read TCP.ncap.gz -select Timestamp,SrcPort,DstPort > tcp.csv$ net dump -read TPC.ncap.gz -tsvShow Audit Record File Header
Print Structured Audit Records
Print as CSV
Print as Tab Separated Values
Print as Table
Print with Custom Separator
Validate generated CSV output
Last updated