trema 0.3.9 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (502) hide show
  1. data/Rakefile +1 -1
  2. data/Rantfile +1 -3
  3. data/bin/quality +1 -1
  4. data/bin/trema +1 -1
  5. data/bin/trema-config +1 -1
  6. data/build.rb +1 -3
  7. data/cruise.rb +1 -1
  8. data/features/step_definitions/misc_steps.rb +1 -1
  9. data/features/step_definitions/send_packets_steps.rb +1 -1
  10. data/features/step_definitions/stats_steps.rb +1 -1
  11. data/features/support/env.rb +1 -3
  12. data/features/support/hooks.rb +1 -1
  13. data/ruby/blocker.rb +1 -3
  14. data/ruby/extconf.rb +1 -3
  15. data/ruby/sub-process.rb +1 -3
  16. data/ruby/trema/action-common.c +1 -1
  17. data/ruby/trema/action-common.h +1 -1
  18. data/ruby/trema/action.rb +1 -1
  19. data/ruby/trema/aggregate-stats-reply.rb +1 -3
  20. data/ruby/trema/app.rb +1 -3
  21. data/ruby/trema/barrier-reply.c +1 -1
  22. data/ruby/trema/barrier-reply.h +1 -3
  23. data/ruby/trema/barrier-request.c +1 -1
  24. data/ruby/trema/barrier-request.h +1 -3
  25. data/ruby/trema/cli.rb +1 -3
  26. data/ruby/trema/command/dump_flows.rb +1 -1
  27. data/ruby/trema/command/kill.rb +1 -1
  28. data/ruby/trema/command/killall.rb +1 -1
  29. data/ruby/trema/command/netns.rb +1 -1
  30. data/ruby/trema/command/port_down.rb +1 -1
  31. data/ruby/trema/command/port_up.rb +1 -1
  32. data/ruby/trema/command/reset_stats.rb +1 -1
  33. data/ruby/trema/command/ruby.rb +1 -1
  34. data/ruby/trema/command/run.rb +1 -1
  35. data/ruby/trema/command/send_packets.rb +1 -1
  36. data/ruby/trema/command/shell.rb +1 -3
  37. data/ruby/trema/command/show_stats.rb +1 -1
  38. data/ruby/trema/command/up.rb +1 -1
  39. data/ruby/trema/command/version.rb +1 -1
  40. data/ruby/trema/command.rb +1 -1
  41. data/ruby/trema/controller.c +1 -1
  42. data/ruby/trema/controller.h +1 -3
  43. data/ruby/trema/controller.rb +1 -1
  44. data/ruby/trema/daemon.rb +1 -3
  45. data/ruby/trema/desc-stats-reply.rb +1 -3
  46. data/ruby/trema/dsl/configuration.rb +1 -3
  47. data/ruby/trema/dsl/context.rb +1 -3
  48. data/ruby/trema/dsl/link.rb +1 -3
  49. data/ruby/trema/dsl/netns.rb +1 -1
  50. data/ruby/trema/dsl/parser.rb +1 -3
  51. data/ruby/trema/dsl/rswitch.rb +1 -1
  52. data/ruby/trema/dsl/run.rb +1 -3
  53. data/ruby/trema/dsl/runner.rb +1 -3
  54. data/ruby/trema/dsl/stanza.rb +1 -3
  55. data/ruby/trema/dsl/switch.rb +1 -3
  56. data/ruby/trema/dsl/syntax-error.rb +1 -3
  57. data/ruby/trema/dsl/syntax.rb +1 -3
  58. data/ruby/trema/dsl/vhost.rb +1 -3
  59. data/ruby/trema/dsl/vswitch.rb +1 -3
  60. data/ruby/trema/dsl.rb +1 -3
  61. data/ruby/trema/echo-reply.c +1 -1
  62. data/ruby/trema/echo-reply.h +1 -1
  63. data/ruby/trema/echo-request.c +1 -1
  64. data/ruby/trema/echo-request.h +1 -1
  65. data/ruby/trema/echo.c +1 -1
  66. data/ruby/trema/echo.h +1 -1
  67. data/ruby/trema/enqueue.rb +1 -1
  68. data/ruby/trema/error.c +1 -1
  69. data/ruby/trema/error.h +1 -1
  70. data/ruby/trema/exact-match.rb +1 -3
  71. data/ruby/trema/executables.rb +1 -3
  72. data/ruby/trema/features-reply.c +1 -1
  73. data/ruby/trema/features-reply.h +1 -1
  74. data/ruby/trema/features-request.c +1 -1
  75. data/ruby/trema/features-request.h +1 -1
  76. data/ruby/trema/flow-mod.c +1 -1
  77. data/ruby/trema/flow-mod.h +1 -1
  78. data/ruby/trema/flow-removed.c +1 -3
  79. data/ruby/trema/flow-removed.h +1 -3
  80. data/ruby/trema/flow-stats-reply.rb +1 -1
  81. data/ruby/trema/flow.rb +1 -3
  82. data/ruby/trema/get-config-reply.c +1 -1
  83. data/ruby/trema/get-config-reply.h +1 -3
  84. data/ruby/trema/get-config-request.c +1 -1
  85. data/ruby/trema/get-config-request.h +1 -3
  86. data/ruby/trema/hardware-switch.rb +1 -3
  87. data/ruby/trema/hello.c +1 -1
  88. data/ruby/trema/hello.h +1 -1
  89. data/ruby/trema/host.rb +1 -3
  90. data/ruby/trema/ip.rb +1 -1
  91. data/ruby/trema/link.rb +1 -3
  92. data/ruby/trema/list-switches-reply.c +1 -3
  93. data/ruby/trema/list-switches-reply.h +1 -3
  94. data/ruby/trema/logger.c +1 -3
  95. data/ruby/trema/logger.h +1 -3
  96. data/ruby/trema/logger.rb +1 -1
  97. data/ruby/trema/mac.rb +1 -1
  98. data/ruby/trema/match.c +1 -1
  99. data/ruby/trema/match.h +1 -3
  100. data/ruby/trema/monkey-patch/integer/base-conversions.rb +1 -3
  101. data/ruby/trema/monkey-patch/integer/ranges.rb +1 -1
  102. data/ruby/trema/monkey-patch/integer.rb +1 -3
  103. data/ruby/trema/monkey-patch/module/class-method.rb +1 -3
  104. data/ruby/trema/monkey-patch/module/deprecation.rb +1 -1
  105. data/ruby/trema/monkey-patch/module.rb +1 -3
  106. data/ruby/trema/monkey-patch/string/inflectors.rb +1 -3
  107. data/ruby/trema/monkey-patch/string.rb +1 -3
  108. data/ruby/trema/netns.rb +1 -1
  109. data/ruby/trema/network-component.rb +1 -3
  110. data/ruby/trema/ofctl.rb +1 -3
  111. data/ruby/trema/open-vswitch.rb +1 -3
  112. data/ruby/trema/openflow-error.c +1 -1
  113. data/ruby/trema/openflow-error.h +1 -3
  114. data/ruby/trema/openflow-switch.rb +1 -3
  115. data/ruby/trema/ordered-hash.rb +1 -1
  116. data/ruby/trema/packet-in.c +1 -1
  117. data/ruby/trema/packet-in.h +1 -1
  118. data/ruby/trema/packet-queue.rb +1 -3
  119. data/ruby/trema/packetin-filter.rb +1 -3
  120. data/ruby/trema/path.rb +1 -3
  121. data/ruby/trema/phost.rb +1 -3
  122. data/ruby/trema/port-mod.c +1 -1
  123. data/ruby/trema/port-mod.h +1 -3
  124. data/ruby/trema/port-stats-reply.rb +1 -3
  125. data/ruby/trema/port-status-add.rb +1 -1
  126. data/ruby/trema/port-status-delete.rb +1 -1
  127. data/ruby/trema/port-status-modify.rb +1 -1
  128. data/ruby/trema/port-status.c +1 -3
  129. data/ruby/trema/port-status.h +1 -3
  130. data/ruby/trema/port.c +1 -3
  131. data/ruby/trema/port.h +1 -3
  132. data/ruby/trema/process.rb +1 -3
  133. data/ruby/trema/queue-get-config-reply.c +1 -1
  134. data/ruby/trema/queue-get-config-reply.h +1 -3
  135. data/ruby/trema/queue-get-config-request.c +1 -3
  136. data/ruby/trema/queue-get-config-request.h +1 -3
  137. data/ruby/trema/queue-stats-reply.rb +1 -1
  138. data/ruby/trema/ruby-switch.rb +1 -1
  139. data/ruby/trema/send-out-port.rb +1 -1
  140. data/ruby/trema/set-config.c +1 -1
  141. data/ruby/trema/set-config.h +1 -3
  142. data/ruby/trema/set-eth-addr.rb +1 -1
  143. data/ruby/trema/set-eth-dst-addr.rb +1 -1
  144. data/ruby/trema/set-eth-src-addr.rb +1 -1
  145. data/ruby/trema/set-ip-addr.rb +1 -1
  146. data/ruby/trema/set-ip-dst-addr.rb +1 -1
  147. data/ruby/trema/set-ip-src-addr.rb +1 -1
  148. data/ruby/trema/set-ip-tos.rb +1 -1
  149. data/ruby/trema/set-transport-dst-port.rb +1 -1
  150. data/ruby/trema/set-transport-port.rb +1 -1
  151. data/ruby/trema/set-transport-src-port.rb +1 -1
  152. data/ruby/trema/set-vlan-priority.rb +1 -1
  153. data/ruby/trema/set-vlan-vid.rb +1 -1
  154. data/ruby/trema/shell/down.rb +1 -3
  155. data/ruby/trema/shell/killall.rb +1 -3
  156. data/ruby/trema/shell/link.rb +1 -3
  157. data/ruby/trema/shell/reset_stats.rb +1 -3
  158. data/ruby/trema/shell/run.rb +1 -3
  159. data/ruby/trema/shell/send_packets.rb +1 -3
  160. data/ruby/trema/shell/show_stats.rb +1 -3
  161. data/ruby/trema/shell/up.rb +1 -3
  162. data/ruby/trema/shell/vhost.rb +1 -3
  163. data/ruby/trema/shell/vswitch.rb +1 -3
  164. data/ruby/trema/shell.rb +1 -3
  165. data/ruby/trema/stats-helper.rb +1 -3
  166. data/ruby/trema/stats-reply.c +1 -3
  167. data/ruby/trema/stats-reply.h +1 -3
  168. data/ruby/trema/stats-request.c +1 -3
  169. data/ruby/trema/stats-request.h +1 -3
  170. data/ruby/trema/strip-vlan-header.rb +1 -1
  171. data/ruby/trema/switch-daemon.rb +1 -1
  172. data/ruby/trema/switch-disconnected.c +1 -3
  173. data/ruby/trema/switch-disconnected.h +1 -3
  174. data/ruby/trema/switch-manager.rb +1 -3
  175. data/ruby/trema/switch.c +1 -1
  176. data/ruby/trema/switch.h +1 -1
  177. data/ruby/trema/switch.rb +1 -1
  178. data/ruby/trema/table-stats-reply.rb +1 -3
  179. data/ruby/trema/timers.rb +1 -3
  180. data/ruby/trema/trema-ruby-utils.c +1 -1
  181. data/ruby/trema/trema-ruby-utils.h +1 -1
  182. data/ruby/trema/trema.c +1 -1
  183. data/ruby/trema/tremashark.rb +1 -1
  184. data/ruby/trema/util.rb +1 -1
  185. data/ruby/trema/vendor-action.rb +1 -1
  186. data/ruby/trema/vendor-stats-reply.rb +1 -1
  187. data/ruby/trema/vendor.c +1 -1
  188. data/ruby/trema/vendor.h +1 -1
  189. data/ruby/trema/version.rb +2 -2
  190. data/spec/spec_helper.rb +1 -3
  191. data/spec/support/action.rb +1 -1
  192. data/spec/support/mandatory-option.rb +1 -1
  193. data/spec/support/openflow-message.rb +1 -3
  194. data/spec/support/port-status.rb +1 -1
  195. data/spec/trema/app_spec.rb +1 -3
  196. data/spec/trema/barrier-reply_spec.rb +1 -3
  197. data/spec/trema/barrier-request_spec.rb +1 -1
  198. data/spec/trema/cli_spec.rb +1 -3
  199. data/spec/trema/controller_spec.rb +1 -1
  200. data/spec/trema/dsl/configuration_spec.rb +1 -3
  201. data/spec/trema/dsl/link_spec.rb +1 -3
  202. data/spec/trema/dsl/run_spec.rb +1 -3
  203. data/spec/trema/dsl/runner_spec.rb +1 -1
  204. data/spec/trema/dsl/switch_spec.rb +1 -3
  205. data/spec/trema/dsl/syntax_spec.rb +1 -3
  206. data/spec/trema/dsl/vhost_spec.rb +1 -3
  207. data/spec/trema/dsl/vswitch_spec.rb +1 -3
  208. data/spec/trema/echo-reply_spec.rb +1 -1
  209. data/spec/trema/echo-request_spec.rb +1 -1
  210. data/spec/trema/enqueue_spec.rb +1 -1
  211. data/spec/trema/error_spec.rb +1 -1
  212. data/spec/trema/executables_spec.rb +1 -3
  213. data/spec/trema/features-reply_spec.rb +1 -1
  214. data/spec/trema/features-request_spec.rb +1 -1
  215. data/spec/trema/flow-mod_spec.rb +1 -1
  216. data/spec/trema/flow-removed_spec.rb +1 -3
  217. data/spec/trema/get-config-reply_spec.rb +1 -1
  218. data/spec/trema/get-config-request_spec.rb +1 -1
  219. data/spec/trema/hardware-switch_spec.rb +1 -3
  220. data/spec/trema/hello_spec.rb +1 -1
  221. data/spec/trema/host_spec.rb +1 -3
  222. data/spec/trema/ip_spec.rb +1 -1
  223. data/spec/trema/link_spec.rb +1 -1
  224. data/spec/trema/list-switches-reply_spec.rb +1 -3
  225. data/spec/trema/logger_spec.rb +1 -3
  226. data/spec/trema/mac_spec.rb +1 -1
  227. data/spec/trema/match_spec.rb +0 -2
  228. data/spec/trema/open-vswitch_spec.rb +1 -3
  229. data/spec/trema/openflow-error_spec.rb +1 -1
  230. data/spec/trema/packet-in_spec.rb +1 -3
  231. data/spec/trema/packet-out_spec.rb +1 -3
  232. data/spec/trema/packetin-filter_spec.rb +1 -3
  233. data/spec/trema/port-mod_spec.rb +1 -3
  234. data/spec/trema/port-status-add_spec.rb +1 -1
  235. data/spec/trema/port-status-delete_spec.rb +1 -1
  236. data/spec/trema/port-status-modify_spec.rb +1 -1
  237. data/spec/trema/port-status_spec.rb +1 -3
  238. data/spec/trema/port_spec.rb +1 -3
  239. data/spec/trema/process_spec.rb +1 -3
  240. data/spec/trema/queue-get-config-reply_spec.rb +1 -3
  241. data/spec/trema/queue-get-config-request_spec.rb +1 -3
  242. data/spec/trema/send-out-port_spec.rb +1 -1
  243. data/spec/trema/set-config_spec.rb +1 -3
  244. data/spec/trema/set-eth-addr_spec.rb +1 -1
  245. data/spec/trema/set-ip-addr_spec.rb +1 -1
  246. data/spec/trema/set-ip-tos_spec.rb +1 -1
  247. data/spec/trema/set-transport-dst-port_spec.rb +1 -1
  248. data/spec/trema/set-transport-src-port_spec.rb +1 -1
  249. data/spec/trema/set-vlan-priority_spec.rb +1 -1
  250. data/spec/trema/set-vlan-vid_spec.rb +1 -1
  251. data/spec/trema/shell/vhost_spec.rb +1 -3
  252. data/spec/trema/shell/vswitch_spec.rb +1 -3
  253. data/spec/trema/stats-reply_spec.rb +1 -3
  254. data/spec/trema/stats-request_spec.rb +1 -3
  255. data/spec/trema/strip-vlan-header_spec.rb +1 -1
  256. data/spec/trema/switch-daemon_spec.rb +1 -1
  257. data/spec/trema/switch-disconnected_spec.rb +1 -3
  258. data/spec/trema/switch-manager_spec.rb +1 -3
  259. data/spec/trema/tremashark_spec.rb +1 -3
  260. data/spec/trema/util_spec.rb +1 -3
  261. data/spec/trema/vendor-action_spec.rb +1 -1
  262. data/spec/trema/vendor_spec.rb +1 -1
  263. data/spec/trema_spec.rb +1 -3
  264. data/src/examples/cbench_switch/cbench-switch.rb +1 -3
  265. data/src/examples/cbench_switch/cbench_switch.c +1 -3
  266. data/src/examples/dumper/dumper.c +1 -3
  267. data/src/examples/dumper/dumper.rb +1 -1
  268. data/src/examples/hello_trema/hello-trema.rb +1 -1
  269. data/src/examples/hello_trema/hello_trema.c +1 -1
  270. data/src/examples/learning_switch/fdb.rb +1 -3
  271. data/src/examples/learning_switch/learning-switch.rb +1 -3
  272. data/src/examples/learning_switch/learning_switch.c +1 -3
  273. data/src/examples/list_switches/list-switches.rb +1 -3
  274. data/src/examples/list_switches/list_switches.c +1 -3
  275. data/src/examples/match_compare/match-compare.rb +0 -2
  276. data/src/examples/multi_learning_switch/multi-learning-switch.rb +1 -3
  277. data/src/examples/multi_learning_switch/multi_learning_switch.c +1 -3
  278. data/src/examples/openflow_message/echo.c +1 -1
  279. data/src/examples/openflow_message/echo.rb +1 -3
  280. data/src/examples/openflow_message/example.rb +1 -3
  281. data/src/examples/openflow_message/features-request.rb +1 -1
  282. data/src/examples/openflow_message/features_request.c +1 -1
  283. data/src/examples/openflow_message/hello.c +1 -1
  284. data/src/examples/openflow_message/hello.rb +1 -1
  285. data/src/examples/openflow_message/set-config.rb +1 -3
  286. data/src/examples/openflow_message/set_config.c +1 -3
  287. data/src/examples/openflow_message/vendor-action.rb +1 -3
  288. data/src/examples/openflow_message/vendor_action.c +1 -3
  289. data/src/examples/openflow_switch/echo_switch.c +1 -1
  290. data/src/examples/packet_in/packet-in.rb +1 -1
  291. data/src/examples/packet_in/packet_in.c +1 -3
  292. data/src/examples/packetin_filter_config/add_filter.c +1 -3
  293. data/src/examples/packetin_filter_config/delete_filter.c +1 -3
  294. data/src/examples/packetin_filter_config/delete_filter_strict.c +1 -3
  295. data/src/examples/packetin_filter_config/dump_filter.c +1 -3
  296. data/src/examples/packetin_filter_config/dump_filter_strict.c +1 -3
  297. data/src/examples/packetin_filter_config/packetin_filter_config.c +1 -3
  298. data/src/examples/packetin_filter_config/utils.c +1 -3
  299. data/src/examples/packetin_filter_config/utils.h +1 -3
  300. data/src/examples/patch_panel/patch-panel.rb +1 -1
  301. data/src/examples/repeater_hub/repeater-hub.rb +1 -3
  302. data/src/examples/repeater_hub/repeater-hub_spec.rb +1 -3
  303. data/src/examples/repeater_hub/repeater_hub.c +1 -3
  304. data/src/examples/simple_router/arp-table.rb +1 -1
  305. data/src/examples/simple_router/interface.rb +1 -1
  306. data/src/examples/simple_router/router-utils.rb +1 -1
  307. data/src/examples/simple_router/routing-table.rb +1 -1
  308. data/src/examples/simple_router/simple-router.rb +1 -1
  309. data/src/examples/switch_info/switch-info.rb +1 -3
  310. data/src/examples/switch_info/switch_info.c +1 -3
  311. data/src/examples/switch_monitor/switch-monitor.rb +1 -3
  312. data/src/examples/switch_monitor/switch_monitor.c +1 -3
  313. data/src/examples/traffic_monitor/counter.c +1 -3
  314. data/src/examples/traffic_monitor/counter.h +1 -3
  315. data/src/examples/traffic_monitor/counter.rb +1 -3
  316. data/src/examples/traffic_monitor/fdb.c +1 -3
  317. data/src/examples/traffic_monitor/fdb.h +1 -3
  318. data/src/examples/traffic_monitor/fdb.rb +1 -3
  319. data/src/examples/traffic_monitor/traffic-monitor.rb +1 -3
  320. data/src/examples/traffic_monitor/traffic_monitor.c +1 -3
  321. data/src/lib/arp.h +1 -3
  322. data/src/lib/bool.h +1 -3
  323. data/src/lib/buffer.c +1 -3
  324. data/src/lib/buffer.h +1 -3
  325. data/src/lib/byteorder.c +1 -3
  326. data/src/lib/byteorder.h +1 -3
  327. data/src/lib/checks.h +1 -3
  328. data/src/lib/chibach.c +1 -3
  329. data/src/lib/chibach.h +1 -3
  330. data/src/lib/chibach_private.c +1 -3
  331. data/src/lib/chibach_private.h +1 -3
  332. data/src/lib/daemon.c +1 -1
  333. data/src/lib/daemon.h +1 -3
  334. data/src/lib/doubly_linked_list.c +1 -3
  335. data/src/lib/doubly_linked_list.h +1 -3
  336. data/src/lib/ether.c +1 -3
  337. data/src/lib/ether.h +1 -3
  338. data/src/lib/etherip.h +1 -3
  339. data/src/lib/event_handler.c +0 -2
  340. data/src/lib/event_handler.h +0 -2
  341. data/src/lib/hash_table.c +1 -3
  342. data/src/lib/hash_table.h +1 -3
  343. data/src/lib/icmp.h +1 -3
  344. data/src/lib/igmp.h +1 -3
  345. data/src/lib/ipv4.h +1 -3
  346. data/src/lib/ipv6.h +1 -1
  347. data/src/lib/linked_list.c +1 -1
  348. data/src/lib/linked_list.h +1 -1
  349. data/src/lib/log.c +1 -1
  350. data/src/lib/log.h +1 -1
  351. data/src/lib/management_interface.c +1 -3
  352. data/src/lib/management_interface.h +1 -3
  353. data/src/lib/management_service_interface.c +1 -3
  354. data/src/lib/management_service_interface.h +1 -3
  355. data/src/lib/match.h +1 -3
  356. data/src/lib/match_table.c +1 -3
  357. data/src/lib/match_table.h +1 -3
  358. data/src/lib/message_queue.c +1 -3
  359. data/src/lib/message_queue.h +1 -3
  360. data/src/lib/messenger.c +1 -3
  361. data/src/lib/messenger.h +1 -3
  362. data/src/lib/openflow_application_interface.c +1 -3
  363. data/src/lib/openflow_application_interface.h +1 -3
  364. data/src/lib/openflow_message.c +1 -3
  365. data/src/lib/openflow_message.h +1 -3
  366. data/src/lib/openflow_service_interface.h +1 -3
  367. data/src/lib/openflow_switch_interface.c +1 -3
  368. data/src/lib/openflow_switch_interface.h +1 -3
  369. data/src/lib/packet_info.c +1 -1
  370. data/src/lib/packet_info.h +1 -1
  371. data/src/lib/packet_parser.c +1 -1
  372. data/src/lib/packetin_filter_interface.c +0 -2
  373. data/src/lib/packetin_filter_interface.h +1 -3
  374. data/src/lib/persistent_storage.c +1 -3
  375. data/src/lib/persistent_storage.h +1 -3
  376. data/src/lib/secure_channel.c +1 -3
  377. data/src/lib/secure_channel.h +1 -3
  378. data/src/lib/stat.c +1 -3
  379. data/src/lib/stat.h +1 -3
  380. data/src/lib/tcp.h +1 -3
  381. data/src/lib/timer.c +1 -3
  382. data/src/lib/timer.h +1 -3
  383. data/src/lib/trema.c +1 -3
  384. data/src/lib/trema.h +1 -3
  385. data/src/lib/trema.hpp +0 -2
  386. data/src/lib/trema_private.c +1 -3
  387. data/src/lib/trema_private.h +1 -3
  388. data/src/lib/trema_wrapper.c +1 -3
  389. data/src/lib/trema_wrapper.h +1 -3
  390. data/src/lib/udp.h +1 -3
  391. data/src/lib/utility.c +1 -3
  392. data/src/lib/utility.h +1 -3
  393. data/src/lib/wrapper.c +1 -3
  394. data/src/lib/wrapper.h +1 -3
  395. data/src/management/application.c +1 -3
  396. data/src/management/echo.c +1 -3
  397. data/src/management/set_logging_level.c +1 -3
  398. data/src/management/show_stats.c +1 -3
  399. data/src/management/trema_manager +1 -1
  400. data/src/packetin_filter/packetin_filter.c +1 -3
  401. data/src/switch_manager/cookie_table.c +1 -3
  402. data/src/switch_manager/cookie_table.h +1 -3
  403. data/src/switch_manager/dpid_table.c +1 -3
  404. data/src/switch_manager/dpid_table.h +1 -3
  405. data/src/switch_manager/management_interface.h +1 -3
  406. data/src/switch_manager/ofpmsg_recv.c +1 -3
  407. data/src/switch_manager/ofpmsg_recv.h +1 -3
  408. data/src/switch_manager/ofpmsg_send.c +1 -1
  409. data/src/switch_manager/ofpmsg_send.h +1 -1
  410. data/src/switch_manager/secure_channel_listener.c +1 -3
  411. data/src/switch_manager/secure_channel_listener.h +1 -3
  412. data/src/switch_manager/secure_channel_receiver.c +1 -3
  413. data/src/switch_manager/secure_channel_receiver.h +1 -3
  414. data/src/switch_manager/secure_channel_sender.c +1 -3
  415. data/src/switch_manager/secure_channel_sender.h +1 -3
  416. data/src/switch_manager/service_interface.c +1 -3
  417. data/src/switch_manager/service_interface.h +1 -3
  418. data/src/switch_manager/switch.c +1 -3
  419. data/src/switch_manager/switch.h +1 -3
  420. data/src/switch_manager/switch_manager.c +1 -3
  421. data/src/switch_manager/switch_manager.h +1 -3
  422. data/src/switch_manager/switchinfo.h +1 -1
  423. data/src/switch_manager/xid_table.c +1 -3
  424. data/src/switch_manager/xid_table.h +1 -3
  425. data/src/tremashark/README +1 -1
  426. data/src/tremashark/packet_capture.c +1 -3
  427. data/src/tremashark/pcap_private.h +1 -3
  428. data/src/tremashark/pcap_queue.c +1 -3
  429. data/src/tremashark/pcap_queue.h +1 -3
  430. data/src/tremashark/plugin/packet-trema/Makefile.common +1 -3
  431. data/src/tremashark/plugin/packet-trema/moduleinfo.h +1 -3
  432. data/src/tremashark/plugin/packet-trema/packet-trema.c +1 -3
  433. data/src/tremashark/queue.c +1 -3
  434. data/src/tremashark/queue.h +1 -3
  435. data/src/tremashark/stdin_relay.c +1 -3
  436. data/src/tremashark/syslog_relay.c +1 -3
  437. data/src/tremashark/tremashark.c +1 -3
  438. data/trema.gemspec +24 -23
  439. data/unittests/buffer_stubs.c +1 -3
  440. data/unittests/cmockery_trema.c +1 -3
  441. data/unittests/cmockery_trema.h +1 -3
  442. data/unittests/lib/buffer_test.c +1 -3
  443. data/unittests/lib/byteorder_test.c +1 -3
  444. data/unittests/lib/daemon_test.c +1 -1
  445. data/unittests/lib/doubly_linked_list_test.c +1 -3
  446. data/unittests/lib/ether_test.c +1 -3
  447. data/unittests/lib/hash_table_test.c +1 -3
  448. data/unittests/lib/linked_list_test.c +1 -1
  449. data/unittests/lib/log_test.c +1 -3
  450. data/unittests/lib/management_interface_test.c +1 -3
  451. data/unittests/lib/management_service_interface_test.c +1 -3
  452. data/unittests/lib/match_table_test.c +1 -3
  453. data/unittests/lib/message_queue_test.c +1 -3
  454. data/unittests/lib/messenger_test.c +1 -3
  455. data/unittests/lib/openflow_application_interface_test.c +1 -3
  456. data/unittests/lib/openflow_message_test.c +1 -3
  457. data/unittests/lib/packet_info_test.c +1 -3
  458. data/unittests/lib/packet_parser_test.c +1 -1
  459. data/unittests/lib/packetin_filter_interface_test.c +1 -3
  460. data/unittests/lib/persistent_storage_test.c +1 -3
  461. data/unittests/lib/stat_test.c +1 -3
  462. data/unittests/lib/timer_test.c +1 -3
  463. data/unittests/lib/trema_private_test.c +1 -3
  464. data/unittests/lib/trema_test.c +1 -3
  465. data/unittests/lib/utility_test.c +1 -3
  466. data/unittests/lib/wrapper_test.c +1 -3
  467. data/unittests/packetin_filter/packetin_filter_test.c +1 -3
  468. data/unittests/switch_manager/switch_manager_test.c +1 -3
  469. data/unittests/wrapper_stubs.c +1 -3
  470. data/vendor/phost/doc/README +1 -1
  471. data/vendor/phost/src/Makefile +1 -1
  472. data/vendor/phost/src/arp.c +1 -1
  473. data/vendor/phost/src/arp.h +1 -1
  474. data/vendor/phost/src/cli.c +1 -1
  475. data/vendor/phost/src/cli.h +1 -1
  476. data/vendor/phost/src/cmdif.c +1 -1
  477. data/vendor/phost/src/cmdif.h +1 -1
  478. data/vendor/phost/src/common.c +1 -1
  479. data/vendor/phost/src/common.h +1 -1
  480. data/vendor/phost/src/eth.c +1 -1
  481. data/vendor/phost/src/eth.h +1 -1
  482. data/vendor/phost/src/ethdev.c +1 -1
  483. data/vendor/phost/src/ethdev.h +1 -1
  484. data/vendor/phost/src/icmp.c +1 -1
  485. data/vendor/phost/src/icmp.h +1 -1
  486. data/vendor/phost/src/ipv4.c +1 -1
  487. data/vendor/phost/src/ipv4.h +1 -1
  488. data/vendor/phost/src/log.c +1 -1
  489. data/vendor/phost/src/log.h +1 -1
  490. data/vendor/phost/src/phost.c +1 -1
  491. data/vendor/phost/src/phost.h +1 -1
  492. data/vendor/phost/src/stats.c +1 -1
  493. data/vendor/phost/src/stats.h +1 -1
  494. data/vendor/phost/src/tap.c +1 -1
  495. data/vendor/phost/src/tap.h +1 -1
  496. data/vendor/phost/src/trx.c +1 -1
  497. data/vendor/phost/src/trx.h +1 -1
  498. data/vendor/phost/src/udp.c +1 -1
  499. data/vendor/phost/src/udp.h +1 -1
  500. data/vendor/phost/src/utils.c +1 -1
  501. data/vendor/phost/src/utils.h +1 -1
  502. metadata +10 -8
