Michael Santos

Results 82 comments of Michael Santos

I was wrong about the TTL. The inet driver returns the whole IPv4 packet so gen_icmp can get the value. But for IPv6, only the ICMPv6 + payload is returned....

On Sun, Aug 02, 2020 at 08:47:10PM -0700, kotee4ko wrote: > Gr33t3ng5, Sir. Hey kotee4ko! > Thank you for you're awesome work. > > I have a problem with running...

Missed the edits: * for TCP, see the sdt `-T` option * netcat to a local port can be done using ssh port forwarding If you're ok sending the data...

To test directly, something like: ~~~ # shelll 1 sudo sods -vvvv -d /tmp -L 127.0.0.1:31337 tun.myhost.ml # shell 2 nc -kl 31337 # shell 3: from localhost sdt -r...

Just some general suggestions. Try to determine who is dropping the packets: * test via the loopback * test by going directly from client to server * test by going...

I vote for rebar3 since it is now part of OTP. I like the idea of using pcapfile for testing. One possible concern: if we have a lot of binary...

@ates about the test data: right, depends how much test data we plan on adding. We could end up with Kb of code and Mb's of test data. I don't...

On Mar 18, 2016 11:09 AM, "Artem Teslenko" [email protected] wrote: > The overhead of using pcap files is 24 bytes for file header and 16 bytes > for record header...

BTW the rebar3 branch looks good. It can be merged any time. Having the pcap files in the tests are fine. I'll experiment with mirroring the pcapr files and running...

Found a better source for future tests: https://github.com/the-tcpdump-group/tcpdump/tree/master/tests These are taken from http://packetlife.net/captures/