From owner-freebsd-stable Wed May 29 9:20:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from moutng0.schlund.de (moutng0.kundenserver.de [212.227.126.170]) by hub.freebsd.org (Postfix) with ESMTP id AECF637B411 for ; Wed, 29 May 2002 09:19:58 -0700 (PDT) Received: from [212.227.126.162] (helo=mrelayng1.schlund.de) by moutng0.schlund.de with esmtp (Exim 3.22 #2) id 17D6B2-0002D2-00; Wed, 29 May 2002 18:19:56 +0200 Received: from [80.129.40.77] (helo=roklein.homeunix.org) by mrelayng1.schlund.de with asmtp (Exim 3.35 #1) id 17D6B1-0003Gp-00; Wed, 29 May 2002 18:19:55 +0200 Content-Type: text/plain; charset="big5" From: Robert Klein Reply-To: RoKlein@roklein.de Organization: roklein.de To: "Jamie Heckford" , Subject: Re: WARNING: Short packet. Try increasing the snap length Date: Wed, 29 May 2002 18:20:31 +0200 X-Mailer: KMail [version 1.4] References: <002901c20729$7240fb30$4464a8c0@JAMIEHECKFORD> In-Reply-To: <002901c20729$7240fb30$4464a8c0@JAMIEHECKFORD> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200205291820.31636.RoKlein@roklein.de> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mittwoch, 29. Mai 2002 17:56, Jamie Heckford wrote: > Im running samba and these messages appear when examining traffic > with > tcpdump: [packet data deleted] > WARNING: Short packet. Try increasing the snap length > > Is this something to be worried about and is it a FreeBSD or SAMBA > problem? That's nothing to be worried about. Tcpdump only snaps a certain amount of each packet (68 bytes per default, I believe). This is enough to get information concerning IP, ICMP, TCP and UDP, but may not be enough for other protocols. Use tcpdump with a greater snaplength, e.g. "tcpdump -s 200" instead of simply "tcpdump". See the man page for tcpdump(1) for more information. Regards, Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message