aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dvb_chartbl.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-21fix some warnings.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=54334
2013-12-20use small negative values for the error definesMartin Kaiser1-26/+25
(such constants are signed ints by default) svn path=/trunk/; revision=54300
2013-12-20add Asian DVB-SI character tablesMartin Kaiser1-1/+5
minor whitespace changes svn path=/trunk/; revision=54298
2013-12-20simplify the defines for DVB chartablesMartin Kaiser1-19/+7
there's no need for their values to match the values in the DVB-SI spec we can summarize basic and extended table definitions svn path=/trunk/; revision=54297
2013-12-15improve DVB-SI string handlingMartin Kaiser1-2/+7
new function dvb_add_chartbl() adds a tree entry for an encoding use FT_BTYES as type for encoding hfs string hfs for DVB-SI strings must have STR_UNICODE, not BASE_NONE make dvb_string_encoding_vals[] internal to dvb_chartbl.c svn path=/trunk/; revision=54128
2013-12-15as requested, move the functions/defines for DVB character tablesMartin Kaiser1-0/+101
to separate files svn path=/trunk/; revision=54113