aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gsm_a.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes required to match GSM SMS dissector changes.Guy Harris2004-02-201-9/+2
| | | | svn path=/trunk/; revision=10128
* Compiling with -pedantic:Jörg Mayer2003-12-211-3/+3
| | | | | | warning: comma at end of enumerator list svn path=/trunk/; revision=9383
* removed some more MSVC warnings (type casting)Ulf Lamping2003-12-171-6/+6
| | | | svn path=/trunk/; revision=9332
* From Michael Lum:Guy Harris2003-12-091-69/+105
| | | | | | | | new taps for GSM A-interface; fixes for ANSI A-interface taps. svn path=/trunk/; revision=9220
* Get rid of the private "my_decode_bitfield_value()" a number ofGuy Harris2003-12-081-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
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-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
* From Michael Lum get rid of non-portable "%N$" constructs in printfGuy Harris2003-11-091-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
* From Michael Lum: Add decode of Bearer Capability parameter.Gerald Combs2003-11-021-3/+1134
| | | | svn path=/trunk/; revision=8860
* From Michael Lum: dissect DTAP from RANAP NAS PDU fields.Guy Harris2003-10-301-1/+2
| | | | svn path=/trunk/; revision=8835
* Definitions of arrays, with no length specified, are not legal C.Guy Harris2003-10-301-3/+1
| | | | svn path=/trunk/; revision=8830
* From Michael Lum:Guy Harris2003-10-301-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