evristzam / ndt

Automatically exported from code.google.com/p/ndt
Other
0 stars 0 forks source link

Unable to start tcpdump #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce
1. Run ndt with --tcpdump
2. Run ndt test
3. Check the meta results and log directory

Expected results:
There should be .c2s_ndttrace and .s2c_ndttrace files available and the meta 
results should contain the proper entries:
c2s_ndttrace file: filename.c2s_ndttrace
s2c_ndttrace file: filename.s2c_ndttrace

Actual results:
There is no such files and meta results contain invalid entries:
c2s_ndttrace file: Ready
s2c_ndttrace file:

Original issue reported on code.google.com by jslawin...@soldevelo.com on 15 Nov 2013 at 11:01

GoogleCodeExporter commented 9 years ago

Original comment by skost...@soldevelo.com on 11 Mar 2014 at 12:49

GoogleCodeExporter commented 9 years ago
This and Issue93 are caused by the same problem (that is duplicate declaration 
of dumptrace variable which was intented to be global). Fix is available on 
Issue93 branch. Feel free to review.

Original comment by skost...@soldevelo.com on 11 Mar 2014 at 1:17

GoogleCodeExporter commented 9 years ago
Merged into trunk

Original comment by skost...@soldevelo.com on 12 Mar 2014 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by skost...@soldevelo.com on 23 Jun 2014 at 5:40