aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.c
Commit message (Expand)AuthorAgeFilesLines
* Apply some of the patches from:Anders Broman2009-05-131-4/+2
* More size_t casts.Gerald Combs2009-03-301-4/+4
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-201-1/+1
* Partial support for RFC 2324.Gerald Combs2008-12-081-0/+1
* Add the Content-Length header as a header string, while maintaining the conte...Jaap Keuter2008-10-231-3/+16
* Minor cleanup related to proto_register & proto_reg_handoffBill Meier2008-09-261-3/+4
* Move common code to base64.cAnders Broman2008-08-031-18/+0
* More (mostly stats tree) unsigned->signed char cleanupJeff Morriss2008-07-121-1/+1
* Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss2008-07-111-17/+29
* Display "Decompression failed" when appropriate (& Fix some src spacing)Bill Meier2008-07-081-2/+3
* Get rid of #defines that are no longer being used (we now have a portGuy Harris2008-07-031-6/+0
* Fix some warnings reported by gcc -Wshadow ...Bill Meier2008-06-281-45/+45
* Fix some of the Errors/warnings detected by checkapi.Bill Meier2008-05-131-6/+10
* Remove:Anders Broman2008-04-091-3/+0
* - Remove GLIB1 codeStephen Fisher2008-04-071-1/+0
* Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=383 : show multiple (p...Jeff Morriss2008-03-081-4/+5
* match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss2008-03-041-5/+5
* Fix for bug 1586: When proxying a tcp connection (mostly used with ssl over anSake Blok2007-12-261-92/+115
* Apply yet another of the optimization patches:Anders Broman2007-11-271-10/+7
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-5/+9
* Don't call tvb_set_child_real_data_tvbuff() + add_new_data_source() twiceGerald Combs2007-11-091-6/+0
* - s/ntohs/g_ntohsJeff Morriss2007-08-151-2/+2
* add missing initial registration to TCP and SSL portsTomas Kukosa2007-08-081-0/+2
* make TCP and SSL/TLS ports configurable for HTTPTomas Kukosa2007-07-161-33/+50
* From Sake Blok:Stephen Fisher2007-04-281-22/+36
* Fix bug 1452: Don't pass a null pointer to g_strsplit().Jeff Morriss2007-03-241-6/+7
* Sebastien Tandel:Jörg Mayer2007-03-221-0/+1
* Fix bug #1394: Runtime error crash after clicking on HTTP packetStephen Fisher2007-03-161-3/+7
* strncmp(NULL, ...) isn't such a good idea.Jörg Mayer2007-03-141-0/+1
* HTTP Export Object updates:Stephen Fisher2007-03-131-52/+94
* Export Object code/documentation updates:Stephen Fisher2007-03-061-6/+11
* Update object export code:Stephen Fisher2007-03-031-1/+1
* Initial version of the new Statistics -> Content List -> HTTP feature. ThisStephen Fisher2007-02-191-0/+8
* Add comments to the statistics functions to tell which is whichStephen Fisher2007-02-191-0/+6
* From Sebastien Tandel:Stephen Fisher2007-02-131-0/+1
* Fix for bug #646: show the end of HTTP chunked encoding (a chunk with size 0)Stephen Fisher2006-11-241-11/+12
* Fix problem reported on -dev list by Frank Maerz with Wireshark crashingStephen Fisher2006-11-151-9/+18
* teach the http header dissector how to handle integer fields instead of just ...Ronnie Sahlberg2006-10-211-4/+22
* fix a typoUlf Lamping2006-09-301-1/+1
* from bryant easthamRonnie Sahlberg2006-09-121-8/+10
* fix for bug 1079Ronnie Sahlberg2006-09-051-2/+2
* Make sure a string pointer exists before we try to use it. Fixes bug 1050.Gerald Combs2006-08-241-60/+60
* Stephen Fisher <stephentfisher@yahoo.com>Jörg Mayer2006-08-151-1/+1
* Stephen Fisher <stephentfisher@yahoo.com>Jörg Mayer2006-08-141-12/+79
* fix a tiny memory leak where we would lose a few kbyte once when wireshark is...Ronnie Sahlberg2006-06-271-2/+0
* remove some dead code coverity 17Ronnie Sahlberg2006-06-241-31/+25
* change a comment to #if to make it clearer the code is disabledRonnie Sahlberg2006-06-231-2/+4
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* From Martin Mathieson:Anders Broman2006-05-231-0/+1