aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-websocket.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-42/+42
2023-11-10Fix some spelling errorsMartin Mathieson1-3/+3
2023-11-05WebSocket: Make the max unmasked payload length configuraleHuang Qiangxiong1-4/+19
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-2/+1
2023-10-11websocket: Support port dissector table for Decode As and HeuristicsJohn Thacker1-0/+20
2023-09-14Websocket: Fix leaks of decompressed tvbsJohn Thacker1-4/+3
2023-09-11Websocket: Fix potential crash on invalid proto data key lookupMikael Kanstrup1-1/+2
2023-09-11Websocket: Fix decompression on fragmented packetsMikael Kanstrup1-12/+18
2023-09-11Websocket: Fix follow websocket stream on compressed dataMikael Kanstrup1-4/+4
2023-09-02Remove some uses of tvb_new_subset_length_caplen()John Thacker1-2/+2
2023-07-25Websocket: Restore the text payload fieldJohn Thacker1-0/+7
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-1/+1
2023-01-19Add follow websocket stream supportMikael Kanstrup1-0/+13
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-11-26Websocket: do not register proto_reg_handoff_websocket() for preference changePascal Quantin1-1/+1
2021-10-15Websocket frame reassembly supportMikael Kanstrup1-17/+152
2021-09-13websocket: Enable websocket as heuristic dissector for TCPDeveloper Alexander1-0/+55
2021-08-12WebSocket: Add support for "x-webkit-deflate-frame" frame compressionIgnacio Martínez Rivera1-1/+3
2021-07-21First pass pinfo->pool conversionEvan Huus1-3/+3
2021-07-01websocket: decode as for tcp portDeveloper Alexander1-0/+2
2018-08-13HTTP: create dissector table for HTTP UpgradePeter Wu1-1/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-14Fix build with libz not configured in.Guy Harris1-1/+1
2017-12-30websocket: All decompressed payloads are same when more than one compressed d...Thomas Chen1-9/+9
2017-09-23WebSocket: remove useless pointer checks (CID 1418346)Pascal Quantin1-2/+2
2017-09-19WebSocket: check websocket_extensions pointer validityPascal Quantin1-1/+3
2017-09-19WebSocket: add permessage-deflate extension supportPascal Quantin1-19/+273
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-03-27Add dissector table for negotiated WebSocket protocolGregor Jasny1-2/+11
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-06-01Websocket: Fix Dead Store (Dead assignement/Dead increment) warning found by ...Alexis La Goutte1-1/+1
2015-05-31websocket: restructure tree, always unmask payloadPeter Wu1-205/+124
2015-02-24websocket: avoid recursion, use tcp_dissect_pdusPeter Wu1-50/+52
2015-01-08use the http server port as index for the ws.port dissector tableMartin Kaiser1-5/+19
2014-12-30Websocket: use pinfo pool and not packet one for the unmasked data tvbPascal Quantin1-3/+3
2014-12-30clean up the part where dissect_websocket() is called recursivelyMartin Kaiser1-2/+5
2014-12-30use packet-scoped memory for the unmasked data tvbMartin Kaiser1-5/+2
2014-12-30skip the payload if it's emptyMartin Kaiser1-2/+4
2014-12-30no need for if(tree)Martin Kaiser1-5/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1