SNORT -Unknown command line checksum option: ascii

1

snort -vde -l /var/log/snort -k ascii

when i tried this command it gives me the error

Unknown command line checksum option: ascii.

I don't know why,coz i hve installed snort successfully, and also i did apt-get install ascii,yet no solution. it still exists.

any idea?

user2274189

Posted 2014-12-26T06:51:05.963

Reputation: 13

Answers

0

You probably meant to use the -K flag instead of -k:

  • -k checksum-mode valid values: all, noip, notcp, noudp, noicmp, and none
  • -K logging-mode valid values: pcap, ascii, and none

For more details see man snort.

janos

Posted 2014-12-26T06:51:05.963

Reputation: 2 449

Correct,that was the issue – user2274189 – 2014-12-26T13:15:14.500