aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-camel.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-13/+0
Fixes bug 9886 Change-Id: I8624ef1c5874aea5521d21c998510fc29c838936 Reviewed-on: https://code.wireshark.org/review/657 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate ↵Bill Meier1-18/+18
dissectors. Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4 Reviewed-on: https://code.wireshark.org/review/412 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-11/+9
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-01-14Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54779
2013-12-30gcamel_StatSRT is set by the CLI CAMEL tap, so it can't be static.Guy Harris1-9/+10
svn path=/trunk/; revision=54502
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors ↵Michael Mann1-28/+730
themselves instead of being part of epan directory. svn path=/trunk/; revision=54499
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-9/+10
svn path=/trunk/; revision=53769
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-7/+11
svn path=/trunk/; revision=53510
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to ↵Michael Mann1-1/+1
subdissectors found with dissector_try_string_new. The intention is to aid in the removal of pinfo->private_data use as well as static global variables in a dissector. For now, all calls to call_ber_oid_callback have the data parameter set to NULL. svn path=/trunk/; revision=52994
2013-10-28initialize tree variablesMartin Kaiser1-3/+3
svn path=/trunk/; revision=52920
2013-10-28Pass tcap_private into the dissectors that need it rather than use ↵Michael Mann1-36/+34
private_data. Not sure if value_ptr is the "proper" place to pass tcap_private "internally" within the TCAP dissector, but it gets away from (potential) private_data (ab)use. svn path=/trunk/; revision=52916
2013-07-03expert_add_info_format_text + proto_tree_add_text = ↵Michael Mann1-12/+6
proto_tree_add_expert_format, where applicable. svn path=/trunk/; revision=50377
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-10/+24
NOTE: Kerberos ASN.1 template was updated, but not generated to source. svn path=/trunk/; revision=49707
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin1-179/+179
incompatible filters in ASN.1 dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
svn path=/trunk/; revision=48820
2013-03-19From beroset:Anders Broman1-2/+2
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48429
2013-01-15Based on http://ask.wireshark.org/questions/17661/tcap-decoding-bug :Jeff Morriss1-2/+2
Register the Camel dissector for SSN 146 instead of (GSM MAP's) SSN 6-9. Looks like the 6-9 list was a carryover from when this dissector was created based on the GSM MAP dissector. svn path=/trunk/; revision=47097
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
svn path=/trunk/; revision=46292
2012-09-28Revert r21471: previous decoding of APN was matching 3GPP 23.003 chapter 9.1 ↵Pascal Quantin1-2/+12
and the pcap file attached to bug 1543 is not valid svn path=/trunk/; revision=45194
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-9/+9
svn path=/trunk/; revision=45110
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-110/+110
svn path=/trunk/; revision=44861
2012-08-22Add French National parameter ↵Anders Broman1-0/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7656 svn path=/trunk/; revision=44612
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-4/+4
proto_tree_add_item() calls. svn path=/trunk/; revision=42478
2012-03-26In dissect_invokeData(), fixup the default case of the switch statement. ↵Chris Maynard1-45/+47
Fixes 2 instances of Coverity CID 813: UNREACHABLE. svn path=/trunk/; revision=41775
2011-11-02Handle differences in Camel V2Anders Broman1-47/+313
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3911 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6474 svn path=/trunk/; revision=39715
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-34/+34
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-12Update the Camel and MAP ASN.1 files.Anders Broman1-5/+63
svn path=/trunk/; revision=39386
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-19/+19
svn path=/trunk/; revision=37118
2011-04-06Add a commentAnders Broman1-0/+15
svn path=/trunk/; revision=36490
2011-04-06Missing decoding for CalledPartyBCD number in CAMELAnders Broman1-10/+23
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5788 svn path=/trunk/; revision=36488
2010-11-12Update Camel to TS 29.078 9.2.0 (2010-06)Anders Broman1-13/+60
svn path=/trunk/; revision=34849
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-2/+2
Sort certain value_string arrays so the values are in ascending order; Use val_to_str_ext() instead of for loops to do value_string array lookups (voip_calls.c). Minor whitespace cleanup. svn path=/trunk/; revision=34794
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-82/+82
- Change spaces in the name to underscores before comparing it to the blurb. - Check if the type simply as T_ prepended to the name. - Don't put in a blurb of "NULL". and regenerate the dissectors. svn path=/trunk/; revision=32748
2010-05-11Regenerate a few of the ASN.1 dissectorsJeff Morriss1-469/+469
svn path=/trunk/; revision=32742
2010-04-06#include <stdio.h> not needed.Bill Meier1-10/+9
svn path=/trunk/; revision=32405
2010-01-26Fix a gcc -Wshadow warningBill Meier1-27/+27
svn path=/trunk/; revision=31684
2010-01-26Remove redundant codeAnders Broman1-191/+4
(the local variable 'opcode' seems to be set but is never used.) svn path=/trunk/; revision=31683
2010-01-17Get rid of check_col();Anders Broman1-20/+14
svn path=/trunk/; revision=31544
2010-01-02Update to V9.0.0 (2009-12)Anders Broman1-57/+55
svn path=/trunk/; revision=31413
2010-01-01Update to V9.0.0 (2009-12)Anders Broman1-4/+4
svn path=/trunk/; revision=31404
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=30454
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29727
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984 svn path=/trunk/; revision=29726
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=29499
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
svn path=/trunk/; revision=29345
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-10/+10
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-137/+137
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770