The IPProtocolEndpoint repository plugin requires a get function for each colon separated IP stat in the _BytesSubmitted raw metric. Since the data can be tokenized on the colon a single function could be used to retrieve the required data from a index. Can be further cleaned up to use enumerations as indices for each data type (ie. RX_BYTE, TX_BYTE, etc). This is also beneficial should the format of the raw metric change.
Replace redundant get functions with single data parser
Patch attached
Committed to CVS Head