aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt/cdt.cnf
AgeCommit message (Collapse)AuthorFilesLines
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-1/+1
on the naming policy for X.400 protocols. svn path=/trunk/; revision=36013
2009-07-07Remove some check_col() calls.Stig Bjørlykke1-16/+11
svn path=/trunk/; revision=28974
2009-05-14Copy optimization changes to ASN.1 sources.Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=28359
2008-10-02Decode content according to given content type.Stig Bjørlykke1-5/+22
svn path=/trunk/; revision=26338
2007-11-01Change:Anders Broman1-1/+1
get_oid_str_name() -> oid_resolved_from_string() get_oid_name() -> oid_resolved_from_encoded() svn path=/trunk/; revision=23331
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-6/+6
it makes interconnection between .cnf file and ASN.1 source more readable (changes for #.FN_BODY will follow) svn path=/trunk/; revision=22043
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-14/+14
svn path=/trunk/; revision=21753
2007-02-08This patch adds some expert info in CDT when:Graeme Lunt1-4/+9
- Unable to get compressed content - Unable to uncompress content http://www.wireshark.org/lists/wireshark-dev/200702/msg00356.html svn path=/trunk/; revision=20746
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵Tomas Kukosa1-1/+1
packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them svn path=/trunk/; revision=18595
2005-11-23Add cdtAnders Broman1-0/+97
svn path=/trunk/; revision=16564