aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-01Fix some typos.cmaynard1-3/+3
2012-01-28From Claudio:etxrab1-2/+5
2011-12-21Use correct reported_length for a tvb_new_subset() (not that it makes a diffe...wmeier1-2/+1
2011-12-18Create "Dehunked Entity Body" with O(N) rather than O(N^2) efffort.wmeier1-5/+153
2011-11-21From Claudio: header value always computed twicewmeier1-14/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-4/+4
2011-10-05Cleanup the unregister loop to avoid freeing wrong data.stig1-4/+2
2011-10-04Free duplicated strings in hf entries.stig1-5/+9
2011-10-04Unregister and delete allocated header fields when updating the UAT.stig1-64/+34
2011-09-07Add notes and links on SSDPetxrab1-1/+3
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-8/+0
2011-07-10Add port 2710 for the XBT BitTorrent tracker (and note why it's added;guy1-1/+3
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-2/+2
2011-05-02Support content-type x-gzip and x-deflate, as described in RFC2616 asstig1-3/+4
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-16/+0
2011-03-26The 'name's passed to tick_stat_node() do not need to be static.morriss1-5/+6
2011-03-24From Dirk: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2930 :morriss1-8/+14
2011-01-10Add 2869 to the list of HTTP ports: http://support.microsoft.com/kb/886257gerald1-1/+1
2010-12-23From Julien Kerihuel:jake1-2/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-8/+8
2010-10-30From Robert Bullen:etxrab1-8/+36
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofguy1-1/+1
2010-10-27Try to decode the unknown multipart subtype anyway.jake1-0/+7
2010-10-25From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5336 :morriss1-3/+42
2010-09-21Add a castmorriss1-1/+1
2010-09-21Use size_t to keep the Windows compiler happymorriss1-1/+1
2010-09-21From Jakub Zawadzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3...morriss1-96/+130
2010-09-05Request-Line can contain an empty Request-URI.stig1-4/+4
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-5/+1
2010-05-12From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4758 :morriss1-7/+11
2010-04-09Squelch compiler warnings. (We know that header.content_length is lessguy1-2/+2
2010-04-09Use a 64-bit number to store the content length. This fixes:morriss1-3/+11
2010-03-04From LEGO via bug 3459:stig1-0/+1
2010-01-25From Didier Gautheron via bug 4419:stig1-3/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-09-14Revert 29889 to stop the fuzz failures.morriss1-12/+19
2009-09-14From Didier Gautheron:etxrab1-19/+12
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-2/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
2009-08-02Don't do dissector_add twice on TCP port 3689;wmeier1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-06-15Trivial warning fixes:jmayer1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-3/+3
2009-05-19From Artem Tamazov (bug 3472):stig1-1/+3
2009-05-19From Abhik Sarkar via bug 3242:gerald1-7/+210
2009-05-13Apply some of the patches from:etxrab1-4/+2
2009-03-30More size_t casts.gerald1-4/+4
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-08Partial support for RFC 2324.gerald1-0/+1