aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h235
Commit message (Collapse)AuthorAgeFilesLines
* Remove all non-ASCII characters from all .asn files. I didn't see the harm ↵Chris Maynard2013-09-181-45/+45
| | | | | | in replacing them all as opposed to only those not copied verbatim from other sources. svn path=/trunk/; revision=52132
* Fix wrong offset in H.235 tokens causing malformed packet exceptionTomas Kukosa2013-06-121-5/+5
| | | | svn path=/trunk/; revision=49899
* Some moreJörg Mayer2013-05-071-0/+36
| | | | svn path=/trunk/; revision=49203
* Just whitespace changesJörg Mayer2013-05-051-1/+0
| | | | svn path=/trunk/; revision=49167
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+23
| | | | | | | It doesn't do anything yet, it is just to make svn status readable again. svn path=/trunk/; revision=49007
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
| | | | svn path=/trunk/; revision=45015
* Update Free Software Foundation address.Jakub Zawadzki2012-06-285-5/+5
| | | | | | (COPYING will be updated in next commit) svn path=/trunk/; revision=43536
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-071-5/+5
| | | | | | proto_tree_add_item() calls. svn path=/trunk/; revision=42486
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-041-1/+1
| | | | | | | | | | | | from makefiles (and thus from the buildbot). The intention is to be able to tell when a human is running the tool so we can provide more code-review guidance. As a starter, enable the "too many proto_tree_add_text() calls" check when a human is running the tool. svn path=/trunk/; revision=41943
* Don't generate the conformance file for exported types when building theJeff Morriss2011-10-141-1/+1
| | | | | | | | | | | | | | | dissector; instead built it only when the separate target (generate_export) is built. Built generate_export when building "all". This prevents the exp_*.cnf files from being regenerated each time another one of the exp_*.cnf files (which the current dissector depends on) has changed (despite the fact that the exported types does not depe Also fix the CLEANFILES definition so it actually cleans things. svn path=/trunk/; revision=39421
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-8/+3
| | | | | | | | | | | | | | | | | | | | them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-2/+0
| | | | svn path=/trunk/; revision=32417
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
| | | | svn path=/trunk/; revision=32405
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-1/+1
| | | | | | | | | | | ABSOLUTE_TIME_LOCAL or ABSOLUTE_TIME_UTC, indicating whether to display the date/time in local time or UTC. (int)ABSOLUTE_TIME_LOCAL == (int)BASE_NONE, so there's no source or binary compatiblity issue, although we might want to eliminate BASE_NONE at some point and have the BASE_ values used with integral types start at 0, so that you can't specify BASE_NONE for an integral field. svn path=/trunk/; revision=31319
* Make all proto_* values static.Stig Bjørlykke2009-10-111-1/+1
| | | | svn path=/trunk/; revision=30516
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
| | | | svn path=/trunk/; revision=30409
* #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-1/+0
| | | | svn path=/trunk/; revision=27390
* Minor cleanup mostly related to proto_reg_handoffBill Meier2008-11-041-3/+3
| | | | | | | | | | Remove code for unused handles; Localize handles (in proto_reg_handoff) which need not be global; Localize (in proto_reg_handoff) "saved prefs"; Use find_dissector instead of create_dissector_handle as appropriate; Use gboolean for "initialized" flag in proto_reg_handoff. svn path=/trunk/; revision=26693
* Get rid of some unused code warnings.Anders Broman2008-07-221-0/+4
| | | | svn path=/trunk/; revision=25791
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-212-5/+19
| | | | svn path=/trunk/; revision=25335
* asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer2007-12-191-1/+2
| | | | | | Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
* Use oid_add_from_string for adding names.Anders Broman2007-10-311-16/+16
| | | | | | | fix compil of gsmmap and inap. Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?) svn path=/trunk/; revision=23325
* new H.323 dissectorTomas Kukosa2007-10-173-20/+33
| | | | | | | | | | | | - Generic Extensible Framework helper - Annex M1 (QSIG over H.323) - Annex M4 - Annex R H.225/H.245 support for Generic Extensible Framework (GEF) H.235 register MIKEY into new H.225/H.245 GEF tables regenerate H.225,H.245,H.235,H.450,H.450-ROS,T.35 from new makefiles svn path=/trunk/; revision=23216
* - Fix svn:ignore for all directoriesJörg Mayer2007-10-161-3/+1
| | | | | | | | | - gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf svn path=/trunk/; revision=23202
* - add missing h450-ros and q932-ros clean rules to asn1/Makefile.nmakeTomas Kukosa2007-10-152-2/+8
| | | | | | - solve h225<->h235 cyclic dependency with usage of -E option and #.IMPORT directive svn path=/trunk/; revision=23189
* Remove the remaining autogenereated -exp.cnf filesJörg Mayer2007-10-111-22/+0
| | | | svn path=/trunk/; revision=23148
* more makefiles changed to new export mechanismTomas Kukosa2007-10-103-2/+6
| | | | svn path=/trunk/; revision=23132
* convert to new Makefile structureJörg Mayer2007-10-074-56/+98
| | | | svn path=/trunk/; revision=23085
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-1/+1
| | | | svn path=/trunk/; revision=22651
* get rid of few warningsTomas Kukosa2007-05-251-2/+9
| | | | svn path=/trunk/; revision=21933
* - simple Information Objects support Tomas Kukosa2007-05-072-10/+10
| | | | | | | | | - all definitions in ASN.1 source are skipped and need not to be commented out - #.CLASS directive can define types for Object Class Fields - do not append 'xxx' postfix to parametrized types (changes H.235 and H.450 in accordance with it) - change QSIG ASN.1 source to be more identical to original one svn path=/trunk/; revision=21715
* Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman2007-05-011-0/+1
| | | | svn path=/trunk/; revision=21635
* minor formal changesTomas Kukosa2007-04-272-3/+4
| | | | svn path=/trunk/; revision=21601
* H.235.7: MIKEY in H.323Tomas Kukosa2007-04-131-6/+48
| | | | svn path=/trunk/; revision=21406
* add missing H235-SRTP.asn into Linux/Unix makefileTomas Kukosa2007-03-271-1/+1
| | | | svn path=/trunk/; revision=21224
* put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping2006-10-291-1/+1
| | | | | | | | | | | | | | python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. svn path=/trunk/; revision=19730
* get rid of warning messageTomas Kukosa2006-07-041-1/+1
| | | | svn path=/trunk/; revision=18653
* few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa2006-07-041-1/+1
| | | | svn path=/trunk/; revision=18652
* use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa2006-06-291-1/+2
| | | | | | | | tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
* few OID namesTomas Kukosa2006-06-281-0/+11
| | | | svn path=/trunk/; revision=18590
* uncomment newly supported TYPE-IDENTIFIER usage and per regenerationTomas Kukosa2006-06-053-11/+11
| | | | svn path=/trunk/; revision=18339
* - h225.asn renamed to H323-MESSAGES.asnTomas Kukosa2006-05-291-2/+0
| | | | | | | | - h245.asn renamed to MULTIMEDIA-SYSTEM-CONTROL.asn - rollback changes in .asn sources to keep them in original ITU-T form and put necessary changes into .cnf files - PER dissectors regenerated svn path=/trunk/; revision=18238
* Ethereal -> WiresharkTomas Kukosa2006-05-232-2/+2
| | | | | | asn2eth -> asn2wrs svn path=/trunk/; revision=18214
* - fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa2006-05-222-3/+3
| | | | | | | | | | | | - step to new ASN.1 API - pass asn_ctx_t* through PER dissectors instead of packet_info* - PER ALIGNED/UNALIGNED flag moved to asn_ctx_t - PER created tree item pointer moved to asn_ctx_t - add nbap into PER dissectors in asn1/Makefile.nmake - use add_oid_str_name() instead of register_ber_oid_name() in H.225 and H.245 - export asn_ctx_init from library - PER dissectors regenerated svn path=/trunk/; revision=18209
* - asn2eth renamed to asn2wrsTomas Kukosa2006-05-212-5/+5
| | | | | | | | | - remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199
* name changeRonnie Sahlberg2006-05-212-4/+4
| | | | svn path=/trunk/; revision=18197
* updated to H.235.0:09/2005 and H.235.8:09/2005 Tomas Kukosa2006-05-156-73/+193
| | | | svn path=/trunk/; revision=18157
* Add distclean and maintainerclean rules.Guy Harris2006-04-251-0/+4
| | | | svn path=/trunk/; revision=17999
* Add parsertab.pyc in clean targetAnders Broman2006-02-231-1/+1
| | | | svn path=/trunk/; revision=17386
* From Alejandro Vaquero:Anders Broman2006-01-161-2/+2
| | | | | | | | patch to add t38 setup info for h245 packets. - Me add /y to makefiles. svn path=/trunk/; revision=17036