aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmip.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-43/+30
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-31/+31
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-40/+38
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-10/+6
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann1-36/+41
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-15/+15
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-80/+80
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-20svn path=/trunk/; revision=48440Anders Broman1-8/+11
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-8/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-47/+47
2011-02-10Added a dissector table for AttributeId localForm.Stig Bjørlykke1-30/+48
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-47/+47
2010-05-11Regenerate a few of the ASN.1 dissectorsJeff Morriss1-261/+261
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-10/+8
2010-04-06#include <stdio.h> not needed.Bill Meier1-9/+8
2009-11-13Use correct opcode table for error values and regular values.Stig Bjørlykke1-48/+34
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-29/+29
2009-09-27Fix a possible dereference of null pointer when having no tree.Stig Bjørlykke1-13/+9
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-03Rework an assignment to keep static analyzers from complaining.Gerald Combs1-4/+4
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-30/+30
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-35/+35
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-9/+8
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-34/+34
2008-07-22Get rid of some unused code warnings.Anders Broman1-24/+24
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-5/+5
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman1-1378/+759
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-20/+20
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-830/+1469
2007-07-02Correct a copy paste error and rename fields.Anders Broman1-144/+144
2007-07-01Try to fix defined but not used warnings and use the nice new table function ...Anders Broman1-142/+92
2007-06-27Try to fix the last defined but not used warnings(again).Anders Broman1-591/+839
2007-06-26Try to fix the last defined but not used warnings.Anders Broman1-258/+30
2007-06-26Try to fix some GCC warningsAnders Broman1-31/+438
2007-06-25Generate CMIP from original asn1 files with -X and -T option.Anders Broman1-1922/+3688
2007-05-24few BER dissectors regeneratedTomas Kukosa1-113/+113
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-224/+224
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-42/+42
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-622/+646
2007-05-06Start introducing actx to ber functions.Anders Broman1-133/+133