aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-multipart.c
Commit message (Expand)AuthorAgeFilesLines
* Remove:Anders Broman2008-04-091-4/+0
* - Remove GLIB1 codeStephen Fisher2008-04-071-10/+3
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-4/+8
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* Packet-imf.c - Offset must be advanced to AFTER CRLF(CRLF).Anders Broman2007-08-091-3/+5
* Avoid an infinite loop (on malformed packet)Martin Mathieson2007-07-171-0/+5
* Further problem highlighted by OSX.Graeme Lunt2007-07-141-1/+1
* Fix for warnings on OSX.Graeme Lunt2007-07-141-2/+2
* Optional removal of any base64 content-transfer-encoding from a MIMEGraeme Lunt2007-07-141-45/+148
* Consistent eol-style restored.Graeme Lunt2007-07-051-4/+4
* Allow for leading whitespace in parameters when looking for the boundary.Graeme Lunt2007-07-051-3/+6
* Make multipart part a proper field, and append contained content-type toMartin Mathieson2006-11-161-2/+12
* fix #1135: another "off by one" bug, zero termination was done twice, second ...Ulf Lamping2006-10-161-0/+4
* - Mark the multipart type as a generated field.Martin Mathieson2006-09-261-8/+12
* Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6Martin Mathieson2006-09-201-5/+25
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* Add a missing includeAnders Broman2005-09-051-0/+1
* buffer where parameters variable pointed into was freedTomas Kukosa2005-09-051-1/+1
* - set length for "Encapsulated multipart part" tree itemTomas Kukosa2005-09-051-3/+7
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-1/+1
* various code cleanup:Ulf Lamping2005-08-081-4/+0
* More char -> const char fixesJörg Mayer2005-07-301-2/+2
* ememify some more calls to tvb_get_string()Ronnie Sahlberg2005-07-281-2/+1
* From Ruud Linders: support short names in multipart headers; SIP-TGuy Harris2005-01-201-10/+18
* From Chris Maynard: free mallocated data.Guy Harris2005-01-051-5/+14
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+933