mushorg / glutton

Generic Low Interaction Honeypot
MIT License
244 stars 56 forks source link

Logging the payload (issue-#21) and compression of logs to save disk space fixed #27

Closed furusiyya closed 7 years ago

furusiyya commented 8 years ago

Device name for capturing is hard coded because I am working on config files.

furusiyya commented 8 years ago

Before committing I have tested the code locally. Every thing is ok. I am not sure but may be their is some issue with Travis-CI.

glaslos commented 8 years ago

Can you change the title of the PR to something more descriptive? Also for the future, make sure your commit messages describe what you are changing (I know I can look up the issue 😄 )

furusiyya commented 8 years ago

Network Interface is selected dynamically and for disk management I have used 7z compression. Before updating PR I successfully build code locally but travis is still failing build.

glaslos commented 7 years ago

Can you rebase and solve the conflicts?

furusiyya commented 7 years ago

I have solved all the conflicts.

glaslos commented 7 years ago

Travis error is: pcap.h: No such file or directory you need to install libpcap-dev in the travis script.