summaryrefslogtreecommitdiff
path: root/randpkt-core.c
AgeCommit message (Collapse)AuthorFilesLines
2015-12-22extcap: add randpktdump, a random packet generator.Dario Lombardo1-1/+1
This new extcap is for testing and educational purpose. It relies on rankpkt-core functions to generate random packets. Change-Id: If6890f0673545682995a2079458108edc0913b30 Reviewed-on: https://code.wireshark.org/review/11764 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-12-17randpkt-core: add modelinesDario Lombardo1-0/+13
Change-Id: I2978288535c99238515164a245f8276d785984f4 Reviewed-on: https://code.wireshark.org/review/12699 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-12-17randpkt-core: add new lineDario Lombardo1-1/+1
Change-Id: If3624e8b42cdc6d2fcf8b42d389456607682dbb3 Reviewed-on: https://code.wireshark.org/review/12695 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-11-11randpkt: split into a core and an app.Dario Lombardo1-0/+800
This will allow other apps to use the random packet generation features. Change-Id: I7e9af58cbe39da4908242b5fbb292f473e03b4f2 Reviewed-on: https://code.wireshark.org/review/11579 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>