aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-camel.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Handle differences in Camel V2etxrab1-47/+313
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-34/+34
2011-10-12Update the Camel and MAP ASN.1 files.etxrab1-5/+63
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-19/+19
2011-04-06Add a commentetxrab1-0/+15
2011-04-06Missing decoding for CalledPartyBCD number in CAMELetxrab1-10/+23
2010-11-12Update Camel to TS 29.078 9.2.0 (2010-06)etxrab1-13/+60
2010-11-05Use value_string_ext fcns to access certain value_string arrays;wmeier1-2/+2
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-82/+82
2010-05-11Regenerate a few of the ASN.1 dissectorsmorriss1-469/+469
2010-04-06#include <stdio.h> not needed.wmeier1-10/+9
2010-01-26Fix a gcc -Wshadow warningwmeier1-27/+27
2010-01-26Remove redundant codeetxrab1-191/+4
2010-01-17Get rid of check_col();etxrab1-20/+14
2010-01-02Update to V9.0.0 (2009-12)etxrab1-57/+55
2010-01-01Update to V9.0.0 (2009-12)etxrab1-4/+4
2009-10-11Make all proto_* values static.stig1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-3/+3
2009-09-06s/col_add_fstr/col_add_strkrj1-1/+1
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-1/+1
2009-08-21Sanitize epan includeskrj1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-10/+10
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-137/+137
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-13/+13
2009-03-16Removed some non-ASCII characters.stig1-1/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-12/+11
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-11-07asn2wrs regenerated files: see SVN #26728wmeier1-87/+93
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-12/+12
2008-09-25Add value_string to dissect_q931_cause_ie().etxrab1-1/+1
2008-04-23From Vasil Velichkov:etxrab1-2/+18
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).etxrab1-28/+28
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2008-01-03- MAP-MS-DataTypes.asn Add Idetxrab1-56/+62
2007-11-08Apply yet another set of the optimization patches:etxrab1-2/+2
2007-08-29OID name fixes.etxrab1-17/+218
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-2/+2
2007-07-24From Florent Drouin:etxrab1-38/+115
2007-07-23Fix bugetxrab1-415/+691
2007-07-13From Florent DROUIN:etxrab1-17/+14
2007-07-07Make hf fileds for ARGGUMENT RESULT and ERROR parameters.etxrab1-149/+529
2007-07-05Try to get rid of the warnings.etxrab1-68/+63
2007-07-05New Camel dissector built with -X and -T option and origninal ASN1 files.etxrab1-3219/+2525
2007-06-10Updated GSM MAP to use the latest asn1 original files.etxrab1-41/+41
2007-06-02Camel regenerated with the -X optionetxrab1-2781/+1476
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-645/+645
2007-05-15actx in the rest of dissect_ber..()letxrab1-113/+113
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-1632/+1641
2007-05-06Start introducing actx to ber functions.etxrab1-434/+434