Re: [twsocket] Requesting an Ephemeral Port

2006-05-03 Thread Widita Nugraha
lt;[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Tuesday, May 02, 2006 9:49 PM > Subject: Re: [twsocket] Requesting an Ephemeral Port > > > > Actually all I need is just to make windows ignore any tcp/udp traffic > at > a > > range of ports (eg :

Re: [twsocket] Requesting an Ephemeral Port

2006-05-03 Thread Francois Piette
Why not having two LAN cards ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Widita Nugraha" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, May 02, 2006 9:49 PM Subject: Re: [twsocket] Requesting an Ephemeral Port > A

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Widita Nugraha
Actually all I need is just to make windows ignore any tcp/udp traffic at a range of ports (eg : 3 - 4). Does Winsock have any facility to do this? The only solution I thought about right now is disabling TCP/IP on the LAN adapter that connected to Internet(WAN). I receive all the pack

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Arno Garrels
Widita Nugraha wrote: > On 5/2/06, Arno Garrels <[EMAIL PROTECTED]> wrote: >> >> Widita Nugraha wrote: >>> I think LSP is far beyond my knowledge... >>> How about using Winsock's RAW Socket capability? >> >> AFAIK RAW Sockets support writing/changing packets only in >> W2K. >> >> > not supporte

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Widita Nugraha
ents? > >> > >> Regards, > >> > >> SubZero > >> > >> - Original Message - > >> From: "Widita Nugraha" <[EMAIL PROTECTED]> > >> To: > >> Sent: Monday, May 01, 2006 8:10 PM > >> Subject: [t

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Widita Nugraha
On 5/2/06, Arno Garrels <[EMAIL PROTECTED]> wrote: > > Widita Nugraha wrote: > > I think LSP is far beyond my knowledge... > > How about using Winsock's RAW Socket capability? > > AFAIK RAW Sockets support writing/changing packets only in > W2K. > > not supported in Windows XP? -- To unsubscribe o

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Fastream Technologies
I wonder if LSP could be used with the Borland platform or is it DDK-specific? Regards, SZ - Original Message - From: "Widita Nugraha" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, May 02, 2006 6:31 PM Subject: Re: [twsocket] Requesting an Eph

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Jack
sage - >> From: "Widita Nugraha" <[EMAIL PROTECTED]> >> To: >> Sent: Monday, May 01, 2006 8:10 PM >> Subject: [twsocket] Requesting an Ephemeral Port >> >> >> > Hello, >> > I am building a NAT application using WinPCAP a

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Arno Garrels
>> From: "Fastream Technologies" <[EMAIL PROTECTED]> >> To: "ICS support mailing" >> Sent: Tuesday, May 02, 2006 10:48 AM >> Subject: Re: [twsocket] Requesting an Ephemeral Port >> >> >>> Hello, >>> >>> Is i

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Widita Nugraha
MAIL PROTECTED]> > To: > Sent: Monday, May 01, 2006 8:10 PM > Subject: [twsocket] Requesting an Ephemeral Port > > > > Hello, > > I am building a NAT application using WinPCAP and I need to request an > > ephemeral port to Windows > > > > Can any

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Widita Nugraha
tp://www.overbyte.be > > - Original Message - > From: "Fastream Technologies" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Tuesday, May 02, 2006 10:48 AM > Subject: Re: [twsocket] Requesting an Ephemeral Port > > > > Hello, >

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Francois Piette
Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, May 02, 2006 10:48 AM Subject: Re: [twsocket] Re

Re: [twsocket] Requesting an Ephemeral Port

2006-05-02 Thread Fastream Technologies
Hello, Is it really possible to build a NAT application with WinPcap/ICS? Doesn't it require a NDIS driver? Any comments? Regards, SubZero - Original Message - From: "Widita Nugraha" <[EMAIL PROTECTED]> To: Sent: Monday, May 01, 2006 8:10 PM Subject: [tw

[twsocket] Requesting an Ephemeral Port

2006-05-01 Thread Widita Nugraha
Hello, I am building a NAT application using WinPCAP and I need to request an ephemeral port to Windows Can anybody share me the code in order to request an ephemeral port? Right now, i've tried to translate the client's HTTP Syn Request to a web server, the web server replied (SYN/ACK) to my