aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-27Add dissector table for negotiated WebSocket protocolGregor Jasny1-1/+8
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-13/+7
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-5/+5
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-02-26HTTP: Fix full_uri when using a ProxyUli Heilmeier1-3/+10
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-12/+12
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2016-01-20HTTP: fix Control flow issues (UNREACHABLE) reported by Coverity ( CID 1348060)Alexis La Goutte1-1/+0
2016-01-15Add http.file_data string field to store decompressed HTTP data.David Morsberger1-1/+10
2016-01-13Do not filter on "http" when Following HTTP streams.Michael Mann1-25/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-1/+28
2016-01-06Have all TCP flags in the structure that is passed to subdissectors.Michael Mann1-1/+1
2016-01-06Use TCP FIN bit to help determine desegmentation in HTTP dissector.Michael Mann1-7/+8
2016-01-03Add HTTP Follow streamMichael Mann1-0/+14
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-29http: detect multiple names in Transfer-Encoding headerPeter Wu1-53/+145
2015-11-23http: case-insensitive custom headers matchPeter Wu1-4/+7
2015-11-20Bluetooth: GATT: Add HTTP Proxy Service attributesMichal Labedzki1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-2/+2
2015-11-07Consider "HTTP over UDP" to be SSDP.Michael Mann1-23/+12
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
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