What's New!

Home What's New! Products Ordering Support Resources Utilities About PCAUSA

 

What's New at PCAUSA

July 23, 2010 NDIS Interface Impairment Generator (Windows Vista and Later...)

[More Information...]

The PCAUSA NDIS Interface Impairment Generator is a NDIS filter that can be used to modify packet flow for testing. The Impairment Generator can perform random packet drops as well as packet delays on a selected adapter. In addition the tool can edit TTL (IPv4) and Hop Limit (IPv6).

The driver executables as they are may be of some benefit to developers. Source code can be licensed in the future.

March 19, 2010 NDIS Developer Tools Update (OIDScope V6.0.20.03)

More Information

PCAUSA has released an update to the OIDScope application that includes some additional NDIS 6 OID definitionss.
 

February 4, 2010 WLAN Explorer Native 802.11 Research Tool

 

The PCAUSA Wireless LAN Explorer (WLAN Explorer) is a the initial output of a internal research project into the Native Wi-Fi 802.11 Network Monitor Mode from the perspective of an ISV. The demonstration tool  includes a NDIS 6 Lightweight Filter (LWF) and a companion Managed user-mode application written in C#. The tool utilizes both the user-mode "WLAN API" as well as kernel-mode NDIS to control the lowest-level Native 802.11 miniport and capture Native 802.11 packets.

The WLAN Explorer tool should be considered as an experimental work-in-progress. Although there are no known faults that could cause faults, some of the controls are totally experimental.

[WLAN Explorer Information...]

January 18, 2010 IP Redirector Filter Driver Q&A

 

The IP Redirector suite is a potentially powerful tool that allows a user-mode filtering application to have complete control of incoming and outgoing IPv4 and ARP packets.

Although IP Redirector has performance limitations and doesn't offer the functionality of the Windows Filtering Platforms (WFP - available on Vista and later platforms), it's simplicity and range of platform support may be attractive for a variety of applications.

I have posted a Q&A in the form of an "interview" that attempts to explain where this product can fit in the Windows network filtering context.

[The PCAUSA NetBug Reported Interviews Thomas F. Divine...]

December 3, 2009 "PCAGizmo" NDIS OID Tracing Tool Update V1.00.00.04 Available

 

The "PCAGizmo" software consists of NDIS 5 amd NDIS 6 filter drivers and a companion Win32 console application that work together to log NDIS OID requests and NDIS status indications as they are passed between NDIS miniport, filter and protocol drivers.

One use of PCAGizmo is to study 802.11 OID operations performed by wireless management software.

This update provides some support for new OIDs added with NDIS 6.20 and Windows 7.

PCAGizmo Information... 

November 15, 2009 IP Redirector NDIS 5 & NDIS 6 Filter Driver Sample Releaed

 

This set of NDIS 5 & NDIS 6 filter drivers redirect incoming and outgoing IPv4 and ARP packets to a Win32 user-mode application. This allows packet filtering to be performed in the user-mode environment. Packets are represented as ordinary byte arrays and packet I/O is performed using Win32 ReadFile and WriteFile APIs.

This is a simple and flexible approach can be useful in applications that are filtering lower-bandwidth connections (Satellite, 4G, DSL speeds).

[More Information...]

November 15, 2009 Out with the Old...

 

It's about time for PCAUSA to discontinue deprecated products and introduce new ones more suitable to the current Windows platforms. Accordingly, these products are being discontinued:

bullet

Advanced TDI Samples

bullet

PCASIM NDIS Intermediate (IM) Driver Samples

The good news that there will be new samples more appropriate for current Windows platforms.

 

August 24, 2009 Rawether for Windows V5.6 and V5.7 are Released...

 

The primary goal of this release is to provide improved Windows Vista and preliminary Windows 7 installation support. Application development is migrated to Visual Studio 2005 and driver development to WDK 6001.18002.

