| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
in replacing them all as opposed to only those not copied verbatim from other sources.
svn path=/trunk/; revision=52132
|
|
|
|
| |
svn path=/trunk/; revision=49899
|
|
|
|
| |
svn path=/trunk/; revision=49203
|
|
|
|
| |
svn path=/trunk/; revision=49167
|
|
|
|
|
|
|
| |
It doesn't do anything yet, it is just to make svn status
readable again.
svn path=/trunk/; revision=49007
|
|
|
|
| |
svn path=/trunk/; revision=45015
|
|
|
|
|
|
| |
(COPYING will be updated in next commit)
svn path=/trunk/; revision=43536
|
|
|
|
|
|
| |
proto_tree_add_item() calls.
svn path=/trunk/; revision=42486
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32417
|
|
|
|
| |
svn path=/trunk/; revision=32405
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=30516
|
|
|
|
| |
svn path=/trunk/; revision=30409
|
|
|
|
| |
svn path=/trunk/; revision=27390
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=25791
|
|
|
|
| |
svn path=/trunk/; revision=25335
|
|
|
|
|
|
| |
Spotted by Tomas Kukosa.
svn path=/trunk/; revision=23921
|
|
|
|
|
|
|
| |
fix compil of gsmmap and inap.
Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?)
svn path=/trunk/; revision=23325
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- solve h225<->h235 cyclic dependency with usage of -E option and #.IMPORT directive
svn path=/trunk/; revision=23189
|
|
|
|
| |
svn path=/trunk/; revision=23148
|
|
|
|
| |
svn path=/trunk/; revision=23132
|
|
|
|
| |
svn path=/trunk/; revision=23085
|
|
|
|
| |
svn path=/trunk/; revision=22651
|
|
|
|
| |
svn path=/trunk/; revision=21933
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
svn path=/trunk/; revision=21635
|
|
|
|
| |
svn path=/trunk/; revision=21601
|
|
|
|
| |
svn path=/trunk/; revision=21406
|
|
|
|
| |
svn path=/trunk/; revision=21224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=18653
|
|
|
|
| |
svn path=/trunk/; revision=18652
|
|
|
|
|
|
|
|
| |
tables
it matches asn2wrs approach and makes generated dissectors source shorter
svn path=/trunk/; revision=18612
|
|
|
|
| |
svn path=/trunk/; revision=18590
|
|
|
|
| |
svn path=/trunk/; revision=18339
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
asn2eth -> asn2wrs
svn path=/trunk/; revision=18214
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- remove obsolete -X option from makefiles
- not generate enumerated map table for BER
dissector will be regenerated later
svn path=/trunk/; revision=18199
|
|
|
|
| |
svn path=/trunk/; revision=18197
|
|
|
|
| |
svn path=/trunk/; revision=18157
|
|
|
|
| |
svn path=/trunk/; revision=17999
|
|
|
|
| |
svn path=/trunk/; revision=17386
|
|
|
|
|
|
|
|
| |
patch to add t38 setup info for h245 packets.
- Me add /y to makefiles.
svn path=/trunk/; revision=17036
|