aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-09Use a 64-bit number to store the content length. This fixes:Jeff Morriss1-3/+11
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-3/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-09-14Revert 29889 to stop the fuzz failures.Jeff Morriss1-12/+19
2009-09-14From Didier Gautheron:Anders Broman1-19/+12
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-2/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-02Don't do dissector_add twice on TCP port 3689;Bill Meier1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-06-15Trivial warning fixes:Jörg Mayer1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-3/+3
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-1/+3
2009-05-19From Abhik Sarkar via bug 3242:Gerald Combs1-7/+210
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
2009-03-30More size_t casts.Gerald Combs1-4/+4
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-08Partial support for RFC 2324.Gerald Combs1-0/+1
2008-10-23Add the Content-Length header as a header string, while maintaining the conte...Jaap Keuter1-3/+16
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-3/+4
2008-08-03Move common code to base64.cAnders Broman1-18/+0
2008-07-12More (mostly stats tree) unsigned->signed char cleanupJeff Morriss1-1/+1
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-17/+29
2008-07-08Display "Decompression failed" when appropriate (& Fix some src spacing)Bill Meier1-2/+3
2008-07-03Get rid of #defines that are no longer being used (we now have a portGuy Harris1-6/+0
2008-06-28Fix some warnings reported by gcc -Wshadow ...Bill Meier1-45/+45
2008-05-13Fix some of the Errors/warnings detected by checkapi.Bill Meier1-6/+10
2008-04-09Remove:Anders Broman1-3/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2008-03-08Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=383 : show multiple (p...Jeff Morriss1-4/+5
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-5/+5
2007-12-26Fix for bug 1586: When proxying a tcp connection (mostly used with ssl over anSake Blok1-92/+115
2007-11-27Apply yet another of the optimization patches:Anders Broman1-10/+7
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-5/+9