CiscoCloud / distributive

Unit testing for the cloud
Apache License 2.0
147 stars 20 forks source link

Udp parsing working #88

Closed orimarti closed 8 years ago

orimarti commented 8 years ago

Port when the ports are udp was not working. It seems the method tabular.GetColumnNoHeader doesn't not have the same behaviour with tcp or udp ports, so we have implemented GetAllNoHeader that gives all the data without the header. It works because to find the ports it's implemented with a regular expression that it works finding in all the text

langston-barrett commented 8 years ago

@orimarti Thanks for your continued testing and improvement! I'll try to test this today.

langston-barrett commented 8 years ago

See PR #90 for progress on this issue, the code needed to be synced with the recent refactor.