aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08Do not report undecoded message to expert info for ReturnResult without ↵kukosa1-0/+1
result filed git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34076 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-16Removed some TAB's.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33810 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-28support for additionally SIZE constrained Typereferencekukosa1-0/+4
the support is only semiautomated as this feature does not occur very often use this feature for the TBCD-STRING in the H.225 dissector git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23958 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22add flags for optional fields of EXTERNAL type into asn1_ctx_t structkukosa1-2/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23238 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24improvements in ROS handling in Q.932 and H.450kukosa1-0/+4
move common ROS code into ros/ros-*.cnf files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22936 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-29ASN.1 parameterization handling (1st raw implementation)kukosa1-0/+37
it is not supported in asn2wrs now, code has to be written manually git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22724 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-20QSIG fully implementedkukosa1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22361 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-18rose_ctx_t structure usage in Q.932 dissectorkukosa1-10/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22349 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-13- get rid of anonymous unionskukosa1-8/+60
- move some structures from packet-per and packet-q932-ros to asn1.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22295 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-14Change actx->external.direct_reference to be the OID string.etxrab1-1/+1
Use it in BER direct reference to call the OID dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22097 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21889 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-14- more variants of dissect_per_open_type_*()kukosa1-0/+14
- move asn1_get_real() to asn1.c/.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21757 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-07changes in external structure of asn1_ctx_tkukosa1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21714 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-06Start introducing actx to ber functions.etxrab1-1/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21705 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03Split out asn1 common functions. Start of BER EXTERNAL.etxrab1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21670 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-02PER - support of EXTERNAL and ObjectDescriptor types (not tested)kukosa1-0/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21640 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-0/+45
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21635 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowkukosa1-121/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20372 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-08Move def of subid_t to format-oid.h don't include asn1.h in cops any more.etxrab1-31/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16440 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15015 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-0/+150
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13366 f5534014-38df-0310-8fa8-9805f1628bb7