aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-camel.c
AgeCommit message (Collapse)AuthorFilesLines
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
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-13/+13
svn path=/trunk/; revision=28379
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27736
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-12/+11
svn path=/trunk/; revision=27390
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
svn path=/trunk/; revision=27037
2008-11-07asn2wrs regenerated files: see SVN #26728Bill Meier1-87/+93
svn path=/trunk/; revision=26729
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-12/+12
svn path=/trunk/; revision=26670
2008-09-25Add value_string to dissect_q931_cause_ie().Anders Broman1-1/+1
svn path=/trunk/; revision=26267
2008-04-23From Vasil Velichkov:Anders Broman1-2/+18
Fix dissection of Location and Generic Number in CAMEL http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2494 svn path=/trunk/; revision=25149
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).Anders Broman1-28/+28
Unused variables fix to camel. svn path=/trunk/; revision=24106
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2008-01-03- MAP-MS-DataTypes.asn Add IdAnders Broman1-56/+62
- Camel fix bug "bug in CAMEL ApplyCharging message." http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1719 - get rid of ber_last_created_item() - add decoding of ServiceInteractionIndicatorsTwo items svn path=/trunk/; revision=23999
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-2/+2
-set_str2add_str_val_to_str svn path=/trunk/; revision=23406
2007-08-29OID name fixes.Anders Broman1-17/+218
svn path=/trunk/; revision=22729
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-2/+2
svn path=/trunk/; revision=22651
2007-07-24From Florent Drouin:Anders Broman1-38/+115
- add a subtree to the ApplyChargingXX Report - add a subtree to ReleaseCall and ReleaseSMS - synchronize Unix and Windows makefile. svn path=/trunk/; revision=22396
2007-07-23Fix bugAnders Broman1-415/+691
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1699 Bad decoding of Camel PromptAndCollectUserInfo By fixing up the generation of HF vars for Arg etc Add an OID name to INAP. svn path=/trunk/; revision=22391
2007-07-13From Florent DROUIN:Anders Broman1-17/+14
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1652 patch to correct the decoding of Calling Party Number, and Called Party Number, when an implicit tag is used. svn path=/trunk/; revision=22299
2007-07-07Make hf fileds for ARGGUMENT RESULT and ERROR parameters.Anders Broman1-149/+529
svn path=/trunk/; revision=22266
2007-07-05Try to get rid of the warnings.Anders Broman1-68/+63
svn path=/trunk/; revision=22250
2007-07-05New Camel dissector built with -X and -T option and origninal ASN1 files.Anders Broman1-3219/+2525
svn path=/trunk/; revision=22245
2007-06-10Updated GSM MAP to use the latest asn1 original files.Anders Broman1-41/+41
MAP-dalouge and gsm_ss is included in this dissector. svn path=/trunk/; revision=22069
2007-06-02Camel regenerated with the -X optionAnders Broman1-2781/+1476
svn path=/trunk/; revision=22024
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-645/+645
svn path=/trunk/; revision=21889
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-113/+113
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1632/+1641
svn path=/trunk/; revision=21753
2007-05-06Start introducing actx to ber functions.Anders Broman1-434/+434
svn path=/trunk/; revision=21705