aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-27WIP: Check types for _add_bits_ functions, and ensure no maskMartin Mathieson1-3/+3
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-6/+6
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-09-18InfiniBand: create proper preference change handler out of handoff functionJaap Keuter1-46/+49
2021-08-20Infiniband: display the NAK error codeJorge Mora1-9/+11
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-4/+4
2021-02-12NVME RDMA dissector: store RDMA transfers and link them to commands.Constantine Gavrilov1-4/+4
2021-02-12Revert "NVME RDMA dissector: store RDMA transfers and link them to commands."Constantine Gavrilov1-4/+4
2021-02-11NVME RDMA dissector: store RDMA transfers and link them to commands.Constantine Gavrilov1-4/+4
2021-02-11Infiniband dissector: print RDMA addresses, sizes and keys in HEX.Constantine Gavrilov1-2/+2
2021-02-10Infiniband, iSCSI, NVMA: use BASE_DEC_HEX for counts/lengths/etc..Guy Harris1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-12-03RPCoRDMA: fix reassembly for Position-Zero Read ChunkJorge Mora1-3/+4
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-05-05Infiniband: skip past the undissected vendor header.Guy Harris1-1/+3
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-02-13Fix the "pointer to function that generates a label" values.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-28Infiniband: Decode AETH syndrome byteUli Heilmeier1-1/+118
2017-12-20Infiniband: Fix number of bytes exported if ip_cm_sidNathaniel Clark1-1/+3
2017-11-05packet-infiniband: Proper parsing of ClassPortInfo attributeHal Rosenstock1-1/+198
2017-11-04packet-infiniband: SM class does not support ClassPortInfo or InformInfo attr...Hal Rosenstock1-2/+0
2017-11-04packet-infiniband: Make unknown GS class attributes show up in wireshark Info...Hal Rosenstock1-0/+6
2017-11-04packet-infiniband: Better variable namingHal Rosenstock1-18/+18
2017-11-04packet-infiniband: DETH Queue Key should be hex rather than decimalHal Rosenstock1-1/+1
2017-11-04packet-infiniband: Make unknown PerfMgt attributes show up as PERF in wiresha...Hal Rosenstock1-0/+1
2017-11-04packet-infiniband: Fix commentary typo (for consistency)Hal Rosenstock1-2/+2
2017-11-04packet-infiniband: Add missing SA methods into mad_method_strHal Rosenstock1-0/+7
2017-11-04packet-infiniband: Fixed some PortInfo:CapabilityMask bit namesHal Rosenstock1-10/+10
2017-11-04packet-infiniband: Add first and last to RMPP_FlagsHal Rosenstock1-0/+1
2017-11-04packet-infiniband: Fix some SM class attribute IDsHal Rosenstock1-4/+4
2017-11-04packet-infiniband: Fix SA MCMemberRecord attribute nameHal Rosenstock1-1/+1
2017-11-04packet-infiniband: Use SA rather than SMA as Subnet Administration headerHal Rosenstock1-1/+1
2017-11-04packet-infiniband: Removed erroneous MadHeader commentsHal Rosenstock1-50/+26
2017-10-29Add conversation endpoint typeMichael Mann1-6/+6
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-2/+2
2017-10-12infiniband: add PSN and RETH DMA length to infinibandinfo structJorge Mora1-8/+8
2017-10-09infiniband: fix OpCodeMap string for UC_RDMA_WRITE_MIDDLEJorge Mora1-5/+1
2017-10-03infiniband: fix ISO C does not allow extra ‘;’ outside of a function [-Wp...Alexis La Goutte1-1/+1
2017-09-24Don't use proto_tree_add_uint() with FT_BYTES.Guy Harris1-1/+1
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-5/+3
2017-09-12infinibnand: remove multi space before tvb (on proto_tree_add_item)Alexis La Goutte1-418/+418
2017-09-10infiniband: always return line for offsetAlexis La Goutte1-10/+20
2017-09-10infiniband: always display reserved field...Alexis La Goutte1-23/+48
2017-09-10infiniband: merge all reserved fieldAlexis La Goutte1-81/+26
2017-09-10infiniband: always return line for local_offsetAlexis La Goutte1-381/+762