Home | History | Annotate | Download | only in spdyshark

Lines Matching defs:associated_stream_id

936     guint32             associated_stream_id;
1031 associated_stream_id = tvb_get_bits32(tvb, (offset << 3) + 1, 31, FALSE);
1050 proto_tree_add_uint(sub_tree, hf_spdy_associated_streamid, tvb, orig_offset+12, 4, associated_stream_id);