aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcels.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-03Move value_string defs from .h file; create/use extended value_string; Other ↵Bill Meier1-276/+1
minor changes. - Multiple value string arrays were defined in packet-fcels.h (which was included in two differnt .c files). Only one of the arrays was actually used in two different .c files. All the value_string arrays (and most of the #defines) moved to packet-fcels.c. - Other: Use -1 instead of tvb_length() for the length param of several proto_tree_add...() calls. Add editor modelines. Change-Id: Idc642caf1c8d62b658147a234d5560b8f2fd0630 Reviewed-on: https://code.wireshark.org/review/479 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
svn path=/trunk/; revision=52591
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2010-06-16From Joe Eykholt via bug 4882:Stig Bjørlykke1-0/+4
Adds decodes for the FCoE Initialization Protocol features being added for VN_port to VN_port (VN2VN) point-to-multipoint support. svn path=/trunk/; revision=33233
2009-10-17From Joe Eykholt:Jaap Keuter1-0/+2
It would be nice to have dissection of the Fibre-Channel FCP "Sequence retransmission request" (SRR) request. This is like an FC ELS request, but it has FC type FCP, so it's a little strange. It seemed like the best place to put it is in packet-fcp.c but a slight hook is needed in packet-fc.c to recognize that packet-fcp is the correct dissector. svn path=/trunk/; revision=30587
2007-09-16From Joe EykholtJaap Keuter1-19/+29
The decodes of FC ELS opcodes is incomplete. The attached patch adds a few more that are sometimes seen (ECHO, RTV, RLS, REC, and LKA). The list is still incomplete. svn path=/trunk/; revision=22880
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-07-26add iFCP ELS UNBIND dissectionRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=15087
2005-07-26add decoding of ELS iFCP CBIND packetsRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=15080
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+326
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410