aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gsm_a.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-21Compiling with -pedantic:Jörg Mayer1-3/+3
warning: comma at end of enumerator list svn path=/trunk/; revision=9383
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping1-6/+6
svn path=/trunk/; revision=9332
2003-12-09From Michael Lum:Guy Harris1-69/+105
new taps for GSM A-interface; fixes for ANSI A-interface taps. svn path=/trunk/; revision=9220
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofGuy Harris1-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. svn path=/trunk/; revision=9213
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-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. svn path=/trunk/; revision=8979
2003-11-09From Michael Lum get rid of non-portable "%N$" constructs in printfGuy Harris1-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). svn path=/trunk/; revision=8921
2003-11-02From Michael Lum: Add decode of Bearer Capability parameter.Gerald Combs1-3/+1134
svn path=/trunk/; revision=8860
2003-10-30From Michael Lum: dissect DTAP from RANAP NAS PDU fields.Guy Harris1-1/+2
svn path=/trunk/; revision=8835
2003-10-30Definitions of arrays, with no length specified, are not legal C.Guy Harris1-3/+1
svn path=/trunk/; revision=8830
2003-10-30From Michael Lum:Guy Harris1-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 svn path=/trunk/; revision=8826