From 44741873733949a977e18c0ae475fee04fa6e643 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 29 Jul 2020 15:33:41 +0300 Subject: [PATCH] pdb's pp1 mention --- pyderasn.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyderasn.py b/pyderasn.py index 4b690f7..7ca25aa 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -355,6 +355,11 @@ Let's parse that output, human:: (and its derivatives), ``SET``, ``SET OF``, ``UTCTime``, ``GeneralizedTime`` could be BERed. +Also it could be helpful to add quick ASN.1 pprinting command in your +pdb's configuration file:: + + alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get("OID_STR_TO_NAME", {}),))) + .. _definedby: DEFINED BY -- 2.44.0