summaryrefslogtreecommitdiff
path: root/contrib/tcpdump/print-ether.c
Commit message (Collapse)AuthorAgeFilesLines
* This is a hack. Decode IEEE 802.1Q VLAN tagging so that we can decodeGarrett Wollman1997-12-081-0/+7
| | | | | | | | | 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. Notes: svn path=/head/; revision=31635
* Merge tcpdump 3.3.Bill Fenner1997-05-271-2/+2
| | | | | | | | | | | | The print_nfs.c changes are pretty extensive; this is partially because LBL did a lot of cleanup and partially because I removed lots of pointless changes away from the LBL style. PR: 3371 mostly-Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu> Notes: svn path=/head/; revision=26183
* Update to reflect changes in net/if.h.Garrett Wollman1997-01-031-1/+1
| | | | Notes: svn path=/head/; revision=21262
* Here is a patch to make tcpdump recognise IPX packets that is usingPaul Traina1996-09-151-0/+4
| | | | | | | | | ETHERNET_II framing. It got lost during the tcpdump upgrade. Submitted by: John.Hay@mikom.csir.co.za Notes: svn path=/head/; revision=18308
* Decode maximumim sized ethernet frames properlyPaul Traina1996-08-191-1/+1
| | | | Notes: svn path=/head/; revision=17689
* Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.vendor/tcpdump/3.2.1Paul Traina1996-08-191-0/+196
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996. Notes: svn path=/vendor/tcpdump/dist/; revision=17680 svn path=/vendor/tcpdump/3.2.1/; revision=17682; tag=vendor/tcpdump/3.2.1