aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-03Free dynamic header fields on exitStig Bjørlykke1-32/+49
2018-05-31Don't assume an HTTP header doesn't contain a NUL.Guy Harris1-2/+15
2018-05-30http: continue parsing in spite of illegal header namePeter Wu1-60/+46
2018-05-27Have a dissector table for SSL/TLS/DTLS ALPN protocol IDs.Guy Harris1-0/+6
2018-03-29Extend 'HTTP Referer statistics' to sequence HTTP RedirectsMoshe Kaplan1-28/+166
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-08Cleanup HTTP Referer tracking code and use less memoryMoshe Kaplan1-66/+86
2018-02-07Generate HTTP Referer statisticsMoshe Kaplan1-5/+150
2017-10-31HTTP: Update status codesUli Heilmeier1-0/+1
2017-10-29Add conversation endpoint typeMichael Mann1-1/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-15/+4
2017-10-05HTTP: Add http.file_data based on the captured length.Gerald Combs1-8/+8
2017-10-02HTTP: fix for ICY responses which were displayed as HTTP requestsEugene Adell1-5/+2
2017-09-28HTTP: fix the Response VersionEugene Adell1-4/+10
2017-09-19WebSocket: add permessage-deflate extension supportPascal Quantin1-12/+18
2017-09-10HTTP: replace g_strsplit by wmem_strsplitPascal Quantin1-2/+1
2017-09-02Don't export structures used internally by dissectors for Export Objects.Guy Harris1-0/+9
2017-08-08We really only need one range_foreach routine.Guy Harris1-4/+4
2017-06-21http: fix handling of HTTP responses followed by proxy responsesPeter Wu1-1/+1
2017-04-23HTTP: Add status code descriptionUli Heilmeier1-4/+22
2017-03-08http: Check for valid tcpinfo pointerStig Bjørlykke1-1/+2
2017-02-26HTTP: do not call g_path_get_basename with a NULL pointerPascal Quantin1-1/+1
2017-01-31format_text_wmem -> format_textMichael Mann1-7/+7
2017-01-31Add format_text_wmem.Michael Mann1-7/+7
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2017-01-07Convert range API to always use wmem memory.Michael Mann1-9/+6
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-5/+5
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-1/+30
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-3/+2
2016-10-18Ensure http_tcp_range gets initialized through preference callback.Michael Mann1-0/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-13/+19
2016-09-19http: add spdy Upgrade supportPeter Wu1-0/+9
2016-09-04ssl,http: rename http-over-ssl to http-over-tlsPeter Wu1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-15/+10
2016-08-22Loosen HTTP token sting requirements so HTTP 1.0 can be included.Tom1-1/+1
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-2/+1
2016-07-12HTTP: Add request/response arrowsD. Ulis1-2/+2
2016-06-23Squelch some 64-bit-to-32-bit-shortening warnings.Guy Harris1-4/+8
2016-06-23HTTP: Split URI into path and query. Tokenize parameters.Uli Heilmeier1-3/+40
2016-06-05Initialize all header_field_info membersPascal Quantin1-2/+2
2016-05-31If we've seen HTTP in this conversation mark the frame as being HTTP.Jeff Morriss1-24/+56
2016-04-17Get rid of trailing white space.Guy Harris1-1/+1
2016-04-17Don't assume the HTTP dissector is being called from the TCP dissector.Guy Harris1-54/+132
2016-04-13HTTP: treat request_uri and file_data as Unicode.Jeff Morriss1-2/+2
2016-04-12Add support for HTTP/SCTP.Michael Tuexen1-0/+14
2016-04-04Rename "libz" to "zlib"João Valverde1-2/+2
2016-04-01http: set conv dissector from when heuristics succeededPeter Wu1-1/+1