public int[] SearchString(string str) { return(rawPacket.IndexOf(Utility.GetBytes(str)).ToArray()); }