Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4574] New: iSCSI expert info system

Date: Thu, 11 Mar 2010 18:09:49 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4574

           Summary: iSCSI expert info system
           Product: Wireshark
           Version: 1.2.2
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: iscsi@xxxxxxxx


wangjidong <iscsi@xxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4389|                            |review_for_checkin?
               Flag|                            |

Created an attachment (id=4389)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4389)
iscsi expert system based on wireshark v1.2.2 and works on windows and linux

Build Information:
Version 1.2.2-iscsie

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.16.2, with GLib 2.20.3, with WinPcap (version unknown),
with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8,
with c-ares 1.6.0, with Lua 5.1, with GnuTLS 2.8.1, with Gcrypt 1.4.4, with MIT
Kerberos, with GeoIP, with PortAudio V19-devel (built Feb  8 2010), with
AirPcap.

Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.1
beta5
(packet.dll version 4.1.0.1452), based on libpcap version 1.0.0, GnuTLS 2.8.1,
Gcrypt 1.4.4, without AirPcap.

Built using Microsoft Visual C++ 9.0 build 21022

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
We write an iSCSI expert system based on wireshark. The main features of the
system include:

1. An iscsi PDU analyzing expert system with about 50 rules. The system can
detect protocol error like StatSN less than ExpStatSN, Login response CSG bad
value, etc.
2. An enhanced iscsi dissector which based on packet-iscsi.c
3. An iscsi expert information dialog which displays the expert system
detecting result, iscsi session/connection topology tree and iscsi parameters.
4. An iscsi flow dialog which displays the iscsi PDU sequence, iscsi
session/connection topology tree and iscsi statistics information.
The attachments are the snapshot of the expert information dialog and iscsi
flow dialog. 

The expert system include the follow source files:

1. epan/dissectors/packet-iscsiexpert.c         - enhanced iscsi dissector
2. epan/dissectors/iscsiexpert-rules.c          - included by
packet-iscsiexpert.c for expert system rules
3. epan/iscsisession.c        - record iscsi session information
3. gtk/iscsiexpert_dlg.c      - expert information dialog
4. gtk/iscsiexpert_stat.c     - iscsi flow dialog
5. image/iscsi_xxxxx.xpm      - some icons for iscsi expert information

Usages:

 In this patch the iscsi[E] dissector is implemented as a new file
packet-iscsiexpoert.c, you need disable iscsi and enable iscsi[E] to test it.

The iscsie.tgz include the follow files:
iscsie.patch:     the patch file of iscsi expert system
iscsie-packet.cap: the capture file for testing

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.