aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-20Get rid of Warnings.etxrab1-10/+10
2011-10-19Let subdissectors have a stab at the packet even if it's cut short.etxrab1-75/+85
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-09-27Get rid of check_col, while at it set ENC.etxrab1-14/+10
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-27/+27
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-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-6/+6
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-63/+63
2010-04-06#include <stdio.h> not needed.wmeier1-7/+6
2009-10-11Make all proto_* values static.stig1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-3/+3
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-18From Kovarththanan Rajaratnam via bug 3548:stig1-18/+18
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-5/+5
2009-03-23Removed some "statement not reached" warnings.stig1-4/+4
2009-03-09Corrected oid names.stig1-3/+3
2009-02-07#include <epan/conversation.h> not req'd ...wmeier1-7/+6
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-7/+6
2008-12-15Do find_dissector_table("ber.oid") during startupwmeier1-3/+2
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-5/+5
2008-09-14Use the unmodified DialoguePDUs ASN1 file.etxrab1-454/+445
2008-09-14Remove the rest of the ANSI TCAP stuff.etxrab1-543/+50
2008-09-13Start to get rid of the "old" ANSI TCAP stuff.etxrab1-674/+31
2008-09-13Use original UnidialoguePDUs.etxrab1-147/+241
2008-07-26Get rid of some unused code warnings.etxrab1-89/+25
2008-04-16sccp_ssn_table is not used so remove it. The handoff function does not need ...morriss1-15/+6
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-26/+27
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2007-12-06fix field attributes handling for tagged typeskukosa1-4/+4
2007-11-13From Florent DROUIN:etxrab1-92/+29
2007-11-07Update to use the -X and -T asn2wrs flags.etxrab1-770/+572
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pa...morriss1-28/+42
2007-09-12Use the new ANSI TCAP dissector.etxrab1-2/+2
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-2/+2
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.etxrab1-5/+44
2007-07-30From Florent Drouin:morriss1-12/+14
2007-07-27From Florent Drouin:morriss1-132/+219
2007-07-27- use #.FN_HDR where #.FN_BODY is not necessarykukosa1-47/+79
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where wemorriss1-43/+50
2007-07-13From Florent Drouin: fix for bug http://bugs.wireshark.org/bugzilla/show_bug....morriss1-3/+6
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-154/+154
2007-05-15actx in the rest of dissect_ber..()letxrab1-39/+39
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-506/+507
2007-05-06Start introducing actx to ber functions.etxrab1-119/+119
2007-04-23From Florent DROUIN:etxrab1-19/+14
2007-04-23TCAP: Fix up indentation a bit.etxrab1-76/+79
2007-04-23Mark all the items for TCAP statistics as generatedmorriss1-39/+41