|
|
Bug In Rawether
|
|
Knowledge Base ID |
KB03220101 |
| Category | CLOSED BUG |
|
Effected Product |
Rawether/WINDIS32 - Win32 NDIS Framework |
|
Effected Versions |
Prior to V5.00.13.50 |
| Effected Platforms | All |
![]()
Concatenating more than two BPF filter routines using the Rawether TPF_ConcatBPFProgram routine does not work correctly.
The third and subsequent filters are not recognized. There may also be writing to memory outside of that allocated for the concatenated filter program.
There is a bug in the internal _TPF_BPFProgramAppend routine.
Modify _TPF_BPFProgramAppend routine in the TPFilter.c module, found in
the APPS\COMMON directory. Mofify line 376 in TPFilter.c.
Is:
pBPFProgram->bpf_len = nOldBPFInstructionsLen
+ nNewBPFInstructionsLen;
Should be:
pBPFProgram->bpf_len = nOldBPFInstructionsLen +
nNewBPFInstructionsLen - 1;
| April 16, 2001, 2001 | The fix to this bug is included in V5.00.13.50. |
| March 9, 2001 | The fix to this bug is planned for the next major Rawether release. |
![]()
| Keywords | RAWETHER,WINDIS32, BUG |
| Created | March 22, 2001 |
| Last Reviewed | April 16, 2001 |
![]()
Mailing Lists ·
PCAUSA Newsletter
·
PCAUSA Discussion List
|