Changeset 1765
- Timestamp:
- 03/26/07 22:15:30 (22 months ago)
- Files:
-
- 1 modified
-
trunk/test/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1763 r1765 20 20 test.rewrite_mac test.rewrite_layer2 test.rewrite_config \ 21 21 test.rewrite_skip test.rewrite_dltuser test.rewrite_dlthdlc \ 22 test.rewrite_vlandel 22 test.rewrite_vlandel \ 23 test2.rewrite_seed test2.rewrite_portmap test2.rewrite_endpoint \ 24 test2.rewrite_pnat test2.rewrite_pad test2.rewrite_trunc \ 25 test2.rewrite_mac test2.rewrite_layer2 test2.rewrite_config \ 26 test2.rewrite_skip test2.rewrite_dltuser test2.rewrite_dlthdlc \ 27 test2.rewrite_vlandel 23 28 24 29 test: all … … 82 87 83 88 standard_littleendian: 84 $(TCPPREP) -i test.pcap -o test.auto_router -a router85 $(TCPPREP) -i test.pcap -o test.auto_bridge -a bridge86 $(TCPPREP) -i test.pcap -o test.auto_client -a client87 $(TCPPREP) -i test.pcap -o test.auto_server -a server88 $(TCPPREP) --load-opts config -o test.prep_config89 $(TCPPREP) -i test.pcap -o test.port -p90 $(TCPPREP) -i test.pcap -o test.mac -e 00:02:3b:00:3d:ce91 $(TCPPREP) -i test.pcap -o test.cidr -c '216.27.178.0/24'92 $(TCPPREP) -i test.pcap -o test.regex -r '216.27.178.*'93 $(TCPPREP) -i test.pcap -o test.comment -C "This is a comment" -p94 89 $(TCPREWRITE) -i test.pcap -o test2.rewrite_seed -s 55 95 90 $(TCPREWRITE) -i test.pcap -o test2.rewrite_portmap -r 80:8080 … … 274 269 $(PRINTF) "%s" "[tcprewrite] Truncate test: " 275 270 $(PRINTF) "%s\n" "*** [tcprewrite] Truncate test: " >>test.log 271 $(TCPREWRITE) $(ENABLE_DEBUG) -F trunc -i test.pcap -o test.rewrite_trunc1 >>test.log 2>&1 276 272 if WORDS_BIGENDIAN 277 273 diff test.$@ test.$@1 >>test.log 2>&1
