aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
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-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-6/+6
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-63/+63
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
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-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-18/+18
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-5/+5
2009-03-23Removed some "statement not reached" warnings.Stig Bjørlykke1-4/+4
2009-03-09Corrected oid names.Stig Bjørlykke1-3/+3
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-7/+6
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2008-12-15Do find_dissector_table("ber.oid") during startupBill Meier1-3/+2
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-5/+5
2008-09-14Use the unmodified DialoguePDUs ASN1 file.Anders Broman1-454/+445
2008-09-14Remove the rest of the ANSI TCAP stuff.Anders Broman1-543/+50
2008-09-13Start to get rid of the "old" ANSI TCAP stuff.Anders Broman1-674/+31
2008-09-13Use original UnidialoguePDUs.Anders Broman1-147/+241
2008-07-26Get rid of some unused code warnings.Anders Broman1-89/+25
2008-04-16sccp_ssn_table is not used so remove it. The handoff function does not need ...Jeff Morriss1-15/+6
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-26/+27
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
2007-12-06fix field attributes handling for tagged typesTomas Kukosa1-4/+4
2007-11-13From Florent DROUIN:Anders Broman1-92/+29
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-770/+572
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pa...Jeff Morriss1-28/+42
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-2/+2
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.Anders Broman1-5/+44
2007-07-30From Florent Drouin:Jeff Morriss1-12/+14
2007-07-27From Florent Drouin:Jeff Morriss1-132/+219
2007-07-27- use #.FN_HDR where #.FN_BODY is not necessaryTomas Kukosa1-47/+79
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where weJeff Morriss1-43/+50
2007-07-13From Florent Drouin: fix for bug http://bugs.wireshark.org/bugzilla/show_bug....Jeff Morriss1-3/+6
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-154/+154
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-39/+39
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-506/+507
2007-05-06Start introducing actx to ber functions.Anders Broman1-119/+119
2007-04-23From Florent DROUIN:Anders Broman1-19/+14
2007-04-23TCAP: Fix up indentation a bit.Anders Broman1-76/+79
2007-04-23Mark all the items for TCAP statistics as generatedJeff Morriss1-39/+41
2007-04-23Formating changes and align a bit to spec.Anders Broman1-23/+36
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.Anders Broman1-29/+54
2007-04-21Put some missing TAG:s in the tree if internal BER fields shown.Anders Broman1-26/+39
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-6/+33
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-205/+205