Home
last modified time | relevance | path

Searched refs:another_pdu_follows (Results 1 – 12 of 12) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tls.c1208 int another_pdu_follows; in desegment_ssl() local
1222 another_pdu_follows = 0; in desegment_ssl()
1305 another_pdu_follows = msp->nxtpdu - seq; in desegment_ssl()
1359 another_pdu_follows = 0; in desegment_ssl()
1432 another_pdu_follows = 0; in desegment_ssl()
1609 if (another_pdu_follows) { in desegment_ssl()
1619 offset += another_pdu_follows; in desegment_ssl()
1620 seq += another_pdu_follows; in desegment_ssl()
H A Dpacket-quic.c1273 int another_pdu_follows; in desegment_quic_stream() local
1288 another_pdu_follows = 0; in desegment_quic_stream()
1396 another_pdu_follows=msp->nxtpdu - seq; in desegment_quic_stream()
1511 another_pdu_follows = 0; in desegment_quic_stream()
1583 if (another_pdu_follows) { in desegment_quic_stream()
1586 offset += another_pdu_follows; in desegment_quic_stream()
1587 seq += another_pdu_follows; in desegment_quic_stream()
H A Dpacket-tcp.c3308 int another_pdu_follows;
3322 another_pdu_follows = 0;
3596 another_pdu_follows=msp->nxtpdu - seq;
3756 another_pdu_follows = 0;
3766 nbytes = another_pdu_follows > 0
3767 ? another_pdu_follows
3942 if(another_pdu_follows) {
3953 offset += another_pdu_follows;
3954 seq += another_pdu_follows;
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tls.c1208 int another_pdu_follows; in desegment_ssl() local
1222 another_pdu_follows = 0; in desegment_ssl()
1305 another_pdu_follows = msp->nxtpdu - seq; in desegment_ssl()
1359 another_pdu_follows = 0; in desegment_ssl()
1432 another_pdu_follows = 0; in desegment_ssl()
1609 if (another_pdu_follows) { in desegment_ssl()
1619 offset += another_pdu_follows; in desegment_ssl()
1620 seq += another_pdu_follows; in desegment_ssl()
H A Dpacket-quic.c1273 int another_pdu_follows; in desegment_quic_stream() local
1288 another_pdu_follows = 0; in desegment_quic_stream()
1396 another_pdu_follows=msp->nxtpdu - seq; in desegment_quic_stream()
1511 another_pdu_follows = 0; in desegment_quic_stream()
1583 if (another_pdu_follows) { in desegment_quic_stream()
1586 offset += another_pdu_follows; in desegment_quic_stream()
1587 seq += another_pdu_follows; in desegment_quic_stream()
H A Dpacket-tcp.c3308 int another_pdu_follows; in desegment_tcp() local
3322 another_pdu_follows = 0; in desegment_tcp()
3596 another_pdu_follows=msp->nxtpdu - seq; in desegment_tcp()
3756 another_pdu_follows = 0; in desegment_tcp()
3766 nbytes = another_pdu_follows > 0 in desegment_tcp()
3767 ? another_pdu_follows in desegment_tcp()
3942 if(another_pdu_follows) { in desegment_tcp()
3953 offset += another_pdu_follows; in desegment_tcp()
3954 seq += another_pdu_follows; in desegment_tcp()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tls.c1208 int another_pdu_follows; in desegment_ssl() local
1222 another_pdu_follows = 0; in desegment_ssl()
1305 another_pdu_follows = msp->nxtpdu - seq; in desegment_ssl()
1359 another_pdu_follows = 0; in desegment_ssl()
1432 another_pdu_follows = 0; in desegment_ssl()
1609 if (another_pdu_follows) { in desegment_ssl()
1619 offset += another_pdu_follows; in desegment_ssl()
1620 seq += another_pdu_follows; in desegment_ssl()
H A Dpacket-quic.c1273 int another_pdu_follows; in desegment_quic_stream() local
1288 another_pdu_follows = 0; in desegment_quic_stream()
1396 another_pdu_follows=msp->nxtpdu - seq; in desegment_quic_stream()
1511 another_pdu_follows = 0; in desegment_quic_stream()
1583 if (another_pdu_follows) { in desegment_quic_stream()
1586 offset += another_pdu_follows; in desegment_quic_stream()
1587 seq += another_pdu_follows; in desegment_quic_stream()
H A Dpacket-tcp.c3308 int another_pdu_follows; in desegment_tcp() local
3322 another_pdu_follows = 0; in desegment_tcp()
3596 another_pdu_follows=msp->nxtpdu - seq; in desegment_tcp()
3756 another_pdu_follows = 0; in desegment_tcp()
3766 nbytes = another_pdu_follows > 0 in desegment_tcp()
3767 ? another_pdu_follows in desegment_tcp()
3942 if(another_pdu_follows) { in desegment_tcp()
3953 offset += another_pdu_follows; in desegment_tcp()
3954 seq += another_pdu_follows; in desegment_tcp()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-tls.c1208 int another_pdu_follows;
1222 another_pdu_follows = 0;
1305 another_pdu_follows = msp->nxtpdu - seq;
1359 another_pdu_follows = 0;
1432 another_pdu_follows = 0;
1609 if (another_pdu_follows) {
1619 offset += another_pdu_follows;
1620 seq += another_pdu_follows;
H A Dpacket-quic.c1273 int another_pdu_follows; in desegment_quic_stream() local
1288 another_pdu_follows = 0; in desegment_quic_stream()
1396 another_pdu_follows=msp->nxtpdu - seq; in desegment_quic_stream()
1511 another_pdu_follows = 0; in desegment_quic_stream()
1583 if (another_pdu_follows) { in desegment_quic_stream()
1586 offset += another_pdu_follows; in desegment_quic_stream()
1587 seq += another_pdu_follows; in desegment_quic_stream()
H A Dpacket-tcp.c3308 int another_pdu_follows; in desegment_tcp() local
3322 another_pdu_follows = 0; in desegment_tcp()
3596 another_pdu_follows=msp->nxtpdu - seq; in desegment_tcp()
3756 another_pdu_follows = 0; in desegment_tcp()
3766 nbytes = another_pdu_follows > 0 in desegment_tcp()
3767 ? another_pdu_follows in desegment_tcp()
3942 if(another_pdu_follows) { in desegment_tcp()
3953 offset += another_pdu_follows; in desegment_tcp()
3954 seq += another_pdu_follows; in desegment_tcp()