aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tcap/packet-tcap-template.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-14Consistent white space.Guy Harris1-756/+761
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-1/+8
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-22/+11
2014-06-17Convert tcap dissector to wmemEvan Huus1-14/+14
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+2
2014-05-08TCAP: set a fence on info column after calling sub dissectorPascal Quantin1-1/+3
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-20/+20
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann1-6/+1832
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-28Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann1-2/+2
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-1/+1
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