diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-05-10 05:58:06 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-05-10 05:58:06 +0000 |
commit | 102bb4be54f5ccd8536509bd2ffe99bd90612742 (patch) | |
tree | b3e79fcb536234a1a187ec34369c27ca927e30bc /epan/dissectors/packet-h235.c | |
parent | 535731ccecc4e517e39562f0373ae56ce5782011 (diff) | |
download | wireshark-102bb4be54f5ccd8536509bd2ffe99bd90612742.tar.gz wireshark-102bb4be54f5ccd8536509bd2ffe99bd90612742.tar.bz2 wireshark-102bb4be54f5ccd8536509bd2ffe99bd90612742.zip |
Preparations to be able to handle unaligned PER.
svn path=/trunk/; revision=18119
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r-- | epan/dissectors/packet-h235.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c index 6990741f10..9270104658 100644 --- a/epan/dissectors/packet-h235.c +++ b/epan/dissectors/packet-h235.c @@ -1,7 +1,7 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Ethereal dissector compiler */ -/* ./packet-h235.c */ -/* ../../tools/asn2eth.py -X -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn */ +/* .\packet-h235.c */ +/* ../../tools/asn2eth.py -X -e -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn */ /* Input file: packet-h235-template.c */ |