aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel/packet-camel-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-1621/+0
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-25/+25
2016-01-23Fix template files to refer directly to pinfo->abs_ts.Guy Harris1-3/+3
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-5/+5
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-3/+3
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-9/+2
2015-08-26Camel: fix indent (use 2 spaces)Alexis La Goutte1-1/+1
2015-08-25[Camel] The tags used in EstablishTemporaryConnectionArg differs in V2 andAndersBroman1-0/+2
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-20Camel: Fix indent (use 2 spaces) and add modelinesAlexis La Goutte1-123/+137
2015-08-06Fixup stat_tap table freeing.Gerald Combs1-1/+7
2015-08-04Convert Camel tap stats to new "generic stat API".Gerald Combs1-13/+106
2015-07-04asn1: 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