aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-3/+3
2014-08-08Wrap some tvb_get_ptr calls in crc32c_tvb_offset_calculate().Guy Harris1-4/+5
2014-07-08iscsi: automatically detect data segment digestPeter Wu1-75/+84
2014-07-06iscsi: minor retval fixPeter Wu1-98/+96
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-5/+3
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-16iSCSI: Register iscsi dissector, so it can be used by iSERYan Burman1-0/+1
2014-04-29Fix cast for older versions of GLib.Gerald Combs1-3/+3
2014-04-29Convert a few dissectors with simple request/response tracking from red/black...Pascal Quantin1-9/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9551Alexis La Goutte1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-13Fix warnings + remove some v. old comment from strutil.hJakub Zawadzki1-5/+9
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