pub fn Snum(input: &[u8]) -> IResult<&[u8], &[u8]>
Representing a decimal integer value in the range 0 through 255
Snum = 1*3DIGIT