Changeset 1765

Show
Ignore:
Timestamp:
03/26/07 22:15:30 (22 months ago)
Author:
aturner
Message:

fix various brokenness. refs #64

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r1763 r1765  
    2020                test.rewrite_mac test.rewrite_layer2 test.rewrite_config \ 
    2121                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 
    2328 
    2429test: all 
     
    8287                 
    8388standard_littleendian: 
    84         $(TCPPREP) -i test.pcap -o test.auto_router -a router 
    85         $(TCPPREP) -i test.pcap -o test.auto_bridge -a bridge 
    86         $(TCPPREP) -i test.pcap -o test.auto_client -a client 
    87         $(TCPPREP) -i test.pcap -o test.auto_server -a server 
    88         $(TCPPREP) --load-opts config -o test.prep_config 
    89         $(TCPPREP) -i test.pcap -o test.port -p 
    90         $(TCPPREP) -i test.pcap -o test.mac -e 00:02:3b:00:3d:ce 
    91         $(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" -p 
    9489        $(TCPREWRITE) -i test.pcap -o test2.rewrite_seed -s 55 
    9590        $(TCPREWRITE) -i test.pcap -o test2.rewrite_portmap -r 80:8080 
     
    274269        $(PRINTF) "%s" "[tcprewrite] Truncate test: " 
    275270        $(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 
    276272if WORDS_BIGENDIAN 
    277273        diff test.$@ test.$@1 >>test.log 2>&1