aboutsummaryrefslogtreecommitdiffstats
path: root/formats/pktline/decoder_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Substitute old pktline encoder/decoder with new pktline scanner (#84)Alberto Cortés2016-10-181-85/+0
| | | | | | | | | | | | | | | | * replace old pktline package with new pktline scanner * remove error checks on pktline.NewFromString * fix deppend bug * reduce memory garbage when pktline.NewFromStrings * improve int to hex conversion to help gc * make intToHex func private * clean function names
* format/pktline: review and improving coverageMáximo Cuadros2015-10-231-0/+85