On Tue, 23 Jul 2013 10:30:15 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote:
> > On Tue, 23 Jul 2013 08:02:52 +0900 > > YAMAMOTO Takashi <[email protected]> wrote: > > > >> this is a repost. > >> the previous post seems somehow lost. > >> > >> YAMAMOTO Takashi (1): > >> of-wire json test: a program to generate test data for unit tests > >> > >> ryu/tests/packet_data_generator/Makefile | 5 + > >> ryu/tests/packet_data_generator/rebar.config | 32 + > >> ryu/tests/packet_data_generator/src/er.app.src | 24 + > >> ryu/tests/packet_data_generator/src/x.erl | 63 + > >> ryu/tests/packet_data_generator/src/x1.erl | 90 + > >> ryu/tests/packet_data_generator/src/x3.erl | 8539 > >> ++++++++++++++++++++ > >> ryu/tests/packet_data_generator/src/x4.erl | 2310 ++++++ > >> .../packet_data_generator/src/x_flower_packet.erl | 61 + > >> .../packet_data_generator/src/x_of_protocol.erl | 33 + > >> 9 files changed, 11157 insertions(+) > >> create mode 100644 ryu/tests/packet_data_generator/Makefile > >> create mode 100644 ryu/tests/packet_data_generator/rebar.config > >> create mode 100644 ryu/tests/packet_data_generator/src/er.app.src > >> create mode 100644 ryu/tests/packet_data_generator/src/x.erl > >> create mode 100644 ryu/tests/packet_data_generator/src/x1.erl > >> create mode 100644 ryu/tests/packet_data_generator/src/x3.erl > >> create mode 100644 ryu/tests/packet_data_generator/src/x4.erl > >> create mode 100644 ryu/tests/packet_data_generator/src/x_flower_packet.erl > >> create mode 100644 ryu/tests/packet_data_generator/src/x_of_protocol.erl > > > > I thought that some code are taken from linc. If so, I can't find any > > thier copyright? > > no code is taken from linc. > > this code merely uses linc's of_protocol. > (uses == include headers and call functions) I see. Applied, thanks. ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
