Uncategorized Simple wireshark filter host+port karlo August 31, 2020 0 Comments ip.src == 10.1.72.1 and tcp.port == 12228
Uncategorized Excel return text right of last occurrence of string karlo August 13, 2020 0 Comments =TRIM(RIGHT(SUBSTITUTE(A1;" ";REPT(" ";LEN(A1)));LEN(A1)))