RE: [WinPcap-users] Hi!

2003-08-14 Thread Fred N. van Kempen
Lucian, My intention is to build a personal firewall but only for a LAN netcard (I have read about the leak of PPP standardisation but that is not a problem for me). There are some other reasons for I can't build a firewall? The Pcap library (for UNIX), and its Windows equivalent, WinPcap,

RE: [WinPcap-users] winpcap and C++ - Listing Interface Adapters ...

2003-08-14 Thread Fulvio Risso
Please install the latest Platform SDK from Microsoft. Cheers, fulvio -Original Message- From: Boris Sidoruk [mailto:[EMAIL PROTECTED] Sent: venerdi 8 agosto 2003 15.48 To: [EMAIL PROTECTED] Subject: [WinPcap-users] winpcap and C++ - Listing Interface Adapters ... I'm

Re: [WinPcap-users] How do I get the MAC address of the local device?

2003-08-14 Thread Michael VERGOZ
--SNIP-- #include windows.h #include wincon.h #include stdlib.h #include stdio.h #include time.h typedef struct _ASTAT_ { ADAPTER_STATUS adapt; NAME_BUFFERNameBuff [30]; }ASTAT, * PASTAT; ASTAT Adapter; void main (void) { NCB ncb; UCHAR uRetCode; char NetName[50];

[WinPcap-users] RE: [WinPcap-bugs] Sorry to disturb you.I'm from China.

2003-08-14 Thread Fulvio Risso
Unfortunately, this depends on the NIC card drivers. There's nothing we can do about that. fulvio PS Next time, please avoid cross posting on several mailing lists. -Original Message- From: fengxiuliuziyi [mailto:[EMAIL PROTECTED] Sent: martedì 5 agosto 2003 6.37 To: [EMAIL

Re: [WinPcap-users] Hi!

2003-08-14 Thread Daniel
You read the docs bad :) WinPcap cannot filter data, so can't do a firewall (if it did, you'd have to add the support for dialup, since winpcap doesn't work with with PPP). WinPcap is quite popular, have seen it in commercial apps...the ones thatare most useful to me is Ethereal and Nmap

Re: [WinPcap-users] Hi!

2003-08-14 Thread Daniel
No PPP is not a reason for WinPcap being incapable of being a firewallit's the way it's made. It won't allow you to block anything because it's not NDIS or TDI filter, it's a protocol wrapper based on TDI (from what I gathered), so it only gets data that passes through, and it can send

[WinPcap-users] How do I get the MAC address of the local device?

2003-08-14 Thread Worawat Wijarn
How do I get the MAC address of the local device? _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail ==

RE: [WinPcap-users] Preventing the install of rpcapd.exe?

2003-08-14 Thread Tracy
I do not feel that there is much of a security risk, but our clients may be concerned by software, which provides remote captures. Does the WinPcap 3.0 installer also install the rpcapd service on Windows 9x/ME? If so, is the method of removal similar to that described in my original email (i.e.