tomac / yersinia

A framework for layer 2 attacks
GNU General Public License v2.0
712 stars 122 forks source link

Fixing segfault bug on write_log() + (some typo's) #75

Closed nathan-rabet closed 1 year ago

nathan-rabet commented 1 year ago

This PR resolves the issue #74 by modifying the write_log() function.

Also, it corrects some typos on some DHCP attack_param structures (by changing Server ID to Server IP)

aoshiken commented 1 year ago

Thank you so much!