summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-multipart.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+1
2014-05-27Use proto_tree_add_format_text()Jakub Zawadzki1-7/+2
2014-03-25no need for if(tree)Martin Kaiser1-72/+55
2014-03-25use wmem_ascii_strdown()Martin Kaiser1-6/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki1-1/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-2/+2
2013-11-02Fix build (missing some _U_)Alexis La Goutte1-1/+1
2013-11-02Prep a few more dissectors to receive their string data through dissector data.Michael Mann1-7/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-15emem -> wmemPascal Quantin1-3/+3
2013-07-18Fix memleak, base64_to_tvb() strdup passed string by its own.Jakub Zawadzki1-1/+1
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
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