Activity for EtherApe

  • Temuri Doghonadze Temuri Doghonadze created merge request #1 on etherape

    po: Add Georgian translation

  • Ronald W. Henderson Ronald W. Henderson posted a comment on discussion Open Discussion

    I personally like this one to be able display the monitor diagram in full screen my itself without any other menus or areas shown. Usage: Make the monitor diagram full screen. While in full screen mode, one can hide / show (i.e., toggle) the main menu using the mouse right-click anywhere within the diagram. This allows for displaying the monitor diagram only. Of course the Legend, Toolbar and Status areas need to be disabled also. Notes: 1) >All main menu hot-keys (e.g., F11) are deactivated when...

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    On 22/02/26 18:31, Ronald W. Henderson wrote: 1) Please correct my name to Ronald Henderson, not Roland Henderson ( Thank You 🙂 ) Oh, I'm so sorry, corrected! Thank you, Riccardo

  • R. Ghetta R. Ghetta committed [20df4f] on etherape

    I mistyped the name of Ronald Henderson, many apologies.

  • Ronald W. Henderson Ronald W. Henderson posted a comment on discussion Open Discussion

    If you close out the preference dialog (i.e., not Cancel it) I was able to debugged that multiple GTK3 delete-events occurred. This causes EtheApe to crash ( A NULL temp preference structure is copied into the primary preference structure). This patch is a work around and detects if a delete-event has already occurred. I could not figure out why multiple (i.e. 2) delete-events occurs when the X Button for closing out the preference dialog window is happening. I am using Fedora, with the mate des...

  • Ronald W. Henderson Ronald W. Henderson posted a comment on discussion Open Discussion

    This feature allows the EtherApe window size (Width x Height) in pixels to be stored when saving preferences. The next time EtherApe is started this saved window size will be initially used. The size will also dynamically be updated if you resize the EtherApe window while the Preference Dialog is displayed. The initial window size is now set to 800x600. ***Notes: 1) Please correct my name to Ronald Henderson, not Roland Henderson ( Thank You :) ) 2) A diff is attached for all changes to implement...

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    applied, many thanks

  • R. Ghetta R. Ghetta committed [91443c] on etherape

    implement a command to clear the address cache, by Roland W. Henderson

  • Ronald W. Henderson Ronald W. Henderson posted a comment on discussion Open Discussion

    I have implemented a Clear IP Cache feature in the View Menu (Ctrl-C) for your consideration with an attached diff file. Reasoning: Recent versions of c-ares ares_gethostbyaddr() do consult /etc/hosts for reverse DNS lookups. If one wants to add aliases in their /etc/hosts file or make name changes, updated name resolving in etherape will not occur until the IP Cache has been expired or pruned. This can take minutes or not occur at all. A restart of etherape will then be required and is not desirable....

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    Thanks, applied. BTW, now the Group unknown ports option handles also unknown IP protocol numbers (Known ones are hard coded)

  • R. Ghetta R. Ghetta committed [ed92aa] on etherape

    modernize configure.ac

  • R. Ghetta R. Ghetta committed [a62047] on etherape

    fix deprecations and warnings

  • R. Ghetta R. Ghetta committed [ef8ee3] on etherape

    refactor start/stop logic

  • R. Ghetta R. Ghetta committed [be0899] on etherape

    fix capture stats display

  • R. Ghetta R. Ghetta committed [cf1874] on etherape

    size diagram to node centers

  • R. Ghetta R. Ghetta committed [10904c] on etherape

    gtkdrawingarea

  • R. Ghetta R. Ghetta committed [c1e7af] on etherape

    modernize configure.ac

  • R. Ghetta R. Ghetta committed [961e79] on etherape

    fix deprecations and warnings

  • R. Ghetta R. Ghetta committed [c5e852] on etherape

    refactor start/stop logic

  • R. Ghetta R. Ghetta committed [4c0aa4] on etherape

    fix capture stats display

  • R. Ghetta R. Ghetta committed [6664ba] on etherape

    size diagram to node centers

  • R. Ghetta R. Ghetta committed [1504fc] on etherape

    gtkdrawingarea

  • R. Ghetta R. Ghetta committed [de42ed] on etherape

    review timings

  • R. Ghetta R. Ghetta committed [ff3792] on etherape

    PROVE - usa pid per trovare window, salva in references durante la scansione di riferimento

  • R. Ghetta R. Ghetta committed [0b5dde] on etherape

    default-prefs parameter to force using default preferences for testing

  • R. Ghetta R. Ghetta committed [780198] on etherape

    PROVE test visual + xml

  • R. Ghetta R. Ghetta committed [58ecc0] on etherape

    PROVE - visual test

  • R. Ghetta R. Ghetta committed [3f8918] on etherape

    simplify pipeline: no prepare stage (useless with docker builds), disable debian and opensuse

  • R.Ghetta committed [5f44a7] on etherape

    ci changes

  • R. Ghetta R. Ghetta committed [d0c20a] on etherape

    document new behaviour of unknown ip

  • R. Ghetta R. Ghetta committed [55340d] on etherape

    better documentation for unknown ports, by Roland W. Henderson

  • R. Ghetta R. Ghetta committed [74f978] on etherape

    shown protocol number of unknown ip protocols

  • Ronald W. Henderson Ronald W. Henderson modified a comment on discussion Open Discussion

    Attached is a documentation patch to better clarify the "Group unknown ports" option: TCP:port1-port2 or UDP: port1-port2 Thank you for your consideration.

  • Ronald W. Henderson Ronald W. Henderson modified a comment on discussion Open Discussion

    Attached is a documentation patch to better clarify the "Group unknown ports" option: TCP:port1-port2 or UDP: port1-port2 Thank you for your consideration.

  • Ronald W. Henderson Ronald W. Henderson modified a comment on discussion Open Discussion

    Attached is a documentation patch to better clarify the "Group unknown ports" option: TCP:port1-port2 or UDP: port1-port2 Thank you for your consideration.

  • Ronald W. Henderson Ronald W. Henderson posted a comment on discussion Open Discussion

    Attached is a documentation patch to better clarify the "Group unknown ports" option: TCP:port1-port2 or UDP: port1-port2 Thank you for your consideration.

  • Ronald W. Henderson Ronald W. Henderson posted a comment on discussion Open Discussion

    Wow, learning something new every day. I deactivated the group unknown ports option and worked perfectly. Thank you.

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    mmm, this should only happen if you have the group unknown ports option active. If deactivated, the ports should be shown as TCP:xxx-yyy

  • Ronald W. Henderson Ronald W. Henderson posted a comment on discussion Open Discussion

    It would be beneficial to display the TCP or UDP port number for unknown services rather than displaying a '-' (dash) in the protocol information window. I tried to look at the code but was not successful to implement and provide an enhancement patch. One has to use a protocol analyzer to find out what ports are associated with unknown services. BTW: The etherape display is now much smoother and less corrupt since the change from using GooCanvas to the GtkDrawingArea replacement integration. Thank...

  • R. Ghetta R. Ghetta committed [0c88fb] on www

    rel-0.9.21

  • EtherApe EtherApe released /etherape/0.9.21/README.txt

  • EtherApe EtherApe released /etherape/0.9.21/README

  • EtherApe EtherApe released /etherape/0.9.21/etherape-0.9.21.tar.gz

  • R. Ghetta R. Ghetta committed [445cb1] on etherape

    Added tag 0.9.21 for changeset 61c827bab9d2

  • R. Ghetta R. Ghetta committed [61c827] on etherape

    update news and authors, adding missing contributors

  • R. Ghetta R. Ghetta committed [ead132] on etherape

    remove gcc extension for clang compatibility

  • R. Ghetta R. Ghetta committed [1c1e51] on etherape

    autoconf 2.71 seems too new for some distros

  • R. Ghetta R. Ghetta committed [6a3373] on etherape

    new behaviour: save xml file at end always exit

  • R. Ghetta R. Ghetta committed [0dda01] on etherape

    fix startup messages and errors

  • R. Ghetta R. Ghetta committed [f745a9] on etherape

    replace GooCanvas with GtkDrawingArea

  • R. Ghetta R. Ghetta committed [34e94d] on etherape

    bump to 0.21

  • R. Ghetta R. Ghetta committed [e467e0] on etherape

    small fixes

  • R. Ghetta R. Ghetta committed [68cf24] on etherape

    [mq]: prove cmake

  • R. Ghetta R. Ghetta committed [f7a80a] on etherape

    fix for gcc 15, thanks to Petr Gajdos

  • R. Ghetta R. Ghetta committed [74d049] on etherape

    small fixes

  • R. Ghetta R. Ghetta modified ticket #112

    faill with gcc15

  • R. Ghetta R. Ghetta posted a comment on ticket #112

    applied, many thanks

  • Petr Gajdos Petr Gajdos created ticket #112

    faill with gcc15

  • R. Ghetta R. Ghetta committed [be97f3] on etherape

    fix for german translation, thanks to Ronald W. Henderson

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    done, thanks

  • Ronald W. Henderson Ronald W. Henderson posted a comment on discussion Open Discussion

    /usr/bin/msgfmt -v -c --statistics --verbose -o de.gmo de.po de.po:25: number of format specifications in 'msgid' and 'msgstr' does not match /usr/bin/msgfmt: found 1 fatal error de.po: 262 translated messages. fix: Change line: 25 from msgstr "Die Schnittstellendatei konnte nicht geladen werden: %s" to: msgstr "Die Schnittstellendatei konnte nicht geladen werden: '%s'!: %s"

  • R. Ghetta R. Ghetta committed [a5d88c] on etherape

    updated german translation, thanks to Christoph Brinkhaus (submitted by the Debian maintainer Patrick Matthäi)

  • R. Ghetta R. Ghetta modified ticket #105

    Etherape 0.9.18 has high resource usage on FreeBSD

  • R. Ghetta R. Ghetta posted a comment on ticket #22

    Have you tried EtherApe -P option ? It allows you to position specific nodes in virtual columns. You need to know the fixed nodes in advance and it's not interactive, but it might still be enough. From the manual: -P file with list of nodes and their columns --position=file with list of nodes and their columns Manually position nodes using columns. The input file takes the format of: node.mydomain.com 1 router1.mydomain.com 2 router2.mydomain.com 2 172.16.2.[0-9] 1 ..mydomain.com 1 ff02:. 2 fe80:....

  • drew1horn drew1horn created ticket #22

    Select, Drag, and Pin Nodes

  • R. Ghetta R. Ghetta posted a comment on discussion Help

    Capturing packets requires elevated privileges. On most distributions you need to start EtherApe as root.

  • Gene N Ives Gene N Ives posted a comment on discussion Help

    Just install thru discovery in to Linux but will not launch. Keeps saying I do not have permission to capture. What does that mean, how do i correct?

  • R. Ghetta R. Ghetta posted a comment on discussion Help

    Hi, netinet/ether.h is a system include, usually included with the development package of glib (glib-devel or something like that). --with-internal-glib is used only if compiling with a personalized glib. If configure complains about a missing package, usually it needs a development package, usually with a dev or devel suffix ( for example lib64goocanvas2.0-devel)

  • IanGr IanGr posted a comment on discussion Help

    On make I got fatal error: 'netinet/ether.h' file not found, but there is no netinet folder at all, let alone an ether.h file. ?? I had got through the ./configure stage after a couple of tries. Initially it claimed: configure: error: Package requirements (glib-2.0 goocanvas-2.0) were not met, but I already had glib-2.72.3. I then installed goocanvas and itstool (after alerted by another try at configure). Then the ./configure --with-internal-glib completed without error, although it warned that...

  • R. Ghetta R. Ghetta committed [1551e1]

    fix

  • R. Ghetta R. Ghetta committed [eb4ae1]

    mkinstalldirs is checked but non really used

  • R. Ghetta R. Ghetta committed [f9d1ea]

    silence flawfinder

  • R. Ghetta R. Ghetta committed [383b46]

    modernize autotools, remove obsolete files

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    Sorry, but I really don't know. FWIW everything works for me. I can only recommend to build and try the latest release. Fedora carries 0.9.18 which is rater old.

  • meticulous meta meticulous meta posted a comment on discussion Open Discussion

    I am tethering and got black screens. Tried several recommend things , Failed. Settings ..ect..

  • meticulous meta meticulous meta posted a comment on discussion Open Discussion

    So whats the solution? hello? bchiara, toledo, zevweiss?

  • R. Ghetta R. Ghetta committed [2a39c4]

    remove deprecated pcap_lookupdev

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    I'm sorry, but then I don't know. For what is worth, I have a machine with a similar setup (not with fedora, tough) and it works. In 0.9.19 and .20 there was some small changes to the diagram code. I don't know if those will make any difference, but perhaps you can build the latest version yourself and see if it works ? I know it's a last resort solution, but unfortunately I don't have a better one.

  • Dankaházi (ifj) István Dankaházi (ifj) István posted a comment on discussion Open Discussion

    i use nvidia driver / x11 Perhaps you can try to force redraws by stopping and then restarting the capture, and changing settings, like node radius multiplier, size mode and protocol colors. tried them all, no change black color obscures all nodes and lines

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    fedora 34 has still 0.9.18 wich is old; still it's strange. Are you using wayland or standard X (afaik is does not make any difference, just speculating). Perhaps you can try to force redraws by stopping and then restarting the capture, and changing settings, like node radius multiplier, size mode and protocol colors.

  • Dankaházi (ifj) István Dankaházi (ifj) István modified a comment on discussion Open Discussion

    I understand, but so almost nothing is seen on the screen (missing all line, color and circle) only ip addresses are visible

  • Dankaházi (ifj) István Dankaházi (ifj) István modified a comment on discussion Open Discussion

    I understand, but so almost nothing is seen on the screen (missing all line and circle) only ip addresses are visible

  • Dankaházi (ifj) István Dankaházi (ifj) István modified a comment on discussion Open Discussion

    I understand, but so almost nothing is seen on the screen (missing all line and circle)

  • Dankaházi (ifj) István Dankaházi (ifj) István modified a comment on discussion Open Discussion

    I understand, but so almost nothing is seen on the screen

  • Dankaházi (ifj) István Dankaházi (ifj) István posted a comment on discussion Open Discussion

    I understand, () but so almost nothing is seen on the screen

  • R. Ghetta R. Ghetta committed [47e53b]

    downgrade ignorable diagnostic message, remove unneded assertion

  • R. Ghetta R. Ghetta modified a comment on discussion Open Discussion

    No one. The drawing failure/gtk warning messages are internal warnings of gtk+ and goocanvas, just ignore them. The sctp protocol messages are also harmless; service files contain entries for sctp ports; etherape handles only tcp/udp and spews those messages to notify the user. The message should be more informative, though, and perhaps hidden by default.

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    No one. The drawing failure messages are internal warnings of gtk+ and goocanvas, just ignore them. The sctp protocol messages are also harmless; service files contain entries for sctp ports; etherape handles only tcp/udp and spews those messages to notify the user. The message should be more informative, though, and perhaps hidden by default.

  • Dankaházi (ifj) István Dankaházi (ifj) István posted a comment on discussion Open Discussion

    Fedora 34 error (etherape:266822): Gtk-WARNING : 14:12:00.817: drawing failure for widget 'GooCanvas': invalid matrix (not invertible) * (etherape:266822): Gtk-WARNING : 14:12:00.817: drawing failure for widget 'GtkScrolledWindow': invalid matrix (not invertible) (etherape:266822): Gtk-WARNING : 14:12:00.817: drawing failure for widget 'GtkBox': invalid matrix (not invertible) * (etherape:266822): Gtk-WARNING : 14:12:00.817: drawing failure for widget 'GtkBox': invalid matrix (not invertible) (etherape:266822):...

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    Have you filed a bug on ubuntu ?

  • mike dema mike dema posted a comment on discussion Open Discussion

    version in package repository is 0.9.18.2. System is configured with multiple vlan networks. console messages include EtherApe-WARNING **: 15:41:47.516: protocol "NFS" too deeply nested, ignored nfs is configured to run on only one of the vlans many messages from tcpdump when etherape is started in the form of 15:44:51.024320 IP _gateway.domain > euclid.40708: 10436 1/0/0 PTR static-64-17-34-30.cust.crystone.se. (91) 15:44:51.025776 IP _gateway.domain > euclid.40708: 52874 1/0/0 PTR static-64-17-34-31.cust.crystone.se....

  • R. Ghetta R. Ghetta posted a comment on discussion Open Discussion

    I've done a quick check on ubuntu sources (0.9.19-2) and everything seems in order. Ditto for etherape sources on sourceforge. Have you filed a bug on ubuntu ?

  • mike dema mike dema posted a comment on discussion Open Discussion

    when starting etherape on ubuntu linux tcpdump shows it trying to access the complete ipaddress range 64.17.xxx.xxx sequentially. CORENAP-NETBLOCK-04

  • R. Ghetta R. Ghetta committed [cd2b9b]

    release 0.9.17

  • R. Ghetta R. Ghetta committed [8493bd]

    release 0.9.18, defaults to https

  • R. Ghetta R. Ghetta committed [219d7b]

    Atlassian removes Mercurial support from Bitbucket

  • R. Ghetta R. Ghetta committed [c03499]

    release 9.0.19

  • R. Ghetta R. Ghetta committed [1b3cb0]

    announce gitlab mirror

  • R. Ghetta R. Ghetta committed [ecb523]

    fix obsolete links

  • R. Ghetta R. Ghetta committed [e3e46f]

    rel-0.9.20

1 >
MongoDB Logo MongoDB