aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-11-09Fix some [-Wunused-but-set-variable] warningswmeier1-2107/+2105
2011-10-25Fix some set but not used [-Wunused-but-set-variable] warnings.etxrab1-3/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-10Fix "unused variable" compile error.wmeier1-1/+1
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-169/+169
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-19/+19
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-08-11From Anish Bhatt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6113 :morriss1-87/+89
2011-03-25As suggested by Didier in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-2/+2
2011-03-23The NSG bits in the login pdu are 0x0c not 0xc0sahlberg1-4/+4
2011-02-27iSCSI REJECT PDU contains the full header of the offending command as payload.sahlberg1-26/+34
2011-01-16Use tvb_memeql() and tvb_memcpy().morriss1-1/+1
2010-11-04From Alexis La Goutte:jake1-37/+0
2010-11-04From Alexis La Goutte:jake1-7/+2
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-1/+1
2010-05-18iscsi also has a system port (860) registered in addition to the more commonsahlberg1-5/+26
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-8/+2
2010-04-29Terminate a string so that strchr doesn't wander off. Hopefully fixes bugsgerald1-1/+1
2010-04-29Make a variable a guint8* instead of a char* since it a) holds TVB data and b...morriss1-1/+1
2010-04-29Use strchr() instead of index()--Windows doesn't appear to have the latter.morriss1-7/+7
2010-04-29It is becomming more common that iscsi vendors use iscsi-redirectors and redi...sahlberg1-9/+108
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'krj1-19/+19
2009-10-06From Didier Gautheron:etxrab1-1/+2
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-22/+22
2009-05-14Apply some of the patches from:etxrab1-3/+1
2008-07-30From didier:etxrab1-4/+14
2008-06-18Fix for bug 2616:jake1-1/+2
2008-04-12From Philip Frey (bug 2420):stig1-114/+4
2008-02-07Removed even more "statement not reached" warnings.stig1-1/+0
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-3/+3
2007-03-23fix a lot more warningsulfl1-2/+2
2007-01-23if DataSegmentLength is non zero for iscsi async messages the data segment c...sahlberg1-5/+36
2006-12-07strengthen the heuristics for iscsi commandis assuming that the last 6 byte...sahlberg1-0/+4
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...sahlberg1-2/+9
2006-10-12wireshark does not yet consume enough memory for me to be happysahlberg1-2/+3
2006-10-11add a task_flags bitmap and two lengths (data and bidirectional data)sahlberg1-0/+12
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongssahlberg1-1/+0
2006-10-08scsi: unusual scsi protocols can request multiple AHS fields for iscsi so d...sahlberg1-22/+68
2006-09-30fix for header digest detection being broken when AHS is used.sahlberg1-4/+6
2006-09-30the ahs length inside the AHS for an extended cdb includes the reserved byte ...sahlberg1-4/+4
2006-09-30scsi osd updatessahlberg1-5/+53