aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fip.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-16From Joe Eykholt:Jaap Keuter1-5/+8
The FIP dissector shows the VFID descriptor as a 2-byte string instead of the correct UINT16 type. Also, the name should be changed to just "VFID". The "Fabric Name" field of the Fabric descriptor was incorrectly labeled. Also, some lines grew to longer than 80 columns due to other patches. svn path=/trunk/; revision=30577
2009-09-23Fix for bug 4046:Jaap Keuter1-1/+1
Fix type of FIP dissector header field hf_fip_desc_map. svn path=/trunk/; revision=30103
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29342
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
More FT_XXX cleanup. svn path=/trunk/; revision=28971
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-39/+39
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=26647
2008-10-30From Joe Eykholt:Jaap Keuter1-61/+109
The dissector for FIP (FCoE (Fibre Channel over Ethernet) Initialization Protocol) needs to be updated for recent changes and proposed changes by T11. The original version was done when the protocol was fairly close to being ratified, but it is very very close now. The letter ballot has gone out. The only part of the attached patch that isn't on the current ballot is the VLAN descriptor. I will update that later if it turns out to be changed before adoption. The changes are as follows: The SWWN descriptor is now called a Name descriptor. The FWWN descriptor is now called a Fabric descriptor and has two new fields, VFID (virtual fabric ID) and FC-MAP OUI value. The MRS descriptor is now called FCoE Size. The FKA descriptor units changed from seconds to milliseconds. The VLAN request and reply ops have been added. A VLAN descriptor type has been added. svn path=/trunk/; revision=26629
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
svn path=/trunk/; revision=26089
2008-08-01From Joe Eykholt:Jaap Keuter1-4/+4
patch to fix misuse of format specifier %d for unsigned ints. svn path=/trunk/; revision=25887
2008-07-15From Joe Eykholt:Jaap Keuter1-0/+562
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