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