Generate side-by-side jitter boxplots from one or more packet capture files.
Usage example
go get github.com/slavc/plotjitter
~/go/bin/plotjitter -bpf tcp aaa.pcap bbb.pcap
A jitter.png file will get generated in current working directory, with a side-by-side boxplots of jitter from aaa.pcap and bbb.pcap only of TCP traffic.