Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 42166: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 20 Apr 2012 17:47:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42166

User: guy
Date: 2012/04/20 10:47 AM

Log:
 64-bit payload length?  Good luck with that; Wireshark is *NOT* set up
 to handle payloads > 2^31-1, and that'll probably take a fair bit of
 work to fix (not to mention working only on machines with enough address
 space and memory+swap space to support reassembling such a huge chunk).
 
 Squelch narrowing-conversion warnings - reject payloads whose length
 doesn't fit in 31 bits, and stuff the payload length into a 32-bit
 signed variable and use that for other payloads.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +42 -34    packet-websocket.c    Modified