Home | History | Annotate | Download | only in spdyshark

Lines Matching refs:num_headers

938     guint16		num_headers;
1016 num_headers = 0;
1132 num_headers = tvb_get_ntohs(header_tvb, hdr_offset);
1136 num_headers = 0;
1146 2, num_headers);
1150 printf(" %d Headers:\n", num_headers);
1151 if (num_headers > frame_length) {
1158 while (num_headers-- && tvb_reported_length_remaining(header_tvb, hdr_offset) != 0) {