aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_abis_oml.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-26Harald Welte <laforge@gnumonks.org>Jörg Mayer1-12/+34
via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6792 This is a new dissector for the non-standard Ericsson OM2000 protocol, as it is used for the OML on A-bis of Ericsson RBS 2xxx BTSs. It also includes a dissector for a shim-layer protocol that Ericsson uses for IP-based A-bis like the RBS 2409. As the protocol is not publicly documented, I have invented the name "EHDLC" (Ericsson HLDC) for it. svn path=/trunk/; revision=41195
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
svn path=/trunk/; revision=40990
2012-02-05From Harald Welte:Anders Broman1-0/+2375
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