GSM A DTAP: add UMTS EVS to supported codecs list IE
[metze/wireshark/wip.git] / epan / dissectors / packet-websocket.c
2018-08-13 Peter WuHTTP: create dissector table for HTTP Upgrade
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2018-01-14 Guy HarrisFix build with libz not configured in.
2017-12-30 Thomas Chenwebsocket: All decompressed payloads are same when...
2017-09-23 Pascal QuantinWebSocket: remove useless pointer checks (CID 1418346)
2017-09-19 Pascal QuantinWebSocket: check websocket_extensions pointer validity
2017-09-19 Pascal QuantinWebSocket: add permessage-deflate extension support
2017-01-10 Guy HarrisRename tvb_new_subset() to tvb_new_subset_length_caplen().
2016-08-31 Guy HarrisDon't do any Decode As stuff for dissector tables not...
2016-03-27 Gregor JasnyAdd dissector table for negotiated WebSocket protocol
2016-03-20 Michael MannCreate call_data_dissector() to call data dissector.
2016-03-20 Michael MannManually add protocol dependencies derived from find_di...
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-11-04 Michael MannDon't allow multiple registrations of a protocol in...
2015-06-01 Alexis La GoutteWebsocket: Fix Dead Store (Dead assignement/Dead increm...
2015-05-31 Peter Wuwebsocket: restructure tree, always unmask payload
2015-02-24 Peter Wuwebsocket: avoid recursion, use tcp_dissect_pdus
2015-01-08 Martin Kaiseruse the http server port as index for the ws.port disse...
2014-12-30 Pascal QuantinWebsocket: use pinfo pool and not packet one for the...
2014-12-30 Martin Kaiserclean up the part where dissect_websocket() is called...
2014-12-30 Martin Kaiseruse packet-scoped memory for the unmasked data tvb
2014-12-30 Martin Kaiserskip the payload if it's empty
2014-12-30 Martin Kaiserno need for if(tree)
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-21 Guy HarrisHave a heur_dissector_list_t be an opaque handle.
2014-12-13 Bill MeierUse ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...
2014-11-26 Michael MannRemove the use of pinfo->private_data from dissectors...
2014-07-18 Pascal QuantinWebSocket: increase max unmask payload size to 256K...
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-05-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-12 Alexis La GoutteAdd support of SIP subprotocol for WebSocket
2013-12-12 Bill MeierIn one or more of the files:
2013-12-11 Anders Broman- Make local functions static.
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-08-05 Jakub ZawadzkiMake some global variables static
2013-05-28 Michael MannBatch of filterable expert infos. This (mostly) comple...
2013-03-16 Evan HuusCheck for overflow in the websocket dissector payload.
2013-03-12 Anders BromanIntroduce a preference to select how Websocket text...
2013-03-04 Anders BromanUse explicit casts.
2013-02-17 Evan HuusFrom Alyssa Milburn via https://bugs.wireshark.org...
2012-11-03 Anders BromanMake it compil by adding a cast, not sure if payload_le...
2012-11-02 Alexis La GoutteTry to fix Windows XP/7 buildbot
2012-11-02 Alexis La GoutteFrom vanviegen via https://bugs.wireshark.org/bugzilla...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-07-24 Bill Meier(Trivial) remove unneeded #include.
2012-05-04 Jakub ZawadzkiWebsocket masked tvb was never freed, set it as child...
2012-04-20 Gerald CombsAdd an arbitrary (64K) size limit for the unmasked...
2012-04-20 Michael TüxenFix compilation.
2012-04-20 Guy Harris64-bit payload length? Good luck with that; Wireshark...
2012-04-20 Alexis La GoutteFrom me for https://bugs.wireshark.org/bugzilla/show_bu...