aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-websocket.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-24(Trivial) remove unneeded #include.Bill Meier1-1/+0
2012-05-04Websocket masked tvb was never freed, set it as child of original tvb.Jakub Zawadzki1-1/+2
2012-04-20Add an arbitrary (64K) size limit for the unmasked TVBs that weGerald Combs1-22/+24
2012-04-20Fix compilation.Michael Tüxen1-4/+4
2012-04-2064-bit payload length? Good luck with that; Wireshark is *NOT* set upGuy Harris1-34/+42
2012-04-20From me for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6843Alexis La Goutte1-0/+507