Search the web
Sign In
New User? Sign Up
discussion-pcausa · PCAUSA Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2501 - 2531 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2501
... From: "Thomas F. Divine" <tdivine@...> To: "PCAUSA Newsletter" <pcausa@yahoogroups.com> Sent: Tuesday, February 25, 2003 12:05 AM Subject:...
Yuanhui Zhao
yzhao71
Offline Send Email
Mar 3, 2003
3:43 pm
2502
An update: after some badgering of MS, it's all OK. The calls are legal. Now if I could just figure out that driver verifier crash... A pretty frustrating...
mfennell70 <mfennell7...
mfennell70
Offline Send Email
Mar 3, 2003
6:30 pm
2503
Hi all, In my TimerFuntion i want to broadcast my own packet to the network (like ARP), i already knew how to encapsulate my packet but do not know how to...
emismike
Offline Send Email
Mar 5, 2003
2:11 pm
2504
Hi . In TDI Hook VXD driver (windows 98) How to retrieve ip,port in following dispatch function? the function is piece of TdiOpenAddressEntry. I tried to get...
hwpark77
Offline Send Email
Mar 5, 2003
2:12 pm
2505
Hi, all I have written a miniport driver under win2000. Now I want to change the parameter stored in registry via a win32 Utility, and the miniport driver will...
yee_zju
Offline Send Email
Mar 6, 2003
2:07 pm
2506
Hi again, I tried to write my 'own' IDS (just for fun and experience), but especially one thing stroke me: What's the best way to detect portscans if I have...
mosquitooth
Offline Send Email
Mar 6, 2003
4:18 pm
2507
Hi all, I'm currently having three issues with my IM driver: 1. I'm using snetcfg to install it from another (user space) application, and the driver seems to...
hannessternerson
hannessterne...
Offline Send Email
Mar 6, 2003
6:59 pm
2508
Correction to my question #1; It's actually JUST Windows networking that breaks after uninstall/install byb snetcfg. Other TCP is fine, like telnet. Thanks, ...
hannessternerson
hannessterne...
Offline Send Email
Mar 6, 2003
8:54 pm
2509
Hi there, it takes more to detect intrusion than by inspecting only one packet, there are several places you can look for references such as www.lids.org ...
Qiang zhang
qiangieee
Online Now Send Email
Mar 6, 2003
9:36 pm
2510
Using NDIS Task Offload from a NDIS IM driver is extremely difficult. See the NDIS FAQ Topic "Modifying NDIS Intermediate (IM) Drivers And NDIS Task-Offload"...
Thomas F. Divine
pcatom
Offline Send Email
Mar 7, 2003
2:41 am
2511
I think I didn't express clearly what I meant. I captured the complete payload and all headers of any packet that is sent/received through the computer's...
mosquitooth@...
mosquitooth
Offline Send Email
Mar 7, 2003
1:28 pm
2512
Does any one have performance analysis of events sent from a driver to a user application using named notification events? I need them to evaluate the overhead...
A K A
gello666
Offline Send Email
Mar 7, 2003
6:55 pm
2513
hi, I didnt get u but what i have understood from ur query is i've worked on events on high data traffic which u are asking. so just eloberate ur question and...
yatindra vaishnav
yatindr
Offline Send Email
Mar 8, 2003
6:40 am
2514
you're writing to a wrong mailing list. find IDS related mailing lists or read SNORT documentation/source code ... From: mosquitooth@......
Han, Donghoon
PowerOff77
Offline Send Email
Mar 8, 2003
4:30 pm
2515
March 15, 2003 - Premier Issue of "Windows Driver Developer's Digest" ("WD Cubed") to be released. Walter Oney is launching a new "WebZine" focusing on the...
Thomas F. Divine
pcatom
Offline Send Email
Mar 10, 2003
6:01 pm
2516
My intermediate driver needs quite a bit of memory, 80+ megabytes, which I allocate all out of non-paged memory (using NdisAllocateMemoryWithTag) Now, I have...
hannessternerson
hannessterne...
Offline Send Email
Mar 11, 2003
6:23 am
2517
You should be able to use ExAllocatePoolWithTag. Use of this is discouraged by WHQL, but is permitted in some cases. Search for ExAllocatePoolWithTag in MSDN. ...
Thomas F. Divine
pcatom
Offline Send Email
Mar 11, 2003
9:03 pm
2518
Sorry for not replying earlier: What I exactly want is the comunication over head from a kernel driver (IM filter) to a user application given that the two are...
A K A
gello666
Offline Send Email
Mar 12, 2003
1:36 pm
2519
Hi, all. If I just want to have a driver that does nothing but monitor MDL sizes for Send()/Receive() operations through to TCP or UDP, what's the best way to...
Matt D. Robinson
matt_d_robinson
Online Now Send Email
Mar 13, 2003
1:33 am
2521
If you have a TDI filter driver, then the answer should already be fairly clear. For each send or receive operation you would examine each chained MDL using...
Thomas F. Divine
pcatom
Offline Send Email
Mar 13, 2003
3:24 am
2522
Use NdisAllocateMemoryWithTag (preferred) or NdisAllocateMemory (if first function not available) no allocate non-paged memory. In NDIS IM driver you can use...
Thomas F. Divine
pcatom
Offline Send Email
Mar 13, 2003
3:24 am
2523
This is exactly what I needed to know. Thanks, Thomas. --Matt ... fairly ... chained MDL ... TdiSend in ... Get byte ... etc. If...
Matt D. Robinson
matt_d_robinson
Online Now Send Email
Mar 13, 2003
6:28 am
2524
Also, examine the MACROs in tdikrnl.h. For example, the TdiBuildSend MACRO shows where SendLen is stashed. That should (MUST) be the same as the sum of the MDL...
Thomas F. Divine
pcatom
Offline Send Email
Mar 13, 2003
7:07 am
2525
See the events will be fired very fast at high traffic, but the application must have mechanizm to deal with this situation if the traffic is very high. What...
yatindra vaishnav
yatindr
Offline Send Email
Mar 13, 2003
7:21 am
2526
Hi All, Currently I am Developing a TDI Based Firewall.The core of the firewall is a TDI Filter driver which filters all the IRPs sent to TCP device. I want to...
subodh gupta
subodhonnet
Offline Send Email
Mar 13, 2003
8:27 am
2527
... From: subodh gupta [mailto:subodhgupta@...] Sent: Thursday, March 13, 2003 3:35 AM To: discussion-pcausa@yahoogroups.com Subject:...
Thomas F. Divine
pcatom
Offline Send Email
Mar 17, 2003
9:08 pm
2528
I have two product(rawether,NDISPIM) about PCAUSA. Nowdays,I found your product(May be Rawether Product) using on Wirelee Monitor Program(May be Wireless...
inetami2002
Offline Send Email
Mar 24, 2003
5:42 am
2529
... Please describe what you mean by "is not run". Does it cause a crash? Does it hang the system? Does it just do nothing at all? Does it get caught in an...
Thomas F. Divine
pcatom
Offline Send Email
Mar 24, 2003
5:53 am
2530
Thank you about reply. NDISPIM(Win9xPIMEB Sample) with rawether : Device Driver is crash. Windows 9x System is Bule screen and then ethernet device can not ...
inetami2002
Offline Send Email
Mar 24, 2003
3:49 pm
2531
I successfully allocated my driver memory out of the Paged Pool, but my driver crashed during PtUnbindAdapter/MPHalt since part of my memory seems to be...
hannessternerson
hannessterne...
Offline Send Email
Mar 24, 2003
8:05 pm
Messages 2501 - 2531 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help