aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h235
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu1-1/+1
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-1/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss9-21/+0
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard1-45/+45
2013-06-12Fix wrong offset in H.235 tokens causing malformed packet exceptionTomas Kukosa1-5/+5
2013-05-07Some moreJörg Mayer1-0/+36
2013-05-05Just whitespace changesJörg Mayer1-1/+0
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
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 Zawadzki5-5/+5
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+5
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-8/+3
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-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-3/+3
2008-07-22Get rid of some unused code warnings.Anders Broman1-0/+4
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman2-5/+19
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-16/+16
2007-10-17new H.323 dissectorTomas Kukosa3-20/+33
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-3/+1
2007-10-15- add missing h450-ros and q932-ros clean rules to asn1/Makefile.nmakeTomas Kukosa2-2/+8
2007-10-11Remove the remaining autogenereated -exp.cnf filesJörg Mayer1-22/+0
2007-10-10more makefiles changed to new export mechanismTomas Kukosa3-2/+6
2007-10-07convert to new Makefile structureJörg Mayer4-56/+98
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-05-25get rid of few warningsTomas Kukosa1-2/+9
2007-05-07- simple Information Objects support Tomas Kukosa2-10/+10
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-04-27minor formal changesTomas Kukosa2-3/+4
2007-04-13H.235.7: MIKEY in H.323Tomas Kukosa1-6/+48
2007-03-27add missing H235-SRTP.asn into Linux/Unix makefileTomas Kukosa1-1/+1
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-07-04get rid of warning messageTomas Kukosa1-1/+1
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-1/+1
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-1/+2
2006-06-28few OID namesTomas Kukosa1-0/+11
2006-06-05uncomment newly supported TYPE-IDENTIFIER usage and per regenerationTomas Kukosa3-11/+11