X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Ftcpdump%2FListItem.pm;h=6723a10460b96f2a4e0026cef55d13770914faaf;hb=dd8c6d6f376afc2f7a33118154707cc8e9e9059e;hp=4aa56d1d008f833674eaa06b17e985c132346620;hpb=87881612a38624ab579efed6e93749b0e2b42fc7;p=www.jankratochvil.net.git diff --git a/project/tcpdump/ListItem.pm b/project/tcpdump/ListItem.pm index 4aa56d1..6723a10 100755 --- a/project/tcpdump/ListItem.pm +++ b/project/tcpdump/ListItem.pm @@ -25,18 +25,22 @@ our $CVS_ID=q$Id$; use strict; use warnings; +use My::Web; + our @ListItem=( - "name"=>"tcpdump ASCII Dump Patch", + "name"=>"tcpdump ASCII", + "platform"=>"unixuser", "priority"=>6, "download"=>"tcpdump-3.4-ASCIIdump.diff", "download-tcpdump-3.4"=>"ftp://ftp.ee.lbl.gov/tcpdump-3.4.tar.Z", - "summary"=>"tcpdump readability patch", + "summary"=>"tcpdump(1) patch for better output readable as ASCII", "license"=>"PD", - "maintenance"=>"finished", + "maintenance"=>"ready", "language"=>"C patch", - "description"=>"" - .'

Makes the text messages of tcpdump(1) readable when option -x is used.

' + "description"=><<"HERE", +

Makes the text messages of tcpdump(1) readable when option -x is used.

+HERE ); 1;