Showing posts with label dpkg info. Show all posts
Showing posts with label dpkg info. Show all posts

Thursday, 8 October 2009

When was that package installed?

On debian/Ubuntu you can check the installationdate from the output of:
ls /var/lib/dpkg/info/*.list -lh

Just | grep the name of the package you're interested to.

See this for important details.

Decrypt SDES SRTP from pcap

If you have a pcap file with encrypted RTP (SDES SRTP) and have access to the SIP signalling to see the keys, these instructions will help y...