capture – POFTUT

Wireshark – How To Capture, Filter , Inspect Network Packets?

Wireshark is a popular network packet capture and analysis tool. It is previously named as Ethereal. Wireshark captures packets from a different type of interfaces and prints them as a floating list to the screen. It also provides detailed information about a specific packet. Wireshark can also read already captured packets in different formats like … Read more

Windows Snipping Tool To Capture The Screenshot Of the Desktop

Taking screenshot is important because if we want to show something to our audience or put picture to the document we will need meaningful graphs. Windows all ready provides screenshot tool which is named snipping tool. This tool can be found all versions of the Microsoft Windows operating systems. Open Snipping Tool In order to … Read more

Tcpdump Tutorial With Examples

Tcpdump Tutorial With Examples

Tcpdump is a packet sniffer for everyday use. There is a lot of packet sniffers but tcpdump differs with his general availability and ease of use. Tcpdump use libcap library which is the core library used for packet sniffing. Here we will look at general usage examples of packet sniffing. Be aware that to use … Read more