This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"compress/flate" | |
"encoding/hex" | |
"fmt" | |
"io" | |
"io/ioutil" | |
// "bufio" | |
"bytes" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@0821e6631b06 suricata]# make install | |
Making install in libhtp | |
make[1]: Entering directory '/c/suricata/libhtp' | |
Making install in htp | |
make[2]: Entering directory '/c/suricata/libhtp/htp' | |
Making install in lzma | |
make[3]: Entering directory '/c/suricata/libhtp/htp/lzma' | |
make[4]: Entering directory '/c/suricata/libhtp/htp/lzma' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/usr/bin/mkdir -p '/usr/local/include/htp/lzma' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@0821e6631b06 suricata]# make clean && make V=1 | |
Making clean in libhtp | |
make[1]: Entering directory '/c/suricata/libhtp' | |
Making clean in htp | |
make[2]: Entering directory '/c/suricata/libhtp/htp' | |
Making clean in lzma | |
make[3]: Entering directory '/c/suricata/libhtp/htp/lzma' | |
rm -rf .libs _libs | |
test -z "liblzma-c.la" || rm -f liblzma-c.la | |
rm -f ./so_locations |