aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
Remaining fixes from: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225 svn path=/trunk/; revision=19895
2006-11-12Update to use the latest gtk 2.8 glib and pango libraries.Anders Broman1-1/+4
Note from a mail on gtk dev list: -rwxr-xr-x 1 tml Administ 224510 Oct 3 18:35 libpango-1.0-0.dll -rwxr-xr-x 1 tml Administ 37952 Oct 3 18:35 libpangocairo-1.0-0.dll -rwxr-xr-x 1 tml Administ 58749 Oct 3 18:35 libpangowin32-1.0-0.dll (That's the relevant DLLs from the "bin" folder in Pango 1.14.5, where the module(s) are built-in into the DLLs, so no lib/pango/1.5.0/modules folder is needed.) svn path=/trunk/; revision=19880
2006-11-07Updated to revision 19604.Jörg Mayer8-1303/+1560
Update from samba tree revision 19582 to 19604 ============================ Samba log start ============ ------------------------------------------------------------------------ r19585 | jelmer | 2006-11-06 22:54:19 +0100 (Mon, 06 Nov 2006) | 10 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/idl.yp M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Add support for some more standard IDL instructions: - `include' (replaces helper()) - `import' (replaces depends()) Add support for parsing importlib() - importlib() is now ignored (with a warning), but no longer causes syntax errors. helper() and depends() are now marked deprecated and will cause warnings. ------------------------------------------------------------------------ r19588 | jelmer | 2006-11-06 23:54:49 +0100 (Mon, 06 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/idl.yp M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm Use include and import statements rather than depends() and helper(). ------------------------------------------------------------------------ r19599 | jelmer | 2006-11-07 02:00:27 +0100 (Tue, 07 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/idl.yp M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm Fix --includedir. ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=19846
2006-11-06Update from samba tree revision 19578 to 19582Jörg Mayer3-9/+19
============================ Samba log start ============ ------------------------------------------------------------------------ r19580 | jelmer | 2006-11-06 21:01:22 +0100 (Mon, 06 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/idl.yp M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm M /branches/SAMBA_4_0/source/pidl/pidl Add --includedir option. ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=19831
2006-11-06Update from samba tree revision 19565 to 19578Jörg Mayer1-1/+1
============================ Samba log start ============ ------------------------------------------------------------------------ r19572 | jelmer | 2006-11-06 15:07:20 +0100 (Mon, 06 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm Fix typo. ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=19825
2006-11-05Update from samba tree revision 19553 to 19565Jörg Mayer1-9/+15
============================ Samba log start ============ ------------------------------------------------------------------------ r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm Add check for correct API usage. ------------------------------------------------------------------------ r19557 | jelmer | 2006-11-04 21:24:35 +0100 (Sat, 04 Nov 2006) | 3 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Fix lookup table for WERROR. Fix perl warnings when using NTSTATUS as return type. ------------------------------------------------------------------------ r19559 | jelmer | 2006-11-04 22:53:00 +0100 (Sat, 04 Nov 2006) | 3 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Fix handling of types where the name isn't prefixed by the interface name. Based on patch by Julien Kerihuel. ------------------------------------------------------------------------ r19560 | jelmer | 2006-11-05 01:03:44 +0100 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Fix handling of PARAM_VALUE. ------------------------------------------------------------------------ r19561 | jelmer | 2006-11-05 01:08:39 +0100 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Remove debug statement. ------------------------------------------------------------------------ r19562 | jelmer | 2006-11-05 01:26:44 +0100 (Sun, 05 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Support returning simple scalars. ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=19815
2006-11-04xxx_PROGRAMS variables have the name of the program without $(EXEEXT).Guy Harris1-3/+2
Update Gerald's address. svn path=/trunk/; revision=19796
2006-11-04Update from samba tree revision 19540 to 19553Jörg Mayer5-33/+45
============================ Samba log start ============ ------------------------------------------------------------------------ r19541 | jelmer | 2006-11-03 20:55:17 +0100 (Fri, 03 Nov 2006) | 3 lines Explicitly segfault when the API is being used incorrectly. Previously this would've caused a silent premature return. ------------------------------------------------------------------------ r19544 | jelmer | 2006-11-04 00:08:33 +0100 (Sat, 04 Nov 2006) | 2 lines Fix case of 'warning'. ------------------------------------------------------------------------ r19545 | jelmer | 2006-11-04 02:53:29 +0100 (Sat, 04 Nov 2006) | 2 lines Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel. ------------------------------------------------------------------------ r19546 | jelmer | 2006-11-04 03:51:03 +0100 (Sat, 04 Nov 2006) | 3 lines fix number of bytes pushed when using switch_type() set to enum types. die() on invalid used of enum_type_fn() ------------------------------------------------------------------------ r19547 | jelmer | 2006-11-04 03:54:24 +0100 (Sat, 04 Nov 2006) | 2 lines Fix use of v1_enum on enums used in return types. ------------------------------------------------------------------------ r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines Add check for correct API usage. ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=19793
2006-11-03Update from samba tree revision 18675 to 19540Jörg Mayer4-9/+52
============================ Samba log start ============ svn: When specifying working copy paths, only one target may be given ============================ Samba log end ============== svn path=/trunk/; revision=19783
2006-11-03Fixes ./autogen.sh on Mac OS X...Michael Tüxen1-2/+2
svn path=/trunk/; revision=19782
2006-10-31Robert Schwebel:Jörg Mayer1-2/+2
Fix for http://bugs.wireshark.org/bugzilla/attachment.cgi?id=419&action=view cross compilation fails With the following change: Use only AC_CANONICAL_TARGET From the autoconf manual: The user is encouraged to use either `AC_CANONICAL_BUILD', or `AC_CANONICAL_HOST', or `AC_CANONICAL_TARGET', depending on the needs. Using `AC_CANONICAL_TARGET' is enough to run the two other macros. svn path=/trunk/; revision=19753
2006-10-30carsten.prescher@eads.com:Jörg Mayer1-0/+0
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1114 @SHELL@ not replaced in idl2wrs svn path=/trunk/; revision=19742
2006-10-26Preparations for using the latest GTK 2.8 files for now only gettext is updated.Anders Broman1-1/+1
svn path=/trunk/; revision=19695
2006-10-09Ply updated to version 2.1Tomas Kukosa2-802/+653
svn path=/trunk/; revision=19459
2006-09-27Update GNUTLS to 1.5.1. This includes an updated libgcrypt, which shouldGerald Combs1-1/+5
fix bug 1096. Switch back to fetching a date-stamped URL in win32-setup.sh. This ensures backward compatibility with previous releases and non-updated SVN trees. svn path=/trunk/; revision=19339
2006-09-26The forgotten files!Luis Ontanon1-1/+1
svn path=/trunk/; revision=19325
2006-09-22Handle netscreen 5.3r4 snoop output, too.Gilbert Ramirez1-1/+13
This format adds "len=\d+" before the ":" svn path=/trunk/; revision=19290
2006-09-19Update from samba tree revision 18221 to 18675Jörg Mayer15-1731/+329
============================ Samba log start ============ svn: When specifying working copy paths, only one target may be given ============================ Samba log end ============== svn path=/trunk/; revision=19258
2006-09-11a proxy might also be specified using .wgetrc, so don't switch off the proxy ↵Ulf Lamping1-1/+2
explicitly svn path=/trunk/; revision=19194
2006-09-07Update from samba tree revision 17666 to 18221Jörg Mayer5-343/+358
============================ Samba log start ============ svn: When specifying working copy paths, only one target may be given ============================ Samba log end ============== svn path=/trunk/; revision=19171
2006-08-30From Alejandro Vaquero:Anders Broman1-1/+1
- Change the "listen_rtp" to "rtp_player" - Change from a plugin to be part of the core - By default it will not compile with the rtp_player. In order to compile it is necessary to: + For windows: uncomment the line "PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake + For linux: using the "--with-portaudio=yes" svn path=/trunk/; revision=19094
2006-08-15filed blurb changed to "proto.WrsType" variantTomas Kukosa1-4/+2
svn path=/trunk/; revision=18911
2006-08-15Ply updated to version 1.8Tomas Kukosa2-3/+16
svn path=/trunk/; revision=18910
2006-08-14Update from samba tree revision 16838 to 17541Jörg Mayer2-461/+486
============================ Samba log start ============ svn: When specifying working copy paths, only one target may be given ============================ Samba log end ============== svn path=/trunk/; revision=18898
2006-08-09Point to the newest (1.5.0-1) GnuTLS package. Since it containsGerald Combs1-1/+1
libgcrypt, enable it in the Windows build. In packet-ipsec.c: - Remove non-constants from variable declaration initializations. - Use ep_alloc() in a couple of places. - Fix an off-by-one error. - Reduce the number of SAs in the preferences from 4 to 2. 4 made the preferences window absolutely enormous. This is probably the wrong way to fix this. - Fix up whitespace. svn path=/trunk/; revision=18856
2006-08-07Add GNUTLS to the Windows build. Gerald Combs1-1/+1
In packet-ssl.c, move ssl_set_debug() up a bit so that we can debug key file parsing. svn path=/trunk/; revision=18850
2006-08-07Point to the latest archive.Gerald Combs1-1/+1
svn path=/trunk/; revision=18847
2006-08-04It's not only executable but a script as well: propset eol-style + keywordsJörg Mayer1-1/+1
svn path=/trunk/; revision=18837
2006-08-02Make the output file name a little more descriptive.Gerald Combs1-1/+1
svn path=/trunk/; revision=18828
2006-08-02Add a script for randpkt testing. Copied from fuzz-test.sh.Gerald Combs1-0/+121
svn path=/trunk/; revision=18824
2006-08-01Update lempar to sqlittes version 1.18Anders Broman1-36/+41
http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/lempar.c svn path=/trunk/; revision=18815
2006-07-27PLY updated to version 1.7Tomas Kukosa2-24/+52
svn path=/trunk/; revision=18797
2006-07-17Switch to Net-SNMP 5.3.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=18744
2006-07-07Point to the latest repository directory.Gerald Combs1-1/+1
svn path=/trunk/; revision=18682
2006-07-06Update to Net-SNMP 5.3.0.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=18673
2006-07-04Update to current samba branch (sorry, lost the samba changelog)Jörg Mayer12-104/+184
while maintaining the Ethereal -> Wireshark changes. svn path=/trunk/; revision=18655
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-6/+6
svn path=/trunk/; revision=18652
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from ↵Tomas Kukosa1-3/+3
field information svn path=/trunk/; revision=18637
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-1/+1
svn path=/trunk/; revision=18621
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa1-8/+15
tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
2006-06-26Use a more uniform name for the output files (which makes it easier toGerald Combs1-2/+3
write wrapper scripts). svn path=/trunk/; revision=18577
2006-06-23Let the user set the working directory and number of passes from the commandGerald Combs1-4/+23
line. An upcoming Buildbot step will use these. svn path=/trunk/; revision=18564
2006-06-22fix bug introduced with last changeTomas Kukosa1-1/+1
svn path=/trunk/; revision=18545
2006-06-20- change ETH_VAR to WS_VARTomas Kukosa1-37/+40
- preparation for tagged type support svn path=/trunk/; revision=18525
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
definition in the Catapult DCT2000 code. svn path=/trunk/; revision=18524
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-1/+1
svn path=/trunk/; revision=18395
2006-06-06Ethereal -> WiresharkGerald Combs13-46/+46
svn path=/trunk/; revision=18374
2006-06-05- packet-per.[ch]: Open Type supportTomas Kukosa1-14/+127
- asn2wrs.py: TYPE-IDENTIFIER and ABSTRACT-SYNTAX information object classes support svn path=/trunk/; revision=18338
2006-06-01Fix dist/distcheck.Gerald Combs1-3/+5
svn path=/trunk/; revision=18302
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs6-4/+4
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271