aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tcap/packet-tcap-template.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-20Get rid of Warnings.etxrab1-8/+8
2011-10-19Let subdissectors have a stab at the packet even if it's cut short.etxrab1-60/+61
2011-09-27Get rid of check_col, while at it set ENC.etxrab1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-9/+9
2010-06-04tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID. Just use siz...morriss1-8/+8
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
2009-10-11Make all proto_* values static.stig1-1/+1
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-06-23From Kovarththanan Rajaratnam:stig1-7/+7
2009-02-07#include <epan/conversation.h> not req'd ...wmeier1-1/+0
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
2008-12-15Do find_dissector_table("ber.oid") during startupwmeier1-3/+2
2008-09-14Remove the rest of the ANSI TCAP stuff.etxrab1-21/+0
2008-09-13Start to get rid of the "old" ANSI TCAP stuff.etxrab1-52/+0
2008-04-16sccp_ssn_table is not used so remove it. The handoff function does not need ...morriss1-11/+2
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-3/+4
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pa...morriss1-26/+40
2007-09-12Use the new ANSI TCAP dissector.etxrab1-2/+2
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.etxrab1-0/+39
2007-07-30From Florent Drouin:morriss1-6/+8
2007-07-27From Florent Drouin:morriss1-74/+92
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-1/+1
2007-05-15actx in the rest of dissect_ber..()letxrab1-5/+5
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-51/+48
2007-04-23TCAP: Fix up indentation a bit.etxrab1-69/+69
2007-04-23Mark all the items for TCAP statistics as generatedmorriss1-37/+39
2007-04-23and the missing files ...etxrab1-1/+1
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.etxrab1-4/+2
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:lego1-1/+28
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-2/+2
2006-10-03From Florent.Drouin@alcatel.fr:etxrab1-0/+16
2006-09-27From Florent Drouin:etxrab1-9/+287
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-1/+2
2006-05-21name changesahlberg1-2/+2
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()etxrab1-1/+1
2005-12-18If we're going to use a handle for the data handle, we need to get aguy1-1/+2
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...lego1-52/+70
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab1-2/+0
2005-12-13Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.lego1-1/+1
2005-11-26Get rid of unused global variables.guy1-5/+0
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-2/+2
2005-08-18From Tim Endean:etxrab1-6/+27
2005-07-12Fix some more signed vs. unsigned warnings.guy1-3/+3
2005-06-23From Valery Vybornov:etxrab1-0/+4
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-52/+49