aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
AgeCommit message (Collapse)AuthorFilesLines
2008-08-14Add Ethertype for WAVE Short Message dissection (WSMP).Anders Broman1-1/+5
svn path=/trunk/; revision=26018
2008-07-15From Joe Eykholt:Jaap Keuter1-0/+4
FIP is the FCoE Initialization Protocol. FCoE is Fibre-Channel over Ethernet. FIP is being finalized in t11.org, and further changes are not expected. svn path=/trunk/; revision=25748
2008-06-11Fix for bug 2396:Jaap Keuter1-1/+1
Wireshark expects 802.1ah Instance tags to have ethernet type 0x88f0, but latest 802.1ah draft 4.1 defines the 802.1ah Instance tag ethernet type to 0x88e7. svn path=/trunk/; revision=25442
2008-02-27From Sven Meier (on -dev in 6/2007):Jeff Morriss1-19/+23
This is a dissector for the Parallel Redundancy Protocol (PRP) defined in chapter 6 of the IEC 62439. PRP uses two independent networks in parallel and allows redundancy without switchovers. The protocol is sending Mac multicast messages with Ethertype 0x88fb. In addition to that it adds to every Ethernet frame a 4 byte trailer before the FCS. The trailer is detected by checking a size field and an identifier which are part of the trailer. Therefore, if the last 4 bytes of a frame match a correct trailer they get interpreted as a trailer, although it was probably not a real one. Note: This is a post-dissector which means it gets called for every frame. So as to not cause a performance hit for every Wireshark user (who may not even be looking at Ethernet frames) it currently disables itself every time Wireshark starts up. (There should be a better way to do this--maybe different Profiles (as discussed on -dev recently) is the way to go.) From me: Put ETHERTYPE_PRP (not IANA registered) in etypes.h and packet-ethertype.c svn path=/trunk/; revision=24493
2008-02-13Add SERCOS ethertype for upcoming dissector.Jaap Keuter1-0/+4
svn path=/trunk/; revision=24320
2007-11-06Wake on LAN (WOL): New dissector from Chris Maynard via -dev list andStephen Fisher1-0/+4
enhancement bug #1968 Me: Added entries in epan/etypes.h and epan/dissectors/packet-ethertype.c for WOL. svn path=/trunk/; revision=23371
2007-10-14Ethercat pluginAnders Broman1-0/+4
Author : Richard Kuemmel <r.kuemmel[AT]beckhoff.de> Updates and bugfixes: Peter Johansson <peterjohansson73[AT]gmail.com> svn path=/trunk/; revision=23174
2007-10-07Add ethertype for IEEE 802.1ag Connectivity Fault Management (CFM) protocolAnders Broman1-0/+4
svn path=/trunk/; revision=23081
2007-08-17Added support for 802.1ad and 802.1ah ethernet framesAshok Narayanan1-0/+8
svn path=/trunk/; revision=22541
2007-08-01Clean up the WiMax Mac-to-Mac dissector code.Jaap Keuter1-0/+4
svn path=/trunk/; revision=22435
2007-07-06From Seehofer, Markus:Anders Broman1-1/+7
ETHERTYPE for IEEE1588/PTP svn path=/trunk/; revision=22257
2007-05-28From Joe Eykholt:Anders Broman1-0/+4
Attached is a patch file and a new dissector for FCoE. This protocol is described at http://fcoe.com and has been submitted to T11. It is an encapsulation protocol that can be used to transport FC frames over raw Ethernet when the link is loss-free due to pause. The Ethertype 0x8906 has been reserved through IEEE for this protocol. svn path=/trunk/; revision=21967
2007-04-27From Bingyao Du:Jaap Keuter1-0/+4
Attachment is a patch for adding a new Juniper NSRP dissector. In this patch, OICQ author email address <dubingyao@gmail.com> has also been updated to <secfire@gmail.com>. svn path=/trunk/; revision=21599
2007-03-21Add ether type for Link Layer Topology Discovery (LLTD)Jaap Keuter1-0/+4
svn path=/trunk/; revision=21091
2007-01-17From Sebastien Tandel: Support for the dissection of the Intellon homeplug ↵Jeff Morriss1-0/+4
powerline protocol based on INT51X1 specification. svn path=/trunk/; revision=20459
2006-11-25From Eliot Blennerhassett :Anders Broman1-0/+4
Add Cirrus cobranet ethertype svn path=/trunk/; revision=19980
2006-10-31Fix another typowqJörg Mayer1-2/+0
svn path=/trunk/; revision=19756
2006-10-31Order ethertypes by number - no other changesJörg Mayer1-28/+32
svn path=/trunk/; revision=19754
2006-10-07Stephen Fisher:Jörg Mayer1-2/+2
packet-cisco-wireless.c is actually trying to dissect WLCCP: I have attached a dissector I wrote from scratch for the frames that I'm seeing. It has #defines for the field offsets and lengths so it should be easier to merge. I also attached a sample capture with one of the frames that I'm seeing. There are more fields in the frame I haven't yet figured out, hopefully your dissector has those that I'm missing. Me: - Commented in wlccp over udp as well, it works most of the time. - Leave the file packet-cisco-wireless.c in for the time being to copy over knowledge until no usable info is left in the file. svn path=/trunk/; revision=19447
2006-09-12Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.Jaap Keuter1-0/+4
svn path=/trunk/; revision=19211
2006-09-02From David BuechiRonnie Sahlberg1-0/+4
New protocol: epl v1 Hi, in addition to the recently submitted dissector for the EPL v2 protocol, this is the dissector for the first version of the EPL protocol. Best Regards, David svn path=/trunk/; revision=19125
2006-08-22From David Buechi:Anders Broman1-0/+4
Add support for the ETHERNET Powerlink protocol svn path=/trunk/; revision=18998
2006-08-18from stephen fRonnie Sahlberg1-0/+4
new protocol: veritas low latency transport --- Attached is a patch file that adds a new dissector for the LLT protocol (Veritas Low Level Transport, used for server clustering).  They use ethertype 0xCAFE even though it isn't assigned to them :(.  There are other fields and possibly other message types directly between servers it does not yet dissect as no one outside of Veritas knows what they are.  This dissector understands the one people will run across most - multiple servers broadcasting these heartbeats all over the place.  I figured out these fields through many Internet searches. I will add the protocol to the Wiki after it is committed. Thanks,  Steve svn path=/trunk/; revision=18944
2006-06-13 (on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping1-1/+5
add Media Redundancy and Media Redundancy Realtime Protocol dissectors (PN-MRP and PN-MRRT) svn path=/trunk/; revision=18454
2006-06-04Add some rudimentary dissector for what seems to be Jörg Mayer1-0/+4
Telkonets ethernet over powerline communication protocol. svn path=/trunk/; revision=18333
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-05-04fix spelling: PROFInet -> PROFINETUlf Lamping1-1/+1
svn path=/trunk/; revision=18094
2006-01-17Add ethertypes and value_str for IEC 61850Anders Broman1-0/+21
svn path=/trunk/; revision=17049
2005-11-21Add ethertype for TIPCAnders Broman1-0/+4
svn path=/trunk/; revision=16555
2005-09-28Updates for foundry addresses/protocolsJörg Mayer1-0/+4
svn path=/trunk/; revision=16042
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-0/+295
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844