aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_tcap.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-10-27Have ANSI TCAP dissector pass data through subdissector parameter instead of ...Michael Mann1-4/+3
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus1-7/+7
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-23/+23
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-20svn path=/trunk/; revision=48440Anders Broman1-5/+7
2013-03-19From beroset:Anders Broman1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-44/+44
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-18make hash key session scopedMichael Mann1-18/+7
2012-08-18Mark a parameter as unused.Guy Harris1-7/+5
2012-08-18epan/dissectors/packet-ansi_tcap.c shouldn't be edited - it's generatedGuy Harris1-6/+4
2012-08-18Use capture scoped memory for hash table functionalityMichael Mann1-2/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-19Fix Warnings.Anders Broman1-6/+6
2011-11-17Add a dissector table for National operation codes.Anders Broman1-10/+18
2011-11-16Dissect national Opcode.Anders Broman1-25/+134
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-27/+27
2011-02-04Introduce preferences to set the strictness of Invoke/responseAnders Broman1-13/+46
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-06-29Decode parameters as ASN.1 directly and avoid interpreting as an OCTET STRING.Graeme Lunt1-41/+24
2010-06-04tcaphash_context_t.oid is of size LENGTH_OID+1, not LENGTH_OID. Just use siz...Jeff Morriss1-1/+1
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-18/+18
2010-05-11Regenerate a few of the ASN.1 dissectorsJeff Morriss1-51/+51
2010-04-06#include <stdio.h> not needed.Bill Meier1-6/+5
2010-01-13Remove redundant calls to check_col() in the .cnf files and regenerate.Anders Broman1-21/+14
2009-12-02Make it possible to match transaction Id:s for Conversation whereAnders Broman1-2/+14
2009-10-11Remove more unused variables/forward declarationsKovarththanan Rajaratnam1-9/+6
2009-10-11Make some ett/hf variables staticKovarththanan Rajaratnam1-6/+6
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-09-23Propagate the changes to the .cnf file so they don't get lost when regenerati...Anders Broman1-5/+5
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam1-7/+7
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-7/+7
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-11/+11
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-3/+3
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need check...Bill Meier1-191/+176
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-3/+2
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-2/+2
2008-10-13Remove unused prefs.h, conversation.h & data_handle; Fix typoBill Meier1-10/+6
2008-07-28Get rid of some unused code warnings.Anders Broman1-32/+21
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-6/+7
2008-01-17Hmmm. The previous ansi_tcap.cnf did not make valid code.Stig Bjørlykke1-1/+1
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-14/+12
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-328/+262
2007-11-12Replace strcpy()+strcat() with g_snprintf(). Make sure a string isn'tGerald Combs1-303/+362