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 7057 - 7086 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7057
Hi, I am doing some final testing with my NDIS driver and I have a few questions about that. The MiniportsSendPackets function of a deserialized NDIS IM can be...
Roy Rajan
roy_rajan_ns
Offline Send Email
Dec 1, 2005
2:23 pm
7058
All, I have written NDIS IM driver. While calculating the checksum of the modified packet, i am getting bad flags in PNDIS_TCP_IP_CHECKSUM_PACKET_INFO...
rajesh gupta
rajesh_gupta_99
Online Now Send Email
Dec 1, 2005
11:56 pm
7059
Yes, you are right! But i can capture some packets ,of which the length is smaller than 60. Why?( I use ethereal) "Thomas F. Divine" <tdivine@...>...
zheng cheng
christie8208
Offline Send Email
Dec 2, 2005
2:13 pm
7060
Hi, What specific steps do I need to take in my NDIS IM driver to support modems (WAN media). Regards, Roy....
Roy Rajan
roy_rajan_ns
Offline Send Email
Dec 2, 2005
2:13 pm
7061
Read the "NDIS Loopback Discussion" at NDIS.com: http://www.ndis.com/papers/loopback.htm Basically, you are seeing a software loopback of the runt packet. ...
Thomas F. Divine
pcatom
Offline Send Email
Dec 2, 2005
2:18 pm
7062
... Actually, I don't have a definitive answer to your question. Sorry. My suggestion is to go ahead and use spin-locks. Do review your code carefully,...
Thomas F. Divine
pcatom
Offline Send Email
Dec 2, 2005
4:08 pm
7063
Hello, I use PNDIS_802_11_BSSID_LIST to get all nearby wireless networks. Is it possible to get network that hide its ssid?...
slcoder
Offline Send Email
Dec 4, 2005
12:55 pm
7064
Hi ... I am working to access OID_802_BSSID_List in Win XP. I write code with C++. Is it possible to use DeviceIoControl command with ...
Widyawan
gus_widy
Offline Send Email
Dec 4, 2005
12:55 pm
7065
... See: http://www.pcausa.com/Utilities/ndistools.htm And http://www.pcausa.com/Utilities/macaddr2.htm You can fetch the BSSID list results using...
Thomas F. Divine
pcatom
Offline Send Email
Dec 4, 2005
1:05 pm
7066
Thanks, I try to write code, with BC++ builder platform: NDIS_OID OidRequest; OidRequest=OID_802_11_BSSID_LIST; NDIS_802_11_BSSID_LIST returnData[15];//15...
Widyawan
gus_widy
Offline Send Email
Dec 5, 2005
5:34 pm
7067
hello, I want to know how to disable an adapter enumberated by MacEnum_GetNextAdapterInfoHandle(). ... ÑÅ»¢ÓÊÏäÉý¼¶2006Õ×£¬Ó­½Ó2006Äê ...
 
lvfenga
Offline Send Email
Dec 6, 2005
7:11 am
7068
... The first field of the NDIS_802_11_BSSID_LIST and the NDIS_802_11_BSSID_LIST_EX structure is the Length field. For the first list item that field should be...
Thomas F. Divine
pcatom
Offline Send Email
Dec 6, 2005
7:18 am
7069
See the DDK BindView application. Thomas F. Divine _____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ? ? ...
Thomas F. Divine
pcatom
Offline Send Email
Dec 6, 2005
7:19 am
7070
hi ... Thanks .. you're right. I change data structure for the accepting buffer. And move into the buffer by adding the Length offset. For BSSID_LIST_SCAN I...
Widyawan
gus_widy
Offline Send Email
Dec 6, 2005
11:01 pm
7071
... I believe that the IE fields are described in the IEEE 802.11g spec. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Dec 7, 2005
4:36 am
7072
Hi, In the IM driver i am returning (MAX_MTU - MyHeaderSize) for OID_GEN_MAXIMUM_FRAME_SIZE because of the fact that after attatching my header the packet...
fawad haider
fawadhaider1
Offline Send Email
Dec 7, 2005
1:52 pm
7073
Hi ... Actually still there are errors in my code, especially for setting BSSID_list_scan. I already follow instruction to rename the ndisprot driver, build...
Widyawan
gus_widy
Offline Send Email
Dec 7, 2005
5:32 pm
7074
... The return value FALSE is interesting, but not helpful. Study how to use DeviceIoControl and specifically how to get the error code when FALSE is returned....
Thomas F. Divine
pcatom
Offline Send Email
Dec 7, 2005
6:14 pm
7075
Hi All In the IM driver after the modification i add my own header. but during the process of delivery to the destination the packet might get fragmented. can...
fawad haider
fawadhaider1
Offline Send Email
Dec 8, 2005
1:45 pm
7076
hello, i'm having problems installing a NDIS IM driver on windows 2003 x64. It has been compiled for windows x64, but the installer ( HrInstallNetComponent )...
Cristi
wtherapy
Offline Send Email
Dec 8, 2005
4:05 pm
7077
... Are you using INF files that have NTamd64 install sections in them? The W2K SP1 DDK (Build 3790.1830) sample INF files should support x64. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Dec 8, 2005
4:11 pm
7078
Hi All, I have the following questions .... these should be very simple questions for the experienced guys here . 1)When is the Dont Fragment Bit set in the IP...
fawad haider
fawadhaider1
Offline Send Email
Dec 10, 2005
2:49 pm
7079
Sorry that you haven't received any help on this here or elsewhere. My excuse is that I'm doing some research along the same lines while developing e GRE/WCCP...
Thomas F. Divine
pcatom
Offline Send Email
Dec 11, 2005
6:34 pm
7080
Hi,everyone. I develope a program(client) cooperate with passthru driver, and use installshield to install. I want to the passthru driver can be install with...
tanm32
Offline Send Email
Dec 12, 2005
2:15 am
7081
It's been a very long time (~5 years) since I've looked at InstallShield, but last time I looked, it didn't directly support driver installations. Windows...
Steve Dispensa
stevedpositive
Offline Send Email
Dec 12, 2005
3:47 am
7082
Dear all I'm studying the IM driver development ,and use the DDK sample 'PASSTHRU'. After I intall PASSTHRU , I find that PASSTHRU will bind to each Adapter,...
ze zefeng
xingchen98@...
Send Email
Dec 13, 2005
2:10 am
7083
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ze zefeng Sent: Monday, December 12, 2005 9:01 PM To:...
Thomas F. Divine
pcatom
Offline Send Email
Dec 13, 2005
2:49 am
7084
You car run a batch file or an exe from installshield which in turn call snetcfg to install passthru driver. I have done this using this approach regards ...
ashish bhargava
ashishbhargava
Offline Send Email
Dec 13, 2005
4:12 am
7085
Hi All, My IM driver which tunnels TCP in UDP/IP and then de -encapsulates at the receiving end. Now this works fine when both of them ( sender and receiver...
fawad haider
fawadhaider1
Offline Send Email
Dec 13, 2005
3:19 pm
7086
Hi all ... Is there any function to know whether wireless NIC switch is turn on/off (usually in centrino laptop) programatically? And how to differentiate...
Widyawan
gus_widy
Offline Send Email
Dec 13, 2005
3:20 pm
Messages 7057 - 7086 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