dissect-wireshark: fix tvb overflow

refs #3603

Change-Id: Ibb56398e59f70a8498329def0344a0cf67ee375e
diff --git a/tests/dissect-wireshark/README.md b/tests/dissect-wireshark/README.md
index 701f512..93bbc1d 100644
--- a/tests/dissect-wireshark/README.md
+++ b/tests/dissect-wireshark/README.md
@@ -105,3 +105,13 @@
 
 Expected result of the dissection:
 - interest packet is dissected from packet 6.
+
+### 8. tvb Overflow
+
+Trace file: `bug3603.pcap`
+
+Trace summary: A Data whose payload could be read as incomplete TLV and may cause tvb overflow
+if parser does not check packet length.
+
+Expected result of the dissection:
+- data packet is dissected at packet 12 without Lua error.