Loading itsut/packet-itsut.c +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
itsut/packet-itsut.c +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading