aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-06get rid of a field we are not usingRonnie Sahlberg1-1/+0
2006-03-02Fix for bug 783 from Didier GautheronJaap Keuter1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-16/+3
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-22/+4
2005-08-11Fix for bug 342Ronnie Sahlberg1-0/+9
2005-07-26From Maynard, Chris :Anders Broman1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-05-29remove offset and len from the signature of dissect_scsi_payload()Ronnie Sahlberg1-4/+2
2005-05-29make all callers of dissect_scsi_cdb() first create a new subset tvbRonnie Sahlberg1-2/+1
2005-05-29create a subset tvb before calling off to the SCSI dissectorRonnie Sahlberg1-10/+47
2005-05-29update iscsi so that when we have ImmediateData we also call SCSI to decode the Ronnie Sahlberg1-0/+15
2005-04-30once we know a conversation is iscsi, use conversation_set_dissector()Ronnie Sahlberg1-2/+8
2005-03-18only show the Status field in a DataIn PDU if the S bit is set.Ronnie Sahlberg1-1/+3
2005-03-17iscsi LUNs were reported incorrectly for SCSI Command PDUs when they were not...Ronnie Sahlberg1-22/+23
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping1-4/+4
2005-03-01If errorrecoverylevel==0 is used and the A bit is clear in a DataIn PDU Ronnie Sahlberg1-22/+28
2005-02-17pass lun (and status) to scsi subdissector so we can filterRonnie Sahlberg1-5/+26
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2005-01-29only add 4 bytes to the pdu length IFF header digest/crc32 is actually used.Ronnie Sahlberg1-3/+25
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-30Reintroduce the three previously removed iscsi header digest preference opti...Ronnie Sahlberg1-0/+6
2004-08-29remove two preference options related to iscsi header digestRonnie Sahlberg1-68/+60
2004-08-29finalize refactoring of conversation handling.Ronnie Sahlberg1-10/+70
2004-08-29move the conversation find and create into dissect_iscsi() from dissect_iscsi...Ronnie Sahlberg1-64/+58
2004-08-28indentation change to make dissect_iscsi() easier to readRonnie Sahlberg1-77/+74
2004-08-28ISCSI Login Request and Login Response never contain any HeaderDigestsRonnie Sahlberg1-8/+2
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2511