To read from a port

1998-09-14 Thread david . atkinson
My mistake !! I obviously subscribe to too many mailing lists. I assume you are after more detailed information via Java. The only way I can think of is to look after the tcpdump code and write your own interface in C using JNI. Dave Atkinson > The easiest way I know, if you just want simple pa

To read from a port

1998-09-14 Thread david . atkinson
The easiest way I know, if you just want simple parameters such as IRQ, mac address, IO ports is to boot up using a slackware boot disk with net.i. Unlike redhat, slackware has extensive support for ethernet cards and probes just about all of them when booting up with net.i, displaying any result

Re: To read from a port

1998-09-13 Thread Michael Sinz
On Sun, 13 Sep 1998 20:56:35 +0200, Carlos Garcia wrote: >Hi. There is somebody who can tell me how to get information from a >Ethernet card on my PC system? Of course, I know the protocol of the outward >system. >From the ethernet card? Or do you want to read from a TCP/IP (TCP or UDP) dat

To read from a port

1998-09-13 Thread Carlos Garcia
Hi. There is somebody who can tell me how to get information from a Ethernet card on my PC system? Of course, I know the protocol of the outward system. Thanks.