aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcip.c
AgeCommit message (Collapse)AuthorFilesLines
2003-11-16Export "protocol_t" as an opaque type.guy1-4/+1
Make "proto_is_protocol_enabled()" and "proto_get_protocol_short_name()" take a "protocol_t *" as an argument, so they don't have to look up the "protocol_t" - this will probably speed them up considerably, and they're called on almost every dissector handoff. Get rid of a number of "proto_is_protocol_enabled()" calls that aren't necessary (dissectors called through handles, including those called through dissector tables, or called as heuristic dissectors, aren't even called if their protocol isn't enabled). Change some direct dissector calls to go through handles. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8979 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-30From Dinesh Dutt:guy1-2/+21
- Dissector for FICON - Dissector for FC-SP (Security Protocol for Fibre Channel) - Patches to correct the reassembly of FC fragments. - Support for new MDS Port Analyzer Adapters that carry the frame length for truncated frames. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8823 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-09Get rid of "fsf_conn_flag_vals[]" - the connection usage flags are bitguy1-5/+12
flags, not part of a field where each value means something special. Put in ID names for some current FCIP drafts. Note fields that should arguably show their individual bits. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8423 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-03Don't include <epan/conversation.h> if you don't need it.guy1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8361 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-02From Dinesh Dutt:guy1-25/+38
use the value_string tables for SOF and EOF values, rather than the string tables, and get rid of the string tables; add another desegmentation check; other cleanups. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8337 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-09Use "fcencap_proto_vals[]" for the protocol field.guy1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8004 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-28Panic if a preference starts with the name of the module to which itguy1-3/+3
belongs, as that's redundant. Fix a bunch of cases where that was done, and map the old name to the new name. Instead of marking "mtp3.mtp3_standard" as obsolete, map it to "mtp3.standard". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7030 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-22From Dinesh Dutt:guy1-2/+2
- A new decoder called MDSHDR which decodes the internal header of the Cisco MDS switch (this is different from the Boardwalk header). - Support for some more new columns as part of FC support. - Fixed the decoding of the Special Frame in FCIP. - Fixed the decoding of credit management type field in FLOGI/PLOGI frame in FC-ELS. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6974 f5534014-38df-0310-8fa8-9805f1628bb7
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCgerald1-0/+619
header, Extended Link Service, Interswitch Link Service, FCP, and IPFC. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6757 f5534014-38df-0310-8fa8-9805f1628bb7