#!/bin/sh

tshark \
    -r "$1" \
    -o 'gui.column.format:"No.","%m","Time","%t","Source","%s","Destination","%d","sport","%S","dport","%D","Protocol","%p","Length","%L","Info","%i"'
