aboutsummaryrefslogtreecommitdiffstats
path: root/epan/charsets.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-2/+2
2014-04-25Add a get_ebcdic_string() routine, similar to other get_XXX_string() routines.Guy Harris1-9/+12
2014-04-25Another whitespace cleanup.Guy Harris1-1/+1
2014-04-25Move the XXX-to-UTF-8 loops to routines in epan/charsets.c.Guy Harris1-6/+35
2014-04-25Move GSM guint8 to unicode conversion functions to charsets.cJakub Zawadzki1-0/+6
2014-04-12Add Mac Roman and DOS CP437.Guy Harris1-0/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add the rest of ISO-8859-n, thanks to Jakub's "generate a mapping table"Guy Harris1-0/+11
2013-12-18Add charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)Jakub Zawadzki1-0/+1
2013-12-15add support for ISO 8859-5Martin Kaiser1-0/+1
2013-12-15as requested, move the functions/defines for DVB character tablesMartin Kaiser1-52/+0
2013-12-13Fix warnings + remove some v. old comment from strutil.hJakub Zawadzki1-3/+3
2013-12-10use large positve values for illegal DVB-SI string encodingsMartin Kaiser1-4/+4
2013-12-09add editor modelinesMartin Kaiser1-0/+13
2013-12-09From JakubMartin Kaiser1-0/+52
2013-12-07Note what the two new character encoding tables in charsets.c are.Guy Harris1-0/+6
2013-12-07Add string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)Jakub Zawadzki1-0/+3
2013-12-07Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)Jakub Zawadzki1-0/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris1-0/+42