Victor Frazao

Results 5 comments of Victor Frazao

What is currently missing with respect to x86 assembly?

Hey @Surferpup take a look at options.py (https://github.com/lvfrazao/dhcppython/blob/master/dhcppython/options.py). That is how all of the options are defined in the project.

Hello, you almost certainly have a DHCP client service already bound to port 68. You can check this by running something like `sudo netstat -tulpn`. I suspect its probably `systemd-networkd`,...

Hey @CelebrateVC thanks for contributing, due to my current employer's policies on open source code I need to get their approval before reviewing or merging this code.

Hey @cjelsa sorry for not getting to this earlier. The `timestamp` attribute is the unix timestamp in nanosecond precision (as an integer). There is another attribute on the message object...