data/ruby/trema/port.h CHANGED
@@ -1,9 +1,7 @@
1
1
  /*
2
2
  * Physical port class.
3
3
  *
4
- * Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- *
6
- * Copyright (C) 2008-2012 NEC Corporation
4
+ * Copyright (C) 2008-2013 NEC Corporation
7
5
  *
8
6
  * This program is free software; you can redistribute it and/or modify
9
7
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # Trema process.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
3
3
  *
4
4
  * This program is free software; you can redistribute it and/or modify
5
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  /*
2
2
  * Prototype for queue get configuration reply.
3
3
  *
4
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
5
- *
6
- * Copyright (C) 2008-2012 NEC Corporation
4
+ * Copyright (C) 2008-2013 NEC Corporation
7
5
  *
8
6
  * This program is free software; you can redistribute it and/or modify
9
7
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  /*
2
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- *
4
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
5
3
  *
6
4
  * This program is free software; you can redistribute it and/or modify
7
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  /*
2
2
  * Ruby wrapper class for OFPT_QUEUE_GET_CONFIG_REPLY message.
3
3
  *
4
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
5
- *
6
- * Copyright (C) 2008-2012 NEC Corporation
4
+ * Copyright (C) 2008-2013 NEC Corporation
7
5
  *
8
6
  * This program is free software; you can redistribute it and/or modify
9
7
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
3
3
  *
4
4
  * This program is free software; you can redistribute it and/or modify
5
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  /*
2
2
  * Ruby wrapper class for OFPT_SET_CONFIG message.
3
3
  *
4
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
5
- *
6
- * Copyright (C) 2008-2012 NEC Corporation
4
+ * Copyright (C) 2008-2013 NEC Corporation
7
5
  *
8
6
  * This program is free software; you can redistribute it and/or modify
9
7
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # down command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # killall command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # link command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # reset_stats command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # run command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # send_packets command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # show_stats command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # up command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # vhost command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # vswitch command of Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
data/ruby/trema/shell.rb CHANGED
@@ -1,9 +1,7 @@
1
1
  #
2
2
  # Trema shell.
3
3
  #
4
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
5
- #
6
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
7
5
  #
8
6
  # This program is free software; you can redistribute it and/or modify
9
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  #
2
- # Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- #
4
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
5
3
  #
6
4
  # This program is free software; you can redistribute it and/or modify
7
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  /*
2
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- *
4
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
5
3
  *
6
4
  * This program is free software; you can redistribute it and/or modify
7
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  /*
2
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- *
4
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
5
3
  *
6
4
  * This program is free software; you can redistribute it and/or modify
7
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  /*
2
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- *
4
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
5
3
  *
6
4
  * This program is free software; you can redistribute it and/or modify
7
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  /*
2
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- *
4
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
5
3
  *
6
4
  * This program is free software; you can redistribute it and/or modify
7
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # The controller class of switch daemon.
3
3
  #
4
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
5
5
  #
6
6
  # This program is free software; you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  /*
2
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- *
4
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
5
3
  *
6
4
  * This program is free software; you can redistribute it and/or modify
7
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,9 +1,7 @@
1
1
  /*
2
2
  * Prototype for switch disconnect event handler.
3
3
  *
4
- * Author: Nick Karanatsios <nickkaranatsios@gmail.com>
5
- *
6
- * Copyright (C) 2008-2012 NEC Corporation
4
+ * Copyright (C) 2008-2013 NEC Corporation
7
5
  *
8
6
  * This program is free software; you can redistribute it and/or modify
9
7
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  #
2
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
3
- #
4
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
5
3
  #
6
4
  # This program is free software; you can redistribute it and/or modify
7
5
  # it under the terms of the GNU General Public License, version 2, as
data/ruby/trema/switch.c CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
3
3
  *
4
4
  * This program is free software; you can redistribute it and/or modify
5
5
  * it under the terms of the GNU General Public License, version 2, as
data/ruby/trema/switch.h CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
3
3
  *
4
4
  * This program is free software; you can redistribute it and/or modify
5
5
  * it under the terms of the GNU General Public License, version 2, as
data/ruby/trema/switch.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  #
2
- # Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- #
4
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
5
3
  #
6
4
  # This program is free software; you can redistribute it and/or modify
7
5
  # it under the terms of the GNU General Public License, version 2, as
data/ruby/trema/timers.rb CHANGED
@@ -1,7 +1,5 @@
1
1
  #
2
- # Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- #
4
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
5
3
  #
6
4
  # This program is free software; you can redistribute it and/or modify
7
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
3
3
  *
4
4
  * This program is free software; you can redistribute it and/or modify
5
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
3
3
  *
4
4
  * This program is free software; you can redistribute it and/or modify
5
5
  * it under the terms of the GNU General Public License, version 2, as
data/ruby/trema/trema.c CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Ruby wrapper around libtrema.
3
3
  *
4
- * Copyright (C) 2008-2012 NEC Corporation
4
+ * Copyright (C) 2008-2013 NEC Corporation
5
5
  *
6
6
  * This program is free software; you can redistribute it and/or modify
7
7
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # The controller class of tremashark.
3
3
  #
4
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
5
5
  #
6
6
  # This program is free software; you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License, version 2, as
data/ruby/trema/util.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # Common utility functions.
3
3
  #
4
- # Copyright (C) 2008-2012 NEC Corporation
4
+ # Copyright (C) 2008-2013 NEC Corporation
5
5
  #
6
6
  # This program is free software; you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
data/ruby/trema/vendor.c CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
3
3
  *
4
4
  * This program is free software; you can redistribute it and/or modify
5
5
  * it under the terms of the GNU General Public License, version 2, as
data/ruby/trema/vendor.h CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (C) 2008-2012 NEC Corporation
2
+ * Copyright (C) 2008-2013 NEC Corporation
3
3
  *
4
4
  * This program is free software; you can redistribute it and/or modify
5
5
  * it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -17,7 +17,7 @@
17
17
 
18
18
 
19
19
  module Trema
20
- VERSION = "0.3.9"
20
+ VERSION = "0.3.10"
21
21
  end
22
22
 
23
23
 
data/spec/spec_helper.rb CHANGED
@@ -1,7 +1,5 @@
1
1
  #
2
- # Author: Yasuhito Takamiya <yasuhito@gmail.com>
3
- #
4
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
5
3
  #
6
4
  # This program is free software; you can redistribute it and/or modify
7
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,7 +1,5 @@
1
1
  #
2
- # Author: Nick Karanatsios <nickkaranatsios@gmail.com>
3
- #
4
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
5
3
  #
6
4
  # This program is free software; you can redistribute it and/or modify
7
5
  # it under the terms of the GNU General Public License, version 2, as
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (C) 2008-2012 NEC Corporation
2
+ # Copyright (C) 2008-2013 NEC Corporation
3
3
  #
4
4
  # This program is free software; you can redistribute it and/or modify
5
5
  # it under the terms of the GNU General Public License, version 2, as