From Harald Welte:

TThis is a new dissector for the GSM A-bis OML protocol as specified in TS
12.21,
including some Siemens and ip.access vendor-specific extensions.

The protocol is called from both classic ISDN (LAPD) based A-bis as well as the
gsm_ipa dissector.

- Fixed the encoding argument to proto_add_item()
- Removed Attribute as that does not compile on windows.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5784

svn path=/trunk/; revision=40851
This commit is contained in:
Anders Broman 2012-02-05 10:23:56 +00:00
parent 52859c5ee9
commit 5a281f8087
3 changed files with 2377 additions and 0 deletions

View File

@ -609,6 +609,7 @@ set(DISSECTOR_SRC
dissectors/packet-gsm_a_gm.c
dissectors/packet-gsm_a_rp.c
dissectors/packet-gsm_a_rr.c
dissectors/packet-gsm_abis_oml.c
dissectors/packet-gsm_bsslap.c
dissectors/packet-gsm_bssmap_le.c
dissectors/packet-gsm_cbch.c

View File

@ -527,6 +527,7 @@ DISSECTOR_SRC = \
packet-gsm_a_gm.c \
packet-gsm_a_rp.c \
packet-gsm_a_rr.c \
packet-gsm_abis_oml.c \
packet-gsm_bsslap.c \
packet-gsm_bssmap_le.c \
packet-gsm_cbch.c \

File diff suppressed because it is too large Load Diff