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