Help required with receiving data using the serialport please

The receive data i'm interested in is 19 bytes long. The first two bytes are headers/qualifiers.

My problem is the hardware that replies with the above packet sends a load of zeros in front of it, these zeros can vary in length.

How would I go about filtering out the 19 bytes from this variable length data packet.


Thanks