Date:2011-07-13 20:34:28 (12 years 8 months ago)
Author:Werner Almesberger
Commit:7605d8c9c8cd95d6c628568db2580019b8027229
Message:tools/atrf-txrx/atrf-txrx.c (main): removed endless loop in mode_hmac

That was for debugging. Oops.
Files: tools/atrf-txrx/atrf-txrx.c (1 diff)

Change Details

tools/atrf-txrx/atrf-txrx.c
619619            receive(dsc, pcap_file);
620620            break;
621621        case mode_hmac:
622while(1)
623622            receive_hmac(dsc);
624623            break;
625624        case mode_per:

Archive Download the corresponding diff file



interactive