aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee8023.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2015-08-03Update a comment to reflect reality as of 1997.Guy Harris1-1/+8
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-7/+1
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-9/+22
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-05Remove commented out expert_add_info_formatMichael Mann1-5/+0
2013-09-05Add filterable expert info to dissect_802_3() and clean up the shrapnel.Michael Mann1-1/+5
2013-02-28Update a comment.Guy Harris1-4/+4
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-34/+22
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-0/+9
2010-06-19Use top level tree when using dissectors from "eth.trailer" heuristics.Stig Bjørlykke1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-01-18From Matt P:Jaap Keuter1-3/+12
2008-07-13If we know that an Ethernet packet includes the FCS, remove the FCS fromGuy Harris1-6/+25
2007-12-16Big 2104 - From Benn Bollay:Sake Blok1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-13Construct the tvbuff for the payload of an 802.3 packet to have theGuy Harris1-28/+11
2005-05-30From Steve Grubb: Initialize some variables. Fixes part of bug 217.Gerald Combs1-2/+2
2005-05-14When we catch an exception, make sure we don't throw the same exception againGerald Combs1-3/+13
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...Ulf Lamping1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+121