Click here to Skip to main content
15,886,067 members
Home / Discussions / Windows Development
   

Windows Development

 
GeneralRe: How to check retrived IP address from DHCP server for conflict ? Pin
Eugene Pustovoyt2-Aug-20 6:34
Eugene Pustovoyt2-Aug-20 6:34 
GeneralRe: How to check retrived IP address from DHCP server for conflict ? Pin
Dave Kreskowiak2-Aug-20 9:38
mveDave Kreskowiak2-Aug-20 9:38 
GeneralRe: How to check retrived IP address from DHCP server for conflict ? Pin
Eugene Pustovoyt3-Aug-20 4:59
Eugene Pustovoyt3-Aug-20 4:59 
GeneralRe: How to check retrived IP address from DHCP server for conflict ? Pin
Dave Kreskowiak3-Aug-20 5:07
mveDave Kreskowiak3-Aug-20 5:07 
GeneralRe: How to check retrived IP address from DHCP server for conflict ? Pin
Richard MacCutchan3-Aug-20 5:16
mveRichard MacCutchan3-Aug-20 5:16 
AnswerRe: How to check retrived IP address from DHCP server for conflict ? Pin
Randor 15-Aug-20 8:52
professional Randor 15-Aug-20 8:52 
GeneralRe: How to check retrived IP address from DHCP server for conflict ? Pin
Eugene Pustovoyt16-Aug-20 3:52
Eugene Pustovoyt16-Aug-20 3:52 
GeneralRe: How to check retrived IP address from DHCP server for conflict ? Pin
Randor 16-Aug-20 8:34
professional Randor 16-Aug-20 8:34 
Eugene Pustovoyt wrote:
Thanks. I've used the SendArp function
Nice.

Remember that DHCP is an honor system[^] and that there are no built-in security measures.

I researched and implemented a signed/encrypted DHCP protocol but it's completely non-standard and just something I was experimenting with. All of these old standards are garbage... and need to be replaced.

Oh... here's a pro tip: After you get your address offer and assign the address make sure to close the listening socket. Guess what happens if you leave a listening socket open for 12+ hours without reading the buffer? The socket buffers fill with 12 hours of whatever arrived at the listening port! I made this mistake in my first iteration. Smile | :)

Best Wishes,
-David Delaune
GeneralRe: How to check retrived IP address from DHCP server for conflict ? Pin
Eugene Pustovoyt16-Aug-20 18:08
Eugene Pustovoyt16-Aug-20 18:08 
QuestionWhy are there 19863 subfolders in Windows/Winsxs/ ? Pin
Stefan_Lang3-Jul-20 0:16
Stefan_Lang3-Jul-20 0:16 
GeneralRe: Why are there 19863 subfolders in Windows/Winsxs/ ? Pin
Graham Breach3-Jul-20 0:32
Graham Breach3-Jul-20 0:32 
GeneralRe: Why are there 19863 subfolders in Windows/Winsxs/ ? Pin
Stefan_Lang3-Jul-20 1:35
Stefan_Lang3-Jul-20 1:35 
AnswerRe: Why are there 19863 subfolders in Windows/Winsxs/ ? Pin
Randor 15-Aug-20 8:54
professional Randor 15-Aug-20 8:54 
QuestionIs it necessary to install a program, with known compatibility issues, in compatibility mode? Pin
RedDk20-May-20 8:41
RedDk20-May-20 8:41 
AnswerRe: Is it necessary to install a program, with known compatibility issues, in compatibility mode? Pin
Dave Kreskowiak20-May-20 9:08
mveDave Kreskowiak20-May-20 9:08 
GeneralRe: Is it necessary to install a program, with known compatibility issues, in compatibility mode? Pin
RedDk20-May-20 9:50
RedDk20-May-20 9:50 
GeneralRe: Is it necessary to install a program, with known compatibility issues, in compatibility mode? Pin
Dave Kreskowiak20-May-20 10:04
mveDave Kreskowiak20-May-20 10:04 
GeneralRe: Is it necessary to install a program, with known compatibility issues, in compatibility mode? Pin
Randor 15-Aug-20 9:15
professional Randor 15-Aug-20 9:15 
QuestionHow is the Windows 10 Device Manager "Display Adapters" icon supposed to look? Pin
RedDk16-May-20 12:31
RedDk16-May-20 12:31 
AnswerRe: How is the Windows 10 Device Manager "Display Adapters" icon supposed to look? Pin
Dave Kreskowiak20-May-20 8:57
mveDave Kreskowiak20-May-20 8:57 
GeneralRe: How is the Windows 10 Device Manager "Display Adapters" icon supposed to look? Pin
RedDk20-May-20 9:37
RedDk20-May-20 9:37 
QuestionPreviewing files within an application Pin
kalberts28-Apr-20 22:15
kalberts28-Apr-20 22:15 
SuggestionRe: Previewing files within an application Pin
Richard MacCutchan28-Apr-20 22:51
mveRichard MacCutchan28-Apr-20 22:51 
AnswerRe: Previewing files within an application Pin
JudyL_MD30-Apr-20 7:05
JudyL_MD30-Apr-20 7:05 
QuestionSendInput mouse/keyboard and TouchScreen Pin
Member 142257573-Mar-20 4:34
Member 142257573-Mar-20 4:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.