aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-10Revert "infiniband: fix bitmap for Local CM Response Timeout / Retry Count"Alexis La Goutte1-2/+2
2017-09-10infiniband : Add value string for BTH opcodeAlexis La Goutte1-1/+88
2017-08-28infiniband: fix bitmap for Remote CM Response Timeout / Transport Service TypeAlexis La Goutte1-2/+2
2017-08-28Revert "infiniband: swap Local CM Response Timeout / Retry Count field"Alexis La Goutte1-2/+2
2017-08-26infiniband: fix infiniband: sIP and dIP inside IP CM Private Data are decoded...Alexis La Goutte1-14/+14
2017-08-25infiniband: swap Local CM Response Timeout / Retry Count fieldAlexis La Goutte1-2/+2
2017-08-24infiniband: fix bitmap for Local CM Response Timeout / Retry CountAlexis La Goutte1-2/+2
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-12/+1
2017-06-15infiniband: add RETH remote key to infinibandinfo structNitzan Carmi1-15/+18
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-0/+2
2017-01-20infiniband: add shutdown routine.Dario Lombardo1-0/+8
2017-01-13packet-infiniband: Pass read request packets to ULP dissectorsParav Pandit1-1/+2
2017-01-07Add support for RROCE(v2) over IPv4 (without UDP).Jeff Morriss1-2/+6
2017-01-05Update the preference help text to indicate the correct default RROCE port.Jeff Morriss1-2/+2
2017-01-04No reason not to use etype_vals for an Ethertype field.Guy Harris1-1/+1
2017-01-03infiniband: remove offset variable.Dario Lombardo1-9/+7
2017-01-03infiniband: fix error for clobbered variable.Dario Lombardo1-1/+1
2016-12-28Infiniband: Use base of packet tree (top_tree) for "infiniband.mad.cm.private...Michael Mann1-23/+24
2016-12-20Improve Infiniband heuristic subdissection.Michael Mann1-2/+53
2016-12-19Make more infiniband subdissectors heuristic.Michael Mann1-157/+161
2016-12-13packet-infiniband: Update conversation src port for exact lookupParav Pandit1-3/+23
2016-12-08Revert "Revert "Don't use a local variable's address in set_address().""Guy Harris1-1/+1