Files
deb-ryu/ryu/lib/packet
IWASE Yusuke 35973fcc20 packet: Avoid parsing an empty buffer
For example, the packet library detects the TCP payload type by using
the TCP src/dst port, but in case of the BGP packet, the packet
library will try to parse a TCP ACK packet as a BGP packet, and will
fail to parse.

This patch enables to ignore an empty buffer and fixes this problem.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-10-01 21:37:58 +09:00
..
2014-05-27 20:24:50 +09:00
2016-01-19 10:03:57 +09:00
2016-07-27 14:31:21 +09:00
2015-09-03 22:47:35 +09:00
2016-07-29 05:55:32 +09:00
2016-07-29 05:55:32 +09:00
2016-07-29 05:55:32 +09:00
2015-04-22 11:40:17 +09:00
2016-02-10 13:46:35 +09:00
2014-02-11 13:56:40 +09:00
2014-05-14 13:20:57 +09:00
2014-02-11 13:56:40 +09:00
2016-07-27 14:25:49 +09:00
2015-06-26 21:21:49 +09:00
2016-05-23 12:48:08 +09:00