aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/tcap
AgeCommit message (Expand)AuthorFilesLines
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-10-08Remove unused NEED_PACKET_PROTO_H variablekrj1-1/+0
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-03-23Removed some "statement not reached" warnings.stig1-4/+4
2009-03-09Corrected oid names.stig1-2/+2
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-14Use the unmodified DialoguePDUs ASN1 file.etxrab3-105/+16
2008-09-14Remove the rest of the ANSI TCAP stuff.etxrab3-182/+10
2008-09-13Start to get rid of the "old" ANSI TCAP stuff.etxrab3-211/+2
2008-09-13Use original UnidialoguePDUs.etxrab3-35/+40
2008-09-13Move the ITU asn1 files to /tcapetxrab5-0/+292
2008-07-26Get rid of some unused code warnings.etxrab1-1/+4
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-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionskukosa1-1/+1
2007-11-13From Florent DROUIN:etxrab2-70/+7
2007-11-07Update to use the -X and -T asn2wrs flags.etxrab2-2/+2
2007-10-23Apply the small performance enhancment patches for:etxrab1-14/+14
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pa...morriss1-26/+40
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.jmayer1-1/+1
2007-10-10- Change Makefiles to include preincjmayer2-1/+3
2007-10-10Split tcap into tcap and ansi-tcap. Just assume that all thejmayer13-1442/+96
2007-09-17Updated tcap Makefile to also build ANSI TCAP on unix.stig1-2/+8
2007-09-17From Florent Drouin: malloc the size of the structure, not the size of a poin...morriss1-1/+1
2007-09-13Remove debug code.etxrab1-1/+0
2007-09-13Try to protect the hash table...etxrab2-7/+15
2007-09-12Warning fixes.etxrab2-7/+8
2007-09-12Use the new ANSI TCAP dissector.etxrab3-14/+156
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego2-2/+2
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-08-24From Chris Maynard:etxrab1-29/+5
2007-08-17Add code for finding sub dissectors.etxrab3-15/+120
2007-08-16Collect context data.etxrab3-5/+84
2007-08-15Change tcap_private to ansi_tcap_private.etxrab1-7/+7
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.etxrab1-0/+39
2007-08-14Update the makefileetxrab1-2/+21
2007-08-14Add files for ANSI TCAP.etxrab3-0/+391
2007-08-14Add the original TCAP ASN1 files.etxrab6-0/+659
2007-07-30From Florent Drouin:morriss2-8/+10
2007-07-27From Florent Drouin:morriss3-105/+201
2007-07-27- use #.FN_HDR where #.FN_BODY is not necessarykukosa1-21/+21
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where wemorriss1-39/+46