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...
Show off your group to the world. Share a photo of your group with us.

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 7928 - 7957 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7928
Howdy folks, Our Rawether based wifi client is running into problems co-existing with IBM's Access Connections client. IBM's documentation says that this...
Jim Howard
affinegyjim
Offline Send Email
Jun 4, 2007
7:25 pm
7929
Hello to everyone, someone could tell me how to set a NDIS_PACKET to be sent without any Ethernet header. I can send an IRP passed by an application but it ...
becl75
Offline Send Email
Jun 5, 2007
12:53 pm
7930
Sent where? Most link layers (e.g. Ethernet) won't transmit a bogus frame. Even if they do, nobody would listen to it....
Steve Dispensa
stevedpositive
Offline Send Email
Jun 5, 2007
2:34 pm
7931
I want to write a driver on winxp which can capture all incoming and outgoing packets and pass UDP packets to another module for modifications in UDP packet...
send_more28
Offline Send Email
Jun 8, 2007
6:27 am
7932
... [PCAUSA] The type of driver needed to intercept send and receive packets is an NDIS Intermediate driver of some sort. You have asked this question for...
Thomas F. Divine
pcatom
Offline Send Email
Jun 8, 2007
6:50 am
7933
Thanks for suggestion. Actually we want to modify UDP packets in that "other module". We feel that "other module" could be application or a driver. But we have...
send_more28
Offline Send Email
Jun 8, 2007
1:19 pm
7934
Thanks for suggestion. Actually we want to filter the UDP packets in a driver and pass these Packets to " other module" for modifying these UDP packets.This...
send_more28
Offline Send Email
Jun 8, 2007
1:19 pm
7935
... [PCAUSA] No, you have given a terrible answer!!! You have said: "I want to...". Well, I "want" a lot of things myself, but some are not achievable. Give me...
Thomas F. Divine
pcatom
Offline Send Email
Jun 8, 2007
1:54 pm
7936
Windows drivers, including NDIS IM drivers, can expose a "dispatch table" that allows it to be called from "other modules". The (most) entry points in the...
Thomas F. Divine
pcatom
Offline Send Email
Jun 8, 2007
2:24 pm
7937
Thanks for help.I understand pass and recieve data to and from a driver for user mode application is not an easy task and will has its issues related to...
send_more28
Offline Send Email
Jun 9, 2007
7:24 pm
7938
If you know that you must process the packets in a user-mode application, then you must use an NDIS IM driver to intercept the packets. The result will be...
Thomas F. Divine
pcatom
Offline Send Email
Jun 9, 2007
9:34 pm
7939
We have already gone through packet redirector described at the URL http://pcausa.com/pcasim/packetredir.htm But we could not find any code samples of PAcket...
send_more28
Offline Send Email
Jun 11, 2007
4:28 am
7940
... [PCAUSA] PCAUSA makes its business of licensing sample code that does more than the samples in the DDK/WDK. The PktRedir sample drivers is one of those...
Thomas F. Divine
pcatom
Offline Send Email
Jun 11, 2007
4:35 am
7941
Is there any other approach for capturing packets and passing it to another application other than NDIS driver approach? ... driver ... URL ... its ... does...
send_more28
Offline Send Email
Jun 12, 2007
5:12 am
7942
... No. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Jun 12, 2007
5:16 am
7943
Hi All I saw some post(on this group) that pcasim(pcaus sample im driver) can install without inf( netcfgapi or bindview). Is it possible? If I buy the...
hwpark77
Offline Send Email
Jun 12, 2007
6:15 am
7944
... Sorry. That is incorrect information. NDIS IM drivers require two INF files. You can write an installer that uses the INetCfg API to install a NDIS IM ...
Thomas F. Divine
pcatom
Offline Send Email
Jun 12, 2007
6:23 am
7945
... driver) can ... and ... NDIS IM ... will get ... installed ... Thank you for your answer. I have one more question I want make filter(packet) driver on...
hwpark77
Offline Send Email
Jun 13, 2007
1:56 am
7946
... The only type of driver that can be installed without INF's (that I know of...) are legacy NT-style drivers. These drivers are started/stopped strictly...
Thomas F. Divine
pcatom
Offline Send Email
Jun 13, 2007
2:31 am
7947
Hi, I need info about the MS desktop LAN api's . Its list and description of functionality and related details... Pls let me know where I can look for it. ...
srinu_be
Offline Send Email
Jun 25, 2007
4:24 pm
7948
Hello, On one of the Vista machine I am having problem in loading my TDI driver due to the TDX.sys. TDI driver needs to open TCP and UDP device objects created...
Ajay Agrawal
ajay_agr
Online Now Send Email
Jun 29, 2007
1:55 pm
7949
... I am also interested in such solution. I have a kind of remote debugger that uses TCPIP (actually UDP) very early in the boot process. It currently...
Zachary Azoulay
zaz0u@...
Send Email
Jul 3, 2007
2:17 am
7950
Thomas - Just wanted to continue on this thread since I am seeing some packet drops here. You are absolutely right that the Network Bridge on Win2k3 is a 1:N...
sanjayc.rm
Offline Send Email
Jul 9, 2007
4:45 am
7951
Hello, does Rawether support Windows Mobile for WLAN Applications, too? Unfortunately the FAQ only says that rawether was tested with Windows CE 3.0 and 4.2 ...
Mark Weber
los_webbos
Offline Send Email
Jul 9, 2007
1:26 pm
7952
Unfortunately I am not going to continue to support Windows CE/Mobile with Rawether. The basic problem is that Windows CE/Mobile are fine Microsoft product. ...
Thomas F. Divine
pcatom
Offline Send Email
Jul 9, 2007
1:41 pm
7953
I don't have first-hand experience with ISA so I am not speaking with authority here. Perhaps Steve can give some better insight. I do have some comments,...
Thomas F. Divine
pcatom
Offline Send Email
Jul 9, 2007
2:27 pm
7954
Thanks for yr reply Thomas. In my case, my bridge has 2 miniports. Its an NDIS IM driver that binds to the 2 real miniports and the virtual bridge miniport. In...
sanjayc.rm
Offline Send Email
Jul 10, 2007
1:05 am
7955
I believe that you would have better luck if you made your packet modifications on your IM driver bindings below the bridge MUX driver. For my IM drivers that...
Thomas F. Divine
pcatom
Offline Send Email
Jul 10, 2007
2:31 am
7956
hi all when i trying to build the source code of "pktredir" sample developed by PCAUSA corp., the builder cannot find the NDHelper.lib, and when i make build...
omar
oaa.infocom
Offline Send Email
Jul 17, 2007
2:58 pm
7957
... [PCAUSA] If the "active passthru" sample has been build successfully, then the problem is probably related to paths in the SOURCES file. That said, I must...
Thomas F. Divine
pcatom
Offline Send Email
Jul 17, 2007
3:54 pm
Messages 7928 - 7957 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