aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gsm_a.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-19From Michael Lum:guy1-16/+474
GSM A facility element decoding; make TCAP dissector export routines for use by various GSM dissectors; make GSM MAP dissector use exported TCAP routines/defines; GSM Supplementary Services support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10409 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-20Changes required to match GSM SMS dissector changes.guy1-9/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10128 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-21Compiling with -pedantic:jmayer1-3/+3
warning: comma at end of enumerator list git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9383 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-17removed some more MSVC warnings (type casting)ulfl1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9332 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-09From Michael Lum:guy1-69/+105
new taps for GSM A-interface; fixes for ANSI A-interface taps. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9220 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofguy1-307/+260
dissectors had. Instead, rename it "other_decode_bitfield_value()", put it in "epan/to_str.c", and make "decode_bitfield_value()" use it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9213 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-16Export "protocol_t" as an opaque type.guy1-19/+1
Make "proto_is_protocol_enabled()" and "proto_get_protocol_short_name()" take a "protocol_t *" as an argument, so they don't have to look up the "protocol_t" - this will probably speed them up considerably, and they're called on almost every dissector handoff. Get rid of a number of "proto_is_protocol_enabled()" calls that aren't necessary (dissectors called through handles, including those called through dissector tables, or called as heuristic dissectors, aren't even called if their protocol isn't enabled). Change some direct dissector calls to go through handles. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8979 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-09From Michael Lum get rid of non-portable "%N$" constructs in printfguy1-60/+51
formats. Use "%u", not "%d", to print unsigned quantities. Get rid of includes of <gmodule.h> (we're not loading any code at run-time in the dissector itself), and <sys/types.h> and <netinet/in.h> (we shouldn't need either of those). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8921 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-02From Michael Lum: Add decode of Bearer Capability parameter.gerald1-3/+1134
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8860 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-30From Michael Lum: dissect DTAP from RANAP NAS PDU fields.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8835 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-30Definitions of arrays, with no length specified, are not legal C.guy1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8830 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-30From Michael Lum:guy1-0/+9780
GSM BSSMAP (GSM 08.08) support GSM DTAP (3GPP TS 24.008) support GSM SMS (3GPP TS 24.011) support GSM SS (3GPP TS 24.080) support GSM SMS TPDU (3GPP TS 23.040) support git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8826 f5534014-38df-0310-8fa8-9805f1628bb7