https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4130
Summary: add dissection of FC FCP SRR requests
Product: Wireshark
Version: 1.3.x (Experimental)
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: jeykholt@xxxxxxxxx
Joe Eykholt <jeykholt@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3792| |review_for_checkin?
Flag| |
Created an attachment (id=3792)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3792)
patch
Build Information:
wireshark 1.3.1
Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.8, with GLib 2.14.6, with libpcap 0.9.7, with libz
1.2.3, with POSIX capabilities (Linux), without libpcre, without SMI, without
c-ares, without ADNS, without Lua, without Python, with GnuTLS 1.6.3, with
Gcrypt 1.2.4, without Kerberos, without GeoIP, without PortAudio, without
AirPcap, with new_packet_list.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.26.8-57.fc8, with libpcap version 0.9.7, GnuTLS 1.6.3,
Gcrypt 1.2.4.
Built using gcc 4.1.2 20070925 (Red Hat 4.1.2-33).
--
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.
A patch is attached. I'll add a trace to the wiki to
demonstrate and test it.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.