Re : HTTP behind proxy

Hi,

Now if the proxy has blocked the client’s IP adress from accessing the http content on port 80. then “is” there any way to fool the proxy … Say when the http request goes to proxy, the IP adress of the system is a fake one, or the one which is not in the range of blocked one’s…

Try working on NIC address, there are “ARP Table Class” in “IP Helper APIs” read more from
http://support.microsoft.com/support/kb/articles/Q193/0/59.ASP
This could help you but only on 98 or later version of windows.

– Sumit


eLitecore Technologies Pvt. Ltd.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Good morning everybody,
Can anyone suggest me to overcome from the miniport assertion failed MINIPORT_LOCK_ACQUIRED? I’m working with deserialize IMSamp driver. After lot of efforts I figured out the assertion trace. Here is setting of my break-point
kd> bl
0 e 801784e5 0001 (0001) ntoskrnl!Exi386InterlockedExchangeUlong+125

and the log near to this break-point is following, which is clueless for me :frowning:
Eno: ClReceiveIndication (80945C28) +Adapter:h 2
Eno: (80945C28) CLReceiveIndication: Packet 80944E78 Packetsize 46
Eno: CLReceivePacket: Before NdisMIndicateReceivePacket
Eno: CLReceivePacket: After NdisMIndicateReceivePacket
Eno: (80945C28) MPReturnPacket: IM Packet 80944E78
Eno: (80945C28) -Adapter:a 1
Eno: (80945C28) CLReceiveComplete:
Eno: ClReceiveIndication (80945C28) +Adapter:h 2
Eno: (80945C28) CLReceiveIndication: Packet 80944E78 Packetsize 46
Eno: CLReceivePacket: Before NdisMIndicateReceivePacket
Eno: CLReceivePacket: After NdisMIndicateReceivePacket
Eno: (80945C28) MPReturnPacket: IM Packet 80944E78
Eno: (80945C28) -Adapter:a 1
Eno: (80945C28) CLReceiveComplete:

Breakpoint 0 hit
ntoskrnl!Exi386InterlockedExchangeUlong+125:
801784e5 fb sti
kd> p
ntoskrnl!Exi386InterlockedExchangeUlong+126:
801784e6 ffd1 call ecx
kd> p

*** Assertion failed: MINIPORT_LOCK_ACQUIRED(Miniport)
*** Source File: w:\nt\private\ntos\ndis\ndis40\mp..\efilter.c, line 2113

Break, Ignore, Terminate Process or Terminate Thread (bipt)?

What should i do next?
Tahnks,
– Sumit


eLitecore Technologies Pvt. Ltd.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com