aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2005-11-03Update to samba svn 11484Jörg Mayer4-5/+21
svn path=/trunk/; revision=16388
2005-10-24From Graeme Lunt:Anders Broman1-2/+5
The ftbp.patch file includes: a) A fix to acse.cnf which works around an asn2eth bug (it is the AE-qualifier EXPORT I want, but asn2eth doesn't generate the appropriate extern for the values). Also a small cosmetic change for EXTERNAL decodings. b) New EXPORTs for the FTAM dissector for use in FTBP. c) A fix to asn2eth to solve the problem if you EXPORT types that include a '-' character in the name (e.g. "AE-qualifier" from acse.cnf, "Date-and-Time-Attribute" from ftam.cnf). The problem is that asn2eth generates the "xxxx-exp.cnf" file using the 'C' name (which has replaced '-' with '_') rather than the original 'ASN' name. The fix just undoes the replacement as I couldn't see the original name being preserved anywhere. There still remains a problem if the type has a '.' in the name - but generally I don't think they do. * Better ROS handling and registration * Simplified RTSE registration * X411 column information, extension naming and use of new RTSE/ROS registration * X420 notification extensions, warnings removal and export of ExtensionsField (missed from recent FTBP patch). * Better highlighting of S4406 protocol. svn path=/trunk/; revision=16296
2005-10-18Update from samba treeJörg Mayer15-409/+558
svn path=/trunk/; revision=16264
2005-10-11Set ETHEREAL_ABORT_ON_DISSECTOR_BUG. Make sure we create a core file. FixGerald Combs1-10/+17
up file names and extensions. svn path=/trunk/; revision=16190
2005-10-10Fix problems with bitstring:Anders Broman1-1/+1
- dissect_per_bitstring needs to know if extention exists or not. - Fixes for bitstring sizes up to 16 ( where max = min ). svn path=/trunk/; revision=16181
2005-10-07Sync with samba treeJörg Mayer12-82/+1718
svn path=/trunk/; revision=16152
2005-10-01one step further... Luis Ontanon1-1/+14
TPG now uses the ignore feature of tvbparse named sub_rules can have cardinality epan/tvbparse.c: do not crash on zero cardinality svn path=/trunk/; revision=16065
2005-10-01Some changes in tpg's grammar to avoid constructing elements that cannot be ↵Luis Ontanon1-35/+22
dereferenced svn path=/trunk/; revision=16062
2005-09-29another step closerLuis Ontanon2-111/+128
svn path=/trunk/; revision=16052
2005-09-28In case the paths to the tools are wrong, inform theJörg Mayer1-0/+11
user about it instead of complaining that no capture files could be found. svn path=/trunk/; revision=16037
2005-09-28update tpgLuis Ontanon2-34/+25
tvbparse: - for tvbparse_until spend the target token even if it isn't included svn path=/trunk/; revision=16032
2005-09-27now it starts to work...Luis Ontanon1-2/+2
svn path=/trunk/; revision=16028
2005-09-27TPG TVB Parser GeneratorLuis Ontanon5-0/+1084
Given a bnf-like grammar generate a set of helpers for a dissector It's not working yet, however I need this checkin as a cheeckpoint (I'll write the doc when it starts to be ready) svn path=/trunk/; revision=16021
2005-09-23Add MANIFESTJörg Mayer1-50/+51
svn path=/trunk/; revision=15984
2005-09-22replace WinPcap devel pack 3.0 with current 3.1 versionUlf Lamping1-1/+1
svn path=/trunk/; revision=15972
2005-09-22Remove pidl.1.xml from the distribution.Gerald Combs1-1/+0
svn path=/trunk/; revision=15971
2005-09-22Update from samba + new file MANIFESTJörg Mayer23-0/+96
svn path=/trunk/; revision=15955
2005-09-21pidl.1.xml doesn't exist any more in this form. It's now integratedJörg Mayer1-607/+0
into pidl itself. So remove the file again and also the reference to the file in tools/Makefile.am svn path=/trunk/; revision=15944
2005-09-21Add the "test" directory and man page to pidl. This should hopefullyGerald Combs7-0/+1534
fix the current distcheck and RPM build failures. svn path=/trunk/; revision=15933
2005-09-21Sync with samba: Update to fix manpage handlingJörg Mayer4-623/+412
svn path=/trunk/; revision=15924
2005-09-20Add the pidl files.Jörg Mayer1-1/+40
svn path=/trunk/; revision=15896
2005-09-20asn2eth Tomas Kukosa1-22/+32
- #.FN_BODY accepts parameters too - single line variant of #.FN_PAR is possible - new parameter FN_VARIANT for OBJECT IDENTIFIER packet-per.c - dissect_per_object_identifier() returns value as tvb - new dissect_per_object_identifier_str() function PER dissectors adapted and regenerated svn path=/trunk/; revision=15894
2005-09-19Revert back to local copy: The samba svn server does not support svnJörg Mayer33-0/+14775
over http - this was a much requested feature for Ethereals svn server. svn path=/trunk/; revision=15882
2005-09-19Change pidl to svn:externalsJörg Mayer34-14807/+0
svn path=/trunk/; revision=15866
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-4/+3
svn path=/trunk/; revision=15861
2005-09-18Small updateJörg Mayer1-23/+41
svn path=/trunk/; revision=15860
2005-09-18Update README.ethereal and sync with current samba treeJörg Mayer4-70/+87
svn path=/trunk/; revision=15859
2005-09-16Add a local copy of pidl, add a README.ethereal to includeJörg Mayer35-0/+14790
minimalistic building and usage instructions. svn path=/trunk/; revision=15836
2005-09-06Move to the latest ethereal-win32-libs tag.Gerald Combs1-1/+1
svn path=/trunk/; revision=15706
2005-08-31- OID names table extendedTomas Kukosa1-6/+71
- NAME and ABBREV attributes can be used in #.FIELD_ATTR - following constraint format is supported (1..10, ..., 11..MAX) svn path=/trunk/; revision=15634
2005-08-29Fix a typo 'BER_UNI_TAG_TeletexString'Anders Broman1-1/+1
svn path=/trunk/; revision=15613
2005-08-29Add a tool to check the hf_ values.Jörg Mayer1-0/+196
svn path=/trunk/; revision=15611
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t ↵Tomas Kukosa1-89/+114
instead of char - asn2eth: fixed CHOICE tag handling #.FN_PARS support for BIT STRING and all string types intersection of SIZE and FROM constraints for string is handled - new asn2eth features used in h225 and h245 - PER dissectors regeneration svn path=/trunk/; revision=15408
2005-08-04Albert Chin:Jörg Mayer1-1/+1
"config.h" should always be included first. However, lemon includes <stdio.h> first. svn path=/trunk/; revision=15208
2005-08-02 Fix svn properties where needed:Jörg Mayer5-0/+0
Remove svn:executable Add svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15182
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-6/+6
svn path=/trunk/; revision=15172
2005-08-01- fix name handling of imported typesTomas Kukosa1-275/+267
- #.FN_PARS implemented for TypeRef, SET, SEQUENCE, CHOICE svn path=/trunk/; revision=15161
2005-07-26rom Maynard, Chris :Anders Broman1-1/+1
The attached patches, generated via svn diff , correct various compiler & lint warnings, among them: lemon.c(2582) : warning C4090: '=' : different 'const' qualifiers svn path=/trunk/; revision=15086
2005-07-24Update to zlib 1.2.3Ulf Lamping1-1/+1
svn path=/trunk/; revision=15040
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
svn path=/trunk/; revision=15015
2005-07-22Fix some warnings (and one of my previous 'fixes')Jörg Mayer1-2/+2
svn path=/trunk/; revision=14997
2005-07-22More 'char*' -> 'const char*' warning fixesJörg Mayer1-27/+27
svn path=/trunk/; revision=14986
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=14980
2005-07-18PLY package updated to version 1.6Tomas Kukosa3-30/+23
svn path=/trunk/; revision=14951
2005-07-15Point to the latest Windows library tag and versions.Gerald Combs1-1/+1
svn path=/trunk/; revision=14923
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have ↵Tomas Kukosa1-105/+99
prototype similar to BER (per_sequence_t is used as parameter) - asn2eth was updated to support new PER helper functions for SET/SEQUENCE OF - #.FN_PARS implemented for SET/SEQUENCE OF and REAL - PER SET/SEQUENCE OF field can be FT_UINTxx to display number of items - PER dissectors regenerated svn path=/trunk/; revision=14921
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer2-0/+7
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2005-07-07Make sure "which" is present before we verify our tools. Add "env" toGerald Combs2-1/+4
the list of programs to check. Make sure our python scripts start with "#!/usr/bin/env python" as recommended at http://www.python.org/doc/faq/library.html#how-do-i-make-a-python-script-executable-on-unix svn path=/trunk/; revision=14871
2005-07-06Fix a spelling error.Guy Harris1-2/+2
svn path=/trunk/; revision=14865
2005-07-06- #.FN_PARS implemented for BOOLEANTomas Kukosa1-13/+12
- user defined body #.FN_BODY can be combined with default body using DEFAULT_BODY parameter (see e.g. H.225) svn path=/trunk/; revision=14863