aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-6/+7
2013-10-28Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann1-2/+2
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-21/+21
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-15/+12
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-6/+6
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
2012-06-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7372 :Pascal Quantin1-8/+12
2011-11-20Get rid of Warnings.Anders Broman1-10/+10
2011-10-19Let subdissectors have a stab at the packet even if it's cut short.Anders Broman1-75/+85
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-14/+10
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-27/+27
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