Commit ea762535 authored by garciay's avatar garciay
Browse files

Bug fixed in dissect_itsut_gn_geobroadcast()

parent e9bb16b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1308,7 +1308,7 @@ static int dissect_itsut_gn_geobroadcast(tvbuff_t *tvb, proto_tree *header_tree,


  /* GnGenerateGeoBroadcast tree */
  /* GnGenerateGeoBroadcast tree */
  /* Shape */
  /* Shape */
  proto_tree_add_item(tree, hf_station_id, tvb, offset, L_SHAPE, FALSE);
  proto_tree_add_item(tree, hf_shape, tvb, offset, L_SHAPE, FALSE);
  offset += L_SHAPE;
  offset += L_SHAPE;
  /* Lifetime */
  /* Lifetime */
  proto_tree_add_item(tree, hf_lifetime, tvb, offset, L_LIFETIME, FALSE);
  proto_tree_add_item(tree, hf_lifetime, tvb, offset, L_LIFETIME, FALSE);