From 027a5e24abf399f4c1ebf199c0cd95d5888bebec Mon Sep 17 00:00:00 2001 From: Brendan Gregg Date: Sun, 15 Jun 2014 12:30:11 -0700 Subject: [PATCH] reflected real current state --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a960a5b..3909b1c 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ This is an updated fork of my original [chaosreader](http://www.brendangregg.com ### Dependencies -This is a Perl program that reads binary tcpdump/snoop files, and performs both TCP and IP-fragment reassembly. It originally required no additional CPAN modules, in part, because the modules I really wanted (TCP and IP packet processing) didn't exist, and also for the convenience. Some CPAN modules have since been added in the latest version. +This is a Perl program that reads binary tcpdump/snoop files, and performs both TCP and IP-fragment reassembly. It uses a minimal set of modules, which may already exist in your Perl distribution, requiring no additions from CPAN. -If dependencies are a problem, see the older version under older_versions/chaosreader0.94. +More modules were added in the latest version. If these are a problem, other than adding the required modules, there is also an older version under older_versions/chaosreader0.94. ### Patches: