aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-4/+4
2016-01-13Use result of register_dissectorPeter Wu1-2/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-07Remove some unnecessary includes.Guy Harris1-1/+0
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-10/+10
2015-06-05iSCSI: handle repetition of InitiatorTaskTag fore request / response trackingPascal Quantin1-20/+60
2015-05-29Update scsi lun id dissector, add support to handle all 4 addressingAnish Bhatt1-4/+0
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-10/+27
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-22/+23
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-10-07[iSCSI] Fix incorrect heuristic.Anish Bhatt1-3/+5
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