Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

发现一个错误: #1

Open
wants to merge 317 commits into
base: master
Choose a base branch
from
Open

发现一个错误: #1

wants to merge 317 commits into from

Conversation

kouzhudong
Copy link

@kouzhudong kouzhudong commented Jul 9, 2018

openclos.c的第592行:
NdisFreeSpinLock(&Open->CpuData[i].BufferLock);
因该为:
NdisFreeSpinLock(&pOpen->CpuData[i].BufferLock);
吧!

Gianluca Varenni added 30 commits November 28, 2005 20:56
(it seems that "copy" on NT4 has big problems expanding something like
foo\\bar\\dep\\bin\\nt4\\*.*....).
Fixed a problem while initializing WinPcapOem: we need to change the value
of g_StillToInit while holding the mutex protecting WoemEnterDll.
Fixed a problem while initializing WinPcapOem: we need to change the value
of g_StillToInit while holding the mutex protecting WoemEnterDll.
… and

security are done within WoemInitialize).
directory.
Added some environment flags to generate PDB files in both the free and
checked version of the driver.
Added version.h to the project.
- removed a useless string resource
- added the inclusion of WinPcapOem.rc2
- added afxres.h, otherwise the version resources are not generated.
…etVersion will

return "<unknown>",  rather than an error message in the version string!).
Gianluca Varenni and others added 28 commits July 14, 2009 23:59
…es some

issues with some backup software (as reported by McAfee).
Delete it when the driver gets unloaded.
unloading packet.dll. This would could an exception that was caught when
running the app under a debugger.
…rvice to

return an error string in case of failure.
…rvice to

return an error string in case of failure.
…rvice to

return an error string in case of failure.
License fees and non-disclosure agreements are no longer required.
In each applicable WinPcap OEM source code file (.h, .c, and .cpp) apply
a BSD 3-clause license similar to the one used in the plain WinPcap
sources. This is preparation for inclusion in the public WinPcap
repository.

To the best of my knowledge Riverbed Technology has sole ownership of
each the changed files.
Move the contents of this (the winpcap_oem) repository into the
winpcap_oem subdirectory. This is in preparation for merging with the
winpcap repository.
Merge the 'master' branch of the winpcap_oem repository into this branch
(merge_winpcap_oem). The winpcap_oem repository has been prepared for
this merge by having all of its contents moved to a single directory
(winpcap_oem).
@kouzhudong kouzhudong changed the title 发现一个错误.Merge winpcap oem 发现一个错误 Jul 9, 2018
@kouzhudong kouzhudong changed the title 发现一个错误 发现一个错误: Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants