From ecadca2083479babb730c019705efae6c7ff40a2 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Mon, 4 Jan 2016 20:12:12 +0100 Subject: [PATCH 1/2] add PcapViz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 052d2b9..9514642 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ the [browser malware](#browser-malware) section.* traffic. * [Wireshark](https://www.wireshark.org/) - The network traffic analysis tool. +* [PcapViz](https://github.com/mateuszk87/PcapViz) - Network topology and traffic visualizer. ## Memory Forensics From 1b00eeca842eeea31e1699a2636c04218f65986a Mon Sep 17 00:00:00 2001 From: Mateusz Date: Thu, 7 Jan 2016 08:41:01 +0100 Subject: [PATCH 2/2] preserving alphabetic order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9514642..84181e5 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ the [browser malware](#browser-malware) section.* forensic analysis tool, with a free version. * [ngrep](http://ngrep.sourceforge.net/) - Search through network traffic like grep. +* [PcapViz](https://github.com/mateuszk87/PcapViz) - Network topology and traffic visualizer. * [Tcpdump](http://www.tcpdump.org/) - Collect network traffic. * [tcpick](http://tcpick.sourceforge.net/) - Trach and reassemble TCP streams from network traffic. @@ -459,7 +460,6 @@ the [browser malware](#browser-malware) section.* traffic. * [Wireshark](https://www.wireshark.org/) - The network traffic analysis tool. -* [PcapViz](https://github.com/mateuszk87/PcapViz) - Network topology and traffic visualizer. ## Memory Forensics