aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
AgeCommit message (Expand)AuthorFilesLines
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 Quantin2-11/+11
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-11/+11
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-1/+3
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2-27/+27
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss21-32/+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 Mann2-19/+820
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-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
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-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard7-95/+95
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-12/+6
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-3/+17
2013-05-07Another set of asn1 protocols can now be generated with cmakeJörg Mayer1-0/+50
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-19From beroset:Anders Broman1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+3
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-28Revert r21471: previous decoding of APN was matching 3GPP 23.003 chapter 9.1 ...Pascal Quantin1-1/+16
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-08-22Add French National parameter https://bugs.wireshark.org/bugzilla/show_bug.cg...Anders Broman1-1/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-4/+4
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-03-26In dissect_invokeData(), fixup the default case of the switch statement. Fix...Chris Maynard1-33/+35
2011-11-02Handle differences in Camel V2Anders Broman4-39/+210
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-34/+34
2011-10-12Update the Camel and MAP ASN.1 files.Anders Broman12-26/+43
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-10/+6
2011-04-06Add a commentAnders Broman1-0/+15
2011-04-06Missing decoding for CalledPartyBCD number in CAMELAnders Broman2-0/+14
2010-11-12Update Camel to TS 29.078 9.2.0 (2010-06)Anders Broman12-201/+230
2010-11-07Make the changes from:Anders Broman1-1/+1
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-01-26Fix a gcc -Wshadow warningBill Meier1-27/+27
2010-01-26Remove redundant codeAnders Broman2-114/+1
2010-01-17Get rid of check_col();Anders Broman2-17/+11
2010-01-02Update to V9.0.0 (2009-12)Anders Broman14-36/+34
2010-01-01Update to V9.0.0 (2009-12)Anders Broman2-2/+2
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-10gsmmap -> gsm_map to make directory name consistent with filenamesKovarththanan Rajaratnam2-4/+4
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
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