aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-21Use correct reported_length for a tvb_new_subset() (not that it makes a diffe...Bill Meier1-2/+1
2011-12-18Create "Dehunked Entity Body" with O(N) rather than O(N^2) efffort.Bill Meier1-5/+153
2011-11-21From Claudio: header value always computed twiceBill Meier1-14/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-4/+4
2011-10-05Cleanup the unregister loop to avoid freeing wrong data.Stig Bjørlykke1-4/+2
2011-10-04Free duplicated strings in hf entries.Stig Bjørlykke1-5/+9
2011-10-04Unregister and delete allocated header fields when updating the UAT.Stig Bjørlykke1-64/+34
2011-09-07Add notes and links on SSDPAnders Broman1-1/+3
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-8/+0
2011-07-10Add port 2710 for the XBT BitTorrent tracker (and note why it's added;Guy Harris1-1/+3
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-2/+2
2011-05-02Support content-type x-gzip and x-deflate, as described in RFC2616 asStig Bjørlykke1-3/+4
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+0
2011-03-26The 'name's passed to tick_stat_node() do not need to be static.Jeff Morriss1-5/+6
2011-03-24From Dirk: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2930 :Jeff Morriss1-8/+14
2011-01-10Add 2869 to the list of HTTP ports: http://support.microsoft.com/kb/886257Gerald Combs1-1/+1
2010-12-23From Julien Kerihuel:Jaap Keuter1-2/+8