From Erwin van Eijk:

Add ETSI ts101671 dissector
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4543
I added dissection of 
	UmtsQos,
	IMSevent,
	LDIevent,
	TARGETACTIVITYMONITOR-1
	TARGETACTIVITYMONITORind,
	TARGETCOMMSMONITORind,
	TTRAFFICind,
	CTTRAFFICind
And used the original HI2Operations ASN1 file.l

svn path=/trunk/; revision=32053
This commit is contained in:
Anders Broman 2010-02-28 20:51:24 +00:00
parent eb4d702bfa
commit c126a3970b
4 changed files with 5482 additions and 0 deletions

View File

@ -2908,6 +2908,7 @@ Samu Varjonen <samu.varjonen [AT] hiit.fi> {
Alexis La Goutte <alexis.lagoutte [AT] gmail.com> {
Aruba ERM dissector
CAPWAP dissector
Miscellaneous ISAKMP enhancements
}
Varun Notibala <nbvarun [AT] gmail.com> {
@ -2978,6 +2979,10 @@ Tobias Erichsen <t.erichsen [AT] gmx.de> {
Apple network-midi session establishment dissector
}
Erwin van Eijk <erwin.vaneijk [AT] gmail.com> {
ETSI ts 101 671 dissector
}
and by:
Pavel Roskin <proski [AT] gnu.org>

View File

@ -1748,6 +1748,7 @@ AC_OUTPUT(
asn1/h450-ros/Makefile
asn1/h460/Makefile
asn1/h501/Makefile
asn1/HI2Operations/Makefile
asn1/hnbap/Makefile
asn1/inap/Makefile
asn1/kerberos/Makefile

View File

@ -162,6 +162,7 @@ DIRTY_ASN1_DISSECTOR_SRC = \
packet-ansi_map.c \
packet-gnm.c \
packet-gsm_map.c \
packet-HI2Operations.c \
packet-hnbap.c \
packet-inap.c \
packet-ldap.c \

File diff suppressed because it is too large Load Diff