Archive

Archive for May, 2013

Decrypting WEP using Wireshark and AirPcap

May 17th, 2013 No comments

1. You must have Wireshark successfully installed on capturing host

2. You must have the AirPcap Wireless Capture Adapter successfully installed on capturing host Read more…

Categories: Protocol Analysis Tags:

Linux: Interpreting cat /proc/meminfo

May 13th, 2013 No comments

The entries in the /proc/meminfo can help explain what’s going on with your memory usage, if you know how to read it.

Example of “cat /proc/meminfo”:

root:	total:    	used:    	free:  		shared:	buffers:	cached:
Mem:  	1055760384	1041887232	13873152	0	100417536 	711233536
Swap: 	1077501952  	8540160 	1068961792

Read more…

Categories: linux Tags:

IPv6 – Making sense out of an IPv6 Address

May 9th, 2013 No comments

Courtesy of Keith Barker

Installing Wireshark on Ubuntu Linux

May 2nd, 2013 No comments

Another aide-memoir:

daren@Shimla:~$ sudo apt-get install wireshark

[sudo] password for daren:
Reading package lists… Done Read more…

Categories: linux, Protocol Analysis Tags: