blob: 0a55605a5a676ccc0a5580277ae47b877425ae22 [file] [log] [blame]
#!/bin/bash
rm -f $1.pcap.gz || true
gzip -c $1 > $1.pcap.gz && rm -f $1 || true