aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2005-08-31- OID names table extendedkukosa1-6/+71
- NAME and ABBREV attributes can be used in #.FIELD_ATTR - following constraint format is supported (1..10, ..., 11..MAX) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15634 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-29Fix a typo 'BER_UNI_TAG_TeletexString'etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15613 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-29Add a tool to check the hf_ values.jmayer1-0/+196
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15611 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t ↵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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15408 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-04Albert Chin:jmayer1-1/+1
"config.h" should always be included first. However, lemon includes <stdio.h> first. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15208 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-02 Fix svn properties where needed:jmayer5-0/+0
Remove svn:executable Add svn:executable Add svn:eol-style Add svn:keywords git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15182 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-02Fix more "no previous declaration" warningsjmayer1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15172 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-01- fix name handling of imported typeskukosa1-275/+267
- #.FN_PARS implemented for TypeRef, SET, SEQUENCE, CHOICE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15161 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-26rom Maynard, Chris :etxrab1-1/+1
The attached patches, generated via svn diff , correct various compiler & lint warnings, among them: lemon.c(2582) : warning C4090: '=' : different 'const' qualifiers git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15086 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-24Update to zlib 1.2.3ulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15040 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15015 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-22Fix some warnings (and one of my previous 'fixes')jmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14997 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-22More 'char*' -> 'const char*' warning fixesjmayer1-27/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14986 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14980 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-18PLY package updated to version 1.6kukosa3-30/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14951 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-15Point to the latest Windows library tag and versions.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14923 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have ↵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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14921 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14891 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-07Make sure "which" is present before we verify our tools. Add "env" togerald2-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14871 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-06Fix a spelling error.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14865 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-06- #.FN_PARS implemented for BOOLEANkukosa1-13/+12
- user defined body #.FN_BODY can be combined with default body using DEFAULT_BODY parameter (see e.g. H.225) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14863 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-05new directives #.PDU_NEW and #.REGISTER_NEW creating and registering PDU ↵kukosa1-16/+32
dissectors with new_dissector_t prototype git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14860 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-05- #.FN_PARS support for ENUMERATED typekukosa1-27/+27
- cleanup unused parameters for some methods git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14856 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for ↵kukosa1-19/+17
value returning - asn2eth: #.FN_PARS support for OCTET STRING - usage of #.FN_PARS in h225 and h245 - h225: ParallelH245Control support - h245: better support of NonStandardParameter - usage of MAX_OID_STR_LEN constant - all PER dissectors regenerated git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14844 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-27fix for BER string tagskukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14800 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-2/+2
index of the branch taken or -1 to make prettifications easier to implement. change the signature of dissect_ber_choice and rename it to dissect_ber_CHOICE to catch all occurences of the use of this function update asn2eth to use the new name/signature update all occurences of this function to the new name and new signature. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14758 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-14From Steve Grubb:gerald1-2/+2
Fix bounds checking in lemon.c. Fix up an if/else block in packet-dcerpc-samr.c. Fix hex printing in packet-gtp.c. Fix other problems discovered by Steve: Fix a bounds check in packet-isis-lsp.c. Also, fix netmask printing on non-little-endian machines. Add a comment about adding a netmask routine to to_str.c. Add bounds checks to packet-ncp2222.inc. All of these apply to bug 217. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14627 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-08fix a problem if the tools have a space char in their pathulfl1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14588 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-08add some general and some cygwin related commentsulfl1-2/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14587 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-07- usage of dissect_per_null() and dissect_ber_null()kukosa1-70/+114
- new #.FN_PARS directive (implemented only for OCTET STRING and INTEGER now) - set true value strings for named bits git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14575 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-27Add a "-G fields3" report which prints the bitmask of the field, and avoidsgram1-0/+97
printing the blurb twice, like fields2 does. Add a script, fsanity.py, to check sanity of FT definitions. Right now the only check is for bitmasks for integer-like fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14454 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-17Add get_items_before(), to help analyze in the presence ofgram1-0/+25
tunneled protocols. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14380 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-16Add get_hide() to return the value of the "hide" taggram1-0/+7
in field attributes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14379 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-13Forgott the lex.py fileetxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14360 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-13Add the asn2eth related files to extra-dist (I hope this is the right thing ↵etxrab1-1/+3
to do to get them into the SVN tarballs). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14359 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-24Fix a quoting bug.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14177 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-20Allow the locations of tethereal, editcap, and capinfos to be changed.gerald1-8/+18
Limit the amount of VM the process can use (default 500 MB). If we can't save a capture in libpcap format, try again with the encapsulation type set to "ether". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14156 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-20- fix handling SET/SEQUENCE OF Type if type name contains hyphenkukosa1-1/+7
- raise warning if type is not renamed to name with the first letter uppercase - raise warning if field is not renamed to name with the first letter lowercase git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14147 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-18Add fuzz-test.sh to the distribution.gerald1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14126 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-17Add a description and usage message. Handle invalid capture files.gerald1-1/+36
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14114 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-14Add a script based on the "menagerie-fuzz" buildbot test. Runninggerald1-0/+52
"./tools/fuzz-test.sh /path/to/capture/files/*" will iterate over the specified capture files, using editcap to introduce errors and tethereal to check for bugs. It will do this until tethereal exits abnormally or a dissector bug is encountered. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14073 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-27From Jacques, Olivier:etxrab1-2/+5
The patch attached fixes it by creating a table of unique files at the time of file deletion. This way, current asn2eth behaviour is not modified. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13943 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-20Fix asn2eth to pass 0, not NULL, for the last argument toguy1-1/+1
"dissect_per_restricted_character_string()", which is a guint32, not a pointer. Re-generate packet-h225.c with the fixed asn2eth. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13819 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-16Add a comment about where lemon is maintained now.etxrab1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13781 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-28Handle the new signature for "dissect_per_restricted_character_string()".guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13547 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵sahlberg1-1/+1
takes a implicit_tag parameter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13479 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-16From Tomas Kukosa:etxrab1-8/+5
Fix problems with bitfields with dashed ("-") names git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13416 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy2-0/+7
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13402 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-07From Alejandro Vaquero :etxrab1-1/+2
Find attached a patch for "Voip analysis" to get the LRQ/LCF/LRJ messages included in the H323 calls for Gatekeeper to Gatekeeper configurations git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13338 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-20Fix bug in SEQUENCE/SET OF handlingkukosa1-2/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13137 f5534014-38df-0310-8fa8-9805f1628bb7