Results 1 to 5 of 5

Thread: Calling all coders...

  1. #1
    Join Date
    Apr 2006
    Beans
    Hidden!

    Calling all coders...

    With the source code of Firestarter here... http://www.fs-security.com/download.php

    How easy is it to strip down this application to just a simple application that displays one window....Active connections.

    Does anyone have the means to do this?

    Thanks.

  2. #2
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Calling all coders...

    I'm not a programmer so I can't help you with your request, but I can make a suggestion that might solve your problem. You can install iptraf if you want to monitor active connections (you can also optionally log all connections):
    Code:
    sudo apt-get install iptraf
    It doesn't have a graphical interface--you have to run it from the command-line--but it's simple and readable.

    You could also monitor traffic with Wireshark or tcpdump.

  3. #3
    Join Date
    Apr 2006
    Beans
    Hidden!

    Re: Calling all coders...

    I found the best tool ever called Netactview.

    Netactview is a graphical network (active) connections viewer for Linux, similar in functionality with Netstat (OR TCPView). It includes features like process information, host name retrieval, automatic refresh and sorting. It has a fully featured GTK 2 graphical interface.

    http://netactview.sourceforge.net/index.html

    This lil program is good stuff!

  4. #4
    Join Date
    Mar 2007
    Location
    Ottawa, Ontario, Canada
    Beans
    142

    Re: Calling all coders...

    Conky has this functionality.

  5. #5
    Join Date
    Mar 2007
    Location
    Georgia, USA
    Beans
    304
    Distro
    Ubuntu

    Re: Calling all coders...

    You probably want the Development & Programming forum.
    Focus on how it can be rather than how it could've been.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •