< Home - < Back

netsniff-ng


Information about the package, netsniff-ng, which is shipped with common Linux distributions. The netsniff-ng package is designed for, A high performance network sniffer for packet inspection.


Package Name:

netsniff-ng

Summary:

A high performance network sniffer for packet inspection

Description:

netsniff-ng is a high performance linux network sniffer for packet inspection. Basically, it is similar to tcpdump, but it doesn't need one syscall per packet. Instead, it uses an memory mapped area within kernelspace for accessing packets without copying them to userspace (zero-copy mechanism). This tool is useful for debugging your network, measuring performance throughput or creating network statistics of incoming packets on central network nodes like routers or firewalls.

Architecture:

x86_64

Version:

0.5.5.0

Release:

2.el6

Size:

209 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for netsniff-ng


Control the netsniff-ng package with the following handy commands outlined below.


Command

Description of Command

yum install netsniff-ng

This command will install netsniff-ng on the server.

yum remove netsniff-ng

This command will un-install netsniff-ng on the server. When you run this command, you will be asked if you are sure that you want to remove netsniff-ng, so you have to manually confirm that you want to do this.

yum -y remove netsniff-ng

This command will un-install netsniff-ng on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove netsniff-ng when using the -y flag.

yum update netsniff-ng

This command will update netsniff-ng to the latest version. When you run this command, you will be asked if you are sure that you want to remove netsniff-ng, so you have to manually confirm that you want to do this.

yum -y update netsniff-ng

This command will update netsniff-ng to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove netsniff-ng when using the -y flag.

yum info netsniff-ng

This command will show you core information about the netsniff-ng package.

yum deplist netsniff-ng

This command will show you the dependencies for netsniff-ng. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update netsniff-ng

This command will check if there is an update waiting on netsniff-ng. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.