aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip/packet-cmip-template.c
AgeCommit message (Expand)AuthorFilesLines
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-02-10Added a dissector table for AttributeId localForm.Stig Bjørlykke1-0/+6
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-09-27Fix a possible dereference of null pointer when having no tree.Stig Bjørlykke1-10/+6
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-22More header_field_info cleanup.Stig Bjørlykke1-8/+8
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-17/+17
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-2/+2
2007-07-01Try to fix defined but not used warnings and use the nice new table function ...Anders Broman1-42/+1
2007-06-27Try to fix the last defined but not used warnings(again).Anders Broman1-0/+28
2007-06-25Generate CMIP from original asn1 files with -X and -T option.Anders Broman1-7/+34
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-47/+7
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-2/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-4/+4
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman1-0/+1
2005-08-29MapDialougePDU.cnfAnders Broman1-1/+2
2005-08-28Co ordidnate CMIP abd GNM.Anders Broman1-24/+3
2005-08-26Dissectors registered with "register_ber_oid_dissector()" return void.Guy Harris1-30/+30
2005-08-25Fix malformed packet if linkedId is present dissect some OID:sAnders Broman1-0/+99
2005-08-02Fix svn properties where needed:Jörg Mayer1-1/+1
2005-06-25some updates for CMIP.Ronnie Sahlberg1-0/+1
2005-06-22remove a dissector table we no longer use from ACSERonnie Sahlberg1-6/+0
2005-06-19register cmip as ber oid dissectorRonnie Sahlberg1-0/+2
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-3/+3
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-0/+1
2004-11-27it appears that a SES_REFUSE spdu actually contains a CMIP-A-ASSOCIATE and n...Ronnie Sahlberg1-1/+1
2004-11-21cmip update add all remaining functions Arguments and ResultsRonnie Sahlberg1-0/+15
2004-11-21update to cmipRonnie Sahlberg1-0/+7
2004-11-14New protocol for the telco people to play with : CMIPRonnie Sahlberg1-0/+163