https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14978

--- Comment #2 from Peter Wu <pe...@lekensteyn.nl> ---
In order to reproduce this issue, I had to increase the maximum pcap size as
the payload is 490 kiB:

--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -405,3 +405,3 @@ extern "C" {
  */
-#define WTAP_MAX_PACKET_SIZE_STANDARD    262144
+#define WTAP_MAX_PACKET_SIZE_STANDARD    (1024 * 1024)
 #define WTAP_MAX_PACKET_SIZE_DBUS        (128*1024*1024)

To abort tshark after printing the message, set env var:
WIRESHARK_ABORT_ON_TOO_MANY_ITEMS=1

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to