commit | 43bf6bbfa3d0aeee97033e1b069c94d5114e8ff4 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@email.arizona.edu> | Fri Oct 09 16:12:09 2015 -0700 |
committer | Eric Newberry <enewberry@email.arizona.edu> | Fri Oct 09 23:58:54 2015 -0700 |
tree | 09990073069cad55c462d0a511390bf768aa5580 | |
parent | f8f63da234e138025a5a8f1a6ddcb2c73d3c8cd0 [diff] [blame] |
lp: Packet::wireDecode checks TLV-TYPE of Block before decoding refs #3256 Change-Id: Ia0fe8f88416eeecf969cc1a585e3625efe42e866
diff --git a/src/lp/packet.hpp b/src/lp/packet.hpp index eed6b51..aa77a4f 100644 --- a/src/lp/packet.hpp +++ b/src/lp/packet.hpp
@@ -60,6 +60,7 @@ /** * \brief decode packet from wire format + * \throws Error unknown TLV-TYPE */ void wireDecode(const Block& wire);