aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmip.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-47/+47
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-70/+70
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-04-09REplace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-02-17CMIP: get rid of some evil global variablesPascal Quantin1-69/+47
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-9/+8
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-192/+314
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-10/+22
2014-06-19batch of manual tvb_length conversionsEvan Huus1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
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