@@ -72,14 +72,15 @@ standard_prep:
72
72
$(TCPPREP ) -i test.pcap -o test.mac_reverse -e 00:02:3b:00:3d:ce --reverse
73
73
$(TCPPREP ) -i test.pcap -o test.cidr_reverse -c ' 216.27.178.0/24' --reverse
74
74
$(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
77
75
$(TCPPREP ) -i test6.pcap -o test6.auto_bridge -a bridge
78
76
$(TCPPREP ) -i test6.pcap -o test6.auto_client -a client
79
77
$(TCPPREP ) -i test6.pcap -o test6.auto_server -a server
80
78
$(TCPPREP ) -i test6.pcap -o test6.auto_first -a first
81
79
$(TCPPREP ) -i test6.pcap -o test6.port -p
82
80
$(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
83
84
84
85
standard_bigendian :
85
86
$(TCPREWRITE ) -i test.pcap -o test.rewrite_seed -s 55
@@ -111,7 +112,7 @@ standard_bigendian:
111
112
$(TCPREWRITE ) -i test.pcap -o test.rewrite_1ttl --ttl=58
112
113
$(TCPREWRITE ) -i test.pcap -o test.rewrite_2ttl --ttl=+58
113
114
$(TCPREWRITE ) -i test.pcap -o test.rewrite_3ttl --ttl=-58
114
- # IPv6 tests
115
+ # IPv6 tests
115
116
$(TCPREWRITE) -i test6.pcap -o test.rewrite_portmap6 -r 80:8080
116
117
$(TCPREWRITE) -i test6.pcap -o test.rewrite_endpoint6 -e test6.mac \
117
118
-e '[2002::202]:[3003::303]'
@@ -149,7 +150,7 @@ standard_littleendian:
149
150
$(TCPREWRITE ) -i test.pcap -o test2.rewrite_2ttl --ttl=+58
150
151
$(TCPREWRITE ) -i test.pcap -o test2.rewrite_3ttl --ttl=-58
151
152
$(TCPREWRITE ) -i test.pcap -o test2.rewrite_mtutrunc --mtu-trunc --mtu=300
152
- # IPv6 tests
153
+ # IPv6 tests
153
154
$(TCPREWRITE) -i test6.pcap -o test2.rewrite_portmap6 -r 80:8080
154
155
$(TCPREWRITE) -i test6.pcap -o test2.rewrite_endpoint6 -c test6.mac \
155
156
-e '[2002::202]:[3003::303]'
0 commit comments