|
UDP Tunneling Example
|
|
Hits: 15 |
|
Date added: 03/01/2005 |
|
A simple UDP tunneling example coded in C++. |
|
|
|
|
K-LOC Calculator v1.0
|
|
Hits: 5 |
|
Date added: 05/05/2005 |
|
Over the years, the software development community at large has gotten a whole host of valuable information about project management from good old Big Blue (IBM)... I should clarify that, valuable information on how NOT to manager a project. For fun, I decided to resurrect one of their worst ideas ever; K-LOC (or more appropriately, paying programmers based on K-LOC).
The AnalogX K-LOC Calculator is the exact opposite of PCalc, my programmers calculator - this has almost no real world application, but it is fun for the number crunchers out there who want some sort of metric about the project. Sure, the metric is completely arbitrary, but hey, you can feed it into a spreadsheet! heheh... Actually, I would say that K-LOC does have it's uses (a simple way to measure project complexity, perhaps), but there aren't too many.
AnalogX K-LOC Calculator can scan any number of files, any wildcard extension, and even recursively check subdirectories. It returns not only the total project K-LOC rating, but the average file K-LOC rating and total file size of the project as well! |
|
|
|
|
IPv4Trace v1.0
|
|
Hits: 3 |
|
Date added: 05/08/2005 |
|
Win32 C++ programming library port of the OpenBSD 2.8 kernel-land IPv4 fragment reassembly implementation... |
|
|
|
|
WinPcap 3.0
hot!
|
|
Hits: 113 |
|
Date added: 05/25/2005 |
|
WinPcap, an open source packet capture and network analysis library for the Win32 platforms including Windows 95, 98, ME, NT, 2000, XP and 2003. It includes a kernel-level packet capture driver, a low-level dynamic link library (packet.dll), and a high-level and system-independent library (wpcap.dll, based on libpcap version 0.8.3).
The packet capture driver provides direct access to raw packet data from a wide range of network interface cards. The packet capture driver also supports optional packet filtering prior to storing the captured packets in a kernel buffer for retrieval using the low-level dynamic link library (packet.dll).
Packet.dll is an API that can be used to directly access the capabilities of the packet capture driver, offering a portable packet capture interface across supported Win32 platforms.
Wpcap.dll exports a set of high-level capture primitives that are compatible with libpcap, the well known Unix packet capture library. This library (wpcap.dll) provides a packet capture interface that is independent of the underlying network hardware and operating system, thereby supporting a wide variety of open-source and commercial network analysis tools.
WARNING: you must uninstall older versions (see Q-2 in the FAQ to know how) and reboot the system before installing the new ones, otherwise WinPcap could not work properly. |
|
|
|
|
WinPcap developer pack
|
|
Hits: 33 |
|
Date added: 05/25/2005 |
|
This ZIP compressed file contains the files needed to create new capture applications using the packet capture driver, packet.dll and libpcap for Windows. It contains the library and include files, the capture drivers and some examples. |
|
|
|