aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fip.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06#include <string.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32367 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-15Change col_set_str() call to col_add_str() since the string being passedstig1-1/+2
can be a ep_alloc from val_to_str(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31534 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-13From Didier Gautheron:etxrab1-2/+1
check_col.diff Remove redundant calls to check_col() if it guards only one columns function with one parameter after the column type. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31519 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30995 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-09Removed an unused variable.stig1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30885 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-16From Joe Eykholt:jake1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30577 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Fix for bug 4046:jake1-1/+1
Fix type of FIP dissector header field hf_fip_desc_map. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30103 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29342 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
More FT_XXX cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28971 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26647 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-30From Joe Eykholt:jake1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26629 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26089 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-01From Joe Eykholt:jake1-4/+4
patch to fix misuse of format specifier %d for unsigned ints. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25887 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-15From Joe Eykholt:jake1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25748 f5534014-38df-0310-8fa8-9805f1628bb7