aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee8023.h
AgeCommit message (Collapse)AuthorFilesLines
2001-02-08Pull a lot of common code for handling 802.3 frames (i.e., frames with aGuy Harris1-0/+34
length field rather than an Ethernet type field) into a "dissect_802_3()" routine. In that routine, catch exceptions thrown by the IPX or LLC dissector or dissectors under them, so that the trailer information is added to the tree even if an exception is thrown (similar to what "ethertype()" does). svn path=/trunk/; revision=3002