aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-26Fix fencepost error in HTTP dissectorEvan Huus1-2/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-3/+1
2014-04-28HTTP2: with HTTP2 draft-1x, now upgrade use h2-XX or h2c-XX for upgrade HTTP1...Alexis La Goutte1-4/+2
2014-04-27Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-04-27Try to fix Mac OS X buildbotAlexis La Goutte1-1/+1
2014-04-27http: Fix src/dest mapping for proxied connectionsPeter Wu1-2/+6
2014-04-27http: Display a list of cookiesPeter Wu1-1/+40
2014-04-27Limit the start of HTTP request/response to a printable character.Michael Mann1-0/+10
2014-04-25No need to set "line" when setting "firstline".Guy Harris1-2/+2
2014-04-25Get rid of a (now-)redundant call to tvb_get_ptr().Guy Harris1-14/+14
2014-04-25Clean up code formatting a bit.Guy Harris1-10/+10
2014-04-25Fix fuzz failure. Bug 10041.Michael Mann1-2/+2
2014-04-25Try to please the build boot.AndersBroman1-1/+1
2014-04-25Create the HTTP tree and set column info after we're assured it's HTTP. Othe...Michael Mann1-11/+21