aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
2010-10-30From Robert Bullen:Anders Broman1-8/+36
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-10-27Try to decode the unknown multipart subtype anyway.Jaap Keuter1-0/+7
2010-10-25From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5336 :Jeff Morriss1-3/+42
2010-09-21Add a castJeff Morriss1-1/+1
2010-09-21Use size_t to keep the Windows compiler happyJeff Morriss1-1/+1
2010-09-21From Jakub Zawadzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3...Jeff Morriss1-96/+130
2010-09-05Request-Line can contain an empty Request-URI.Stig Bjørlykke1-4/+4
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-5/+1
2010-05-12From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4758 :Jeff Morriss1-7/+11
2010-04-09Squelch compiler warnings. (We know that header.content_length is lessGuy Harris1-2/+2