Activity for EtherApe

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

    Patch "etherape-0.9.22_json2.diff" has been applied at commit level: https://sourceforge.net/p/etherape/etherape/ci/2322333314c6a6050b2e1c08ee4396ed7191598e/tree/

  • Ronald W. Henderson Ronald W. Henderson committed [94e14d] on etherape

    Man page typo fixes.

  • Ronald W. Henderson Ronald W. Henderson committed [adacc3] on etherape

    Do not display a node prior to its position calculated.

  • Ronald W. Henderson Ronald W. Henderson committed [aa8cd2] on etherape

    Better nodes and links expiration during low capture rates.

  • R. Ghetta R. Ghetta committed [5be959] on etherape

    fix: sometimes (e.g. when the display is empty) scale becomes too high

  • Ronald W. Henderson Ronald W. Henderson committed [af9435] on etherape

    pcap stats now displayed on one line

  • Ronald W. Henderson Ronald W. Henderson committed [449449] on etherape

    Fix for avoiding adding duplicate legend widgets

  • Ronald W. Henderson Ronald W. Henderson committed [919307] on etherape

    Fix for text appearance in these pull downs: Central Node and Capture filter

  • Ronald W. Henderson Ronald W. Henderson committed [dde84a] on etherape

    XML escape improvements

  • Ronald W. Henderson Ronald W. Henderson committed [0c2755] on etherape

    Updated Preferences dialog help and figures

  • Ronald W. Henderson Ronald W. Henderson committed [fe1471] on etherape

    Code clean up

  • Ronald W. Henderson Ronald W. Henderson committed [232233] on etherape

    Added Exporting data in JSON format

  • Ronald W. Henderson Ronald W. Henderson committed [8fcc6b] on etherape

    Update NEWS entry

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

    Revised Patch Commit: Notes: 1) Fixed node_id_json() - Mode: TCP -> A use case I did not consider for JSON export. 2) generate_json() now properly gfree's all allocated char pointer references. 3) A new json_escape() method was introduced that: Handles: ", \, \b, \f, \n, \r, \t and all control characters (0-31) for safe JSON encoding. Any exported JSON string data now uses this method. 4) All newly add functions will adhere to C99 with variables declared at point of usage. I went back and revised....

  • R. Ghetta R. Ghetta committed [18cab7] on etherape

    update man page

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

    extend xmlescape

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

    Riccardo: Thanks for your comments. I will take into account of all your concerns. Let me correct and improve the code and then I will resubmit. ---Ron Henderson

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

    Good idea! Nowadays json is used everywhere, supporting this will be very useful indeed. Thank you! There are some points to improve, however: I believe there is a bug in node_id_json: in tcp mode, ip and port should be joined with a comma, not a space (it worked ok in xml because it was surrounded by tags) generate_json doesn't seem to gfree all the strings used, only jsonh and oldlocale while I think it's unlikely that service/ip names would contain invalid json characters, the dumper would be...

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

    I have extended the Export file format to now include JSON data output encoding. I did the best that I could for translating XML to JSON object names and key:values pairs. This new feature comes with extensive testing. Notes: 1) The Export file format type is now a selection in the Preference dialog. 2) I tested output for these 3 cases: USR1 signal, Export manually and End of a capture read file. 3) A new Preference dialog image in png and eps are attached. 4) Docbook updates include the new Export...

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

    I have extended the Export file format to now include JSON data output encoding. I did the best that I could for translating XML to JSON object names and key:values pairs. This new feature comes with extensive testing. Notes: 1) The Export file format type is now a selection in the Preference dialog. 2) I tested output for these 3 cases: USR1 signal, Export manually and End of a capture read file. 3) A new Preference dialog image in png and eps are attached. 4) Docbook updates include the new Export...

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

    georgian translation, thanks to Temuri Doghonadze

  • R. Ghetta R. Ghetta posted a comment on merge request #1

    Merged, many thanks. Sorry for the wait, didn't notice your MR (it's the first one with this method)

  • R. Ghetta committed [73a734] on etherape

    Merge /u/temurisf/etherape/ branch default into default

  • R. Ghetta R. Ghetta merged merge request #1 on etherape

    po: Add Georgian translation

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

    F11 to make EtherApe fullscreen, by Ronald W. Henderson

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

    saving window size, by Ronald W. Henderson

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

    avoid multiple close event, by Ronald W. Henderson

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

    applied, many thanks!

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

    applied, thank you R

  • 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

1 >
MongoDB Logo MongoDB