| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=10128
|
|
|
|
|
|
| |
warning: comma at end of enumerator list
svn path=/trunk/; revision=9383
|
|
|
|
| |
svn path=/trunk/; revision=9332
|
|
|
|
|
|
|
|
| |
new taps for GSM A-interface;
fixes for ANSI A-interface taps.
svn path=/trunk/; revision=9220
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=8860
|
|
|
|
| |
svn path=/trunk/; revision=8835
|
|
|
|
| |
svn path=/trunk/; revision=8830
|
|
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
|