Don't do dissector_add twice on TCP port 3689;
[obnox/wireshark/wip.git] / epan / dissectors / packet-http.c
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...
2005-03-06 legoAdd a preference for another alternate tcp port
2005-03-01 legoIn packets with more than one req/resp the items of...
2005-02-28 legoeven if unharmful, this was simply ugly.
2005-02-28 legofew changes to http
2005-02-23 geraldAdd request URI and Version fields. Add a question...
2005-01-20 guyThere's no guaranteee that "req_resp_hdrs_do_reassembly...
2005-01-13 guyHTTP requests have no content if there's no Content...
2004-12-25 ulfla lot of warnings removed, most of them about pointer...
2004-12-15 guyFrom Yaniv Kaul: add the CCM_POST method.
2004-12-15 guyFrom Yaniv Kaul: DCERPC-over-HTTP(!) support. (But...
2004-12-07 guyFrom Brett Kuskie: add more HTTP headers as filterable...
2004-12-05 geraldGrab the last (and null) byte of the content type value.
2004-12-01 geraldDon't access memory that may have been freed.
2004-11-03 guyFrom Giles Scott: make the chunk size and data length...
2004-10-29 guyFrom Yaniv Kaul: dissect authentication data as NTLMSSP...
2004-09-29 guyMove the request/response header helper routines to...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-10 guyMove the base-64 routines to "epan/base64.c".
2004-08-22 guyFrom Kelly Byrd: DAAP support.
2004-08-21 ulflPrevent the word "desegmentation" at the GUI, but use...
2004-07-21 guyFrom Tomas Kukosa: add support for RFC 3253 HTTP methods.
2004-07-18 gramMove dissectors to epan/dissectors directory.