logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ptbl - print a type table

Acknowledgements

       This  work was made possible by grants from the Canadian Institute for Telecommunications Research (CITR)
       and Natural Sciences and Engineering Research Council of Canada (NSERC).

                                                  11 July 1993                                           PTBL(1)

Author

       Mike Sample <msample@cs.ubc.ca>, University of British Columbia

Bugs

       ptbl does not attempt to print the IMPORTs information even though it is possible with a bit of work.

Copying

       Copyright (c) 1993 Mike Sample and the University of British Columbia

       Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice
       and this permission notice are preserved on all copies.

       Permission  is  granted  to copy and distribute modified versions of this manual under the conditions for
       verbatim copying, provided that the entire resulting derived work is distributed under  the  terms  of  a
       permission notice identical to this one.

Description

       ptbl  prints  the  give type table to stdout.  It will print it in one of two formats: internal style and
       ASN.1 stlye.  The internal style shows the contents of the type  table  data  structure  in  ASN.1  value
       notation.   You  will  need to look at the tbl.asn1 file to understand the internal form.  The ASN.1 form
       attempts to re-create the ASN.1 that generated the given type table.

Files

snacc/tbl-tools/ptbl/       Source code for the ptbl program  snacc/asn1specs/tbl.asn1  ASN.1  definition
                                   for the type table data structure

Name

       ptbl - print a type table

Options

-a     Print the table in ASN.1 style (recommended)

Synopsis

       ptbl [-a] <tbl-file>

See Also