Skip to content

Commit db7d0cb

Browse files
committed
fix warning about #s. refs appneta#11
1 parent 7073c95 commit db7d0cb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/Makefile.am

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,15 @@ standard_prep:
7272
$(TCPPREP) -i test.pcap -o test.mac_reverse -e 00:02:3b:00:3d:ce --reverse
7373
$(TCPPREP) -i test.pcap -o test.cidr_reverse -c '216.27.178.0/24' --reverse
7474
$(TCPPREP) -i test.pcap -o test.regex_reverse -r '216.27.178.*' --reverse
75-
# Not working - yet
76-
# $(TCPPREP) -i test6.pcap -o test6.auto_router -a router
7775
$(TCPPREP) -i test6.pcap -o test6.auto_bridge -a bridge
7876
$(TCPPREP) -i test6.pcap -o test6.auto_client -a client
7977
$(TCPPREP) -i test6.pcap -o test6.auto_server -a server
8078
$(TCPPREP) -i test6.pcap -o test6.auto_first -a first
8179
$(TCPPREP) -i test6.pcap -o test6.port -p
8280
$(TCPPREP) -i test6.pcap -o test6.mac -e '00:11:25:13:ec:dd'
81+
82+
# Not working - yet
83+
# $(TCPPREP) -i test6.pcap -o test6.auto_router -a router
8384

8485
standard_bigendian:
8586
$(TCPREWRITE) -i test.pcap -o test.rewrite_seed -s 55
@@ -111,7 +112,7 @@ standard_bigendian:
111112
$(TCPREWRITE) -i test.pcap -o test.rewrite_1ttl --ttl=58
112113
$(TCPREWRITE) -i test.pcap -o test.rewrite_2ttl --ttl=+58
113114
$(TCPREWRITE) -i test.pcap -o test.rewrite_3ttl --ttl=-58
114-
# IPv6 tests
115+
# IPv6 tests
115116
$(TCPREWRITE) -i test6.pcap -o test.rewrite_portmap6 -r 80:8080
116117
$(TCPREWRITE) -i test6.pcap -o test.rewrite_endpoint6 -e test6.mac \
117118
-e '[2002::202]:[3003::303]'
@@ -149,7 +150,7 @@ standard_littleendian:
149150
$(TCPREWRITE) -i test.pcap -o test2.rewrite_2ttl --ttl=+58
150151
$(TCPREWRITE) -i test.pcap -o test2.rewrite_3ttl --ttl=-58
151152
$(TCPREWRITE) -i test.pcap -o test2.rewrite_mtutrunc --mtu-trunc --mtu=300
152-
# IPv6 tests
153+
# IPv6 tests
153154
$(TCPREWRITE) -i test6.pcap -o test2.rewrite_portmap6 -r 80:8080
154155
$(TCPREWRITE) -i test6.pcap -o test2.rewrite_endpoint6 -c test6.mac \
155156
-e '[2002::202]:[3003::303]'

0 commit comments

Comments
 (0)