aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip/packet-cmip-template.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-02-10Added a dissector table for AttributeId localForm.stig1-0/+6
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-2/+0
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
2009-10-11Make all proto_* values static.stig1-1/+1
2009-09-27Fix a possible dereference of null pointer when having no tree.stig1-10/+6
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-03Rework an assignment to keep static analyzers from complaining.gerald1-4/+4
2009-06-22More header_field_info cleanup.stig1-8/+8
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
2007-10-31Use oid_add_from_string for adding names.etxrab1-17/+17
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-2/+2
2007-07-01Try to fix defined but not used warnings and use the nice new table function ...etxrab1-42/+1
2007-06-27Try to fix the last defined but not used warnings(again).etxrab1-0/+28
2007-06-25Generate CMIP from original asn1 files with -X and -T option.etxrab1-7/+34
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-47/+7
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-2/+3
2006-05-21name changesahlberg1-2/+2
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-4/+4
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,etxrab1-0/+1
2005-08-29MapDialougePDU.cnfetxrab1-1/+2
2005-08-28Co ordidnate CMIP abd GNM.etxrab1-24/+3
2005-08-26Dissectors registered with "register_ber_oid_dissector()" return void.guy1-30/+30
2005-08-25Fix malformed packet if linkedId is present dissect some OID:setxrab1-0/+99
2005-08-02Fix svn properties where needed:jmayer1-1/+1
2005-06-25some updates for CMIP.sahlberg1-0/+1
2005-06-22remove a dissector table we no longer use from ACSEsahlberg1-6/+0
2005-06-19register cmip as ber oid dissectorsahlberg1-0/+2
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes agerald1-3/+3
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...sahlberg1-0/+1
2004-11-27it appears that a SES_REFUSE spdu actually contains a CMIP-A-ASSOCIATE and n...sahlberg1-1/+1
2004-11-21cmip update add all remaining functions Arguments and Resultssahlberg1-0/+15
2004-11-21update to cmipsahlberg1-0/+7
2004-11-14New protocol for the telco people to play with : CMIPsahlberg1-0/+163