aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-multipart.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-18From beroset:Anders Broman1-10/+10
2013-01-26Use "4 space" indentation.Bill Meier1-822/+822
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-14more ephemeral memory cleanupMichael Mann1-6/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-5/+5
2012-04-30From Evan Huus:pascal1-0/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Added media type multipart/report from RFC3462.Stig Bjørlykke1-0/+2
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-4/+3
2011-06-19 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-12/+9
2010-10-27Supply an entry to use for unknown multipart subtype.Jaap Keuter1-0/+6
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-05-13Apply some of the patches from:Anders Broman1-1/+1
2009-04-06More size_t casts/fixes, and string buffers.Gerald Combs1-2/+3
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-6/+3
2008-11-13Small changes related to proto_register & proto_reg_handoffBill Meier1-5/+5
2008-08-03packet-multipart.c:179: warning: unused parameter 'pinfo'Anders Broman1-2/+4
2008-08-03Move common code to base64.cAnders Broman1-9/+1
2008-04-09Remove:Anders Broman1-4/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-10/+3
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