-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (4) .- Knowledge Base  . 

QNetStatView

   1.2.0  

Qt Networking Tool

Score 66%
QNetStatView
zoom


QNetStatView
zoom


Downloads:  1962
Submitted:  Feb 19 2013
Updated:  Dec 20 2013

Description:

QNetStatView - program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections.

For openmandriva and ROSA:
urpmi qnetstatview




Changelog:

20.12.2013
- Support Qt5
- Setup programm for close connect (example killcx)

11.03.2013
- Added filter by prot and state
- Fixed compile under OS2
- Fixed minor bugs

03.03.2013
- implemented kill process.
- implemented close TCP connection (linux only)

23.02.2013
- Support windows (Over QProcess)
- Maybe will work under os/2
- Implemented sorting.
- Added russian translate.




LicenseGPL
Source(source)
MS Windows(binary windows)
other(MBS (binary deb/rpms))
Donate
Send to a friend
Subscribe
Other  Content  from admsasha
Report inappropriate content



-

 only good news

 
 by eugenez on: Feb 19 2013
 
Score 63%

I was looking for similar netactview, and finally you write the program. It is excellent.

It would be nice to have a packages for deb- & rpm-based distributions...


Reply to this

-
.

 does it support windows?

 
 by rubypdf on: Feb 20 2013
 
Score 50%

thanks


Reply to this

-

 Re: does it support windows?

 
 by admsasha on: Feb 20 2013
 
Score 50%

Not yet. But in plans is. There other realization...


Reply to this

-

 KonnectionMonitor

 
 by sl1pkn07 on: Feb 23 2013
 
Score 50%

it's similar http://kde-apps.org/content/show.php/KonnectionMonitor?content=140883 or have more options

greetings


Reply to this

-

 Re: KonnectionMonitor

 
 by admsasha on: Feb 23 2013
 
Score 50%

I didn't know about this project.


Reply to this

-

 Source download broken?

 
 by GDigger24 on: Mar 17 2013
 
Score 50%

It seems, that the sources for 1.1.1 are broken (filesize is 38,5 KB, filesize previous version is 561,5 KB). Thanks


Reply to this

-

 Re: Source download broken?

 
 by admsasha on: Mar 18 2013
 
Score 50%

No, not the broken. In last source codes there was an binary file.


Reply to this

-
.

 Re: Re: Source download broken?

 
 by GDigger24 on: Mar 18 2013
 
Score 50%

Compilation failed for me, so I thought, some missing files were the reason. But I had to install libnet-devel and libpcap-devel. Now I succeeded. Great program, thank you!


Reply to this

-
.

 kill established connections dont work for me

 
 by yokese22 on: Sep 6 2013
 
Score 50%

hi and thanks for the app

i have a problem i cant kill connections,

the program show a warning when a try to kill a closed_wait or time_wait connection saying "Only ESTABLISHED"
but in established connections does nothing

i use qt 4.8.5 and slackware 14

what are the dependencies of this program please?



Reply to this

-

 Re: kill established connections dont work for me

 
 by admsasha on: Sep 6 2013
 
Score 50%

Depends
BuildRequires: qt4-devel
BuildRequires: net-devel >= 1.1.3
BuildRequires: pcap-devel

In established connections does nothing ??
What shows "netstat -nt"


Reply to this

-

 Re: Re: kill established connections dont work for

 
 by yokese22 on: Sep 11 2013
 
Score 50%

i think i need to find all this devels before

"netstat -nt" show now this,
nothing anormal i believe

Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 81.184.123.115:43606 173.194.34.3:80 TIME_WAIT
tcp 0 0 81.184.123.115:56641 173.194.34.249:443 ESTABLISHED
tcp 0 0 81.184.123.115:41180 80.239.221.16:80 TIME_WAIT
tcp 0 0 81.184.123.115:46694 95.172.94.63:80 TIME_WAIT
tcp 0 0 81.184.123.115:57000 173.194.34.250:80 ESTABLISHED

netstat work fine no problems


Reply to this

-

 Re: Re: Re: kill established connections dont work

 
 by admsasha on: Sep 12 2013
 
Score 50%

Strangely, that's my output

http://hostingkartinok.com/show-image.php?id=9829ff2f278c87fcda45c4d43c4740c1


Reply to this

-

 Re: Re: Re: Re: kill established connections dont

 
 by yokese22 on: Sep 14 2013
 
Score 50%

i use the same

this is a copy/paste

NAME=Slackware
VERSION="14.0"
ID=slackware
VERSION_ID=14.0
PRETTY_NAME="Slackware 14.0"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:slackware:slackware_linux:14.0"
HOME_URL="http://slackware.com/"
SUPPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"
BUG_REPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"

but you can kill connections??
because the rest of app work very well for me

i kill conections with a perl program called killcx, but this is more easy and fast, not at the moment.

greetings


Reply to this

-

 Re: Re: Re: Re: Re: kill established connections d

 
 by admsasha on: Sep 16 2013
 
Score 50%

