dhcpdiscover icon indicating copy to clipboard operation
dhcpdiscover copied to clipboard

libremesh / dhcpdiscover

Open code-official opened this issue 2 years ago • 0 comments

Sir,

I have been working on the same problem I have to identify all the dhcp server in a lan using c program but i dont know where to start can you help me out with this i ran your program but i dont know what modules to install from where and i am getting so many errors

#include <ioctl.h> #include <sys/socket.h> #include <netdb.h> #include <netinet/in.h> #include <net/if.h> #include <arpa/inet.h>

#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\Users\dheer\Desktop\c program\long.c)

code-official avatar Mar 20 '23 04:03 code-official