aboutsummaryrefslogtreecommitdiffstats
path: root/epan/greproto.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-11Peter Van EyndeJörg Mayer1-0/+1
via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8635 "enhanced WCCP decoder" GRE part of the patch. Me: Reorder values Manually apply the rejected parts of the patch (incompatible whitespace) Fix whitespace inconsistencies of the patch. svn path=/trunk/; revision=49240
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-11-29ArubaOS 6.x use a new GRE ID (0x9000) for communication between controller ↵Alexis La Goutte1-0/+1
and AP Add this new ID in GRE dissector The frame with the new GRE ID is not 802.11 frame such as 80XX GRE ID but a 802.3 frame with curious ethertype (8211 the same id with PAPI Protocol...) svn path=/trunk/; revision=40039
2010-09-23Jason Masker <jason at masker.net>:Jörg Mayer1-1/+2
Updates for the Cisco ERSPAN type III (version 2) protocol. svn path=/trunk/; revision=34209
2008-12-10From Alexis La Goutte:Jaap Keuter1-0/+28
I do not know if I have to reopen this ticket or create a new ticket. But with last SVN, when i dissector Aruba GRE, i get In GRE line, it is find to unknown protocol (0x8200 - unknown) We need to create a new patch to not show "unknown". svn path=/trunk/; revision=26962
2007-04-14Beginnings of a Cisco ERSPAN dissector - the only thing missing is the codeJörg Mayer1-0/+1
to actually call this (aka to handle the ambiguities of DLT values). svn path=/trunk/; revision=21427
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-12-09From: Deepak JainAnders Broman1-0/+1
changes/addition to support decode for Next Hop Resolution Protocol svn path=/trunk/; revision=16744
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-0/+34
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