I got it, the problem is that ESTABLISHED do not appear ? The kill I did not check. I do not know how to install package pcap-devel in Slackware :( How to do it?





Reply to this

-

 Re: Re: Re: Re: Re: Re: kill established connectio

 
 by yokese22 on: Sep 17 2013
 
Score 50%

ESTABLISHED appears, everything works perfect but the "Close connection"

Try it to see if it works if you do not test,
sometimes it seems to work but i think that it is coincidence because when you want to really kill any connection does nothing, in my case.

I install the devs but from a Debian package, and now I have another error compiling does he finish, I have to resolve with time.



-

 kill established connections dont

 
 by admsasha on: Sep 17 2013
 
Score 50%

Have an idea to make the settings for "kill connect ", you can simply specify the killcx.


Reply to this

-

  Re: kill established connections killcx

 
 by admsasha on: Dec 20 2013
 
Score 50%

Now you can set the program to kill established connections.
example: "/usr/bin/killcx %REMOTE_IP%:%REMOTE_PORT%"


Reply to this

-

 segment fault in Qt4 mode

 
 by sl1pkn07 on: Jan 4 2014
 
Score 50%

http://sl1pkn07.no-ip.com/paste/view/b708c4cc

greetings

PS: Qt5 get segment fault


Reply to this

-

 Re: segment fault in Qt4 mode

 
 by admsasha on: Jan 4 2014
 
Score 50%

How to reproduce it?


Reply to this

-

 Re: Re: segment fault in Qt4 mode

 
 by sl1pkn07 on: Jan 4 2014
 
Score 50%

only execute

Qt4 4.8.5
libnet 1.1.6
libpcap 1.5.1


Reply to this

-

 Re: Re: Re: segment fault in Qt4 mode

 
 by admsasha on: Jan 5 2014
 
Score 50%

Tested it on http://www.slax.org/en/download.php
http://rusfolder.com/39382449

Can build, debug and see which line is falling?
I can't get the segment fault...


Reply to this

-

 Re: Re: Re: Re: segment fault in Qt4 mode

 
 by sl1pkn07 on: Jan 5 2014
 
Score 50%

i'm not coder, but with GDB get:

http://sl1pkn07.no-ip.com/paste/view/ae0f7586

greetings


Reply to this

-

 Re: Re: Re: Re: Re: segment fault in Qt4 mode

 
 by admsasha on: Jan 5 2014
 
Score 50%

Then just need to type "bt".


Reply to this

-

 Re: Re: Re: Re: Re: Re: segment fault in Qt4 mode

 
 by sl1pkn07 on: Jan 5 2014
 
Score 50%

then http://sl1pkn07.no-ip.com/paste/view/11cb4d29



-
.

 Re: segment fault in Qt4 mode

 
 by admsasha on: Jan 5 2014
 
Score 50%

And add in .pro file :)
CONFIG += debug
DEFINES += DEBUG


Reply to this

-

 Re: Re: segment fault in Qt4 mode

 
 by sl1pkn07 on: Jan 5 2014
 
Score 50%

ASSERT failure in QList<T>::at: "index out of range", file /usr/include/qt4/QtCore/qlist.h, line 469



-

 Re: Re: segment fault in Qt4 mode

 
 by admsasha on: Jan 5 2014
 
Score 50%

more output....



-

 Re: Re: segment fault in Qt4 mode

 
 by sl1pkn07 on: Jan 7 2014
 
Score 50%

oh. sorry

http://sl1pkn07.no-ip.com/paste/view/cc4290ff

greetings



-

 Re: Re: segment fault in Qt4 mode

 
 by admsasha on: Jan 7 2014
 
Score 50%

this is add in .pro file ?
CONFIG += debug
DEFINES += DEBUG




-

 Re: Re: segment fault in Qt4 mode

 
 by sl1pkn07 on: Jan 8 2014
 
Score 50%

yes

in my distribution don't have debug packages for Qt4

greetings



-

 Re: Re: segment fault in Qt4 mode

 
 by admsasha on: Jan 8 2014
 
Score 50%

please, test this.

dansoft.krasnokamensk.ru/data/1016/qnetstatview_source_test1.tar.gz



-

 Re: Re: segment fault in Qt4 mode

 
 by sl1pkn07 on: Jan 12 2014
 
Score 50%

ASSERT failure in QList<T>::at: "index out of range", file /usr/include/qt4/QtCore/qlist.h, line 469
Abortado (`core' generado)

http://sl1pkn07.no-ip.com/paste/view/48f5b661



-

 Re: Re: segment fault in Qt4 mode

 
 by sl1pkn07 on: Jan 13 2014
 
Score 50%

sorry for the last comment, that is incorrect (my fail, don't delete previous sources)

http://sl1pkn07.no-ip.com/paste/view/38de2079

fail build (qnetstatview_source_test1)

greetings

you can found me in IRC freenode (same nick)



-

 Re: Re: segment fault in Qt4 mode

 
 by admsasha on: Jan 14 2014
 
Score 50%

Oops. Replace.

dansoft.krasnokamensk.ru/data/1016/qnetstatview_source_test2.tar.gz



-
.

 Re: Re: segment fault in Qt4 mode

 
 by admsasha on: Jan 20 2014
 
Score 50%

The same segment fault ?



Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team