aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ansi_637.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-09From Michael Lum: fix incorrect switch values which resulted in NULLguy1-9/+9
strings being passed to ..._add_text(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9215 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofguy1-103/+56
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-13/+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-10-22From Michael Lum:guy1-276/+1049
BSSAP (GSM 08.06)/BSAP (IOS 4.0.1) support IOS 4.0.1 support Add Transport Layer support to ANSI IS-637-A dissector git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8751 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-06From Michael Lum:guy1-0/+1223
IS-637-A (SMS) support IS-683-A (OTA) support ANSI MAP updates Fix a typo in the previous checkin. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8628 f5534014-38df-0310-8fa8-9805f1628bb7