diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-03-13 13:26:13 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-03-13 13:26:13 +0000 |
commit | fd19aa7c890996fa9d43440ea5c26433c486f059 (patch) | |
tree | 97ef9e04a7bf80c7438f281ab2b1628bff90efef /epan/dissectors/packet-h248.h | |
parent | 16a7f0db082224083f55c3266fd7c5682f04d671 (diff) | |
download | wireshark-fd19aa7c890996fa9d43440ea5c26433c486f059.tar.gz wireshark-fd19aa7c890996fa9d43440ea5c26433c486f059.tar.bz2 wireshark-fd19aa7c890996fa9d43440ea5c26433c486f059.zip |
H.248 Annex E dissector does not properly dissect event parameters
(Update the h.248 dissector's package registration to support v1 packets.)
Applying part of the patch from Alex Lindberg in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6915 by hand.
Fixes bug
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4842
svn path=/trunk/; revision=41526
Diffstat (limited to 'epan/dissectors/packet-h248.h')
-rw-r--r-- | epan/dissectors/packet-h248.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248.h b/epan/dissectors/packet-h248.h index c798050291..a117ac6143 100644 --- a/epan/dissectors/packet-h248.h +++ b/epan/dissectors/packet-h248.h @@ -1,7 +1,7 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Wireshark dissector compiler */ /* packet-h248.h */ -/* ../../../tools/asn2wrs.py -b -p h248 -c ../../../asn1/h248/h248.cnf -s ../../../asn1/h248/packet-h248-template -D ../../../asn1/h248 -O ../../../epan/dissectors h248v3.asn h248v1support.asn */ +/* ../../tools/asn2wrs.py -b -p h248 -c ./h248.cnf -s ./packet-h248-template -D . -O ../../epan/dissectors h248v3.asn h248v1support.asn */ /* Input file: packet-h248-template.h */ |