#!/bin/sh

rm -f /tmp/vega.pcap*
tcpdump -n -s0 -C 25 -W 2 -i eth0 -w /tmp/vega.pcap udp
