# sample test file
# $Id: sample_test_file,v 1.2 1999/07/13 14:34:43 renaud Exp $
#
# Format :
# src:dst:proto[:proto specific options][:source_route]
#
# TCP :
# src:dst:tcp:sport:dport:th_flags[:source_route]
#
# UDP :
# src:dst:udp:sport:dport[:source_route]
#
# ICMP :
# src:dst:icmp:type:code[:source_route]
#
# IP FRAGMENTED :
# src:dst:ipfrag:length:fragment_offset:protocol[:source_route]
#
#
# Set the TTL (standalone mode)
10.24.25.10:10.0.0.2:ttl:3
# Send TCP SYN packets
10.24.25.10:10.0.0.2:tcp:22,1025:22,456:SYN
# Send UDP packets
10.24.25.10:10.0.0.2:udp:2:22-24
# Send ICMP packets
10.24.25.10:10.0.0.2:icmp:0-2:0-2
# Send fragmented packets
10.24.25.10:10.0.0.2:ipfrag:400:300:6
