aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-15iSCSI: Handle invalid opcodes inside Reject messageJohn Thacker1-15/+18
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-5/+5
2021-06-16wsutil: add a header that defines some "round to power of 2" macros.Guy Harris1-1/+2
2021-02-10Infiniband, iSCSI, NVMA: use BASE_DEC_HEX for counts/lengths/etc..Guy Harris1-17/+17
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-1/+1
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-19/+19
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-5/+5
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+1
2016-12-01Check preference titles and descriptions.Gerald Combs1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-6/+6
2016-09-25[iscsi] Add a cast "packet-iscsi.c(625): warning C4267: 'function' :AndersBroman1-1/+1
2016-09-25iscsi: use ws_strtou functions.Dario Lombardo1-5/+21
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