aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ansi_683.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofGuy Harris1-100/+53
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-7/+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-10-23From Michael Lum: register with the ANSI A-interface dissector.Guy Harris1-9/+3
svn path=/trunk/; revision=8755
2003-10-06From Michael Lum:Guy Harris1-0/+2152
IS-637-A (SMS) support IS-683-A (OTA) support ANSI MAP updates Fix a typo in the previous checkin. svn path=/trunk/; revision=8628