aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcoe.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-25Remove unnecessary registration of a prefs callbackBill Meier1-3/+1
svn path=/trunk/; revision=26079
2008-06-25Fix some warnings - declare some arguments, variables, and structureGuy Harris1-13/+7
members to be const pointers when that's possible, and throw in some casts when the GLib API fails to have properly consted arguments. Use ep_strdup_printf() in some cases. svn path=/trunk/; revision=25596
2007-11-25Based on suggestion from Stig Bjørlykke. Add CRC tree even when CRC is missing.Jaap Keuter1-1/+3
svn path=/trunk/; revision=23584
2007-11-25From Joe Eykholt:Stig Bjørlykke1-5/+9
Show content even if the trailer is missing. From me: Add proto_tree_set_appendix for the checksum and EOF. svn path=/trunk/; revision=23581
2007-11-22Make previously removed ethertype preference obsolete. For inclusion inStephen Fisher1-0/+8
0.99.7 release. svn path=/trunk/; revision=23545
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-09-20From Joe Eykholt:Jaap Keuter1-39/+68
At an August 2007 meeting, a T11 committee made changes to the encapsulation protocol for FCoE. For the latest info, see http://fcoe.com. The attached patch will update the dissector to handle the new version also. svn path=/trunk/; revision=22915
2007-06-18From Joe Eykholt:Stephen Fisher1-36/+8
- Remove ethertype preference from recently added FCoE dissector Me: - Add Joe to the AUTHORS list - Change previous line in AUTHORS list from @ to [AT] in e-mail address svn path=/trunk/; revision=22133
2007-05-28From Joe Eykholt:Anders Broman1-0/+338
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