Home
last modified time | relevance | path

Searched refs:slip_end_found (Results 1 – 4 of 4) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c946 const guint8 *slip_end_found = (const guint8 *)memchr(encoded_buf, SLIP_END, available); in dissect_osc_tcp_1_1() local
952 if(!slip_end_found) /* no SLIP'd stream ending in this chunk */ in dissect_osc_tcp_1_1()
960 encoded_len = (guint)(slip_end_found + 1 - encoded_buf); in dissect_osc_tcp_1_1()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c946 const guint8 *slip_end_found = (const guint8 *)memchr(encoded_buf, SLIP_END, available);
952 if(!slip_end_found) /* no SLIP'd stream ending in this chunk */
960 encoded_len = (guint)(slip_end_found + 1 - encoded_buf);
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c946 const guint8 *slip_end_found = (const guint8 *)memchr(encoded_buf, SLIP_END, available);
952 if(!slip_end_found) /* no SLIP'd stream ending in this chunk */
960 encoded_len = (guint)(slip_end_found + 1 - encoded_buf);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-osc.c946 const guint8 *slip_end_found = (const guint8 *)memchr(encoded_buf, SLIP_END, available); in dissect_osc_tcp_1_1() local
952 if(!slip_end_found) /* no SLIP'd stream ending in this chunk */ in dissect_osc_tcp_1_1()
960 encoded_len = (guint)(slip_end_found + 1 - encoded_buf); in dissect_osc_tcp_1_1()