1PVAL(1) General Commands Manual PVAL(1)
2
3
4
6 pval - print BER values in ASN.1 value notation
7
9 pval -T <tt file name> [-m <module name>] -n <type name>
10 <BER value file list>
11
13 pval prints the given BER values in their value notation. You must
14 specify the type name and optionally the module name of the type in the
15 given BER files.
16
18 -T file
19 Use the type table in the file to look for the named types defi‐
20 nition.
21
22 -m modulename
23 Specifies the module in which the named type is defined. If the
24 module name is not specified with this option, pval looks for
25 the first occurence of the named type in the modules in the
26 given type table.
27
28 -n typename
29 Specifies the type of the values in the given BER files. If you
30 give the wrong type name, decoding errors will occur.
31
33 snacc/tbl-tools/pval/ Source code for the pval program
35 Copyright (c) 1993 Mike Sample and the University of British Columbia
36 Permission is granted to make and distribute verbatim copies of this
37 manual provided the copyright notice and this permission notice are
38 preserved on all copies.
39 Permission is granted to copy and distribute modified versions of this
40 manual under the conditions for verbatim copying, provided that the
41 entire resulting derived work is distributed under the terms of a per‐
42 mission notice identical to this one.
44 Mike Sample <msample@cs.ubc.ca>, University of British Columbia
46 This work was made possible by grants from the Canadian Institute for
47 Telecommunications Research (CITR) and Natural Sciences and Engineering
48 Research Council of Canada (NSERC).
49
50
51
52 11 July 1993 PVAL(1)