aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros/ros-exp.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-09-04 16:22:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-09-04 16:22:12 +0000
commitd9e1a9c0bbf93cd8573f970ef151c65d41f34629 (patch)
treebd96a6585605579987c8081a983df86d196a88d4 /asn1/ros/ros-exp.cnf
parentbc4b6481b473f64f20cb5d1c013b79eced4ddef5 (diff)
From Graeme Lunt
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
Diffstat (limited to 'asn1/ros/ros-exp.cnf')
-rw-r--r--asn1/ros/ros-exp.cnf10
1 files changed, 10 insertions, 0 deletions
diff --git a/asn1/ros/ros-exp.cnf b/asn1/ros/ros-exp.cnf
new file mode 100644
index 0000000000..7dab68a242
--- /dev/null
+++ b/asn1/ros/ros-exp.cnf
@@ -0,0 +1,10 @@
+#.IMPORT_TAG
+InvokeId BER_CLASS_ANY/*choice*/ -1/*choice*/
+Code BER_CLASS_ANY/*choice*/ -1/*choice*/
+#.END
+
+#.TYPE_ATTR
+InvokeId TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(ros_InvokeId_vals) BITMASK = 0
+Code TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(ros_Code_vals) BITMASK = 0
+#.END
+