aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-multipart.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-09Remove:etxrab1-4/+0
2008-04-07- Remove GLIB1 codesfisher1-10/+3
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-4/+8
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-08-09Packet-imf.c - Offset must be advanced to AFTER CRLF(CRLF).etxrab1-3/+5
2007-07-17Avoid an infinite loop (on malformed packet)martinm1-0/+5
2007-07-14Further problem highlighted by OSX.gal1-1/+1
2007-07-14Fix for warnings on OSX.gal1-2/+2
2007-07-14Optional removal of any base64 content-transfer-encoding from a MIMEgal1-45/+148
2007-07-05Consistent eol-style restored.gal1-4/+4
2007-07-05Allow for leading whitespace in parameters when looking for the boundary.gal1-3/+6
2006-11-16Make multipart part a proper field, and append contained content-type tomartinm1-2/+12
2006-10-16fix #1135: another "off by one" bug, zero termination was done twice, second ...ulfl1-0/+4
2006-09-26- Mark the multipart type as a generated field.martinm1-8/+12
2006-09-20Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6martinm1-5/+25
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-09-05Add a missing includeetxrab1-0/+1
2005-09-05buffer where parameters variable pointed into was freedkukosa1-1/+1
2005-09-05- set length for "Encapsulated multipart part" tree itemkukosa1-3/+7
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-30More char -> const char fixesjmayer1-2/+2
2005-07-28ememify some more calls to tvb_get_string()sahlberg1-2/+1
2005-01-20From Ruud Linders: support short names in multipart headers; SIP-Tguy1-10/+18
2005-01-05From Chris Maynard: free mallocated data.guy1-5/+14
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+933