aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-26Don't allow the "Ethertype" pseudo-protocol's dissection to be disabled.Guy Harris1-0/+2
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-09-30nwp: add support for NWP packetsCody Doucette1-0/+1
2015-09-08Detect mismatched ethertype protocol ID (IPv4) and encapsulated IP packet (IPv6)João Valverde1-1/+1
2015-07-10xip: add support for XIP packetsCody Doucette1-0/+1
2015-06-24Dissect 802.3 Jumbo frames while capturing.Michael Mann1-0/+4
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-2/+2
2015-05-20Improve VN-Tag dissector.Michael Mann1-0/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin1-2/+2
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-7/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-8/+21
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07Reject the packet if data is NULL.Chris Maynard1-4/+9
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-21Widen the Ethertype to a guint, to avoid compiler warnings.Guy Harris1-1/+1
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-3/+4
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-4/+24
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-16/+27
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-21Remove if (fh_tree) checks as add_ethernet_trailer() calls such functions as ...Chris Maynard1-3/+0
2013-10-18Beginnings of Motrola's MiNT protocol.Jörg Mayer1-0/+1
2013-08-07From Vaibhav Katkade via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+4
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-30/+12
2013-02-16Add Ethertype for Network Controller Sideband InterfaceJörg Mayer1-0/+1
2012-12-27Add Media Independent Handover Protocol ethertypeAnders Broman1-0/+1
2012-11-06Add ETHERTYPE_ATMOEAnders Broman1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-02From Richard Stearn: add support for BPQ (AX.25 on Ethernet).Guy Harris1-0/+5
2012-07-20Add some relevant ethertypes.Jaap Keuter1-0/+4
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-169/+169
2011-10-31From Martin Renold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5730Alexis La Goutte1-1/+2
2011-09-23Remove code commited by misstake.Anders Broman1-13/+2
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...Anders Broman1-3/+15
2011-09-07Add ethertype #8903Anders Broman1-0/+1
2011-06-23From Dejan Bucar:Jaap Keuter1-0/+1
2011-05-25From Florian Fainelli:Anders Broman1-0/+1
2011-05-12From Johannes Jochen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+1
2011-04-06Add RoHC to the ethertypes.Anders Broman1-1/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-12-16From Jouni Malinen:Anders Broman1-0/+1
2010-11-10Resolve bug #2254: Migrate the 802.1q VLAN dissector into the Ethernet II.Stephen Fisher1-2/+1
2010-11-02From Daniel Ginsburg:Jaap Keuter1-0/+1
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-15/+18
2010-09-22From Lukasz Kotasa via bug 5248:Stig Bjørlykke1-0/+1