Select all instances of CAN message from message array
parses the given array extracted = extractAll(message,messagename)message, and returns all instances of
messages matching the specified message name.
parses the given array extracted = extractAll(message,id,extended)message, and returns all instances of
messages matching the specified ID value and type.
[
assigns to extracted,remainder] = extractAll(___)extracted those messages that match the search, and
returns to remainder those that do not match.