Commit 9b4b142a authored by garciay's avatar garciay
Browse files

Bug fixed in dissect_itsut_gn_geotsb

parent 730f2e25
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1452,8 +1452,11 @@ static int dissect_itsut_gn_geotsb(tvbuff_t *tvb, proto_tree *header_tree, int o

  /* GnGenerateGeoTsb tree */
  /* NbHops */
  proto_tree_add_item(tree, hf_trafficclass, tvb, offset, L_NBHOPS, FALSE);
  proto_tree_add_item(tree, hf_nbhops, tvb, offset, L_NBHOPS, FALSE);
  offset += L_NBHOPS;
  /* Lifetime */
  proto_tree_add_item(tree, hf_lifetime, tvb, offset, L_LIFETIME, FALSE);
  offset += L_LIFETIME;
  /* TrafficClass */
  proto_tree_add_item(tree, hf_trafficclass, tvb, offset, L_TRAFFICCLASS, FALSE);
  offset += L_TRAFFICCLASS;