packet-infiniband: Fix commentary typo (for consistency)

Change GuidInforecord -> GuidInfoRecord
Also, change VLArbitrationTableRecord comment to be consistent

Change-Id: Ia7cc844779a8751bd7675354b71239922327d0e8
Signed-off-by: Hal Rosenstock <hal.rosenstock@gmail.com>
Reviewed-on: https://code.wireshark.org/review/24230
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Hal Rosenstock 2017-10-24 15:41:30 +02:00 committed by Anders Broman
parent 3c2f217940
commit b70429427f
1 changed files with 2 additions and 2 deletions

View File

@ -4156,7 +4156,7 @@ static gboolean parse_SUBA_Attribute(proto_tree *parentTree, tvbuff_t *tvb, gint
case 0x0020: /* (LinkRecord) */
parse_LinkRecord(SUBA_Attribute_header_tree, tvb, offset);
break;
case 0x0030: /* (GuidInforecord) */
case 0x0030: /* (GuidInfoRecord) */
parse_GUIDInfo(SUBA_Attribute_header_tree, tvb, offset);
break;
case 0x0031: /*(ServiceRecord) */
@ -5207,7 +5207,7 @@ static void parse_RID(proto_tree* SA_header_tree, tvbuff_t* tvb, gint *offset, M
local_offset += 4;
break;
case 0x0036:
/*VLArbitrationTableRecord */
/* VLArbitrationTableRecord */
proto_tree_add_item(SA_header_tree, hf_infiniband_SA_LID, tvb, local_offset, 2, ENC_BIG_ENDIAN);
local_offset += 2;
proto_tree_add_item(SA_header_tree, hf_infiniband_SA_OutputPortNum, tvb, local_offset, 1, ENC_BIG_ENDIAN);