aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-23Add the Content-Length header as a header string, while maintaining the conte...jake1-3/+16
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffwmeier1-3/+4
2008-08-03Move common code to base64.cetxrab1-18/+0
2008-07-12More (mostly stats tree) unsigned->signed char cleanupmorriss1-1/+1
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsmorriss1-17/+29
2008-07-08Display "Decompression failed" when appropriate (& Fix some src spacing)wmeier1-2/+3
2008-07-03Get rid of #defines that are no longer being used (we now have a portguy1-6/+0
2008-06-28Fix some warnings reported by gcc -Wshadow ...wmeier1-45/+45
2008-05-13Fix some of the Errors/warnings detected by checkapi.wmeier1-6/+10
2008-04-09Remove:etxrab1-3/+0
2008-04-07- Remove GLIB1 codesfisher1-1/+0
2008-03-08Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=383 : show multiple (p...morriss1-4/+5
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-5/+5
2007-12-26Fix for bug 1586: When proxying a tcp connection (mostly used with ssl over ansake1-92/+115
2007-11-27Apply yet another of the optimization patches:etxrab1-10/+7
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-5/+9
2007-11-09Don't call tvb_set_child_real_data_tvbuff() + add_new_data_source() twicegerald1-6/+0
2007-08-15- s/ntohs/g_ntohsmorriss1-2/+2
2007-08-08add missing initial registration to TCP and SSL portskukosa1-0/+2
2007-07-16make TCP and SSL/TLS ports configurable for HTTPkukosa1-33/+50
2007-04-28From Sake Blok:sfisher1-22/+36
2007-03-24Fix bug 1452: Don't pass a null pointer to g_strsplit().morriss1-6/+7
2007-03-22Sebastien Tandel:jmayer1-0/+1
2007-03-16Fix bug #1394: Runtime error crash after clicking on HTTP packetsfisher1-3/+7
2007-03-14strncmp(NULL, ...) isn't such a good idea.jmayer1-0/+1
2007-03-13HTTP Export Object updates:sfisher1-52/+94
2007-03-06Export Object code/documentation updates:sfisher1-6/+11
2007-03-03Update object export code:sfisher1-1/+1
2007-02-19Initial version of the new Statistics -> Content List -> HTTP feature. Thissfisher1-0/+8
2007-02-19Add comments to the statistics functions to tell which is whichsfisher1-0/+6
2007-02-13From Sebastien Tandel:sfisher1-0/+1
2006-11-24Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0)sfisher1-11/+12
2006-11-15Fix problem reported on -dev list by Frank Maerz with Wireshark crashingsfisher1-9/+18
2006-10-21teach the http header dissector how to handle integer fields instead of just ...sahlberg1-4/+22
2006-09-30fix a typoulfl1-1/+1