Archive for the 'Network' Category
Please visit: http://aimslife.com/blog/?p=6
Filed under: C/C++, Linux, Network | Leave a Comment
Tags: Linux Kernel Module Programming Netfilter SK_Buff
Please visit: http://aimslife.com/blog/?p=7
Filed under: C/C++, DDK, Network, WDF, WDK, Windows | Leave a Comment
Tags: DDK WDK WDF NDIS
Please visit: http://aimslife.com/blog/?p=8
Filed under: Linux, Network, fun & enjoy | Leave a Comment
Tags: network connection netstat lsof command linux
Please visit: http://aimslife.com/blog/?p=18
Filed under: C/C++, DDK, Network, WDF, WDK, Windows | Leave a Comment
Tags: NDIS_PACKET WDK DDK NDIS
Given code can help you to compute checksum.
/* pseudo header for checksum calculation */ typedef struct pseudoh { guint32 src_addr; guint32 dest_addr; guint8 zero; guint8 protocol; guint16 [...]
Filed under: C/C++, Java, Linux, Network, WDF, WDK | Leave a Comment
Tags: Checksum TCP
This setting will enables for you to control automatic rebooting of the system after the crash. After the crash, you must be able to check the reason of the crash and for that, the system should not reboot. Therefore, it is very necessary to control the automatic rebooting of the system.
Path: [...]
Filed under: C/C++, DDK, Network, WDF, WDK, Windows, fun & enjoy | Leave a Comment
Tags: reboot WDK DDK system crash
While working on Microsoft Device Driver domain, I found following most active and helpful forums,
1) OSR-Online: http://www.osronline.com You can configure OSR-Online forum on email client and given client will be helpful for you. http://www.osronline.com/page.cfm?name=NewsReaderInfo
2) Microsoft NNTP Server: msnews.microsoft.com Following groups [...]
Filed under: C/C++, DDK, Network, News, WDF, WDK, Windows | Leave a Comment
Tags: NNTP
I faced given compilation error after convert “Komodia Project” from “VC6” to “VS2K5”.
Error 1 Command line error D8004 : ‘/D’ requires an argument cl
Solution:
Remove “/D” from “Additional options” (Example image is given below). Path of “Additional options” is “Project Properties” >> “Configuration Properties” >> “C/C++” >> “Command Line”
Filed under: C/C++, Network, Windows | Leave a Comment
Tags: Network LSP Komodia Winsock2




