aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iwarp-mpa.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08iwarp: optimize the parsing of the MPA protocoleasonweii1-27/+30
2022-03-06iWARP MPA: Resolved the problem that the iWARP Marker parses abnormallyeasonweii1-24/+53
2021-08-31iwarp_mpa: fix iWarp MPA for NFS-over-RDMAJorge Mora1-0/+3
2021-04-29packet-iwarp-mpa.c: fix mpa_fpdu dissecting without marker pdu fragmentationStefan Metzmacher1-4/+6
2021-04-29packet-iwarp-mpa: make use of tcp_dissect_pdus() to reassamble pdusStefan Metzmacher1-1/+99
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-14/+1
2017-11-25packet-iwarp-mpa.c: Stop FPDU dissection if the ULPDU_LENGTH field does NOT ...Michael Mann1-6/+3
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-8/+3
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-17/+9
2016-04-19iWARP MPA: properly handle MPA PDU length with paddingPascal Quantin1-4/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3
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 a bunch more deprecated tvb_length callsEvan Huus1-3/+3
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-08Wrap some tvb_get_ptr calls in crc32c_tvb_offset_calculate().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-31packet-iwarp-mpa: give more information if the ULPDU length doesn't matchStefan Metzmacher1-2/+2
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-3/+3
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-13Return FALSE from dissect_iwarp_mpa() if data is NULL. Note that this is the...Chris Maynard1-1/+5
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-4/+2
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-2/+2
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-2/+1
2013-08-05Get rid of no-longer-used variables.Guy Harris1-4/+0
2013-08-05Convert remaining proto_item_set_expert_flags in dissector directory.Michael Mann1-6/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-06-10Batch of filterable expert infos.Michael Mann1-7/+17
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-4/+4
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
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-05-04Cleanup: g_malloc can't return NULL, remove checks for them.Jakub Zawadzki1-3/+0
2011-03-03Use tvb_memcpy() instead of tvb_get_ptr() + memcpy().Jeff Morriss1-8/+4
2011-02-18Nope, the __declspec(noreturn) didn't suffice - either abort() isn'tGuy Harris1-2/+2