This list is closed, nobody may subscribe to it.
| 2000 |
Jan
|
Feb
(10) |
Mar
(48) |
Apr
(39) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
(1) |
Nov
(3) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(8) |
May
(16) |
Jun
(3) |
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2002 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(8) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
| 2003 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(4) |
Sep
|
Oct
(2) |
Nov
(3) |
Dec
(2) |
| 2004 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
(9) |
Oct
(3) |
Nov
|
Dec
(1) |
| 2005 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(2) |
Jun
(4) |
Jul
(1) |
Aug
(4) |
Sep
(3) |
Oct
(1) |
Nov
(4) |
Dec
(3) |
| 2006 |
Jan
(3) |
Feb
(4) |
Mar
(1) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Juan T. <to...@us...> - 2000-03-01 21:43:01
|
> I have succeeded to compile etherape 0.1.7 on > Sparc Solaris 7 with gcc 2.95.2. The only thing > to change was 2 lines in src/diagram.c (line 132 > and 133, replace sinf and cosf with just sin and > cos). I'm so glad to hear that! :-) Thank you. I hope you find it useful. And go look at 0.1.8. It has my first shot at interman capabilities. Regards, Juan. |
|
From: George <arc...@db...> - 2000-03-01 20:48:48
|
This message was sent from Geocrawler.com by "George" <gk...@ho...> Be sure to reply to that address. Running RH6.1 on an Intel P75 with 64 megs Ram, adaptec SCSI, dual 3c905b interfaces. I've applied all the latest updates from from the RH site. Downloaded, compiled and installed 0.1.4, 0.1.5, 0.1.6, and 0.1.7. Nothing happens, nothing appears, can't use the New, Open, Save buttons, although using the same functions from the pull-down menus gives me the popup window telling me that the message isnt there yet. Let 0.1.7 run for about an hour, still nothing appears. Used tcpdump to check the interface, tons of stuff passing through. When I start etherape, I get: " DEBUG: pcap_fd: 5 " in the console window. Best regards, George Geocrawler.com - The Knowledge Archive |
|
From: Alexandre S. <arc...@db...> - 2000-03-01 20:48:47
|
This message was sent from Geocrawler.com by "Alexandre Sorokine" <so...@vt...> Be sure to reply to that address. Hi All! I have succeeded to compile etherape 0.1.7 on Sparc Solaris 7 with gcc 2.95.2. The only thing to change was 2 lines in src/diagram.c (line 132 and 133, replace sinf and cosf with just sin and cos). Geocrawler.com - The Knowledge Archive |
|
From: Juan T. <to...@us...> - 2000-03-01 10:40:49
|
On Tue, Feb 29, 2000 at 10:15:06PM -0500, Don Johnson wrote: > yeha. eh hows it goin? > i just had a little idea for etherape: can you make it show the direction > somehow of where the data is going between two points? that would be great > to see who's taking the pipes most. thanks...lemme know if this is > possible > I've jsut realized this is already possible! :-) Using pcap filtering you can do all sorts of things. In your case, if you want to see who is sucking the most out of your router you would run etherape as etherape -f "src router" where router is either the name or the ip address of your router. Have a look at the tcpdump manpage for the filtering syntax. Regards, Juan. |
|
From: Juan T. <to...@us...> - 2000-03-01 07:29:23
|
On Tue, Feb 29, 2000 at 07:51:48PM -0500, Mike Geiger wrote: > Wow - All I can say is thanks for making this! I used etherman/netman on > Slowlaris when I worked at Nortel, but when I left for the Linux > world... I really missed this tool! Thank you so much. :-) > Unfortunately, I had a snag when compiling: > > ... > Making check in src > make[1]: Entering directory `/root/etherape-0.1.7/src' > gcc -g -O2 -Wall -Wunused -o etherape main.o diagram.o capture.o > resolv.o util.o support.o interface.o callbacks.o -rdynamic -L/usr/lib > -L/usr/X11R6/lib -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE > -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd > -laudiofile -lm -ldb -lglib -ldl -lpcap > /usr/i386-slackware-linux/bin/ld: cannot open -lesd: No such file or > directory > collect2: ld returned 1 exit status > make[1]: *** [etherape] Error 1 > make[1]: Leaving directory `/root/etherape-0.1.7/src' > make: *** [check-recursive] Error 1 The funny thing is that etherape doesn't use most of those libraries, and particularly, it doesn't use the sound daemon. It's just that I think all gnome apps have to link with it, and glade added them for me. Just edit the Makefile and extract -lesd from the line starting with GNOMEUI_LIBS > configure went along happily, but make stopped when it got here.... I > don't have a lot of programming experience, so this is a low-priority > cry for help. This is weird as well. Most of the configuring script is done by me automatically by glade, and I hadn't noticed it is not looking for the sound daemon. I'll try to fix it going the other way around: not requiring so many libraries that do nothing for etherape. > Thanks Your welcome, dear co-developer. :-) > Myke Geiger |
|
From: Juan T. <to...@us...> - 2000-03-01 07:16:41
|
> i just had a little idea for etherape: can you make it show the direction > somehow of where the data is going between two points? that would be great > to see who's taking the pipes most. thanks...lemme know if this is > possible > The support is almost there already. Notice the debug messages. It recognizes links in both directions. And actually I drawing them twice! One over the other! :-) I just need to add a command line option to draw only incoming/outcoming traffic. Ok. I'll try to have it done for next version. Regards, Juan. |
|
From: Juan T. <to...@us...> - 2000-02-29 06:41:35
|
On Tue, Feb 29, 2000 at 04:11:18AM +0000, mar...@kn... wrote: > Hello Juan, > I'm vy sorry but I made a 'thinking' mistake ... > I thought etherape was taking action by trying to discover the network .. My setup here is a Cisco 760 and dialin ISDN2 so no network present .... > Should explain clear screen ;-) I don't quite understand you, but since you are happy... :-) > Any change you can add say a range op ip-numbers to ping ?? > I'm just dreaming ;-) Its 05:00 local Adding pcap filtering capabilities is planned, but pcap filtering does not accept ranges, and so I'm eagerly awaiting for ethereal developers to finnish their pcap replacement wiretap, which does. > I manage fm home a number of Cisco's and HP on remote oil-rigs for weather and tidal data .. That's why I wanted to give ur software a go ... Thanks for your comment. It's comments like this that make me feel useful and (unfortunatelly) wake me up in my sleep at 6:00 to keep on working on etherape. :-) Regards, Juan. |
|
From: Juan T. <to...@us...> - 2000-02-29 06:41:27
|
On Mon, Feb 28, 2000 at 06:57:29PM -0300, Claudio Matsuoka wrote: > > Hi. > > I used etherman on Solaris many years ago, and it was nice to see that > ball-crowded screen again :) > > I'm just writing to ask you, any plans to write a clone of Etherman's > companion Interman? > > Considering the speed of etherape's development, yes it's certainly on mind. (But further down along the road, just don't expect it to come out next week) :-) At the Escuela Superior de Ingenieros de Sevilla we'd call that a "poyaque". :-) Regards, Juan. |
|
From: <mar...@kn...> - 2000-02-29 04:16:45
|
Hello Juan, I'm vy sorry but I made a 'thinking' mistake ... I thought etherape was taking action by trying to discover the network .. My setup here is a Cisco 760 and dialin ISDN2 so no network present .... Should explain clear screen ;-) Any change you can add say a range op ip-numbers to ping ?? I'm just dreaming ;-) Its 05:00 local I manage fm home a number of Cisco's and HP on remote oil-rigs for weather and tidal data .. That's why I wanted to give ur software a go ... Regards, Mar |
|
From: Juan T. <to...@us...> - 2000-02-28 20:23:03
|
On Mon, Feb 28, 2000 at 03:49:24PM -0400, James Terhune wrote: > > Hi, I'm downloaded & installed versions 0.14, 0.15, and 0.16, but I can't > get anything to show up in the window. > > I'm using libpcap 0.40, with a RedHat 6.1 distribution on an AMD K6-450 > with 128 MB RAM. Tcpdump shows a lot of data, about 5 packets/second, so > libpcap must be working. > > When I start up etherape, all I see is: > DEBUG: pcap_fd: 4 > > > When it's running, top reports: > > PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND > 3125 root 0 0 3564 3564 2752 S 0 0.0 2.7 0:00 etherape > > (note the 0.0 %CPU) which, to me would indicate it not receiving any > packet information. I left 0.15 up for about 2 hours, but nothing showed > up. > Copied. After received the third report today, I remembered that ethereal developers were complaining about some unstandard patch that RedHat was appliying to their pcap package. I'll have a look at their source to see if they do anything specific. Thanks for the report, though. The first one with useful information. :-) Stay tuned. I'll try to get it solved in the next version. :-) |
|
From: James T. <ja...@in...> - 2000-02-28 19:51:47
|
Hi, I'm downloaded & installed versions 0.14, 0.15, and 0.16, but I can't get anything to show up in the window. I'm using libpcap 0.40, with a RedHat 6.1 distribution on an AMD K6-450 with 128 MB RAM. Tcpdump shows a lot of data, about 5 packets/second, so libpcap must be working. When I start up etherape, all I see is: DEBUG: pcap_fd: 4 When it's running, top reports: PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND 3125 root 0 0 3564 3564 2752 S 0 0.0 2.7 0:00 etherape (note the 0.0 %CPU) which, to me would indicate it not receiving any packet information. I left 0.15 up for about 2 hours, but nothing showed up. James -- James Terhune Team Leader - Telephony Application Development Indosoft Inc. - Fredericton, NB, Canada http://www.indosoft.nb.ca/~jamest/ +1 506 457 2107 (office) +1 506 459 7224 (fax) |
|
From: Juan T. <to...@us...> - 2000-02-28 19:44:28
|
On Mon, Feb 28, 2000 at 11:32:03AM -0800, Matt Stevenson wrote: > > Nice looking project! I've compiled/installed it (0.1.6), > and it loads, but what exactly is it supposed to do? I > understand it maps IP to IP address, but nothing ever seems > to happen in my window. I tell it to monitor my eth0 > device, and I can load and quit the program, but it never > displays any IP traffic (believe me there is plenty on my > segment) > > I couldn't find any docs/howto's so sorry if I missed an > obvious step here! > > Matt Humm.. I got the same report this morning. I need more info. What distribution are you using? What pcap library version and package version? Does tcpdump show anything, ethereal? Please provide as much info as possible :-) Juan. |
|
From: Juan T. <to...@us...> - 2000-02-28 12:08:34
|
> Hello Juan, > no I don't see anything .. Just an empty window .. No reaction at all after clicking on various options .. I was just wondering if I was doing anything wrong :-) ... Look rather nice / usefull to me .. That's why .. > Keep up the good work ... You'll get going !! > Regards, > Mar > The diagram should come out inmediately, if there is any traffic. I need more info. What distribution are you using? What version of pcap? Do you see any traffic when running tcpdump or ethereal? Please provide as much info as you can think of. And thanks for reporting. :-) For your one report, there is probably dozes of people what all fuzz with etherape is about, if it just shows a blank window. :-) Juan. |
|
From: Juan T. <to...@us...> - 2000-02-28 08:23:29
|
On Mon, Feb 28, 2000 at 05:34:37AM +0000, mar...@kn... wrote: > Hi, > my name is Mar and I like what I've seen so far .. Got the latest release 0.1.5 .. look fine .. But .. Nothing happens .. I can click pref or setup nothing .. It complied installed ok .. Running SuSe-6.3 on HP Vectra VE 400 MHz ... > GnomeUI-WARNING **: While connecting to session manager: > Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed. > DEBUG: pcap_fd: 4 Let's see. Let me first ask you something? Do you see the diagram? I'm afraid that's about all etherape can do right now. The only UI bits that do work is the node resizer slider and the about box. Everything else is just a place holder. But I'm getting there. :-) The GnomeUI-WARNING I don't know, this is my first Gnome app, but I suspect it's not related to etherape. It might even be X related, I really don't know. Hope this helps. :-) Juan. |
|
From: <mar...@kn...> - 2000-02-28 05:39:53
|
Hi, my name is Mar and I like what I've seen so far .. Got the latest release 0.1.5 .. look fine .. But .. Nothing happens .. I can click pref or setup nothing .. It complied installed ok .. Running SuSe-6.3 on HP Vectra VE 400 MHz ... GnomeUI-WARNING **: While connecting to session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed. DEBUG: pcap_fd: 4 That's the message .... Thank you in advance Regards, Mar |
|
From: Mónica F. <mon...@ho...> - 2000-02-27 12:24:33
|
Hello. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |