aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-08Correctly update the data length of the SCSI payload within ISCSI. Bug 9521 ...Michael Mann1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-08-31More wmem.Evan Huus1-17/+16
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-2/+2
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-55/+50
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-8/+8
2013-03-28ISCSI: When printing the task management function, strip of the high bit whic...Ronnie Sahlberg1-1/+1
2013-03-19From beroset:Anders Broman1-6/+6
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-10-14Clean up the "round up to a multiple of 4" code a bit.Guy Harris1-2/+2
2012-10-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7858Evan Huus1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-17iSCSI: DATA-IN only contain LUN and TTT iff the A-bit is setRonnie Sahlberg1-2/+11
2012-07-27SCSI/ISCSI: Add decode of LUNs with address mode/bus and lunRonnie Sahlberg1-17/+13
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-12-27Use tvb_get_ntoh48() instead of tvb_get_ntohs() || tvb_get_ntohl().Chris Maynard1-1/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-11-09Fix some [-Wunused-but-set-variable] warningsBill Meier1-2107/+2105
2011-10-25Fix some set but not used [-Wunused-but-set-variable] warnings.Anders Broman1-3/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10Fix "unused variable" compile error.Bill Meier1-1/+1
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-169/+169
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-19/+19
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-11From Anish Bhatt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6113 :Jeff Morriss1-87/+89
2011-03-25As suggested by Didier in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-2/+2
2011-03-23The NSG bits in the login pdu are 0x0c not 0xc0Ronnie Sahlberg1-4/+4
2011-02-27iSCSI REJECT PDU contains the full header of the offending command as payload.Ronnie Sahlberg1-26/+34
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-1/+1
2010-11-04From Alexis La Goutte:Jaap Keuter1-37/+0
2010-11-04From Alexis La Goutte:Jaap Keuter1-7/+2
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-1/+1
2010-05-18iscsi also has a system port (860) registered in addition to the more commonRonnie Sahlberg1-5/+26
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-8/+2
2010-04-29Terminate a string so that strchr doesn't wander off. Hopefully fixes bugsGerald Combs1-1/+1
2010-04-29Make a variable a guint8* instead of a char* since it a) holds TVB data and b...Jeff Morriss1-1/+1
2010-04-29Use strchr() instead of index()--Windows doesn't appear to have the latter.Jeff Morriss1-7/+7
2010-04-29It is becomming more common that iscsi vendors use iscsi-redirectors and redi...Ronnie Sahlberg1-9/+108
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam1-19/+19
2009-10-06From Didier Gautheron:Anders Broman1-1/+2
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1