aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-205/+205
2007-01-01Use TransactionId to match ansi map responses to requests and fixetxrab1-21/+31
2006-12-07Revert some dissector_handle_t to static changes to make it compile again.etxrab1-2/+2
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-3/+3
2006-10-03From Florent.Drouin@alcatel.fr:etxrab1-2/+18
2006-09-27From Florent Drouin:etxrab1-99/+353
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-119/+119
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-6/+7
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()etxrab1-2/+2
2005-12-18If we're going to use a handle for the data handle, we need to get aguy1-3/+4
2005-12-17remove // commentslego1-7/+3
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...lego1-96/+137
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab1-3/+1
2005-12-13Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.lego1-1/+1
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-17/+54
2005-11-26Get rid of unused global variables.guy1-11/+6
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-16/+10
2005-08-18From Tim Endean:etxrab1-149/+232
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-18/+18
2005-07-12Fix some more signed vs. unsigned warnings.guy1-21/+21
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-37/+37
2005-06-23From Valery Vybornov:etxrab1-1/+5
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.sahlberg1-2/+2
2005-06-20move two functions that are not used by tcap and only used by gsm_a and gsm_s...sahlberg1-60/+0
2005-06-16Clean up white space.guy1-78/+71
2005-06-09From Tim Endean:etxrab1-2/+8
2005-06-08From Olivier Jacques, etxrab1-19/+20
2005-06-08From Tim Endean:etxrab1-1/+1
2005-06-07Some fixes from Tim Endeanetxrab1-97/+150
2005-06-07From Tim Endean:etxrab1-2413/+2394
2005-05-03Fix two places where we might loop infinitely, including the one found ingerald1-2/+10
2005-05-02Use the correct parameters in a function call.etxrab1-1/+1
2005-05-01Make sure we pass a positive length to proto_item_set_len().gerald1-0/+1
2005-04-30Fix a buffer overflow found during fuzz testing.gerald1-2/+2
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-01Improve handling of pinfo->private_dataetxrab1-1/+5
2005-01-31Put application context OID in pinfo->private data to be used by sub-dissecto...etxrab1-1/+4
2004-12-31Use "proto_tree_add_item()" to add a chunk of bytes to the protocolguy1-2/+2
2004-12-27Again, some warnings removed.ulfl1-2/+2
2004-12-26Again, some warnings removed.ulfl1-1/+1
2004-10-27Improve OID dissection and make it possible to call an "OID" Dissector for Di...etxrab1-31/+69
2004-10-17"ssn_range" needs to be a copy of "global_ssn_range", so that it's notguy1-1/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyguy1-5/+6
2004-10-15Don't declare functions inside functions - not all C compilers supportguy1-16/+19
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.guy1-25/+49
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-04From Jeff Morriss: the code path that's bypassed with the "if (tree)"guy1-16/+12
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2900