aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-1/+1
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-1/+1
2015-09-16http: preserve desegmentation functionality for http2Peter Wu1-9/+9
2015-09-16http2: fix dissection when using UpgradePeter Wu1-6/+8
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+2
2015-08-01Set the reported length of chunk data correctly.Guy Harris1-16/+15
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-09HTTP2: fix dissection of traffic over HTTP portPascal Quantin1-7/+15
2015-06-18Add a preferences editor frame.Gerald Combs1-2/+2
2015-06-08Register http.unknown_header as an FT_STRING (rather than FT_BYTES).Jeff Morriss1-1/+1
2015-05-31Eliminate proto_tree_add_text from packet-http.cMichael Mann1-19/+45
2015-05-29HTTP: Add support of PATCH method (RFC 5789)Andy Ling1-0/+1
2015-03-03HTTP: Fix small typo in a field descriptionGraham Bloice1-1/+1
2015-02-26Use tcp_dissect_pdus() in the SSTP dissector.Jeff Morriss1-0/+7
2015-02-24websocket: avoid recursion, use tcp_dissect_pdusPeter Wu1-0/+4
2015-02-19Add a dissector for Microsoft's SSTP protocol.Hofer Manuel1-4/+19
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-4/+5
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-2/+2
2015-01-18HTTP: revert a change done in g0ee179cPascal Quantin1-1/+3
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-1/+1
2015-01-16(Trivial) Move a comment next to the code related to it.Jeff Morriss1-7/+7
2015-01-15HTTP: fix implicit conversion shortens 64-bit value into a 32-bit valueAlexis La Goutte1-1/+1
2015-01-15HTTP Dissector: Add CitrixAGBasic authenticationUli Heilmeier1-0/+122
2015-01-14HTTP: allocate header_name in packet scope instead of file scopePascal Quantin1-4/+2
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-8/+5
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-19Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when o...Michael Mann1-1/+1
2014-12-16http: properly calculate end of chunked responsePeter Wu1-31/+71
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann1-17/+3
2014-11-25Have media dissector take its "media type parameter" from dissector data para...Michael Mann1-2/+5
2014-11-10Improved deregistering fields.Stig Bjørlykke1-5/+1
2014-10-20More comment cleanup.Guy Harris1-3/+4
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-12/+5
2014-10-01http: ignore response body for HEAD requestsPeter Wu1-2/+7
2014-08-07HTTP: Fix indent (use tab)Alexis La Goutte1-1/+1
2014-07-04Handle the case where the previous PDU has left an extra CRLF in the stream.R...AndersBroman1-2/+28
2014-07-03Get rid of soft-deprecated API:sAndersBroman1-11/+11
2014-06-30Warn about unencrypted HTTP traffic over port 443Evan Huus1-5/+13
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-44/+22
2014-06-19Use address_to_str(NULL, ...) for strings allocated outside dissectors.Guy Harris1-2/+6
2014-06-19Revert "Fixup: ep_address_to_str -> address_to_str"Michael Mann1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-3/+3
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo1-2/+2
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3