The bngtap Binary

 


The bngtap Binary #

Usage #

usage: bngtap [options] output.pcap
       options:
       -b|--blimit <n>    specify a byte limit
       -p|--plimit <n>    specify a packet limit
       -i|--instance <i>  set bng instance (default 0)
       -n|--noreset       do not empty queue on startup
       -s|--silent        silent mode
       -h|--help          show usage
       -v|--version       show version
       -c|--copyright     show copyright

Examples #

Collecting packets to a file #

$ sudo bngtap /tmp/example.pcap
...

Piping to tcpdump #

$ sudo bngtap -s - | tcpdump -r -
...

Piping to tshark #

$ sudo bngtap -s - | tshark -r -
...