Show
Ignore:
Timestamp:
07/18/07 20:52:55 (18 months ago)
Author:
aturner
Message:

commit work in progress. this doesn't seem to actually work though. :(
Anyways, this just commits my work up to this point, but at some point it's
going to need to be reworked. refs #41

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • features/performance/src/tcpprep.c

    r1846 r1880  
    421421                      check_dst_port(ip_hdr, (pkthdr.caplen - l2len))); 
    422422            break; 
     423             
     424        default: 
     425            errx(1, "Whops!  What mode are we in anyways? %d", options.mode); 
    423426        } 
    424427#ifdef ENABLE_VERBOSE