I am trying to generate traffic using trafgen tool but I get kernel panic. I am generating a configuration file from my eth0 pcap file, basically this is what I did: *# netsniff-ng --in eth0 --out sample.pcap -s # netsniff-ng --in sample.pcap --out sample.cfg -s # trafgen --in sample.cfg --out eth1 --rand * And then I got some error indicating my mtu is smaller (<) than 74packet's size or 64 maybe. so I* # ifconfig eth0 mtu 2048* Then when I tried *# trafgen --in sample.cfg --out eth1 --rand* I got kernel panic...
I would like to try mausezahn for generating traffic but I couldnt figure how to. Are there any tutorials available on web? Is there any benefits for using either one? What are the differences? Are there any benchmark on the efficiency of these two packet generators? Thank you for your time and the effort you put on making your cool toolkit. -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
