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