aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packp
Commit message (Collapse)AuthorAgeFilesLines
* Substitute old pktline encoder/decoder with new pktline scanner (#84)Alberto Cortés2016-10-184-0/+654
* 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