From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by speech.braille.uwo.ca (Postfix) with ESMTP id D59AB10A45 for ; Thu, 12 Jun 2008 08:32:27 -0400 (EDT) Received: by wa-out-1112.google.com with SMTP id j32so2719253waf.7 for ; Thu, 12 Jun 2008 05:32:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:references :subject:date:mime-version:content-type:content-transfer-encoding :x-priority:x-msmail-priority:x-mailer:x-mimeole; bh=n/XGRpDOXpc2ioKlXRgmoTWMW6Fx6+8QsPm2c7yerRU=; b=Op+NnRhEpaSIHsUNCcUOYzXk7pOgPFAJGepgRz8UOG6w4MVQEOkhqSYYDHSiX6MkuJ b3aXMsE0qHhrSeEN08XyEM8Uh/TpYhtheesGxF/ga8bQR9us5SEwwETh2aVnOrUcZjgV NAzrLd237fcgKg8x9Ru/e7i4e9IEkL+v0pyoU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:references:subject:date:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:x-mimeole; b=YNGBIi+5FtGbhETrtpQe2YdfEwvwDm7zwtFwlCo/9IS94rb1RbbtoL7E1lecMhMv6v MmTfvyJ2ZhA92Rk9QlTTWNvEMd2d3jUJTWPy2cSOjXRl3G5mH43ZOIQKMub24m3ViFbp CeVhE0rUGo4ZgkcSXHf4FrLX3DG8MHVkTWGps= Received: by 10.114.125.2 with SMTP id x2mr1395825wac.59.1213273947239; Thu, 12 Jun 2008 05:32:27 -0700 (PDT) Received: from liberator ( [121.209.188.146]) by mx.google.com with ESMTPS id k23sm2260674waf.22.2008.06.12.05.32.25 (version=SSLv3 cipher=RC4-MD5); Thu, 12 Jun 2008 05:32:26 -0700 (PDT) Message-ID: <3B7C62C18CFB4F17A889F5520C335B52@liberator> From: "Sean Murphy" To: "Speakup is a screen review system for Linux." References: <020f01c8cc37$fc0012f0$6500a8c0@amd3000xp><1213263489.15029.5.camel@violet.perfumed-garden.local> <4850F7E9.5000604@baechler.net> Subject: Tshark and like tools Date: Thu, 12 Jun 2008 22:31:56 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.10 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 12:32:28 -0000 All, Has anyone written any tools to simplify the use of Tshark or any other network protocol analyzing text based tools under Linux? I am seeking tools to be able to trace TCP or UDP conversations. Determining the round trips of packets. Finding out what protocols are being used by whom and where too. Etc. I am aware of Wireshark (GUI version) but last time I looked, it was not accessible. So I am seeking of an text version which provides simular functionality. Sean