summaryrefslogtreecommitdiff
path: root/asn1/camel/packet-camel-template.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03asn1: split off cleanup routinesPeter Wu1-13/+9
2015-06-21Further refactor SRT stats.Michael Mann1-0/+42
2015-02-04[CAMEL] Dissect additionalCallingPartyNumber.AndersBroman1-0/+2
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-4/+2
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-9/+6
2014-06-19batch of manual tvb_length conversionsEvan Huus1-3/+3
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-3/+3
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-3/+3
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2013-12-30gcamel_StatSRT is set by the CLI CAMEL tap, so it can't be static.Guy Harris1-1/+2
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann1-19/+721
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+4
2013-10-28initialize tree variablesMartin Kaiser1-3/+3
2013-10-28Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann1-33/+31
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-0/+14
2013-03-19From beroset:Anders Broman1-2/+2
2013-01-15Based on http://ask.wireshark.org/questions/17661/tcap-decoding-bug :Jeff Morriss1-2/+2
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
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
2011-11-02Handle differences in Camel V2Anders Broman1-31/+120
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-34/+34
2011-04-06Missing decoding for CalledPartyBCD number in CAMELAnders Broman1-0/+3
2010-11-07Make the changes from:Anders Broman1-1/+1
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-01-26Remove redundant codeAnders Broman1-88/+1
2010-01-17Get rid of check_col();Anders Broman1-5/+3
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam1-1/+1
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-13/+13
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-1/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-07Minor cleanup related to proto_reg_handoff...Bill Meier1-78/+84
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).Anders Broman1-3/+3
2008-01-03- MAP-MS-DataTypes.asn Add IdAnders Broman1-0/+16
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-08-29OID name fixes.Anders Broman1-7/+108
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-07-24From Florent Drouin:Anders Broman1-5/+46
2007-07-23Fix bugAnders Broman1-3/+1
2007-07-07Make hf fileds for ARGGUMENT RESULT and ERROR parameters.Anders Broman1-2/+7
2007-07-05Try to get rid of the warnings.Anders Broman1-0/+1
2007-07-05New Camel dissector built with -X and -T option and origninal ASN1 files.Anders Broman1-381/+42