This release includes new tools for installation are easier to integrate into Windows Installer projects. The Rawether drivers can be installed using the traditional non-PnP method or alternatively using INF files.

NDIS 6 drivers and new Rawether functionality is not included in this release.

Rawether V5.6 uses Visual Studio 2005 for application development while V5.7 uses Visual Studio 2008. Otherwise, these two versions are the same.

Visit the Rawether for Windows website... 

December 3, 2006 Rawether for Windows V5.5.18.05 Released

 

The primary goal of this release is to provide Windows Vista support with a minimum of effort. NDIS 6 drivers and new Rawether functionality is not included in this release.

Visit the Rawether for Windows website... 

November 6, 2006 NDIS Developer Tools Update (OIDScope V6.0.20.02)

More Information

PCAUSA has released an update to the OIDScope application that includes limited support Vista Native Wi-Fi. A rudimentary "DOT11" property page has been added that displays some simple DOT11 information.

This release includes a small modification that allows OIDScope to properly detect the Intel 3945ABG NIC and show the 802.11 property page on pre-Vista Windows versions.
 

November 17, 2005 Rawether for Windows V5.5.18.04 Released

 

This release includes several bug fixes to the Rawether base runtime components (driver and DLL) and initial suport for Visual Studio 2005.

Visit the Rawether for Windows website... 

April 5, 2005 Rawether for Windows V5.5.18.03 Released

 

The primary purpose of this release is to provide support for the RTM build of Windows x64 Edition (AMD64) platforms. The release also includes some fixes and improvements specific to the Rawether .NET C# applications and class libraries.

With this release the base Rawether for Windows Win32 product provides a uniform 'C' and C++ application programming interface across these platforms:
bullet

Windows 9X/ME

bullet

Windows NT 4.0

bullet

Windows 2000

bullet

Windows XP  - Including x64 Edition (AMD64)

bullet

Windows Server 2003 - Including x64 Edition (AMD64)

