diff options
author | Anders Broman <anders.broman@ericsson.com> | 2008-01-04 16:21:07 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2008-01-04 16:21:07 +0000 |
commit | de16039c51844659a660f4ece885764e3a23536b (patch) | |
tree | 9db96ec51c3524862d1f1e437665d5ffdaf77601 /epan/dissectors/packet-t125.h | |
parent | 039ad15bbf0dd8010449c1ec5d7d84c18854213a (diff) | |
download | wireshark-de16039c51844659a660f4ece885764e3a23536b.tar.gz wireshark-de16039c51844659a660f4ece885764e3a23536b.tar.bz2 wireshark-de16039c51844659a660f4ece885764e3a23536b.zip |
Get rid of dissect_ber_boolean_value() and change the signature of
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature.
Regenerate all BER dissectors.
svn path=/trunk/; revision=24015
Diffstat (limited to 'epan/dissectors/packet-t125.h')
-rw-r--r-- | epan/dissectors/packet-t125.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-t125.h b/epan/dissectors/packet-t125.h index b84a03f65e..8c3581a029 100644 --- a/epan/dissectors/packet-t125.h +++ b/epan/dissectors/packet-t125.h @@ -1,7 +1,7 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Wireshark dissector compiler */ /* packet-t125.h */ -/* ../../tools/asn2wrs.py -b -X -T -p t125 -c ./t125.cnf -s ./packet-t125-template -D . MCS-PROTOCOL.asn */ +/* ../../tools/asn2wrs.py -b -p t125 -c t125.cnf -s packet-t125-template MCS-PROTOCOL.asn */ /* Input file: packet-t125-template.h */ |