aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pres/pres.cnf
AgeCommit message (Collapse)AuthorFilesLines
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-3/+0
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2005-11-20if the packet is mangled the oid string might be NULL.Ronnie Sahlberg1-0/+3
dont try to register a NULL oid svn path=/trunk/; revision=16553
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-1/+1
- new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated svn path=/trunk/; revision=16501
2005-10-13A small patch for presentation to:Anders Broman1-0/+7
a) maintain the session presentation context b) support SES_REFUSE svn path=/trunk/; revision=16213
2005-09-09Dissect "nbs-9".Anders Broman1-0/+13
svn path=/trunk/; revision=15742
2005-09-04From Graeme LuntAnders Broman1-0/+3
I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS. I also include dissectors for: X.411 (P1) X.400 OSI Message Transfer Service X.420 (P22) X.400 OSI Information Object STANAG 4406 (P772) STANAG 4406 Military Message Extensions (to P22) These rely on the RTSE and ROS dissectors. svn path=/trunk/; revision=15679
2005-09-04From Graeme Lunt:Anders Broman1-1/+1
Basically the changes are: a) [pres] make the find_oid_by_[pres_]ctx_id (I changed the name to make it more specific) non-static so it can be called from other dissectors (see acse.cnf changes). I also call it from RTSE and ROS dissectors b) [acse] remove (#ifdef NOT_NEEDED) the oid lookup table and any reference to acse_handle - as these are no longer needed c) [acse] register the acse dissector on 2.2.1.0.1 with some modifications: -#ifdef:ed code removed - renamed aco -> pco svn path=/trunk/; revision=15678
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman1-4/+29
based on the code in ACSE. svn path=/trunk/; revision=15643
2005-08-29MapDialougePDU.cnfAnders Broman1-0/+32
Fix a typo. packet-ber.c packet-acse.c packet-cmip.c - Add OID(s) packet-ses.c Fix export of a value string and change names to the ones used in the protocol spec. Replace PRES dissector with an asn2eth generated one. svn path=/trunk/; revision=15614