aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2006-03-07Undo the prevous unfortunate "rearrangement of code".etxrab1-80/+81
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17508 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-07Fix a bug reported by covierty and solved by ↵etxrab1-81/+81
http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/lemon.c Rearrange the code a bit to make it easier to make a diff with the sqlite version of lemon. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17502 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.gerald1-1/+1
Add Lua information to the version paragraph. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17440 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-26add a possible solution (add another package using cygwin) if a tool wasn't ↵ulfl1-1/+1
found. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17413 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-03Mike Duigou:jmayer1-2/+2
I noticed that when you run fuzz testing from both a root account and a user account you can run into problems because the user account tries to use and delete temp files created by the root account and fails. This patch uses the same scheme as used for fuzz error files for naming the tampered file and for the error file to prevent filename/permission collisions between temp files from different runs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17145 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-16Update from samba tree revision 12761 to 12961jmayer1-2/+9
============================ Samba log start ============ ------------------------------------------------------------------------ r12776 | metze | 2006-01-08 21:20:18 +0100 (Sun, 08 Jan 2006) | 3 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/tests/Util.pm use $ENV{TEST_DATA_PREFIX} for test files if available metze ------------------------------------------------------------------------ ============================ Samba log end ============== git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17039 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-05Reminder to clean up in case of ctrl-c etcjmayer1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16954 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-02That's "PIDL_FILES", not "PIDLFILES".guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16930 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-02- Move pidl files into PIDL_FILES and include this info EXTRA_DIST.jmayer1-38/+41
- Sort files alphabetically. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16929 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-01Forgot to commit Makefile.am with the samba changesjmayer1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16928 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-01Update from samba tree revision 12488 to 12669jmayer16-216/+123
============================ Samba log start ============ ------------------------------------------------------------------------ r12488 | jelmer | 2005-12-26 02:37:18 +0100 (Mon, 26 Dec 2005) | 2 lines Fix MANIFEST to match recent changes ------------------------------------------------------------------------ r12490 | jelmer | 2005-12-26 03:14:18 +0100 (Mon, 26 Dec 2005) | 2 lines Fix --warn-compat ------------------------------------------------------------------------ r12501 | jelmer | 2005-12-26 23:47:40 +0100 (Mon, 26 Dec 2005) | 4 lines Merge EJSHeader.pm into EJS.pm and simplify smbcalls_rpc.c a bit, now that it is guaranteed that the smbcalls modules are always initialized after the EJS subsystem itself. ------------------------------------------------------------------------ r12512 | jelmer | 2005-12-27 17:22:35 +0100 (Tue, 27 Dec 2005) | 3 lines Use GUID structs in API functions everywhere rather then converting back and forth between GUID structs and strings in several places. ------------------------------------------------------------------------ r12515 | jelmer | 2005-12-27 18:50:53 +0100 (Tue, 27 Dec 2005) | 2 lines Use UUID directly rather then string containing UUID ------------------------------------------------------------------------ r12517 | jelmer | 2005-12-27 20:13:18 +0100 (Tue, 27 Dec 2005) | 2 lines Don't generate empty init functions ------------------------------------------------------------------------ r12528 | jelmer | 2005-12-27 23:51:30 +0100 (Tue, 27 Dec 2005) | 2 lines Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. ------------------------------------------------------------------------ r12539 | metze | 2005-12-28 10:31:43 +0100 (Wed, 28 Dec 2005) | 3 lines fix the pidl tests metze ------------------------------------------------------------------------ r12572 | jelmer | 2005-12-29 17:03:03 +0100 (Thu, 29 Dec 2005) | 2 lines No longer parse coclasses as interfaces ------------------------------------------------------------------------ r12573 | jelmer | 2005-12-29 17:03:47 +0100 (Thu, 29 Dec 2005) | 2 lines Update README to recent changes in pidls namespace ------------------------------------------------------------------------ r12574 | jelmer | 2005-12-29 17:04:34 +0100 (Thu, 29 Dec 2005) | 3 lines Bring tables.pl back to life and move registration of interfaces now completely to a new subsystem. ------------------------------------------------------------------------ r12651 | jelmer | 2005-12-31 15:57:43 +0100 (Sat, 31 Dec 2005) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/librpc/idl/idl_types.h M /branches/SAMBA_4_0/source/librpc/ndr/libndr.h M /branches/SAMBA_4_0/source/librpc/ndr/ndr_string.c Remove STR_LARGE_SIZE as it's no longer used ------------------------------------------------------------------------ ============================ Samba log end ============== git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16927 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-27Update to Net-SNMP 5.2.2.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16907 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-26Update from samba tree revision 12487 to 12488jmayer2-16/+16
============================ Samba log start ============ ------------------------------------------------------------------------ r12488 | jelmer | 2005-12-26 02:37:18 +0100 (Mon, 26 Dec 2005) | 2 lines Fix MANIFEST to match recent changes ------------------------------------------------------------------------ ============================ Samba log end ============== Update Makefile.am accordingly git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16899 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-26Found by buildbot:jmayer1-13/+13
Update MANIFEST to fix a bug in the samba tree. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16898 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-26Update from samba tree revision 12430 to 12487jmayer32-1222/+1250
============================ Samba log start ============ ------------------------------------------------------------------------ r12462 | jelmer | 2005-12-24 22:57:51 +0100 (Sat, 24 Dec 2005) | 2 lines Hide oo magic from callers of the parser ------------------------------------------------------------------------ r12463 | jelmer | 2005-12-24 23:11:44 +0100 (Sat, 24 Dec 2005) | 2 lines Rename 'Samba' namespace to 'Samba4' ------------------------------------------------------------------------ r12464 | jelmer | 2005-12-25 00:32:50 +0100 (Sun, 25 Dec 2005) | 4 lines Add simple IDL parsing tests for pidl using the standard perl testing framework (Test::Simple, distributed with perl itself). Run these tests from 'make test' ------------------------------------------------------------------------ r12465 | jelmer | 2005-12-25 02:33:35 +0100 (Sun, 25 Dec 2005) | 3 lines Merge Parse::Pidl::Samba4::NDR::Header into Parse::Pidl::Samba4::NDR::Parser. Small optimization to avoid including NDR headers multiple times ------------------------------------------------------------------------ r12470 | jelmer | 2005-12-25 04:04:13 +0100 (Sun, 25 Dec 2005) | 3 lines Add helper module for pidl tests Convert other pidl tests to use Test::More and run them from 'make test' ------------------------------------------------------------------------ r12480 | jelmer | 2005-12-25 15:11:59 +0100 (Sun, 25 Dec 2005) | 2 lines Extend testsuite ------------------------------------------------------------------------ r12481 | jelmer | 2005-12-25 15:59:21 +0100 (Sun, 25 Dec 2005) | 4 lines Move parser-specific utility functions to idl.yp, remove some unused functions Allow the use of non-typedef structs and unions when declaring variables. Allow the use of the 'signed' and 'unsigned' qualifiers for integer types ------------------------------------------------------------------------ r12482 | jelmer | 2005-12-25 15:59:39 +0100 (Sun, 25 Dec 2005) | 2 lines Add some more tests ------------------------------------------------------------------------ r12483 | jelmer | 2005-12-25 16:19:55 +0100 (Sun, 25 Dec 2005) | 2 lines Remove --tdr-header option (merged into --tdr-parser) ------------------------------------------------------------------------ r12484 | jelmer | 2005-12-25 18:12:52 +0100 (Sun, 25 Dec 2005) | 2 lines Initial work on supporting non-typedeffed types ------------------------------------------------------------------------ ============================ Samba log end ============== git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16896 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-18Update from samba tree revision 12205 to 12325jmayer2-5/+11
============================ Samba log start ============ ------------------------------------------------------------------------ r12205 | jelmer | 2005-12-13 02:56:04 +0100 (Tue, 13 Dec 2005) | 2 lines Support 'TFS' command in conformance files ------------------------------------------------------------------------ r12206 | jelmer | 2005-12-13 14:14:23 +0100 (Tue, 13 Dec 2005) | 2 lines Fix some issues in NOEMIT ------------------------------------------------------------------------ ============================ Samba log end ============== git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16851 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-14Add support for GLib/GTK+ 2.8. Point to the latest tag.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16802 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-13Update from samba tree revision 12185 to 12205jmayer2-3/+28
============================ Samba log start ============ ------------------------------------------------------------------------ r12205 | jelmer | 2005-12-13 02:56:04 +0100 (Tue, 13 Dec 2005) | 2 lines Support 'TFS' command in conformance files ------------------------------------------------------------------------ ============================ Samba log end ============== git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16776 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-13asn2eth.py:gerald1-1/+4
Catch a TypeError that gets thrown if we don't use any conversion specifiers during string formatting. H.248: Don't dereference a null pointer. Fixes bug 626. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16773 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-10The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generatesguy1-1/+1
fields as BASE_DEC; bitmaps are typically displayed in hex in Ethereal, so it should generate BASE_HEX instead. (Submitted to bugzilla.samba.org as bug 3313.) A couple of the IDL files use "unistr"; define it as "[string] uint16", so that the resulting dissectors work correctly. Regenerate dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16754 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-09Fix ...$ to : $jmayer3-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16750 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-04Update to samba svn revision 12055:jmayer4-11/+12
========== Samba changelog start ======================== r11959 | jelmer | 2005-11-29 14:54:51 +0100 (Tue, 29 Nov 2005) | 2 lines Use DOS_errors array for displaying WERROR values ------------------------------------------------------------------------ r11972 | metze | 2005-11-30 13:40:26 +0100 (Wed, 30 Nov 2005) | 3 lines handle [noejs] property also on functions metze ------------------------------------------------------------------------ r11974 | metze | 2005-11-30 18:07:02 +0100 (Wed, 30 Nov 2005) | 3 lines only look at $pl->{POINTER_TYPE} when $pl is defined metze ------------------------------------------------------------------------ r11997 | metze | 2005-12-01 13:39:33 +0100 (Thu, 01 Dec 2005) | 14 lines for multidimentional array like this: uint32 [num_level2][num_level1][num_level0] fix the order they're pushed and pulled, it should be like this for (l2=0; l2 < num_level2; l2++) { for (l1=0; l1 < num_level1; l1++) { for (l0=0; l0 < num_level0; l0++) { ndr_pull_uint32(...); } } } metze ========== Samba changelog end ======================== git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16673 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-02Add #line directives to the genertated dissector.lego1-3/+7
Now the compiler knows where a line comes from and errors point to the .cnf or -template.[ch] file instead of the generated code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16654 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-02new field type FT_OID for OBJECT IDENTIFIERskukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16652 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-14improvements in value constraint supportkukosa1-26/+54
- NO_BOUND is defined instead of usage -1 - negative bound is handled properly for INTEGER git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16505 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-12Update to samba 11691:jmayer5-5/+15
------------------------------------------------------------------------ r11535 | jelmer | 2005-11-06 14:53:37 +0100 (Sun, 06 Nov 2005) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/Template.pm Support void functions when generating templates. ------------------------------------------------------------------------ r11539 | jelmer | 2005-11-06 15:31:01 +0100 (Sun, 06 Nov 2005) | 4 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/TODO M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/Template.pm Fix indentation in templates. Always generate lower-case UUID strings as GUID_from_string seems to have trouble with uppercased ones. ------------------------------------------------------------------------ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16479 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-03Update to samba svn 11484jmayer4-5/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16388 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-24From Graeme Lunt:etxrab1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16296 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-18Update from samba treejmayer15-409/+558
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16264 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-11Set ETHEREAL_ABORT_ON_DISSECTOR_BUG. Make sure we create a core file. Fixgerald1-10/+17
up file names and extensions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16190 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-10Fix problems with bitstring:etxrab1-1/+1
- dissect_per_bitstring needs to know if extention exists or not. - Fixes for bitstring sizes up to 16 ( where max = min ). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16181 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-07Sync with samba treejmayer12-82/+1718
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16152 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-01one step further... lego1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16065 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-01Some changes in tpg's grammar to avoid constructing elements that cannot be ↵lego1-35/+22
dereferenced git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16062 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-29another step closerlego2-111/+128
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16052 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-28In case the paths to the tools are wrong, inform thejmayer1-0/+11
user about it instead of complaining that no capture files could be found. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16037 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-28update tpglego2-34/+25
tvbparse: - for tvbparse_until spend the target token even if it isn't included git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16032 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-27now it starts to work...lego1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16028 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-27TPG TVB Parser Generatorlego5-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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16021 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-23Add MANIFESTjmayer1-50/+51
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15984 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-22replace WinPcap devel pack 3.0 with current 3.1 versionulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15972 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-22Remove pidl.1.xml from the distribution.gerald1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15971 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-22Update from samba + new file MANIFESTjmayer23-0/+96
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15955 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-21pidl.1.xml doesn't exist any more in this form. It's now integratedjmayer1-607/+0
into pidl itself. So remove the file again and also the reference to the file in tools/Makefile.am git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15944 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-21Add the "test" directory and man page to pidl. This should hopefullygerald7-0/+1534
fix the current distcheck and RPM build failures. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15933 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-21Sync with samba: Update to fix manpage handlingjmayer4-623/+412
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15924 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-20Add the pidl files.jmayer1-1/+40
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15896 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-20asn2eth 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15894 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-19Revert back to local copy: The samba svn server does not support svnjmayer33-0/+14775
over http - this was a much requested feature for Ethereals svn server. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15882 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-19Change pidl to svn:externalsjmayer34-14807/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15866 f5534014-38df-0310-8fa8-9805f1628bb7