Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
857d11b2
Commit
857d11b2
authored
Feb 22, 2006
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
defaults
parent
981c2fd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
skeletons/asn-decoder-template.c
skeletons/asn-decoder-template.c
+4
-4
No files found.
skeletons/asn-decoder-template.c
View file @
857d11b2
...
...
@@ -151,14 +151,14 @@ main(int ac, char **av) {
fprintf
(
stderr
,
"Where options are:
\n
"
);
if
(
pduType
->
uper_decoder
)
fprintf
(
stderr
,
" -iper
(I) Input is in Unaligned PER (Packed Encoding Rules
)
\n
"
);
" -iper
Input is in Unaligned PER (Packed Encoding Rules) (DEFAULT
)
\n
"
);
fprintf
(
stderr
,
" -iber
%s Input is in BER (Basic Encoding Rules)
\n
"
,
iform
==
INP_PER
?
"
"
:
"(I
)"
);
" -iber
Input is in BER (Basic Encoding Rules)%s
\n
"
,
iform
==
INP_PER
?
"
"
:
" (DEFAULT
)"
);
fprintf
(
stderr
,
" -ixer Input is in XER (XML Encoding Rules)
\n
"
" -oder Output in DER (Distinguished Encoding Rules)
\n
"
" -oxer
(O) Output in XER (XML Encoding Rules
)
\n
"
" -oxer
Output in XER (XML Encoding Rules) (DEFAULT
)
\n
"
" -otext Output in plain semi-structured text (dump)
\n
"
" -onull Verify (decode) input, but do not output
\n
"
);
#ifdef ASN_PDU_COLLECTION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment