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 8124 - 8153 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8124
The key thing is to read the DDK documentation for each OID you plan to query and understand what the OID does and what sort of buffer sizes must be used. You...
Thomas F. Divine
pcatom
Offline Send Email
Nov 2, 2007
12:32 am
8125
I want to implement IP tunneling. The packet structure is Eth/IP/IP/TCP or UDP/Payload. So, I want to modify send and received packet for IP tunneling that is...
nah4891
Offline Send Email
Nov 5, 2007
2:24 pm
8126
One way you can get around this is by using TCP from user-mode - send packets to a user-mode service and write them to a good old TCP socket. TCP will take...
Steve Dispensa
stevedpositive
Offline Send Email
Nov 5, 2007
3:07 pm
8127
You can add your encapsulation, check if you are over the MTU, and if so fragment the packet yourself. IP will reassemble the packet on the other end. Ryan...
Ryan Hagelstrom
rhagelstrom@...
Send Email
Nov 5, 2007
3:14 pm
8128
... Sorry about the delay in answering. Concerning the IP Packet redirector: It can intercept packets being sent or received packets and redirect them to a...
Thomas F. Divine
pcatom
Offline Send Email
Nov 5, 2007
3:28 pm
8129
Thank very much for your advices. I have more question. I am going to implement IP tunneling based on multiple NIC(Here is the first NIC called 'A', and the...
nah4891
Offline Send Email
Nov 6, 2007
4:28 am
8130
I've done this before by changing the MAC/Device Handle Ryan Hagelstrom...
Ryan Hagelstrom
rhagelstrom@...
Send Email
Nov 6, 2007
12:17 pm
8131
Depending on your performance requirements (see Thomas's e-mail yesterday), you can accomplish a lot of what you want by writing user- mode code calling...
Steve Dispensa
stevedpositive
Offline Send Email
Nov 6, 2007
2:24 pm
8132
Hello, I am running windows XP and I have created a VPN server using the normal wizard from Control Panel. This VPN server is visible when someone connects to...
Cristi
wtherapy
Online Now Send Email
Nov 6, 2007
2:54 pm
8133
Thank you for advices. I have another questions. I could capture the received and send packet based on IP redirector sample applications. After capturing, I...
nah4891
Offline Send Email
Nov 7, 2007
4:13 pm
8134
If you're just trying to send it on, you could do the following: - fix up the header (the dest address in particular) to where you want to go - Indicate it up...
Steve Dispensa
stevedpositive
Offline Send Email
Nov 7, 2007
4:21 pm
8135
Humm.. I want to API that assist to send packet another layer. How can I indicate packet up and down another layer? For example, when I captured packet, I used...
nah4891
Offline Send Email
Nov 8, 2007
12:26 pm
8136
Hello, on my computer I have RAS connections belonging to different users, and some of those connections are only to be used by the user who created them....
Cristi
wtherapy
Online Now Send Email
Nov 8, 2007
12:27 pm
8137
Consider a setup where PktRedir is bound to two network adapters: A and B. For each adapter you can use two (2) PktRedir handles: hALower =...
Thomas F. Divine
pcatom
Offline Send Email
Nov 8, 2007
1:12 pm
8138
Nowadays, I'm implementing TDI Client which receives the UDP datagram of interest. 1. I've created the system thread using PsCreateSystemThread() => OK 2. I've...
seongjoy
Offline Send Email
Nov 9, 2007
2:40 pm
8139
Hello, I am involved in an IP fragments reassembly for filtering outgoing IP packets. My problem is how to handle fragment overlapping. Suppose I have...
Cristi
wtherapy
Online Now Send Email
Nov 9, 2007
2:40 pm
8140
Well fragments I've dealt with normally don't overlap. If they do overlap, shouldn't the overlapping data be the same? If the data is not the same, I'm not...
Ryan Hagelstrom
rhagelstrom@...
Send Email
Nov 9, 2007
3:41 pm
8141
Apologies for the off topic post, but I am having a tough time finding folks who understand the windows network stack well enough to answer the following...
Ed W
lists@...
Send Email
Nov 9, 2007
5:47 pm
8142
Hello, I am implementing Intermediate driver to do encryption and decryption of packets to connect to IPSec VPN server. Whenever I disable and Enable a...
srik545
Offline Send Email
Nov 15, 2007
1:20 pm
8143
... Unfortunately, it's hard to diagnose with the information provided. It is clear, however, that one of your modifications has caused the change in behavior....
Thomas F. Divine
pcatom
Offline Send Email
Nov 15, 2007
2:34 pm
8144
... Ed, I have encountered the same issue myself in a different context. I was writing a TDI filter that monitors traffic between client and server on the same...
Thomas F. Divine
pcatom
Offline Send Email
Nov 15, 2007
2:37 pm
8145
Hi everyone, Does anyone has experience with WinDDK 6001 giving you strange crashes? After I recompiled my code from WinDDK 3790 to WinDDK 6001, the driver ...
Alex Lee
acrilas
Offline Send Email
Nov 16, 2007
2:53 am
8146
Hi, I am writing an IM driver, and it generates packets itself to send like : Status = NdisAllocateMemoryWithTag(&Address, TotalLength, TAG); if (Status !=...
Adnan
nanda.tw
Offline Send Email
Nov 16, 2007
2:53 am
8147
Do you experience the same crashes with WDK6000? consider that WDK6001 is not a production WDK (although I wouldn't expect it to introduce bugs in the compiled...
Gianluca Varenni
gianluca_var...
Offline Send Email
Nov 16, 2007
4:57 am
8148
Hi! there. I'm now implementing the TDI Client which receive udp packets with specific destination port. I opened udp transport address using ZwCreateFile(). ...
seongjoy
Offline Send Email
Nov 19, 2007
1:50 pm
8149
The return code is telling you that ClientEventChainedReceiveDatagram is not implemented on the platform you are using. Thomas...
Thomas F. Divine
pcatom
Offline Send Email
Nov 19, 2007
2:16 pm
8150
Hello All, I am a beginner to network driver programming. I have seen various OIDs like OID_ATH_BSSID_LIST, OID_ATH_802_11_BSSID_LIST, OID_802_11_BSSID_LIST...
Maju, M IN BLR SISL
m.maju@...
Send Email
Nov 22, 2007
2:03 pm
8151
The OID_ATH_XYZ values would be proprietary to Atheros. You must ask them. Others, such as OID_802_11_XYZ are documented in the WDK/DDK help file. Just search...
Thomas F. Divine
pcatom
Offline Send Email
Nov 22, 2007
2:42 pm
8152
Hi, All, I used to write a TDI driver which can get one TCP/UDP connection's source and destination IP, port, and connection time. And I am wondering now that...
michael4338
Offline Send Email
Nov 22, 2007
3:12 pm
8153
At the TDI level you can observe TCP/UDP user data if you insert a filter over the TCP and UDP devices. Takes a fair amount of work, and your only help will be...
Thomas F. Divine
pcatom
Offline Send Email
Nov 22, 2007
3:20 pm
Messages 8124 - 8153 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