#!/bin/bash
sed -r 's/.*SRC=([0-9|\.]+).*DST=([0-9|\.]+).*PROTO=([A-Z]+).*SPT=([0-9]+).*DPT=([0-9]+).*/\3 \1:\4 \2:\5/g'