The companion Rawether .NET product supports managed .NET 1.1 applications (Samples are C#...) across these platforms:
bullet

Windows ME

bullet

Windows 2000

bullet

Windows XP  - Including x64 Edition (AMD64)

bullet

Windows Server 2003 - Including x64 Edition (AMD64)

The Rawether runtime components support both 32-bit and 64-bit applications on Windows x64 Edition (AMD64).

Visit the Rawether for Windows website...

October 26, 2004 Rawether .NET is Here!!!

 

Rawether .NET is a .NET Framework API written in C#  that provides a uniform interface between user-mode applications and PCAUSA NDIS drivers. Basically, it is a C# version of the current Rawether for Windows 'C' API - but greatly extended. Rawether .NET provides a rich, consistent NDIS user-mode .NET Framework API across the Windows ME, Windows 2000, Windows XP, Windows Server 2003 platforms.

Beta testing uncovered one "real" bug in some overloads of the .NET SetInformation method. Based on feedback some additional 802.11 classes were added to simplify setting WEP and WPA keys.

In addition, this release includes a new C# forms-based application in addition to the console application provided with the initial Beta. The C# NDIScope application includes a simple packet capture dialog intended to illustrate that Rawether .NET does include a practical .NET packet collection interface. The packet collection dialog us (very) loosely modeled after the well-known TcpDump utility.

See Introduction to Rawether .NET.

September 7, 2004 Rawether V5.5.18.01 Maintenance Release

 

Bug Fixes in V5.5 802.11 Helper Functions

Unfortunately the initial release of Rawether V5.5 included two bugs in the 802.11 helper functions. These have been fixed in this maintenance release:

bulletWLAN_Supports802_11 Function - Failed to detect some 802.11g adapters.
bulletWLAN_SetSsid Function - Was not functional.

See Detailed Release Notes.

Rawether .NET C# Programming Interface - Beta 1

Rawether .NET
is a .NET Framework API written in C#  that provides a uniform interface between user-mode applications and PCAUSA NDIS drivers. Basically, it is a C# version of the current Rawether for Windows 'C' API - but greatly extended. Rawether .NET provides a rich, consistent NDIS user-mode .NET Framework API across the Windows ME, Windows 2000, Windows XP, Windows Server 2003 platforms.

This release of Rawether includes Beta 1 of Rawether .NET.

See Introduction to Rawether .NET.

 

September 7, 2004 NDIS Developer Tools Update (OIDScope V5.5.18.01)

More Information

PCAUSA has released an update to the OIDScope application that fixes a bug associated with detection of some 802.11g Wi-Fi adapters.
 

June 7, 2004 Rawether V5.5 Released 

 

This is a new major release of Rawether for Windows - the first major update since the release of V5.0 in December, 1998. Features in Rawether V5.5.17.00 include:

bullet

Address Side-By-Side Rawether Runtime Installation Conflicts

bullet

Expanded Support for 802.11 Adapter Management

bullet

Support For Windows XP 64-Bit Extended Edition

bullet

Overhaul of Rawether Win32 NDIS DLL

And more...

See What's New in Rawether V5.5

April 14, 2004 Rawether V5.03.16.58 Released 

 

Interim bug fix release for bug introduced in V5.03.16.57. The flaw was in kernel-mode string parsing code used to extract ServiceName from the RegistryPath in DriverEntry routine.

This bug has the effect of causing the creation of a bogus driver ServiceName and SymbolicLink name under some conditions. On some systems running WLANDetect the first time would succeed. However, running WLANDetect a second time would fail. Since it was a string-related bug there could have been other unpredictable problems as well.

Customers using V5.03.16.57 should upgrade to V5.03.16.58.

See Detailed Release Notes.

April 20, 2004 NDIS Developer Tools Update
More Information

The OIDScope application has been extensively reviewed as one part of the next release of Rawether for Windows. If you are using an earlier version of OIDScope you probably will want to update to this release. The 802.11 Property Page may be of particular interest to some developers. The ability to make a NDIS query on a custom OID may be of interest to others.

bullet

802.11 Property Page for Windows XP and higher

bullet

Custom OID Query (User entry of OID value)

bullet

Support for Windows XP 64-Bit Edition (AMD64)

bullet

Meaningful icons in adapter chooser list

bullet

Better behavior when returning from standby/hibernation

bullet

HTML Help file.

bullet

Various application improvements

 

February 15, 2004 PCAUSA Discontinues NDIS-Hooking Samples

 

February 15, 2004 -- PCAUSA is discontinuing new sales of the NDIS-Hooking samples. Although these samples have served many customers well, they are "fragile" and tedious to maintain. In addition, it is not expected that the NDIS-Hooking methodology can keep pace with technology improvements such as 64-bit Windows and changes expected in future versions of Windows such as "Longhorn".

In addition, the revenue stream derived from these samples is not sufficient to justify ongoing maintenance and product improvement.

 

February 21, 2003 Rawether V5.03.16.55 Released 
More Information

 

A minor update to the PCAUSA Rawether for Windows product has been released. The new release includes these features:
 
bulletBug fix associated with some RealTek adapters.
bulletMinor functional change related to zeroing NDIS query buffer.
bulletExperimental C# .NET Framework application.
 

 

 

[ Old News...]

 

PCAUSA Home · Privacy Statement · Products · Ordering · Support · Utilities · Resources
Mailing Lists  · PCAUSA Newsletter · PCAUSA Discussion List
 
Rawether for Windows and WinDis 32 are trademarks of Printing Communications Assoc., Inc. (PCAUSA)
Microsoft, MS, Windows, Windows 95, Windows 98, Windows Millennium, Windows 2000, and Win32 are registered trademarks and Visual C++ and Windows NT are trademarks of the Microsoft Corporation.
Send mail to webmaster@pcausa.com with questions or comments about this web site.
Copyright © 1996-2010 Printing Communications Assoc., Inc. (PCAUSA)
Last modified: February 04, 2010