aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdt.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39427 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37118 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-15Adjusted my name to use only ASCII characters.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27733 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-02Decode content according to given content type.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26338 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24015 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-01Change:etxrab1-2/+2
get_oid_str_name() -> oid_resolved_from_string() get_oid_name() -> oid_resolved_from_encoded() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23331 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-15Regenerate the CDT dissector with -X and -T options.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22519 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21662 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵sahlberg1-1/+1
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-08This patch adds some expert info in CDT when:gal1-2/+2
- Unable to get compressed content - Unable to uncompress content http://www.wireshark.org/lists/wireshark-dev/200702/msg00356.html git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20746 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18921 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-09include packet-cdt.h to declare prototypesjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18689 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-3/+3
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18217 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-3/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16736 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-23From Stig Bjørlykkeetxrab1-0/+48
Added a new dissector for CDT (CompressedDataType) as defined in STANAG 4406 Annex E. This dissector is used in P_Mul to decode encapsulated X.411 content. I have added a function in the X.411 dissector to decode a MTS APDU without having a ROS Changes in this patch: * Added CDT dissector * Use CDT dissector in P_Mul * Added function to decode MTS APDU in the X.411 dissector git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16566 f5534014-38df-0310-8fa8-9805f1628bb7