Aaron Turner

Results 170 issues of Aaron Turner

It will convert from 802.11 -> 802.3 ethernet, but the mac addresses won't change. Workaround is to use --dlt=enet and then to use the --enet-smac & dmac options in a...

bug

Use tshark to generate XML decodes of packets and then use the rewrite engine to intelligently rewrite packet data based on user defined rules. I think embedding Lua is probably...

enhancement

Apparently on 64bit SPARC systems, the CPU is 8 byte strictly aligned (maybe because pointers are 8 bytes?) rather then 4 byte strictly aligned like I've seen before. Anyways, there's...

bug
v3.4.x
v4.0.x
merge

http://tcpreplay.synfin.net/ticket/360 Low priority.

bug

Right now it's one big mess, but each timer mode really should be it's own function to make it easier to manage and require fewer cases/if/then/else's.

enhancement

currently --seed is just used for srandom() to seed the random generator. On most systems, random() uses a single well defined algorithm, but a few systems (like Win32) use another...

bug
enhancement

No more requiring people who build from svn/git needing a specific version of Autogen. See email subject " Fwd: shipping the auto-generated files" http://tcpreplay.synfin.net/ticket/406

enhancement

http://tcpreplay.synfin.net/ticket/527 patch: ``` c Index: src/tcpreplay_api.c =================================================================== --- src/tcpreplay_api.c (revision 2648) +++ src/tcpreplay_api.c (working copy) @@ -624,6 +624,7 @@ if (ctx->options->source_cnt < MAX_FILES) { ctx->options->sources[ctx->options->source_cnt].filename = safe_strdup(pcap_file); + ctx->options->sources[ctx->options->source_cnt].type =...

bug

I didn't bother with unit tests for the ipv6 patches, but I should do them for the 4.0 release. http://tcpreplay.synfin.net/ticket/394

task

Need to migrate wiki docs from trac to github for 4.0 release

task