aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-camel.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-11Add a little more code to avoid not-very-useful blurbs: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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32748 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-11Regenerate a few of the ASN.1 dissectorsmorriss1-469/+469
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32742 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <stdio.h> not needed.wmeier1-10/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-26Fix a gcc -Wshadow warningwmeier1-27/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31684 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-26Remove redundant codeetxrab1-191/+4
(the local variable 'opcode' seems to be set but is never used.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31683 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-17Get rid of check_col();etxrab1-20/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31544 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-02Update to V9.0.0 (2009-12)etxrab1-57/+55
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31413 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-01Update to V9.0.0 (2009-12)etxrab1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31404 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-11Make all proto_* values static.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30516 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30454 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-06s/col_add_fstr/col_add_strkrj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29727 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-1/+1
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29726 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-21Sanitize epan includeskrj1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29499 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29345 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28848 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-13/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-16Removed some non-ASCII characters.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27736 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-12/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27390 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27037 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-07asn2wrs regenerated files: see SVN #26728wmeier1-87/+93
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26729 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-12/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-25Add value_string to dissect_q931_cause_ie().etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26267 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-23From Vasil Velichkov:etxrab1-2/+18
Fix dissection of Location and Generic Number in CAMEL http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2494 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25149 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).etxrab1-28/+28
Unused variables fix to camel. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24106 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24015 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-03- MAP-MS-DataTypes.asn Add Idetxrab1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23999 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-08Apply yet another set of the optimization patches:etxrab1-2/+2
-set_str2add_str_val_to_str git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23406 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-29OID name fixes.etxrab1-17/+218
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22729 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22651 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-24From Florent Drouin:etxrab1-38/+115
- add a subtree to the ApplyChargingXX Report - add a subtree to ReleaseCall and ReleaseSMS - synchronize Unix and Windows makefile. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22396 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-23Fix bugetxrab1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22391 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-13From Florent DROUIN:etxrab1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22299 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-07Make hf fileds for ARGGUMENT RESULT and ERROR parameters.etxrab1-149/+529
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22266 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-05Try to get rid of the warnings.etxrab1-68/+63
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22250 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-05New Camel dissector built with -X and -T option and origninal ASN1 files.etxrab1-3219/+2525
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22245 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-10Updated GSM MAP to use the latest asn1 original files.etxrab1-41/+41
MAP-dalouge and gsm_ss is included in this dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22069 f5534014-38df-0310-8fa8-9805f1628bb7
2007-06-02Camel regenerated with the -X optionetxrab1-2781/+1476
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22024 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-645/+645
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21889 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-15actx in the rest of dissect_ber..()letxrab1-113/+113
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21773 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-1632/+1641
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-06Start introducing actx to ber functions.etxrab1-434/+434
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21705 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-18Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectlyetxrab1-20/+6
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1543 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21471 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:lego1-1/+3
Add a table of DPCs and SSNs that allow to override the protocol that would be choosen so that the same SSN can use two different protocols in two different DPCs. I did not believe it someone could have done it, then I saw the captures... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21321 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵sahlberg1-774/+774
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-17From Florent Drouin:etxrab1-425/+942
Update the Camel dissector to have the same structure as the gsm map dissector. Now the dissector correctly handles the Tcap return error component. Some improvement have been made for ApplyChargingReport too. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20835 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-19From Florent Drouin:etxrab1-172/+295
Update the Camel ASN1 definition to version 3GPP TS 29.078 7.3.0 Release 7. Some definitions for element SIZE have been replaced to use the capSpecificBound variables, and some decoding problemes, like for Establish temporary connection have been solved. I did notice that the CalledPartyBCDNumber (ISDN-AddressString (1..9) ) is not inline with the last definition (1..41), but I did not update it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20153 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t ↵etxrab1-1/+1
to static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20062 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-26Fix more Ubuntu warnings.etxrab1-117/+83
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19711 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-25Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.etxrab1-998/+72
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19688 f5534014-38df-0310-8fa8-9805f1628bb7