Home
last modified time | relevance | path

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

/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-umts_rlc.c2016 guint8 sufi_type, bits; local
2035 sufi_type = tvb_get_bits8(tvb, bit_offset, 4);
2040 … proto_item_append_text(sufi_item, " (%s)", val_to_str_const(sufi_type, rlc_sufi_vals, "Unknown"));
2042 switch (sufi_type) {
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-umts_rlc.c2016 guint8 sufi_type, bits; local
2035 sufi_type = tvb_get_bits8(tvb, bit_offset, 4);
2040 … proto_item_append_text(sufi_item, " (%s)", val_to_str_const(sufi_type, rlc_sufi_vals, "Unknown"));
2042 switch (sufi_type) {
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-umts_rlc.c2016 guint8 sufi_type, bits; local
2035 sufi_type = tvb_get_bits8(tvb, bit_offset, 4);
2040 … proto_item_append_text(sufi_item, " (%s)", val_to_str_const(sufi_type, rlc_sufi_vals, "Unknown"));
2042 switch (sufi_type) {
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-umts_rlc.c2016 guint8 sufi_type, bits; local
2035 sufi_type = tvb_get_bits8(tvb, bit_offset, 4);
2040 … proto_item_append_text(sufi_item, " (%s)", val_to_str_const(sufi_type, rlc_sufi_vals, "Unknown"));
2042 switch (sufi_type) {