Coffee to the rescue...
In src/Makefile on line 24 change
$(LD) $(LDFLAGS) -o $@ wepattack.o rc4.o wepfilter.o log.o\
to
$(LD) $(LDFLAGS) -o $@ wepattack.o rc4.o wepfilter.o log.o \
...it needs the space before the newline, at least on gcc 4.0.3
< Previous |
1 |
Next >
Add a Reply
This forum does not allow anonymous participation.
Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.