summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-06Start introducing actx to ber functions.Anders Broman79-6642/+6693
svn path=/trunk/; revision=21705
2007-05-06Ad missing pkcs12.Anders Broman1-0/+9
svn path=/trunk/; revision=21704
2007-05-06-p not -b :)Anders Broman1-2/+2
svn path=/trunk/; revision=21703
2007-05-06Add mpeg to the Win makefiles.Anders Broman2-0/+63
svn path=/trunk/; revision=21702
2007-05-06Improve readability of code samples and program outputJaap Keuter2-78/+73
svn path=/trunk/; revision=21701
2007-05-06Better column information display for delivery reports.Graeme Lunt4-145/+225
svn path=/trunk/; revision=21700
2007-05-06add CBA_E_INVALIDIDUlf Lamping1-0/+1
svn path=/trunk/; revision=21699
2007-05-06the default is still python 2.4, as 2.5 currently doesn't work with the ↵Ulf Lamping1-2/+3
buildbot installation. svn path=/trunk/; revision=21698
2007-05-06embed the manifest files for the unittest exe's as wellUlf Lamping1-3/+9
svn path=/trunk/; revision=21697
2007-05-06instead of copying the MSVC 2005 manifest files around, embed them into the ↵Ulf Lamping4-28/+40
.exe / .dll files - this way is easier to handle while packaging and alike, and probably will solve some problems. We might want to do this for the plugins as well later. svn path=/trunk/; revision=21696
2007-05-06Separate field for the elements of a constructed OCTET STRING.Graeme Lunt1-1/+5
svn path=/trunk/; revision=21695
2007-05-06New U3 packaging tool to generate a UUID based on the Wireshark version ↵Graeme Lunt9-3/+824
string within the Wireshark namespace. The Wireshark namespace UUID is: 94630be0-e031-11db-974d-0002a5d5c51b It is based upon the example code from RFC4122 and links against gcrypt. Using this tool allows the U3 packaging UUID to be automatically changed for new versions as well as giving each buildbot version a different UUID. svn path=/trunk/; revision=21694
2007-05-05add -P command line option helpUlf Lamping1-0/+2
svn path=/trunk/; revision=21693
2007-05-05-E path setting doc, update wireshark help outputUlf Lamping1-15/+82
svn path=/trunk/; revision=21692
2007-05-05fix -E path setting docUlf Lamping1-6/+6
svn path=/trunk/; revision=21691
2007-05-05add command line option -E for path settings - implemented already weeks agoUlf Lamping1-0/+15
svn path=/trunk/; revision=21690
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct ↵Ulf Lamping4-2/+10
variable access svn path=/trunk/; revision=21689
2007-05-05disable warning 4005 *again*Ulf Lamping1-0/+4
svn path=/trunk/; revision=21688
2007-05-05If the user explicitly specified "--enable-wireshark", fail immediatelyGuy Harris1-4/+15
if the test for GTK+ fails; that lets the user insist on getting Wireshark and gives them immediate feedback if they can't have it, so they can either give up and just get TShark or fix the problem. svn path=/trunk/; revision=21687
2007-05-04Add a plugin interface to wiretap.Luis Ontanon7-39/+278
So far I've done only regression testing (the new functionality and what's in wtap-plugins.c has not yet being tested). it is a first step in the way to have lua opening files. svn path=/trunk/; revision=21686
2007-05-04Show BER internal fields in external type in ACSE, update a comment in ↵Anders Broman4-21/+28
packet-ber.c. svn path=/trunk/; revision=21685
2007-05-04Once is enough. :-)Guy Harris2-3/+3
That should get rid of warnings in packet-ber.c; add it to the list of clean dissectors, to try to keep it clean. svn path=/trunk/; revision=21684
2007-05-04- Q.932: fix warningsTomas Kukosa9-3669/+46
- RNSAP: generate field functions only for necessary types - other dissectors regenerated svn path=/trunk/; revision=21683
2007-05-04- new #.OPT directive which allows to use command line options from ↵Tomas Kukosa1-58/+136
conformance file (and more options in the future) - option -F|CREATE_FIELDS used from conformance file can have type parameter, field functions are created only for its members svn path=/trunk/; revision=21682
2007-05-04Spare the filter compilation and filter list handling on clear display filter.Jaap Keuter1-5/+5
svn path=/trunk/; revision=21681
2007-05-04From Steven Schaeffer:Jaap Keuter2-4/+15
Fix for bug 310. Use the frame number to store history i.s.o. row number. svn path=/trunk/; revision=21680
2007-05-04missing packet-t30.h fileTomas Kukosa1-0/+1
svn path=/trunk/; revision=21679
2007-05-04missing asn1.c fileTomas Kukosa1-0/+47
svn path=/trunk/; revision=21678
2007-05-04fix few warnings in Q.932 and QSIG dissectorsTomas Kukosa8-48/+70
svn path=/trunk/; revision=21677
2007-05-04generate T.38 dissector from ASN.1 sourceTomas Kukosa15-688/+1980
svn path=/trunk/; revision=21676
2007-05-04- fix creating PDU_NEW functions, return the right valueTomas Kukosa1-10/+19
- allow FN_PARS to be spreaded over more lines svn path=/trunk/; revision=21675
2007-05-04Fix a copy paste error.Anders Broman2-2/+2
svn path=/trunk/; revision=21674
2007-05-04revert changes done by mistake - keep original ASN.1 sourceTomas Kukosa1-1/+2
svn path=/trunk/; revision=21673
2007-05-04From Olivier Montanuy:Anders Broman1-17/+690
Patch tested against traces obtained from Cisco IOS 12.4 Flexible Netflow, IOS-XR 3.3, Huawei VRP 5.30. Features: - Decodes Netflow v9 option templates - Decodes quite a few additional Netflow v9 types - Packets and octets counters can be 64-bit - Show unknown Netflow v9 fields as hexa, useful when using tshark -V with Netflow v9 implementations that use undocumented proprietary types. Enabled by: "#define SHOW_UNKNOWN_TYPES 1" svn path=/trunk/; revision=21672
2007-05-03Note: make test for the following update generates 1 error:Jörg Mayer18-2485/+2531
--------- tests/header..............NOK 14# Failed test 'struct declaration' # in tests/header.pl at line 49. # '/* header auto-generated by pidl */ # # #include <core.h> # #include <stdint.h> # # #ifndef _HEADER_p # #define _HEADER_p # # struct x#endif /* _HEADER_p */ # ' # doesn't match '(?ms-xi:struct x;)' # Looks like you failed 1 test of 15. tests/header..............dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 14 --------- Update from samba tree revision 22314 to 22657 ============================ Samba log start ============ ------------------------------------------------------------------------ r22357 | jelmer | 2007-04-19 03:26:15 +0200 (Thu, 19 Apr 2007) | 2 lines Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.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/NDR/Parser.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl Don't use 'our' ------------------------------------------------------------------------ r22453 | jelmer | 2007-04-22 12:42:33 +0200 (Sun, 22 Apr 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm M /branches/SAMBA_4_0/source/pidl/tests/tdr.pl Fix TDR testsuite without using our. ------------------------------------------------------------------------ r22456 | jelmer | 2007-04-22 15:57:07 +0200 (Sun, 22 Apr 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm M /branches/SAMBA_4_0/source/pidl/pidl M /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl Merge wireshark and ejs test improvements. ------------------------------------------------------------------------ r22457 | jelmer | 2007-04-22 16:19:22 +0200 (Sun, 22 Apr 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm M /branches/SAMBA_4_0/source/pidl/pidl M /branches/SAMBA_4_0/source/pidl/tests/samba3-cli.pl Fix tests for Samba3 client generator. ------------------------------------------------------------------------ r22462 | jelmer | 2007-04-22 17:59:34 +0200 (Sun, 22 Apr 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm M /branches/SAMBA_4_0/source/pidl/pidl M /branches/SAMBA_4_0/source/pidl/tests/Util.pm M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl Fix test suite for ndr parser without using 'our' ------------------------------------------------------------------------ r22520 | jelmer | 2007-04-25 18:10:54 +0200 (Wed, 25 Apr 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl Fix the TYPE command. ------------------------------------------------------------------------ r22617 | metze | 2007-05-01 03:57:17 +0200 (Tue, 01 May 2007) | 4 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm assume we have defered elements if the type is just provides via 'declare' this should fix the problem with the winbind IRPC calls metze ------------------------------------------------------------------------ r22618 | metze | 2007-05-01 04:00:57 +0200 (Tue, 01 May 2007) | 8 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/idl.yp M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm handle the properties related to the type and not to 'declare' to avoid a pidl warning with: declare [switch_type(uint16)] union netr_Validation; void foo([in] uint16 level, [in,switch_is(level)] netrValidation info); metze ------------------------------------------------------------------------ r22640 | metze | 2007-05-02 20:00:02 +0200 (Wed, 02 May 2007) | 4 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm - generate nicer output - fix compiler warning about unused ';' metze ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=21671
2007-05-03Split out asn1 common functions. Start of BER EXTERNAL.Anders Broman6-17/+156
svn path=/trunk/; revision=21670
2007-05-03use the latest version of PIDL to regenerate winreg using the new TYPE Ronnie Sahlberg2-320/+397
conformance file directive to replace winreg_String with our own code. PARAM_VALUE does not yet work for this however which needs to looked into svn path=/trunk/; revision=21669
2007-05-03Show internal ber fields for tagged type if pref. set.Anders Broman1-2/+4
svn path=/trunk/; revision=21668
2007-05-03Dissect returnedFunction.Anders Broman4-101/+215
svn path=/trunk/; revision=21667
2007-05-03will this finally get rid of the warnigs?Luis Ontanon1-6/+6
svn path=/trunk/; revision=21666
2007-05-03Check for an infinite loop while processing cipher suites. Fixes bug 1582.Gerald Combs2-5/+47
Add release notes for the SSL and display filter macro bugs. svn path=/trunk/; revision=21665
2007-05-03Handle cases where our macro doesn't have any arguments. We shouldGerald Combs1-76/+77
probably provide feedback to the user, but at least we don't crash now. Fixes Coverity CID 232. svn path=/trunk/; revision=21664
2007-05-03- REAL type and values are supportedTomas Kukosa1-140/+157
- if a value of some INTEGER type is defined then it is assigned to this type like a named value i.e. MyType ::= INTEGER mv01 MyType ::= 1 is equal to MyType ::= INTEGER { mv01 (1) } svn path=/trunk/; revision=21663
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa128-491/+499
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-05-03comment out parameters of parametrized typeTomas Kukosa1-1/+1
svn path=/trunk/; revision=21661
2007-05-03uppercase identifiers are not allowedTomas Kukosa1-2/+2
svn path=/trunk/; revision=21660
2007-05-03uppercase identifiers are not allowedTomas Kukosa1-1/+1
svn path=/trunk/; revision=21659
2007-05-03REAL type supportTomas Kukosa2-15/+93
svn path=/trunk/; revision=21658
2007-05-03Fix a couple of typos and fixup whitespace.Gerald Combs1-201/+201
svn path=/trunk/; revision=21657
2007-05-02The forgotten file strikes back.Luis Ontanon1-1/+2
... It also fixes a lua compile warning/error in wslua_gui.c. ... svn path=/trunk/; revision=21656