From owner-cvs-contrib Mon Dec 8 13:44:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA16360 for cvs-contrib-outgoing; Mon, 8 Dec 1997 13:44:43 -0800 (PST) (envelope-from owner-cvs-contrib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA16315; Mon, 8 Dec 1997 13:44:12 -0800 (PST) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA21300; Mon, 8 Dec 1997 13:42:37 -0800 (PST) Date: Mon, 8 Dec 1997 13:42:37 -0800 (PST) Message-Id: <199712082142.NAA21300@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/tcpdump print-ether.c Sender: owner-cvs-contrib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1997/12/08 13:42:37 PST Modified files: contrib/tcpdump print-ether.c Log: This is a hack. Decode IEEE 802.1Q VLAN tagging so that we can decode tagged traffic according to the encapsulated protocol. It needs in addition modifications to the filter generator which would deal with checking the ethertype and vlan header as required. Revision Changes Path 1.6 +7 -0 src/contrib/tcpdump/print-ether.c