From: ian Date: Sun, 3 Mar 2002 18:48:36 +0000 (+0000) Subject: Sort the summary X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e172764fefbb59e091bfda2fe966bf487bd85d1c;p=vinegar-ip.git Sort the summary --- diff --git a/Makefile b/Makefile index 7923859..55a55bf 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,8 @@ recv-%.mdiff: send-%.log recv-%.log recv-%.summary: recv-%.mdiff mdiff-summarise.pl ./mdiff-summarise.pl <$< >$@.1.tmp - @mv -f $@.1.tmp $@ + sort -t: -n +1 <$@.1.tmp >$@.2.tmp + @mv -f $@.2.tmp $@ %.sh: %.template Makefile sed <$< >$@.tmp -e ' \ diff --git a/README b/README index f6d5264..d5acd3e 100644 --- a/README +++ b/README @@ -113,6 +113,7 @@ example line (folded and indented here to make it easier to read: This means that packet no.7 either the packet didn't arrive, or tcpdump produced different a summary line for the second packet. +The *.summary file is sorted crudely by the type of packet. The recv-*.summary and recv-*.mdiff files DO NOT contain information about packets whose bodies changed, unless tcpdump reported the change