aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-03-01Wrap long lines in simple dialogs so that the dialog and its messageStephen Fisher1-0/+1
won't ever extend off the screen. svn path=/trunk/; revision=20953
2007-03-01Those two spaces before sdp were bctp (Q.1990), a protocol conveniently ↵Luis Ontanon4-14/+128
encoded to be two spaces in case of IPBCP (SDP+extras). There's probably something similar in packet-isup.c svn path=/trunk/; revision=20952
2007-02-28Sync up my changes so far to the content list (now called objectStephen Fisher9-424/+577
list) feature for http traffic. It's now available under File-> Export->Objects->HTTP. More changes to come.. svn path=/trunk/; revision=20951
2007-02-28Fix problem where specifying -b duration:xx on tshark wasn't working byStephen Fisher1-7/+5
testing for the "duration specified" variable along with the "maximum file size" variable. svn path=/trunk/; revision=20950
2007-02-28Start dissecting H.263 according to RFC 4629.Anders Broman1-7/+179
svn path=/trunk/; revision=20949
2007-02-28Add a missing OPTIONAL.Anders Broman2-6/+6
svn path=/trunk/; revision=20948
2007-02-28SCTP TSN analysis part 1.Luis Ontanon1-328/+241
Up and running. As it is analysis will stop at TSN rollover (0xffffffff->0x00000000). And It will start to misbehave when a TSN is seen again in the same half association (that's a case where an out-of-memory error will probably had happened before). It still needs testing. svn path=/trunk/; revision=20947
2007-02-28Fix for bug #1408:Stephen Fisher1-0/+1
Add proto_tree_add_bitmask to epan/libwireshark.def svn path=/trunk/; revision=20946
2007-02-27Update from samba tree revision 21535 to 21565Jörg Mayer3-7/+110
============================ Samba log start ============ ------------------------------------------------------------------------ r21545 | jelmer | 2007-02-26 18:43:01 +0100 (Mon, 26 Feb 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl Fix pidl test. ------------------------------------------------------------------------ r21555 | jelmer | 2007-02-27 13:46:19 +0100 (Tue, 27 Feb 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/tests/wireshark-conf.pl Some tests for TYPE in wireshark conformance files. ------------------------------------------------------------------------ r21559 | jelmer | 2007-02-27 14:41:56 +0100 (Tue, 27 Feb 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl More tests. ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=20945
2007-02-27fix Bug 1407Luis Ontanon1-25/+25
as per bug 1406 actual values aren't raw bytes, they are BER encoded octet strings. svn path=/trunk/; revision=20944
2007-02-27fix Bug 1406:Luis Ontanon1-38/+34
it looks like 1 byte parameters are ber encoded integers, not raw data. svn path=/trunk/; revision=20943
2007-02-27Some minor readability enhancements to the (still disabled) sequence ↵Jeff Morriss1-22/+33
analysis: use PROTO_ITEM_SET_GENERATED() on all the new fields and change hf_sctp_dup_ack's description to indicate that it's showing you the frame number of the previous ack. svn path=/trunk/; revision=20942
2007-02-27add PIDL friendly helper to manage unicode stringsRonnie Sahlberg2-1/+26
svn path=/trunk/; revision=20941
2007-02-27Add some AVP:sAnders Broman2-6/+15
svn path=/trunk/; revision=20940
2007-02-27Add $Id:$Anders Broman1-4/+5
svn path=/trunk/; revision=20939
2007-02-27From Douglas Pratley:Anders Broman1-3/+21
This patch gives brief instructions on how to build the RPM package target for Wireshark. svn path=/trunk/; revision=20938
2007-02-27From Daniel Krüger:Anders Broman2-423/+781
I attached a patch to this dissector, which includes some corrections, updates and SDO by UDP support. I will upload a sample capture of SDO by UDP to the wiki. The patch is fuzzy tested against the current SVN rev under Linux and it builds also under MSVC2005. svn path=/trunk/; revision=20937
2007-02-27From Floren Drouin:Anders Broman1-0/+2
This patch add a test on the GTK version to avoid a warning with the "gtk-label-select-on-focus" configuration parameter, introduced in GTK-2.9.0. svn path=/trunk/; revision=20936
2007-02-27From Richard van der Hoff:Anders Broman2-59/+129
- Registers H.223 as a dissector for RTP CLEARMODE payloads - and makes some other modifications to the H.223 dissector to make this work correctly. -Allows a standalone binary, epan/reassemble_test, to be built; this can be run from the commandline and should end up printing out "success" if all goes well. svn path=/trunk/; revision=20935
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter42-64/+108
-Remove the SPECIAL_BUILD tag -Set to OS type to NT_WINDOWS32 svn path=/trunk/; revision=20934
2007-02-26Update from samba tree revision 21471 to 21535Jörg Mayer9-284/+402
============================ Samba log start ============ ------------------------------------------------------------------------ r21484 | jelmer | 2007-02-21 11:31:14 +0100 (Wed, 21 Feb 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.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/tests/samba-ndr.pl Fix Needed* for nested datastructures. ------------------------------------------------------------------------ r21486 | jelmer | 2007-02-21 11:55:03 +0100 (Wed, 21 Feb 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm Remove spurious semicolons. ------------------------------------------------------------------------ r21487 | jelmer | 2007-02-21 12:32:48 +0100 (Wed, 21 Feb 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/librpc/idl/echo.idl 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 Fix warning when using anonymous types, initial work on nested type support in ejs. ------------------------------------------------------------------------ r21490 | jelmer | 2007-02-21 13:35:21 +0100 (Wed, 21 Feb 2007) | 3 lines Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm A /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl Add some tests for the EJS code More work on supporting nested types in EJS. ------------------------------------------------------------------------ r21492 | jelmer | 2007-02-21 15:35:25 +0100 (Wed, 21 Feb 2007) | 2 lines Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/TODO 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 Finish work on nested type support in EJS. ------------------------------------------------------------------------ r21493 | jelmer | 2007-02-21 21:59:01 +0100 (Wed, 21 Feb 2007) | 15 lines Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Patch from Ronnie Sahlberg. From his email: This patch changes the function name and signature that pidl generate a call for when dissecting a policy handle to a new, more PIDL-friendly function. It also stores the procedure name in a new pinfo-> field so that helpers that want to know the procedure name can finbd out easily. The new PIDL helper function for policy handles use this new field and will show OpenHKU(<...>) opened in frame X closed in frame Y for the policy handle. ------------------------------------------------------------------------ r21531 | jelmer | 2007-02-25 10:35:32 +0100 (Sun, 25 Feb 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Use pidl-specific utility functions. Patch from Ronnie Sahlberg ------------------------------------------------------------------------ r21532 | jelmer | 2007-02-25 10:55:57 +0100 (Sun, 25 Feb 2007) | 1 line Changed paths: M /branches/SAMBA_4_0 M /branches/SAMBA_4_0/source/pidl/TODO M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl Add tests for StripPrefixes utility function. ------------------------------------------------------------------------ r21534 | jelmer | 2007-02-26 02:03:19 +0100 (Mon, 26 Feb 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/lib/Parse/Pidl/Wireshark/NDR.pm M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl Add some more tests for wireshark. ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=20933
2007-02-25Eliminate __inline - not all compilers support it.Guy Harris3-83/+35
svn path=/trunk/; revision=20932
2007-02-25ANSI C defines size_t; if we don't have that defined, we have biggerGuy Harris1-6/+0
problems, and there's no guarantee that _SIZE_T is defined on all ANSI C platforms, so you might end up with a redefinition and a compile failure. svn path=/trunk/; revision=20931
2007-02-25The type argument to dnp3_al_obj_quality() isn't taken from the packet,Guy Harris1-16/+15
so invalid type arguments are programming errors; check for them with DISSECTOR_ASSERT(). Fix a call to use the right value from the packet. The dissector is a new-style dissector, so register it as such. svn path=/trunk/; revision=20930
2007-02-25I'm checking in what I got so far for TSN analysis.Luis Ontanon1-56/+497
It's disabled. To enable uncomment the preference, recompile and enable it from preferences. I checking it in because I need it as a reference. svn path=/trunk/; revision=20929
2007-02-25revert (most) changes in rev #20753, to avoid items being created on a wrong ↵Luis Ontanon9-38/+73
menu on windows. svn path=/trunk/; revision=20928
2007-02-25fix the padding in the read/write headers, some other minor changesUlf Lamping1-27/+132
svn path=/trunk/; revision=20927
2007-02-25add a new function dissect_dcom_HRESULT_item() for some more flexibility, ↵Ulf Lamping4-6/+46
use it in the CBA-ACCO dissector - as the value_strings from dcom can't be used in hf_register_info from a plugin svn path=/trunk/; revision=20926
2007-02-25don't cache the downloaded file, so changes in the update file will have an ↵Ulf Lamping1-2/+3
effect while experimenting svn path=/trunk/; revision=20925
2007-02-25fix the WinPcap version detection, some minor enhancements to the update logicUlf Lamping1-14/+23
svn path=/trunk/; revision=20924
2007-02-25fix #1399: don't assert the oidlength returned from the network card driver, ↵Ulf Lamping1-4/+11
but simply return that the PacketRequest call failed in that case. BTW: this is a serious bug in the specific network card driver of this report, it returned a buffer length LONGER than the provided buffer length one! svn path=/trunk/; revision=20923
2007-02-25add new flag for PIDL conformance files : PIDL_SET_COL_INFORonnie Sahlberg2-9/+156
which applies (for now only) to integer types. when this flag is specified as PARAM_VALUE the fields name and its value will be pushed onto the info column of the summary line svn path=/trunk/; revision=20922
2007-02-25remove warningsLuis Ontanon3-41/+31
svn path=/trunk/; revision=20921
2007-02-25+ some cosmetic changes to package dissection.Luis Ontanon3-129/+427
+ add more Q.1950 packages and parameters svn path=/trunk/; revision=20920
2007-02-25move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.hRonnie Sahlberg2-2/+11
also change their values to use the top order bits of an uint32 instead of the least significant ones svn path=/trunk/; revision=20919
2007-02-25add new PIDL friendly helpers for dissection of integer types.Ronnie Sahlberg3-57/+142
these new helpers take a parameter that can be used to decorate the tree and summary line (when this parameter is acted upon/implemented in the code inside the helpers) WINREG was regenerated using a patched version of PIDL. Mainline version of PIDL does not yet have this patch applied. svn path=/trunk/; revision=20918
2007-02-24update EFS and EVENTLOG conformance files to use the new definesRonnie Sahlberg7-126/+210
for when policy handles are opened/closed and regenerate the dissector with the latest version of PIDL svn path=/trunk/; revision=20917
2007-02-24Add basic support for RFC4585.Anders Broman1-1/+100
svn path=/trunk/; revision=20916
2007-02-24give some reasons why older windows versions are no longer supported, add ↵Ulf Lamping1-5/+13
links to the versions known to still work with Win9x / NT 4.0 svn path=/trunk/; revision=20915
2007-02-24better reflect the current Windows installerUlf Lamping1-105/+124
svn path=/trunk/; revision=20914
2007-02-24have sdp ignoring useless caracters efore the first element (this is a hack ↵Luis Ontanon1-1/+11
to avoid the two spaces found before the v= in sdp messages embeded in h248/q1950) svn path=/trunk/; revision=20913
2007-02-24mention that Windows with 256 colors still work with GTK1Ulf Lamping2-2/+9
svn path=/trunk/; revision=20912
2007-02-24WS won't work well with 256 colorsUlf Lamping1-1/+1
svn path=/trunk/; revision=20911
2007-02-23From Mark Lewis:Stephen Fisher1-5/+13
The current RTP/MPEG2 Transport Stream dissector has a bug. When both Adaptation Field and Payload are present in a packet (AFC==3) the payload is ignored and Wireshark marks the packet as malformed. This patch to epan/dissectors/packet-mp2t.c fixes the problem. svn path=/trunk/; revision=20910
2007-02-23I unadvertedly checked in this one, it adds tsn analysis to sctp which is ↵Luis Ontanon1-490/+56
still broken (although it is disabled by default). Revert to previous version. svn path=/trunk/; revision=20909
2007-02-23fix some bugs introduced in the latest releases and add value_strings for ↵Luis Ontanon9-231/+818
param, evt, sig and stat ids s well as "sub-parameters". svn path=/trunk/; revision=20908
2007-02-23have megaco handing over to h248 in case it does not recognize the buffer as ↵Luis Ontanon1-1/+5
text encoded megaco svn path=/trunk/; revision=20907
2007-02-23prohibit installation on Win NT 4.0Ulf Lamping1-1/+5
svn path=/trunk/; revision=20906
2007-02-23remove another hidden item Luis Ontanon1-1/+0
svn path=/trunk/; revision=20905
2007-02-23system requirements Windows updates:Ulf Lamping1-14/+17
- Vista is no longer beta - disk space min. 75MB - be a bit more specific about no longer supported NT 4.0 - some editing svn path=/trunk/; revision=20904