aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Trivial: Spaces -> tabs.Chris Maynard1-38/+38
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-02You have to cast void pointers to another type in C++; implicitGuy Harris1-1/+2
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-8/+10
2013-10-30Replace some proto_tree_add_string_format with proto_tree_add_item +Evan Huus1-11/+19
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-3/+3
2013-10-17Be able to search through HTTP request and HTTP response lines. Bug 9134 (ht...Michael Mann1-7/+57
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-20/+19
2013-09-11Test the return value of tvb_reported_length_remaining() as > 0 rather than !...Chris Maynard1-7/+7
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-05Add an expert info if we see content-length header and chunked encodingEvan Huus1-2/+12
2013-08-30Deactivate debug codePascal Quantin1-2/+2
2013-08-30HTTP2 Upgrade heuristic for HTTP (Work with HTTP-draft-XX/2.0 and HTTP/2.0)Alexis La Goutte1-1/+15
2013-08-28Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-11/+2
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-3/+1
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+5
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-21/+17
2013-05-30Rename "http.response_ts" to "http.time" to be inline with other response tim...Sake Blok1-4/+4
2013-05-29Fix the infinite recursion problem reported inJeff Morriss1-7/+21
2013-05-26Batch of filterable expert infos.Michael Mann1-3/+14
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-3/+3
2013-03-22Try to handle lines with NULs in them. They aren't valid lines, but atGuy Harris1-4/+14
2013-03-17From beroset:Anders Broman1-1/+1
2013-03-12Detect HTTP/1.1 heuristically.Anders Broman1-0/+33
2013-03-12Use explicit casts.Anders Broman1-17/+17
2013-02-16From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8287Evan Huus1-2/+170
2013-01-30Add a routine to allow dissectors to specify ports that carry HTTPGuy Harris1-6/+11
2012-12-26Fix a bunch of warnings.Guy Harris1-6/+6
2012-11-02From vanviegen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7934 W...Alexis La Goutte1-11/+18
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-2/+2
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-08-19Enhance the http dissector to correctly reassemble httpSake Blok1-1/+15
2012-08-14more ephemeral memory cleanupMichael Mann1-9/+2
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-11len is no longer used.Anders Broman1-2/+1
2012-06-11From Michael Mann:Anders Broman1-1/+0
2012-05-01Add new HTTP Status Codes from RFC 6585;Bill Meier1-7/+15
2012-04-20From me for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6843Alexis La Goutte1-0/+30
2012-04-20From me for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6843Alexis La Goutte1-2/+21
2012-04-13From Pascal Quantin:Anders Broman1-1/+7
2012-03-30Recreate the packet list when changing UAT for header fields.Stig Bjørlykke1-1/+1
2012-03-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6982 :Jeff Morriss1-9/+21
2012-03-12Improved a if-check to avoid a analyzis warning.Stig Bjørlykke1-1/+1
2012-02-14To quote section "7.2.1 Type" of RFC 2068, "Hypertext Transfer ProtocolGuy Harris1-7/+17
2012-02-01Fix some typos.Chris Maynard1-3/+3
2012-01-28From Claudio:Anders Broman1-2/+5