aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tcap/packet-tcap-template.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-20Get rid of Warnings.Anders Broman1-8/+8
2011-10-19Let subdissectors have a stab at the packet even if it's cut short.Anders Broman1-60/+61
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-9/+9
2010-06-04tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID. Just use siz...Jeff Morriss1-8/+8
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-7/+7
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-1/+0
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-12-15Do find_dissector_table("ber.oid") during startupBill Meier1-3/+2
2008-09-14Remove the rest of the ANSI TCAP stuff.Anders Broman1-21/+0
2008-09-13Start to get rid of the "old" ANSI TCAP stuff.Anders Broman1-52/+0
2008-04-16sccp_ssn_table is not used so remove it. The handoff function does not need ...Jeff Morriss1-11/+2
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-3/+4
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pa...Jeff Morriss1-26/+40
2007-09-12Use the new ANSI TCAP dissector.Anders Broman1-2/+2
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.Anders Broman1-0/+39
2007-07-30From Florent Drouin:Jeff Morriss1-6/+8
2007-07-27From Florent Drouin:Jeff Morriss1-74/+92
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-1/+1
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-5/+5
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-51/+48
2007-04-23TCAP: Fix up indentation a bit.Anders Broman1-69/+69
2007-04-23Mark all the items for TCAP statistics as generatedJeff Morriss1-37/+39
2007-04-23and the missing files ...Anders Broman1-1/+1
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.Anders Broman1-4/+2
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-1/+28
2006-12-07Revert some dissector_handle_t to static changes to make it compile again.Anders Broman1-2/+2
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-2/+2
2006-10-03From Florent.Drouin@alcatel.fr:Anders Broman1-0/+16
2006-09-27From Florent Drouin:Anders Broman1-9/+287
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-1/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()Anders Broman1-1/+1
2005-12-18If we're going to use a handle for the data handle, we need to get aGuy Harris1-1/+2
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...Luis Ontanon1-52/+70
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman1-2/+0
2005-12-13Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.Luis Ontanon1-1/+1
2005-11-26Get rid of unused global variables.Guy Harris1-5/+0
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-2/+2
2005-08-18From Tim Endean:Anders Broman1-6/+27
2005-07-12Fix some more signed vs. unsigned warnings.Guy Harris1-3/+3
2005-06-23From Valery Vybornov:Anders Broman1-0/+4