Started 2 months, 1 week ago (2008-09-11 02:01:00)
by Jag
Hi all, I am trying to fetch the MACID of my System using UUID structure.the last 12 digits gives the MACID,but there is a problem in windows 2000 machine that this MacID gives me
different values every time when i execute UuidCreateSequential for the same machine..... what might be the problem,help in this regard is ...
Started 2 months, 1 week ago (2008-09-12 04:05:00)
by Dmitry Perets
Hello, I want to write a small DLL (in C++) which returns a MAC address of the running machine. But the point is that I need only the MAC address of built-in "wired"
network card. I want to ignore all kinds of wireless cards, like Bluetooth, Wi-fi etc. Also I want to ignore all kinds of external cards (like PCMCIA), even if they ...
Started 2 months, 2 weeks ago (2008-09-09 07:38:00)
by Ronny
Hi all, I'd like to inject to the Internet UDP packets to another PC but with no traces of my address. That it to say that the source address would be some other IP address. Is that possible by means of
WinPcap? Is it possible with some other library? If positive, is there some reference to a C++ code? Regards I....
Started 2 months, 1 week ago (2008-09-10 23:15:00)
by Sher
Is it possible to disable networkink card programatically? Regards
Sher
Started 2 months, 1 week ago (2008-09-12 06:25:00)
by Jason Folkens
Hi. I have a windows xp workstation thats on a windows 2003 domain named DOMAIN1. There's a trust relationship between DOMAIN1 and DOMAIN2 (another widnows 2003 active directory domain). Each domain has its own DNS server with its own Forward and
reverse lookup zones; some of the zones exist on the other domain's dns ...
Started 2 months, 1 week ago (2008-09-11 07:19:00)
by Rnjn
Hi, Is there a way of dynamically changing MTU of an adapter on the fly? Any OID value that can be sent to
NDIS(TDI/ anything else ) that can achieve this ? I am developing an application where this feature is required and changing MTU through registry is well, not a valid solution. If need be then we can implement ...
Started 2 months, 1 week ago (2008-09-11 07:59:00)
by Anand Choubey
Hi, I set
mtu value in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es \Tcpip\Parameters\Interfaces\<AdapterID> and restart the system. But GetIfEntry does not correct modified mtu value it always returns 1500. If I see packet tcp capture them MSS in syn packet shows correct modified mtu value. Please ...
Started 2 months, 1 week ago (2008-09-11 23:09:00)
by mike
The product I'm working on needs to send/receive
UDP packets from Windows XP/Vista clients to our Windows 2008 servers under most conditions. The main issue we have is where our packets are either blocked or not routed back properly due to external network. I've been researching HTTP(s) Tunnels to find a solution to our problem. Our ...
Started 2 months, 1 week ago (2008-09-11 09:01:00)
by Martijn Smitshoek
The "blessed" way to send ping messages, and the only nonprivileged way to do it in Vista, is to use a variant of IcmpSendcho. Unfortunately, you can run into a lot of trouble with these functions. They are poorly documented. Because of that, you might have a program crash, or your app might not register a valid reply even if it did...
Started 2 months, 1 week ago (2008-09-10 02:53:00)
by insane.uk@gmail.com
Hi, I've written a basic
http server that all works perfectly and sends html pages and a sample mp3 file. IE and Firefox accept the html pages and display them correctly. Both will accept the mp3 file and download it then pass it to WMP which plays it correctly. However when I use the direct Http://[address_to_mp3 ] ...