Treat TVBs as opaque: use the accessor functions instead of accessing the fields
[obnox/wireshark/wip.git] / epan / dissectors / packet-http.c
2011-05-27 morrissTreat TVBs as opaque: use the accessor functions instea...
2011-05-02 stigSupport content-type x-gzip and x-deflate, as described...
2011-04-18 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-03-26 morrissThe 'name's passed to tick_stat_node() do not need...
2011-03-24 morrissFrom Dirk: fix https://bugs.wireshark.org/bugzilla...
2011-01-10 geraldAdd 2869 to the list of HTTP ports: support.microsoft...
2010-12-23 jakeFrom Julien Kerihuel:
2010-12-20 guyRename the routines that handle dissector tables with...
2010-10-30 etxrabFrom Robert Bullen:
2010-10-29 guyMake the third argument to a UAT copy callback a size_t...
2010-10-27 jakeTry to decode the unknown multipart subtype anyway.
2010-10-25 morrissFrom Yaniv Kaul via https://bugs.wireshark.org/bugzilla...
2010-09-21 morrissAdd a cast
2010-09-21 morrissUse size_t to keep the Windows compiler happy
2010-09-21 morrissFrom Jakub Zawadzki via https://bugs.wireshark.org...
2010-09-05 stigRequest-Line can contain an empty Request-URI.
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-05-12 morrissFrom Dirk via https://bugs.wireshark.org/bugzilla/show_...
2010-04-09 guySquelch compiler warnings. (We know that header.conten...
2010-04-09 morrissUse a 64-bit number to store the content length. This...
2010-03-04 stigFrom LEGO via bug 3459:
2010-01-25 stigFrom Didier Gautheron via bug 4419:
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-09-14 morrissRevert 29889 to stop the fuzz failures.
2009-09-14 etxrabFrom Didier Gautheron:
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-08-02 wmeierDon't do dissector_add twice on TCP port 3689;
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-15 jmayerTrivial warning fixes:
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-05-19 stigFrom Artem Tamazov (bug 3472):
2009-05-19 geraldFrom Abhik Sarkar via bug 3242:
2009-05-13 etxrabApply some of the patches from:
2009-03-30 geraldMore size_t casts.
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-12-08 geraldPartial support for RFC 2324.
2008-10-23 jakeAdd the Content-Length header as a header string, while...
2008-09-26 wmeierMinor cleanup related to proto_register & proto_reg_handoff
2008-08-03 etxrabMove common code to base64.c
2008-07-12 morrissMore (mostly stats tree) unsigned->signed char cleanup
2008-07-11 morrissChange the stats tree API to use signed chars instead...
2008-07-08 wmeierDisplay "Decompression failed" when appropriate (&...
2008-07-03 guyGet rid of #defines that are no longer being used ...
2008-06-28 wmeierFix some warnings reported by gcc -Wshadow ...
2008-05-13 wmeierFix some of the Errors/warnings detected by checkapi.
2008-04-09 etxrabRemove:
2008-04-07 sfisher- Remove GLIB1 code
2008-03-08 morrissFix bugs.wireshark.org/bugzilla/show_bug.cgi?id=383...
2008-03-04 morrissmatch_strval() may return NULL so don't blindly pass...
2007-12-26 sakeFix for bug 1586: When proxying a tcp connection (mostl...
2007-11-27 etxrabApply yet another of the optimization patches:
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-09 geraldDon't call tvb_set_child_real_data_tvbuff() + add_new_d...
2007-08-15 morriss- s/ntohs/g_ntohs
2007-08-08 kukosaadd missing initial registration to TCP and SSL ports
2007-07-16 kukosamake TCP and SSL/TLS ports configurable for HTTP
2007-04-28 sfisherFrom Sake Blok:
2007-03-24 morrissFix bug 1452: Don't pass a null pointer to g_strsplit().
2007-03-22 jmayerSebastien Tandel:
2007-03-16 sfisherFix bug #1394: Runtime error crash after clicking on...
2007-03-14 jmayerstrncmp(NULL, ...) isn't such a good idea.
2007-03-13 sfisherHTTP Export Object updates:
2007-03-06 sfisherExport Object code/documentation updates:
2007-03-03 sfisherUpdate object export code:
2007-02-19 sfisherInitial version of the new Statistics -> Content List...
2007-02-19 sfisherAdd comments to the statistics functions to tell which...
2007-02-13 sfisherFrom Sebastien Tandel:
2006-11-24 sfisherFix for bug #646: show the end of HTTP chunked encoding...
2006-11-15 sfisherFix problem reported on -dev list by Frank Maerz with...
2006-10-21 sahlbergteach the http header dissector how to handle integer...
2006-09-30 ulflfix a typo
2006-09-12 sahlbergfrom bryant eastham
2006-09-05 sahlbergfix for bug 1079
2006-08-24 geraldMake sure a string pointer exists before we try to...
2006-08-15 jmayerStephen Fisher <stephentfisher@yahoo.com>
2006-08-14 jmayerStephen Fisher <stephentfisher@yahoo.com>
2006-06-27 sahlbergfix a tiny memory leak where we would lose a few kbyte...
2006-06-24 sahlbergremove some dead code coverity 17
2006-06-23 sahlbergchange a comment to #if to make it clearer the code...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-23 etxrabFrom Martin Mathieson:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-03-30 jakeUpdate status codes from RFC 2616 and RFC 2518
2006-02-20 etxrabFrom Sake Blok:
2006-02-15 jmayerJerry Talkington:
2005-09-28 ulflfix #480: Change defaults for all reassembling settings...
2005-09-13 guyDon't pass an arbitrary string from a packet to a routi...
2005-09-11 ulflI'm adding the "Expert Info" prototype now, as it seems...
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-30 jmayerMore char -> const char fixes
2005-07-29 guySuggest that perhaps displaying chunks in the chunked...
2005-07-25 ulflpacket-http.c(484) : warning C4101: 'i' : unreferenced...
2005-07-24 legoReplace two calls to tvb_get_string with the new ep_tvb...
2005-07-24 legomove the stats_tree tap into the http dissector (not...
2005-06-02 ulfladd length information to "Content-encoded entity body"
2005-05-16 etxrabAdd TCP port for "radan-http 8088/tcp Radan...
2005-03-20 legoMake sure the tap info is created even when tree==NULL
2005-03-13 guyUse the tokenizing routines to parse HTTP request and...
next