X-Git-Url: http://git.samba.org/?p=metze%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=ChangeLog;h=777421ae89a107b39a9092c3180abf025998c21d;hp=e95542b640d6213e1f71020ee8b25a8951029004;hb=82295d76efbd6cd36689f4670b81300cd73e1cc6;hpb=f44455fa19a29942cde9b0c8029d094e9e726f35 diff --git a/ChangeLog b/ChangeLog index e95542b640..777421ae89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3500 +1,18694 @@ ------------------------------------------------------------------------ -r13088 | guy | 2005-01-17 13:30:31 -0600 (Mon, 17 Jan 2005) | 7 lines +r20467 | lego | 2007-01-17 18:54:56 -0800 (Wed, 17 Jan 2007) | 4 lines Changed paths: - M /trunk/epan/addr_resolv.c + M /trunk/epan/dfilter + M /trunk/epan/dfilter/Makefile.am + M /trunk/epan/dfilter/Makefile.nmake + A /trunk/epan/dfilter/dfilter-macro.c + A /trunk/epan/dfilter/dfilter-macro.h + M /trunk/epan/dfilter/dfilter.c + A /trunk/epan/dfilter/dfilter_macro_load.l + A /trunk/gtk/macros_dlg.c + A /trunk/gtk/macros_dlg.h + M /trunk/gtk/menu.c -Use WINDIR rather than SYSTEMROOT - WINDIR is apparently set on Windows -OT as well as NT, while SYSTEMROOT isn't. +display filter macros. +NOT to be copied over to release 0.99.5 -If it's not set, don't bother looking for the hosts file, rather than -trying a path with a fixed drive letter. If it is set, try the Windows -NT location first and, if that fails, the Windows OT location. ------------------------------------------------------------------------ -r13087 | gerald | 2005-01-17 10:45:15 -0600 (Mon, 17 Jan 2005) | 3 lines +r20468 | lego | 2007-01-17 19:13:10 -0800 (Wed, 17 Jan 2007) | 2 lines Changed paths: - M /trunk/Makefile.nmake - M /trunk/packaging/nsis/ethereal.nsi - M /trunk/tools/win32-setup.sh + M /trunk/version_info.c -Switch the Windows build environment to GTK 2.4.14. Enable GTK-Wimp by -default in the installer. +the version string stated "without Lua" regardless or not Lua support was indeed built. ------------------------------------------------------------------------ -r13086 | kukosa | 2005-01-17 05:53:36 -0600 (Mon, 17 Jan 2005) | 1 line +r20469 | lego | 2007-01-17 19:17:33 -0800 (Wed, 17 Jan 2007) | 4 lines Changed paths: - M /trunk/tools/asn2eth.py + M /trunk/gtk/Makefile.common + +not for 0.99.5 +add macro_dlg.h and macro_dlg.c -Support of GeneralizedTime in PER ------------------------------------------------------------------------- -r13085 | kukosa | 2005-01-17 04:09:43 -0600 (Mon, 17 Jan 2005) | 1 line -Changed paths: - M /trunk/epan/dissectors/packet-per.c - M /trunk/epan/dissectors/packet-per.h - M /trunk/epan/libethereal.def -ASN.1 PER VisibleString support ------------------------------------------------------------------------ -r13084 | guy | 2005-01-17 02:13:02 -0600 (Mon, 17 Jan 2005) | 7 lines +r20470 | lego | 2007-01-17 19:21:22 -0800 (Wed, 17 Jan 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-aim-bos.c - M /trunk/epan/dissectors/packet-aim-icq.c - M /trunk/epan/dissectors/packet-aim-location.c - M /trunk/epan/dissectors/packet-aim-messaging.c - M /trunk/epan/dissectors/packet-aim-signon.c - M /trunk/epan/dissectors/packet-aim-ssi.c - M /trunk/epan/dissectors/packet-aim.c + M /trunk/gtk/Makefile.am -If a given TLV type isn't found in an aim_tlv table, just use "Unknown" -as the description - some aim_tlv tables have NULL in the end-of-table -entry. +NOT for 0.99.5 +macro_dlg.h was in this other file! -For those that don't, replace "Unknown" with NULL; "Unknown" is now -redundant. ------------------------------------------------------------------------ -r13083 | guy | 2005-01-16 21:39:58 -0600 (Sun, 16 Jan 2005) | 11 lines +r20471 | jake | 2007-01-17 23:10:02 -0800 (Wed, 17 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-dnp.c - -When assembling application layer chunks, don't include the transport -layer byte in the reassembled data - including it means we have to pass -to "tvb_new_real_data()" a pointer to the *second* byte of a mallocated -chunk of data, but that would require us to have the free routine for -the new tvbuff back that pointer up before freeing it (we aren't doing -that currently, which means that "free()" either complains bitterly or, -potentially, corrupts the arena, causing crashes later). - -Put in some XXX comments about some issues seen when looking at the -code. + M /trunk/gtk/Makefile.am +Trying to get buildbot Ubuntu-5.10-x86 to build again. +Fix typo. ------------------------------------------------------------------------ -r13082 | guy | 2005-01-16 19:11:39 -0600 (Sun, 16 Jan 2005) | 4 lines +r20472 | martinm | 2007-01-18 03:02:26 -0800 (Thu, 18 Jan 2007) | 6 lines Changed paths: + M /trunk/epan/dfilter/semcheck.c + M /trunk/epan/dissectors/packet-catapult-dct2000.c + M /trunk/epan/dissectors/packet-ncp2222.inc + M /trunk/epan/dissectors/packet-smb-sidsnooping.c + M /trunk/epan/dissectors/packet-text-media.c + M /trunk/epan/ftypes/ftype-bytes.c + M /trunk/epan/ftypes/ftype-double.c + M /trunk/epan/ftypes/ftype-guid.c + M /trunk/epan/ftypes/ftype-integer.c + M /trunk/epan/ftypes/ftype-ipv4.c + M /trunk/epan/ftypes/ftype-none.c + M /trunk/epan/ftypes/ftype-pcre.c + M /trunk/epan/ftypes/ftype-string.c + M /trunk/epan/ftypes/ftype-time.c + M /trunk/epan/ftypes/ftype-tvbuff.c + M /trunk/epan/ftypes/ftypes.c + M /trunk/epan/ftypes/ftypes.h M /trunk/epan/proto.c + M /trunk/epan/wslua/wslua_field.c + M /trunk/file.c + M /trunk/gtk/io_stat.c + M /trunk/gtk/proto_draw.c + M /trunk/gtk/rtp_analysis.c + M /trunk/print.c + M /trunk/tap-iostat.c + M /trunk/wiretap/catapult_dct2000.c -Add the source file name and line number to the dissector bug report -(not as useful as for bugs caught in the dissector itself, but still may -be useful). +Add separate union entries to fvalue.value for signed and unsigned +32-bit numbers. Separate signed and unsigned accessors have been +added and used where appropriate. + +Definitely not for 0.99.5. ------------------------------------------------------------------------ -r13081 | guy | 2005-01-16 18:56:56 -0600 (Sun, 16 Jan 2005) | 8 lines +r20473 | jake | 2007-01-18 03:28:47 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/proto.c + M /trunk/epan/dfilter/Makefile.am -Use REPORT_DISSECTOR_BUG() for the "bogus length" error in -"alloc_field_info()", so the error report can include the field with the -problem. (The file and line number isn't interesting - the bug isn't in -"alloc_field_info()", it's in the dissector that called the routine -calling "alloc_field_info()" - but the field name/abbrevition is -interesting, as it'd help developers identify the place in the dissector -where we're passing in a bogus length.) +Trying to fix the build on Ubuntu-5.10-x86 buildbot again. ------------------------------------------------------------------------ -r13080 | lroland | 2005-01-16 18:23:43 -0600 (Sun, 16 Jan 2005) | 1 line +r20474 | martinm | 2007-01-18 03:44:24 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/tools/unix2dos.pl + M /trunk/epan/ftypes/ftype-pcre.c + +Missed this one (I don't build with pcre) -Convert files with mixed (unix and DOS) EOL-style correctly. ------------------------------------------------------------------------ -r13079 | guy | 2005-01-16 18:18:39 -0600 (Sun, 16 Jan 2005) | 3 lines +r20475 | guy | 2007-01-18 04:19:17 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/proto.h + M /trunk/AUTHORS + M /trunk/wiretap/AUTHORS + M /trunk/wiretap/snoop.c -Add a REPORT_DISSECTOR_BUG() macro to let caller-specified messages be -used in DissectorError exceptions. +From Clay Jones: Shomiti wireless packet support. ------------------------------------------------------------------------ -r13078 | guy | 2005-01-16 17:30:55 -0600 (Sun, 16 Jan 2005) | 10 lines +r20476 | jake | 2007-01-18 04:22:21 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-frame.c - M /trunk/epan/exceptions.h - M /trunk/epan/proto.c - M /trunk/epan/proto.h + M /trunk/doc/README.plugins -Rename the FieldError exception to DissectorError. - -Add a DISSECTOR_ASSERT() macro, which is the usual type of assertion -macro, but throws a DissectorError exception with a message giving the -flien and line number and the failed test as a string. Use that macro -in "alloc_field_info()". - -Report that exception in the Info column and the protocol tree, as well -as logging the exception failure with g_warning(). +Improve information on building plugins. ------------------------------------------------------------------------ -r13077 | lroland | 2005-01-16 17:26:02 -0600 (Sun, 16 Jan 2005) | 3 lines -Changed paths: - M /trunk/asn1/MAP_Dialogue/Makefile.nmake - M /trunk/asn1/cmip/Makefile.nmake - M /trunk/asn1/cms/Makefile.nmake - M /trunk/asn1/ess/Makefile.nmake - M /trunk/asn1/gsmmap/Makefile.nmake - M /trunk/asn1/h225/Makefile.nmake - M /trunk/asn1/h235/Makefile.nmake - M /trunk/asn1/h245/Makefile.nmake - M /trunk/asn1/h248/Makefile.nmake - M /trunk/asn1/h450/Makefile.nmake - M /trunk/asn1/logotype-cert-extn/Makefile.nmake - M /trunk/asn1/ns-cert-exts/Makefile.nmake - M /trunk/asn1/ocsp/Makefile.nmake - M /trunk/asn1/pkcs1/Makefile.nmake - M /trunk/asn1/pkinit/Makefile.nmake - M /trunk/asn1/pkix1explicit/Makefile.nmake - M /trunk/asn1/pkix1implicit/Makefile.nmake - M /trunk/asn1/pkixcmp/Makefile.nmake - M /trunk/asn1/pkixcrmf/Makefile.nmake - M /trunk/asn1/pkixproxy/Makefile.nmake - M /trunk/asn1/pkixqualified/Makefile.nmake - M /trunk/asn1/pkixtsp/Makefile.nmake - M /trunk/asn1/smrse/Makefile.nmake - M /trunk/asn1/x509af/Makefile.nmake - M /trunk/asn1/x509ce/Makefile.nmake - M /trunk/asn1/x509if/Makefile.nmake - M /trunk/asn1/x509sat/Makefile.nmake - -When using Cygwin's python asn2eth.py -generates dissectors with mixed EOL! SVN doesn't allow you to commit such files. -Add a target to all nmake makefiles in asn1 subdirectory which will fix these files. ------------------------------------------------------------------------- -r13076 | lroland | 2005-01-16 15:21:41 -0600 (Sun, 16 Jan 2005) | 4 lines +r20477 | martinm | 2007-01-18 05:13:55 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/asn1/h225/h225.cnf - M /trunk/epan/dissectors/packet-h225.c - M /trunk/epan/dissectors/packet-h225.h + M /trunk/epan/ftypes/ftype-pcre.c + +Remove extra element. -Add a few more things to the h225 dissector that got lost. -Lost things left: --h.450 stuff --support for the h.323 conversations tap (It is currently broken.) ------------------------------------------------------------------------ -r13075 | guy | 2005-01-16 14:26:19 -0600 (Sun, 16 Jan 2005) | 7 lines +r20478 | lego | 2007-01-18 06:04:49 -0800 (Thu, 18 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-cops.c + M /trunk/Makefile.am + M /trunk/version_info.c -Make the object length variable in some routines an "int"; we fetch a -16-bit unsigned value into it, but we might round it up to a multiple of -4 bytes, which could overflow a guint16. Make arguments corresponding -to them "int" as well. +Fix version_info.c compilation -Use the reported length in "cops_analyze_packetcable_mm_obj()". ------------------------------------------------------------------------ -r13074 | ulfl | 2005-01-16 10:06:15 -0600 (Sun, 16 Jan 2005) | 3 lines +r20479 | martinm | 2007-01-18 06:41:59 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-acse.c - M /trunk/epan/dissectors/packet-dcerpc.c - M /trunk/epan/dissectors/packet-ethertype.c - M /trunk/epan/dissectors/packet-frame.c - M /trunk/epan/dissectors/packet-frame.h - M /trunk/epan/dissectors/packet-ieee8023.c - M /trunk/epan/dissectors/packet-isl.c - M /trunk/epan/dissectors/packet-pres.c - M /trunk/epan/dissectors/packet-ses.c - M /trunk/epan/exceptions.h - M /trunk/epan/proto.c + M /trunk/epan/dissectors/packet-udld.c -throw the new FieldError exception, if a dissector tries to add a field with invalid parameters +Filled in missing hf entries. -add a message parameter to the show_exception function ------------------------------------------------------------------------ -r13073 | jmayer | 2005-01-16 09:45:21 -0600 (Sun, 16 Jan 2005) | 1 line -Changed paths: - M /trunk/plugins/mate/mate.h - M /trunk/plugins/mate/mate_util.h - M /trunk/plugins/mate/packet-mate.c - -Some trivial warning fixes in mate ------------------------------------------------------------------------- -r13072 | guy | 2005-01-16 04:38:21 -0600 (Sun, 16 Jan 2005) | 2 lines -Changed paths: - A /trunk/asn1/MAP_Dialogue/Makefile.nmake - A /trunk/asn1/cmip/Makefile.nmake - A /trunk/asn1/cms/Makefile.nmake - A /trunk/asn1/ess/Makefile.nmake - A /trunk/asn1/gsmmap/Makefile.nmake - A /trunk/asn1/h235/Makefile.nmake - A /trunk/asn1/h245/Makefile.nmake - A /trunk/asn1/h248/Makefile.nmake - A /trunk/asn1/h450/Makefile.nmake - A /trunk/asn1/logotype-cert-extn/Makefile.nmake - A /trunk/asn1/ns-cert-exts/Makefile.nmake - A /trunk/asn1/ocsp/Makefile.nmake - A /trunk/asn1/pkcs1/Makefile.nmake - A /trunk/asn1/pkinit/Makefile.nmake - A /trunk/asn1/pkix1explicit/Makefile.nmake - A /trunk/asn1/pkix1implicit/Makefile.nmake - A /trunk/asn1/pkixcmp/Makefile.nmake - A /trunk/asn1/pkixcrmf/Makefile.nmake - A /trunk/asn1/pkixproxy/Makefile.nmake - A /trunk/asn1/pkixqualified/Makefile.nmake - A /trunk/asn1/pkixtsp/Makefile.nmake - A /trunk/asn1/smrse/Makefile.nmake - A /trunk/asn1/x509af/Makefile.nmake - A /trunk/asn1/x509ce/Makefile.nmake - A /trunk/asn1/x509if/Makefile.nmake - A /trunk/asn1/x509sat/Makefile.nmake - -Supply Makefile.nmake files. - ------------------------------------------------------------------------- -r13071 | guy | 2005-01-16 04:19:21 -0600 (Sun, 16 Jan 2005) | 5 lines +r20480 | lego | 2007-01-18 06:56:03 -0800 (Thu, 18 Jan 2007) | 3 lines Changed paths: - M /trunk/asn1/MAP_Dialogue/Makefile - M /trunk/asn1/cmip/Makefile - M /trunk/asn1/cms/Makefile - M /trunk/asn1/ess/Makefile - M /trunk/asn1/gsmmap/Makefile - M /trunk/asn1/h225/Makefile - M /trunk/asn1/h248/Makefile - M /trunk/asn1/logotype-cert-extn/Makefile - M /trunk/asn1/ocsp/Makefile - M /trunk/asn1/pkcs1/Makefile - M /trunk/asn1/pkinit/Makefile - M /trunk/asn1/pkix1explicit/Makefile - M /trunk/asn1/pkix1implicit/Makefile - M /trunk/asn1/pkixcmp/Makefile - M /trunk/asn1/pkixcrmf/Makefile - M /trunk/asn1/pkixproxy/Makefile - M /trunk/asn1/pkixqualified/Makefile - M /trunk/asn1/pkixtsp/Makefile - M /trunk/asn1/smrse/Makefile - M /trunk/asn1/x509af/Makefile - M /trunk/asn1/x509ce/Makefile - M /trunk/asn1/x509if/Makefile - M /trunk/asn1/x509sat/Makefile + A /trunk/epan/dfilter/dfilter_macro_expand.l -Make the Makefile look like the h235 Makefiles, with the new rules. +The forgotten file strikes back... -Get rid of their "executable" property, and set svn:keywords to Id and -svn:eol-style to native if they're not already set. ------------------------------------------------------------------------ -r13070 | guy | 2005-01-16 04:17:53 -0600 (Sun, 16 Jan 2005) | 2 lines +r20481 | lego | 2007-01-18 07:00:39 -0800 (Thu, 18 Jan 2007) | 3 lines Changed paths: - A /trunk/asn1/h235/Makefile - A /trunk/asn1/h245/Makefile - A /trunk/asn1/h450/Makefile - A /trunk/asn1/ns-cert-exts/Makefile + M /trunk/epan/dfilter/Makefile.nmake + D /trunk/epan/dfilter/dfilter_macro_expand.l + +I actually forgot that dfilter_macro_expand.l was not used -Add Makefiles. ------------------------------------------------------------------------ -r13069 | guy | 2005-01-16 03:17:16 -0600 (Sun, 16 Jan 2005) | 3 lines +r20482 | lego | 2007-01-18 07:32:01 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/asn1/h225/Makefile.nmake + M /trunk/epan/dfilter/Makefile.nmake -Make the dissector files depend on asn2eth.py, so they're regenerated if -it's modified. +fix the dfilter_macro_load.c rule ------------------------------------------------------------------------ -r13068 | guy | 2005-01-16 03:16:36 -0600 (Sun, 16 Jan 2005) | 5 lines +r20483 | jake | 2007-01-18 08:36:10 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/asn1/h225/Makefile + M /trunk/epan/libwireshark.def -Make the rules match those of Makefile.nmake - make "all" and -"generate_dissector" generate the dissector files but not copy them to -epan/dissectors, add a "copy_files" rule to copy them, and add a "clean" -rule to clean up. +Export the split fvalue_get_integer as fvalue_get_uinteger and fvalue_get_sinteger ------------------------------------------------------------------------ -r13067 | guy | 2005-01-16 03:09:57 -0600 (Sun, 16 Jan 2005) | 2 lines +r20484 | guy | 2007-01-18 10:41:46 -0800 (Thu, 18 Jan 2007) | 3 lines Changed paths: - A /trunk/asn1/h225/Makefile + M /trunk/epan/dissectors/packet-ssl.c -Add a Makefile. +guint32 requires %[doxu], not %l[doxu]. (We don't support ILP16 +platforms, just ILP32, LP64, and LLP64.) ------------------------------------------------------------------------ -r13066 | guy | 2005-01-16 03:06:25 -0600 (Sun, 16 Jan 2005) | 3 lines +r20485 | guy | 2007-01-18 10:43:30 -0800 (Thu, 18 Jan 2007) | 15 lines Changed paths: - A /trunk/asn1/h225/Makefile.nmake (from /trunk/asn1/h225/makefile.nmake2:13065) - D /trunk/asn1/h225/makefile.nmake2 + M /trunk/epan/addr_and_mask.h + M /trunk/epan/addr_resolv.h + M /trunk/epan/address.h + M /trunk/epan/afn.h + M /trunk/epan/aftypes.h + M /trunk/epan/arcnet_pids.h + M /trunk/epan/arptypes.h + M /trunk/epan/atalk-utils.h + M /trunk/epan/bitswap.h + M /trunk/epan/bridged_pids.h + M /trunk/epan/camel-persistentdata.h + M /trunk/epan/chdlctypes.h + M /trunk/epan/circuit.h + M /trunk/epan/column-utils.h + M /trunk/epan/column.h + M /trunk/epan/column_info.h + M /trunk/epan/conversation.h + M /trunk/epan/crc16.h + M /trunk/epan/crc32.h + M /trunk/epan/packet.h + M /trunk/epan/proto.h + M /trunk/wiretap/wtap.h -Phase 2 of renaming "makefile.nmake" to "Makefile.nmake", to match other -Makefile.nmake files. +Put + + #ifdef __cplusplus + extern "C" { + #endif /* __cplusplus */ ------------------------------------------------------------------------- -r13065 | guy | 2005-01-16 03:05:45 -0600 (Sun, 16 Jan 2005) | 3 lines -Changed paths: - D /trunk/asn1/h225/makefile.nmake - A /trunk/asn1/h225/makefile.nmake2 (from /trunk/asn1/h225/makefile.nmake:13053) + ... -Phase 1 of renaming "makefile.nmake" to "Makefile.nmake" - this is a bit -of a pain on case-insensitive file systems. + #ifdef __cplusplus + } + #endif /* __cplusplus */ + +wrappers into some header files, for the benefit of C++ plugins. Also, +add multiple-include protections. ------------------------------------------------------------------------ -r13064 | guy | 2005-01-16 02:45:11 -0600 (Sun, 16 Jan 2005) | 5 lines +r20486 | jake | 2007-01-18 12:21:35 -0800 (Thu, 18 Jan 2007) | 1 line Changed paths: - M /trunk/wiretap/pppdump.c - -When we get an EOF, only return WTAP_ERR_SHORT_READ as the error if we -were in the middle of processing a record. If we got one at the -*beginning* of the record, that just means we've come to a clean -end-of-file. + M /trunk/epan/libwireshark.def +Trying to get buildbot Windows-XP-x86 to build again. ------------------------------------------------------------------------ -r13063 | guy | 2005-01-15 22:25:27 -0600 (Sat, 15 Jan 2005) | 14 lines +r20489 | sfisher | 2007-01-18 12:53:24 -0800 (Thu, 18 Jan 2007) | 6 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-stun.c - -From Jon Ringle: + M /trunk/gtk/column_prefs.c - don't dissect attributes if there aren't any; - put each attribute into a subtree; +Change save & restart requirement sentence in column preferences to say just +that you must restart wireshark for the changes to take effect. The sentence +used to say to hit the save button first, which is now gone by default. + - register the dissector by name. - -Use "match_strval()" to check whether the message type is a known STUN -message type, and to generate the message type for the Info column. - -Don't use "tvb_bytes_exist()" to check when we run out of data - use the -length fields from the packet. Check the sanity of those lengths, too. +------------------------------------------------------------------------ +r20490 | morriss | 2007-01-18 14:06:56 -0800 (Thu, 18 Jan 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-mtp3.c +Add a preference (defaulted to off) to have the MTP3 dissector show the priority (which is a national option in ITU) of MSUs. ------------------------------------------------------------------------ -r13062 | guy | 2005-01-15 21:09:05 -0600 (Sat, 15 Jan 2005) | 2 lines +r20491 | ulfl | 2007-01-18 15:57:03 -0800 (Thu, 18 Jan 2007) | 4 lines Changed paths: - M /trunk/Makefile.common - M /trunk/tethereal.c + M /trunk/docbook/Makefile -Report a friendlier name, if possible, when capturing in Tethereal. +the docbook generation also suffers from the cygwin bash CR/LF problem :-( +I've added a call to dos2unix to convert check_svn_version.sh that way +Is it safe to assume that dos2unix is available on a common UNIX developer machine?!? ------------------------------------------------------------------------ -r13061 | guy | 2005-01-15 20:56:28 -0600 (Sat, 15 Jan 2005) | 4 lines +r20492 | ulfl | 2007-01-18 16:10:22 -0800 (Thu, 18 Jan 2007) | 1 line Changed paths: - M /trunk/Makefile.common - M /trunk/capture.c - D /trunk/capture_combo_utils.c - D /trunk/capture_combo_utils.h - A /trunk/capture_ui_utils.c (from /trunk/capture_combo_utils.c:13060) - A /trunk/capture_ui_utils.h (from /trunk/capture_combo_utils.h:13060) - M /trunk/gtk/capture_dlg.c - M /trunk/gtk/capture_info_dlg.c - M /trunk/gtk/capture_prefs.c - -Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the code -in there is for UI functions including, but not limited to, the combo -box in capture dialogs. + M /trunk/packaging/nsis/Makefile.nmake + M /trunk/packaging/nsis/wireshark.nsi +instead of getting the user-guide.chm file always from the docbook dir, copy the more recent one from docbook or win32-libs\user-guide dir into local nsis dir, and use that one to build the installer - seems to be the cleanest way ------------------------------------------------------------------------ -r13060 | guy | 2005-01-15 20:48:41 -0600 (Sat, 15 Jan 2005) | 8 lines +r20493 | ulfl | 2007-01-18 16:12:01 -0800 (Thu, 18 Jan 2007) | 1 line Changed paths: - M /trunk/capture.c - M /trunk/capture_combo_utils.c - M /trunk/capture_combo_utils.h - M /trunk/gtk/capture_info_dlg.c + M /trunk/docbook/Makefile -Use a more descriptive name, if available, for the network interface in -window titles even on UN*X, and if the user's specified a description -for an interface, use that rather than the description supplied by -libpcap. +add a target to build a zipped version of user-guide.chm +------------------------------------------------------------------------ +r20494 | ulfl | 2007-01-18 16:14:43 -0800 (Thu, 18 Jan 2007) | 1 line +Changed paths: + M /trunk/docbook/Makefile -Put the interface name into the main window title when doing a live -capture. +add user-guide.zip to the clean target +------------------------------------------------------------------------ +r20495 | ulfl | 2007-01-18 17:10:59 -0800 (Thu, 18 Jan 2007) | 1 line +Changed paths: + M /trunk/Makefile.nmake + M /trunk/tools/win32-setup.sh +add the user-guide as a component to the setup target ------------------------------------------------------------------------ -r13059 | guy | 2005-01-15 19:22:53 -0600 (Sat, 15 Jan 2005) | 7 lines +r20496 | ulfl | 2007-01-18 17:21:17 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-x11.c + M /trunk/config.nmake -The keycode_first and keycode_count arguments to "listOfKeysyms()" can -come directly from packet data, so don't abort if they define a sequence -of keycodes that goes past 255 - just report errors for the keycodes -past 255. +user-guide final step: +enable HHC_DIR as default, hopefully the buildbot will "get it right" now :-) +------------------------------------------------------------------------ +r20497 | ulfl | 2007-01-18 18:41:25 -0800 (Thu, 18 Jan 2007) | 4 lines +Changed paths: + M /trunk/Makefile.nmake -Clean up indentation. +As discussed on the devlist: +A clean_setup is done first now to ensure that the target dirs don't contain old files - probably remaining from a previous setup run. +explicit removing of the gtk2 dir is no longer required therefore ------------------------------------------------------------------------ -r13058 | guy | 2005-01-15 18:48:25 -0600 (Sat, 15 Jan 2005) | 2 lines +r20498 | guy | 2007-01-18 21:22:43 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-x11.c + M /trunk/wiretap/wtap.h -Revert to the previous formatting of the item. +Put in some information about RSSI. ------------------------------------------------------------------------ -r13057 | guy | 2005-01-15 18:29:54 -0600 (Sat, 15 Jan 2005) | 7 lines +r20500 | gerald | 2007-01-18 22:34:07 -0800 (Thu, 18 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-x11.c + M /trunk/make-version.pl -Display the keycode list for a modifier a bit differently (don't list -the modifier name for every keycode, just give the modifier name once -and then show all the keycodes), and use "proto_item_append_text()" -rather than building a string. +Set our package version even if we're using the SVN client. -Clean up white space. +------------------------------------------------------------------------ +r20501 | grahamb | 2007-01-19 08:20:48 -0800 (Fri, 19 Jan 2007) | 1 line +Changed paths: + M /trunk + M /trunk/epan + M /trunk/epan/wslua + M /trunk/image + M /trunk/packaging/nsis + M /trunk/plugins/agentx + M /trunk/plugins/artnet + M /trunk/plugins/asn1 + M /trunk/plugins/ciscosm + M /trunk/plugins/docsis + M /trunk/plugins/enttec + M /trunk/plugins/gryphon + M /trunk/plugins/h223 + M /trunk/plugins/irda + M /trunk/plugins/lwres + M /trunk/plugins/mate + M /trunk/plugins/megaco + M /trunk/plugins/mgcp + M /trunk/plugins/opsi + M /trunk/plugins/pcli + M /trunk/plugins/profinet + M /trunk/plugins/rlm + M /trunk/plugins/rtnet + M /trunk/plugins/rudp + M /trunk/plugins/sbus + M /trunk/plugins/stats_tree + M /trunk/plugins/v5ua +Updated svn:ignore props for win32 build artifacts ------------------------------------------------------------------------ -r13056 | guy | 2005-01-15 17:45:37 -0600 (Sat, 15 Jan 2005) | 8 lines +r20502 | morriss | 2007-01-19 09:25:13 -0800 (Fri, 19 Jan 2007) | 10 lines Changed paths: - M /trunk/epan/dissectors/packet-gsm_sms.c + M /trunk/epan/dissectors/packet-sccp.c -Correction for TP-Validity-Period extended format, from Victor Stratan: +Reindent pretty heavily. It's still not 100% consistent but at least all the +code in each function is consistent (previously there were some sections of +code indented, oh, about 10 indentations too far). At the same time, remove +trailing white space and change spaces to tabs. - Fix 1: - Offset not incremented for relative type +Remove one duplicated call to sccp_assoc() and s/isup_apm/sccp/g in the hf[] +array (apparently when the XUDT reassembly was put in it was copied from ISUP +but the filter names weren't changed). - Fix 2: - Semioctets not reversed for HHMMSS relative type ------------------------------------------------------------------------ -r13055 | guy | 2005-01-15 17:36:24 -0600 (Sat, 15 Jan 2005) | 17 lines +r20505 | morriss | 2007-01-19 15:27:24 -0800 (Fri, 19 Jan 2007) | 9 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-l2tp.c - M /trunk/epan/dissectors/packet-mpls.c + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/reassemble.c + M /trunk/epan/reassemble.h -From Carlos Pignataro: Layer Two Tunneling Protocol version 3 [L2TPv3] -updates and enhancements: +Fix the SCCP dissector so it doesn't show non-segmented DT1 messages as +having been reassembled. - - Added Cookie and L2-Specific sublayer support via preferences dialog. - - Added carried payload dissecting support from draft-ietf-l2tpext-pwe3-* - and draft-townsley-l2tpv3-mpls-02.txt - - Completed missing message types (call types) and result codes for stopccn - and cdn. - - Fixed conditionals for avp_vendor_id (Vendor-Specific AVPs) - - Changed Pseudowire Capabilities List AVPs to use subtree instead of tab - - Added numeric value of result and error codes - - Added Session ID for v3 data packets and missing flags and reserved - - Added version to the L2TPv3 protocol tree - - Changed `Tunnel Id' to `Control Connection Id' for v3 - - Fixed offset for ctrl_tree on L2TPv3 over UDP - - Added `L2TPv3' in the COL_PROTOCOL and fixed handling of L2TP version +Fix the comments in reassembly.c and reassembly.h regarding what the reassembly +routines actually return in the 802.11 and no-sequence-number cases when they +are given the first and last packet (that is, a non-segmented packet): in +particular the routines return a pointer to a list containing just the one +fragment. ------------------------------------------------------------------------ -r13054 | guy | 2005-01-15 17:34:29 -0600 (Sat, 15 Jan 2005) | 3 lines +r20506 | jake | 2007-01-19 15:56:42 -0800 (Fri, 19 Jan 2007) | 12 lines Changed paths: - M /trunk/plugins/mate/mate_util.c + M /trunk/epan/dissectors/packet-ip.c -Set fp to NULL before "load_loal_error()" is called, so we don't pass an -uninitalized variable to it. +From Paul Moore: +This patch adds support for the IPv4 Commercial IP Security Option (CIPSO) as +defined in the IETF draft, draft-ietf-cipso-ipsecurity-01.txt. While this +draft has long since expired, it has become a de-facto standard for labeled +networking with support from several commercial Multi-Level Security (MLS) +operating systems such as HP-UX CMW and Trusted Solaris; in addition, Linux +Kernels 2.6.19 and later provide support for CIPSO in conjunction with +SELinux. ------------------------------------------------------------------------- -r13053 | ulfl | 2005-01-15 13:37:35 -0600 (Sat, 15 Jan 2005) | 1 line -Changed paths: - M /trunk/docbook/eug_src/EUG_chapter_introduction.xml - M /trunk/docbook/eug_src/EUG_preface.xml +Copies of the expired CIPSO draft can be found at the NetLabel project page: + * http://netlabel.sf.net -add a link to the wiki at appropriate places ------------------------------------------------------------------------ -r13052 | ulfl | 2005-01-15 13:07:05 -0600 (Sat, 15 Jan 2005) | 3 lines +r20507 | gerald | 2007-01-19 18:05:49 -0800 (Fri, 19 Jan 2007) | 9 lines Changed paths: - M /trunk/docbook/eug_src/EUG_chapter_customize.xml - M /trunk/docbook/eug_src/EUG_chapter_use.xml - M /trunk/docbook/eug_src/EUG_chapter_work.xml - M /trunk/docbook/user-guide.xml + M /trunk/gtk/about_dlg.c + M /trunk/gtk/dlg_utils.c + M /trunk/gtk/dlg_utils.h + M /trunk/gtk/simple_dialog.c -I've removed the preference pages screenshots, as there was no description of the settings. I've added a link to the wiki pages and updated them accordingly (hopefully someone else might put the explanation text in there). +Recent versions of GTK+ have added a "gtk-label-select-on-focus" +property, which selects the entire contents of a label when it comes +into focus. This property annoyingly defaults to TRUE, which meant that +the labels in simple dialogs and the about box would unexpectedly show +up selected. -This way, we will have all preference descriptions at one place. ------------------------------------------------------------------------- -r13051 | jmayer | 2005-01-15 12:39:44 -0600 (Sat, 15 Jan 2005) | 1 line -Changed paths: - M /trunk/configure.in - M /trunk/plugins/Makefile.am +Work around this by setting the focus on the "OK" button in the about +dialog and the first button specified in simple dialogs. -Add mate to the build process (plus a few whitespace changes) ------------------------------------------------------------------------ -r13050 | jmayer | 2005-01-15 12:34:06 -0600 (Sat, 15 Jan 2005) | 1 line +r20508 | jake | 2007-01-20 06:08:05 -0800 (Sat, 20 Jan 2007) | 2 lines Changed paths: - M /trunk/FAQ - M /trunk/help/faq.txt - M /trunk/manuf + M /trunk/gtk/dlg_utils.c -Update FAQ and manuf files +Trying to get buildbot Windows-XP-x86 to build again. +Reverting GTK2 to GTK1.2 functionname ------------------------------------------------------------------------ -r13049 | gerald | 2005-01-15 12:18:09 -0600 (Sat, 15 Jan 2005) | 2 lines +r20509 | jake | 2007-01-20 08:46:42 -0800 (Sat, 20 Jan 2007) | 2 lines Changed paths: - M /trunk/config.nmake - M /trunk/configure.in - -Bump the version to 0.10.9. + M /trunk/epan/dissectors/packet-eth.c + M /trunk/epan/dissectors/packet-ethertype.c +From Graeme Hewson: +The attached patch adds Homeplug to the table of ethernet types. ------------------------------------------------------------------------ -r13048 | ulfl | 2005-01-15 10:01:54 -0600 (Sat, 15 Jan 2005) | 3 lines +r20510 | ulfl | 2007-01-20 09:52:39 -0800 (Sat, 20 Jan 2007) | 9 lines Changed paths: - M /trunk/gtk/capture_info_dlg.c + M /trunk/gtk/graph_analysis.c -Recently the capture interface name was added to the title of the capture info dialog. +from Stephen Fisher: +A user asked what file format the flow graph is saved as, which isn't +apparent by looking at the dialog. I had to try saving a file and check +its type -- plain text file. Could someone please apply the attached +patch or similar change to graph_analysis.c. My patch updates the title +of the dialog box from "Wireshark: Save graph to file" to "Wireshark: +Save graph to text file". -On WIN32, this interface name is in a somehwat unreadable format "\Device\NPF_{242423...", display the interface description on win32 systems instead "Realtek RTL ..." +However, I used the term "plain text file" instead ;-) ------------------------------------------------------------------------ -r13047 | ulfl | 2005-01-15 09:52:50 -0600 (Sat, 15 Jan 2005) | 1 line +r20511 | etxrab | 2007-01-20 13:45:38 -0800 (Sat, 20 Jan 2007) | 1 line Changed paths: - M /trunk/pcap-util-int.h + M /trunk/epan/dissectors/packet-l2tp.c -fix a typo +Update some value strings. ------------------------------------------------------------------------ -r13046 | guy | 2005-01-15 04:39:49 -0600 (Sat, 15 Jan 2005) | 2 lines +r20512 | sfisher | 2007-01-20 15:23:50 -0800 (Sat, 20 Jan 2007) | 7 lines Changed paths: - M /trunk/ethereal_gen.py - M /trunk/plugins/giop/packet-coseventcomm.c - M /trunk/plugins/giop/packet-cosnaming.c + M /trunk/gtk/packet_list.c -Use -1 as a length value for "to the end of the tvbuff". ------------------------------------------------------------------------- -r13045 | guy | 2005-01-15 04:10:16 -0600 (Sat, 15 Jan 2005) | 2 lines -Changed paths: - M /trunk/AUTHORS +Fix a bug where the size of each column was being computed with the GTK+ +default font of Sans 10 instead of the setting in Wireshark (such as +Monospace 10). On some systems this bug was causing the contents of columns +such as the command line specified (CLS) time to be cut off. -Add an entry for Yann. ------------------------------------------------------------------------ -r13044 | guy | 2005-01-15 04:09:00 -0600 (Sat, 15 Jan 2005) | 3 lines +r20513 | ulfl | 2007-01-20 20:48:49 -0800 (Sat, 20 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-olsr.c - -From Yann: handle OLSR messages with an unknown message type, using the -message length. + M /trunk/docbook/Makefile + M /trunk/docbook/developer-guide.xml + M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml + A /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml + M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml +major redesign: +- add a chapter about a Win32 Quick Setup +- update MSVC information about Versions > 6 ------------------------------------------------------------------------ -r13043 | ulfl | 2005-01-14 17:33:03 -0600 (Fri, 14 Jan 2005) | 1 line +r20514 | lego | 2007-01-21 09:05:33 -0800 (Sun, 21 Jan 2007) | 3 lines Changed paths: - M /trunk/docbook/eug_src/EUG_chapter_advanced.xml + M /trunk/epan/wslua/wslua_gui.c -(Hopefully clarified) name resolution a bit. ------------------------------------------------------------------------- -r13042 | tuexen | 2005-01-14 16:26:18 -0600 (Fri, 14 Jan 2005) | 2 lines -Changed paths: - M /trunk/epan/dissectors/packet-mtp2.c +fix bug 1320 -Add support for extended sequence numbers as specified in Annex A of Q.703. ------------------------------------------------------------------------ -r13041 | guy | 2005-01-14 14:27:34 -0600 (Fri, 14 Jan 2005) | 3 lines +r20515 | lego | 2007-01-21 09:06:16 -0800 (Sun, 21 Jan 2007) | 3 lines Changed paths: - M /trunk/gtk/ansi_a_stat.c - M /trunk/gtk/ansi_map_stat.c - M /trunk/gtk/gsm_a_stat.c - M /trunk/gtk/gsm_map_stat.c - M /trunk/gtk/isup_stat.c - M /trunk/gtk/mtp3_stat.c - M /trunk/gtk/mtp3_summary.c + M /trunk/epan/wslua/template-init.lua + +fix bug 1321 -From Laurent Rabret: handle the cases where there's no capture file, or -there is but it has no packets. ------------------------------------------------------------------------ -r13040 | guy | 2005-01-14 13:28:02 -0600 (Fri, 14 Jan 2005) | 11 lines +r20516 | guy | 2007-01-21 14:28:54 -0800 (Sun, 21 Jan 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-rtcp.c + M /trunk/epan/dfilter/dfilter-macro.h -If an item in a source description chunk begins with 4 bytes of zero, -that doesn't mean it's padding at the end of a previous item - it might, -for example, be the *first* item in the chunk. Don't treat it as -padding. +Set the appropriate keywords. -Do, however, treat an item that begins with a zero byte as an item, but -break out of the loop processing items as soon as the item type is put -into the protocol tree, as there's no length field or data in an -RTCP_SDES_END item. Fix the comment for that loop to indicate that the -loop checks both for end-of-frame and for an RTCP_SDES_END item. +Add a newline at the end of the file. ------------------------------------------------------------------------ -r13039 | guy | 2005-01-14 12:05:08 -0600 (Fri, 14 Jan 2005) | 4 lines +r20517 | guy | 2007-01-21 14:32:37 -0800 (Sun, 21 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/dfilter/dfilter_macro_load.l -Pass 0, not FALSE, as the FCS length argument (FALSE is defined as 0, -but the field is integral, not Boolean, so it's clearer if it's passed -as 0). +Set the appropriate keywords. ------------------------------------------------------------------------ -r13038 | lroland | 2005-01-14 12:04:54 -0600 (Fri, 14 Jan 2005) | 1 line +r20518 | sfisher | 2007-01-21 14:45:58 -0800 (Sun, 21 Jan 2007) | 8 lines Changed paths: - M /trunk/asn1/h225/makefile.nmake + M /trunk/epan/stats_tree.c -With xcopy use backsplash instead of slash as directory seperator ------------------------------------------------------------------------- -r13037 | lroland | 2005-01-14 11:56:40 -0600 (Fri, 14 Jan 2005) | 1 line -Changed paths: - M /trunk/asn1/h225/makefile.nmake -Replace another "cp" with two "xcopy"s ------------------------------------------------------------------------- -r13036 | lroland | 2005-01-14 11:52:03 -0600 (Fri, 14 Jan 2005) | 1 line -Changed paths: - A /trunk/asn1/h225/makefile.nmake +From Sebastien Tandel: + +patch against a crash of wireshark with gtk1.2 when using packet +length statistics window. The crash was due to a difference of +implementation of g_strsplit between gtk1.2 and gtk2. -Add nmake makefile for /asn1/h225 ------------------------------------------------------------------------- -r13035 | lroland | 2005-01-14 11:49:30 -0600 (Fri, 14 Jan 2005) | 1 line -Changed paths: - M /trunk/asn1/h450/h450.cnf - M /trunk/asn1/h450/packet-h450-template.h -Fix svn properties ------------------------------------------------------------------------ -r13034 | gerald | 2005-01-14 11:09:11 -0600 (Fri, 14 Jan 2005) | 3 lines +r20519 | sfisher | 2007-01-21 15:02:07 -0800 (Sun, 21 Jan 2007) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-ncp-nmas.c + M /trunk/epan/dissectors/packet-frame.c -From Greg Morris: Improve malformed packet handling. + +Change frame dissector to show "frame" instead of "packet" for all fields +for consistency. The frame.pkt_len filter is now deprecated, but still +supported as a hidden field for an easy transition. The new field name is +frame.len. ------------------------------------------------------------------------ -r13033 | gerald | 2005-01-14 10:57:07 -0600 (Fri, 14 Jan 2005) | 2 lines +r20520 | sfisher | 2007-01-21 15:36:53 -0800 (Sun, 21 Jan 2007) | 14 lines Changed paths: - M /trunk/doc/Makefile.nmake + M /trunk/epan/dissectors/packet-bssap.c -Remove another GNU cp dependency. ------------------------------------------------------------------------- -r13032 | guy | 2005-01-14 06:20:03 -0600 (Fri, 14 Jan 2005) | 5 lines -Changed paths: - M /trunk/epan/dissectors/packet-gnutella.c +From Tobias Witek: -Fix indentation. +I found a rare situation in which the BSSAP dissector seems to wrongly +assume a packet. -Catch size values >= 0x80000000 and throw an exception rather than -crashing with an assertion. +When a RANAP DirectTransfer message contains the GSM Supplementary +Service 'Call Confirmed' this seems to yield a message that the BSSAP +dissector recognizes as a BSSMAP BLOCK message (and from the perspective +of BSSAP, this is perfectly correct). + +My patch includes code that checks this very special case. ------------------------------------------------------------------------- -r13031 | kukosa | 2005-01-14 05:42:39 -0600 (Fri, 14 Jan 2005) | 1 line -Changed paths: - M /trunk/asn1/h225/packet-h225-template.h -Included filename packet-H225-exp.h changed to packet-h225-exp.h ------------------------------------------------------------------------ -r13030 | guy | 2005-01-14 05:40:05 -0600 (Fri, 14 Jan 2005) | 7 lines +r20521 | guy | 2007-01-21 15:45:36 -0800 (Sun, 21 Jan 2007) | 17 lines Changed paths: - M /trunk/epan/dissectors/packet-gsm_a.c - M /trunk/epan/dissectors/packet-ppp.c + M /trunk/airpcap_loader.c + M /trunk/airpcap_loader.h + M /trunk/capture-pcap-util-int.h + M /trunk/capture-pcap-util-unix.c + M /trunk/capture-pcap-util.c + M /trunk/capture-pcap-util.h + M /trunk/capture-wpcap.c + M /trunk/capture_opts.c + M /trunk/capture_ui_utils.c + M /trunk/gtk/capture_dlg.c + M /trunk/gtk/capture_if_dlg.c + M /trunk/gtk/capture_prefs.c + M /trunk/gtk/main.c + +Have the routines to get interface lists take a pointer to a "gchar *" +as an argument, and, on an error, if they have an error message, have +them set that "gchar *" to point to a g_malloc()ed string containing the +error message, rather than taking a pointer to a buffer for that message +as an argument. That's more like what's done in Wiretap, and doesn't +impose an upper limit on the lengths of those error messages. If that +pointer is null, don't allocate the message string and return it. + +Have that error message already have the "cant_get" processing applied +to it, so nobody other than those routines need to call the "cant_get" +routines to process the error messages. -From Rene Pilz: +Have get_airpcap_interface_list() explicitly set "*err" to the +appropriate error code. - - Fix partly wrong cause values in the gmm (found by Miklos Szurdi) - - Fix high/low nibble swap of the force to standby field (found by - Miklos Szurdi) - - Dissect all elements +Clean up indentation. ------------------------------------------------------------------------ -r13029 | guy | 2005-01-14 05:17:35 -0600 (Fri, 14 Jan 2005) | 2 lines +r20522 | sfisher | 2007-01-21 16:20:33 -0800 (Sun, 21 Jan 2007) | 4 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-rmt-alc.c - A /trunk/epan/dissectors/packet-rmt-alc.h - A /trunk/epan/dissectors/packet-rmt-common.c - A /trunk/epan/dissectors/packet-rmt-common.h - A /trunk/epan/dissectors/packet-rmt-fec.c - A /trunk/epan/dissectors/packet-rmt-fec.h - A /trunk/epan/dissectors/packet-rmt-lct.c - A /trunk/epan/dissectors/packet-rmt-lct.h - A /trunk/epan/dissectors/packet-rmt-norm.c - A /trunk/epan/dissectors/packet-rmt-norm.h + M /trunk/gtk/capture_file_dlg.c + M /trunk/gtk/decode_as_ber.c + M /trunk/gtk/expert_comp_table.c + M /trunk/gtk/firewall_dlg.c + M /trunk/gtk/proto_dlg.c + M /trunk/gtk/range_utils.c + + +Fix various compiler warnings -From Stefano Pettini: RMT support for ALC and NORM. ------------------------------------------------------------------------ -r13028 | guy | 2005-01-14 03:47:22 -0600 (Fri, 14 Jan 2005) | 6 lines +r20523 | ulfl | 2007-01-21 20:03:17 -0800 (Sun, 21 Jan 2007) | 5 lines Changed paths: - M /trunk/wiretap/netxray.c + M /trunk/gtk/menu.c -Note that the low-order bit of hdr->hdr_2_x.xxx[8] appears to be a "bad -FCS" bit for 802.11, just as it appears to be for Ethernet, and give -more details on the 4 bytes of junk at the end of the packet (i.e., that -we haven't yet seen an 802.11 capture where it's an FCS rather than just -junk). +as Bill Meier noted: +"The Help ! Contents and the Help ! User's Guide both display the User's +Guide." +Remove the duplicate Help!/User's Guide item ------------------------------------------------------------------------ -r13027 | ulfl | 2005-01-13 21:22:43 -0600 (Thu, 13 Jan 2005) | 1 line +r20524 | etxrab | 2007-01-22 13:32:17 -0800 (Mon, 22 Jan 2007) | 1 line Changed paths: - M /trunk/docbook/eug_src/EUG_app_files.xml - M /trunk/docbook/eug_src/EUG_chapter_advanced.xml + M /trunk/epan/dfilter/Makefile.nmake -add hosts file and some more name resolution info +Add dfilter_macro_load.c to the distclean target to rebuild it if building from a tarball. ------------------------------------------------------------------------ -r13026 | etxrab | 2005-01-13 17:05:59 -0600 (Thu, 13 Jan 2005) | 1 line +r20526 | gerald | 2007-01-22 14:57:32 -0800 (Mon, 22 Jan 2007) | 2 lines Changed paths: - A /trunk/asn1/h450/h450.cnf - A /trunk/asn1/h450/h4501.asn - A /trunk/asn1/h450/packet-h450-template.c - A /trunk/asn1/h450/packet-h450-template.h + M /trunk/config.nmake + M /trunk/configure.in + +Bump the trunk version to 0.99.6. -Add a first draft asn2eth generated H.450.x dissector ------------------------------------------------------------------------ -r13025 | etxrab | 2005-01-13 17:05:11 -0600 (Thu, 13 Jan 2005) | 1 line +r20527 | gerald | 2007-01-22 17:25:57 -0800 (Mon, 22 Jan 2007) | 2 lines Changed paths: - A /trunk/asn1/h450 + M /trunk/capture_errs.c + +winpcap.mirror.wireshark.org doesn't exist, so remove it. -Add a ( first draft ) asn2eth generated H450.x dissector ------------------------------------------------------------------------ -r13024 | etxrab | 2005-01-13 15:12:06 -0600 (Thu, 13 Jan 2005) | 1 line +r20528 | gerald | 2007-01-22 17:49:30 -0800 (Mon, 22 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-h225.c - M /trunk/epan/dissectors/packet-h225.h - M /trunk/epan/dissectors/packet-h245.c - M /trunk/epan/dissectors/packet-h245.h + M /trunk/capture_errs.c + +Add a link to the Providence University WinPcap mirror, and a comment +linking to the WinPcap mirror page. -Some minor bugfixes to H225 functions exported and an OID added and one OID for H245 ------------------------------------------------------------------------ -r13023 | etxrab | 2005-01-13 15:10:21 -0600 (Thu, 13 Jan 2005) | 1 line +r20529 | ulfl | 2007-01-23 00:12:20 -0800 (Tue, 23 Jan 2007) | 1 line Changed paths: - M /trunk/asn1/h245/packet-h245-template.c + M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml -Add one OID +add correct link to vcredist_x86.exe ------------------------------------------------------------------------ -r13022 | etxrab | 2005-01-13 15:09:45 -0600 (Thu, 13 Jan 2005) | 1 line +r20530 | ulfl | 2007-01-23 00:20:59 -0800 (Tue, 23 Jan 2007) | 1 line Changed paths: - M /trunk/asn1/h225/h225-exp.cnf - M /trunk/asn1/h225/h225.cnf - M /trunk/asn1/h225/packet-h225-template.c + M /trunk/packaging/nsis/wireshark.nsi -Minor bug fixes and export functions needed by h450 +remove example_snmp_users_file at uninstall ------------------------------------------------------------------------ -r13021 | ulfl | 2005-01-13 14:19:49 -0600 (Thu, 13 Jan 2005) | 2 lines +r20531 | sahlberg | 2007-01-23 01:38:41 -0800 (Tue, 23 Jan 2007) | 6 lines Changed paths: - M /trunk/capture_loop.c + M /trunk/epan/dissectors/packet-iscsi.c + +if DataSegmentLength is non zero for iscsi async messages the data segment contains +scsi sense information potentially followed by iscsi event data. + +this is used by a target to tell an initiator (among other things) that the lun configuration has changed and now is a good time to rescan the target for lun changes. + -fix a bug (reported by Greg Morris) caused by code cleanup (blame it on me): -as the total packet count wasn't updated, the capture_info dialog wasn't updated accordingly ------------------------------------------------------------------------ -r13020 | guy | 2005-01-13 11:31:33 -0600 (Thu, 13 Jan 2005) | 2 lines +r20532 | guy | 2007-01-23 10:31:26 -0800 (Tue, 23 Jan 2007) | 4 lines Changed paths: - M /trunk/gtk/packet_list.c + M /trunk/epan/proto.c -Add a missing case. +DISSECTOR_ASSERT_NOT_REACHED() now, by default, throws a Wireshark +exception rather than aborting the program; using it means that +dissector bugs show up as such rather than as malformed packets. ------------------------------------------------------------------------ -r13019 | guy | 2005-01-13 11:26:10 -0600 (Thu, 13 Jan 2005) | 16 lines +r20533 | lego | 2007-01-23 11:46:55 -0800 (Tue, 23 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-dlsw.c + M /trunk/gtk/Makefile.am -Use tcp_dissect_pdus() for DLSw-over-TCP. +Have build succeed even if portaudio is located somewhere else than any other libraries in use. -Have the DLSw dissector reject packets with an unknown version field. -Leave out some more fields when dissecting Capability Exchange packets, -as they're not used in those packets. +------------------------------------------------------------------------ +r20534 | lego | 2007-01-23 11:56:10 -0800 (Tue, 23 Jan 2007) | 3 lines +Changed paths: + M /trunk/example_snmp_users_file -Show numbers in hex when appropriate. +Add a shord description on how the snmp_users_file can be used -Show the individual subfields of the flow control and SSP flags fields. -Show the frame direction field with val_to_str(), and show the raw -value. +------------------------------------------------------------------------ +r20535 | gerald | 2007-01-23 12:12:09 -0800 (Tue, 23 Jan 2007) | 3 lines +Changed paths: + M /trunk/airpcap_loader.h + M /trunk/gtk/capture_dlg.c + M /trunk/gtk/capture_if_dlg.c + M /trunk/gtk/main.c -Clean up indentation. +Propagate the recent interface list changes (r20521) to the AirPcap code. +Fix a mismatched declaration found by Gisle Vanem. ------------------------------------------------------------------------ -r13018 | guy | 2005-01-13 03:21:04 -0600 (Thu, 13 Jan 2005) | 4 lines +r20536 | sahlberg | 2007-01-23 12:49:57 -0800 (Tue, 23 Jan 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-nsip.c + M /trunk/epan/dissectors/packet-scsi-sbc.c + +some iscsi/scsi initiators still use the ancient sbc1 commandset so add RESERVE6/RELEASE6 to the SBC dissector -Updates from Susanne Edlund. -Remove bogus boilerplate from introductory comment. ------------------------------------------------------------------------ -r13017 | guy | 2005-01-13 03:09:56 -0600 (Thu, 13 Jan 2005) | 5 lines +r20537 | sahlberg | 2007-01-23 12:59:50 -0800 (Tue, 23 Jan 2007) | 4 lines Changed paths: - M /trunk/doc/ethereal.pod - M /trunk/doc/tethereal.pod - M /trunk/epan/addr_resolv.c + M /trunk/epan/dissectors/packet-scsi-sbc.c + +add the obsolete RESERVE10/RELEASE10 to the sbc dissector -Add support for a personal hosts file. -Clean up the description of the global and personal ethers and ipxnets -files. ------------------------------------------------------------------------ -r13016 | guy | 2005-01-13 01:51:08 -0600 (Thu, 13 Jan 2005) | 2 lines +r20538 | ulfl | 2007-01-23 13:19:46 -0800 (Tue, 23 Jan 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-dns.c - -OPT RRs don't have a class field. + M /trunk/docbook/Makefile +fix problem "no target to build user-guide.zip" ------------------------------------------------------------------------ -r13015 | guy | 2005-01-13 01:49:31 -0600 (Thu, 13 Jan 2005) | 4 lines +r20539 | lego | 2007-01-23 15:34:41 -0800 (Tue, 23 Jan 2007) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-bootp.c + M /trunk/epan/wslua/wslua_pinfo.c + M /trunk/epan/wslua/wslua_tvb.c -Use symbolic names for ARP types. +tvb:range did not appear under Tvb in generated refman +pinfo.curr_proto appeared as pinfo.match +pinfo.columns in the refman was pinfo.cols in lua (now it is both in lua and in refman) -Clean up indentation. ------------------------------------------------------------------------ -r13014 | guy | 2005-01-13 01:47:26 -0600 (Thu, 13 Jan 2005) | 3 lines +r20540 | lego | 2007-01-23 15:36:28 -0800 (Tue, 23 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-http.c + M /trunk/epan/wslua/wslua_tvb.c + +add range to the metatable of Tvb. -HTTP requests have no content if there's no Content-Length header and no -Transfer-Encoding header. ------------------------------------------------------------------------ -r13013 | guy | 2005-01-13 01:43:17 -0600 (Thu, 13 Jan 2005) | 2 lines +r20541 | gerald | 2007-01-23 17:06:24 -0800 (Tue, 23 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/wslua/wslua_tvb.c -Display PER booleans the way other bitfields are displayed. +Fix compilation (under Windows, at least). ------------------------------------------------------------------------ -r13012 | etxrab | 2005-01-13 01:03:14 -0600 (Thu, 13 Jan 2005) | 1 line +r20542 | gerald | 2007-01-23 17:16:45 -0800 (Tue, 23 Jan 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-dlsw.c + M /trunk/gtk/capture_if_details_dlg.c + +Instead of checking for WinPcap 4.x versions, assume that if the version +is greater than 3 we can get detailed interface information. This should +limit the amount of work we have to do when new WinPcap releases come out. -Don't crash on a negative length ------------------------------------------------------------------------ -r13011 | guy | 2005-01-12 19:16:53 -0600 (Wed, 12 Jan 2005) | 5 lines +r20543 | gerald | 2007-01-23 17:17:48 -0800 (Tue, 23 Jan 2007) | 3 lines Changed paths: - M /trunk/plugins/Makefile.am + M /trunk/airpcap_loader.c -Welcome to the wonderful world of "make", wherein a command in a set of -make rules must be indented with one or more tabs - no spaces, just -tabs. I seem to remember a Stu Feldman quote somewhere in which he -apologized for that requirement.... +It's not an error if we don't find any AirPcap interfaces when AirPcap isn't +loaded. ------------------------------------------------------------------------ -r13010 | ulfl | 2005-01-12 15:44:53 -0600 (Wed, 12 Jan 2005) | 1 line +r20544 | sfisher | 2007-01-23 20:57:32 -0800 (Tue, 23 Jan 2007) | 6 lines Changed paths: - M /trunk/epan/plugins.c - M /trunk/plugins/Xass-list - M /trunk/plugins/Xplugin_api.c - M /trunk/plugins/Xplugin_api.h - M /trunk/plugins/Xplugin_api_decls.h - M /trunk/plugins/Xplugin_table.h - M /trunk/plugins/plugin_api.h - M /trunk/plugins/plugin_api_list.c + M /trunk/epan/dissectors/packet-tacacs.c -add some of the DCE/RPC functions to the plugin API ------------------------------------------------------------------------- -r13009 | ulfl | 2005-01-12 15:41:30 -0600 (Wed, 12 Jan 2005) | 1 line -Changed paths: - M /trunk/ringbuffer.c -don't use two variables for keeping the current ringbuffer file number ------------------------------------------------------------------------- -r13008 | ulfl | 2005-01-12 15:38:09 -0600 (Wed, 12 Jan 2005) | 1 line -Changed paths: - M /trunk/plugins/Makefile.am - M /trunk/plugins/Makefile.nmake +Fix for bug #1308: tacacs decoding fails. Introduce TCP desegmentation for +data after the fixed length header as some implementations may not send +the header and payload in the same segment. + -cleanup old files before generating xyzzy target (it drove me almost crazy to find out the right way to build this target correctly, so be a bit more "automatically" the next time) ------------------------------------------------------------------------ -r13007 | ulfl | 2005-01-12 15:31:22 -0600 (Wed, 12 Jan 2005) | 4 lines +r20545 | lego | 2007-01-24 09:19:44 -0800 (Wed, 24 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/proto.c + M /trunk/epan/dissectors/packet-h248_q1950.c -performance improvement: -In the past: to prevent duplicate protocol names (and alike), each time a new protocol was registered, the list of protocols were iterated and the name compared with each existing name using strcasecmp, which is slow as we have >500 protocols right now. +dissect SDP encapsulated inside an Q1950 annex A.7 paramenter of H248 -Now: the protocol name to check against duplicates is first converted into a hashvalue and then only this value is checked and stored in a hashtable. This way the string to check for, has to be converted/compared only a single time! ------------------------------------------------------------------------- -r13006 | ulfl | 2005-01-12 15:20:50 -0600 (Wed, 12 Jan 2005) | 1 line -Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-ndr.c - M /trunk/epan/dissectors/packet-dcerpc.c - M /trunk/epan/dissectors/packet-dcerpc.h - M /trunk/epan/dissectors/packet-dcom.c -add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call it ------------------------------------------------------------------------ -r13005 | ulfl | 2005-01-12 15:16:53 -0600 (Wed, 12 Jan 2005) | 2 lines +r20546 | gerald | 2007-01-24 11:22:13 -0800 (Wed, 24 Jan 2007) | 3 lines Changed paths: - M /trunk/plugins/README.interface + M /trunk/epan/dissectors/packet-ieee80211.c + +Fix Coverity CID 230: Make sure we handle a negative tvb_length_remaining() +value correctly. Fix up indentation. -clarify text and describe libethereal.def -Could someone have a look at this, as I'm not 100% sure if it's correct. ------------------------------------------------------------------------ -r13004 | etxrab | 2005-01-12 00:00:31 -0600 (Wed, 12 Jan 2005) | 2 lines +r20547 | gerald | 2007-01-24 11:27:49 -0800 (Wed, 24 Jan 2007) | 2 lines Changed paths: - M /trunk/plugins/megaco/packet-megaco.c + M /trunk/NEWS -From Tomer Shani :register_dissector call +Update the NEWS file. ------------------------------------------------------------------------ -r13003 | guy | 2005-01-10 18:13:42 -0600 (Mon, 10 Jan 2005) | 5 lines +r20548 | guy | 2007-01-24 15:30:23 -0800 (Wed, 24 Jan 2007) | 6 lines Changed paths: - M /trunk/capinfos.c + M /trunk/util.c -Improve the error reporting. +When parsing DISPLAY, mirror what __X11TransConnectDisplay() does - and +handle the case where the "host name" begins with "/", as some platforms +might allow the pathname of a UNIX domain socket to be given in DISPLAY. -Remove a duplicate #include, and shuffle the includes a bit to put OS -includes before other includes. +Fix indentation of a comment. ------------------------------------------------------------------------ -r13002 | kukosa | 2005-01-10 03:06:07 -0600 (Mon, 10 Jan 2005) | 1 line +r20549 | gerald | 2007-01-24 17:24:14 -0800 (Wed, 24 Jan 2007) | 4 lines Changed paths: - M /trunk/epan/libethereal.def + M /trunk/epan/crypt/airpdcap.c + M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/strutil.c + +Fix a key preference crash bug. Improve WPA passphrase and SSID length +handling. Free a byte array. Squelch a compiler warning. Fix a URI +string parsing bug. -Add a "hex_str_to_bytes()" routine ------------------------------------------------------------------------ -r13001 | lroland | 2005-01-09 20:37:19 -0600 (Sun, 09 Jan 2005) | 8 lines +r20550 | gerald | 2007-01-24 18:54:14 -0800 (Wed, 24 Jan 2007) | 5 lines Changed paths: - M /trunk/plugins/mate/mate.h - M /trunk/plugins/mate/mate_runtime.c - M /trunk/plugins/mate/mate_setup.c - M /trunk/plugins/mate/mate_util.c - M /trunk/plugins/mate/matelib/sip.mate - M /trunk/plugins/mate/packet-mate.c + M /trunk/gtk/filter_dlg.c -One more patch for mate: +Fix Coverity CIDs 217 and 218, and fix filter dialog autoselection in +the process. This change assumes that you can make a copy of a +GtkTreeIter and use it later (which may not be valid), and hasn't been +tested using GTK 1. -- renamed analyze_frame() into mate_analyze_frame(). -- prepare mate to be statically linked -- use report_open_failure() , report_read_failure() and -report_failure() in case there's an error while loading the config -- some cleanup in mate_util.c -- some fixes and cleanup in examples and matelib ------------------------------------------------------------------------ -r13000 | lroland | 2005-01-09 20:19:11 -0600 (Sun, 09 Jan 2005) | 3 lines +r20551 | gerald | 2007-01-24 22:45:09 -0800 (Wed, 24 Jan 2007) | 2 lines Changed paths: - M /trunk/asn1/h225/h225.cnf + M /trunk/epan/dissectors/packet-scsi.c -From Luis Ontanon: +Attempt to squelch Coverity CID 222. -Add another piece of code that got lost to the cnf file of the new h225 dissector. ------------------------------------------------------------------------ -r12999 | guy | 2005-01-09 15:42:39 -0600 (Sun, 09 Jan 2005) | 7 lines +r20552 | gerald | 2007-01-24 22:51:30 -0800 (Wed, 24 Jan 2007) | 2 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-l2tp.c - M /trunk/epan/sminmpec.c - M /trunk/epan/sminmpec.h + M /trunk/epan/emem.c -From Deepak Jain: L2TP v3 (draft 15) support. - -Add VENDOR_IETF to , and add an entry for it to -sminmpec_values[], so that the L2TP dissector can use them rather than -defining its own copy of the private enterprise number values and table -- and make it do so. +Squelch Coverity CIDs 225, 226, and 227. ------------------------------------------------------------------------ -r12998 | guy | 2005-01-08 18:01:55 -0600 (Sat, 08 Jan 2005) | 3 lines +r20553 | gerald | 2007-01-24 23:06:47 -0800 (Wed, 24 Jan 2007) | 2 lines Changed paths: - M /trunk/asn1/h245/packet-h245-template.c - M /trunk/epan/dissectors/packet-h245.c - M /trunk/epan/dissectors/packet-h245.h + M /trunk/epan/dissectors/packet-dcp-etsi.c -Properly declare "dissect_h245()" and "dissect_h245_h245()" as returning -nothing. +Remove dead code. Fixes Coverity CID 228. Squelch various compiler warnings. ------------------------------------------------------------------------ -r12997 | guy | 2005-01-08 17:43:29 -0600 (Sat, 08 Jan 2005) | 3 lines +r20554 | jake | 2007-01-24 23:42:10 -0800 (Wed, 24 Jan 2007) | 5 lines Changed paths: - M /trunk/epan/proto.c + M /trunk/plugins/h223/Makefile.nmake + M /trunk/plugins/h223/plugin.rc.in -From Luis Ontanon: if new ett values are registered after the -tree_is_expanded array is initially allocated, grow the array +Modification of version resource. +- FILEFLAGS should not contain VS_FF_SPECIAL_BUILD +- FILEOS changed to VOS_NT_WINDOWS32 since we no longer support pre-NT platforms +- Adding Comments string to include compiler, based on MSVC_VARIANT symbol ------------------------------------------------------------------------ -r12996 | guy | 2005-01-08 14:54:23 -0600 (Sat, 08 Jan 2005) | 6 lines +r20555 | gal | 2007-01-25 09:37:54 -0800 (Thu, 25 Jan 2007) | 10 lines Changed paths: - M /trunk/epan/dissectors/packet-amr.c + M /trunk/packaging/u3/win32/makefile.nmake + M /trunk/packaging/u3/win32/manifest.tmpl -Get rid of some of the boilerplate comments from the sample dissector, -and de-boilerplate another part of the comment. +Update manifest file (template) to: +a) remove schema reference +b) assign new GUID for 0.99.6 + +Update makefile.nmake to: +a) include user-guide.chm - user-guide.chm is copied from the nsis packaging directory +b) include the example_snmp_users_file +c) other tidy-ups -Fix a test of "octet_aligned" that was setting it to false rather than -testing whether it was false. ------------------------------------------------------------------------ -r12995 | lroland | 2005-01-08 13:21:30 -0600 (Sat, 08 Jan 2005) | 1 line +r20556 | sfisher | 2007-01-25 12:47:37 -0800 (Thu, 25 Jan 2007) | 4 lines Changed paths: - M /trunk/asn1/h225/h225-exp.cnf - M /trunk/asn1/h225/h225.asn - M /trunk/asn1/h225/h225.cnf - M /trunk/asn1/h225/packet-h225-template.c - M /trunk/asn1/h225/packet-h225-template.h - M /trunk/asn1/h245/h245-exp.cnf - M /trunk/asn1/h245/h245.asn - M /trunk/asn1/h245/h245.cnf - M /trunk/asn1/h245/packet-h245-template.c - M /trunk/asn1/h245/packet-h245-template.h + M /trunk/epan/proto.h + + +Fix indentation of field_info struct definition + -Fix svn file properties ------------------------------------------------------------------------ -r12994 | etxrab | 2005-01-08 10:38:13 -0600 (Sat, 08 Jan 2005) | 1 line +r20557 | sfisher | 2007-01-25 13:07:29 -0800 (Thu, 25 Jan 2007) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-h225.c + M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml + + +Remove extra space from a call .cmd file command line so it can be copied +and pasted out of the guide + -Reinsert dissection of h450 messages ------------------------------------------------------------------------ -r12993 | etxrab | 2005-01-08 09:49:37 -0600 (Sat, 08 Jan 2005) | 1 line +r20558 | sfisher | 2007-01-25 15:00:29 -0800 (Thu, 25 Jan 2007) | 7 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-amr.c + M /trunk/proto_hier_stats.c + + +Fix for bug #1325: Protocol hierarchy display shows an empty line because of +the hop-by-hop option header tree in the main protocol tree. This fix skips +those entries that don't have a name assigned to them and goes on to the next +entry before adding it to the protocol hierarchy display. + -Add a dissector for RTP payload AMR RFC 3267 ------------------------------------------------------------------------ -r12992 | etxrab | 2005-01-08 08:42:12 -0600 (Sat, 08 Jan 2005) | 2 lines +r20559 | wmeier | 2007-01-25 17:34:29 -0800 (Thu, 25 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-h225.c - M /trunk/epan/dissectors/packet-h225.h - M /trunk/epan/dissectors/packet-h245.c + M /trunk/config.h.win32 + M /trunk/epan/dissectors/packet-dcp-etsi.c + M /trunk/epan/dissectors/packet-ssl.c + M /trunk/epan/ftypes/Makefile.nmake + M /trunk/epan/wslua/template-init.lua + M /trunk/version_info.c + M /trunk/version_info.h + +A few more ethereal --> wireshark -Generate "conversations" code correctly, adaptions to changes in asn2eth generator. -Regenerate with latest asn2eth compiler. ------------------------------------------------------------------------ -r12991 | etxrab | 2005-01-08 08:39:53 -0600 (Sat, 08 Jan 2005) | 1 line +r20560 | gerald | 2007-01-25 22:34:05 -0800 (Thu, 25 Jan 2007) | 2 lines Changed paths: - M /trunk/asn1/h245/h245.cnf - M /trunk/asn1/h245/packet-h245-template.c + M /trunk/gtk/airpcap_dlg.c + +Massive indentation fixes. -Generate "conversations" code correctly, adaptions to changes in asn2eth generator. ------------------------------------------------------------------------ -r12990 | etxrab | 2005-01-08 08:36:10 -0600 (Sat, 08 Jan 2005) | 1 line +r20561 | gerald | 2007-01-25 22:45:12 -0800 (Thu, 25 Jan 2007) | 2 lines Changed paths: - M /trunk/asn1/h225/packet-h225-template.c + M /trunk/airpcap_loader.c + M /trunk/airpcap_loader.h + M /trunk/gtk/airpcap_gui_utils.c + +Spelling fixes. -Fixa a typo ------------------------------------------------------------------------ -r12989 | guy | 2005-01-07 16:20:28 -0600 (Fri, 07 Jan 2005) | 2 lines +r20562 | jmayer | 2007-01-26 00:09:20 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/plugins/Xplugin_table.h + M /trunk/epan/dissectors/packet-tftp.c -Fix the signature of proto_register_subtree_array(). +If there is just a tftp response without a prior request, +dissection would fail with dissector assert. ------------------------------------------------------------------------ -r12988 | guy | 2005-01-07 16:19:44 -0600 (Fri, 07 Jan 2005) | 2 lines +r20563 | martinm | 2007-01-26 02:40:34 -0800 (Fri, 26 Jan 2007) | 2 lines Changed paths: - M /trunk/plugins/plugin_api_list.c + M /trunk/diameter/dictionary.xml -Fix the signature of proto_register_subtree_array(). +Fix bugs 1330 & 1333 (one wrong and one missing entry in XML description) ------------------------------------------------------------------------ -r12987 | guy | 2005-01-07 13:34:36 -0600 (Fri, 07 Jan 2005) | 2 lines +r20564 | martinm | 2007-01-26 03:31:51 -0800 (Fri, 26 Jan 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-jxta.c - -Use BASE_NONE, not FT_NONE, for the "base" value of an FT_STRING field. + M /trunk/epan/dissectors/packet-cops.c +Make COPS dissector findable by name ------------------------------------------------------------------------ -r12986 | guy | 2005-01-07 13:29:54 -0600 (Fri, 07 Jan 2005) | 19 lines +r20565 | kukosa | 2007-01-26 04:08:45 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-jxta.c + M /trunk/epan/dissectors/packet-ssl.c -Get rid of duplicate "element signature" field. +TLS 1.0/1.1 just ignores unknown records - RFC 2246 chapter 6. The TLS Record Protocol +(some implementations use it like "keepalive") -Clean up indentation. +------------------------------------------------------------------------ +r20566 | martinm | 2007-01-26 04:14:06 -0800 (Fri, 26 Jan 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-cops.c -The signatures are 4-byte strings - treat them as such. +Use previously unused hf_cops_obj_c_type (cops.c_type) field +------------------------------------------------------------------------ +r20567 | lego | 2007-01-26 07:10:47 -0800 (Fri, 26 Jan 2007) | 7 lines +Changed paths: + M /trunk/radius/dictionary.redback -Don't hide fields - dissectors should show what all bytes, other than -perhaps padding bytes, are. +form Florian Lohoff -Don't use the tvb_format_text-ified versions of strings as the value - -Ethereal already deals with non-printable characters when displaying -them. +here is an addition to the redback radius dictionary - Attributes seen +in all authentications for PPPoE sessions ... -When creating a subset tvbuff that runs to the end of the parent, use -1 -as the length, don't calculate the length ourselves. -Use "tvb_reported_length()", not "tvb_length()", in loops that parse the -entire packet. ------------------------------------------------------------------------ -r12985 | lroland | 2005-01-07 12:07:18 -0600 (Fri, 07 Jan 2005) | 21 lines +r20568 | jake | 2007-01-26 09:06:17 -0800 (Fri, 26 Jan 2007) | 7 lines Changed paths: - M /trunk/plugins/mate/Makefile.nmake - M /trunk/plugins/mate/mate_setup.c - M /trunk/plugins/mate/mate_util.c - M /trunk/plugins/mate/matelib/h225_ras.mate - M /trunk/plugins/mate/matelib/sip.mate - M /trunk/plugins/mate/packet-mate.c + M /trunk/epan/dissectors/packet-scsi.c + +From Patrick vd Lageweg: +This patch fixes three problems with the SCSI persistent reserve in command: +- The Additional length starts at offset 4 and not 0 +- The len field contains the length used by the keys and doesn't include the header length. + So don't substract the header length from the length. +- The key list is traversed from the beginning to end end and not the other way around. -From Luis Ontanon: +------------------------------------------------------------------------ +r20569 | jake | 2007-01-26 09:12:00 -0800 (Fri, 26 Jan 2007) | 14 lines +Changed paths: + M /trunk/doc/README.developer + M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml -A new patch for mate +From Graham Bloice: +In the Developers Guide, Section 9.3, Example 9.17. Decompressing data +packets for dissection -- changed the default config file name to "" -- avoid trying to confgure mate when the config filename is "" -- add filename and line to config errors, that way one can actually -find errors in config files -- teady up the config error strings ( made them uniform ) -- fixed a crash when missing index AVPs (Name,For,On etc) in config AVPLS -- make sure we do not delete the config AVPs and AVPLs to avoid -references to unsubscribed strings been left arround -- fixed the len on LoALs -- changed the way loal_from_file reports an error. -- matelib/sip.mate was missing the Name in a PduDef (from Julien Leproust) -- matelib/h225_ras had a wrong field name (from Julien Leproust) +The code calls tvb_set_free_cb() for the newly created next_tvb. This +is unnecessary as the call to tvb_set_child_real_data() adds next_tvb to +the chained list of tvb, thus ensuring that next_tvb is correctly +deleted. In fact when I had the call in, Visual Studio kept breaking +deep down in ntdll.dll, probably because of a double free every time the +main tvb was deleted. -At this point mate is silent when it's not expressely configured by the user. +In README.developer, para 2..2.7 The example conversation code doesn't +assign the result of conversation_new() back into the conversation variable. -From me: -reduce compiler noise on MSVC ------------------------------------------------------------------------ -r12984 | gerald | 2005-01-07 09:08:24 -0600 (Fri, 07 Jan 2005) | 2 lines +r20570 | tuexen | 2007-01-26 09:27:32 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-ieee802a.c + M /trunk/gtk/sctp_assoc_analyse.c + +Fix handling when both endpoints use the same port number. -Define data_handle at startup. ------------------------------------------------------------------------ -r12983 | guy | 2005-01-07 07:33:21 -0600 (Fri, 07 Jan 2005) | 4 lines +r20571 | lego | 2007-01-26 10:34:05 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/capture_loop.c + M /trunk/docbook/Makefile + A /trunk/docbook/make-wsluarm.pl (from /trunk/epan/wslua/make-doc.pl:20541) + A /trunk/docbook/template-wsluarm.xml (from /trunk/epan/wslua/template-wsluarm.xml:20541) + A /trunk/docbook/wsluarm_src + +Trying to get the WS Lua Ref Man to build with the rest of the documentation -From Thomas Boehne: fix a call to use errmsg_len rather than sizeof -errmsg - errmsg is a pointer, so sizeof errmsg is the size of the -pointer, not the size of what it points to. ------------------------------------------------------------------------ -r12982 | guy | 2005-01-07 06:58:43 -0600 (Fri, 07 Jan 2005) | 2 lines +r20572 | gerald | 2007-01-26 13:54:59 -0800 (Fri, 26 Jan 2007) | 10 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-jxta.c + M /trunk/epan/crypt/airpdcap.c + M /trunk/epan/crypt/airpdcap_system.h + M /trunk/epan/crypt/airpdcap_user.h + M /trunk/epan/dissectors/packet-eapol.c + M /trunk/epan/dissectors/packet-ieee80211.c + +Add support for "wildcard" WPA keys in the form "wpa:passphrase" (note +the lack of SSID). Wildcarding combines the passphrase with the last +seen SSID and attempts decryption. The last-seen stack is only one +element tall, which means it may get clobbered on busy and diverse +networks. We can expand it if needed. -From Mike Duigou: JXTA protocol support. +Make internal functions static in airpdcap.c. Rearrange the +AIRPDCAP_KEY_ITEM struct so that the passphrase and SSID don't get +clobbered when we set our PSK. ------------------------------------------------------------------------ -r12981 | guy | 2005-01-07 06:56:21 -0600 (Fri, 07 Jan 2005) | 4 lines +r20573 | gerald | 2007-01-26 15:28:22 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/proto.c - M /trunk/epan/proto.h + M /trunk/epan/crypt/airpdcap.c -Constify a pointer, so that the array of pointers to ett_ values can be -const, although the pointers can't point to consts (as the values get -filled in as they're registered). +Fix saving WPA key preferences from the decryption key management dialog, +which was broken by r20388. ------------------------------------------------------------------------ -r12980 | guy | 2005-01-07 06:00:01 -0600 (Fri, 07 Jan 2005) | 2 lines +r20574 | lego | 2007-01-26 17:11:39 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/tvbuff.h + M /trunk/docbook/Makefile + +fix generation of ws(ug|dg), use fop.bat not fop.sh -Doxygen cleanups, from Mike Duigou. ------------------------------------------------------------------------ -r12979 | guy | 2005-01-07 05:59:05 -0600 (Fri, 07 Jan 2005) | 2 lines +r20575 | lego | 2007-01-26 17:36:00 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/doc/README.developer + M /trunk/docbook/Makefile + +do not overwrite the realse notes... -Grammar and typo fix from Mike Duigou. ------------------------------------------------------------------------ -r12978 | guy | 2005-01-07 05:56:00 -0600 (Fri, 07 Jan 2005) | 5 lines +r20576 | lego | 2007-01-26 18:32:02 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/addr_resolv.h + M /trunk/docbook/Makefile + M /trunk/docbook/make-wsluarm.pl + +Fix DTD validation ( older dtds were happy with it :/ ) -Include , as per a suggestion by Thomas Boehne - not all -dissectors using the address resolution routines need to know about the -"address" structure, so not all of them would include -themselves. ------------------------------------------------------------------------ -r12977 | guy | 2005-01-07 05:43:05 -0600 (Fri, 07 Jan 2005) | 8 lines +r20577 | lego | 2007-01-26 18:33:21 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-bgp.c - M /trunk/epan/dissectors/packet-bgp.h + D /trunk/epan/wslua/make-doc.pl + D /trunk/epan/wslua/template-wsluarm.xml + M /trunk/epan/wslua/wslua_tvb.c + M /trunk/epan/wslua/wslua_util.c -From Carlos Pignataro: +Fix docbook documentation - o BGPv4 SAFI-Specific Attribute support - - draft-kapoor-nalawade-idr-bgp-ssa-00.txt - o Tunnel SAFI support for BGP - - draft-nalawade-kapoor-tunnel-safi-02.txt - o Small length fix ------------------------------------------------------------------------ -r12976 | guy | 2005-01-07 05:22:18 -0600 (Fri, 07 Jan 2005) | 2 lines +r20578 | lego | 2007-01-26 20:08:06 -0800 (Fri, 26 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/addr_resolv.c + M /trunk/epan/wslua/Makefile.am + +fix distcheck -Put back the declaration of hostspath on Windows. ------------------------------------------------------------------------ -r12975 | guy | 2005-01-07 04:49:05 -0600 (Fri, 07 Jan 2005) | 3 lines +r20579 | lego | 2007-01-27 17:24:20 -0800 (Sat, 27 Jan 2007) | 9 lines Changed paths: - M /trunk/epan/req_resp_hdrs.c + M /trunk/wiretap/k12.c + +from Kriang Lerdsuwanakij + +I found out the reason Wireshark refuses to read some .rf file I have. +Those files have zero extra_len in SRCDEST header structure. See the +attached file for example. It was created by selecting some frames from +a larger .rf5 file (within Tektronix's own reader) and save as a +separate file. -From Chris Maynard: free strings fetched with "tvb_get_string()" when -we're done with them. ------------------------------------------------------------------------ -r12974 | guy | 2005-01-07 04:44:44 -0600 (Fri, 07 Jan 2005) | 3 lines +r20580 | lego | 2007-01-27 17:41:58 -0800 (Sat, 27 Jan 2007) | 30 lines Changed paths: - M /trunk/epan/dissectors/packet-srvloc.c + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/dissectors/packet-sscop.c + M /trunk/epan/dissectors/packet-sscop.h + +From Kriang Lerdsuwanakij: + +1 Add ALCAP and NBAP as subdissectors of SSCOP. Previously it only + knows about SSCF-NNI and data. (Changes in packet-sscop.c, + packet-sscop.h) + +2 Add capability for lower layer to force SSCOP to choose a particular + dissector. It is passed as "subdissector" field of SSCOP protocol + data. This is required because different payload protocol is + distinguished by different VPI/VCI. There is no protocol field inside + SSCOP frame. (Changes in packet-sscop.c, packet-sscop.h) + +3 Make K12xx configuration file supporting the following syntax: + C:\k1297\stacks\umts_iub\umts_iub_aal2l3.stk sscop:alcap + This says dissect with SSCOP first and then pass to ALCAP. + The change is made general, so it supports arbitrary number of + protocol, like "proto1:proto2:proto3". Using ":" as separator + allow us to expand the syntax further to support parameters like + "proto1 param1:proto2 param2 param3". (Changes in packet-k12.c) + +With above 3 changes together, dissecting Iub traces are correct for +control and signaling planes. I am still investigating user plane +frames because writing UMTS RLC/MAC protocol dissector is required. +The patch and sample .rf file (same as my previous patch) is in the +attachment. + +plus: +Add Kriang to the AUTHORS list (and once at it upate my own record) -From Chris Maynard: free strings fetched with "tvb_fake_unicode()" when -we're done with them. ------------------------------------------------------------------------ -r12973 | guy | 2005-01-07 04:39:51 -0600 (Fri, 07 Jan 2005) | 6 lines +r20581 | sfisher | 2007-01-27 18:49:50 -0800 (Sat, 27 Jan 2007) | 24 lines Changed paths: - M /trunk/epan/dissectors/packet-smpp.c + M /trunk/gtk/gui_utils.c + M /trunk/gtk/gui_utils.h + M /trunk/gtk/menu.c + M /trunk/gtk/packet_list.c + M /trunk/gtk/packet_list.h + M /trunk/gtk/proto_draw.c + M /trunk/gtk/proto_draw.h -From Chris Maynard: free mallocated strings when we're done with them. -(There's still the risk of a leak if we throw an exception before we -free the string.) -Clean up indentation. +From Douglas Pratley: + +This is a patch adding items to the context menus for the packet list +and packet details panes for copying packet data to the clipboard. + +New menu item on packet list pane: +Copy (sub menu) -> + Summary (Text) Copies fields displayed in the packet +list, tab separated + Summary (CSV) Copies fields displayed in the packet +list, comma separated + Hex and Text Copies data for the selected frame in +hex-editor style (similar to Copy\All Information in packet bytes pane) + Text Only Copies data for the selected frame, +dropping non-printable characters other than line breaks (similar to +Copy\Text Only in packet bytes pane) + Hex Columns As Hex and Text but without text + Hex Stream Copies data for the selected frame as an +unpunctuated list of hex values + Binary Stream Copies raw packet bytes to the clipboard +as MIME type application/octet-stream + ------------------------------------------------------------------------ -r12972 | guy | 2005-01-07 04:20:17 -0600 (Fri, 07 Jan 2005) | 5 lines +r20582 | gal | 2007-01-28 02:10:06 -0800 (Sun, 28 Jan 2007) | 4 lines Changed paths: - M /trunk/epan/addr_resolv.c + M /trunk/packaging/u3/win32/u3util.c -Move the open and close of the hosts file into "read_hosts_file()". +*) Ask the user if they want to install WinPcap. +*) Associate Wireshark with p7s, p7m and p7c files (if not already associated). -On Windows, if we don't get the SYSTEMROOT environment variable, try -various locations where the hosts file is known to exist. ------------------------------------------------------------------------ -r12971 | guy | 2005-01-07 04:09:34 -0600 (Fri, 07 Jan 2005) | 23 lines +r20583 | gal | 2007-01-28 02:12:51 -0800 (Sun, 28 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-slsk.c + M /trunk/asn1/x411/packet-x411-template.c + M /trunk/asn1/x411/x411.asn + M /trunk/asn1/x411/x411.cnf + M /trunk/epan/dissectors/packet-x411.c -From Chris Maynard: free strings fetched with "tvb_get_string()". +Fix for per-domain-bilateral-information (bilateral-information field wasn't handled). -Use "format_text()" or "tvb_format_text()" with the %s format, to handle -non-printable characters. -When uncompressing data into a new tvbuff, add it to the list of data -sources as we do elsewhere. +------------------------------------------------------------------------ +r20584 | gal | 2007-01-28 02:15:46 -0800 (Sun, 28 Jan 2007) | 4 lines +Changed paths: + M /trunk/asn1/x509sat/x509sat.cnf + M /trunk/epan/dissectors/packet-x509sat.c -When putting items into the protocol tree from an uncompressed tvbuff, -use the offset into the tvbuff and the length of the item. +Definition of a per-recipient extension to prevent failure of dissection. +(Don't know what the extension actually is.) -Fetch string lengths into a variable and use the variable rather than -repeatedly fetching the length from a tvbuff. -Use -1 rather than tvb_length_remaining() when putting a "to the end of -the tvbuff" item into the protocol tree. +------------------------------------------------------------------------ +r20585 | gal | 2007-01-28 02:20:51 -0800 (Sun, 28 Jan 2007) | 4 lines +Changed paths: + M /trunk/asn1/cms/CryptographicMessageSyntax.asn + M /trunk/asn1/cms/cms.cnf + M /trunk/asn1/cms/packet-cms-template.c + M /trunk/epan/dissectors/packet-cms.c -Use "proto_tree_add_item()" to put items into the tree, rather than -"proto_tree_add_xxx" calls with a "tvb_get_yyy" call as the argument. +Support for SMIMECapabilities and KeyPreference attributes. +ContentInfo syntax for .p7s, .p7c and .p7m files. -If we've fetched a value into a variable, don't re-fetch it in -"proto_tree_add_xxx" calls. ------------------------------------------------------------------------ -r12970 | lroland | 2005-01-06 21:19:39 -0600 (Thu, 06 Jan 2005) | 5 lines +r20586 | lego | 2007-01-28 02:31:32 -0800 (Sun, 28 Jan 2007) | 15 lines Changed paths: - M /trunk/epan/addr_resolv.c + M /trunk/epan/Makefile.am + M /trunk/epan/Makefile.common + M /trunk/epan/Makefile.nmake + A /trunk/epan/uat-int.h + A /trunk/epan/uat.c + A /trunk/epan/uat.h + A /trunk/epan/uat_load.l + +Although yet untested (but it compiles and is still unused) add UAT to the repo. +UAT is an API to handle User Accessible Tables, +an UAT is basically an array of arbitrary structs that has a file representation +as a mean for mantaining things like: +- the snmp_users_table +- dfilter macros +- ipsec/ssl key bindings +- k12 configuration, +- and many other table-like user modifiable preferences + +comming soon gtk's uat_window() and prefs_add_uat() + +uat.h is fairly doc[uo]m[m]?ented, a README with a simple example of how is to be used will be available as I write them -Check return value of getenv(). -It can return NULL, which would lead here to strcpy(hostspath, NULL); -*Very* bad. -replace g_malloc(), strcpy() and strcat() with one single g_strconcat(). ------------------------------------------------------------------------ -r12969 | lroland | 2005-01-06 17:21:10 -0600 (Thu, 06 Jan 2005) | 3 lines +r20587 | wmeier | 2007-01-28 09:33:14 -0800 (Sun, 28 Jan 2007) | 2 lines Changed paths: - M /trunk/plugins/mate/mate.h - M /trunk/plugins/mate/mate_runtime.c - M /trunk/plugins/mate/mate_setup.c - M /trunk/plugins/mate/mate_util.c - M /trunk/plugins/mate/packet-mate.c + M /trunk/capinfos.c -From Luis Ontanon: +If no packets in input file then don't calc packets/sec, etc -Fix some MSVC warnings in MATE ------------------------------------------------------------------------ -r12968 | lroland | 2005-01-06 06:39:54 -0600 (Thu, 06 Jan 2005) | 6 lines +r20588 | lego | 2007-01-28 10:37:23 -0800 (Sun, 28 Jan 2007) | 3 lines Changed paths: - M /trunk/plugins/mate/mate.h - M /trunk/plugins/mate/mate_runtime.c - M /trunk/plugins/mate/mate_setup.c - M /trunk/plugins/mate/packet-mate.c + M /trunk/docbook/Makefile + +wsluarm.pdf => wsluarm-a4.pdf wsluarm-us.pdf -From Luis Ontanon: -Another patch for mate: - - adds a "GopTree={TRUE|FALSE}" attribute to Gogs - - changes "ShowPduTree={NoTree|PduTree|FrameTree}" - - adds "implicit stop" to Gops with no Stop declared ------------------------------------------------------------------------ -r12967 | guy | 2005-01-06 02:37:43 -0600 (Thu, 06 Jan 2005) | 5 lines +r20589 | wmeier | 2007-01-28 10:56:17 -0800 (Sun, 28 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common - M /trunk/epan/dissectors/packet-ethertype.c - A /trunk/epan/dissectors/packet-ieee802a.c - A /trunk/epan/dissectors/packet-ieee802a.h - M /trunk/etypes.h + M /trunk/test/suite-capture.sh -Add a dissector to handle IEEE 802a's OUI Extended Ethertype; dissectors -can register an OUI, and PIDs for that OUI, in the same fashion that -they can do so for SNAP (after which the 802a OUI Extended Ethertype is -clearly modeled). +Add some debug output so can see why failure when buildbot runs this script ------------------------------------------------------------------------ -r12966 | guy | 2005-01-06 02:21:25 -0600 (Thu, 06 Jan 2005) | 3 lines +r20590 | wmeier | 2007-01-28 12:41:50 -0800 (Sun, 28 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-llc.c + M /trunk/test/config.sh -Handle the case where nobody registers any OUIs and oui_info_table is -thus null. +Now need to use interface #2 ?? ------------------------------------------------------------------------ -r12965 | guy | 2005-01-05 05:00:11 -0600 (Wed, 05 Jan 2005) | 4 lines +r20591 | ulfl | 2007-01-28 12:58:50 -0800 (Sun, 28 Jan 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-sip.c - -From Chris Maynard: catch a case where a string allocated with -"tvb_get_string()" wasn't freed. (It appears there can also be leaks if -an exception is thrown while dissecting.) + M /trunk/config.h.win32 +add a check if the MSVC_VARIANT setting and the current _MSC_VER #define matches - to avoid problems if a developer forgets to set MSVC_VARIANT in config.nmake corresponding to his environment ------------------------------------------------------------------------ -r12964 | guy | 2005-01-05 04:55:00 -0600 (Wed, 05 Jan 2005) | 5 lines +r20592 | jake | 2007-01-28 13:26:13 -0800 (Sun, 28 Jan 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-sebek.c + M /trunk/docbook/Makefile -Use tvb_format_text() with %s format items, to handle non-printable -characters. +Have a real JAVA_OPTS symbol for fop on Debian +------------------------------------------------------------------------ +r20593 | ulfl | 2007-01-28 15:36:13 -0800 (Sun, 28 Jan 2007) | 1 line +Changed paths: + M /trunk/packaging/u3/win32/makefile.nmake -Clean up indentation. +add some manifest files (on demand), otherwise u3 package won't work with MSVC!=6 (note that it still might need to provide msvcr*.dll files, I currently don't have a machine to test) +------------------------------------------------------------------------ +r20594 | ulfl | 2007-01-28 15:48:53 -0800 (Sun, 28 Jan 2007) | 1 line +Changed paths: + M /trunk/gtk/main.c +remove unused "cant_get_if_list_errstr" warning ------------------------------------------------------------------------ -r12963 | guy | 2005-01-05 04:51:05 -0600 (Wed, 05 Jan 2005) | 5 lines +r20595 | lego | 2007-01-28 20:47:58 -0800 (Sun, 28 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-sdp.c + M /trunk/epan/uat-int.h + M /trunk/epan/uat.c + M /trunk/epan/uat.h + M /trunk/epan/uat_load.l -From Chris Maynard: don't extract strings with "tvb_get_string()" if -we're not going to use them, and free them when we're done with them. +now it is operational. -Clean up white space. ------------------------------------------------------------------------ -r12962 | guy | 2005-01-05 04:45:43 -0600 (Wed, 05 Jan 2005) | 3 lines +r20596 | lego | 2007-01-28 20:57:23 -0800 (Sun, 28 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-q931.c + M /trunk/epan/dfilter/Makefile.am + M /trunk/epan/dfilter/Makefile.nmake + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/dfilter/dfilter-macro.h + M /trunk/epan/dfilter/dfilter.c + D /trunk/epan/dfilter/dfilter_macro_load.l + +Drop dfilter_macro_load.l as dfilter-macro now uses UAT -From Chris Maynard: free strings allocated by "tvb_get_string()" after -we're done with them. ------------------------------------------------------------------------ -r12961 | guy | 2005-01-05 04:42:26 -0600 (Wed, 05 Jan 2005) | 3 lines +r20597 | lego | 2007-01-28 21:02:14 -0800 (Sun, 28 Jan 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-per.c + M /trunk/epan + M /trunk/epan/uat-int.h + M /trunk/epan/uat.h + +svn:ignore uat_load.c +$Id$ for uat.h uat-int.h -From Chris Maynard: free strings allocated by "tvb_fake_unicode()" after -we're done with them. ------------------------------------------------------------------------ -r12960 | guy | 2005-01-05 04:38:50 -0600 (Wed, 05 Jan 2005) | 5 lines +r20598 | lego | 2007-01-29 02:23:38 -0800 (Mon, 29 Jan 2007) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-multipart.c + A /trunk/dfilter_macros + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/dfilter/dfilter-macro.h + M /trunk/epan/dfilter/dfilter.c + M /trunk/epan/uat-int.h + M /trunk/epan/uat.c + M /trunk/gtk/Makefile.am + M /trunk/gtk/Makefile.common + M /trunk/gtk/macros_dlg.c + M /trunk/gtk/macros_dlg.h -From Chris Maynard: free mallocated data. +The UAT gui starts to work + +set the macros_dlg to use it + +add a dummy dfilter_macros file to supress a warning at startup -Don't assign the result of a routine that mallocates data to a const -pointer - that forces us to cast the pointer when freeing the data. ------------------------------------------------------------------------ -r12959 | guy | 2005-01-05 04:27:22 -0600 (Wed, 05 Jan 2005) | 3 lines +r20599 | lego | 2007-01-29 02:25:54 -0800 (Mon, 29 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-mmse.c + A /trunk/gtk/uat_gui.c + A /trunk/gtk/uat_gui.h + +Actually this is the UAT GUI... -From Chris Maynard: free strings even if we don't put them into the -protocol tree. ------------------------------------------------------------------------ -r12958 | guy | 2005-01-05 04:23:26 -0600 (Wed, 05 Jan 2005) | 2 lines +r20600 | lego | 2007-01-29 02:29:50 -0800 (Mon, 29 Jan 2007) | 4 lines Changed paths: - M /trunk/plugins/mgcp/packet-mgcp.c + M /trunk/epan/Makefile.am + M /trunk/epan/uat_load.l + +uat_load.l improve error reporting +Makefile.am add uat_load.l to distribution -From Chris Maynard: free a string obtained with "tvb_get_string()". ------------------------------------------------------------------------ -r12957 | guy | 2005-01-05 04:19:36 -0600 (Wed, 05 Jan 2005) | 6 lines +r20601 | lego | 2007-01-29 02:31:48 -0800 (Mon, 29 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/tvbuff.c + M /trunk/epan/Makefile.am -From Chris Maynard: free up the z_stream we've allocated before failure -returns. (The error returns shouldn't happen in practice, as the GLib -memory allocators never return a null pointer, they just abort the -program, but if we're going to be checking for failure and returning, we -should do the right thing anyway.) + load_snmp_users_file.l hasn't been dropped (yet) ------------------------------------------------------------------------ -r12956 | guy | 2005-01-05 04:17:09 -0600 (Wed, 05 Jan 2005) | 2 lines +r20602 | jake | 2007-01-29 04:38:48 -0800 (Mon, 29 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-kerberos.c + M /trunk/README -From Chris Maynard: free strings fetched with "tvb_fake_unicode()". +Delist Windows 98 as possible platform ------------------------------------------------------------------------ -r12955 | guy | 2005-01-05 04:13:24 -0600 (Wed, 05 Jan 2005) | 3 lines +r20603 | lego | 2007-01-29 06:11:44 -0800 (Mon, 29 Jan 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-image-jfif.c + M /trunk/docbook + M /trunk/docbook/wsluarm_src + M /trunk/epan + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/uat.c + M /trunk/epan/wslua + D /trunk/epan/wslua/doc + +some cleanup and pset of svn:ignore + -Free the image type string as soon as we're done with it, so that we -don't leak it (even if we throw an exception processing the image). ------------------------------------------------------------------------ -r12954 | guy | 2005-01-05 04:05:03 -0600 (Wed, 05 Jan 2005) | 3 lines +r20604 | lego | 2007-01-29 06:12:57 -0800 (Mon, 29 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-image-gif.c + A /trunk/svnadd + +little helper script that sets props after adding a file -From Chris Maynard: add a missing free of a string fetched with -tvb_get_string(). ------------------------------------------------------------------------ -r12953 | guy | 2005-01-05 04:01:04 -0600 (Wed, 05 Jan 2005) | 6 lines +r20605 | lego | 2007-01-29 06:14:01 -0800 (Mon, 29 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-fix.c + M /trunk/gtk/dlg_utils.c + M /trunk/gtk/uat_gui.c + M /trunk/gtk/uat_gui.h -From Chris Maynard: don't fetch a string if we're not going to use it. +Finish (?) UAT's GUI -Also, move up the freeing of the tag string to immediately after we're -done with it, so we don't leak it if we throw an exception getting the -value. ------------------------------------------------------------------------ -r12952 | guy | 2005-01-05 03:53:03 -0600 (Wed, 05 Jan 2005) | 3 lines +r20606 | jake | 2007-01-29 10:06:45 -0800 (Mon, 29 Jan 2007) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-daap.c + M /trunk/epan/dissectors/packet-dcp.c -Use "tvb_format_text()" with %s format strings, so that we handle -non-printable strings. +From Francesco Fondelli: +Gerrit Renker fixed a bug in DCCP dissector about long timestamps. (bad offsets) +He wrote: +> attached is a patch which updates the offsets of the timestamps. +> I have verified this against [RFC 4342, sec. 13] and it seems correct. +Also fixed file properties ------------------------------------------------------------------------ -r12951 | guy | 2005-01-05 03:46:43 -0600 (Wed, 05 Jan 2005) | 4 lines +r20607 | gerald | 2007-01-29 12:25:26 -0800 (Mon, 29 Jan 2007) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-cops.c + M /trunk/docbook/release-notes.xml + M /trunk/epan/addr_resolv.c + M /trunk/epan/dissectors/packet-isup.c + M /trunk/epan/dissectors/packet-jxta.c + M /trunk/epan/dissectors/packet-radius.c + M /trunk/epan/ipv4.c + M /trunk/epan/to_str.c + M /trunk/epan/to_str.h -Use "tvb_format_text()" to generate the text to use in -"proto_tree_add_text()" calls, so that we handle non-printable -characters if they happen to appear in the strings. +Fix potential buffer overruns in address_to_str_buf() found by Andrej +Mikus. Add a buf_len parameter to ip_to_str_buf(), and make sure it's +enforced. Copy the release notes over from the 0.99.5 trunk and add a +note about the ISUP dissector (which is affected by the overrun). ------------------------------------------------------------------------ -r12950 | guy | 2005-01-05 03:41:20 -0600 (Wed, 05 Jan 2005) | 6 lines +r20608 | tuexen | 2007-01-29 12:44:59 -0800 (Mon, 29 Jan 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-aim.c + M /trunk/gtk/sctp_assoc_analyse.c + M /trunk/gtk/sctp_stat.c + M /trunk/gtk/sctp_stat.h + M /trunk/gtk/sctp_stat_dlg.c -Use "tvb_format_text()" to extract and format the buddy name string in -the top-level item for the buddy name, rather than extracting the string -into a mallocated buffer (and not freeing it...). +Improve the handling of INIT/ABORT mesage pairs. -Put all the code to put stuff into the protocol tree inside "if(tree)". ------------------------------------------------------------------------ -r12949 | kukosa | 2005-01-05 01:09:06 -0600 (Wed, 05 Jan 2005) | 1 line +r20609 | etxrab | 2007-01-29 12:58:46 -0800 (Mon, 29 Jan 2007) | 1 line Changed paths: - M /trunk/tools/asn2eth.py + M /trunk/config.h.win32 -Fixed value string names in field array when NO_PROT_PREFIX option is used +Comment out Ulfs changes to be able to do a test build. ------------------------------------------------------------------------ -r12948 | lroland | 2005-01-04 20:25:34 -0600 (Tue, 04 Jan 2005) | 5 lines +r20610 | etxrab | 2007-01-29 13:26:08 -0800 (Mon, 29 Jan 2007) | 1 line Changed paths: - M /trunk/asn1/h225/h225.cnf - M /trunk/asn1/h225/packet-h225-template.c - M /trunk/epan/dissectors/packet-h225.c + M /trunk/gtk/sctp_assoc_analyse.c -Fix broken parts of the new h225 dissector: -- add more data to the Info structure of the h225 taps. -- Fix the output to the Info Column - -This patch is not complete, but statistics should basically work now. +Fix a typo (double ;;). ------------------------------------------------------------------------ -r12947 | guy | 2005-01-04 15:05:56 -0600 (Tue, 04 Jan 2005) | 7 lines +r20611 | etxrab | 2007-01-29 13:27:48 -0800 (Mon, 29 Jan 2007) | 1 line Changed paths: - M /trunk/asn1/h225/packet-h225-template.c - -"dissect_h225_H323UserInformation()" returns the number of bytes -dissected, so register it as a new-style dissector. - -As we register it by name, we don't need to create a dissector handle -for it to register it in a dissector table - just use "find_dissector()" -to find the handle. + M /trunk/epan/libwireshark.def +Add some missing defines for uat_gui.c ------------------------------------------------------------------------ -r12946 | gerald | 2005-01-04 11:25:38 -0600 (Tue, 04 Jan 2005) | 2 lines +r20612 | etxrab | 2007-01-29 13:30:06 -0800 (Mon, 29 Jan 2007) | 1 line Changed paths: - M /trunk/Makefile.nmake - -Replace a "cp" with three "xcopy"s. + M /trunk/asn1/h248/packet-h248-template.c +Update value strings. ------------------------------------------------------------------------ -r12945 | gerald | 2005-01-03 15:11:53 -0600 (Mon, 03 Jan 2005) | 3 lines +r20613 | ulfl | 2007-01-29 14:15:13 -0800 (Mon, 29 Jan 2007) | 1 line Changed paths: - M /trunk/capinfos.c - M /trunk/doc/capinfos.pod + M /trunk/docbook/Makefile + A /trunk/docbook/Makefile.common + A /trunk/docbook/Makefile.nmake -Let capinfos print statistics for more than one file. Normalize -capitalization. +split docbook generation makefiles into nmake and GNU make variants (together with Makefile.common), just like all the other directories have it. This way makes it easier to get settings from config.nmake and probably makefile.am will be easier to do. In addition we don't need GNU make for Win32 generation. +------------------------------------------------------------------------ +r20614 | ulfl | 2007-01-29 14:40:52 -0800 (Mon, 29 Jan 2007) | 1 line +Changed paths: + M /trunk/config.h.win32 +fix compiler version detection logic, sorry for the noise! ------------------------------------------------------------------------ -r12944 | gerald | 2005-01-03 14:03:16 -0600 (Mon, 03 Jan 2005) | 3 lines +r20615 | ulfl | 2007-01-29 15:29:11 -0800 (Mon, 29 Jan 2007) | 3 lines Changed paths: - M /trunk/config.nmake + M /trunk/gtk/uat_gui.c -Move "c:\cygwin\bin" to the end of the PATH. The latest Cygwin includes a -"link" command which collides with the MSVC linker. +call gtk_window_present() only on GTK >= 2.x, should fix current compilation problems. +I don't have tested this on a GTK 1.x system... ------------------------------------------------------------------------ -r12943 | gerald | 2005-01-03 13:58:04 -0600 (Mon, 03 Jan 2005) | 3 lines +r20616 | lego | 2007-01-29 16:05:22 -0800 (Mon, 29 Jan 2007) | 3 lines Changed paths: - M /trunk/gtk/about_dlg.c + M /trunk/epan/uat_load.l + +do not use yy_flex_realloc() -Make the version and library information in the about box copy-and-paste-able -under GTK+ 2.x. ------------------------------------------------------------------------ -r12942 | kukosa | 2005-01-03 08:41:02 -0600 (Mon, 03 Jan 2005) | 1 line +r20618 | ulfl | 2007-01-29 17:26:56 -0800 (Mon, 29 Jan 2007) | 1 line Changed paths: - M /trunk/tools/asn2eth.py + M /trunk/packaging/u3/win32/makefile.nmake -Directives #.FN_* can be used for Ethereal types as well as for ASN.1 types +if wireshark-gtk2.exe.manifest doesn't exist, don't try to copy it - hopefully fixes the buildbot... ------------------------------------------------------------------------ -r12941 | kukosa | 2005-01-03 06:54:31 -0600 (Mon, 03 Jan 2005) | 2 lines +r20619 | sfisher | 2007-01-29 17:57:34 -0800 (Mon, 29 Jan 2007) | 1 line Changed paths: - M /trunk/tools/asn2eth.py + M /trunk/gtk/main.c -- names for value_string tables are generated with protocol name prefix -- FROM constraint for PER supported +Show the channel frequencies in the wireless (AirPcap) toolbar next to the channel number in the drop-down list. ------------------------------------------------------------------------ -r12940 | obiot | 2005-01-03 05:26:45 -0600 (Mon, 03 Jan 2005) | 3 lines +r20621 | etxrab | 2007-01-29 22:16:39 -0800 (Mon, 29 Jan 2007) | 1 line Changed paths: - M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-h248_3gpp.c + M /trunk/epan/dissectors/packet-h248_annex_e.c + M /trunk/epan/dissectors/packet-h248_q1950.c -Change e-mail address of Olivier Biot. +Fix bug 1328 (Still Malformed packet) update some of the other packages. +------------------------------------------------------------------------ +r20622 | gerald | 2007-01-29 23:16:01 -0800 (Mon, 29 Jan 2007) | 2 lines +Changed paths: + M /trunk/packaging/nsis/Makefile.am + M /trunk/packaging/nsis/Makefile.nmake + D /trunk/packaging/nsis/WinPcap_3_1.exe + A /trunk/packaging/nsis/WinPcap_4_0.exe + M /trunk/packaging/nsis/wireshark.nsi + M /trunk/packaging/u3/win32/makefile.nmake + M /trunk/packaging/u3/win32/u3util.c +Switch to WinPcap 4.0. ------------------------------------------------------------------------ -r12939 | guy | 2005-01-03 04:27:20 -0600 (Mon, 03 Jan 2005) | 2 lines +r20623 | martinm | 2007-01-30 05:39:58 -0800 (Tue, 30 Jan 2007) | 2 lines Changed paths: - M /trunk/wiretap/netxray.c + M /trunk/epan/dissectors/packet-diameter.c -Add some more comments about the FCS issue. +Size passed to IP address fields is now fixed (reported AVP size includes 2 bytes of padding), causing assertion reported in bug 1332. ------------------------------------------------------------------------ -r12938 | guy | 2005-01-03 04:10:23 -0600 (Mon, 03 Jan 2005) | 3 lines +r20627 | jake | 2007-01-30 10:06:11 -0800 (Tue, 30 Jan 2007) | 2 lines Changed paths: - M /trunk/wiretap/netxray.c - -Give a bit more information on the "are there FCSes in the frame?" -issue. + M /trunk/docbook/Makefile +Based on suggestion from Guy Harris. +Trying to get things working on Win32 (cygwin) and GNU/Linux etc. ------------------------------------------------------------------------ -r12937 | guy | 2005-01-02 23:27:35 -0600 (Sun, 02 Jan 2005) | 8 lines +r20631 | sfisher | 2007-01-30 11:43:29 -0800 (Tue, 30 Jan 2007) | 8 lines Changed paths: - M /trunk/wiretap/netxray.c + M /trunk/epan/dissectors/packet-scsi.c + + +From Patrick vd Lageweg: -Rename the CAPTYPE_ definitions as appropriate - many of them are -specific to particular types of captures, and the same value might -correspond to more than one CAPTYPE_ definition. +The PERSISTENT REVERVE OUT dissectors uses the table of the PERSISTENT REVERVE +IN command to decode the Service Action field which is obviously not correct. +This patch fixes the problem. -Add an additional CAPTYPE_ for some non-gigabit Ethereal capture seen by -Bill Meier, and fix the range check the time stamp units value as per -his mail. ------------------------------------------------------------------------ -r12936 | guy | 2005-01-02 21:42:23 -0600 (Sun, 02 Jan 2005) | 10 lines +r20632 | guy | 2007-01-30 12:07:55 -0800 (Tue, 30 Jan 2007) | 17 lines Changed paths: - M /trunk/AUTHORS - M /trunk/wiretap/AUTHORS - M /trunk/wiretap/netxray.c + M /trunk/epan/dissectors/packet-usb.c + M /trunk/wiretap/libpcap.c + M /trunk/wiretap/wtap.h + +From Paolo Abeni: update to support the new DLT_USB_LINUX format header. -From James Fields and Kevin Johnson: fix the handling of time stamps in -a number of Windows Sniffer captures - apparently the time stamp units -are in a field in the file header. +Modified to support the header as a pseudo_header rather than as part of +the packet data. -Add a capture type value seen in at least one ATM capture. +Fixed some calls that fetch data from the USB packet to fetch it in +little-endian byte order. -Update some comments, and add some comments. +Got rid of redundant code to get conversation-specific data (the +get_usb_conv_info() call already does that). -Get rid of some redundant setting of "timeunit". +For control packets, only parse the setup information if setup_flag is +0. + +Don't interpret a control packet as a standard request unless the setup +type is "Standard". ------------------------------------------------------------------------ -r12935 | guy | 2005-01-02 19:36:35 -0600 (Sun, 02 Jan 2005) | 4 lines +r20633 | sfisher | 2007-01-30 12:57:51 -0800 (Tue, 30 Jan 2007) | 5 lines Changed paths: - M /trunk/README.win32 + M /trunk/epan/dissectors/packet-radiotap.c + + +Add descriptions to radiotap fields. Fix some formatting. Add an extra +linebreak between hf field definitions for readability. -Rewrap a paragraph, for the benefit of us old-timers who typically use -80-column wide terminal windows (which also lets more windows fit than -would fit with wider windows). ------------------------------------------------------------------------ -r12934 | gerald | 2005-01-02 18:08:40 -0600 (Sun, 02 Jan 2005) | 2 lines +r20634 | etxrab | 2007-01-30 14:52:09 -0800 (Tue, 30 Jan 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ip.c + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h + M /trunk/epan/dissectors/packet-h248_q1950.c -If the ICMP code is present, put it in the Info column. +Fix bug 1328 and related bugs found when examining the trace. +------------------------------------------------------------------------ +r20636 | morriss | 2007-01-30 17:59:12 -0800 (Tue, 30 Jan 2007) | 1 line +Changed paths: + M /trunk/doc/README.developer +Explain what 'base' in 'prefs_register_uint_preference()' is: it's used in 'strtoul()' ------------------------------------------------------------------------ -r12933 | lroland | 2005-01-02 16:56:25 -0600 (Sun, 02 Jan 2005) | 1 line +r20637 | ulfl | 2007-01-30 18:23:06 -0800 (Tue, 30 Jan 2007) | 1 line Changed paths: - M /trunk/asn1/h225/packet-h225-template.h - M /trunk/epan/dissectors/packet-h225.h + M /trunk/Makefile.nmake + M /trunk/config.h.win32 + M /trunk/config.nmake -fix a typo in new packet-h225.h +C preprocessor only handles integers for conditional compilation. Build MSC_VER_REQUIRED in config.nmake and compare it with _MSC_VER in config.h.win32 ------------------------------------------------------------------------ -r12932 | etxrab | 2005-01-02 16:05:47 -0600 (Sun, 02 Jan 2005) | 1 line +r20638 | morriss | 2007-01-30 18:55:14 -0800 (Tue, 30 Jan 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-h225.c - M /trunk/epan/dissectors/packet-h225.h - M /trunk/epan/dissectors/packet-h245.c - M /trunk/epan/dissectors/packet-h245.h + M /trunk/gtk/macros_dlg.c + M /trunk/gtk/macros_dlg.h -Change the dissectors to asn2eth generated ones. +#include stdlib.h so uat.h can find size_t (at least on Solaris). Add newline to end of macros_dlg.h (just to prevent a compiler warning) ------------------------------------------------------------------------ -r12931 | etxrab | 2005-01-02 16:03:12 -0600 (Sun, 02 Jan 2005) | 1 line +r20639 | ulfl | 2007-01-30 19:05:03 -0800 (Tue, 30 Jan 2007) | 1 line Changed paths: - A /trunk/asn1/h235/h235-exp.cnf + M /trunk/gtk/uat_gui.c -This file is needed if h225 or h245 is generated separately. +use window_present() as discussed ------------------------------------------------------------------------ -r12930 | etxrab | 2005-01-02 16:01:32 -0600 (Sun, 02 Jan 2005) | 1 line +r20640 | ulfl | 2007-01-30 19:08:39 -0800 (Tue, 30 Jan 2007) | 3 lines Changed paths: - A /trunk/asn1/h225/h225-exp.cnf - A /trunk/asn1/h225/h225.asn - A /trunk/asn1/h225/h225.cnf - A /trunk/asn1/h225/packet-h225-template.c - A /trunk/asn1/h225/packet-h225-template.h + M /trunk/gtk/main.c -asn2eth generated h225 dissector +backup of some design work of the Wireshark "Welcome" page - the one shown when no trace file is loaded - this page is still disabled. + +This is only a "personal backup" of some design ideas / experiments for this page - and needs a lot more work / cleanup. I'm checking this in just to prevent data loss. ------------------------------------------------------------------------ -r12929 | etxrab | 2005-01-02 16:00:32 -0600 (Sun, 02 Jan 2005) | 1 line +r20641 | morriss | 2007-01-30 19:30:49 -0800 (Tue, 30 Jan 2007) | 1 line Changed paths: - A /trunk/asn1/h225 + M /trunk/epan/dfilter/Makefile.am -asn2eth generated h225 dissector +dfilter-macro.c is in SVN, it should not be in MAINTAINERCLEANFILES (else we have to re-fetch the file from svn each time we make maintainer-clean ------------------------------------------------------------------------ -r12928 | etxrab | 2005-01-02 15:58:45 -0600 (Sun, 02 Jan 2005) | 1 line +r20642 | ulfl | 2007-01-30 19:36:25 -0800 (Tue, 30 Jan 2007) | 5 lines Changed paths: - A /trunk/asn1/h245/h245-exp.cnf - A /trunk/asn1/h245/h245.asn - A /trunk/asn1/h245/h245.cnf - A /trunk/asn1/h245/packet-h245-template.c - A /trunk/asn1/h245/packet-h245-template.h + M /trunk/NEWS + +- correct the U3 section and add a link +- it's called "places bar", will help if someone e.g. googles on this +- mention that the last known version for Win9x was Ethereal 0.99.0 and add a link -asn2eth generated h245 dissector +this should go into 0.99.5! ------------------------------------------------------------------------ -r12927 | etxrab | 2005-01-02 15:58:06 -0600 (Sun, 02 Jan 2005) | 1 line +r20643 | ulfl | 2007-01-30 19:49:09 -0800 (Tue, 30 Jan 2007) | 3 lines Changed paths: - A /trunk/asn1/h245 + M /trunk/packaging/u3/win32/README.txt -asn2eth generated h245 dissector +- add some links about U3 +- fix some typos +- mention that uninstalling WS from the stick removes personal settings ------------------------------------------------------------------------ -r12926 | guy | 2005-01-02 04:01:05 -0600 (Sun, 02 Jan 2005) | 2 lines +r20644 | morriss | 2007-01-30 20:14:11 -0800 (Tue, 30 Jan 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/prefs.c -*Correctly* append to the filter string. +Only certain 'base' values make sense in 'prefs_register_uint_preference()': 0 and 2-36. Assert out if a different value is found. +------------------------------------------------------------------------ +r20645 | ulfl | 2007-01-30 20:34:58 -0800 (Tue, 30 Jan 2007) | 1 line +Changed paths: + M /trunk/config.nmake +fix a cut-n-paste error, to fix buildbot problem ------------------------------------------------------------------------ -r12925 | guy | 2005-01-02 03:40:26 -0600 (Sun, 02 Jan 2005) | 3 lines +r20646 | ulfl | 2007-01-30 21:26:41 -0800 (Tue, 30 Jan 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-dns.c - M /trunk/epan/dissectors/packet-dns.h - M /trunk/epan/dissectors/packet-nbns.c + M /trunk/Makefile.nmake + M /trunk/config.h.win32 + M /trunk/wiretap/Makefile.nmake + M /trunk/wiretap/config.h.win32 + +instead of putting the MSC_VER_REQUIRED test into the root Makefile (which would require to change ALL makefiles - the buildbot revealed it), simply put it in the wiretap generation. As wiretap is mandatory and one of the first things to be build this doesn't even sound like a bad idea anyway ... +------------------------------------------------------------------------ +r20647 | morriss | 2007-01-30 22:01:14 -0800 (Tue, 30 Jan 2007) | 1 line +Changed paths: + M /trunk/tshark.c -Unlike the detailed description of resource record types, the -detailed description of classes is pretty much redundant - remove it. +Don't send G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_FLAG_FATAL|G_LOG_FLAG_RECURSION to log_func_ignore() so that error messages from g_assert() get printed (by glib's default handler). Without this change developers only get a message saying the program aborted and maybe (if they're lucky^H^H^H^H^Hconfigured correctly) a core file. The latter would allow them to find out what went wrong but it would be much easier to just see the error message. +------------------------------------------------------------------------ +r20648 | ulfl | 2007-01-30 22:45:46 -0800 (Tue, 30 Jan 2007) | 1 line +Changed paths: + M /trunk/packaging/nsis/wireshark.nsi +slightly better explain the user's guide "component" ------------------------------------------------------------------------ -r12924 | guy | 2005-01-01 22:01:00 -0600 (Sat, 01 Jan 2005) | 6 lines +r20649 | lego | 2007-01-31 01:30:08 -0800 (Wed, 31 Jan 2007) | 8 lines Changed paths: - M /trunk/epan/plugins.c + M /trunk/asn1/h248/h248v3.asn + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h + M /trunk/epan/dissectors/packet-h248_q1950.c + -Don't cast pointers passed as arguments - pass a pointer to the right -type of variable and assign the value; that squelches "dereferencing -type-punned pointer will break strict-aliasing rules" warnings from some -versions of GCC. +Merge Anders' and my own fixes to some bugs +- most paramaters have data set to NULL, have them added to the tree +- avoid the context tracing mecanism bailing out if a ContextList appears in the packet. +- in q9150 do not attempt to dissect sdp unless we believe it is sdp + (BTW we need heuristics for sdp and other potential payloads of this parameter..) ------------------------------------------------------------------------ -r12923 | guy | 2005-01-01 21:58:08 -0600 (Sat, 01 Jan 2005) | 3 lines +r20650 | martinm | 2007-01-31 02:57:54 -0800 (Wed, 31 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/proto.c + M /trunk/epan/dissectors/packet-diameter.c -Cast away the constness of the argument to "g_tree_lookup()" - another -GLib function with an unfortunate signature. +Fix bug 1332 properly. ------------------------------------------------------------------------ -r12922 | guy | 2005-01-01 18:23:50 -0600 (Sat, 01 Jan 2005) | 3 lines +r20651 | grahamb | 2007-01-31 05:58:55 -0800 (Wed, 31 Jan 2007) | 1 line Changed paths: - M /trunk/gtk/follow_dlg.c - M /trunk/plugins/asn1/packet-asn1.c + M /trunk/epan/dissectors/packet-dnp.c + +Major upgrades to dissector: Added defragmentation of tcp pdus, fixed defragmention of application layer fragments, many more object types decoded thanks to Chris Bontje +------------------------------------------------------------------------ +r20652 | martinm | 2007-01-31 09:42:45 -0800 (Wed, 31 Jan 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sip.c -Cast the values passed to the macros so as to avoid -sign-extending 8-bit characters. +Add some missing RFC references to header long text. ------------------------------------------------------------------------ -r12921 | guy | 2005-01-01 17:54:32 -0600 (Sat, 01 Jan 2005) | 5 lines +r20654 | sfisher | 2007-01-31 13:30:19 -0800 (Wed, 31 Jan 2007) | 5 lines Changed paths: - M /trunk/gtk/io_stat.c - M /trunk/gtk/rtp_analysis.c + M /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png + M /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml -Add casts of OBJECT_SET_DATA() arguments in cases where that's -appropriate. -Use %u, not %d, to convert unsigned values to strings. +From Douglas Pratley: Documentation updates for new copy packet data features +checked in as SVN revision 20581. + ------------------------------------------------------------------------ -r12920 | guy | 2005-01-01 17:40:56 -0600 (Sat, 01 Jan 2005) | 4 lines +r20655 | etxrab | 2007-01-31 14:35:08 -0800 (Wed, 31 Jan 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-tacacs.c - -"inet_pton()" isn't getting declared on Windows; include "inet_v6defs.h" -if NEED_INET_V6DEFS_H is defined, as is done in "packet-sdp.c", the -other module using "inet_pton()". + M /trunk/epan/Makefile.nmake +Add uat_load.c to the distclean target for generated files. ------------------------------------------------------------------------ -r12919 | guy | 2005-01-01 17:29:05 -0600 (Sat, 01 Jan 2005) | 6 lines +r20656 | gerald | 2007-01-31 14:55:55 -0800 (Wed, 31 Jan 2007) | 2 lines Changed paths: - M /trunk/gtk/compat_macros.h + M /trunk/docbook/release-notes.xml + +Sync with the 0.99.5 release. -Don't explicitly cast the last argument to OBJECT_SET_DATA() to -"gpointer" - callers should do that if appropriate (or perhaps change -the call to pass a different argument if that's more appropriate), and -even if casting it were the right thing to do, the argument needs to be -surrounded with parentheses so the correct value is cast. +------------------------------------------------------------------------ +r20657 | etxrab | 2007-01-31 14:59:41 -0800 (Wed, 31 Jan 2007) | 1 line +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h +Extend the events valuestring with Bearer Modification Support Event. ------------------------------------------------------------------------ -r12918 | guy | 2005-01-01 17:25:49 -0600 (Sat, 01 Jan 2005) | 11 lines +r20658 | gerald | 2007-01-31 15:26:29 -0800 (Wed, 31 Jan 2007) | 15 lines Changed paths: - M /trunk/gtk/ui_util.c + M /trunk/epan/to_str.c + +From Andrej Mikus: + + IMO, the function should return an error string instead of cowardly + bailing out with an empty string. + + inet_ntop does the latter by default, so it does not need any additional + check, just passing buf_len instead of INET6_ADDRSTRLEN. + + At the other side I like the check you made into ip_to_str_buf. -Cast away the constness of the geom_name argument to -"window_new_with_geom()" - there's no way to tell the compiler that -we're not going to be modifying it, but we aren't. + My proposal would be to combine the patches and use MAX_IP_STR_LEN, + and approach below for both IPv4 and IPv6 in address_to_str_buf. -The right way to check whether a pointer is null and get a Boolean is to -test it against null, not to cast it to a Boolean type - as Boolean -types in C89/C90, at least, are just integral types, that cast might -just throw away the upper 32 bits; that probably yields the results you -want, but the compiler might well justifiably warn about that on an LP64 -platform. +Have the error string return a more descriptive clue. ------------------------------------------------------------------------ -r12917 | guy | 2005-01-01 17:22:10 -0600 (Sat, 01 Jan 2005) | 3 lines +r20659 | gerald | 2007-01-31 17:15:07 -0800 (Wed, 31 Jan 2007) | 2 lines Changed paths: - M /trunk/tap-iostat.c + M /trunk/docbook/Makefile.nmake -Fix the signature of "iostat_packet()" - the pointer to data supplied by -the dissector is a const pointer. +Let the user (e.g. one named "buildbot") specify the location of FOP. ------------------------------------------------------------------------ -r12916 | guy | 2005-01-01 17:21:05 -0600 (Sat, 01 Jan 2005) | 6 lines +r20660 | sfisher | 2007-01-31 17:37:34 -0800 (Wed, 31 Jan 2007) | 7 lines Changed paths: - M /trunk/plugins/mgcp/packet-mgcp.c + M /trunk/epan/strutil.c + + +Allow byte strings (FT_BYTES) to have four digits seperated by - : and . +in addition to the currently supported two or one digit at a time. This +applies in particular to the FT_ETHER MAC addresses, so that a MAC address +can now be entered as xxxx.xxxx.xxxx in addition to the traditional formats. -When computing a hash value based on, among other things, a -conversation, use the "index" member of the conversation_t - that lets -you get a value that fits in a guint, but without provoking the warning -you might get from a compiler if you cast a pointer to the conversation -to a guint. ------------------------------------------------------------------------ -r12915 | guy | 2005-01-01 17:19:11 -0600 (Sat, 01 Jan 2005) | 7 lines +r20661 | sahlberg | 2007-02-01 00:36:35 -0800 (Thu, 01 Feb 2007) | 3 lines Changed paths: - M /trunk/gtk/file_dlg.c - M /trunk/gtk/packet_history.c - M /trunk/gtk/summary_dlg.c + M /trunk/gtk/gui_utils.c + +dont ifdef out main_window_exit() if we dont have PCAP since this symbol is required even without pcap -The right way to check whether a pointer is null and get a Boolean is to -test it against null, not to cast it to a Boolean type - as Boolean -types in C89/C90, at least, are just integral types, that cast might -just throw away the upper 32 bits; that probably yields the results you -want, but the compiler might well justifiably warn about that on an LP64 -platform. ------------------------------------------------------------------------ -r12914 | guy | 2005-01-01 17:11:46 -0600 (Sat, 01 Jan 2005) | 3 lines +r20662 | sahlberg | 2007-02-01 00:37:54 -0800 (Thu, 01 Feb 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-eth.c - M /trunk/epan/dissectors/packet-tr.c - M /trunk/epan/packet.c + M /trunk/file.c + +we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless PCAP is available +(to allow it to compile when pcap is not available) -Get rid of some warnings about variables whose values might be lost in a -longjmp, by properly qualifying those variables as volatile. ------------------------------------------------------------------------ -r12913 | guy | 2005-01-01 06:49:54 -0600 (Sat, 01 Jan 2005) | 8 lines +r20663 | sahlberg | 2007-02-01 00:38:54 -0800 (Thu, 01 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-smb-sidsnooping.c - M /trunk/gtk/conversations_eth.c - M /trunk/gtk/conversations_fc.c - M /trunk/gtk/conversations_fddi.c - M /trunk/gtk/conversations_ip.c - M /trunk/gtk/conversations_ipx.c - M /trunk/gtk/conversations_table.c - M /trunk/gtk/conversations_table.h - M /trunk/gtk/conversations_tcpip.c - M /trunk/gtk/conversations_tr.c - M /trunk/gtk/conversations_udpip.c - M /trunk/gtk/conversations_wlan.c - M /trunk/gtk/h323_conversations.c - M /trunk/gtk/h323_conversations.h - M /trunk/gtk/hostlist_eth.c - M /trunk/gtk/hostlist_fc.c - M /trunk/gtk/hostlist_fddi.c - M /trunk/gtk/hostlist_ip.c - M /trunk/gtk/hostlist_ipx.c - M /trunk/gtk/hostlist_table.c - M /trunk/gtk/hostlist_table.h - M /trunk/gtk/hostlist_tcpip.c - M /trunk/gtk/hostlist_tr.c - M /trunk/gtk/hostlist_udpip.c - M /trunk/gtk/hostlist_wlan.c - M /trunk/gtk/rpc_progs.c - M /trunk/gtk/rpc_stat.c - M /trunk/gtk/rtp_stream.c - M /trunk/tap-iostat.c - M /trunk/tap-iousers.c + M /trunk/pcapio.c -Make the signatures of functions passed to "register_tap_listener()" -match what "register_tap_listener()" expects (rather than squelching -warnings about the differences by casting function pointers to "void -*"). +there is no point in pcapio unless we have PCAP available. -Make static some functions not used outside the module in which they're -defined. ------------------------------------------------------------------------ -r12912 | guy | 2005-01-01 06:32:28 -0600 (Sat, 01 Jan 2005) | 4 lines +r20664 | sahlberg | 2007-02-01 01:04:46 -0800 (Thu, 01 Feb 2007) | 3 lines Changed paths: - M /trunk/gtk/packet_list.c + M /trunk/tshark.c + +make tshark compile and work also when pcap is not available -Throw in a cast to squelch an (unavoidable, and probably harmless - -GTK+'s function signatures aren't necessarily what they should be) -warning. ------------------------------------------------------------------------ -r12911 | guy | 2005-01-01 06:29:26 -0600 (Sat, 01 Jan 2005) | 4 lines +r20665 | morriss | 2007-02-01 01:55:52 -0800 (Thu, 01 Feb 2007) | 4 lines Changed paths: - M /trunk/epan/to_str.c - M /trunk/epan/to_str.h + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-syslog.c + +From Abhik Sarkar: support for decoding SS7 MSUs embedded in a syslog message +(as generated by the Cisco ITP packet logging facility). -"address_to_str()" and "address_to_str_buf()" don't modify the "address" -structure pointed to them by reference, so make the argument a "const" -pointer. ------------------------------------------------------------------------ -r12910 | guy | 2004-12-31 20:57:02 -0600 (Fri, 31 Dec 2004) | 12 lines +r20666 | sahlberg | 2007-02-01 02:10:15 -0800 (Thu, 01 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-bootp.c - M /trunk/epan/dissectors/packet-smb-sidsnooping.c - M /trunk/epan/tap.h - M /trunk/gtk/ansi_a_stat.c - M /trunk/gtk/ansi_map_stat.c - M /trunk/gtk/bootp_stat.c - M /trunk/gtk/dcerpc_stat.c - M /trunk/gtk/fc_stat.c - M /trunk/gtk/gsm_a_stat.c - M /trunk/gtk/gsm_map_stat.c - M /trunk/gtk/h225_counter.c - M /trunk/gtk/h225_ras_srt.c - M /trunk/gtk/h323_analysis.c - M /trunk/gtk/http_stat.c - M /trunk/gtk/io_stat.c - M /trunk/gtk/isup_stat.c - M /trunk/gtk/ldap_stat.c - M /trunk/gtk/mgcp_stat.c - M /trunk/gtk/mtp3_stat.c - M /trunk/gtk/rtp_analysis.c - M /trunk/gtk/service_response_time_table.c - M /trunk/gtk/service_response_time_table.h - M /trunk/gtk/sip_stat.c - M /trunk/gtk/smb_stat.c - M /trunk/gtk/wsp_stat.c - M /trunk/tap-ansi_astat.c - M /trunk/tap-bootpstat.c - M /trunk/tap-dcerpcstat.c - M /trunk/tap-gsm_astat.c - M /trunk/tap-h225counter.c - M /trunk/tap-h225rassrt.c - M /trunk/tap-httpstat.c - M /trunk/tap-mgcpstat.c - M /trunk/tap-protocolinfo.c - M /trunk/tap-protohierstat.c - M /trunk/tap-rpcprogs.c - M /trunk/tap-rpcstat.c - M /trunk/tap-sipstat.c - M /trunk/tap-smbsids.c - M /trunk/tap-smbstat.c - M /trunk/tap-wspstat.c + M /trunk/epan/dissectors/packet-dcerpc-netlogon.c -As we've made the tap_specific_data field of a tap_packet_t structure a -const pointer (so that we don't get complaints when we make the -tap-specific data argument to "tap_queue_packet()" a const pointer, -allowing dissectors to hand const data to a tap without a complaint), we -should make the tap per-packet function take a const pointer as an -argument as well. Do so. +logoncontrol2 response is a Win32 error code not an nt status code -In some taps, use _U_, or actually use the argument, rather than -sticking in dummy "X = X" assignments to fake use of parameters. (This -means that the tap functions in question no longer have the notion that -they act on a particular static structure wired in.) ------------------------------------------------------------------------ -r12909 | guy | 2004-12-31 16:00:44 -0600 (Fri, 31 Dec 2004) | 12 lines +r20667 | martinm | 2007-02-01 04:28:35 -0800 (Thu, 01 Feb 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-fcdns.c - -Note what Fibre Channel spec documents this protocol. + M /trunk/pcapio.c -Don't assign the const pointers passed to hash routines to non-const -pointers. +Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason it isn't defined when building this file. -In "zonenm_to_str()", don't assume there's a null terminator in the -packet - use "tvb_get_string()" so that the buffer into which it's -copied is explicitly null-terminated. +------------------------------------------------------------------------ +r20668 | martinm | 2007-02-01 04:34:28 -0800 (Thu, 01 Feb 2007) | 2 lines +Changed paths: + M /trunk/pcapio.c -Put the Domain & Port into the protocol tree as a "0xXXXXXXXX" string, -rather than as a string with one blank in it. +OK, fix it properly by adding test after config.h has been included... ------------------------------------------------------------------------ -r12908 | guy | 2004-12-31 15:40:22 -0600 (Fri, 31 Dec 2004) | 3 lines +r20669 | gerald | 2007-02-01 10:35:14 -0800 (Thu, 01 Feb 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-fcswils.c + M /trunk/NEWS + M /trunk/docbook/Makefile + M /trunk/docbook/Makefile.nmake + M /trunk/docbook/release-notes.xml -Don't bother copying the switch name to a buffer - we can just use -"tvb_get_ptr()". +The contents of the NEWS file come from the release notes. Back-port +the changes in r20642 to release-notes.xml. Add "news" targes to the +docbook makefiles to copy release-notes.txt to NEWS. ------------------------------------------------------------------------ -r12907 | guy | 2004-12-31 15:36:08 -0600 (Fri, 31 Dec 2004) | 5 lines +r20672 | sahlberg | 2007-02-01 12:10:51 -0800 (Thu, 01 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-fcswils.c + M /trunk/epan/dissectors/packet-scsi.c -Fix a bug introduced in the previous checkin. +use the correct offset to access the service action in PERSISTENT RESERVE IN -Make the names for list record types match the names used before the -previous checkin. ------------------------------------------------------------------------ -r12906 | guy | 2004-12-31 15:20:46 -0600 (Fri, 31 Dec 2004) | 5 lines +r20674 | gerald | 2007-02-01 12:29:17 -0800 (Thu, 01 Feb 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-fcip.c + M /trunk/docbook/release-notes.xml -FC-over-IP is now covered by RFCs; update the specification references. +Fix a ulink tag. + +------------------------------------------------------------------------ +r20676 | gerald | 2007-02-01 12:31:59 -0800 (Thu, 01 Feb 2007) | 2 lines +Changed paths: + M /trunk/NEWS -Make the protcol/version information an array of 8 bytes, not 2 guints; -not all the world's a (little-endian) PC! +Fix a link. ------------------------------------------------------------------------ -r12905 | guy | 2004-12-31 14:58:23 -0600 (Fri, 31 Dec 2004) | 22 lines +r20678 | etxrab | 2007-02-01 12:49:34 -0800 (Thu, 01 Feb 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-fcswils.c - M /trunk/epan/dissectors/packet-fcswils.h + M /trunk/epan/dissectors/packet-rtp.c + +Don't call subdissector for dynamic PT based on PT number if conversation info exists. +------------------------------------------------------------------------ +r20679 | sahlberg | 2007-02-01 12:56:36 -0800 (Thu, 01 Feb 2007) | 25 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-fmp.c + A /trunk/epan/dissectors/packet-fmp.h + A /trunk/epan/dissectors/packet-fmp_notify.c + A /trunk/epan/dissectors/packet-fmp_notify.h + + -Note what Fibre Channel spec documents this protocol. +Ian Schorr +Wed, Jan 31, 2007 at 7:24 PM +To: wireshark-dev@wireshark.org -Don't assign the const pointers passed to hash routines to non-const -pointers. -Don't use "tvb_get_ptr()" to get a pointer to a data structure, and -dereference that pointer - there's no guarantee that the structure in -question will be located on an appropriate boundary in the data from the -packet (regardless of whether it's properly aligned within the data for -the protocol being dissected). +Hello, -Put the record length for an EFP request into the protocol tree. +Please consider for checkin the following new dissectors, for the FMP protocol. -Check the sanity of the payload length for that request. +FMP (File Mapping Protocol) is the network protocol basis for EMC's HighRoad (MPFS) technology.?\194?\160 Highroad is used to allow multiple clients to share access to NAS-shared files while allowing clients to directly access data volumes (via, for example, Fibre Channel or iSCSI).?\194?\160 EMC currently uses this technology in our Celerra NAS servers, and we're currently in the process of open sourcing portions of the technology. -In "zonenm_to_str()", don't assume there's a null terminator in the -packet - use "tvb_get_string()" so that the buffer into which it's -copied is explicitly null-terminated. +FMP actually consists of two ONC/RPC-based protocols - the core FMP protocol, and FMP/Notify.?\194?\160 The latter is used as an asynchronous callback to inform clients of status changes, such as lock revocation. + +We'd like to offer these dissectors to Wireshark users for help in debugging or otherwise troubleshooting MPFS-related problems.?\194?\160 There are still a few minor changes that need to be made ( i.e. a handful of fields that aren't decoded) but the dissector is overall fairly complete and very usable. + +Let me know if there are questions or feedback, or otherwise if other info is needed (like sample captures, which I don't want to send out to the mailing list). + +Thanks, +Ian Schorr +EMC Corporation + -Put the Domain & Port into the protocol tree as a "0xXXXXXXXX" string, -rather than as a string with one blank in it. ------------------------------------------------------------------------ -r12904 | guy | 2004-12-31 14:35:55 -0600 (Fri, 31 Dec 2004) | 10 lines +r20680 | sfisher | 2007-02-01 16:32:33 -0800 (Thu, 01 Feb 2007) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-fcfcs.c + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml -Note what Fibre Channel spec documents this protocol. -Don't assign the const pointers passed to hash routines to non-const -pointers. +Add more examples to eth.addr display filter examples, including the new +xxxx.xxxx.xxxx format recently introduced -Don't assume that strings the spec says are null-terminated are -necessarily null-terminated in the packet - use "tvb_strsize()" to find -the length of the purported null-terminated string; it'll throw the -appropriate exception if no null is found. ------------------------------------------------------------------------ -r12903 | lroland | 2004-12-31 08:53:17 -0600 (Fri, 31 Dec 2004) | 1 line +r20681 | sfisher | 2007-02-01 17:09:41 -0800 (Thu, 01 Feb 2007) | 5 lines Changed paths: - M /trunk/plugins/Xplugin_table.h - M /trunk/plugins/plugin_api_list.c + M /trunk/gtk/filter_dlg.c + + +Assign the cancel button (so you can hit the escape key) on the capture/display +filter dialog box + -Update some function declarations in the plugin api ------------------------------------------------------------------------ -r12902 | lroland | 2004-12-31 08:27:38 -0600 (Fri, 31 Dec 2004) | 14 lines +r20682 | sahlberg | 2007-02-02 00:47:43 -0800 (Fri, 02 Feb 2007) | 3 lines Changed paths: - M /trunk/plugins/mate/mate.h - M /trunk/plugins/mate/mate_runtime.c - M /trunk/plugins/mate/mate_setup.c - M /trunk/plugins/mate/mate_util.c - M /trunk/plugins/mate/matelib/h225_ras.mate - M /trunk/plugins/mate/matelib/isup.mate - M /trunk/plugins/mate/packet-mate.c - -From Luis Ontanon for Mate: -- moved gop and gog indexes into gopcfgs, which is a propedeutic -change for upcoming changes in the way gops are to be grouped -- changed the way gog-keys are kept in memory -- every gopkey attribute is copied into the gop->extras to avoid -redundancy in the configuration -- added timers to gogs mate.gog_type.StartTime and mate.gog_type.Time -- fixed a bug in scs_subscribe that mangled some strings -- minor interface improvement to scs propedeutic to having types avp -values in a future -- changed medium and large into mate_medium and mate_large in the -scs_collection -- fixed Mode=Replace in Transforms, now it works -- fixed a crash at reinit due to impropper initialization of mate_items ------------------------------------------------------------------------- -r12901 | lroland | 2004-12-31 08:14:44 -0600 (Fri, 31 Dec 2004) | 2 lines + M /trunk/epan/dissectors/packet-udp.c + +replace a rotating buffer for the udp header structure with ep allocated memory + + +------------------------------------------------------------------------ +r20683 | grahamb | 2007-02-02 02:21:43 -0800 (Fri, 02 Feb 2007) | 1 line Changed paths: - M /trunk/tap-h225counter.c + M /trunk/epan/dissectors/packet-dnp.c -Fix from Luis Ontanon: -Bring tap-h225counter.c in sync with newest revision of the h225 dissector +Corrected handling of udp messages, don't call tcp_dissect_pdus for udp fragments ------------------------------------------------------------------------ -r12900 | guy | 2004-12-30 21:18:13 -0600 (Thu, 30 Dec 2004) | 3 lines +r20684 | gerald | 2007-02-02 10:43:25 -0800 (Fri, 02 Feb 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-tcap.c + M /trunk/Makefile.am + A /trunk/image/wsiconinst.svg + A /trunk/image/wsiconinst256.png -Use "proto_tree_add_item()" to add a chunk of bytes to the protocol -tree. +Add an installer icon. ------------------------------------------------------------------------ -r12899 | guy | 2004-12-30 21:17:00 -0600 (Thu, 30 Dec 2004) | 3 lines +r20685 | gerald | 2007-02-02 10:45:23 -0800 (Fri, 02 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-pflog.c + M /trunk/Makefile.am + M /trunk/image/wireshark.ico + M /trunk/image/wiresharkdoc.ico + A /trunk/image/wiresharkinst.ico + M /trunk/packaging/nsis/wireshark.nsi -Don't assign const pointers to non-const pointers, especially if the -object pointed to by the non-const pointer won't be modified. +Add a Windows installer icon. Remove the ARGB versions from the other +Windows icons. ------------------------------------------------------------------------ -r12898 | guy | 2004-12-30 21:14:18 -0600 (Thu, 30 Dec 2004) | 4 lines +r20686 | gerald | 2007-02-02 12:07:58 -0800 (Fri, 02 Feb 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-pres.c + M /trunk/Makefile.am -"string_to_hex()" doesn't modify its first argument, so make it a -"const" pointer, and don't cast away the constness of "tvb_get_ptr()"s -result when passing it to "string_to_hex()". +Fix dist. ------------------------------------------------------------------------ -r12897 | guy | 2004-12-30 21:12:51 -0600 (Thu, 30 Dec 2004) | 3 lines +r20687 | sfisher | 2007-02-02 14:06:20 -0800 (Fri, 02 Feb 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-ip.c + M /trunk/docbook/wsug_src/WSUG_app_files.xml + M /trunk/docbook/wsug_src/WSUG_app_tools.xml + M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml + M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml + M /trunk/docbook/wsug_src/WSUG_chapter_io.xml + M /trunk/docbook/wsug_src/WSUG_chapter_troubleshoot.xml + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml + M /trunk/docbook/wsug_src/WSUG_preface.xml + + +Minor documentation updates. -Don't cast away the constness of pointers passed to "ip_to_str()" - -"ip_to_str()" takes a "const guint8 *" argument. ------------------------------------------------------------------------ -r12896 | guy | 2004-12-30 21:10:11 -0600 (Thu, 30 Dec 2004) | 4 lines +r20688 | ulfl | 2007-02-02 18:01:25 -0800 (Fri, 02 Feb 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-edonkey.c + M /trunk/docbook/Makefile + M /trunk/docbook/Makefile.auto.am + +remove Win32/cygwin remains, as these files are Unix only now +------------------------------------------------------------------------ +r20689 | ulfl | 2007-02-02 18:09:39 -0800 (Fri, 02 Feb 2007) | 1 line +Changed paths: + M /trunk/docbook/Makefile.nmake -There are no guarantees that "strncasecmp()" works with -non-null-terminated strings, so be safe and fetch the metatag string -with "tvb_get_string()". +remove Unix related stuff, as this file is Win32 only +------------------------------------------------------------------------ +r20690 | ulfl | 2007-02-02 20:06:43 -0800 (Fri, 02 Feb 2007) | 1 line +Changed paths: + M /trunk/config.nmake + M /trunk/docbook/Makefile.nmake +move docbook related settings from docbook/Makefile.nmake to config.nmake - having only one place to configure it all :-) ------------------------------------------------------------------------ -r12895 | guy | 2004-12-30 20:48:53 -0600 (Thu, 30 Dec 2004) | 5 lines +r20691 | ulfl | 2007-02-02 20:09:22 -0800 (Fri, 02 Feb 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-fcip.c + M /trunk/docbook/README.txt -Use "tvb_memeql()" to check whether specified bytes in a packet have a -specified value. +- update information to the latest changes +- redesign parts of the file +- remove some redundant information +- remove tabs, tabs don't work well! +------------------------------------------------------------------------ +r20692 | ulfl | 2007-02-02 21:13:39 -0800 (Fri, 02 Feb 2007) | 1 line +Changed paths: + M /trunk/config.nmake -Make a constant array "const". +cleanup docbook related comments +------------------------------------------------------------------------ +r20693 | ulfl | 2007-02-02 23:54:18 -0800 (Fri, 02 Feb 2007) | 1 line +Changed paths: + M /trunk/config.nmake +fix HHC_DIR to work ------------------------------------------------------------------------ -r12894 | guy | 2004-12-30 20:16:05 -0600 (Thu, 30 Dec 2004) | 8 lines +r20694 | ulfl | 2007-02-03 00:01:16 -0800 (Sat, 03 Feb 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-tacacs.c + M /trunk/docbook/README.txt -Don't cast away the constness of argument pointers. +mention lynx, it's mandatory and needed to create plain text version of the release-notes (aka NEWS) +------------------------------------------------------------------------ +r20695 | lego | 2007-02-03 06:25:02 -0800 (Sat, 03 Feb 2007) | 9 lines +Changed paths: + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/prefs-int.h + M /trunk/epan/prefs.c + M /trunk/epan/prefs.h + M /trunk/epan/uat-int.h + M /trunk/epan/uat.c + M /trunk/epan/uat.h + M /trunk/epan/uat_load.l + M /trunk/gtk/macros_dlg.c + M /trunk/gtk/prefs_dlg.c + M /trunk/gtk/uat_gui.c + M /trunk/gtk/uat_gui.h -Don't supply our own definition of AF_INET or our own declaration of -"inet_pton()" - use the system ones if they're available. +second iteration: +* fields of an uat table now are passed using an array of uat_filed_t +* field callbacks take two more userdata arguments +* add some macros to define uat field callbacks. +* uats can be registered as preferences for a specific protocol + - the preference widget is a button that opens the uat's window +* dfilter-macro => reflect changes to API -"mkipv4_address()" doesn't modify the string passed to it - make it a -const pointer. ------------------------------------------------------------------------ -r12893 | guy | 2004-12-30 20:13:42 -0600 (Thu, 30 Dec 2004) | 6 lines +r20696 | sahlberg | 2007-02-03 08:21:21 -0800 (Sat, 03 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-scsi.c -Don't roll our own code to display IPv4 or IPv6 addresses, use -"ip_to_str()" and "ip6_to_str()". +updates to the LOG SELECT CDB decoding -Check the length of items for IPv4 and IPv6 addresses before displaying -them as such. ------------------------------------------------------------------------ -r12892 | guy | 2004-12-30 20:11:13 -0600 (Thu, 30 Dec 2004) | 6 lines +r20697 | jake | 2007-02-03 09:27:57 -0800 (Sat, 03 Feb 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ldap.c + M /trunk/docbook/custom_layer_pdf.xsl -Don't assign the const pointers passed to hash routines to non-const -pointers. +Improve layout of listings and long URL's +------------------------------------------------------------------------ +r20698 | wmeier | 2007-02-03 11:33:32 -0800 (Sat, 03 Feb 2007) | 3 lines +Changed paths: + M /trunk/config.nmake -Now that "col_set_str()" takes a "const char *" as the second argument, -we don't have to cast away the constness of strings passed to it. +Quotes around HHC_DIR required so build doesn't fail; +Will the buildbot "build docs" step work ? Let's see ------------------------------------------------------------------------ -r12891 | guy | 2004-12-30 20:09:48 -0600 (Thu, 30 Dec 2004) | 2 lines +r20699 | ulfl | 2007-02-03 11:37:59 -0800 (Sat, 03 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-mtp3.c + M /trunk/config.nmake -Don't assign a const pointer argument to a non-const pointer variable. +... no it won't, that's why I removed them ... +Put the quotes around the places where HHC_DIR is used, that should work. ------------------------------------------------------------------------ -r12890 | guy | 2004-12-30 20:08:01 -0600 (Thu, 30 Dec 2004) | 3 lines +r20700 | jake | 2007-02-03 12:31:40 -0800 (Sat, 03 Feb 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-aoe.c - M /trunk/epan/dissectors/packet-fc.c - M /trunk/epan/dissectors/packet-fcels.c - M /trunk/epan/dissectors/packet-fcfzs.c - M /trunk/epan/dissectors/packet-fcp.c - M /trunk/epan/dissectors/packet-sip.c - -Don't assign the const pointers passed to hash routines to non-const -pointers. + M /trunk/epan/dissectors/packet-nfs.c +From J. Bruce Fields: +Fix an obvious error in the nfs4 stateid parsing. The stateid is used in a number of common operations (such as open and setattr), so this caused a lot of misparsing. ------------------------------------------------------------------------ -r12889 | guy | 2004-12-30 20:03:16 -0600 (Thu, 30 Dec 2004) | 2 lines +r20701 | ulfl | 2007-02-03 12:40:11 -0800 (Sat, 03 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/column-utils.c + M /trunk/config.nmake -Properly cast the pointer assigned to col_info->col_data. +as discussed on the list: +- GTK 2.10 is mainline now +- WINPCAP_VERSION is just confusing without benefit, remove it +------------------------------------------------------------------------ +r20702 | ulfl | 2007-02-03 12:57:24 -0800 (Sat, 03 Feb 2007) | 1 line +Changed paths: + M /trunk/config.nmake +some minor cleanup ------------------------------------------------------------------------ -r12888 | guy | 2004-12-30 20:02:19 -0600 (Thu, 30 Dec 2004) | 3 lines +r20703 | sahlberg | 2007-02-03 14:03:39 -0800 (Sat, 03 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/proto.c - M /trunk/epan/proto.h + M /trunk/epan/dissectors/packet-scsi.c -"proto_registrar_get_byname()" doesn't modify its argument, so make it -"const char *". +update the LOG SELECT dissector slightly and harmonize the hf fields so both LOG SELECT and LOG SENSE use the same variables + +------------------------------------------------------------------------ +r20704 | ulfl | 2007-02-03 17:33:48 -0800 (Sat, 03 Feb 2007) | 1 line +Changed paths: + M /trunk/packaging/nsis/Makefile.nmake + +quote HHC_DIR here too ------------------------------------------------------------------------ -r12887 | guy | 2004-12-30 20:01:03 -0600 (Thu, 30 Dec 2004) | 3 lines +r20705 | lego | 2007-02-03 18:13:12 -0800 (Sat, 03 Feb 2007) | 14 lines Changed paths: - M /trunk/timestats.c - M /trunk/timestats.h + M /trunk/wiretap/k12.c + +from: + Kriang Lerdsuwanakij + +I discovered that Wireshark K12xx detects the type of input (E1 timeslot or ATM) +based on the extra information. My previous patch to enable Wireshark to open +K12xx files with no extra information (extra_len equals 0 in SRCDEST record) +failed to give later dissectors the input type. + +Attached is the patch to correct this for ATM PVC. It adds VPI/VCI/CID information +for display in the dissected tree (in k12_open function). k12_read and k12_seek_read +are also made more robust. These are reverse engineered based on hexeditor +and constants found in tektronix configuration file. Please apply the patch. -Make arguments "const *" if the routine doesn't modify the object to -which they point. ------------------------------------------------------------------------ -r12886 | jmayer | 2004-12-30 19:56:22 -0600 (Thu, 30 Dec 2004) | 1 line +r20706 | lego | 2007-02-03 18:29:06 -0800 (Sat, 03 Feb 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/uat.c + M /trunk/epan/uat_load.l + +the quoted_string regexp in uat_load() fails badly on "...\\", workarround in uat_save() using \x5c and \x22 (hex for \ and ") -Make sure print_buff is \0-terminated ------------------------------------------------------------------------ -r12885 | jmayer | 2004-12-30 19:37:54 -0600 (Thu, 30 Dec 2004) | 3 lines +r20707 | lego | 2007-02-03 18:30:59 -0800 (Sat, 03 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dissectors/packet-k12.c + +UATify k12 configuration -As pointed out by Guy: We should be able to filter on the original SSID, -so use a copy of the existing one for printing. ------------------------------------------------------------------------ -r12884 | guy | 2004-12-30 18:33:54 -0600 (Thu, 30 Dec 2004) | 3 lines +r20708 | lego | 2007-02-03 21:19:02 -0800 (Sat, 03 Feb 2007) | 3 lines Changed paths: - M /trunk/gtk/ansi_a_stat.c - M /trunk/gtk/ansi_map_stat.c - M /trunk/gtk/conversations_table.c - M /trunk/gtk/gsm_a_stat.c - M /trunk/gtk/mtp3_stat.c - M /trunk/gtk/mtp3_summary.c - M /trunk/gtk/rtp_analysis.c - M /trunk/gtk/service_response_time_table.c + M /trunk/epan/uat-int.h + M /trunk/epan/uat.c + M /trunk/epan/uat_load.l + M /trunk/gtk/uat_gui.c + +Move (Up/Down) & Save buttons -In column sort routines, make the row pointers "const" pointers, as the -arguments passed in corresponding to those pointers are gconstpointers. ------------------------------------------------------------------------ -r12883 | guy | 2004-12-30 18:32:00 -0600 (Thu, 30 Dec 2004) | 6 lines +r20709 | gal | 2007-02-04 04:00:25 -0800 (Sun, 04 Feb 2007) | 2 lines Changed paths: - M /trunk/epan/plugins.c - M /trunk/epan/plugins.h + M /trunk/epan/dissectors/packet-ber.c -As "get_persconffile_path()" doesn't return a "const char *", neither -does "get_plugins_pers_dir()" - and "get_plugins_global_dir()" doesn't -return one either. Both of them return mallocated data, and making them -return a "const char *" just causes compiler whining when you try to -free them. +Small fix for incorrect column use when dissecting a BER file. ------------------------------------------------------------------------ -r12882 | guy | 2004-12-30 18:29:09 -0600 (Thu, 30 Dec 2004) | 3 lines +r20710 | gal | 2007-02-04 04:35:31 -0800 (Sun, 04 Feb 2007) | 2 lines Changed paths: - M /trunk/color_filters.c + M /trunk/packaging/u3/win32/makefile.nmake + M /trunk/packaging/u3/win32/manifest.tmpl -"get_persconffile_path()" doesn't return a "const char *", it just -returns a "char *", so don't assign its return value to a "const char *". +Remove version from Launchpad name and include a default dfilter_macros to remove start-up warning. ------------------------------------------------------------------------ -r12881 | guy | 2004-12-30 18:26:36 -0600 (Thu, 30 Dec 2004) | 21 lines +r20711 | gal | 2007-02-04 04:39:07 -0800 (Sun, 04 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/filesystem.c - M /trunk/epan/filesystem.h - M /trunk/file.c - M /trunk/file.h - M /trunk/gtk/about_dlg.c - M /trunk/gtk/dcerpc_stat.c - M /trunk/gtk/fc_stat.c - M /trunk/gtk/file_dlg.c - M /trunk/gtk/io_stat.c - M /trunk/gtk/ldap_stat.c M /trunk/gtk/main.c - M /trunk/gtk/rpc_stat.c - M /trunk/gtk/smb_stat.c - M /trunk/gtk/tap_dfilter_dlg.c - -"gtk_entry_get_text()" returns a "const char *" - assign the result to -one. + M /trunk/gtk/u3.c + M /trunk/gtk/u3.h -"get_basename()" doesn't modify its argument, and its callers don't -modify the substring pointed to by the result, so make it take a "const -char *" as an argument and return a "const char *". +Augment get_gui_runtime_info() with additional information about the U3 device Wireshark is being run from. -"find_last_pathname_separator()" doesn't modify its argument, so make it -a "const char *" - but some of its callers pass a non-"const" "char *" -and modify the result, so don't make its return value a "const char *". -And, as none of its callers are outside "filesystem.c", make it static. -In "about_folders_page_new()", have separate variables for pathnames -returned as "const char *" (which are cached by the routine that returns -them, so you can't modify them - and can't free them, so get rid of the -commented-out "g_free()" calls for them) and pathnames returned as "char -*" (which are allocated anew for each call, and can be modified, but -have to be freed). +------------------------------------------------------------------------ +r20712 | lego | 2007-02-04 05:47:58 -0800 (Sun, 04 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/libwireshark.def -Clean up white space. +add uat_swap() to libwireshark.def ------------------------------------------------------------------------ -r12880 | guy | 2004-12-30 18:12:25 -0600 (Thu, 30 Dec 2004) | 5 lines +r20713 | sfisher | 2007-02-04 11:16:24 -0800 (Sun, 04 Feb 2007) | 7 lines Changed paths: - M /trunk/gtk/packet_list.c - M /trunk/ui_util.h + M /trunk/epan/dissectors/packet-fmp.c + M /trunk/epan/dissectors/packet-fmp.h + M /trunk/epan/dissectors/packet-fmp_notify.c + M /trunk/epan/dissectors/packet-fmp_notify.h + + +From Sebastien Tandel: + + Execute permission should be changed [removed] on files +packet-fmp.[c,h] and packet-fmp_notify.[c,h]. -Make the "col_data" field in a "column_info" structure a pointer to an -array of "const char *" rather than to an array of "char *", and make -the second argument of "col_set_str()" a "const char *" - there's no -guarantee that "col_data" points to something you're allowed to modify. ------------------------------------------------------------------------ -r12879 | guy | 2004-12-30 18:05:22 -0600 (Thu, 30 Dec 2004) | 6 lines +r20714 | sfisher | 2007-02-04 11:23:10 -0800 (Sun, 04 Feb 2007) | 16 lines Changed paths: - M /trunk/epan/libethereal.def + M /trunk/epan/strutil.c -Add a "tvb_bytes_to_str_punct()" routine, which wraps -"bytes_to_str_punct()", and use it instead of extracting the bytes and -formatting them by hand. -Also, export "bytes_to_str_punct()". +From Sebastien Tandel: + + Steve has modified a while ago hex_str_to_bytes to handle Cisco MAC +format (xxxx.xxxx.xxxx). It did not test the nullity of the third and +fourth byte (*r, *s) which is however done for the second byte. The test +on the second byte is done as well in the following conditional tests. +If this test is not mandatory thanks to the return value of isxdigit (at +least on GNU/Linux and guess it should be the same on any platform), it +would be better to follow the same logic in all tests cases for the +comprehension of everyone (... which /could/ even, with luck, be turned +in a faster code). +Here is a light patch to follow the logic of the conditional tests done +in the function. + ------------------------------------------------------------------------ -r12878 | guy | 2004-12-30 17:57:29 -0600 (Thu, 30 Dec 2004) | 5 lines +r20715 | wmeier | 2007-02-04 16:57:59 -0800 (Sun, 04 Feb 2007) | 2 lines Changed paths: - M /trunk/epan/column-utils.h + M /trunk/test/suite-capture.sh -Make the "col_data" field in a "column_info" structure a pointer to an -array of "const char *" rather than to an array of "char *", and make -the second argument of "col_set_str()" a "const char *" - there's no -guarantee that "col_data" points to something you're allowed to modify. +Additoinal diagnostic info in output logs ------------------------------------------------------------------------ -r12877 | guy | 2004-12-30 17:56:12 -0600 (Thu, 30 Dec 2004) | 4 lines +r20716 | lego | 2007-02-04 20:22:06 -0800 (Sun, 04 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/adler32.c - M /trunk/epan/adler32.h + M /trunk/gtk/uat_gui.c + +Add a confirm dialog when the user closes the window with unsaved data. -The first argument to "adler32_bytes()" is only passed on to -"update_adler32()", and the corresponding argument is a "const unsigned -char *", so that argument can be a "const unsigned char *". ------------------------------------------------------------------------ -r12876 | guy | 2004-12-30 17:47:52 -0600 (Thu, 30 Dec 2004) | 4 lines +r20717 | lego | 2007-02-04 21:06:21 -0800 (Sun, 04 Feb 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-fcsb3.c - M /trunk/epan/tvbuff.c - M /trunk/epan/tvbuff.h + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/uat-int.h + M /trunk/epan/uat.c + M /trunk/epan/uat.h + M /trunk/gtk/help_dlg.c + M /trunk/gtk/help_dlg.h + M /trunk/gtk/uat_gui.c + +* Add a help facility for UATs +* export help_topic_html() -Add a "tvb_bytes_to_str_punct()" routine, which wraps -"bytes_to_str_punct()", and use it instead of extracting the bytes and -formatting them by hand. ------------------------------------------------------------------------ -r12875 | guy | 2004-12-30 17:42:02 -0600 (Thu, 30 Dec 2004) | 5 lines +r20718 | sahlberg | 2007-02-05 01:39:36 -0800 (Mon, 05 Feb 2007) | 5 lines Changed paths: - M /trunk/epan/column-utils.c - M /trunk/epan/column_info.h - M /trunk/gtk/packet_win.c - M /trunk/print.c + M /trunk/epan/dissectors/packet-scsi.c + +add some infrastructure to enable us to dissect the content of LOG SENSE pages and parameters + +dissect the READ WARNING flag in the TAPE-ALERT log page as an example -Make the "col_data" field in a "column_info" structure a pointer to an -array of "const char *" rather than to an array of "char *", and make -the second argument of "col_set_str()" a "const char *" - there's no -guarantee that "col_data" points to something you're allowed to modify. ------------------------------------------------------------------------ -r12874 | guy | 2004-12-30 17:19:17 -0600 (Thu, 30 Dec 2004) | 7 lines +r20719 | sahlberg | 2007-02-05 03:31:21 -0800 (Mon, 05 Feb 2007) | 3 lines Changed paths: - M /trunk/plugins/rtnet/packet-rtnet.c + M /trunk/epan/dissectors/packet-scsi.c -We now require gint64/guint64 support to build Ethereal, so get rid of -the #ifdefs. +add the remaining TAPE ALERT log flags from ssc3r01c -Don't use "%ll[doux]" - not all platforms use "ll" as the length -specifier for 64-bit integers in formats. Use PRI[doux]64 instead, to -handle platforms where some other length specifier is used. ------------------------------------------------------------------------ -r12873 | etxrab | 2004-12-30 16:40:21 -0600 (Thu, 30 Dec 2004) | 1 line +r20720 | lego | 2007-02-05 08:26:48 -0800 (Mon, 05 Feb 2007) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-h225.c - M /trunk/epan/dissectors/packet-h225.h + M /trunk/AUTHORS + M /trunk/epan/sminmpec.h + +From Boris Misenov + +sminmpec_values array is marked as just "export" instead of "WS_VAR_IMPORT" in +epan/sminmpec.h. This prevents its using in Windows builds of plugins directly. + -Change a function name in preparation for genereating H.245 and H.225 dissectors with asn2etrh ------------------------------------------------------------------------ -r12872 | etxrab | 2004-12-30 16:39:28 -0600 (Thu, 30 Dec 2004) | 1 line +r20721 | jmayer | 2007-02-05 12:01:31 -0800 (Mon, 05 Feb 2007) | 1 line Changed paths: - M /trunk/epan/libethereal.def + M /trunk/docbook/Makefile -Change a function name in preparation for genereating H.245 and H.225 dissectors with asn2etrh +Don't read and write to a file at the same time ------------------------------------------------------------------------ -r12871 | etxrab | 2004-12-30 16:38:59 -0600 (Thu, 30 Dec 2004) | 1 line +r20722 | jake | 2007-02-05 13:42:41 -0800 (Mon, 05 Feb 2007) | 6 lines Changed paths: - M /trunk/gtk/h225_counter.c + M /trunk/epan/dissectors/packet-udp.c -Change a function name in preparation for genereating H.245 and H.225 dissectors with asn2etrh +From Andrej Mikus: +Wireshark complains about bogus udp length when processing last fragment of UDP data. +It compares length field from UDP header with payload size of last fragment. +Attached is my attempt to fix this by referring to tvp->length instead of pinfo->iplen - pinfo->iphdrlen. + +Also set some items attribute to generated. ------------------------------------------------------------------------ -r12870 | guy | 2004-12-30 12:34:11 -0600 (Thu, 30 Dec 2004) | 2 lines +r20723 | ulfl | 2007-02-05 17:33:39 -0800 (Mon, 05 Feb 2007) | 6 lines Changed paths: - M /trunk/plugins/Xass-list - M /trunk/plugins/Xplugin_api.c - M /trunk/plugins/Xplugin_api.h - M /trunk/plugins/Xplugin_api_decls.h - M /trunk/plugins/Xplugin_table.h + M /trunk/epan/dissectors/packet-dcom-cba.c + M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-dcom.h -Regenerate. +dissector changes: +- new: ICBALogicalDevice2::PBAddressInfo +- enhanced: GROUPERRORDEF +simplify ett registration +add a callback for SAFEARRAY data dissection ------------------------------------------------------------------------ -r12869 | guy | 2004-12-30 12:33:14 -0600 (Thu, 30 Dec 2004) | 2 lines +r20724 | ulfl | 2007-02-05 17:37:32 -0800 (Mon, 05 Feb 2007) | 2 lines Changed paths: - M /trunk/plugins/plugin_api_list.c - -Fix the declaration of "tap_queue_packet()" to match its new signature. + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c +- add dissection for "I&M0" block +- enhance dissection or ErrorDecode2 (ErrorCode1 rta_err_cls_protocol specific) - a lot more of ErrorCode1/ErrorCode2 combinations still to go ... ------------------------------------------------------------------------ -r12868 | gerald | 2004-12-30 10:45:37 -0600 (Thu, 30 Dec 2004) | 2 lines +r20725 | gerald | 2007-02-05 17:59:50 -0800 (Mon, 05 Feb 2007) | 8 lines Changed paths: - M /trunk/epan/dissectors/packet-dhcpv6.c + M /trunk/epan/dissectors/packet-ieee80211.c -From Vincent Jardin: Fix the dissection of relayed messages. +From Clay Jones: + +This patch adds decodes for 802.11n information elements. Since 802.11n +isn't a formal standard yet they are not using the final packet +structures or ie type numbers. But there are already 802.11n pre +release devices out there and these decodes do seem to correctly decode +the IEs that they use. ------------------------------------------------------------------------ -r12867 | guy | 2004-12-29 21:32:38 -0600 (Wed, 29 Dec 2004) | 2 lines +r20726 | morriss | 2007-02-05 18:27:59 -0800 (Mon, 05 Feb 2007) | 12 lines Changed paths: - M /trunk/epan/libethereal.def + M /trunk/dumpcap.c + M /trunk/epan/crypt/airpdcap_interop.h + M /trunk/gtk/about_dlg.c + M /trunk/gtk/main.c + M /trunk/tshark.c + M /trunk/version_info.c + M /trunk/version_info.h + +From Eric Hall to fix bug 1289: + +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1289 + +Rename 'svnversion' to 'wireshark_svnversion' to resolve a symbol conflict with +GTK 2.10.6 (hmm, shouldn't GTK not be exporting that symbol or at least naming +it so as to prevent such collisions? Well, so should we, so...) + +From Andreas Fink: change #ifdef for size_t in airdcap_interop.h to fix +compile on MacOS X. -Add "get_addr_name()" to the list of items exported by libethereal. ------------------------------------------------------------------------ -r12866 | guy | 2004-12-29 20:28:50 -0600 (Wed, 29 Dec 2004) | 2 lines +r20727 | morriss | 2007-02-05 22:24:34 -0800 (Mon, 05 Feb 2007) | 1 line Changed paths: - M /trunk/gtk/conversations_table.c + M /trunk/Makefile.am -Fix some cut-and-pasteos. +rdps is built to run on the compile server, not on the target machine: use CC and CFLAGS instead of CC_FOR_BUILD and CFLAGS_FOR_BUILD, respectively +------------------------------------------------------------------------ +r20728 | etxrab | 2007-02-05 23:59:24 -0800 (Mon, 05 Feb 2007) | 1 line +Changed paths: + M /trunk/asn1/ansi_map/packet-ansi_map-template.c + M /trunk/epan/dissectors/packet-ansi_map.c +Fix a copy error. ------------------------------------------------------------------------ -r12865 | guy | 2004-12-29 20:27:00 -0600 (Wed, 29 Dec 2004) | 2 lines +r20729 | sahlberg | 2007-02-06 13:19:17 -0800 (Tue, 06 Feb 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-null.c + M /trunk/epan/dissectors/packet-scsi-ssc.c + +fixup LOCATE10 and LOCATE16 +replace a few proto_tree_add_text() with proper dissection of the partition byte -In the "capture_null()" routine, handle IPv6. ------------------------------------------------------------------------ -r12864 | guy | 2004-12-29 20:21:33 -0600 (Wed, 29 Dec 2004) | 2 lines +r20730 | morriss | 2007-02-06 18:41:10 -0800 (Tue, 06 Feb 2007) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-windows-common.c + M /trunk/asn1/ansi_map/packet-ansi_map-template.c + M /trunk/epan/dissectors/packet-ansi_map.c + +Fix for bug 1350: Add return value for +dissect_ansi_map_sms_originationrestrictions() -Update a URL. +Also close a couple of comments, remove one /* embedded in a comment, +remove a couple unused variables (still lots of unused params in there), +and fix indentation of some proto_item and proto_tree variable declarations. ------------------------------------------------------------------------ -r12863 | guy | 2004-12-29 20:10:24 -0600 (Wed, 29 Dec 2004) | 8 lines +r20731 | ulfl | 2007-02-06 18:45:53 -0800 (Tue, 06 Feb 2007) | 1 line Changed paths: - M /trunk/epan/addr_resolv.c - M /trunk/epan/addr_resolv.h - M /trunk/epan/column-utils.c - M /trunk/epan/dissectors/packet-aoe.c - M /trunk/epan/prefs.c - M /trunk/epan/tap.c - M /trunk/epan/tap.h - M /trunk/gtk/conversations_table.c - M /trunk/gtk/hostlist_table.c - M /trunk/util.c + M /trunk/gtk/Makefile.nmake + +fix a comment typo +------------------------------------------------------------------------ +r20732 | ulfl | 2007-02-06 18:50:33 -0800 (Tue, 06 Feb 2007) | 1 line +Changed paths: + M /trunk/gtk/win32-file-dlg.c -Add a "get_addr_name()" routine that takes an "address *" and attempts -to resolve it to a name. +don't free ofn before the last place used +------------------------------------------------------------------------ +r20733 | lego | 2007-02-06 19:39:40 -0800 (Tue, 06 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/uat.c + M /trunk/epan/uat.h + M /trunk/epan/uat_load.l + M /trunk/gtk/uat_gui.c -Fix up some const-pointer-to-non-const-pointer, and -function-pointer-to-void-*, conversions. +Add ENUM and HEXBYTES modes -Fix some comments. ------------------------------------------------------------------------ -r12862 | guy | 2004-12-29 16:31:56 -0600 (Wed, 29 Dec 2004) | 3 lines +r20734 | lego | 2007-02-07 05:45:28 -0800 (Wed, 07 Feb 2007) | 11 lines Changed paths: - M /trunk/gtk/help_dlg.h + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/libwireshark.def + M /trunk/epan/strutil.c + M /trunk/epan/strutil.h + +From: Gisle Vanem + +The file epan/dissectors/packet-k12.c uses the function +strcasestr() which is not available on e.g. Windows. So I cooked +up a patch to epan/strutil.c to add epan_strcasestr() (is there a more +suited place for such a function?) + + + -From Albert Chin: not all compilers support a comma after the last value -in an enum. ------------------------------------------------------------------------ -r12861 | guy | 2004-12-29 16:17:04 -0600 (Wed, 29 Dec 2004) | 3 lines +r20735 | lego | 2007-02-07 05:55:34 -0800 (Wed, 07 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-bssgp.c - M /trunk/epan/dissectors/packet-nsip.c + M /trunk/gtk/uat_gui.c + +no gtk_window_set_resizable in GTK1 -From Albert Chin: get rid of C99/GCCisms (initializing automatic -structures with non-constant values). ------------------------------------------------------------------------ -r12860 | guy | 2004-12-29 15:31:18 -0600 (Wed, 29 Dec 2004) | 3 lines +r20736 | lego | 2007-02-07 06:54:35 -0800 (Wed, 07 Feb 2007) | 5 lines Changed paths: - M /trunk/gtk/cfilter_combo_utils.c + M /trunk/asn1/snmp/packet-snmp-template.c + M /trunk/asn1/snmp/packet-snmp-template.h + M /trunk/epan/Makefile.am + M /trunk/epan/Makefile.common + M /trunk/epan/Makefile.nmake + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-snmp.h + D /trunk/epan/load_snmp_users_file.l + M /trunk/epan/uat-int.h + M /trunk/epan/uat.c + M /trunk/epan/uat.h + +* Add a category param to the uat. + +* UATify SNMP Users -From Albert Chin: "config.h" should always be included first first when -using AC_SYS_LARGEFILE. ------------------------------------------------------------------------ -r12859 | guy | 2004-12-29 15:29:53 -0600 (Wed, 29 Dec 2004) | 3 lines +r20737 | lego | 2007-02-07 08:08:19 -0800 (Wed, 07 Feb 2007) | 3 lines Changed paths: - M /trunk/capture_loop.c + M /trunk/tools/lemon/lemon.c + +do not use an uninitialized rp->line to generate destructor code for rules without code. -Pass "capture_opts" to "capture_loop_dispatch()", as -"capture_loop_dispatch()" uses it. ------------------------------------------------------------------------ -r12858 | guy | 2004-12-29 15:20:42 -0600 (Wed, 29 Dec 2004) | 4 lines +r20738 | lego | 2007-02-07 10:51:44 -0800 (Wed, 07 Feb 2007) | 3 lines Changed paths: - M /trunk/capture_sync.c + M /trunk/asn1/snmp/packet-snmp-template.c + M /trunk/epan/dissectors/packet-snmp.c + +Oddly enough MSVC cannot compile this one. -Fix it to compile on systems without "pcap_datalink_val_to_name()" (or -with "pcap_datalink_val_to_name()" but without a declaration of it in -"pcap.h" *cough* Software Update *cough*). ------------------------------------------------------------------------ -r12857 | gerald | 2004-12-29 10:25:06 -0600 (Wed, 29 Dec 2004) | 2 lines +r20739 | lego | 2007-02-07 10:56:07 -0800 (Wed, 07 Feb 2007) | 3 lines Changed paths: - M /trunk/epan/except.c + M /trunk/epan/uat.h -Remove some unneeded backslashes. +MSVC does not like mixed declarations and code +* I'm checking in some still unuused work in progress ------------------------------------------------------------------------ -r12856 | gerald | 2004-12-29 09:54:55 -0600 (Wed, 29 Dec 2004) | 5 lines +r20740 | lego | 2007-02-07 12:45:14 -0800 (Wed, 07 Feb 2007) | 5 lines Changed paths: - M /trunk/make-version.pl + M /trunk/epan/dissectors/packet-user_encap.c + M /trunk/epan/uat.c + M /trunk/epan/uat.h + +UAT: filed definitions for proto (a dissector hanlde obtained by name) + +UATify user-DLTs -If we can't find the "svn" executable in the current path, look in -"c:/cygwin/lib/subversion/bin/", which is the current default location -for Subversion 1.1.1 under Cygwin. If we still can't find "svn", simply -return instead of exiting. ------------------------------------------------------------------------ -r12855 | ulfl | 2004-12-29 06:37:06 -0600 (Wed, 29 Dec 2004) | 1 line +r20741 | ulfl | 2007-02-07 17:05:43 -0800 (Wed, 07 Feb 2007) | 1 line Changed paths: - M /trunk/capture.c - M /trunk/capture.h - M /trunk/capture_loop.c - M /trunk/gtk/font_utils.c - M /trunk/gtk/font_utils.h M /trunk/gtk/main.c -move global capture_child flag into capture_options +some further work on the "welcome page", still far from being complete ------------------------------------------------------------------------ -r12854 | kukosa | 2004-12-29 06:28:16 -0600 (Wed, 29 Dec 2004) | 13 lines +r20742 | lego | 2007-02-08 02:15:04 -0800 (Thu, 08 Feb 2007) | 3 lines Changed paths: - M /trunk/tools/asn2eth.py + M /trunk/asn1/snmp/packet-snmp-template.c + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-user_encap.c + M /trunk/epan/uat.c + M /trunk/epan/uat.h -- new optional parameter ETH_VAR for #.EXPORTS directive -- few fixes for last changes +Have the windows buildot compiling again. -Summary of changes during last three revisions -- NULL can be used in #.PDU or #.REGISTER directive -- fix in cyclic dependency handling -- keep -exp.cnf file regardless of '-k' option -- handling of negative values in SingleValue or ValueRange constraints -- handling of all SEQUONCE/SET (OF) types including SIZE constraint -- rename ber_sequence->ber_sequence_t and ber_choice->ber_choice_t -- rename dissect_ber_integer_new()->dissect_ber_integer() -- fix number of parameters for dissect_per_GeneralString() ------------------------------------------------------------------------ -r12853 | ulfl | 2004-12-29 03:09:35 -0600 (Wed, 29 Dec 2004) | 3 lines +r20743 | guy | 2007-02-08 02:26:15 -0800 (Thu, 08 Feb 2007) | 6 lines Changed paths: - M /trunk/capture.c - M /trunk/capture.h - M /trunk/capture_loop.c - M /trunk/capture_sync.c - M /trunk/capture_sync.h - M /trunk/gtk/capture_dlg.c - M /trunk/gtk/capture_if_dlg.c - M /trunk/gtk/capture_info_dlg.c - M /trunk/gtk/main.c - M /trunk/gtk/main.h + M /trunk/epan/dissectors/packet-udp.c -Don't use a global capture_opts in the capturing engine (this isn't a good idea). Do some more "housekeeping" in the capturing part. +The length of the UDP packet, according to IP, is the reported length, +not the data length (the packet might've been cut short by a snapshot +length). + +Fetch the reported length with an accessor. -Hopefully the unspecified forward declaration of capture_options_t in main.h is portable, but buildbot will tell me. This way I need the internals of that struct only at the places I really use it. ------------------------------------------------------------------------ -r12852 | guy | 2004-12-28 19:08:20 -0600 (Tue, 28 Dec 2004) | 4 lines +r20744 | jmayer | 2007-02-08 05:54:27 -0800 (Thu, 08 Feb 2007) | 367 lines Changed paths: - M /trunk/alert_box.c - M /trunk/capture_loop.c - M /trunk/editcap.c - M /trunk/epan/filesystem.c - M /trunk/file.c - M /trunk/gtk/color_dlg.c - M /trunk/gtk/dfilter_expr_dlg.c - M /trunk/gtk/file_dlg.c - M /trunk/gtk/font_utils.c - M /trunk/gtk/io_stat.c - M /trunk/gtk/main.c - M /trunk/gtk/prefs_dlg.c - M /trunk/gtk/rtp_analysis.c - M /trunk/gtk/tcp_graph.c - M /trunk/gtk/webbrowser.c - M /trunk/mergecap.c - M /trunk/pcap-util.c - M /trunk/tap-protocolinfo.c - M /trunk/tap-rpcstat.c - M /trunk/tethereal.c - M /trunk/version_info.c - -Make the tone of the error messages a bit less formal, by using -contractions. (Safari does, at least when you're trying to open a file -to which you don't have read access.) + M /trunk/tools/pidl/MANIFEST + M /trunk/tools/pidl/Makefile.PL + M /trunk/tools/pidl/TODO + A /trunk/tools/pidl/expr.yp + M /trunk/tools/pidl/idl.yp + M /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm + A /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm + M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm + M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Template.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl.pm + A /trunk/tools/pidl/lib/Parse/Yapp + A /trunk/tools/pidl/lib/Parse/Yapp/Driver.pm + M /trunk/tools/pidl/pidl + M /trunk/tools/pidl/tests/Util.pm + A /trunk/tools/pidl/tests/ndr.pl + M /trunk/tools/pidl/tests/ndr_align.pl + M /trunk/tools/pidl/tests/ndr_alloc.pl + M /trunk/tools/pidl/tests/ndr_array.pl + A /trunk/tools/pidl/tests/ndr_compat.pl + A /trunk/tools/pidl/tests/ndr_deprecations.pl + M /trunk/tools/pidl/tests/ndr_fullptr.pl + M /trunk/tools/pidl/tests/ndr_refptr.pl + M /trunk/tools/pidl/tests/ndr_represent.pl + M /trunk/tools/pidl/tests/ndr_simple.pl + M /trunk/tools/pidl/tests/ndr_string.pl + M /trunk/tools/pidl/tests/ndr_tagtype.pl + M /trunk/tools/pidl/tests/parse_idl.pl + A /trunk/tools/pidl/tests/samba-ndr.pl + A /trunk/tools/pidl/tests/test_util.pl + A /trunk/tools/pidl/tests/util.pl +Update from samba tree revision 20292 to 21237 +============================ Samba log start ============ ------------------------------------------------------------------------ -r12851 | guy | 2004-12-28 18:51:29 -0600 (Tue, 28 Dec 2004) | 5 lines +r20298 | jelmer | 2006-12-21 02:51:35 +0100 (Thu, 21 Dec 2006) | 2 lines Changed paths: - M /trunk/capture_loop.c + M /branches/SAMBA_4_0/source/build/smb_build/makefile.pm + M /branches/SAMBA_4_0/source/build/smb_build/output.pm + M /branches/SAMBA_4_0/source/include/includes.h + M /branches/SAMBA_4_0/source/pidl/tests/Util.pm -Use the "errmsg_len" argument to "capture_loop_open_output()" - -"sizeof(errmsg)', when "errmsg" is a "char *", doesn't give the size of -the string to which "errmsg" points, it gives the size of the pointer -itself, which is too small. +Fix pidl tests (missing symlink..). ------------------------------------------------------------------------ -r12850 | guy | 2004-12-28 18:44:45 -0600 (Tue, 28 Dec 2004) | 2 lines +r20299 | jelmer | 2006-12-21 03:48:46 +0100 (Thu, 21 Dec 2006) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ethertype.c - M /trunk/etypes.h + M /branches/SAMBA_4_0/source/pidl/tests/Util.pm + M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl -Add Ethernet type for DEC Local Area Systems Transport. +Disable two new tests that are apparently broken. ------------------------------------------------------------------------ -r12849 | gerald | 2004-12-28 13:59:50 -0600 (Tue, 28 Dec 2004) | 2 lines +r20358 | metze | 2006-12-27 16:36:50 +0100 (Wed, 27 Dec 2006) | 6 lines Changed paths: - M /trunk/epan/except.c + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm + M /branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.c + M /branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.h -Remove some macros that were making the "splint" utility throw a fit. +- fix ejs generated code for ipv4address +- (not Parse::Pidl::Typelist::scalar_is_reference($e->{TYPE})) + is much more generic than ($e->{TYPE} ne "string") + and handles ipv4address and other special types... +metze ------------------------------------------------------------------------ -r12848 | ulfl | 2004-12-27 18:36:06 -0600 (Mon, 27 Dec 2004) | 1 line +r20511 | jelmer | 2007-01-03 16:34:01 +0100 (Wed, 03 Jan 2007) | 2 lines Changed paths: - M /trunk/capture_loop.c - M /trunk/gtk/capture_dlg.h - M /trunk/ringbuffer.h + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Compat.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.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/Conformance.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm + +Combine warnings/errors/fatal functions and move them to Parse::Pidl. -some code cleanup (comments changed) ------------------------------------------------------------------------ -r12847 | ulfl | 2004-12-27 18:10:04 -0600 (Mon, 27 Dec 2004) | 1 line +r20543 | jelmer | 2007-01-05 13:56:15 +0100 (Fri, 05 Jan 2007) | 5 lines Changed paths: - M /trunk/doc/README.developer + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm + A /branches/SAMBA_4_0/source/pidl/tests/util.pl + +Merge some pidl bug fixes: + * C expressions that just started with a constant were erroneously flagged + as being a constant. + * 1-length variable names in expressions were broken. -add a more detailed description, how to add a new dissector file ------------------------------------------------------------------------ -r12846 | ulfl | 2004-12-27 16:04:49 -0600 (Mon, 27 Dec 2004) | 1 line +r20545 | jelmer | 2007-01-05 15:25:21 +0100 (Fri, 05 Jan 2007) | 2 lines Changed paths: - M /trunk/capture_loop.c + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm + M /branches/SAMBA_4_0/source/pidl/tests/util.pl + +Fix is_constant(). -a lot of code cleanup/refactoring ------------------------------------------------------------------------ -r12845 | ulfl | 2004-12-27 15:35:09 -0600 (Mon, 27 Dec 2004) | 1 line +r20547 | jelmer | 2007-01-05 15:55:26 +0100 (Fri, 05 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-tcap.h + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm + M /branches/SAMBA_4_0/source/pidl/tests/Util.pm + A /branches/SAMBA_4_0/source/pidl/tests/ndr_compat.pl + A /branches/SAMBA_4_0/source/pidl/tests/test_util.pl + +Add tests for expected errors/warnings. -fix a freebsd buildbot compile error, caused by myself :-( ------------------------------------------------------------------------ -r12844 | ulfl | 2004-12-27 10:11:08 -0600 (Mon, 27 Dec 2004) | 1 line +r20548 | jelmer | 2007-01-05 16:03:21 +0100 (Fri, 05 Jan 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-mtp3.h + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm + M /branches/SAMBA_4_0/source/pidl/tests/Util.pm + M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_alloc.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_array.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_refptr.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_simple.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl + M /branches/SAMBA_4_0/source/pidl/tests/test_util.pl + +Remove unnecessary "use lib", fix warnings. -fix a solaris buildbot compile error ------------------------------------------------------------------------ -r12843 | ulfl | 2004-12-27 08:27:27 -0600 (Mon, 27 Dec 2004) | 1 line +r20550 | jelmer | 2007-01-05 16:20:23 +0100 (Fri, 05 Jan 2007) | 3 lines Changed paths: - M /trunk/docbook/catalog.xml + 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/tests/parse_idl.pl + +Use standard error mechanism in parser. +Make sure errors are reported correctly. -location of cygwin's docbook xml changed ------------------------------------------------------------------------ -r12842 | ulfl | 2004-12-27 07:17:20 -0600 (Mon, 27 Dec 2004) | 1 line +r20556 | jelmer | 2007-01-05 18:18:22 +0100 (Fri, 05 Jan 2007) | 2 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/tests/util.pl + +Add more tests to make sure nothing breaks when I replace the ParseExpr code. + +------------------------------------------------------------------------ +r20561 | jelmer | 2007-01-05 21:12:21 +0100 (Fri, 05 Jan 2007) | 2 lines +Changed paths: + A /branches/SAMBA_4_0/source/pidl/expr.yp + A /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm + +Add parser for subexpressions used in IDL attributes. + +------------------------------------------------------------------------ +r20562 | jelmer | 2007-01-05 21:13:48 +0100 (Fri, 05 Jan 2007) | 3 lines +Changed paths: + M /branches/SAMBA_4_0/source/main.mk + M /branches/SAMBA_4_0/source/pidl/Makefile.PL + A /branches/SAMBA_4_0/source/pidl/lib/Parse/Yapp + A /branches/SAMBA_4_0/source/pidl/lib/Parse/Yapp/Driver.pm + +Start building expr parser. Add separate copy of Yapp::Driver +rather than including it in each individual parser. + +------------------------------------------------------------------------ +r20563 | jelmer | 2007-01-05 21:18:33 +0100 (Fri, 05 Jan 2007) | 5 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm + M /branches/SAMBA_4_0/source/pidl/tests/util.pl + +Start using the new parser in ParseExpr(). It's now trivial to use this +to check for NULL pointers when pointers are being dereferenced (#4218). + +There are exactly 500 tests for pidl now :-) + +------------------------------------------------------------------------ +r20564 | jelmer | 2007-01-05 21:23:48 +0100 (Fri, 05 Jan 2007) | 2 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm + +Regenerate. + +------------------------------------------------------------------------ +r20567 | jelmer | 2007-01-05 21:52:12 +0100 (Fri, 05 Jan 2007) | 2 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/expr.yp + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.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/Util.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + M /branches/SAMBA_4_0/source/pidl/tests/util.pl + +Print proper errors with filename and line numbers in ParseExpr() + +------------------------------------------------------------------------ +r20571 | jelmer | 2007-01-05 22:26:28 +0100 (Fri, 05 Jan 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0/source/pidl/tests/util.pl + +fix '' case +------------------------------------------------------------------------ +r20573 | metze | 2007-01-05 22:36:57 +0100 (Fri, 05 Jan 2007) | 3 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm + +fix handling of pointers handling to elements with the charset property + +metze +------------------------------------------------------------------------ +r20625 | jelmer | 2007-01-09 07:02:41 +0100 (Tue, 09 Jan 2007) | 2 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/expr.yp + M /branches/SAMBA_4_0/source/pidl/idl.yp + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm + M /branches/SAMBA_4_0/source/pidl/tests/Util.pm + M /branches/SAMBA_4_0/source/pidl/tests/util.pl + +Fix couple of warnings. + +------------------------------------------------------------------------ +r20631 | jelmer | 2007-01-09 16:50:36 +0100 (Tue, 09 Jan 2007) | 2 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm + A /branches/SAMBA_4_0/source/pidl/tests/ndr.pl + +Add some tests for the ndr parser. + +------------------------------------------------------------------------ +r20633 | jelmer | 2007-01-09 16:54:36 +0100 (Tue, 09 Jan 2007) | 2 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl + +Add another test, fix warnings. + +------------------------------------------------------------------------ +r20637 | jelmer | 2007-01-10 00:41:25 +0100 (Wed, 10 Jan 2007) | 3 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm + A /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl + +Don't check for NULL pointers when the pointer is guaranteed to not be NULL +(if it is a ref pointer). + +------------------------------------------------------------------------ +r20638 | jelmer | 2007-01-10 01:37:30 +0100 (Wed, 10 Jan 2007) | 3 lines +Changed paths: + 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 + +Check for NULL pointers (where possible) in print functions. Fixes #4218, +but without reintroducing coverity warnings. + +------------------------------------------------------------------------ +r20675 | jelmer | 2007-01-11 03:10:01 +0100 (Thu, 11 Jan 2007) | 2 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/MANIFEST + M /branches/SAMBA_4_0/source/pidl/Makefile.PL + +Fix installation. + +------------------------------------------------------------------------ +r20688 | jelmer | 2007-01-11 23:47:29 +0100 (Thu, 11 Jan 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0/source/pidl/pidl + +Use argv[0] equivalent of perl. +------------------------------------------------------------------------ +r20746 | jelmer | 2007-01-14 02:33:16 +0100 (Sun, 14 Jan 2007) | 3 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm + D /branches/SAMBA_4_0/source/script/tests/test_smbclient.sh + M /branches/SAMBA_4_0/source/script/tests/tests_all.sh + A /branches/SAMBA_4_0/testprogs/blackbox + A /branches/SAMBA_4_0/testprogs/blackbox/test_smbclient.sh (from /branches/SAMBA_4_0/source/script/tests/test_smbclient.sh:20745) + +Don't report each individual test in test_smbclient as a single testsuite. +Create separate directory for blackbox tests. + +------------------------------------------------------------------------ +r20830 | jelmer | 2007-01-16 15:44:23 +0100 (Tue, 16 Jan 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/librpc/idl/mgmt.idl + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm + M /branches/SAMBA_4_0/source/rpc_server/config.mk + M /branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c + A /branches/SAMBA_4_0/source/rpc_server/dcesrv_mgmt.c (from /branches/SAMBA_4_0/source/rpc_server/mgmt/dcesrv_mgmt.c:20829) + D /branches/SAMBA_4_0/source/rpc_server/mgmt + M /branches/SAMBA_4_0/source/script/tests/test_rpc.sh + M /branches/SAMBA_4_0/source/torture/rpc/mgmt.c + +merge mgmt work +------------------------------------------------------------------------ +r20834 | jelmer | 2007-01-16 16:51:37 +0100 (Tue, 16 Jan 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/lib/Parse/Pidl/Samba4.pm + +No longer generate extra pointers for top-level [out] unique pointers. +------------------------------------------------------------------------ +r20836 | jelmer | 2007-01-16 18:45:33 +0100 (Tue, 16 Jan 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm + +Use real type name, to fix compilation with -WC++-compat +------------------------------------------------------------------------ +r20850 | jelmer | 2007-01-17 15:49:36 +0100 (Wed, 17 Jan 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/Samba4/NDR/Server.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Template.pm + M /branches/SAMBA_4_0/source/rpc_server/dcesrv_mgmt.c + M /branches/SAMBA_4_0/source/rpc_server/drsuapi/dcesrv_drsuapi.c + M /branches/SAMBA_4_0/source/rpc_server/echo/rpc_echo.c + M /branches/SAMBA_4_0/source/rpc_server/epmapper/rpc_epmapper.c + M /branches/SAMBA_4_0/source/rpc_server/lsa/dcesrv_lsa.c + M /branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c + M /branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c + M /branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c + M /branches/SAMBA_4_0/source/rpc_server/spoolss/dcesrv_spoolss.c + M /branches/SAMBA_4_0/source/rpc_server/srvsvc/dcesrv_srvsvc.c + M /branches/SAMBA_4_0/source/rpc_server/unixinfo/dcesrv_unixinfo.c + M /branches/SAMBA_4_0/source/rpc_server/winreg/rpc_winreg.c + M /branches/SAMBA_4_0/source/rpc_server/wkssvc/dcesrv_wkssvc.c + +Prefix all server calls with dcesrv_ +------------------------------------------------------------------------ +r20942 | jelmer | 2007-01-22 01:04:59 +0100 (Mon, 22 Jan 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/build/m4/check_cc.m4 + M /branches/SAMBA_4_0/source/build/m4/check_perl.m4 + M /branches/SAMBA_4_0/source/build/smb_build/makefile.pm + M /branches/SAMBA_4_0/source/main.mk + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm + M /branches/SAMBA_4_0/source/pidl/pidl + +Simplify handling of systems that don't support negative enum values by using an ifdef rather than a pidl argument. +------------------------------------------------------------------------ +r20967 | jelmer | 2007-01-23 11:08:08 +0100 (Tue, 23 Jan 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/tests/Util.pm + M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_refptr.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl + M /branches/SAMBA_4_0/source/script/tests/tests_all.sh + M /branches/SAMBA_4_0/source/torture/config.mk + +Allow pidl tests to work with gcov +------------------------------------------------------------------------ +r21075 | jelmer | 2007-01-31 12:54:01 +0100 (Wed, 31 Jan 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm + +Generate parameters in structs for the server side Samba 3 code. The current code in Samba 3 is already generated using this pidl patch. +------------------------------------------------------------------------ +r21222 | jelmer | 2007-02-07 20:03:19 +0100 (Wed, 07 Feb 2007) | 8 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/TODO + M /branches/SAMBA_4_0/source/pidl/expr.yp + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.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/Util.pm + M /branches/SAMBA_4_0/source/pidl/pidl + D /branches/SAMBA_4_0/source/pidl/ref_notes.txt + A /branches/SAMBA_4_0/source/pidl/tests/ndr_deprecations.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl + M /branches/SAMBA_4_0/source/pidl/tests/util.pl + M /branches/SAMBA_4_0/source/torture/smbtorture.c + M /branches/SAMBA_4_0/source/torture/torture.c + +Merge a couple of pidl fixes: + +* Pidl will now warn when trying to use pointers as integers in expressions. +* "subcontext()" is now marked as deprecated. The alternatives, + transmit_as() / represent_as() should be available soon. +* More tests. +* Remove some unused code in smbtorture. + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +============================ Samba log end ============== + +------------------------------------------------------------------------ +r20745 | gal | 2007-02-08 09:09:15 -0800 (Thu, 08 Feb 2007) | 5 lines +Changed paths: + M /trunk/asn1/x411/packet-x411-template.c + M /trunk/epan/dissectors/packet-x411.c + +This patch adds support for decoding BER-encoded files as "X.411 Message". + +http://www.wireshark.org/lists/wireshark-dev/200702/msg00355.html + + +------------------------------------------------------------------------ +r20746 | gal | 2007-02-08 09:12:38 -0800 (Thu, 08 Feb 2007) | 7 lines +Changed paths: + M /trunk/asn1/cdt/cdt.cnf + M /trunk/asn1/cdt/packet-cdt-template.c + M /trunk/asn1/cdt/packet-cdt-template.h + M /trunk/epan/dissectors/packet-cdt.c + M /trunk/epan/dissectors/packet-cdt.h + +This patch adds some expert info in CDT when: +- Unable to get compressed content +- Unable to uncompress content + +http://www.wireshark.org/lists/wireshark-dev/200702/msg00356.html + + +------------------------------------------------------------------------ +r20747 | gal | 2007-02-08 09:15:45 -0800 (Thu, 08 Feb 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-p_mul.c + +This patch adds some expert info in P_Mul when: +- Checksum failure +- Missing sequence numbers + +http://www.wireshark.org/lists/wireshark-dev/200702/msg00357.html + + +------------------------------------------------------------------------ +r20748 | gal | 2007-02-08 09:17:36 -0800 (Thu, 08 Feb 2007) | 10 lines +Changed paths: + M /trunk/epan/dissectors/packet-dmp.c + +This patch adds some expert info in DMP when: +- Checksum failure +- Decoding of SIC failure +- Negative ACK response +- Unsupported DMP version +- Error uncompressing content + +http://www.wireshark.org/lists/wireshark-dev/200702/msg00358.html + + +------------------------------------------------------------------------ +r20749 | lego | 2007-02-08 09:35:03 -0800 (Thu, 08 Feb 2007) | 9 lines +Changed paths: + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/dissectors/packet-umts_fp.h + M /trunk/wiretap/k12.c + M /trunk/wiretap/wtap.h + +From: Kriang Lerdsuwanakij + +In the attached patch, the K12 wiretap now saves the content of record +after captured packet data. The K12 dissector then could extract them and provide +useful information to properly dissect FP frames (user plane of UTRAN Iub +interface). + + + +------------------------------------------------------------------------ +r20750 | ulfl | 2007-02-08 10:25:45 -0800 (Thu, 08 Feb 2007) | 3 lines +Changed paths: + M /trunk/config.nmake + M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml + M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml + +Python V2.5 is the latest stable version. Add a comment to config.nmake (but keep the 2.4 alive for now) and update version strings in the devel guide. + +If the buildbot will be updated, we could also activate the new version in config.nmake. +------------------------------------------------------------------------ +r20751 | ulfl | 2007-02-08 10:29:47 -0800 (Thu, 08 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/libwireshark.def + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + +various major enhancements to the PROFINET-IO dissector (including some new TLV blocks) +------------------------------------------------------------------------ +r20752 | guy | 2007-02-08 13:55:57 -0800 (Thu, 08 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/libwireshark.def + +Add dissect_nt_64bit_time to the list of exported routines. + +------------------------------------------------------------------------ +r20753 | lego | 2007-02-08 19:11:14 -0800 (Thu, 08 Feb 2007) | 7 lines +Changed paths: + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/dissectors/packet-user_encap.c + M /trunk/epan/libwireshark.def + M /trunk/gtk/Makefile.common + D /trunk/gtk/macros_dlg.c + D /trunk/gtk/macros_dlg.h + M /trunk/gtk/main.c + M /trunk/gtk/menu.c + M /trunk/gtk/uat_gui.c + M /trunk/gtk/uat_gui.h + M /trunk/stat_menu.h + + +* Add a Submenu (/Views/User Tables) where UATs can be accessed. +* Remove macros_dlg, the DFMacros UAT goes in the menu with all the rest +* in packet-user_encap.c WTAP_ENCAP=XXX has become useless information for the user leave just the DLT# + + + +------------------------------------------------------------------------ +r20754 | martinm | 2007-02-09 03:24:59 -0800 (Fri, 09 Feb 2007) | 2 lines +Changed paths: + M /trunk/gtk/Makefile.am + +Fix build (at least for me) by removing macros_dlg.h + +------------------------------------------------------------------------ +r20755 | jake | 2007-02-09 06:43:24 -0800 (Fri, 09 Feb 2007) | 2 lines +Changed paths: + M /trunk/plugins/irda/packet-ircomm.c + +Source code cleanup. + +------------------------------------------------------------------------ +r20756 | tuexen | 2007-02-09 08:38:57 -0800 (Fri, 09 Feb 2007) | 3 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-sctp.c + M /trunk/epan/dissectors/packet-sctp.h + +Add support for SCTP reassembly from Robin Seggelmann. +You must enable this feature via Edit/Preferences/Protocols/SCTP + +------------------------------------------------------------------------ +r20757 | tuexen | 2007-02-09 09:47:39 -0800 (Fri, 09 Feb 2007) | 2 lines +Changed paths: + M /trunk/AUTHORS + +Formatting. + +------------------------------------------------------------------------ +r20758 | sahlberg | 2007-02-09 13:03:41 -0800 (Fri, 09 Feb 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +use se_alloc() instead of g_malloc() to allocate storage for the key to the hash table. +this allows us to use g_hash_table_new() instead of g_hash_table_new_full() and thus make it compileable under gtk1.2 + + +this should probably be completely converted into se_tree's and se_alloc to completely remove the hashtable altogether + + + +------------------------------------------------------------------------ +r20759 | tuexen | 2007-02-09 13:05:43 -0800 (Fri, 09 Feb 2007) | 5 lines +Changed paths: + M /trunk/gtk/sctp_assoc_analyse.c + M /trunk/gtk/sctp_byte_graph_dlg.c + M /trunk/gtk/sctp_graph_dlg.c + M /trunk/gtk/sctp_stat.c + M /trunk/gtk/sctp_stat_dlg.c + +A fix from Irene Ruengeler to keep assocs selected when +setting/applying filters. +Remove some warnings. + + +------------------------------------------------------------------------ +r20760 | tuexen | 2007-02-09 15:14:15 -0800 (Fri, 09 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +Fix whitespaces. + +------------------------------------------------------------------------ +r20761 | tuexen | 2007-02-09 15:29:57 -0800 (Fri, 09 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +Provide a correct argument to g_hash_table_foreach_remove. + +------------------------------------------------------------------------ +r20762 | gerald | 2007-02-09 17:13:05 -0800 (Fri, 09 Feb 2007) | 3 lines +Changed paths: + M /trunk/capture_loop.c + +Windows named pipe support, which was disabled several months ago, +is now inexplicably working, so enable it. + +------------------------------------------------------------------------ +r20763 | ulfl | 2007-02-10 00:03:47 -0800 (Sat, 10 Feb 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + +add a lot more TLV block decodes, some code cleanup, ... +------------------------------------------------------------------------ +r20764 | ulfl | 2007-02-10 02:28:59 -0800 (Sat, 10 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-frame.c + +add STATUS_STACK_OVERFLOW to the possible Win32 exception codes - unfortunately, this exception seems to corrupt the stack at least in a way that the TRY / CATCH pair later causes an access violation ... +------------------------------------------------------------------------ +r20765 | sahlberg | 2007-02-10 11:56:41 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +prettify READ6 and dissect the flags bits properly instead of using a proto_tree_add_text() + + +------------------------------------------------------------------------ +r20766 | sahlberg | 2007-02-10 12:06:01 -0800 (Sat, 10 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +add dissewction of the SSC READ16 cdb + +------------------------------------------------------------------------ +r20767 | sahlberg | 2007-02-10 12:13:03 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +add dissection of SSC READREVERSE16 cdb + + +------------------------------------------------------------------------ +r20768 | sahlberg | 2007-02-10 12:23:38 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +add dissection of SSC VERIFY16 cdb + + +------------------------------------------------------------------------ +r20769 | sahlberg | 2007-02-10 12:31:01 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +add dissection of the WRITE16 and the WRITEFILEMARKS16 cdbs + + +------------------------------------------------------------------------ +r20770 | sahlberg | 2007-02-10 12:38:59 -0800 (Sat, 10 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + M /trunk/epan/dissectors/packet-scsi-ssc.h + +change all SSC2 into SSC to indicate this is an SSC dissector and not specific to SSC v2 + + + +------------------------------------------------------------------------ +r20771 | sahlberg | 2007-02-10 12:55:37 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +add dissection of the SSC READREVERSE6 cdb + + +------------------------------------------------------------------------ +r20772 | sahlberg | 2007-02-10 13:26:38 -0800 (Sat, 10 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +add dissection of VERIFY6 cdb +dissect SPACE6/16 code field using a value_string + + +------------------------------------------------------------------------ +r20773 | sahlberg | 2007-02-10 13:39:40 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +add dissection of the RECOVER BUFFERED DATA cdb + + +------------------------------------------------------------------------ +r20774 | sahlberg | 2007-02-10 13:48:12 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +add dissection of REPORTDENSITYSUPPORT cdb + + +------------------------------------------------------------------------ +r20775 | sahlberg | 2007-02-10 13:53:09 -0800 (Sat, 10 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +update the REWIND cdb dissector + +------------------------------------------------------------------------ +r20776 | sahlberg | 2007-02-10 14:01:27 -0800 (Sat, 10 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-ssc.c + +add dissection of SSC SETCAPACITY cdb + +the SSC dissector should be in fairly good shape now modulo some missing +dissectors for a few data in/out buffers that someone that needs them can easily add + + +------------------------------------------------------------------------ +r20777 | sahlberg | 2007-02-10 16:09:46 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-smc.c + M /trunk/epan/dissectors/packet-scsi-smc.h + +add the name for two missing SMC cdbs + + +------------------------------------------------------------------------ +r20778 | sahlberg | 2007-02-10 16:20:37 -0800 (Sat, 10 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-smc.c + M /trunk/epan/dissectors/packet-scsi-smc.h + M /trunk/epan/dissectors/packet-scsi-ssc.c + M /trunk/epan/dissectors/packet-scsi.c + +dont encode a specific revision of the standard in the symbol names + +change all symbols from smc2 to smc + +------------------------------------------------------------------------ +r20779 | sahlberg | 2007-02-10 16:45:15 -0800 (Sat, 10 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-mmc.c + M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/dissectors/packet-scsi-sbc.c + M /trunk/epan/dissectors/packet-scsi-smc.c + M /trunk/epan/dissectors/packet-scsi-ssc.c + M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-scsi.h + +remove the revision number from the spc symbols + +change all spc2 and spc3 to spc + + + +------------------------------------------------------------------------ +r20780 | sahlberg | 2007-02-10 17:32:53 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-smc.c + +add dissection of SMC EXCHANGE MEDIUM cdb + + +------------------------------------------------------------------------ +r20781 | sahlberg | 2007-02-10 17:50:16 -0800 (Sat, 10 Feb 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-smc.c + +add dissection of the two SMC cdbs +INITIALIZE ELEMENT STATUS +INITIALIZE ELEMENT STATUS WITH RANGE + + +------------------------------------------------------------------------ +r20782 | sahlberg | 2007-02-10 17:59:53 -0800 (Sat, 10 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-smc.c + +update the SMC MOVEMEDIUM cdb dissector + + +------------------------------------------------------------------------ +r20783 | sfisher | 2007-02-10 19:36:04 -0800 (Sat, 10 Feb 2007) | 8 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-bootp.c + + +From Joe McEachern: + +Attached is a wireshark patch that adds support for decoding DHCP option 125 +and the DHCP option 125 suboptions defined by the DSL Forum's TR-111 +specification. + + +------------------------------------------------------------------------ +r20784 | ulfl | 2007-02-10 19:45:21 -0800 (Sat, 10 Feb 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + +remove a g_warning left over from debugging +------------------------------------------------------------------------ +r20785 | ulfl | 2007-02-10 20:12:07 -0800 (Sat, 10 Feb 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + +remove some warnings +------------------------------------------------------------------------ +r20786 | sfisher | 2007-02-10 22:44:18 -0800 (Sat, 10 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-bootp.c + + +Remove unused variable + + +------------------------------------------------------------------------ +r20787 | ulfl | 2007-02-11 00:38:49 -0800 (Sun, 11 Feb 2007) | 15 lines +Changed paths: + M /trunk/docbook/Makefile.common + D /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png + M /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png + M /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png + M /trunk/docbook/wsug_src/WSUG_chapter_use.xml + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml + +from Douglas Pratley: + +Based on comments from Ulf (http://www.wireshark.org/lists/wireshark-dev/200701/msg02802.html), have revised menu structure and labels for copying items, and updated the documentation to match. + +(a) All copying now under one sub-menu in each of packet list and details panes +(b) Revised names for copy items, now the same for both panes +(c) Export Selected Packet Bytes item now in pop-up menu for packet list and details panes +(d) Removed Copy and Export from packet bytes pane; this leaves no items in the pop-up menu. + + +This last is because the functionality in the bytes pane was odd and inconsistent +- right-clicking would often change the selection in unexpected ways +- the export worked on the selected bytes, the copy on the whole packet +- the documentation did not reflect the functionality correctly (at least for Copy / Text Only). + +------------------------------------------------------------------------ +r20788 | lego | 2007-02-11 08:09:21 -0800 (Sun, 11 Feb 2007) | 5 lines +Changed paths: + M /trunk/epan/uat-int.h + M /trunk/epan/uat.c + M /trunk/gtk/uat_gui.c + +Have Aply, Cancel and OK buttons instead of the save and ok button. +Have these buttons reloading the capture file if needed. +Some rearrangement of the window (the editor is still missing "ornaments" and tooltips) + + +------------------------------------------------------------------------ +r20789 | ulfl | 2007-02-11 21:05:57 -0800 (Sun, 11 Feb 2007) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_io.xml + +add link to PSML specification +------------------------------------------------------------------------ +r20790 | ulfl | 2007-02-11 21:08:33 -0800 (Sun, 11 Feb 2007) | 1 line +Changed paths: + M /trunk/gtk/menu.c + +ooops, and here comes the actual context menu code change from Douglas Pratley ... already mentioned in SVN 20787 +------------------------------------------------------------------------ +r20791 | ulfl | 2007-02-11 21:10:52 -0800 (Sun, 11 Feb 2007) | 3 lines +Changed paths: + M /trunk/gtk/packet_list.c + +delimit each CSV output with " + +(this should be combined into a generic function as this CSV encapsulation functionality is implemented several times) +------------------------------------------------------------------------ +r20792 | etxrab | 2007-02-12 00:12:32 -0800 (Mon, 12 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/libwireshark.def + +Add uat_clear and uat_load. +------------------------------------------------------------------------ +r20793 | etxrab | 2007-02-12 00:13:56 -0800 (Mon, 12 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-gtp.c + +Fix Bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1365 Authentication Quintuplet decoding fails. +------------------------------------------------------------------------ +r20794 | sahlberg | 2007-02-12 02:30:10 -0800 (Mon, 12 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-smc.c + +add dissection of SMC OPEN/CLOSE IMPORT/EXPORT ELEMENT cdb + + +------------------------------------------------------------------------ +r20795 | ulfl | 2007-02-12 11:01:20 -0800 (Mon, 12 Feb 2007) | 3 lines +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + +add remaining TLV blocks (complete now?) +add a lot of missing index values +fix some minor bugs +------------------------------------------------------------------------ +r20796 | lego | 2007-02-12 11:55:54 -0800 (Mon, 12 Feb 2007) | 4 lines +Changed paths: + M /trunk/gtk/Makefile.am + +From Albert Chin: +Gnutls can be located in a different place than the other libs. + + +------------------------------------------------------------------------ +r20797 | lego | 2007-02-12 11:57:41 -0800 (Mon, 12 Feb 2007) | 3 lines +Changed paths: + M /trunk/asn1/snmp/packet-snmp-template.c + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-user_encap.c + M /trunk/epan/uat.h + M /trunk/gtk/uat_gui.c + +Add a description of UAT fields, and have it as a tooltip in the New/Edit Dialog. + + +------------------------------------------------------------------------ +r20798 | sahlberg | 2007-02-12 12:11:42 -0800 (Mon, 12 Feb 2007) | 4 lines +Changed paths: + M /trunk/gtk/packet_list.c + +use g_string_append() instead of g_string_append_printf() + +we dont have g_string_append_printf() in gtk 1 + +------------------------------------------------------------------------ +r20799 | sahlberg | 2007-02-12 12:26:52 -0800 (Mon, 12 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-smc.c + +add dissection of SMC POSITION TO ELEMENT cdb + + +------------------------------------------------------------------------ +r20800 | etxrab | 2007-02-12 13:48:41 -0800 (Mon, 12 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-gtp.c + +Return correct length. +------------------------------------------------------------------------ +r20801 | etxrab | 2007-02-12 14:04:58 -0800 (Mon, 12 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-uma.c + +Display 2 octet length field correctly. +------------------------------------------------------------------------ +r20802 | sfisher | 2007-02-12 18:06:04 -0800 (Mon, 12 Feb 2007) | 4 lines +Changed paths: + M /trunk/doc/README.tapping + + +Minor cleanup - spelling fixes, formatting + + +------------------------------------------------------------------------ +r20803 | grahamb | 2007-02-13 02:30:00 -0800 (Tue, 13 Feb 2007) | 1 line +Changed paths: + M /trunk/AUTHORS + +Added Chris Bontje for his work on the DNP3 dissector committed in r14794 and 20651 +------------------------------------------------------------------------ +r20804 | sfisher | 2007-02-13 12:57:22 -0800 (Tue, 13 Feb 2007) | 10 lines +Changed paths: + M /trunk/doc/README.developer + M /trunk/epan/Makefile.common + M /trunk/epan/crypt/airpdcap.c + M /trunk/epan/dissectors/packet-http.c + M /trunk/epan/dissectors/packet-jxta.c + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/ex-opt.c + M /trunk/epan/libwireshark.def + M /trunk/epan/stats_tree.c + A /trunk/epan/ws_strsplit.c + A /trunk/epan/ws_strsplit.h + M /trunk/gtk/font_utils.c + M /trunk/gtk/voip_calls.c + M /trunk/gtk/webbrowser.c + M /trunk/plugins/mate/mate_grammar.lemon + M /trunk/plugins/mate/mate_setup.c + M /trunk/plugins/mate/mate_util.c + M /trunk/tap-funnel.c + M /trunk/util.c + + +From Sebastien Tandel: + +Create two new files (ws_strsplit.[ch]) that use GTK2 code to override +the buggy g_strsplit() function when compiling for GTK1. Include this +work-around function (ws_strsplit) in libwireshark.def. Add notes on usage +to README.developer. Include epan/ws_strsplit.h in all files that use +g_strsplit(). + + +------------------------------------------------------------------------ +r20805 | sfisher | 2007-02-13 16:39:48 -0800 (Tue, 13 Feb 2007) | 11 lines +Changed paths: + M /trunk/doc/README.developer + M /trunk/epan/proto.c + M /trunk/epan/proto.h + + +From Sebastien Tandel: + + Here is an updated patch for proto_tree_add_item and the +range_string structure. The new macro RVALS() can be used as the macro +VALS() in the declaration of your hf_register_info with another +structure (range_string). Be aware that you *have to* ORed the value of +the field display with BASE_RANGE_STRING constant and it can 'only' be +used with FT_(U)INT* types in a header_field_info. + + +------------------------------------------------------------------------ +r20806 | sfisher | 2007-02-13 17:16:19 -0800 (Tue, 13 Feb 2007) | 5 lines +Changed paths: + M /trunk/asn1/ansi_map/packet-ansi_map-template.c + M /trunk/epan/dissectors/packet-ansi_map.c + M /trunk/epan/dissectors/packet-ospf.c + + +Changes to the ansi_map and ospf dissectors to use new RVAL() (range string) +feature. + + +------------------------------------------------------------------------ +r20807 | kukosa | 2007-02-14 00:08:44 -0800 (Wed, 14 Feb 2007) | 1 line +Changed paths: + M /trunk/asn1/h225/H323-MESSAGES.asn + M /trunk/epan/dissectors/packet-h225.c + +H.225.0 updated to 05/2006, Amendment 1 01/2007 +------------------------------------------------------------------------ +r20808 | sahlberg | 2007-02-14 03:49:01 -0800 (Wed, 14 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +show the share mode bits that are SET on the share mode expansion line so one can see easily which share modes are requested without having to open the share mode expansion + + +------------------------------------------------------------------------ +r20809 | jmayer | 2007-02-14 05:22:55 -0800 (Wed, 14 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-ipsec-tcp.c + M /trunk/epan/dissectors/packet-udp.c + +Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMP +in TCP (incomplete). +Add preference to select the tcp port (default: 10000) + +------------------------------------------------------------------------ +r20810 | jmayer | 2007-02-14 05:23:47 -0800 (Wed, 14 Feb 2007) | 3 lines +Changed paths: + M /trunk/docbook + +Add some files to svn:ignore +Sort files alphabetically + +------------------------------------------------------------------------ +r20811 | jmayer | 2007-02-14 05:25:08 -0800 (Wed, 14 Feb 2007) | 2 lines +Changed paths: + M /trunk/doc/wireshark.pod + +Version 0.10.12 was still Ethereal, not Wireshark + +------------------------------------------------------------------------ +r20812 | martinm | 2007-02-14 07:41:43 -0800 (Wed, 14 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-catapult-dct2000.c + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/epan/dissectors/packet-umts_fp.h + +Change fp_info struct to be more general by removing DCT2000-specific field. + +Also: +- Fix a division-by-zero error in FP dissector +- Correct the way DCT2000 IPPrim addresses and ports are dissected and displayed + +------------------------------------------------------------------------ +r20813 | lego | 2007-02-14 11:21:37 -0800 (Wed, 14 Feb 2007) | 11 lines +Changed paths: + M /trunk/gtk/uat_gui.c + +From Peter Johansson: + +I have provided a patch for a crash that occurs in uat_gui.c if from the +"Edit preferences..." button when you choose Protocols -> DLT_USER -> +the "Edit..." button -> the "New" button -> the "Cancel" button. +The crash happens because dd gets freed prior to traversing its internal +structure, hence I moved the call to g_free for dd beneath the traversal +of the dd internals. + + + +------------------------------------------------------------------------ +r20814 | gerald | 2007-02-14 14:03:39 -0800 (Wed, 14 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-catapult-dct2000.c + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/epan/dissectors/packet-umts_fp.h + +Try to fix a naming conflict on Windows. + +------------------------------------------------------------------------ +r20815 | jmayer | 2007-02-15 00:40:18 -0800 (Thu, 15 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ipsec-tcp.c + +Guess the meaning of some trailer bytes + +------------------------------------------------------------------------ +r20816 | sahlberg | 2007-02-15 01:33:12 -0800 (Thu, 15 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/packet-dcerpc-winreg.h + M /trunk/epan/dissectors/pidl/winreg.idl + +using the latest SVN of PIDL it is now possible to compile the corrected WINREG.IDL where QueryInfoKey responses are parsed correctly. + +(since we do not yet use all of the various idl files from s4 i commented out the import directove from the idl file since othervise it would generate #include directives for files we do not yet provide) + + + +------------------------------------------------------------------------ +r20817 | gerald | 2007-02-15 10:35:30 -0800 (Thu, 15 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-radiotap.c + +According to David Young, IEEE80211_RADIOTAP_FCS was never officially +assigned. + +------------------------------------------------------------------------ +r20818 | ulfl | 2007-02-15 12:48:39 -0800 (Thu, 15 Feb 2007) | 3 lines +Changed paths: + M /trunk/gtk/proto_dlg.c + +bugfix: call set_proto_selection() before actually writing the selections to disk. Otherwise the changes won't be written to disk correctly (when pressing the OK button). + +Interestingly, no complains were heard about this before ... +------------------------------------------------------------------------ +r20819 | lego | 2007-02-15 13:50:32 -0800 (Thu, 15 Feb 2007) | 4 lines +Changed paths: + M /trunk/AUTHORS + +change of AUTHOR address upon request + + + +------------------------------------------------------------------------ +r20820 | etxrab | 2007-02-15 22:38:59 -0800 (Thu, 15 Feb 2007) | 1 line +Changed paths: + M /trunk/packaging/nsis/wireshark.nsi + +Copy the changes done for 0.99.5 to use WinPcap 4.0 to trunk. +------------------------------------------------------------------------ +r20821 | etxrab | 2007-02-15 22:54:32 -0800 (Thu, 15 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-bssgp.c + +Fix the bugs part of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1371. +- a typor in in hf_bssgp_ie_type +- id def out debug code. +------------------------------------------------------------------------ +r20822 | martinm | 2007-02-16 05:47:49 -0800 (Fri, 16 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtp.c + +Make RFC2198 pt preference work (wasn't calling +proto_reg_handoff_rtp when prefs changed). + +------------------------------------------------------------------------ +r20823 | etxrab | 2007-02-16 13:02:19 -0800 (Fri, 16 Feb 2007) | 3 lines +Changed paths: + M /trunk/asn1/gsmmap/GSMMAP.asn + M /trunk/asn1/gsmmap/gsm_map-exp.cnf + M /trunk/asn1/gsmmap/gsmmap.cnf + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_map.h + M /trunk/epan/dissectors/packet-gtp.c + +From Florent Drouin: + +A patch to update the gsm map definition up to 3GPP TS 29.002 V7.5.0 (2006-09) Release 7 There is a little impact on the GTP dissector, because I had to change the name of the Local ErrorCode in the gsm map asn1 definition due to a conflict with the Camel dissector. +------------------------------------------------------------------------ +r20824 | sahlberg | 2007-02-16 13:04:45 -0800 (Fri, 16 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-kerberos.c + +when decrypting a blob allocate a new private memory area to return to the caller instead of reusing the same one over and over (g_free followed by g_malloc by the same size often result in the same area being returned) + +this resolves some issues where the decode is ok but the hexpane shows corrupted memory where the decrypted blob should be. + + + +------------------------------------------------------------------------ +r20825 | ulfl | 2007-02-16 13:53:36 -0800 (Fri, 16 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + D /trunk/epan/dissectors/packet-dcom-cba-acco.c + D /trunk/epan/dissectors/packet-dcom-cba-acco.h + D /trunk/epan/dissectors/packet-dcom-cba.c + M /trunk/epan/dissectors/packet-dcom.h + D /trunk/epan/dissectors/packet-pn-rt.c + M /trunk/epan/libwireshark.def + M /trunk/plugins/profinet/Makefile.common + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + A /trunk/plugins/profinet/packet-dcom-cba-acco.c (from /trunk/epan/dissectors/packet-dcom-cba-acco.c:20794) + A /trunk/plugins/profinet/packet-dcom-cba-acco.h (from /trunk/epan/dissectors/packet-dcom-cba-acco.h:20794) + A /trunk/plugins/profinet/packet-dcom-cba.c (from /trunk/epan/dissectors/packet-dcom-cba.c:20794) + M /trunk/plugins/profinet/packet-pn-dcp.c + M /trunk/plugins/profinet/packet-pn-mrp.c + M /trunk/plugins/profinet/packet-pn-mrrt.c + M /trunk/plugins/profinet/packet-pn-ptcp.c + A /trunk/plugins/profinet/packet-pn-rt.c (from /trunk/epan/dissectors/packet-pn-rt.c:20794) + A /trunk/plugins/profinet/packet-pn.c + A /trunk/plugins/profinet/packet-pn.h + +major code cleanup: +- move dcom-cba and pn-rt files into profinet plugin (where they really belong) +- move some common pn functionality into new packet-pn.c/h instead of having duplicate code +------------------------------------------------------------------------ +r20826 | sahlberg | 2007-02-16 16:13:57 -0800 (Fri, 16 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-kerberos.c + +decode the known 4 bytes of the 16 byte blob that prepends the ndr encoded logoninfo and constraineddelegation ndr encoded blobs inside the PAC + + +------------------------------------------------------------------------ +r20827 | sahlberg | 2007-02-16 16:47:09 -0800 (Fri, 16 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-kerberos.c + +if the KRB-ERROR PDU contains a pw-salt containing an NT status code, show that NT status code on the summary line since it gives more precise error description to why there was an kerberos error. + + + +------------------------------------------------------------------------ +r20828 | ulfl | 2007-02-17 00:08:40 -0800 (Sat, 17 Feb 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + M /trunk/plugins/profinet/packet-dcom-cba-acco.c + M /trunk/plugins/profinet/packet-dcom-cba.c + M /trunk/plugins/profinet/packet-pn-ptcp.c + +squelch some compiler warnings +------------------------------------------------------------------------ +r20829 | ulfl | 2007-02-17 01:42:38 -0800 (Sat, 17 Feb 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + M /trunk/plugins/profinet/packet-dcom-cba-acco.c + M /trunk/plugins/profinet/packet-dcom-cba-acco.h + +some more compiler warnings removed +------------------------------------------------------------------------ +r20830 | gal | 2007-02-17 03:06:25 -0800 (Sat, 17 Feb 2007) | 6 lines +Changed paths: + M /trunk/asn1/ldap/ldap.cnf + M /trunk/asn1/ldap/packet-ldap-template.c + M /trunk/epan/dissectors/packet-ldap.c + +Tidy ups for SASL/GSSAPI support: +1) Handle empty (zero length) saslCredentials +2) Handle "GSSAPI" auth_mech when identified from the bind +3) Annotate column info to show SASL service applied to LDAP operation + + +------------------------------------------------------------------------ +r20831 | gal | 2007-02-17 03:10:02 -0800 (Sat, 17 Feb 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +This patch adds some new features to the BER dissector: +- Added option to decode OCTET STRINGs as BER encoded data +- Added decoding of unknown VisibleString and GeneralString +- Some code cleanup + +http://www.wireshark.org/lists/wireshark-dev/200702/msg00482.html + + +------------------------------------------------------------------------ +r20832 | ulfl | 2007-02-17 03:13:24 -0800 (Sat, 17 Feb 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcom-cba-acco.c + +fix an error added lately +------------------------------------------------------------------------ +r20833 | gal | 2007-02-17 03:16:52 -0800 (Sat, 17 Feb 2007) | 6 lines +Changed paths: + M /trunk/asn1/spnego/packet-spnego-template.c + M /trunk/epan/dissectors/packet-spnego.c + +This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. +This is purely empirical as I can find no standard that says it should be there. +However successful LDAP/SASL/GSSAPI between AD and Java client shows it seems to be present. +If the confounder is not dissected, the LDAPMessage to fail to be decoded. + + +------------------------------------------------------------------------ +r20834 | gal | 2007-02-17 06:23:09 -0800 (Sat, 17 Feb 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +From X.690 8.6.2.3 +"If the bitstring is empty, there shall be no subsequent octets, and the initial octet shall be zero." + +The BER dissector marked empty bitstrings as "Padding", but they are now marked as "Empty". + +http://www.wireshark.org/lists/wireshark-dev/200702/msg00574.html + + +------------------------------------------------------------------------ +r20835 | etxrab | 2007-02-17 12:04:10 -0800 (Sat, 17 Feb 2007) | 5 lines +Changed paths: + M /trunk/asn1/camel/camel.asn + M /trunk/asn1/camel/camel.cnf + M /trunk/asn1/camel/packet-camel-template.c + M /trunk/asn1/camel/packet-camel-template.h + M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-camel.h + +From Florent Drouin: + +Update the Camel dissector to have the same structure as the gsm map dissector. +Now the dissector correctly handles the Tcap return error component. +Some improvement have been made for ApplyChargingReport too. +------------------------------------------------------------------------ +r20836 | sfisher | 2007-02-17 19:30:20 -0800 (Sat, 17 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-jxta.c + + +From Mike Duigou: + +Adds support for dissecting the new version 2 binary wire format messages. + + +------------------------------------------------------------------------ +r20837 | morriss | 2007-02-18 02:18:53 -0800 (Sun, 18 Feb 2007) | 7 lines +Changed paths: + M /trunk/asn1/spnego/packet-spnego-template.c + M /trunk/epan/dissectors/packet-spnego.c + +Fix bug 1380: + +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1380 + +by registering the spnego dissector by name (e.g., call 'register_dissector()'). + + +------------------------------------------------------------------------ +r20838 | morriss | 2007-02-18 03:32:54 -0800 (Sun, 18 Feb 2007) | 1 line +Changed paths: + M /trunk/wiretap/erf.c + M /trunk/wiretap/erf.h + +From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) files +------------------------------------------------------------------------ +r20839 | girlich | 2007-02-18 05:24:30 -0800 (Sun, 18 Feb 2007) | 2 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-dtpt.c + +Added a DTPT (DekTop PassThrough) dissector. + +------------------------------------------------------------------------ +r20840 | sfisher | 2007-02-18 16:23:58 -0800 (Sun, 18 Feb 2007) | 4 lines +Changed paths: + M /trunk/doc/README.request_response_tracking + + +Fix a couple of spelling mistakes + + +------------------------------------------------------------------------ +r20841 | guy | 2007-02-18 16:46:01 -0800 (Sun, 18 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dtd_preparse.l + +Get rid of an unused variable. + +------------------------------------------------------------------------ +r20842 | guy | 2007-02-18 16:56:22 -0800 (Sun, 18 Feb 2007) | 2 lines +Changed paths: + M /trunk/plugins/profinet/packet-pn.c + +Include to declare memcpy(). + +------------------------------------------------------------------------ +r20843 | guy | 2007-02-18 16:59:20 -0800 (Sun, 18 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-syslog.c + +Declare nbytes to match what the routine getting a pointer to it +expects. + +------------------------------------------------------------------------ +r20844 | guy | 2007-02-18 17:09:55 -0800 (Sun, 18 Feb 2007) | 3 lines +Changed paths: + M /trunk/asn1/x411/packet-x411-template.c + M /trunk/asn1/x411/packet-x411-template.h + M /trunk/epan/dissectors/packet-x411.c + M /trunk/epan/dissectors/packet-x411.h + +dissect_x411_mts_apdu() is an old-style dissector, so it shouldn't +return any value. + +------------------------------------------------------------------------ +r20845 | guy | 2007-02-18 17:15:22 -0800 (Sun, 18 Feb 2007) | 2 lines +Changed paths: + M /trunk/asn1/pkcs12/packet-pkcs12-template.c + M /trunk/epan/dissectors/packet-pkcs12.c + +Get rid of an unused variable. + +------------------------------------------------------------------------ +r20846 | guy | 2007-02-18 17:18:26 -0800 (Sun, 18 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +wep_decrypt() isn't needed if we have AirPDCap. + +Use "break" instead of "goto done" when possible, don't goto a label +that follows immediately, and get rid of labels for which there's no +goto. + +------------------------------------------------------------------------ +r20847 | guy | 2007-02-18 17:19:36 -0800 (Sun, 18 Feb 2007) | 2 lines +Changed paths: + M /trunk/gtk/main.c + +We only need the Wireshark splash image if we have the welcome page. + +------------------------------------------------------------------------ +r20848 | guy | 2007-02-18 17:21:10 -0800 (Sun, 18 Feb 2007) | 2 lines +Changed paths: + M /trunk/gtk/uat_gui.c + +Squelch a "used without being set" warning. + +------------------------------------------------------------------------ +r20849 | guy | 2007-02-18 17:22:45 -0800 (Sun, 18 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/uat.h + +Initialize the description in UAT_FLD_PROTO(). + +------------------------------------------------------------------------ +r20850 | wmeier | 2007-02-18 17:27:16 -0800 (Sun, 18 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-afp.c + M /trunk/epan/dissectors/packet-sctp.c + +packet-afp: remove unneeded line of code; +packet-sctp: register sctp dissector since packet-lge-monitor wants to call same + + +------------------------------------------------------------------------ +r20851 | wmeier | 2007-02-18 20:48:02 -0800 (Sun, 18 Feb 2007) | 6 lines +Changed paths: + M /trunk/capture_loop.c + +Fix error handling for invalid named pipe; +Generate correct message; +(test suite 'tshark invalid capture interface' test +should now work again). + + +------------------------------------------------------------------------ +r20852 | sfisher | 2007-02-18 21:21:12 -0800 (Sun, 18 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-http.c + +Add comments to the statistics functions to tell which is which + +------------------------------------------------------------------------ +r20853 | sfisher | 2007-02-18 21:32:01 -0800 (Sun, 18 Feb 2007) | 14 lines +Changed paths: + M /trunk/epan/dissectors/packet-iuup.c + + +From Kriang Lerdsuwanakij: + +While I reading source code of IuUP dissector, I notice some +obvious bugs inside the code. One is a missing assignment +that causes the following "if (iuup_circuit)" block to never execute. +Another is wrong field names. + +Althoug both won't show up in final result (for the first bug, the call to +g_hash_table_insert several lines later will do the right thing anyway; +for the second bug, there is no services utilizing more than 3 subflows), +I think it is better to have them fixed. + + +------------------------------------------------------------------------ +r20854 | etxrab | 2007-02-18 22:09:33 -0800 (Sun, 18 Feb 2007) | 1 line +Changed paths: + M /trunk/asn1/gsmmap/gsmmap.cnf + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/asn1/ranap/ranap-exp.cnf + M /trunk/asn1/ranap/ranap.cnf + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-ranap.c + M /trunk/epan/dissectors/packet-ranap.h + +Decode some RANAP elements. +------------------------------------------------------------------------ +r20855 | jake | 2007-02-18 22:24:29 -0800 (Sun, 18 Feb 2007) | 1 line +Changed paths: + M /trunk/doc/README.request_response_tracking + +Further cleanup of the document +------------------------------------------------------------------------ +r20856 | jake | 2007-02-18 22:26:07 -0800 (Sun, 18 Feb 2007) | 1 line +Changed paths: + M /trunk/doc/README.request_response_tracking + +Id keyword property added +------------------------------------------------------------------------ +r20857 | sahlberg | 2007-02-19 00:26:27 -0800 (Mon, 19 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/pidl/winreg.cnf + +the policy handles created/opened in CreateKey and OpenKey are now called "handle" and not "new_handle" + +update the conformance file so the correct functions are loaded with the correct PARAM value to signal "in this frame, this policy handle was created" + + + +------------------------------------------------------------------------ +r20858 | morriss | 2007-02-19 02:26:21 -0800 (Mon, 19 Feb 2007) | 1 line +Changed paths: + M /trunk/gtk/graph_analysis.c + M /trunk/gtk/tcp_graph.c + +Squelch a couple (false) uninitialized variable warnings +------------------------------------------------------------------------ +r20859 | morriss | 2007-02-19 02:43:53 -0800 (Mon, 19 Feb 2007) | 1 line +Changed paths: + M /trunk/gtk/help_dlg.c + +Oops, help_topic_gtk() is _only_ needed in GTK1.2 builds, so #ifdef it (and some of its helpers) out in GTK2 builds. +------------------------------------------------------------------------ +r20860 | morriss | 2007-02-19 03:24:56 -0800 (Mon, 19 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/tcap-persistentdata.c + +Remove some unused parameters (pinfo). +Remove some _U_'s on parameters that _are_ used. +Reindent some. + +------------------------------------------------------------------------ +r20861 | morriss | 2007-02-19 04:24:32 -0800 (Mon, 19 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/tap.c + M /trunk/epan/tap.h + +fetch_tapped_data() returns a const pointer, so declare the function as returning such +------------------------------------------------------------------------ +r20862 | morriss | 2007-02-19 07:14:00 -0800 (Mon, 19 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/camel-persistentdata.c + +Remove some unused parameters (pinfo). +Remove some _U_'s on parameters that _are_ used. +Reindent some. + +------------------------------------------------------------------------ +r20863 | morriss | 2007-02-19 07:30:06 -0800 (Mon, 19 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-telnet.c + M /trunk/epan/reassemble.c + M /trunk/gtk/expert_comp_table.c + M /trunk/tshark.c + +Squelch a few unused parameter warnings. +------------------------------------------------------------------------ +r20864 | wmeier | 2007-02-19 12:25:56 -0800 (Mon, 19 Feb 2007) | 3 lines +Changed paths: + M /trunk/capture_loop.c + M /trunk/dumpcap.c + +Output error msgs when using dumpcap from cmd-line (stand-alone); +Also: minor cleanup for capture_loop.c + +------------------------------------------------------------------------ +r20865 | wmeier | 2007-02-19 13:45:27 -0800 (Mon, 19 Feb 2007) | 2 lines +Changed paths: + M /trunk/airpcap_loader.c + M /trunk/epan/crypt/airpdcap_ccmp.c + M /trunk/gtk/airpcap_dlg.c + M /trunk/gtk/main.c + +Fix some C++ style comments + +------------------------------------------------------------------------ +r20866 | wmeier | 2007-02-19 14:29:23 -0800 (Mon, 19 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-amr.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-bssgp.c + M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-dis-fields.c + M /trunk/epan/dissectors/packet-dnp.c + M /trunk/epan/dissectors/packet-fcp.c + M /trunk/epan/dissectors/packet-ipmi.c + M /trunk/epan/dissectors/packet-mp2t.c + M /trunk/epan/dissectors/packet-scsi-osd.c + +Continuing the tradition: squelch some compiler warnings .... + +------------------------------------------------------------------------ +r20867 | sfisher | 2007-02-19 14:37:45 -0800 (Mon, 19 Feb 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-http.c + M /trunk/epan/dissectors/packet-http.h + M /trunk/gtk/Makefile.common + A /trunk/gtk/content_list_http.c + M /trunk/gtk/menu.c + M /trunk/stat_menu.h + + +Initial version of the new Statistics -> Content List -> HTTP feature. This +feature lists all of the content found in an HTTP stream (images, http, etc.) +and displays it in a list that allows the user to save each one as a file that +is already reassembled by the dissectors. + + +------------------------------------------------------------------------ +r20868 | wmeier | 2007-02-19 15:18:48 -0800 (Mon, 19 Feb 2007) | 2 lines +Changed paths: + M /trunk/sync_pipe_write.c + +Add missing include file when compiling under windows + +------------------------------------------------------------------------ +r20869 | sfisher | 2007-02-19 16:22:00 -0800 (Mon, 19 Feb 2007) | 1 line +Changed paths: + M /trunk/gtk/menu.c + M /trunk/stat_menu.h + +Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around parts of the Content List -> HTTP feature code. +------------------------------------------------------------------------ +r20870 | gerald | 2007-02-19 17:32:14 -0800 (Mon, 19 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-frame.c + +Clarify the description of frame.time_delta. This partially addresses +bug 491. + +------------------------------------------------------------------------ +r20871 | sahlberg | 2007-02-20 00:05:26 -0800 (Tue, 20 Feb 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + +changes to comments generated for winreg using the latest svn of pidl + +pidl will probably be in flux for a short while and this checkin is to reduce the some noice generated to winreg while other changes are implemented. + +this change only affects c-code comments in the pidl generated code + + +------------------------------------------------------------------------ +r20872 | sahlberg | 2007-02-20 01:01:50 -0800 (Tue, 20 Feb 2007) | 9 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-nt.c + M /trunk/epan/dissectors/packet-dcerpc-nt.h + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/pidl/winreg.cnf + +add a PIDL specific helper for managing dissection of policy handles. +let this helper take a parameter to describe how the policy handle should be +managed (is this an open, close ?) to improve policy handle tracking. +(centralizing to a single function of code makes other changes easier) + +create defines to indicate OPEN/CLOSE and use them as a start/test in the winreg conformance file. + + + +------------------------------------------------------------------------ +r20873 | morriss | 2007-02-20 06:00:53 -0800 (Tue, 20 Feb 2007) | 1 line +Changed paths: + M /trunk/file.c + +Squelch some unused variable warnings +------------------------------------------------------------------------ +r20874 | jmayer | 2007-02-20 09:40:07 -0800 (Tue, 20 Feb 2007) | 1 line +Changed paths: + M /trunk/tools/lemon/Makefile.am + +Nikns Siankin: Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1387 +------------------------------------------------------------------------ +r20875 | gerald | 2007-02-20 10:44:22 -0800 (Tue, 20 Feb 2007) | 4 lines +Changed paths: + M /trunk/docbook/release-notes.xml + M /trunk/epan/crypt/airpdcap.c + +WEP decryption is destructive -- pass a fresh copy of our data buffer +instead of the actual buffer. Add an entry to the release notes, and +clear out leftovers from the 0.99.5 release. + +------------------------------------------------------------------------ +r20876 | jmayer | 2007-02-20 11:13:42 -0800 (Tue, 20 Feb 2007) | 287 lines +Changed paths: + M /trunk/tools/pidl/TODO + M /trunk/tools/pidl/idl.yp + M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm + M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm + M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm + D /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm + D /trunk/tools/pidl/lib/Parse/Pidl/Samba4/COM + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/SWIG.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + M /trunk/tools/pidl/pidl + M /trunk/tools/pidl/tests/Util.pm + A /trunk/tools/pidl/tests/dump.pl + A /trunk/tools/pidl/tests/header.pl + M /trunk/tools/pidl/tests/ndr.pl + M /trunk/tools/pidl/tests/ndr_deprecations.pl + M /trunk/tools/pidl/tests/ndr_tagtype.pl + M /trunk/tools/pidl/tests/parse_idl.pl + M /trunk/tools/pidl/tests/samba-ndr.pl + A /trunk/tools/pidl/tests/samba3-cli.pl + A /trunk/tools/pidl/tests/tdr.pl + A /trunk/tools/pidl/tests/typelist.pl + A /trunk/tools/pidl/tests/wireshark-conf.pl + A /trunk/tools/pidl/tests/wireshark-ndr.pl + +Update from samba tree revision 21237 to 21471 +============================ Samba log start ============ +------------------------------------------------------------------------ +r21253 | jelmer | 2007-02-09 00:54:31 +0100 (Fri, 09 Feb 2007) | 7 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/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/Util.pm + 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 + A /branches/SAMBA_4_0/source/pidl/tests/header.pl + M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl + A /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl + +Merge some pidl fixes: + + * Add tests for wireshark dissector generator + * Add tests for the header code + * Some cleanups + * Fix handling of elements without [in] or [out] + +------------------------------------------------------------------------ +r21254 | jelmer | 2007-02-09 01:18:06 +0100 (Fri, 09 Feb 2007) | 2 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/tests/header.pl + +Fix running the testsuite outside pidl/ + +------------------------------------------------------------------------ +r21260 | jelmer | 2007-02-09 10:44:11 +0100 (Fri, 09 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/tests/header.pl + +Fix regex. +------------------------------------------------------------------------ +r21297 | jelmer | 2007-02-12 13:12:12 +0100 (Mon, 12 Feb 2007) | 5 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/.bzrignore + M /branches/SAMBA_4_0/source/configure.ac + D /branches/SAMBA_4_0/source/gtk + M /branches/SAMBA_4_0/source/headermap.txt + M /branches/SAMBA_4_0/source/include/core.h + M /branches/SAMBA_4_0/source/lib/events/config.mk + M /branches/SAMBA_4_0/source/lib/events/events.h + M /branches/SAMBA_4_0/source/lib/registry/config.mk + M /branches/SAMBA_4_0/source/lib/registry/registry.h + M /branches/SAMBA_4_0/source/lib/talloc/talloc.h + M /branches/SAMBA_4_0/source/libcli/util/nt_status.h + M /branches/SAMBA_4_0/source/librpc/config.mk + M /branches/SAMBA_4_0/source/main.mk + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm + M /branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/translation/C.po + +Remove the GTK+ tools and library from the main repository. They are now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk + +This also adds some more headers to the list that is installed and a couple of extra #include lines so these +headers can be used externally without problems. + +------------------------------------------------------------------------ +r21332 | jelmer | 2007-02-14 13:44:50 +0100 (Wed, 14 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/tests/samba-ndr.pl + +Fix bug in pidl that prevented value(0) from working. Bug reported by metze. +------------------------------------------------------------------------ +r21338 | jelmer | 2007-02-14 15:23:59 +0100 (Wed, 14 Feb 2007) | 6 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm + A /branches/SAMBA_4_0/source/pidl/tests/samba3-cli.pl + +Fix handling of top-level arrays for the Samba 3 client code. This doesn't +fix the winreg code yet (as that's an array on top of a pointer), but at least +it gets us closer. + +Also added a couple of tests for the Samba 3 client code. + +------------------------------------------------------------------------ +r21340 | jelmer | 2007-02-14 15:42:42 +0100 (Wed, 14 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + +Fix warning undef +------------------------------------------------------------------------ +r21384 | jelmer | 2007-02-16 15:13:14 +0100 (Fri, 16 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm + +Change warning to pidl warning, fix uppercasing. +------------------------------------------------------------------------ +r21411 | jelmer | 2007-02-18 00:38:57 +0100 (Sun, 18 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + A /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl + +Add some simple tests for the wireshark NDR generator. +------------------------------------------------------------------------ +r21427 | jelmer | 2007-02-18 13:54:03 +0100 (Sun, 18 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/tests/samba-ndr.pl + +Add tests for Needed*(), in preparation of refactoring. +------------------------------------------------------------------------ +r21428 | jelmer | 2007-02-18 14:44:01 +0100 (Sun, 18 Feb 2007) | 2 lines +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/NDR/Parser.pm + M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl + M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl + +Handle representation types in Needed(). + +------------------------------------------------------------------------ +r21430 | jelmer | 2007-02-18 17:21:28 +0100 (Sun, 18 Feb 2007) | 10 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/TODO + M /branches/SAMBA_4_0/source/pidl/idl.yp + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm + 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/Samba4/Header.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + M /branches/SAMBA_4_0/source/pidl/tests/Util.pm + M /branches/SAMBA_4_0/source/pidl/tests/header.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_deprecations.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl + M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl + M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl + +Support tagged types without typedef. This means: + +struct foo { + ... +}; + +in IDL will now work. This is the first step towards nested types and +using typedefs for partial types (such as "typedef int *bar;"), a requirement +for complex uses of represent_as(). + +------------------------------------------------------------------------ +r21431 | jelmer | 2007-02-18 17:46:59 +0100 (Sun, 18 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Dump.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + A /branches/SAMBA_4_0/source/pidl/tests/dump.pl + +More tests, work on support in wireshark for tagged types. +------------------------------------------------------------------------ +r21432 | jelmer | 2007-02-18 17:54:54 +0100 (Sun, 18 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm + +Handle properties on tagged types in TDR. +------------------------------------------------------------------------ +r21433 | jelmer | 2007-02-18 19:44:56 +0100 (Sun, 18 Feb 2007) | 9 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/lib/registry/regf.idl + M /branches/SAMBA_4_0/source/librpc/config.mk + D /branches/SAMBA_4_0/source/librpc/idl/dcom.idl + M /branches/SAMBA_4_0/source/librpc/idl/oxidresolver.idl + M /branches/SAMBA_4_0/source/librpc/idl/remact.idl + D /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm + D /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/COM + 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/Samba4/SWIG.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm + M /branches/SAMBA_4_0/source/pidl/pidl + A /branches/SAMBA_4_0/source/pidl/tests/tdr.pl + M /branches/SAMBA_4_0/source/script/build_idl.sh + M /branches/SAMBA_4_0/source/torture/rpc/oxidresolve.c + M /branches/SAMBA_4_0/source/torture/rpc/remact.c + +Get rid of the COM support code - it's not used and unmaintained. We can +always bring it back if we need to. This code was getting in the way while +refactoring. + +Add some tests for TDR. + +Get rid of typedef in lib/registry/tdr_regf.idl and fix the +TDR code to be able to deal with it. + +------------------------------------------------------------------------ +r21437 | jelmer | 2007-02-19 00:48:16 +0100 (Mon, 19 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm + A /branches/SAMBA_4_0/source/pidl/tests/typelist.pl + +Cherrypick typelib tests. +------------------------------------------------------------------------ +r21440 | jelmer | 2007-02-19 00:57:26 +0100 (Mon, 19 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/tests/samba-ndr.pl + +Support different variables in environments. +------------------------------------------------------------------------ +r21442 | jelmer | 2007-02-19 01:48:05 +0100 (Mon, 19 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 + +Allow more flexible data structure names. +------------------------------------------------------------------------ +r21443 | jelmer | 2007-02-19 02:51:46 +0100 (Mon, 19 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 + +Refactor some of the NDR code in preparation of nested data structure support. +------------------------------------------------------------------------ +r21455 | jelmer | 2007-02-19 20:42:51 +0100 (Mon, 19 Feb 2007) | 5 lines +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/tests/samba-ndr.pl + +Fix a bug in our handling of conformant arrays. The conformant array was +always pushed, even if just the buffers part of a struct had to be pushed. + +Pull was not affected. + +------------------------------------------------------------------------ +r21456 | jelmer | 2007-02-19 22:37:54 +0100 (Mon, 19 Feb 2007) | 6 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + +Allow anonymous and non-anonymous nested structures/unions/enums/bitmaps to be +used in the Samba 4 NDR parser. + +This doesn't actually work yet as Parse::Pidl::NDR doesn't handle nested +data structures yet, but it's a first step. + +------------------------------------------------------------------------ +r21457 | jelmer | 2007-02-19 23:10:23 +0100 (Mon, 19 Feb 2007) | 3 lines +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/tests/ndr.pl + +Cope with anonymous nested types in the NDR layer. This doesn't handled +named nested types yet, as these have to be registered. + +------------------------------------------------------------------------ +r21458 | jelmer | 2007-02-20 00:11:01 +0100 (Tue, 20 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 + +Prepare for generating separate primitives/deferred code. +------------------------------------------------------------------------ +r21459 | jelmer | 2007-02-20 02:27:48 +0100 (Tue, 20 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/tests/samba-ndr.pl + +Remove name argument, more refactoring. +------------------------------------------------------------------------ +------------------------------------------------------------------------ +============================ Samba log end ============== + +------------------------------------------------------------------------ +r20877 | jmayer | 2007-02-20 11:19:57 -0800 (Tue, 20 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-nspi.c + M /trunk/epan/dissectors/packet-dcerpc-nspi.h + M /trunk/epan/dissectors/pidl/nspi/README + M /trunk/epan/dissectors/pidl/nspi/nspi.cnf + M /trunk/epan/dissectors/pidl/nspi/nspi.idl + +Update to current version of openchange +------------------------------------------------------------------------ +r20878 | etxrab | 2007-02-20 11:37:06 -0800 (Tue, 20 Feb 2007) | 6 lines +Changed paths: + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/epan/dissectors/packet-gsm_map.c + +From Florent Drouin: + +This patch provide a new function to decode messages when several ASN1 encoding can be used. +This is the case, for example, when a same message has different encoding according to the MAP version, or in case of ASN1 encoder optimization. + At the same time, I did remove the configuration variable "old_gsm_map_version", which is taken into account in the patch. +And likewise, for all the messages defined with the ASN1 sequence "[3] SEQUENCE", this function is called for the decoding. +------------------------------------------------------------------------ +r20879 | etxrab | 2007-02-20 11:40:14 -0800 (Tue, 20 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-bssgp.c + +Fix a typo and some reported compiler warnings(hopefully). +------------------------------------------------------------------------ +r20880 | sfisher | 2007-02-20 11:57:04 -0800 (Tue, 20 Feb 2007) | 5 lines +Changed paths: + M /trunk/gtk/content_list_http.c + + +Treat "" as returned from a call to se_strdup() in packet-http.c as a +NULL value when checking if the content-type was found. + + +------------------------------------------------------------------------ +r20881 | girlich | 2007-02-20 12:07:50 -0800 (Tue, 20 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-dtpt.c + +DTPT: Improve Blob handling, more error codes + +------------------------------------------------------------------------ +r20882 | sahlberg | 2007-02-20 12:21:49 -0800 (Tue, 20 Feb 2007) | 6 lines +Changed paths: + M /trunk/asn1/gsmmap/gsm_map-exp.cnf + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_map.h + +dont use _U_ when typedeffing a function pointer. + +gcc 2.96 does not like _U_ here. + + + +------------------------------------------------------------------------ +r20883 | etxrab | 2007-02-20 13:58:30 -0800 (Tue, 20 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-bssgp.c + +Test before comitting... +------------------------------------------------------------------------ +r20884 | etxrab | 2007-02-20 14:12:54 -0800 (Tue, 20 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-bssgp.c + +Get rid of yet another printout that does not go well with optional IE:s +------------------------------------------------------------------------ +r20885 | lego | 2007-02-20 16:00:49 -0800 (Tue, 20 Feb 2007) | 4 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h + M /trunk/epan/dissectors/packet-h248_3gpp.c + ++ add some more packages from 3GPP TS 29.232 +- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385 + + +------------------------------------------------------------------------ +r20886 | sfisher | 2007-02-20 16:59:16 -0800 (Tue, 20 Feb 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-vnc.c + + +Major overhaul of VNC dissector: split everything into its own function and +bring the server message type dissection nearly to completion. As for RealVNC +protocol dissection, the only things not working at 100% is the TCP +reassembly and some ZRLE subencoding types. However, it is is much more useful +shape now than before. + + +------------------------------------------------------------------------ +r20887 | sfisher | 2007-02-20 17:27:28 -0800 (Tue, 20 Feb 2007) | 5 lines +Changed paths: + M /trunk/docbook/release-notes.xml + + +Remove two empty itemized lists that are breaking XML validation and +stopping the Windows buildbot in its tracks. + + +------------------------------------------------------------------------ +r20888 | etxrab | 2007-02-20 22:19:03 -0800 (Tue, 20 Feb 2007) | 17 lines +Changed paths: + M /trunk/epan/reassemble.c + M /trunk/epan/reassemble.h + A /trunk/epan/reassemble_test.c + +From Richard van der Hoff: +01_reassemble_test.patch +------------------------ +I didn't want to do anything without some unit tests, so here they are. +This 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. +NOTE the changes to makefile.am NOT checked in currently. + +Incidentally: is it possible to get the buildbot to run things like this, exntest and tvbtest? + +02_reassemble_refactor.patch +---------------------------- +fragment_add_seq, fragment_add_dcerpc_dg and fragment_add_seq_check_work were all pretty much carbon-copies of each other. This patch factors out the common parts of the routines into a new routine, fragment_add_seq_key(). + +03_reassemble_partial_reassembly.patch +--------------------------------------- +This makes fragment_set_partial_reassembly() work for datagrams assembled with fragment_add_seq(). The patch itself is actually quite small, but it adds another unit test which is reasonably lengthy. +------------------------------------------------------------------------ +r20889 | etxrab | 2007-02-20 22:25:13 -0800 (Tue, 20 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/stream.c + +From Richard van der Hoff: +This patch replaces g_assert() calls in epan/stream.c with DISSECTOR_ASSERT(). +------------------------------------------------------------------------ +r20890 | etxrab | 2007-02-20 22:42:31 -0800 (Tue, 20 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/stream.c + +Include "emem.h". +------------------------------------------------------------------------ +r20891 | etxrab | 2007-02-20 22:45:34 -0800 (Tue, 20 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtp.c + M /trunk/epan/dissectors/packet-rtp.h + +From Richard van der Hoff: +Here's a patch which adds an option enabling subdissectors to request defragmentation of packets over RTP streams, using the +pinfo->desegment_{len,offset} API. +------------------------------------------------------------------------ +r20892 | etxrab | 2007-02-20 22:48:28 -0800 (Tue, 20 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-iax2.c + +From Richard van der Hoff: +This patch makes the defragmentation code in the iax2 dissector handle +pinfo->desegment_len=DESEGMENT_ONE_MORE_SEGMENT, in line with +Ronnie's changes to the tcp dissector of 11 November. +------------------------------------------------------------------------ +r20893 | etxrab | 2007-02-20 23:26:33 -0800 (Tue, 20 Feb 2007) | 2 lines +Changed paths: + M /trunk/plugins/h223/packet-h223.c + +From Richard van der Hoff: +The H.223 dissector contains code to deal with "bitswapped" captures - ie, where all of the bytes have their bits backwards. It seems that this is much better handled as a separate dissector entry point, so that the right one can be chosen when the dissector is registered, rather than the current dubious heuristics. +------------------------------------------------------------------------ +r20894 | gerald | 2007-02-21 10:10:43 -0800 (Wed, 21 Feb 2007) | 2 lines +Changed paths: + M /trunk/tools/Makefile.am + +Try to fix distcheck. + +------------------------------------------------------------------------ +r20895 | sahlberg | 2007-02-21 12:21:11 -0800 (Wed, 21 Feb 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-nt.c + M /trunk/epan/packet.c + M /trunk/epan/packet_info.h + +add a field in pinfo where dcerpc/pidl can store the name of the current dcerpc procedure + +use this field in the policy handle helper to indicate not only which frames the handle was opened/close in but also the name of the function that opened it. +eventually, when other pidl support infrastructure is developed it would be nice if this could be expanded to also contain the name of the object/handle opened. + + + +------------------------------------------------------------------------ +r20896 | sahlberg | 2007-02-21 12:23:44 -0800 (Wed, 21 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/pidl/winreg.cnf + +regenerate WINREG as a test with the some new PIDL enhancements to show ithe name of the iprocedure a policy handle was created in. + +also +fix some mistakes in the conformance file for when handles are opened/created + + +------------------------------------------------------------------------ +r20897 | wmeier | 2007-02-21 19:21:26 -0800 (Wed, 21 Feb 2007) | 2 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-cip.c + M /trunk/epan/dissectors/packet-cip.h + +From Ryan Wamsley: Add Connection Configuration Object support to EtherNet/IP dissector + +------------------------------------------------------------------------ +r20898 | etxrab | 2007-02-22 12:40:19 -0800 (Thu, 22 Feb 2007) | 9 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtp.c + M /trunk/plugins/h223/packet-h223.c + +From Richard van der Hoff: +Along with this bug, identified by Mark, there is another problem, in that one of the chunks of my earlier patch seemed to get missed off when Anders committed it. This won't break anything yet, as the H.223-over-RTP dissection hasn't landed on trunk yet, but it will cause all sorts of nasties when it does. + +Here is a new patch, against current trunk, which should fix Mark's bug, my bug, and a comment typo. + +And a patch wich improves the general robustness of the h.223 dissector (making it less likely to crash on malformed data). + +Hopefully this also fixes a bug raised by Fabio Sguanci a few weeks ago. +Fabio: I think a better way to fix the problem is to stop the dissector crashing when it finds a malformed PDU, so that it just treats the first pdu as malformed; there is then no need to special-case it. +------------------------------------------------------------------------ +r20899 | etxrab | 2007-02-22 22:47:07 -0800 (Thu, 22 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtp.c + +From Charles Lepple: +When dissecting RTP packets with a H.263 payload, the "Mark" flag runs into the Mode A/B flag in the info column. + +From me abriviate Payload type to PT. +------------------------------------------------------------------------ +r20900 | jake | 2007-02-23 07:22:24 -0800 (Fri, 23 Feb 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-rsvp.c + +From Morro Roberto: +Please find attached a patch to the RSVP dissector that fixes a small inaccuracy when printing the SENDER TSPEC object. +Substantially, it changes the string +"C-type: 1 - Integrated Services" into the correct one +"C-type: 2 - Integrated Services" +------------------------------------------------------------------------ +r20901 | lego | 2007-02-23 11:04:41 -0800 (Fri, 23 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-m3ua.c + +add hidden fields for mtp3.dpc mtp3.opc mtp3.pc to m3ua so that if someone filters by mtp3.pc can get both m2ua and m3ua packets directed towars a caertain pc. + +------------------------------------------------------------------------ +r20902 | lego | 2007-02-23 11:26:09 -0800 (Fri, 23 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-m3ua.c + +Wow! + hidden fields appear twice defeating the purpose, that's what I call deprecating a function!! +------------------------------------------------------------------------ +r20903 | jake | 2007-02-23 11:37:01 -0800 (Fri, 23 Feb 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/Makefile.am + M /trunk/plugins/profinet/Makefile.common + +Properly introduce packet-pn.c as a helper +------------------------------------------------------------------------ +r20904 | ulfl | 2007-02-23 11:40:27 -0800 (Fri, 23 Feb 2007) | 5 lines +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml + +system requirements Windows updates: +- Vista is no longer beta +- disk space min. 75MB +- be a bit more specific about no longer supported NT 4.0 +- some editing +------------------------------------------------------------------------ +r20905 | lego | 2007-02-23 11:47:02 -0800 (Fri, 23 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-m3ua.c + +remove another hidden item +------------------------------------------------------------------------ +r20906 | ulfl | 2007-02-23 11:48:59 -0800 (Fri, 23 Feb 2007) | 1 line +Changed paths: + M /trunk/packaging/nsis/wireshark.nsi + +prohibit installation on Win NT 4.0 +------------------------------------------------------------------------ +r20907 | lego | 2007-02-23 12:04:09 -0800 (Fri, 23 Feb 2007) | 1 line +Changed paths: + M /trunk/plugins/megaco/packet-megaco.c + +have megaco handing over to h248 in case it does not recognize the buffer as text encoded megaco +------------------------------------------------------------------------ +r20908 | lego | 2007-02-23 12:57:22 -0800 (Fri, 23 Feb 2007) | 2 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/asn1/h248/packet-h248-template.h + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h + M /trunk/epan/dissectors/packet-h248_3gpp.c + M /trunk/epan/dissectors/packet-h248_annex_c.c + M /trunk/epan/dissectors/packet-h248_annex_e.c + M /trunk/epan/dissectors/packet-h248_q1950.c + M /trunk/epan/dissectors/packet-sctp.c + +fix some bugs introduced in the latest releases and add value_strings for param, evt, sig and stat ids s well as "sub-parameters". + +------------------------------------------------------------------------ +r20909 | lego | 2007-02-23 13:12:25 -0800 (Fri, 23 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +I unadvertedly checked in this one, it adds tsn analysis to sctp which is still broken (although it is disabled by default). +Revert to previous version. +------------------------------------------------------------------------ +r20910 | sfisher | 2007-02-23 13:31:11 -0800 (Fri, 23 Feb 2007) | 9 lines +Changed paths: + M /trunk/epan/dissectors/packet-mp2t.c + + +From Mark Lewis: + +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. + + +------------------------------------------------------------------------ +r20911 | ulfl | 2007-02-24 01:49:43 -0800 (Sat, 24 Feb 2007) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml + +WS won't work well with 256 colors +------------------------------------------------------------------------ +r20912 | ulfl | 2007-02-24 02:26:38 -0800 (Sat, 24 Feb 2007) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml + M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml + +mention that Windows with 256 colors still work with GTK1 +------------------------------------------------------------------------ +r20913 | lego | 2007-02-24 04:24:13 -0800 (Sat, 24 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-sdp.c + +have sdp ignoring useless caracters efore the first element (this is a hack to avoid the two spaces found before the v= in sdp messages embeded in h248/q1950) +------------------------------------------------------------------------ +r20914 | ulfl | 2007-02-24 04:40:35 -0800 (Sat, 24 Feb 2007) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml + +better reflect the current Windows installer +------------------------------------------------------------------------ +r20915 | ulfl | 2007-02-24 05:11:47 -0800 (Sat, 24 Feb 2007) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml + +give some reasons why older windows versions are no longer supported, add links to the versions known to still work with Win9x / NT 4.0 +------------------------------------------------------------------------ +r20916 | etxrab | 2007-02-24 09:31:55 -0800 (Sat, 24 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-rtcp.c + +Add basic support for RFC4585. +------------------------------------------------------------------------ +r20917 | sahlberg | 2007-02-24 13:34:29 -0800 (Sat, 24 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-efs.c + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/packet-dcerpc-eventlog.h + M /trunk/epan/dissectors/pidl/efs.cnf + M /trunk/epan/dissectors/pidl/efs.idl + M /trunk/epan/dissectors/pidl/eventlog.cnf + M /trunk/epan/dissectors/pidl/eventlog.idl + +update EFS and EVENTLOG conformance files to use the new defines +for when policy handles are opened/closed and regenerate the dissector +with the latest version of PIDL + + + +------------------------------------------------------------------------ +r20918 | sahlberg | 2007-02-24 17:34:41 -0800 (Sat, 24 Feb 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-ndr.c + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/packet-dcerpc.h + +add new PIDL friendly helpers for dissection of integer types. +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. + + + +------------------------------------------------------------------------ +r20919 | sahlberg | 2007-02-24 17:47:43 -0800 (Sat, 24 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-nt.h + M /trunk/epan/dissectors/packet-dcerpc.h + +move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.h + +also change their values to use the top order bits of an uint32 instead of the least significant ones + + + +------------------------------------------------------------------------ +r20920 | lego | 2007-02-25 02:13:49 -0800 (Sun, 25 Feb 2007) | 2 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248_q1950.c + ++ some cosmetic changes to package dissection. ++ add more Q.1950 packages and parameters +------------------------------------------------------------------------ +r20921 | lego | 2007-02-25 03:23:49 -0800 (Sun, 25 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h248_3gpp.c + M /trunk/epan/dissectors/packet-h248_annex_e.c + M /trunk/epan/dissectors/packet-h248_q1950.c + +remove warnings +------------------------------------------------------------------------ +r20922 | sahlberg | 2007-02-25 03:48:06 -0800 (Sun, 25 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-ndr.c + M /trunk/epan/dissectors/packet-dcerpc.h + +add new flag for PIDL conformance files : PIDL_SET_COL_INFO +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 + + + +------------------------------------------------------------------------ +r20923 | ulfl | 2007-02-25 04:50:21 -0800 (Sun, 25 Feb 2007) | 3 lines +Changed paths: + M /trunk/capture_wpcap_packet.c + +fix #1399: don't assert the oidlength returned from the network card driver, 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! +------------------------------------------------------------------------ +r20924 | ulfl | 2007-02-25 07:42:56 -0800 (Sun, 25 Feb 2007) | 1 line +Changed paths: + M /trunk/update.c + +fix the WinPcap version detection, some minor enhancements to the update logic +------------------------------------------------------------------------ +r20925 | ulfl | 2007-02-25 07:44:38 -0800 (Sun, 25 Feb 2007) | 1 line +Changed paths: + M /trunk/nio-ie5.c + +don't cache the downloaded file, so changes in the update file will have an effect while experimenting +------------------------------------------------------------------------ +r20926 | ulfl | 2007-02-25 07:48:43 -0800 (Sun, 25 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-dcom.h + M /trunk/epan/libwireshark.def + M /trunk/plugins/profinet/packet-dcom-cba-acco.c + +add a new function dissect_dcom_HRESULT_item() for some more flexibility, use it in the CBA-ACCO dissector - as the value_strings from dcom can't be used in hf_register_info from a plugin +------------------------------------------------------------------------ +r20927 | ulfl | 2007-02-25 07:50:40 -0800 (Sun, 25 Feb 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + +fix the padding in the read/write headers, some other minor changes +------------------------------------------------------------------------ +r20928 | lego | 2007-02-25 10:03:05 -0800 (Sun, 25 Feb 2007) | 1 line +Changed paths: + M /trunk/gtk/Makefile.am + M /trunk/gtk/Makefile.common + A /trunk/gtk/macros_dlg.c (from /trunk/gtk/macros_dlg.c:20752) + A /trunk/gtk/macros_dlg.h (from /trunk/gtk/macros_dlg.h:20752) + M /trunk/gtk/main.c + M /trunk/gtk/menu.c + M /trunk/gtk/uat_gui.c + M /trunk/gtk/uat_gui.h + M /trunk/stat_menu.h + +revert (most) changes in rev #20753, to avoid items being created on a wrong menu on windows. +------------------------------------------------------------------------ +r20929 | lego | 2007-02-25 10:22:08 -0800 (Sun, 25 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +I'm checking in what I got so far for TSN analysis. +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. +------------------------------------------------------------------------ +r20930 | guy | 2007-02-25 13:57:23 -0800 (Sun, 25 Feb 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-dnp.c + +The type argument to dnp3_al_obj_quality() isn't taken from the packet, +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. + +------------------------------------------------------------------------ +r20931 | guy | 2007-02-25 14:46:54 -0800 (Sun, 25 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/crypt/airpdcap_interop.h + +ANSI C defines size_t; if we don't have that defined, we have bigger +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. + +------------------------------------------------------------------------ +r20932 | guy | 2007-02-25 15:25:23 -0800 (Sun, 25 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/crypt/airpdcap_ccmp.c + M /trunk/epan/crypt/airpdcap_rijndael.h + M /trunk/epan/crypt/airpdcap_tkip.c + +Eliminate __inline - not all compilers support it. + +------------------------------------------------------------------------ +r20933 | jmayer | 2007-02-26 00:57:03 -0800 (Mon, 26 Feb 2007) | 98 lines +Changed paths: + M /trunk/tools/pidl/TODO + M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm + M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + M /trunk/tools/pidl/tests/dump.pl + M /trunk/tools/pidl/tests/header.pl + A /trunk/tools/pidl/tests/samba-ejs.pl + M /trunk/tools/pidl/tests/samba-ndr.pl + M /trunk/tools/pidl/tests/samba3-cli.pl + M /trunk/tools/pidl/tests/tdr.pl + M /trunk/tools/pidl/tests/typelist.pl + M /trunk/tools/pidl/tests/wireshark-conf.pl + M /trunk/tools/pidl/tests/wireshark-ndr.pl + +Update from samba tree revision 21471 to 21535 +============================ 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 ============== + +------------------------------------------------------------------------ +r20934 | jake | 2007-02-26 12:39:38 -0800 (Mon, 26 Feb 2007) | 3 lines +Changed paths: + M /trunk/plugins/agentx/Makefile.nmake + M /trunk/plugins/agentx/plugin.rc.in + M /trunk/plugins/artnet/Makefile.nmake + M /trunk/plugins/artnet/plugin.rc.in + M /trunk/plugins/asn1/Makefile.nmake + M /trunk/plugins/asn1/plugin.rc.in + M /trunk/plugins/ciscosm/Makefile.nmake + M /trunk/plugins/ciscosm/plugin.rc.in + M /trunk/plugins/docsis/Makefile.nmake + M /trunk/plugins/docsis/plugin.rc.in + M /trunk/plugins/enttec/Makefile.nmake + M /trunk/plugins/enttec/plugin.rc.in + M /trunk/plugins/gryphon/Makefile.nmake + M /trunk/plugins/gryphon/plugin.rc.in + M /trunk/plugins/irda/Makefile.nmake + M /trunk/plugins/irda/plugin.rc.in + M /trunk/plugins/lwres/Makefile.nmake + M /trunk/plugins/lwres/plugin.rc.in + M /trunk/plugins/mate/Makefile.nmake + M /trunk/plugins/mate/plugin.rc.in + M /trunk/plugins/megaco/Makefile.nmake + M /trunk/plugins/megaco/plugin.rc.in + M /trunk/plugins/mgcp/Makefile.nmake + M /trunk/plugins/mgcp/plugin.rc.in + M /trunk/plugins/opsi/Makefile.nmake + M /trunk/plugins/opsi/plugin.rc.in + M /trunk/plugins/pcli/Makefile.nmake + M /trunk/plugins/pcli/plugin.rc.in + M /trunk/plugins/profinet/Makefile.nmake + M /trunk/plugins/profinet/plugin.rc.in + M /trunk/plugins/rlm/Makefile.nmake + M /trunk/plugins/rlm/plugin.rc.in + M /trunk/plugins/rtnet/Makefile.nmake + M /trunk/plugins/rtnet/plugin.rc.in + M /trunk/plugins/rudp/Makefile.nmake + M /trunk/plugins/rudp/plugin.rc.in + M /trunk/plugins/sbus/Makefile.nmake + M /trunk/plugins/sbus/plugin.rc.in + M /trunk/plugins/stats_tree/Makefile.nmake + M /trunk/plugins/stats_tree/plugin.rc.in + M /trunk/plugins/v5ua/Makefile.nmake + M /trunk/plugins/v5ua/plugin.rc.in + +-Add the compiler version to the plugin resource +-Remove the SPECIAL_BUILD tag +-Set to OS type to NT_WINDOWS32 +------------------------------------------------------------------------ +r20935 | etxrab | 2007-02-26 22:25:07 -0800 (Mon, 26 Feb 2007) | 8 lines +Changed paths: + M /trunk/epan/Makefile.am + M /trunk/plugins/h223/packet-h223.c + +From Richard van der Hoff: + +- 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. +------------------------------------------------------------------------ +r20936 | etxrab | 2007-02-26 22:38:49 -0800 (Mon, 26 Feb 2007) | 3 lines +Changed paths: + M /trunk/gtk/simple_dialog.c + +From Floren Drouin: + +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. +------------------------------------------------------------------------ +r20937 | etxrab | 2007-02-26 22:54:41 -0800 (Mon, 26 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-epl.c + M /trunk/epan/dissectors/packet-epl.h + +From Daniel Kr?\195?\188ger: + +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. +------------------------------------------------------------------------ +r20938 | etxrab | 2007-02-26 22:58:30 -0800 (Mon, 26 Feb 2007) | 3 lines +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml + +From Douglas Pratley: + +This patch gives brief instructions on how to build the RPM package target for Wireshark. +------------------------------------------------------------------------ +r20939 | etxrab | 2007-02-26 23:00:11 -0800 (Mon, 26 Feb 2007) | 1 line +Changed paths: + M /trunk/asn1/gsmmap/GSMMAP.asn + +Add $Id:$ +------------------------------------------------------------------------ +r20940 | etxrab | 2007-02-26 23:02:29 -0800 (Mon, 26 Feb 2007) | 1 line +Changed paths: + M /trunk/diameter/TGPPSh.xml + M /trunk/diameter/imscxdx.xml + +Add some AVP:s +------------------------------------------------------------------------ +r20941 | sahlberg | 2007-02-27 01:37:48 -0800 (Tue, 27 Feb 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc.c + M /trunk/epan/dissectors/packet-dcerpc.h + +add PIDL friendly helper to manage unicode strings + + +------------------------------------------------------------------------ +r20942 | morriss | 2007-02-27 02:02:28 -0800 (Tue, 27 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +Some minor readability enhancements to the (still disabled) sequence 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. +------------------------------------------------------------------------ +r20943 | lego | 2007-02-27 02:27:05 -0800 (Tue, 27 Feb 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-h248_annex_c.c + +fix Bug 1406: +it looks like 1 byte parameters are ber encoded integers, not raw data. +------------------------------------------------------------------------ +r20944 | lego | 2007-02-27 02:47:58 -0800 (Tue, 27 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-h248_annex_c.c + +fix Bug 1407 +as per bug 1406 actual values aren't raw bytes, they are BER encoded octet strings. + + +------------------------------------------------------------------------ +r20945 | jmayer | 2007-02-27 12:32:15 -0800 (Tue, 27 Feb 2007) | 28 lines +Changed paths: + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm + M /trunk/tools/pidl/tests/wireshark-conf.pl + M /trunk/tools/pidl/tests/wireshark-ndr.pl + +Update from samba tree revision 21535 to 21565 +============================ 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 ============== + +------------------------------------------------------------------------ +r20946 | sfisher | 2007-02-27 16:08:23 -0800 (Tue, 27 Feb 2007) | 6 lines +Changed paths: + M /trunk/epan/libwireshark.def + + +Fix for bug #1408: + +Add proto_tree_add_bitmask to epan/libwireshark.def + + +------------------------------------------------------------------------ +r20947 | lego | 2007-02-28 06:09:25 -0800 (Wed, 28 Feb 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +SCTP TSN analysis part 1. + +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. +------------------------------------------------------------------------ +r20948 | etxrab | 2007-02-28 13:10:25 -0800 (Wed, 28 Feb 2007) | 1 line +Changed paths: + M /trunk/asn1/inap/inap.asn + M /trunk/epan/dissectors/packet-inap.c + +Add a missing OPTIONAL. +------------------------------------------------------------------------ +r20949 | etxrab | 2007-02-28 13:46:06 -0800 (Wed, 28 Feb 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h263.c + +Start dissecting H.263 according to RFC 4629. +------------------------------------------------------------------------ +r20950 | sfisher | 2007-02-28 14:45:18 -0800 (Wed, 28 Feb 2007) | 6 lines +Changed paths: + M /trunk/tshark.c + + +Fix problem where specifying -b duration:xx on tshark wasn't working by +testing for the "duration specified" variable along with the "maximum +file size" variable. + + +------------------------------------------------------------------------ +r20951 | sfisher | 2007-02-28 15:20:40 -0800 (Wed, 28 Feb 2007) | 6 lines +Changed paths: + M /trunk/gtk/Makefile.common + D /trunk/gtk/content_list_http.c + A /trunk/gtk/export_object.c + A /trunk/gtk/export_object.h + A /trunk/gtk/export_object_http.c (from /trunk/gtk/content_list_http.c:20894) + M /trunk/gtk/file_dlg.c + M /trunk/gtk/file_dlg.h + M /trunk/gtk/menu.c + M /trunk/stat_menu.h + + +Sync up my changes so far to the content list (now called object +list) feature for http traffic. It's now available under File-> +Export->Objects->HTTP. More changes to come.. + + +------------------------------------------------------------------------ +r20952 | lego | 2007-02-28 16:24:57 -0800 (Wed, 28 Feb 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-bctp.c + M /trunk/epan/dissectors/packet-h248_q1950.c + M /trunk/epan/dissectors/packet-sdp.c + +Those two spaces before sdp were bctp (Q.1990), a protocol conveniently encoded to be two spaces in case of IPBCP (SDP+extras). + +There's probably something similar in packet-isup.c + +------------------------------------------------------------------------ +r20953 | sfisher | 2007-02-28 18:18:18 -0800 (Wed, 28 Feb 2007) | 5 lines +Changed paths: + M /trunk/gtk/simple_dialog.c + + +Wrap long lines in simple dialogs so that the dialog and its message +won't ever extend off the screen. + + +------------------------------------------------------------------------ +r20954 | ulfl | 2007-03-01 01:36:01 -0800 (Thu, 01 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/Makefile.am + +add export_object.h so distcheck don't fail +------------------------------------------------------------------------ +r20955 | sfisher | 2007-03-01 13:08:01 -0800 (Thu, 01 Mar 2007) | 13 lines +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml + + +Fix bug #1409: + +There is an error in the page: +http://wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html + +According to Example 4.2, the filter 'tcp port 23 and not host 10.0.0.5' +captures all telnet traffic not from 10.0.0.5. But this filter also discards +traffic to 10.0.0.5. Either you use this filter to capture all telnet traffic +not to and not from 10.0.0.5 or you use filter 'tcp port 23 and not src host +10.0.0.5'. + + +------------------------------------------------------------------------ +r20956 | sfisher | 2007-03-01 13:28:57 -0800 (Thu, 01 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan + + +Add epan/reassemble_test executable to svn:ignore + + +------------------------------------------------------------------------ +r20957 | gal | 2007-03-02 09:28:43 -0800 (Fri, 02 Mar 2007) | 4 lines +Changed paths: + M /trunk/packaging/u3/win32/makefile.nmake + +If the VERSION_EXTRA is set in config.nmake, this can lead to an invalid U3 package version in the manifest file. +So we now create the U3 package version from the base components. + + +------------------------------------------------------------------------ +r20958 | sfisher | 2007-03-02 13:17:44 -0800 (Fri, 02 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/filesystem.c + + +Add a description for errno EINVAL (Invalid Argument) to +file_open_error_message(). In this context, the error means +that an invalid filename was specified. + + +------------------------------------------------------------------------ +r20959 | sfisher | 2007-03-02 13:47:34 -0800 (Fri, 02 Mar 2007) | 5 lines +Changed paths: + M /trunk/gtk/menu.c + + +Activate the File -> Export menu when a capture is in +progress in addition to when a capture file is open. + + +------------------------------------------------------------------------ +r20960 | gerald | 2007-03-02 15:44:54 -0800 (Fri, 02 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-lldp.c + +Bugs 1095 and 1096 in the Ethereal bug database both pointed out that we +were looking at the wrong bits when displaying the port and protocol VLAN +flags. + +------------------------------------------------------------------------ +r20961 | sfisher | 2007-03-02 19:14:00 -0800 (Fri, 02 Mar 2007) | 12 lines +Changed paths: + M /trunk/docbook/user-guide.xml + A /trunk/docbook/wsug_graphics/ws-export-objects.png + M /trunk/docbook/wsug_src/WSUG_chapter_io.xml + M /trunk/epan/dissectors/packet-http.c + M /trunk/gtk/export_object.c + M /trunk/gtk/export_object.h + M /trunk/gtk/export_object_http.c + M /trunk/gtk/help_dlg.c + M /trunk/gtk/help_dlg.h + + +Update object export code: + + - Add to User's Guide + - Add a help button + - Move a lot of code into the shared export_object.c file and out of + dissector specific file export_object_http.c. This will make adding + additional protocols much easier. + - Change comment in packet-http.c to reflect new name (Export Object) + - Various other minor improvements + + +------------------------------------------------------------------------ +r20962 | ulfl | 2007-03-03 01:30:15 -0800 (Sat, 03 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-lldp.c + +use the official PROFINET names (only comments changed) +------------------------------------------------------------------------ +r20963 | ulfl | 2007-03-03 01:33:02 -0800 (Sat, 03 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + +fix read handling of index 0x8051 and 0xe00c +------------------------------------------------------------------------ +r20964 | gal | 2007-03-03 07:05:03 -0800 (Sat, 03 Mar 2007) | 4 lines +Changed paths: + M /trunk/packaging/u3/win32/makefile.nmake + M /trunk/packaging/u3/win32/manifest.tmpl + M /trunk/packaging/u3/win32/u3util.c + +Ensure that the correct U3 environment variables are set when the U3 Wireshark is started from a file association (e.g. opening a pcap file). +Also tweak the space requirements and restore the VERSION_EXTRA information to the description, both within the manifest.u3i. + + +------------------------------------------------------------------------ +r20965 | lego | 2007-03-03 08:36:19 -0800 (Sat, 03 Mar 2007) | 3 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/asn1/h248/packet-h248-template.h + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h + M /trunk/epan/dissectors/packet-h248_annex_e.c + ++ improve dissection of PkdName ++ complete H.248.1 E.1 Generic Package + +------------------------------------------------------------------------ +r20966 | lego | 2007-03-03 15:33:56 -0800 (Sat, 03 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248_annex_e.c + +- have the signal name to be in the right subtree +------------------------------------------------------------------------ +r20967 | lego | 2007-03-03 15:38:35 -0800 (Sat, 03 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-sccp.h + +Add an optional generated id to each association and have a tree with links to all messages of the association bellow it. + +------------------------------------------------------------------------ +r20968 | sahlberg | 2007-03-03 17:15:44 -0800 (Sat, 03 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/pidl/winreg.cnf + +add dissection of the WINREG specific bits in the accessmask for WINREG objects + + +------------------------------------------------------------------------ +r20969 | lego | 2007-03-03 17:55:02 -0800 (Sat, 03 Mar 2007) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml + +add sections for the various user tables. +------------------------------------------------------------------------ +r20970 | lego | 2007-03-03 18:27:11 -0800 (Sat, 03 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/uat_gui.c + +protect callbacks of derived windows from dereferencing a null pointer if the main table has being closed in the meanwhile. +------------------------------------------------------------------------ +r20971 | jmayer | 2007-03-04 03:48:07 -0800 (Sun, 04 Mar 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-ip.c + A /trunk/epan/dissectors/packet-tapa.c + +The beginnings of a TAPA dissector (Trapeze Access Point Access Protocol). +Admittedly not much, so if you have any ideas what the rest means or where +I'm wrong please provide feedback. + +As tapa uses udp 5000 and ip protocol 4, I needed to add a hack for the +ip part to properly dispatch betweeen ipip and tapa-tunnel (actually I +was unable to turn the ipip dissector into a heuristic dissector :-) + +------------------------------------------------------------------------ +r20972 | lego | 2007-03-04 08:00:05 -0800 (Sun, 04 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/wslua/wslua.h + M /trunk/epan/wslua/wslua_proto.c + +do not return before ENDTRY when handling an exception, this would leave the fat stack without the top and cause the dereferencing of a null pointer later on when popping in the next ENDTRY. + +Oddly enough this shows up only on windows. Maybe there's something good in my Mac's temporary disability! + +------------------------------------------------------------------------ +r20973 | jmayer | 2007-03-04 13:26:47 -0800 (Sun, 04 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-tapa.c + +Some updates to the tunnel protocol decoding. +Make tapa.discover.x and tapa.tunnel.y more consistent. + +------------------------------------------------------------------------ +r20974 | jake | 2007-03-05 12:25:54 -0800 (Mon, 05 Mar 2007) | 17 lines +Changed paths: + M /trunk/doc/README.developer + +From Richard van der Hoff: +I've had a good look at the code in packet-tcp.c, and whilst it's +somewhat impenetrable, I've come to the conclusion that it just doesn't +support multiple pdus as described. + +That's not entirely unreasonable in itself; my objection is solely to +the fact that README.developer is completely misleading. In fact, even +the example dissect_cstr won't work on the tcp dissector, because if you +set desegment_len=1 the tcp dissector believes that you know what you +are doing and doesn't let you change your mind later. + +Furthermore, 2.7.2 says that you can set desegment_len=-1; that doesn't +work either, because the tcp dissector expects +DESEGMENT_ONE_MORE_SEGMENT, which is 0x0fffffff, which is nowhere near -1. + +In short, I think the relevant section of README.developer needs a +rewrite. I attach a patch - comments welcome. +------------------------------------------------------------------------ +r20975 | etxrab | 2007-03-05 14:04:51 -0800 (Mon, 05 Mar 2007) | 1 line +Changed paths: + M /trunk/AUTHORS + +Add Dave Butt to the AUTHORS file. +------------------------------------------------------------------------ +r20976 | lego | 2007-03-05 14:47:40 -0800 (Mon, 05 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + ++ Quick and dirty fix in association matching code to avoid a vtag==0 (init) to "curse" an entire association. Yes, it has to be reworked... but I need it for debugging purposes. + ++ Add the fields sctp.sack_gap_block_start_tsn and sctp.sack_gap_block_end_tsn so that one can filter over a tsn ack acked by a gap block. + + +------------------------------------------------------------------------ +r20977 | etxrab | 2007-03-05 15:11:11 -0800 (Mon, 05 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-mikey.c + A /trunk/epan/dissectors/packet-mikey.h + M /trunk/epan/dissectors/packet-sdp.c + +From Mikael Magnusson: + +This patch adds support for key-mgmt session attributes in SDP (defined in RFC 4567). The patch also contains a Multimedia Internet KEYing (MIKEY is defined in RFC 3830) dissector plugin for "mikey" key-mgmt data. +------------------------------------------------------------------------ +r20978 | lego | 2007-03-05 15:50:08 -0800 (Mon, 05 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-sccp.h + +prepare for in-tree call tracing of bssap and ranap. + +------------------------------------------------------------------------ +r20979 | sfisher | 2007-03-05 16:35:35 -0800 (Mon, 05 Mar 2007) | 7 lines +Changed paths: + M /trunk/epan/tap.c + M /trunk/epan/tap.h + + +Introduce a new function called have_tap_listener(int tap_id) to +tell if a specific tap id is currently listening for data. +This complements the function have_tap_listeners(), which checks +to see if any tap is currently listening. + + +------------------------------------------------------------------------ +r20980 | sfisher | 2007-03-05 16:36:25 -0800 (Mon, 05 Mar 2007) | 15 lines +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_io.xml + M /trunk/epan/dissectors/packet-http.c + M /trunk/gtk/export_object.c + M /trunk/gtk/export_object.h + M /trunk/gtk/export_object_http.c + + +Export Object code/documentation updates: + + - Note in the user's guide that export object is not available + in GTK1 builds of Wireshark. + - Make scanning through the slists more efficient + - Use new tap.c function called have_tap_listener() to only save + object payload data when the export object listener is actively + listening for it. + - Save objects in the HTTP dissector with g_malloc() instead of + se_malloc() and free it when we're done with it - when the + export object window is closed (Fixes bug #1412) + - Various minor improvements + + +------------------------------------------------------------------------ +r20981 | lego | 2007-03-05 16:48:46 -0800 (Mon, 05 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + ++ get the Acks in the block where they belong. ++ change the ack tree root to be the TSN being acked and have the chunk frame and rtt under it. + +still to do: TSN wrap + +------------------------------------------------------------------------ +r20982 | martinm | 2007-03-06 05:37:39 -0800 (Tue, 06 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtcp.c + +Append ms calculation to DLSR field. +Show number of bytes derived from length field. + +------------------------------------------------------------------------ +r20983 | etxrab | 2007-03-06 12:58:14 -0800 (Tue, 06 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h263.c + +More dissecting of H.263 according to RFC 4629. +------------------------------------------------------------------------ +r20984 | etxrab | 2007-03-06 13:03:27 -0800 (Tue, 06 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +From Stig Bj?\195?\184rlykke: +When dumping elements in a constructor in dissect_unknown_ber the last element is not put in the correct subtree, because the while- loop does not include the header length when checking for the end. +------------------------------------------------------------------------ +r20985 | ulfl | 2007-03-06 13:54:53 -0800 (Tue, 06 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-pn-rt.c + +PROFINET RT frames can also be transported over UDP Port 0x8892 - to be routable +------------------------------------------------------------------------ +r20986 | lego | 2007-03-06 14:13:12 -0800 (Tue, 06 Mar 2007) | 7 lines +Changed paths: + M /trunk/asn1/h248/h248v3.asn + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248_q1950.c + +Pubate Satienpoch keeps finding typos and incongruences in H.248 packages: + +- for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change. + +> In observed event descriptor, it is called ?\226?\128?\156eventName?\226?\128?\157, but in event descriptor, +> it is called ?\226?\128?\156pkgdName?\226?\128?\157. It should be ?\226?\128?\156eventName?\226?\128?\157 in both cases. + +------------------------------------------------------------------------ +r20987 | lego | 2007-03-06 15:16:59 -0800 (Tue, 06 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h248_q1950.c + +terminate an array! +------------------------------------------------------------------------ +r20988 | lego | 2007-03-06 15:23:59 -0800 (Tue, 06 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h248_q1950.c + +two inverted value_strings +------------------------------------------------------------------------ +r20989 | gerald | 2007-03-06 15:55:00 -0800 (Tue, 06 Mar 2007) | 4 lines +Changed paths: + M /trunk/test/config.sh + +Under Windows, try to use the first interface that looks like Ethernet +as the capture interface. This should fix the capture test failures on +the Windows builder. + +------------------------------------------------------------------------ +r20990 | gerald | 2007-03-06 17:17:24 -0800 (Tue, 06 Mar 2007) | 3 lines +Changed paths: + M /trunk/docbook/release-notes.xml + M /trunk/wiretap/iseries.c + +Fix a couple of off-by-one overflows reported in bug 1415. Update the +release notes accordingly. + +------------------------------------------------------------------------ +r20991 | jmayer | 2007-03-06 23:50:48 -0800 (Tue, 06 Mar 2007) | 2 lines +Changed paths: + M /trunk/FAQ + M /trunk/help/faq.txt + M /trunk/manuf + +Update manuf and faq + +------------------------------------------------------------------------ +r20992 | jmayer | 2007-03-06 23:55:00 -0800 (Tue, 06 Mar 2007) | 168 lines +Changed paths: + M /trunk/tools/pidl/MANIFEST + M /trunk/tools/pidl/README + M /trunk/tools/pidl/TODO + M /trunk/tools/pidl/idl.yp + M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm + M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + M /trunk/tools/pidl/tests/header.pl + M /trunk/tools/pidl/tests/ndr.pl + M /trunk/tools/pidl/tests/ndr_tagtype.pl + M /trunk/tools/pidl/tests/parse_idl.pl + M /trunk/tools/pidl/tests/samba-ejs.pl + M /trunk/tools/pidl/tests/samba-ndr.pl + M /trunk/tools/pidl/tests/typelist.pl + M /trunk/tools/pidl/tests/wireshark-ndr.pl + +Update from samba tree revision 21565 to 21739 +============================ Samba log start ============ +------------------------------------------------------------------------ +r21567 | jelmer | 2007-02-27 21:35:56 +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/NDR.pm + M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl + +Add some more wireshark tests. +------------------------------------------------------------------------ +r21568 | jelmer | 2007-02-27 22:37:31 +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/NDR.pm + M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl + +More tests. +------------------------------------------------------------------------ +r21572 | jelmer | 2007-02-28 00:47:07 +0100 (Wed, 28 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/Typelist.pm + M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl + M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl + +More work towards supporting tagged types. +------------------------------------------------------------------------ +r21573 | jelmer | 2007-02-28 01:19:57 +0100 (Wed, 28 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/Typelist.pm + M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl + M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl + +Remove more code that assumed all types are typedefs. +------------------------------------------------------------------------ +r21574 | jelmer | 2007-02-28 01:28:14 +0100 (Wed, 28 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/Typelist.pm + M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl + +Fix handling of DECLARE. +------------------------------------------------------------------------ +r21575 | jelmer | 2007-02-28 01:35:21 +0100 (Wed, 28 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm + M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl + +Fix handling of is_scalar() for declares. +------------------------------------------------------------------------ +r21578 | jelmer | 2007-02-28 02:51:37 +0100 (Wed, 28 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/README + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl + M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl + +Use utility function for naming pull/push/print functions. +------------------------------------------------------------------------ +r21579 | jelmer | 2007-02-28 03:01:58 +0100 (Wed, 28 Feb 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/tests/samba-ejs.pl + +Use utility function to determine function names in ejs code. +------------------------------------------------------------------------ +r21584 | jelmer | 2007-02-28 14:25:53 +0100 (Wed, 28 Feb 2007) | 6 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/librpc/idl/echo.idl + M /branches/SAMBA_4_0/source/pidl/README + 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/Header.pm + M /branches/SAMBA_4_0/source/pidl/tests/header.pl + M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl + M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl + +Support for tagged types has landed! + +It's now possible to use "struct foo" without a typedef in IDL files. + +echo_info4 is the first type that's been converted. + +------------------------------------------------------------------------ +r21586 | jelmer | 2007-02-28 15:56:46 +0100 (Wed, 28 Feb 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/MANIFEST + +update manifest +------------------------------------------------------------------------ +r21654 | jelmer | 2007-03-02 15:05:52 +0100 (Fri, 02 Mar 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/tests/samba-ndr.pl + +Add simple test for print functions. +------------------------------------------------------------------------ +r21656 | jelmer | 2007-03-02 15:53:09 +0100 (Fri, 02 Mar 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + A /branches/SAMBA_4_0/source/lib/registry/tests + A /branches/SAMBA_4_0/source/lib/registry/tests/generic.c (from /branches/SAMBA_4_0/source/torture/local/registry.c:21654) + A /branches/SAMBA_4_0/source/lib/socket/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/socket.c:21654) + A /branches/SAMBA_4_0/source/lib/tdr/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/tdr.c:21654) + A /branches/SAMBA_4_0/source/lib/util/tests + A /branches/SAMBA_4_0/source/lib/util/tests/file.c (from /branches/SAMBA_4_0/source/torture/local/util_file.c:21654) + A /branches/SAMBA_4_0/source/lib/util/tests/idtree.c (from /branches/SAMBA_4_0/source/torture/local/idtree.c:21654) + A /branches/SAMBA_4_0/source/lib/util/tests/strlist.c (from /branches/SAMBA_4_0/source/torture/local/util_strlist.c:21654) + A /branches/SAMBA_4_0/source/librpc/tests + A /branches/SAMBA_4_0/source/librpc/tests/binding_string.c (from /branches/SAMBA_4_0/source/torture/local/binding_string.c:21654) + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + D /branches/SAMBA_4_0/source/torture/local/binding_string.c + M /branches/SAMBA_4_0/source/torture/local/config.mk + D /branches/SAMBA_4_0/source/torture/local/idtree.c + D /branches/SAMBA_4_0/source/torture/local/registry.c + D /branches/SAMBA_4_0/source/torture/local/socket.c + D /branches/SAMBA_4_0/source/torture/local/tdr.c + D /branches/SAMBA_4_0/source/torture/local/util_file.c + D /branches/SAMBA_4_0/source/torture/local/util_strlist.c + +Move tests a bit closer to the things they test, should make syncing with samba3 easier. +------------------------------------------------------------------------ +r21681 | jelmer | 2007-03-04 15:16:52 +0100 (Sun, 04 Mar 2007) | 5 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/TODO + 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/tests/header.pl + M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl + +Fix bug in the parsing code that parsed "struct foo;" the same as +"struct foo {};". + +Reported by one of the OpenChange folks, thanks! + +------------------------------------------------------------------------ +r21682 | jelmer | 2007-03-04 15:31:18 +0100 (Sun, 04 Mar 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm + +Remove accidently committed debug command. +------------------------------------------------------------------------ +r21690 | jelmer | 2007-03-05 01:03:44 +0100 (Mon, 05 Mar 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/tests/header.pl + M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl + +Test use of typedef /and/ struct name +------------------------------------------------------------------------ +------------------------------------------------------------------------ +============================ Samba log end ============== + +------------------------------------------------------------------------ +r20993 | lego | 2007-03-07 06:13:56 -0800 (Wed, 07 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-h248_10.c + +another (very small) H.248 package, H.248.10 : Media gateway resource congestion handling package + +------------------------------------------------------------------------ +r20994 | lego | 2007-03-07 06:17:08 -0800 (Wed, 07 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h248_10.c + +props +------------------------------------------------------------------------ +r20995 | tuexen | 2007-03-07 10:37:56 -0800 (Wed, 07 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-iua.c + +Fix a crash: You can not combine unsinged types like FT_INT32 and BASE_HEX. + +------------------------------------------------------------------------ +r20996 | tuexen | 2007-03-07 12:28:48 -0800 (Wed, 07 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-asap.c + M /trunk/epan/dissectors/packet-enrp.c + +Add support for draft-ietf-rserpool-policies-04.txt. + +------------------------------------------------------------------------ +r20997 | sfisher | 2007-03-07 15:39:45 -0800 (Wed, 07 Mar 2007) | 5 lines +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml + M /trunk/gtk/io_stat.c + + +Add a "Bits/Tick" option to the IO Stats dialog to complement the +"Bytes/Tick" option. + + +------------------------------------------------------------------------ +r20998 | lego | 2007-03-07 16:18:25 -0800 (Wed, 07 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +in TSN tracking: handle the TSN rollover. +I'll keep TSN tracking disabled by default, as it slows down dissection significantly and eats tons of memory! + +------------------------------------------------------------------------ +r20999 | lego | 2007-03-07 16:37:07 -0800 (Wed, 07 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +avoid using an "uninitialized" start variable on gap blocks +------------------------------------------------------------------------ +r21000 | lego | 2007-03-07 16:43:08 -0800 (Wed, 07 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +fix a syntax error on the last check-in... + +------------------------------------------------------------------------ +r21001 | lego | 2007-03-08 01:59:16 -0800 (Thu, 08 Mar 2007) | 2 lines +Changed paths: + A /trunk/epan/dissectors/packet-h248_7.c + +Yet another H.248 package: H.248.7 Gateway control protocol: Generic Announcement package + +------------------------------------------------------------------------ +r21002 | jmayer | 2007-03-08 06:49:14 -0800 (Thu, 08 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/Makefile.common + +Whitespace changes +------------------------------------------------------------------------ +r21003 | lego | 2007-03-08 14:59:44 -0800 (Thu, 08 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/Makefile.common + +actually compile H.248.7 +------------------------------------------------------------------------ +r21004 | lego | 2007-03-08 15:00:28 -0800 (Thu, 08 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/wslua/wslua_field.c + +fix Bug 1370 +LUA function all_field_infos() causes wire shark to terminate. +------------------------------------------------------------------------ +r21005 | ulfl | 2007-03-08 15:37:55 -0800 (Thu, 08 Mar 2007) | 7 lines +Changed paths: + M /trunk/doc/wireshark.pod + M /trunk/docbook/wsug_src/WSUG_chapter_use.xml + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml + M /trunk/gtk/main.c + M /trunk/gtk/main.h + M /trunk/gtk/menu.c + +from Sake Blok: +I have changed the patch according to your suggestions and also changed +the doc[book] files accordingly. I tested the patch and it does seem to +work fine on my test-system. + +ULFL: In addition, I've added the en-/disabling to the other (already existing) Copy menu items - some just did nothing, some crashed if nothing was selected. +I've also sligthly changed the menu seperators and made both context menus look a bit more identical. +------------------------------------------------------------------------ +r21006 | ulfl | 2007-03-08 15:48:59 -0800 (Thu, 08 Mar 2007) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml + +remove the separator above the "Export Selected Packet Bytes" context menu item +------------------------------------------------------------------------ +r21007 | gerald | 2007-03-08 17:40:30 -0800 (Thu, 08 Mar 2007) | 12 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/docbook/release-notes.xml + M /trunk/epan/dissectors/packet-dcp-etsi.c + +Fix for bug 1264 from Julian Cable: + + I've refactored the offending code branch and added some comments so + hopefully the intent is a bit clearer. The loop termination conditions + are now obviously independent of the content on the wire (they were + meant to be before, but I admit it was obscure). I've tried using the + ephemeral memory routines. + +Add a check for a maximum fragment count, and bail out of reassembly instead +of triggering an ep_alloc exception. Add Julian to AUTHORS. Update the +release notes. + +------------------------------------------------------------------------ +r21008 | tuexen | 2007-03-09 02:49:23 -0800 (Fri, 09 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +Add HMAC Algo constants. + +------------------------------------------------------------------------ +r21009 | jmayer | 2007-03-09 05:11:33 -0800 (Fri, 09 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-nspi.c + +Regenerated with current pidl compiler + +------------------------------------------------------------------------ +r21010 | jmayer | 2007-03-09 05:13:44 -0800 (Fri, 09 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/packet_info.h + +dcerpc_procedure_name is actually a const char*, not just char* + +------------------------------------------------------------------------ +r21011 | jmayer | 2007-03-09 05:14:09 -0800 (Fri, 09 Mar 2007) | 29 lines +Changed paths: + M /trunk/epan/dissectors/packet-bctp.c + M /trunk/epan/dissectors/packet-epl.c + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-sccp.h + M /trunk/epan/dissectors/packet-sctp.c + M /trunk/epan/dissectors/packet-vnc.c + M /trunk/gtk/main.c + M /trunk/gtk/u3.h + +GCC warning fixes +epan/dissectors/ +packet-bctp.c: + no newline at end of file +packet-epl.c: + C++ style comments are not allowed in ISO C90 +packet-sccp.c: + missing initializer +packet-sccp.h: + comma at end of enumerator list +packet-sctp.c: + suggest parentheses around assignment used as truth value +packet-vnc.c: + control reaches end of non-void function + pointer targets in passing argument 1 of 'g_strtod' differ in + signedness + pointer targets in passing argument 3 of 'vnc_client_to_server' + differ in signedness +gtk/ +main.c: + C++ style comments are not allowed in ISO C90 +u3.h: + function declaration isn't a prototype + +Other (trivial) stuff +packet-sccp.h: + Add svn properties + + +------------------------------------------------------------------------ +r21012 | sahlberg | 2007-03-09 12:02:25 -0800 (Fri, 09 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcp-etsi.c + +move some variable declarations to the start of the block. + +many compilers do not support the nonstandard feature to declare variables in the middle of a block. + + + +------------------------------------------------------------------------ +r21013 | lego | 2007-03-09 18:04:57 -0800 (Fri, 09 Mar 2007) | 1 line +Changed paths: + M /trunk/wiretap/k12.c + +Major cleanup of debug code and whitespace changes. +------------------------------------------------------------------------ +r21014 | lego | 2007-03-09 18:11:51 -0800 (Fri, 09 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-kerberos.c + +Make sure ENDTRY is evaluated. + +On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack. + +------------------------------------------------------------------------ +r21015 | lego | 2007-03-09 18:13:00 -0800 (Fri, 09 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-wcp.c + +Make sure ENDTRY is evaluated. + +On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack. + +------------------------------------------------------------------------ +r21016 | morriss | 2007-03-10 00:36:24 -0800 (Sat, 10 Mar 2007) | 5 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-epmd.c + +From Joost Yervante Damad via bug 1383: support for Erlang Port Mapper Daemon +message dissection. + +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1383 + +------------------------------------------------------------------------ +r21017 | morriss | 2007-03-10 07:06:11 -0800 (Sat, 10 Mar 2007) | 10 lines +Changed paths: + M /trunk/epan/dissectors/packet-epl.c + M /trunk/epan/dissectors/packet-epl.h + +From David Buechi: + +- don't show EPL src- and dst-address of SoC frame (same as SoA) +- show SoA requested service only if it's not "NO_SERVICE" +- NMT state in StatusResponse in words, not numbers +- don't show MC and PS flags in SoC (it's now configurable via "Preferences") + +Furthermore I extended the value_string struct for the NMT-Command-IDs +(asnd_cid_vals). This change is used to fully decode the NMTRequest frames. + +------------------------------------------------------------------------ +r21018 | morriss | 2007-03-10 22:16:00 -0800 (Sat, 10 Mar 2007) | 18 lines +Changed paths: + M /trunk/doc/README.developer + M /trunk/epan/dissectors/packet-arp.c + M /trunk/epan/dissectors/packet-dcerpc-nt.c + M /trunk/epan/dissectors/packet-dcp.c + M /trunk/epan/dissectors/packet-ndmp.c + M /trunk/epan/proto.c + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + M /trunk/plugins/profinet/packet-pn-ptcp.c + +Fix bug 552: + +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=552 + +by enforcing that header fields have names of length > 0. This should fix +the display of those fields and also make them filterable (which was the +subject of the bug). Abbreviations are (still) optional: if they are empty +then the field is not filterable. + +Update README.developer with this information. + +Add header field names in several dissectors where they were missing. + +In packet-arp.c give "packet-storm-detected" a name (as above) but also set it +as _GENERATED. + +Also remove trailing white space from all the files checked in. + +------------------------------------------------------------------------ +r21019 | ulfl | 2007-03-11 05:07:43 -0700 (Sun, 11 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + M /trunk/plugins/profinet/packet-pn-ptcp.c + +as Jeff made empty field names "illegal", he changed the way PN-IO and PN-PTCP showed their blocks in an unwanted way - fix it +------------------------------------------------------------------------ +r21020 | martinm | 2007-03-12 04:21:02 -0700 (Mon, 12 Mar 2007) | 2 lines Changed paths: - M /trunk/epan/addr_resolv.c M /trunk/epan/dissectors/packet-m2pa.c + +Make m2pa dissector findable by name. + +------------------------------------------------------------------------ +r21021 | sfisher | 2007-03-13 13:42:04 -0700 (Tue, 13 Mar 2007) | 17 lines +Changed paths: + M /trunk/epan/dissectors/packet-http.c + M /trunk/epan/dissectors/packet-http.h + M /trunk/gtk/export_object.c + M /trunk/gtk/export_object.h + M /trunk/gtk/export_object_http.c + + +HTTP Export Object updates: + + - Split the HTTP tap into two taps: one for the HTTP statistics + and the other for the export object function. This allows the + HTTP statistics to work again (they seem to have been + partially broken since SVN rev 18901). + - Pass the conversation data (conv_data) between functions now + instead of using the global variable stat_info (now only used + for the HTTP stats) + - Pass only pointers from the HTTP dissector to the Export Object + tap, where we'll then copy the values and insert into the slist. + - Make sure we free all memory allocated by this feature when + we're done with it. + - Various other minor improvements + + +------------------------------------------------------------------------ +r21022 | ulfl | 2007-03-13 19:55:54 -0700 (Tue, 13 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/filesystem.c + M /trunk/epan/filesystem.h + M /trunk/epan/libwireshark.def + M /trunk/gtk/main.c + +as requested by "John T. Haller" for PortableApps.com: +add new WS command line option -P to be able to change some of the path settings + +this is experimental, please report bugs +------------------------------------------------------------------------ +r21023 | etxrab | 2007-03-13 23:29:14 -0700 (Tue, 13 Mar 2007) | 1 line +Changed paths: + M /trunk/diameter/TGPPSh.xml + M /trunk/diameter/dictionary.xml + M /trunk/diameter/imscxdx.xml + +Add comments about 3gpp AVP:s +------------------------------------------------------------------------ +r21024 | etxrab | 2007-03-14 00:12:55 -0700 (Wed, 14 Mar 2007) | 1 line +Changed paths: + M /trunk/Makefile.nmake + M /trunk/tools/win32-setup.sh + +Use the latest GTK packages for Windows. +------------------------------------------------------------------------ +r21025 | jmayer | 2007-03-14 08:40:44 -0700 (Wed, 14 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-tapa.c + +Improve the heuristic for the tapa discovery classification. +This should fix bug 1437. + +------------------------------------------------------------------------ +r21026 | gal | 2007-03-14 10:28:55 -0700 (Wed, 14 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-x25.c + +"When X.264/ISO 11570 default identification is being used, there is no user data field in the +CALL REQUEST packet. This is for X.225/ISO 8073 COTP." + +Added this default handling. + + +------------------------------------------------------------------------ +r21027 | guy | 2007-03-14 11:19:13 -0700 (Wed, 14 Mar 2007) | 2 lines +Changed paths: + M /trunk/gtk/main.c + +Fix indentation. + +------------------------------------------------------------------------ +r21028 | guy | 2007-03-14 11:22:28 -0700 (Wed, 14 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/filesystem.c + +Include to define "isspace()". + +Clean up indentation. + +------------------------------------------------------------------------ +r21029 | guy | 2007-03-14 11:23:19 -0700 (Wed, 14 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-tapa.c + +"dissect_tapa_static()" is a new-style dissector; register it as such. + +------------------------------------------------------------------------ +r21030 | guy | 2007-03-14 11:25:19 -0700 (Wed, 14 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcom.c + +Correctly return the item value through the pointer. + +------------------------------------------------------------------------ +r21031 | guy | 2007-03-14 12:29:42 -0700 (Wed, 14 Mar 2007) | 2 lines +Changed paths: + M /trunk/gtk/file_dlg.c + +Get rid of some #if-ed out includes, which aren't needed. + +------------------------------------------------------------------------ +r21032 | guy | 2007-03-14 12:30:19 -0700 (Wed, 14 Mar 2007) | 6 lines +Changed paths: + M /trunk/file.c + M /trunk/file.h + M /trunk/gtk/main.c + M /trunk/gtk/menu.c + M /trunk/menu.h + +Don't enable "Save As" if you don't have an unsaved live capture file +and there are no formats in which the file can be saved by some means +other than copying the raw data; "Save As" isn't a very useful function +in that case, and that prevents us from having an empty list of formats +in which the file can be saved. + +------------------------------------------------------------------------ +r21033 | jmayer | 2007-03-14 15:58:09 -0700 (Wed, 14 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-http.c + +strncmp(NULL, ...) isn't such a good idea. + +------------------------------------------------------------------------ +r21034 | sfisher | 2007-03-15 17:47:26 -0700 (Thu, 15 Mar 2007) | 10 lines +Changed paths: + M /trunk/epan/dissectors/packet-http.c + + +Fix bug #1394: Runtime error crash after clicking on HTTP packet + +The capture file the user supplied had a HTTP chunked response +in it with no actual chunks other than the zero length chunk +indicating the end of the chunks. The fix is to only create +a new_tvb and copy it over the tvb going into the +chunked_encoding_dissector() function if the chunk size is > 0. + + +------------------------------------------------------------------------ +r21035 | grahamb | 2007-03-16 04:39:19 -0700 (Fri, 16 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dnp.c + +Corrected dissection when reading binary inputs that have per point indexes, found by Steven J. Schaeffer +------------------------------------------------------------------------ +r21036 | martinm | 2007-03-16 07:09:12 -0700 (Fri, 16 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-cops.c + +Turn an error that I've encountered into an easily findable expert item. + +------------------------------------------------------------------------ +r21037 | lego | 2007-03-16 14:22:35 -0700 (Fri, 16 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/crypt/crypt-sha1.c + M /trunk/epan/crypt/crypt-sha1.h + +From: Sebastien Tandel +And here is the patch to change guint -> guint32 in the hmac function. + + +------------------------------------------------------------------------ +r21038 | sfisher | 2007-03-16 15:05:57 -0700 (Fri, 16 Mar 2007) | 12 lines +Changed paths: + M /trunk/gtk/capture_dlg.c + + +Fix bug #1375: Capture Options with many IP addresses scrolls off +screen + +Changed IP address label to fit into an event box which is in the ip +address hbox. This allows the label to expand to fit the capture dialog +window, but no further. Expanding the capture dialog window will show +more IP addresses. Left align the label. Add ... in the middle of a +long list of IP addresses to show the first few and the last few with +the gtk_label_set_ellipsize() function in GTK 2.6 and up. + + +------------------------------------------------------------------------ +r21039 | sfisher | 2007-03-16 17:10:48 -0700 (Fri, 16 Mar 2007) | 5 lines +Changed paths: + M /trunk/gtk/capture_dlg.c + + +Update to revision 21038 - line up the IP address label with the +rest of the items in that part of the capture dialog. + + +------------------------------------------------------------------------ +r21040 | ulfl | 2007-03-16 17:36:40 -0700 (Fri, 16 Mar 2007) | 1 line +Changed paths: + M /trunk/Makefile.nmake + +minor clean_setup target enhancements +------------------------------------------------------------------------ +r21041 | morriss | 2007-03-17 01:28:20 -0700 (Sat, 17 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-tapa.c + +Strengthen TAPA's heuristics some: + - check if the tunnel type is known + - if it's a discover_request, check that the (first) request type + is known + +------------------------------------------------------------------------ +r21042 | morriss | 2007-03-17 01:56:11 -0700 (Sat, 17 Mar 2007) | 7 lines +Changed paths: + M /trunk/gtk/mtp3_stat.c + +Fix bug 1336: +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1336 + +Since mtp3_stat_draw() returns immediately if passed a NULL tapdata pointer, +call it with a pointer to the stat data (instead of NULL) in +mtp3_stat_gtk_cb(). + +------------------------------------------------------------------------ +r21043 | lego | 2007-03-17 07:56:04 -0700 (Sat, 17 Mar 2007) | 4 lines +Changed paths: + M /trunk/wiretap/k12.c + +K15 phase 1 +be able to read files with records larger than 0x2000 bytes + +this fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=532 +------------------------------------------------------------------------ +r21044 | lego | 2007-03-17 10:40:21 -0700 (Sat, 17 Mar 2007) | 4 lines +Changed paths: + M /trunk/wiretap/k12.c + +K15 final: +add another interface record type with the very same arch than the "old" one. + +now I can read all the K15 files I got. +------------------------------------------------------------------------ +r21045 | lego | 2007-03-17 10:55:19 -0700 (Sat, 17 Mar 2007) | 1 line +Changed paths: + M /trunk/wiretap/k12.c + +rename a variable. +------------------------------------------------------------------------ +r21046 | lego | 2007-03-17 14:43:34 -0700 (Sat, 17 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + +dissect H.248 over TPKT over TCP +------------------------------------------------------------------------ +r21047 | lego | 2007-03-17 14:44:22 -0700 (Sat, 17 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h + +dissect H.248 over TPKT over TCP +------------------------------------------------------------------------ +r21048 | lego | 2007-03-18 06:53:07 -0700 (Sun, 18 Mar 2007) | 3 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + +make sure curr_info.evt is not-NULL before derreferencing it. + +fixes Bug 1451 +------------------------------------------------------------------------ +r21049 | lego | 2007-03-18 06:53:28 -0700 (Sun, 18 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-h248.c + +make sure curr_info.evt is not-NULL before derreferencing it. + +fixes Bug 1451 +------------------------------------------------------------------------ +r21050 | lego | 2007-03-18 07:56:58 -0700 (Sun, 18 Mar 2007) | 3 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + +make sure curr_info.sig is not-NULL before derreferencing it. + +similar to Bug 1451 +------------------------------------------------------------------------ +r21051 | lego | 2007-03-18 07:57:26 -0700 (Sun, 18 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-h248.c + +make sure curr_info.sig is not-NULL before derreferencing it. + +similar to Bug 1451 +------------------------------------------------------------------------ +r21052 | wmeier | 2007-03-18 08:36:22 -0700 (Sun, 18 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dfilter/Makefile.nmake + M /trunk/epan/dissectors/Makefile.nmake + M /trunk/epan/ftypes/Makefile.nmake + M /trunk/epan/wslua/Makefile.nmake + M /trunk/gtk/Makefile.nmake + M /trunk/tools/lemon/Makefile.nmake + M /trunk/wiretap/Makefile.nmake + +Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defined) + +------------------------------------------------------------------------ +r21053 | lego | 2007-03-18 11:55:52 -0700 (Sun, 18 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-mtp3.h + +protect from multiple inclussion +------------------------------------------------------------------------ +r21054 | lego | 2007-03-18 14:54:07 -0700 (Sun, 18 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/h248/h248.cnf + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/asn1/h248/packet-h248-template.h + +add a tap to h248 +------------------------------------------------------------------------ +r21055 | lego | 2007-03-18 14:55:00 -0700 (Sun, 18 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h + +add a tap to h248 +------------------------------------------------------------------------ +r21056 | lego | 2007-03-18 15:14:12 -0700 (Sun, 18 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/voip_calls.c + M /trunk/gtk/voip_calls.h + M /trunk/gtk/voip_calls_dlg.c + +add h248 to VoIP Calls +------------------------------------------------------------------------ +r21057 | lego | 2007-03-18 15:26:08 -0700 (Sun, 18 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/voip_calls.c + +squelch some warnings +------------------------------------------------------------------------ +r21058 | lego | 2007-03-18 16:14:06 -0700 (Sun, 18 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-m3ua.c + +add an mtp3 tap to m3ua to allow VoIP Calls to see ISUP/BICC calls over M3UA +------------------------------------------------------------------------ +r21059 | lego | 2007-03-18 16:15:19 -0700 (Sun, 18 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/voip_calls_dlg.c + +check the pointer before derreferencing it +------------------------------------------------------------------------ +r21060 | lego | 2007-03-18 16:16:54 -0700 (Sun, 18 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/voip_calls.c + M /trunk/gtk/voip_calls.h + +have voip_calls using the m3ua tap +------------------------------------------------------------------------ +r21061 | guy | 2007-03-18 17:03:17 -0700 (Sun, 18 Mar 2007) | 3 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-usb.c + +From Charles Lepple: in a Get Descriptor message, the descriptor index +comes before the descriptor type. + +------------------------------------------------------------------------ +r21062 | lego | 2007-03-18 17:32:33 -0700 (Sun, 18 Mar 2007) | 1 line +Changed paths: M /trunk/epan/dissectors/packet-m3ua.c + +bzero the tap data. +------------------------------------------------------------------------ +r21063 | lego | 2007-03-18 17:36:42 -0700 (Sun, 18 Mar 2007) | 5 lines +Changed paths: + M /trunk/gtk/graph_analysis.c + M /trunk/gtk/voip_calls.c + +voip_calls.c: +- instead of wrongly using the h248 call counter use tapinfo's counter + +graph_analysis.c: +- beautify the code (I was trying to the bug that got fixed by bzeroing m3ua tap data however this looks better!). +------------------------------------------------------------------------ +r21064 | guy | 2007-03-18 19:36:30 -0700 (Sun, 18 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc.c + +Get rid of unused variable. + +------------------------------------------------------------------------ +r21065 | morriss | 2007-03-19 03:34:26 -0700 (Mon, 19 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +- Set hf_sctp_acked and hf_sctp_rtt as generated. +- Change "sctp.retransmitted" to "sctp.retransmission" since that field + is set on messages that are retransmissions, not messages that were + retransmitted. +- Change some formatting to make it more consistent. + +------------------------------------------------------------------------ +r21066 | gal | 2007-03-19 12:08:22 -0700 (Mon, 19 Mar 2007) | 34 lines +Changed paths: + M /trunk/epan/prefs-int.h + M /trunk/epan/prefs.c + M /trunk/epan/prefs.h + M /trunk/gtk/prefs_dlg.c + +This change allows a structure to be created under the "Protocols" section of the preferences. + +A new function is introduced, prefs_register_protocol_subtree(), that allows the subtree the protocol should appear under to be specified. The subtree is specified as a string, with a '/' delimiting each subtree element. For example, + prefs_register_protocol(proto_dap, prefs_register_dap); +becomes + prefs_register_protocol_subtree("OSI/X.500", proto_dap, prefs_register_dap); + +The function will create all the intermediate subtree nodes that are required, if they don't already exist. +This allows the grouping of procotols which should make the list of protocols more manageable as even more are added. The current aim is to group by protocol family e.g. ++ OSI + + X.400 + X.411 + X.420 + + X.500 + DISP + DAP + DOP + DSP + + X.509 + X509AF + X509CE + ... + +but others grouping could be envisioned (e.g. by first letter). + +As the intermediate nodes may already have preferences (e.g. OSI), then modules are now allowed to have submodules. Previously each node was either a subtree or held preferences. This is consistent with the "User Interface" node. + +The subtree structure has no effect on how the preferences are saved to file, and the "Protocol Preferences..." menu option will bring up the preferences expanded to the correct node. + +In addition, a new "blank page" has been introduced for intermediate nodes that have no preferences (and is also used when the "Protocols" node itself is chosen). This prevents confusion when the user moves from a node with preferences to a node without preferences, but the page old page is still shown. + +There is also a change to prevent '#' characters in a value being treated as a comment when parsing the preferences file. (There is nothing that adds comments when writing the preferences file.) + + +------------------------------------------------------------------------ +r21067 | gerald | 2007-03-19 13:13:01 -0700 (Mon, 19 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-udp.c + +Extend the bad checksum description to include '(maybe caused by "UDP +checksum offload"?)', similar to the TCP dissector. + +Minor whitespace fixups. + +------------------------------------------------------------------------ +r21068 | sahlberg | 2007-03-20 07:27:13 -0700 (Tue, 20 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-bacapp.c + +ifdef out a function that is not yet used to get rid of a compiler warning + +packet-bacapp.c:4269: warning: `fDeviceObjectPropertyReference' defined but not +used + + +------------------------------------------------------------------------ +r21069 | sahlberg | 2007-03-20 07:42:49 -0700 (Tue, 20 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-mikey.c + +remove some compiler warnings for unused parameters + + +------------------------------------------------------------------------ +r21070 | sahlberg | 2007-03-20 07:50:15 -0700 (Tue, 20 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +remove some compiler warnings about unused parameters + + +------------------------------------------------------------------------ +r21071 | sahlberg | 2007-03-20 07:58:55 -0700 (Tue, 20 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +remove some compiler warnings + + +------------------------------------------------------------------------ +r21072 | sahlberg | 2007-03-20 08:05:04 -0700 (Tue, 20 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-rmcp.c + +remove some compiler warnings about unused variables + + +------------------------------------------------------------------------ +r21073 | sahlberg | 2007-03-20 08:07:28 -0700 (Tue, 20 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb-logon.c + +remove some unused variables + + +------------------------------------------------------------------------ +r21074 | martinm | 2007-03-20 10:20:36 -0700 (Tue, 20 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtcp.c + +Try to squash a warning seen by win32 buildbot + +------------------------------------------------------------------------ +r21075 | lego | 2007-03-20 17:43:05 -0700 (Tue, 20 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/ranap/packet-ranap-template.c + M /trunk/asn1/ranap/ranap-exp.cnf + +Add RANAP information to the sccp_info +------------------------------------------------------------------------ +r21076 | lego | 2007-03-20 17:48:46 -0700 (Tue, 20 Mar 2007) | 13 lines +Changed paths: + M /trunk/epan/dissectors/packet-bssap.c + M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-ranap.c + M /trunk/epan/dissectors/packet-ranap.h + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-sccp.h + M /trunk/epan/libwireshark.def + M /trunk/epan/packet.c + M /trunk/epan/packet_info.h + M /trunk/epan/wslua/Makefile.am + M /trunk/epan/wslua/wslua_dumper.c + +packet_info.c and packet.c +add sccp_info to struct _packet_info (Sorry but the way private_data works and the fact that TCAP uses it and BSSAP/RANAP can be tunnelled on GSMMAP over TCAP makes it impossible to avoid) + +SCCP +- Have SCCP to have a TAP, +- Fix associations so that every message belongs to the association. +- Export message type values so that they can be used by a tap listener + +RANAP + - Have RANAP information attached to the sccp_info + +BSSAP + GSM_A +- Have DTAP, BSSMAP and BSSAP info attached to the sccp_info +------------------------------------------------------------------------ +r21077 | lego | 2007-03-20 17:59:00 -0700 (Tue, 20 Mar 2007) | 3 lines +Changed paths: + M /trunk/gtk/voip_calls.c + M /trunk/gtk/voip_calls.h + M /trunk/gtk/voip_calls_dlg.c + +Add the sccp tap to the "VoIP Calls" Tap (which by now should be renamed to just "Calls") but that's for later. + +Now it does H323, SIP, MGCP, ISUP/BICC, RANAP, BSSAP, H.248 and others... +------------------------------------------------------------------------ +r21078 | ulfl | 2007-03-20 18:32:50 -0700 (Tue, 20 Mar 2007) | 5 lines +Changed paths: + M /trunk/wiretap/Makefile.nmake + M /trunk/wiretap/ascend-grammar.y + M /trunk/wiretap/ascend-int.h + M /trunk/wiretap/k12.c + M /trunk/wiretap/lanalyzer.c + M /trunk/wiretap/libpcap.c + M /trunk/wiretap/visual.c + +set compiler option "treat warnings as errors" - to prevent new warnings for wiretap + +remove all compiler warnings: +a) prevent wrong malloc/free definitions by lex/yacc generated files +b) add int/time_t casts - MSVC2005 is more "sensitive" about this than MSVC6 +------------------------------------------------------------------------ +r21079 | ulfl | 2007-03-20 19:47:53 -0700 (Tue, 20 Mar 2007) | 1 line +Changed paths: + M /trunk/wiretap/k12.c + +fix another warning +------------------------------------------------------------------------ +r21080 | ulfl | 2007-03-20 20:26:26 -0700 (Tue, 20 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/Makefile.nmake + M /trunk/gtk/compat_macros.h + M /trunk/gtk/filter_dlg.c + M /trunk/gtk/io_stat.c + M /trunk/gtk/mcast_stream.c + M /trunk/gtk/packet_list.c + M /trunk/gtk/rtp_player.c + M /trunk/gtk/rtp_stream.c + M /trunk/gtk/sctp_byte_graph_dlg.c + M /trunk/gtk/sctp_graph_dlg.c + M /trunk/gtk/tcp_graph.c + M /trunk/gtk/voip_calls.c + +fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flag +------------------------------------------------------------------------ +r21081 | morriss | 2007-03-20 21:48:32 -0700 (Tue, 20 Mar 2007) | 12 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +Add tracking of retransmitted TSNs. That is, for a TSN that we found was +retransmitted, add items to its tree describing those retransmissions (frame +where the retransmission is and RTO). Limit this to 100 retransmissions to +avoid running out of memory in pathological cases. + +This adds the filters "sctp.retransmitted" (TSNs that were retransmitted) +and "sctp.retransmitted_count" (count of number of times the TSN was +retransmitted). + +The RTO is intentionally not added to the retransmitted TSN tree as it is +already added to the retransmission(s). The RTO is displayed, however. + +------------------------------------------------------------------------ +r21082 | jmayer | 2007-03-20 21:54:20 -0700 (Tue, 20 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-homeplug.c + M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dissectors/packet-roofnet.c + M /trunk/gtk/packet_list.c + M /trunk/gtk/packet_list.h + +Fixes for: warning: function declaration isn't a prototype + +------------------------------------------------------------------------ +r21083 | jmayer | 2007-03-20 21:58:38 -0700 (Tue, 20 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-lwapp.c + +Small spelling fixes +------------------------------------------------------------------------ +r21084 | jmayer | 2007-03-20 21:59:53 -0700 (Tue, 20 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-mikey.c + M /trunk/epan/wslua/wslua_pinfo.c + +Fixes for: warning: comma at end of enumerator list + +------------------------------------------------------------------------ +r21085 | jmayer | 2007-03-20 22:06:01 -0700 (Tue, 20 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/unicode-utils.c + M /trunk/epan/wslua/make-taps.pl + +Fixes for: warning: ISO C does not allow extra ';' outside of a function + +------------------------------------------------------------------------ +r21086 | sahlberg | 2007-03-21 01:11:37 -0700 (Wed, 21 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb-masstorage.c + +remove some compiler warnings + + +------------------------------------------------------------------------ +r21087 | sahlberg | 2007-03-21 01:32:15 -0700 (Wed, 21 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-t38.c + +remove some compiler warnings + + +------------------------------------------------------------------------ +r21088 | sahlberg | 2007-03-21 03:22:22 -0700 (Wed, 21 Mar 2007) | 6 lines +Changed paths: + M /trunk/asn1/ansi_map/packet-ansi_map-template.c + M /trunk/asn1/cmip/cmip-exp.cnf + M /trunk/asn1/disp/disp-exp.cnf + M /trunk/asn1/dop/dop-exp.cnf + M /trunk/asn1/dsp/dsp-exp.cnf + M /trunk/asn1/ftam/ftam-exp.cnf + M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf + M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf + M /trunk/asn1/pkixcrmf/crmf-exp.cnf + M /trunk/asn1/ros/ros-exp.cnf + M /trunk/asn1/rtse/rtse-exp.cnf + M /trunk/asn1/umts_rrc/umts_rrc-exp.cnf + M /trunk/asn1/umts_rrc_Internode-defs/umts_rrc_internode-defs-exp.cnf + M /trunk/asn1/umts_rrc_ies/umts_rrc_ies-exp.cnf + M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h + M /trunk/epan/dissectors/packet-acp133.c + M /trunk/epan/dissectors/packet-acp133.h + M /trunk/epan/dissectors/packet-acse.c + M /trunk/epan/dissectors/packet-acse.h + M /trunk/epan/dissectors/packet-ansi_map.c + M /trunk/epan/dissectors/packet-ansi_map.h + M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-camel.h + M /trunk/epan/dissectors/packet-cdt.c + M /trunk/epan/dissectors/packet-cdt.h + M /trunk/epan/dissectors/packet-cmip.c + M /trunk/epan/dissectors/packet-cmip.h + M /trunk/epan/dissectors/packet-cmp.c + M /trunk/epan/dissectors/packet-cmp.h + M /trunk/epan/dissectors/packet-cms.c + M /trunk/epan/dissectors/packet-cms.h + M /trunk/epan/dissectors/packet-crmf.c + M /trunk/epan/dissectors/packet-crmf.h + M /trunk/epan/dissectors/packet-dap.c + M /trunk/epan/dissectors/packet-dap.h + M /trunk/epan/dissectors/packet-disp.c + M /trunk/epan/dissectors/packet-disp.h + M /trunk/epan/dissectors/packet-dop.c + M /trunk/epan/dissectors/packet-dop.h + M /trunk/epan/dissectors/packet-dsp.c + M /trunk/epan/dissectors/packet-dsp.h + M /trunk/epan/dissectors/packet-ess.c + M /trunk/epan/dissectors/packet-ess.h + M /trunk/epan/dissectors/packet-ftam.c + M /trunk/epan/dissectors/packet-ftam.h + M /trunk/epan/dissectors/packet-ftbp.c + M /trunk/epan/dissectors/packet-ftbp.h + M /trunk/epan/dissectors/packet-gnm.c + M /trunk/epan/dissectors/packet-gnm.h + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_map.h + M /trunk/epan/dissectors/packet-gsm_ss.c + M /trunk/epan/dissectors/packet-gsm_ss.h + M /trunk/epan/dissectors/packet-h225.c + M /trunk/epan/dissectors/packet-h225.h + M /trunk/epan/dissectors/packet-h235.c + M /trunk/epan/dissectors/packet-h235.h + M /trunk/epan/dissectors/packet-h245.c + M /trunk/epan/dissectors/packet-h245.h + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h450.c + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-inap.h + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-logotypecertextn.c + M /trunk/epan/dissectors/packet-logotypecertextn.h + M /trunk/epan/dissectors/packet-mms.c + M /trunk/epan/dissectors/packet-mms.h + M /trunk/epan/dissectors/packet-nbap.c + M /trunk/epan/dissectors/packet-nbap.h + M /trunk/epan/dissectors/packet-ns_cert_exts.c + M /trunk/epan/dissectors/packet-ocsp.c + M /trunk/epan/dissectors/packet-ocsp.h + M /trunk/epan/dissectors/packet-pkcs1.c + M /trunk/epan/dissectors/packet-pkcs1.h + M /trunk/epan/dissectors/packet-pkcs12.c + M /trunk/epan/dissectors/packet-pkinit.c + M /trunk/epan/dissectors/packet-pkinit.h + M /trunk/epan/dissectors/packet-pkix1explicit.c + M /trunk/epan/dissectors/packet-pkix1explicit.h + M /trunk/epan/dissectors/packet-pkix1implicit.c + M /trunk/epan/dissectors/packet-pkix1implicit.h + M /trunk/epan/dissectors/packet-pkixproxy.c + M /trunk/epan/dissectors/packet-pkixproxy.h + M /trunk/epan/dissectors/packet-pkixqualified.c + M /trunk/epan/dissectors/packet-pkixqualified.h + M /trunk/epan/dissectors/packet-pkixtsp.c + M /trunk/epan/dissectors/packet-pkixtsp.h + M /trunk/epan/dissectors/packet-pres.c + M /trunk/epan/dissectors/packet-pres.h + M /trunk/epan/dissectors/packet-ranap.c + M /trunk/epan/dissectors/packet-ranap.h + M /trunk/epan/dissectors/packet-rnsap.c + M /trunk/epan/dissectors/packet-rnsap.h + M /trunk/epan/dissectors/packet-ros.c + M /trunk/epan/dissectors/packet-ros.h + M /trunk/epan/dissectors/packet-rrlp.c + M /trunk/epan/dissectors/packet-rrlp.h + M /trunk/epan/dissectors/packet-rtse.c + M /trunk/epan/dissectors/packet-rtse.h + M /trunk/epan/dissectors/packet-s4406.c + M /trunk/epan/dissectors/packet-smrse.c + M /trunk/epan/dissectors/packet-smrse.h + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-spnego.c + M /trunk/epan/dissectors/packet-tcap.c + M /trunk/epan/dissectors/packet-tcap.h + M /trunk/epan/dissectors/packet-ulp.c + M /trunk/epan/dissectors/packet-umts_rrc.c + M /trunk/epan/dissectors/packet-umts_rrc.h + M /trunk/epan/dissectors/packet-umts_rrc_ies.c + M /trunk/epan/dissectors/packet-umts_rrc_ies.h + M /trunk/epan/dissectors/packet-wlancertextn.c + M /trunk/epan/dissectors/packet-wlancertextn.h + M /trunk/epan/dissectors/packet-x411.c + M /trunk/epan/dissectors/packet-x411.h + M /trunk/epan/dissectors/packet-x420.c + M /trunk/epan/dissectors/packet-x420.h + M /trunk/epan/dissectors/packet-x509af.c + M /trunk/epan/dissectors/packet-x509af.h + M /trunk/epan/dissectors/packet-x509ce.c + M /trunk/epan/dissectors/packet-x509ce.h + M /trunk/epan/dissectors/packet-x509if.c + M /trunk/epan/dissectors/packet-x509if.h + M /trunk/tools/asn2wrs.py + +change the signature that asn2wrs generates for functions to marm all parameters as _U_ +to reduce the number of compiler warnings. + +update some template and cnf files to use _U_ as well + + +------------------------------------------------------------------------ +r21089 | ulfl | 2007-03-21 05:37:39 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/voip_calls.c + +fix another three MSVC 8.0 warnings +------------------------------------------------------------------------ +r21090 | martinm | 2007-03-21 07:00:23 -0700 (Wed, 21 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + +Squash a couple of warnings. + +------------------------------------------------------------------------ +r21091 | jake | 2007-03-21 09:14:23 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ethertype.c + M /trunk/epan/etypes.h + +Add ether type for Link Layer Topology Discovery (LLTD) +------------------------------------------------------------------------ +r21092 | martinm | 2007-03-21 10:14:33 -0700 (Wed, 21 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-umts_fp.c + +Try to squash a warning seen on win32 buildbot. + +------------------------------------------------------------------------ +r21093 | gerald | 2007-03-21 13:44:07 -0700 (Wed, 21 Mar 2007) | 2 lines +Changed paths: + M /trunk/docbook/release-notes.xml + +Add a note about the HTTP chunked response crash. + +------------------------------------------------------------------------ +r21094 | ulfl | 2007-03-21 14:13:39 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/docbook/README.txt + +add zip to the list of required packages for cygwin +------------------------------------------------------------------------ +r21095 | ulfl | 2007-03-21 14:15:35 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml + +add a (small) section to create the User/Developer Guide - it only links to the file docbook/README.txt +------------------------------------------------------------------------ +r21096 | ulfl | 2007-03-21 14:17:21 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_app_files.xml + +add folder information about Vista and some redesign of the general file/folder informations +------------------------------------------------------------------------ +r21097 | ulfl | 2007-03-21 14:23:56 -0700 (Wed, 21 Mar 2007) | 2 lines +Changed paths: + M /trunk/gtk/menu.c + +minor "Copy" menu item fix: +split the "sensitivity control" into "Copy" and "Copy/As Filter", otherwise it's not possible to copy a field that is not filterable (e.g. text only descriptions) +------------------------------------------------------------------------ +r21098 | ulfl | 2007-03-21 16:14:23 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/Makefile.nmake + M /trunk/capture_stop_conditions.c + M /trunk/editcap.c + M /trunk/tap-iostat.c + M /trunk/text2pcap.c + +fix MSVC warnings of / and set CFLAGS to block new warnings +------------------------------------------------------------------------ +r21099 | sfisher | 2007-03-21 16:22:32 -0700 (Wed, 21 Mar 2007) | 5 lines +Changed paths: + M /trunk + M /trunk/docbook + + +Set svn:ignore on ylwrap (introduced as a symlink in newer versions of +automake) and docbook/fop-* to cover any version of FOP files. + + +------------------------------------------------------------------------ +r21100 | ulfl | 2007-03-21 16:55:46 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/codecs/Makefile.nmake + +no MSVC warnings, set CFLAGS to block new warnings +------------------------------------------------------------------------ +r21101 | ulfl | 2007-03-21 16:58:14 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/asn1/packet-asn1.c + +fix two MSVC warnings +------------------------------------------------------------------------ +r21102 | ulfl | 2007-03-21 16:59:41 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/agentx/Makefile.nmake + M /trunk/plugins/artnet/Makefile.nmake + M /trunk/plugins/asn1/Makefile.nmake + M /trunk/plugins/ciscosm/Makefile.nmake + M /trunk/plugins/docsis/Makefile.nmake + M /trunk/plugins/enttec/Makefile.nmake + M /trunk/plugins/gryphon/Makefile.nmake + M /trunk/plugins/irda/Makefile.nmake + M /trunk/plugins/lwres/Makefile.nmake + M /trunk/plugins/mate/Makefile.nmake + M /trunk/plugins/megaco/Makefile.nmake + M /trunk/plugins/mgcp/Makefile.nmake + M /trunk/plugins/opsi/Makefile.nmake + M /trunk/plugins/pcli/Makefile.nmake + M /trunk/plugins/profinet/Makefile.nmake + M /trunk/plugins/rlm/Makefile.nmake + M /trunk/plugins/rtnet/Makefile.nmake + M /trunk/plugins/rudp/Makefile.nmake + M /trunk/plugins/sbus/Makefile.nmake + M /trunk/plugins/stats_tree/Makefile.nmake + M /trunk/plugins/tpg/Makefile.nmake + M /trunk/plugins/v5ua/Makefile.nmake + +set CFLAGS to block new warnings for all plugins (except for giop and h223, which has remaining issues - for now) +------------------------------------------------------------------------ +r21103 | ulfl | 2007-03-21 17:11:55 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/h223/Makefile.nmake + M /trunk/plugins/h223/packet-h223.c + +fix a warning, set CFLAGS to block new warnings +------------------------------------------------------------------------ +r21104 | ulfl | 2007-03-21 17:40:04 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/guid-utils.c + M /trunk/epan/sigcomp_state_hdlr.c + M /trunk/epan/to_str.c + +fix some more warnings +------------------------------------------------------------------------ +r21105 | ulfl | 2007-03-21 17:49:06 -0700 (Wed, 21 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/column-utils.c + M /trunk/epan/radius_dict.l + +fix some more warnings +------------------------------------------------------------------------ +r21106 | wmeier | 2007-03-21 19:44:52 -0700 (Wed, 21 Mar 2007) | 2 lines +Changed paths: + M /trunk/Makefile.nmake + +Use correct 'rm -f gtk2.tmp/*' so all files in dir get deleted + +------------------------------------------------------------------------ +r21107 | wmeier | 2007-03-21 19:51:21 -0700 (Wed, 21 Mar 2007) | 2 lines +Changed paths: + M /trunk/Makefile.nmake + +Even simpler: use 'rm -rf gtk2.tmp' + +------------------------------------------------------------------------ +r21108 | sahlberg | 2007-03-22 01:03:44 -0700 (Thu, 22 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-bssgp.c + +Remove a compiler warning by #if 0 out a function that is not called. + +The function is referenced from a comment which is why it was #ifed out instead of just deleted. + + +------------------------------------------------------------------------ +r21109 | morriss | 2007-03-22 01:11:16 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-syslog.c + +From Abhik Sarkar: call add_new_data_source() on generated (MTP3) tvb so that users can see the bytes in a (new) byte pane. +------------------------------------------------------------------------ +r21110 | sahlberg | 2007-03-22 01:45:01 -0700 (Thu, 22 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/packet-dcerpc-eventlog.h + M /trunk/epan/dissectors/pidl/eventlog.cnf + +Using a patched version of pidl that decorates all parameters with _U_ +and updates to the conformance file, +regenerate the eventlog dissector to remove a lot of compiler warnings + + +------------------------------------------------------------------------ +r21111 | martinm | 2007-03-22 03:32:42 -0700 (Thu, 22 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-iuup.c + +Try to squelch another couple of MSVC warnings. + +------------------------------------------------------------------------ +r21112 | sahlberg | 2007-03-22 03:44:33 -0700 (Thu, 22 Mar 2007) | 5 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/wiretap/Makefile.common + M /trunk/wiretap/file_access.c + A /trunk/wiretap/mpeg-audio.c + A /trunk/wiretap/mpeg-audio.h + A /trunk/wiretap/mpeg.c + A /trunk/wiretap/mpeg.h + M /trunk/wiretap/wtap.c + M /trunk/wiretap/wtap.h + +From Shaun Jackman + +Wiretap support to read MPEG files + + +------------------------------------------------------------------------ +r21113 | sahlberg | 2007-03-22 04:33:18 -0700 (Thu, 22 Mar 2007) | 3 lines +Changed paths: + M /trunk/wiretap/mpeg.c + +Add some missing includes and hope that msvc will find the definition for off_t + + +------------------------------------------------------------------------ +r21114 | sahlberg | 2007-03-22 04:43:07 -0700 (Thu, 22 Mar 2007) | 5 lines +Changed paths: + M /trunk/asn1/Makefile.am + A /trunk/asn1/mpeg + A /trunk/asn1/mpeg/Makefile + A /trunk/asn1/mpeg/mpeg-audio-exp.cnf + A /trunk/asn1/mpeg/mpeg-audio.asn + A /trunk/asn1/mpeg/mpeg-audio.cnf + A /trunk/asn1/mpeg/mpeg-pes-exp.cnf + A /trunk/asn1/mpeg/mpeg-pes.asn + A /trunk/asn1/mpeg/mpeg-pes.cnf + A /trunk/asn1/mpeg/packet-mpeg-audio-template.c + A /trunk/asn1/mpeg/packet-mpeg-pes-template.c + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-mpeg-audio.c + A /trunk/epan/dissectors/packet-mpeg-pes.c + +From Shaun J + +Dissectors for MPEG streams + + +------------------------------------------------------------------------ +r21115 | sahlberg | 2007-03-22 04:59:39 -0700 (Thu, 22 Mar 2007) | 5 lines +Changed paths: + M /trunk/wiretap/mpeg.c + +From Graham Bloice + +Remove compiler warnings + + +------------------------------------------------------------------------ +r21116 | grahamb | 2007-03-22 05:55:01 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/wiretap/wtap.def + +Added mpeg exports +------------------------------------------------------------------------ +r21117 | grahamb | 2007-03-22 06:16:37 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/packaging/u3/win32 + +Added entries to ignore list +------------------------------------------------------------------------ +r21118 | ulfl | 2007-03-22 06:57:02 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/mate/Makefile.nmake + +leave out the mate plugin for now, so buildbot might compile again ... +------------------------------------------------------------------------ +r21119 | jmayer | 2007-03-22 08:12:14 -0700 (Thu, 22 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Add a comment about CCX + +------------------------------------------------------------------------ +r21120 | jmayer | 2007-03-22 08:19:49 -0700 (Thu, 22 Mar 2007) | 14 lines +Changed paths: + M /trunk/epan/dissectors/packet-http.c + M /trunk/epan/dissectors/packet-kink.c + M /trunk/epan/dissectors/packet-nbns.c + M /trunk/epan/dissectors/packet-pflog.c + +Sebastien Tandel: + +some warning fixes + +packet-http.c + set headers.content_length = 0 before the first potential use of it. +packet-kink.c + "ifdef kerberos" around one function declaration +packet-nbns.c + set headers.{dgm_length|pkt_offset|error_code} = 0 +packet-pflog.c + delete capture_pflog and +capture_old_pflog which aren't used anymore in the code. + +------------------------------------------------------------------------ +r21121 | lego | 2007-03-22 14:51:56 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +Avoid calling ep_alloc for 0 bytes. +------------------------------------------------------------------------ +r21122 | etxrab | 2007-03-22 15:26:59 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/Makefile.nmake + M /trunk/config.nmake + M /trunk/tools/win32-setup.sh + +Use the latest GTK stuff. +------------------------------------------------------------------------ +r21123 | ulfl | 2007-03-22 15:41:16 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dcom.c + +correct multidimensional SAFEARRAYs +------------------------------------------------------------------------ +r21124 | ulfl | 2007-03-22 15:47:37 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/wslua/make-taps.pl + +fix warnings +------------------------------------------------------------------------ +r21125 | ulfl | 2007-03-22 15:54:00 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/crypt/Makefile.nmake + M /trunk/epan/dfilter/Makefile.nmake + M /trunk/epan/ftypes/Makefile.nmake + M /trunk/epan/wslua/Makefile.nmake + +add "treat warnings as errors" flag(s) +------------------------------------------------------------------------ +r21126 | lego | 2007-03-22 15:59:20 -0700 (Thu, 22 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-bssap.c + M /trunk/epan/dissectors/packet-ranap.c + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-sccp.h + M /trunk/epan/dissectors/packet-sua.c + M /trunk/epan/libwireshark.def + M /trunk/gtk/voip_calls.c + M /trunk/gtk/voip_calls.h + +Mine: +* add SUA to the "VoIP Calls" tap. +* propagate changes to packet-sccp.h to other dissectors + +From Neil Piercy: +* add SLR, DLR and CAUSE to COL_INFO +------------------------------------------------------------------------ +r21127 | sfisher | 2007-03-22 16:03:39 -0700 (Thu, 22 Mar 2007) | 9 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/capture_sync.c + M /trunk/codecs/Makefile.am + M /trunk/configure.in + M /trunk/file.c + M /trunk/plugins/agentx/Makefile.am + M /trunk/plugins/artnet/Makefile.am + M /trunk/plugins/asn1/Makefile.am + M /trunk/plugins/ciscosm/Makefile.am + M /trunk/plugins/docsis/Makefile.am + M /trunk/plugins/enttec/Makefile.am + M /trunk/plugins/gryphon/Makefile.am + M /trunk/plugins/h223/Makefile.am + M /trunk/plugins/h223/packet-h223.c + M /trunk/plugins/irda/Makefile.am + M /trunk/plugins/lwres/Makefile.am + M /trunk/plugins/megaco/Makefile.am + M /trunk/plugins/megaco/packet-megaco.c + M /trunk/plugins/mgcp/Makefile.am + M /trunk/plugins/opsi/Makefile.am + M /trunk/plugins/pcli/Makefile.am + M /trunk/plugins/profinet/Makefile.am + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + M /trunk/plugins/profinet/packet-dcom-cba-acco.c + M /trunk/plugins/rlm/Makefile.am + M /trunk/plugins/rtnet/Makefile.am + M /trunk/plugins/rudp/Makefile.am + M /trunk/plugins/sbus/Makefile.am + M /trunk/plugins/stats_tree/Makefile.am + M /trunk/plugins/tpg/Makefile.am + M /trunk/plugins/v5ua/Makefile.am + M /trunk/wiretap/Makefile.am + M /trunk/wiretap/configure.in + + +Add -Werror when using GCC only to the Makefile.am of the base +directory and most of the plugins to match the same command +put in the Makefile.nmake files for Windows compliations. Fix +a few warnings when compiling under gcc 3.4.4 on FreeBSD. Create +new automake file variable called USING_GCC in configure.in and +wiretap/configure.in to acomplish the above -Werror addition. + + +------------------------------------------------------------------------ +r21128 | ulfl | 2007-03-22 16:14:37 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/wiretap/mpeg.c + +fix a new warning +------------------------------------------------------------------------ +r21129 | sfisher | 2007-03-22 16:24:13 -0700 (Thu, 22 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/crypt/Makefile.am + M /trunk/epan/crypt/airpdcap.c + M /trunk/epan/dfilter/Makefile.am + M /trunk/epan/ftypes/Makefile.am + M /trunk/epan/wslua/Makefile.am + + +Add -Werror for gcc to a few more directories and fix a few warnings + + +------------------------------------------------------------------------ +r21130 | sfisher | 2007-03-22 16:28:58 -0700 (Thu, 22 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dfilter/Makefile.am + + +Remove -Werror under gcc temporarily until a warning can be fixed +in grammar.c + + +------------------------------------------------------------------------ +r21131 | ulfl | 2007-03-22 16:29:55 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/voip_calls.c + +fix new warnings +------------------------------------------------------------------------ +r21132 | ulfl | 2007-03-22 16:30:57 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dtd.h + +fix warning: add #include to get exit() declaration +------------------------------------------------------------------------ +r21133 | ulfl | 2007-03-22 16:32:31 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/radius_dict.l + +fix warning: add WS_ prefix to OUT, it conflicts with a platform SDK header file +------------------------------------------------------------------------ +r21134 | lego | 2007-03-22 16:39:02 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/tools/lemon/lempar.c + +squelch a warning generated by generated code +------------------------------------------------------------------------ +r21135 | ulfl | 2007-03-22 16:44:48 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/file.h + +match declaration of cf_continue_tail() with implementation +------------------------------------------------------------------------ +r21136 | sfisher | 2007-03-22 16:49:06 -0700 (Thu, 22 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dfilter/Makefile.am + + +Add -Werror for gcc back to epan/dfilter directory + + +------------------------------------------------------------------------ +r21137 | ulfl | 2007-03-22 16:50:38 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/tools/lemon/lemon.c + +add type casts to fix two warnings +------------------------------------------------------------------------ +r21138 | lego | 2007-03-22 17:15:48 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/tools/lemon/lemon.c + +squelch signedness warnings generated by generated code due to mayors being decleared as signed but added as signed in tables (it will generate larger tables when the number of tokens or actions is more than MAX_INT8, MAX_INT16). +------------------------------------------------------------------------ +r21139 | ulfl | 2007-03-22 17:20:59 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-wsp.c + +fix various const warnings +------------------------------------------------------------------------ +r21140 | sfisher | 2007-03-22 17:42:45 -0700 (Thu, 22 Mar 2007) | 16 lines +Changed paths: + M /trunk/docbook/wsug_graphics/ws-edit-menu.png + M /trunk/docbook/wsug_src/WSUG_chapter_use.xml + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml + M /trunk/gtk/menu.c + + +From Sake Blok (via -dev list and enhancement bug #1449): + +I did however see some small errors in the +documentation that I did not notice when I sent in the patch. This +patch corrects them and adds an accelerated key: + +- table 6.1 remove "Analyze" from "Identical..." column for "Copy as Filter" +- table 6.2 add "Edit" from "Identical..." column for "Copy as Filter" +- Added accelerator key for "Copy as Filter". I chose "Shift+Ctrl+C", so + that "Ctrl+C" is still available for "standard" copy + +Image figure 3.4 should be renewed, reflecting the change in the menu +structure. + + +------------------------------------------------------------------------ +r21141 | ulfl | 2007-03-22 17:51:21 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-rtcp.c + M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-sctp.c + M /trunk/epan/dissectors/packet-smb-pipe.c + M /trunk/epan/dissectors/packet-smb2.c + M /trunk/epan/dissectors/packet-tcp.c + M /trunk/epan/dissectors/packet-tipc.c + M /trunk/epan/dissectors/packet-vnc.c + +fix some more warnings (type casts) +------------------------------------------------------------------------ +r21142 | ulfl | 2007-03-22 18:29:52 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-diameter.c + M /trunk/epan/dissectors/packet-dmp.c + M /trunk/epan/dissectors/packet-dtls.c + M /trunk/epan/dissectors/packet-fmp.c + M /trunk/epan/dissectors/packet-iax2.c + M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dissectors/packet-iscsi.c + M /trunk/epan/dissectors/packet-jxta.c + M /trunk/epan/dissectors/packet-nbns.c + M /trunk/epan/dissectors/packet-ncp-sss.c + M /trunk/epan/dissectors/packet-nfs.c + M /trunk/epan/dissectors/packet-ospf.c + M /trunk/epan/dissectors/packet-pvfs2.c + M /trunk/epan/dissectors/packet-radius.c + +fix a lot more warnings +------------------------------------------------------------------------ +r21143 | ulfl | 2007-03-22 18:55:29 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-afp.c + M /trunk/epan/dissectors/packet-arp.c + M /trunk/epan/dissectors/packet-dcerpc-ndr.c + +fix some more warnings +------------------------------------------------------------------------ +r21144 | ulfl | 2007-03-22 18:56:09 -0700 (Thu, 22 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-kerberos.c + +/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */ +#undef HAVE_STDARG_H +#undef HAVE_SYS_TYPES_H +------------------------------------------------------------------------ +r21145 | ulfl | 2007-03-22 19:27:14 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dfilter/Makefile.nmake + +disable "warning as error" for now so the buildbot runs again, grammar.c still makes trouble :-( +------------------------------------------------------------------------ +r21146 | ulfl | 2007-03-22 20:45:18 -0700 (Thu, 22 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dfilter/Makefile.nmake + M /trunk/tools/lemon/lempar.c + +fix warnings of (generated) grammar.c +------------------------------------------------------------------------ +r21147 | sfisher | 2007-03-22 22:50:31 -0700 (Thu, 22 Mar 2007) | 4 lines +Changed paths: + M /trunk/wiretap/catapult_dct2000.c + + +Fix some warnings on the Solaris buildbot + + +------------------------------------------------------------------------ +r21148 | gal | 2007-03-23 09:38:52 -0700 (Fri, 23 Mar 2007) | 3 lines +Changed paths: + M /trunk/asn1/x411/packet-x411-template.c + M /trunk/asn1/x411/x411.cnf + M /trunk/epan/dissectors/packet-x411.c + +Support for X.411 "additional information" field. + + +------------------------------------------------------------------------ +r21149 | gal | 2007-03-23 09:41:26 -0700 (Fri, 23 Mar 2007) | 3 lines +Changed paths: + M /trunk/asn1/x509ce/CertificateExtensions.asn + M /trunk/asn1/x509ce/x509ce.cnf + M /trunk/epan/dissectors/packet-x509ce.c + +Support for the Microsoft-specific certificate-template and application-certificate-policies certificate extensions. + + +------------------------------------------------------------------------ +r21150 | gal | 2007-03-23 09:44:08 -0700 (Fri, 23 Mar 2007) | 5 lines +Changed paths: + M /trunk/asn1/x509sat/packet-x509sat-template.c + M /trunk/asn1/x509sat/x509sat.cnf + M /trunk/epan/dissectors/packet-x509sat.c + +Support for: +RFC2247 objectclasses and attributes (specifically "dc") +Microsoft-defined User Principal Name subjectAltName extension (used in certificates) + + +------------------------------------------------------------------------ +r21151 | gal | 2007-03-23 09:45:49 -0700 (Fri, 23 Mar 2007) | 3 lines +Changed paths: + M /trunk/asn1/cms/cms.cnf + M /trunk/epan/dissectors/packet-cms.c + +Support for recognising RC4 algorithm. + + +------------------------------------------------------------------------ +r21152 | gal | 2007-03-23 09:52:22 -0700 (Fri, 23 Mar 2007) | 3 lines +Changed paths: + M /trunk/asn1/pkix1implicit/pkix1implicit.cnf + M /trunk/epan/dissectors/packet-pkix1implicit.c + +Support for Microsoft-defined enhancedKeyUsage OIDs. + + +------------------------------------------------------------------------ +r21153 | sfisher | 2007-03-23 10:49:59 -0700 (Fri, 23 Mar 2007) | 18 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/codecs/Makefile.am + M /trunk/configure.in + M /trunk/epan/crypt/Makefile.am + M /trunk/epan/dfilter/Makefile.am + M /trunk/epan/ftypes/Makefile.am + M /trunk/epan/wslua/Makefile.am + M /trunk/plugins/agentx/Makefile.am + M /trunk/plugins/artnet/Makefile.am + M /trunk/plugins/asn1/Makefile.am + M /trunk/plugins/ciscosm/Makefile.am + M /trunk/plugins/docsis/Makefile.am + M /trunk/plugins/enttec/Makefile.am + M /trunk/plugins/gryphon/Makefile.am + M /trunk/plugins/h223/Makefile.am + M /trunk/plugins/irda/Makefile.am + M /trunk/plugins/lwres/Makefile.am + M /trunk/plugins/megaco/Makefile.am + M /trunk/plugins/mgcp/Makefile.am + M /trunk/plugins/opsi/Makefile.am + M /trunk/plugins/pcli/Makefile.am + M /trunk/plugins/profinet/Makefile.am + M /trunk/plugins/rlm/Makefile.am + M /trunk/plugins/rtnet/Makefile.am + M /trunk/plugins/rudp/Makefile.am + M /trunk/plugins/sbus/Makefile.am + M /trunk/plugins/stats_tree/Makefile.am + M /trunk/plugins/tpg/Makefile.am + M /trunk/plugins/v5ua/Makefile.am + M /trunk/wiretap/Makefile.am + M /trunk/wiretap/configure.in + + +From Sebastien Tandel: + +(Temporarily disable the warnings as errors default on Unix to get +to get the buildbots and people with gcc40 going again until those +additional warnings gcc40 generates can be fixed-I'm working on it +ASAP) + + Patch for configure.in which disables by default the treatment of +warnings as errors. +It can be enabled with './configure --with-warnings-as-errors'. +The macro will test first if GCC is present. If it's the case, +HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced +by HAVE_WARNINGS_AS_ERRORS. +With this switch, people won't suffer from unexpected warnings when +downloading svn sources during the transition time ;) + + +------------------------------------------------------------------------ +r21154 | sfisher | 2007-03-23 11:08:17 -0700 (Fri, 23 Mar 2007) | 12 lines +Changed paths: + M /trunk/doc/wireshark.pod + M /trunk/docbook/wsug_src/WSUG_chapter_use.xml + M /trunk/docbook/wsug_src/WSUG_chapter_work.xml + M /trunk/epan/column-utils.c + M /trunk/epan/column.c + M /trunk/epan/column_info.h + M /trunk/epan/dissectors/packet-frame.c + M /trunk/epan/frame_data.h + M /trunk/epan/timestamp.h + M /trunk/epan/wslua/wslua_pinfo.c + M /trunk/file.c + M /trunk/gtk/main.c + M /trunk/gtk/menu.c + M /trunk/gtk/packet_list.c + M /trunk/tshark.c + + +From Sake Blok: + +Fix for bug #491: Unexpected frame.time_delta behavior + +This patch ... fixes bug 491. It does this by changing the +behaviour of the frame.time_delta field so it reflects the delta +time between captured packets (tshark already did this). To keep +the delta time between displayed packets, the field +frame.time_delta_displayed is created. + + +------------------------------------------------------------------------ +r21155 | sfisher | 2007-03-23 11:16:53 -0700 (Fri, 23 Mar 2007) | 7 lines +Changed paths: + M /trunk/plugins/megaco/packet-megaco.c + M /trunk/plugins/profinet/packet-dcom-cba-acco.c + + +From Sebastien Tandel: + +First patch fixes warning of profinet and megaco plugins to compile +again with gcc-4.1.2. + + +------------------------------------------------------------------------ +r21156 | sfisher | 2007-03-23 11:45:21 -0700 (Fri, 23 Mar 2007) | 10 lines +Changed paths: + M /trunk/epan/dissectors/packet-uma.c + M /trunk/epan/dissectors/packet-windows-common.c + M /trunk/epan/prefs.c + M /trunk/gtk/gtkvumeter.c + + +From Sebastien Tandel: + +(Fixing warnings) + +stripped away some unused variables/parameters ++ in prefs.c + suggestion of parentheses makes gcc happy + + +------------------------------------------------------------------------ +r21157 | sfisher | 2007-03-23 11:48:57 -0700 (Fri, 23 Mar 2007) | 10 lines +Changed paths: + M /trunk/epan/proto.h + + +From Sebastien Tandel: + +copy paste hit again, here is a patch with the accurate declaration of +RVALS in proto.h +Thx gcc-4.1.2 for finding new ways of generating strict aliasing warnings :) + +patch with accurate comment and declaration. + + +------------------------------------------------------------------------ +r21158 | sfisher | 2007-03-23 15:49:23 -0700 (Fri, 23 Mar 2007) | 5 lines +Changed paths: + M /trunk/capture_sync.c + M /trunk/epan/column-utils.c + M /trunk/epan/dissectors/packet-dcerpc-samr.c + M /trunk/epan/dissectors/packet-rsvp.c + M /trunk/epan/expert.c + M /trunk/file.c + M /trunk/plugins/agentx/packet-agentx.c + M /trunk/plugins/artnet/packet-artnet.c + M /trunk/plugins/asn1/Makefile.am + M /trunk/plugins/enttec/packet-enttec.c + M /trunk/plugins/irda/packet-irda.c + M /trunk/plugins/lwres/packet-lwres.c + M /trunk/plugins/mate/mate_setup.c + M /trunk/plugins/mgcp/packet-mgcp.c + M /trunk/plugins/opsi/packet-opsi.c + M /trunk/plugins/profinet/packet-dcom-cba.c + M /trunk/plugins/sbus/packet-sbus.c + M /trunk/plugins/stats_tree/pinfo_stats_tree.c + M /trunk/print.c + M /trunk/tap-stats_tree.c + M /trunk/text2pcap.c + M /trunk/wiretap/iseries.c + + +Fix about 150 warnings new to gcc 4.0 in the error on warning directories. +Comment out -Werror in plugins/asn1/ until warnings can be fixed. + + +------------------------------------------------------------------------ +r21159 | sfisher | 2007-03-23 16:47:41 -0700 (Fri, 23 Mar 2007) | 6 lines +Changed paths: + M /trunk/plugins/asn1/Makefile.am + M /trunk/plugins/asn1/asn1.c + M /trunk/plugins/asn1/packet-asn1.c + + +From Sebastien Tandel: + +fixes gcc warnings and get rid of declaration after statements + + +------------------------------------------------------------------------ +r21160 | sfisher | 2007-03-23 17:45:11 -0700 (Fri, 23 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl-utils.h + M /trunk/gtk/Makefile.am + M /trunk/gtk/find_dlg.c + M /trunk/gtk/follow_dlg.c + M /trunk/gtk/graph_analysis.c + M /trunk/gtk/io_stat.c + M /trunk/gtk/proto_draw.c + M /trunk/gtk/recent.c + M /trunk/gtk/rtp_analysis.c + M /trunk/gtk/stats_tree_stat.c + M /trunk/gtk/voip_calls_dlg.c + M /trunk/image/toolbar/capture_capture_16.xpm + M /trunk/image/toolbar/capture_details_16.xpm + M /trunk/image/toolbar/capture_prepare_16.xpm + + +Remove all warnings under Unix for the gtk/ directory. + + +------------------------------------------------------------------------ +r21161 | sfisher | 2007-03-23 18:38:58 -0700 (Fri, 23 Mar 2007) | 9 lines +Changed paths: + M /trunk/epan/dissectors/packet-dtls.c + M /trunk/epan/dissectors/packet-ssl-utils.h + M /trunk/epan/dissectors/packet-ssl.c + + +Fix mess with ssl_version_short_names[] being defined multiple places +now that it is no longer a static variable in packet-ssl-utils.h. +Leaving it as static caused a warning turned error that it was unused +in the current file (packet-ssl-utils.h). Resolution: Move the variable +to packet-ssl.c and declare as extern in packet-dtls.c - the only other +place that needs it. + + +------------------------------------------------------------------------ +r21162 | ulfl | 2007-03-23 19:45:45 -0700 (Fri, 23 Mar 2007) | 2 lines +Changed paths: + M /trunk/capture_wpcap_packet.c + M /trunk/gtk/capture_if_details_dlg.c + +as mentioned by Graham Bloice: +sockaddr_storage doesn't depend on the MSVC version used, but the version of the Winsock API, which might be updated by the Platform SDK even on MSVC 6 - so depending on the _MSC_VER is not the way to go +------------------------------------------------------------------------ +r21163 | jake | 2007-03-24 00:05:39 -0700 (Sat, 24 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/libwireshark.def + +Make some more string conversions available to plugins +------------------------------------------------------------------------ +r21164 | sfisher | 2007-03-24 00:33:25 -0700 (Sat, 24 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-3g-a11.c + M /trunk/epan/dissectors/packet-aim-buddylist.c + M /trunk/epan/dissectors/packet-aim-chat.c + M /trunk/epan/dissectors/packet-aim-messaging.c + M /trunk/epan/dissectors/packet-aim-signon.c + M /trunk/epan/dissectors/packet-aim.c + M /trunk/epan/dissectors/packet-aim.h + M /trunk/epan/dissectors/packet-ajp13.c + + +From Sebastien Tandel: + +Fixes for warnings + + +------------------------------------------------------------------------ +r21165 | morriss | 2007-03-24 03:07:20 -0700 (Sat, 24 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-http.c + +Fix bug 1452: Don't pass a null pointer to g_strsplit(). +------------------------------------------------------------------------ +r21166 | morriss | 2007-03-24 06:21:08 -0700 (Sat, 24 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dtls.c + +Add brackets to extern of ssl_version_short_names[] to fix compiler warnings. +------------------------------------------------------------------------ +r21167 | morriss | 2007-03-24 06:46:41 -0700 (Sat, 24 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-giop.c + M /trunk/epan/dissectors/packet-h248_annex_c.c + M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dissectors/packet-jxta.c + M /trunk/epan/dissectors/packet-ncp.c + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-sip.c + M /trunk/epan/dissectors/packet-smb2.c + +Clean up some more warnings: unused variables, unitialized variables, wrong format (%ld instead of %d) in packet-sccp.c +------------------------------------------------------------------------ +r21168 | ulfl | 2007-03-24 11:26:34 -0700 (Sat, 24 Mar 2007) | 3 lines +Changed paths: + M /trunk/capture_wpcap_packet.c + M /trunk/gtk/capture_if_details_dlg.c + +hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 also defines this - but not sockaddr_storage :-( + +Next try is to use the WINVER #define. AFAIK, this depends on the Platform SDK version used, which is actually our problem here. So this fix *might* work ... +------------------------------------------------------------------------ +r21169 | sahlberg | 2007-03-24 14:56:14 -0700 (Sat, 24 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + +fix a bug (found by compiler warning) where we initialize the wrong variable. + + +------------------------------------------------------------------------ +r21170 | ulfl | 2007-03-24 16:50:15 -0700 (Sat, 24 Mar 2007) | 2 lines +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml + +add a section about the buildbot +some other minor editing +------------------------------------------------------------------------ +r21171 | ulfl | 2007-03-24 17:46:04 -0700 (Sat, 24 Mar 2007) | 1 line +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml + +edit some things about source code (update) +------------------------------------------------------------------------ +r21172 | ulfl | 2007-03-24 17:47:53 -0700 (Sat, 24 Mar 2007) | 1 line +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml + +fix validation +------------------------------------------------------------------------ +r21173 | sahlberg | 2007-03-24 22:20:56 -0700 (Sat, 24 Mar 2007) | 14 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-usb.h + +unbreaking the usb dissector + +since dlt189 was introduced the dissector has been suboptimal + + +assuming the capture usb_memory_stick.pcap on the wiki shows what this linktype +should look like, this patch +- adds request in/response in/time generated fields to the dissect pane +- fixes the tracking of what is a request and what is a response (the old code just can not have worked!) +- fixes conversation tracking to work (dont add the port/endpoint into the length of the address) +- handles some mysterious extra 8 bytes prepended to a lot of different packets. + + + +------------------------------------------------------------------------ +r21174 | sahlberg | 2007-03-25 01:26:44 -0700 (Sun, 25 Mar 2007) | 5 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-amqp.c + +From Martin Sustrik + +New protocol: AMQP + + +------------------------------------------------------------------------ +r21175 | sahlberg | 2007-03-25 01:49:47 -0700 (Sun, 25 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-amqp.c + +Add a small example on how to prettify the AMQP dissector + + +------------------------------------------------------------------------ +r21176 | sahlberg | 2007-03-25 02:55:49 -0700 (Sun, 25 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-usb.h + +create a tap for usb so that we can do conversation/host lists + + +------------------------------------------------------------------------ +r21177 | sahlberg | 2007-03-25 04:15:09 -0700 (Sun, 25 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-usb.h + +Change USB address structure back to 8 bytes in length. + +It is suboptimal to have the endpoint both being the "port" and also 4 bytes out of the address. +But it looks better to have addresses as . . + + +------------------------------------------------------------------------ +r21178 | sahlberg | 2007-03-25 04:20:09 -0700 (Sun, 25 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + +take the address to the structure and not the address to the first element of the structure when doing a SET_ADDRESS + + +------------------------------------------------------------------------ +r21179 | sahlberg | 2007-03-25 04:27:29 -0700 (Sun, 25 Mar 2007) | 6 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/gtk/Makefile.common + M /trunk/gtk/conversations_table.c + A /trunk/gtk/conversations_usb.c + +From Jon Smirl + +support for USB conversations + + + +------------------------------------------------------------------------ +r21180 | sahlberg | 2007-03-25 04:37:13 -0700 (Sun, 25 Mar 2007) | 5 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/gtk/Makefile.common + M /trunk/gtk/hostlist_table.c + A /trunk/gtk/hostlist_usb.c + +From Jon Smirl + +support for usb host/endpoint lists + + +------------------------------------------------------------------------ +r21181 | ulfl | 2007-03-25 08:13:03 -0700 (Sun, 25 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.nmake + M /trunk/epan/column-utils.c + M /trunk/epan/uat_load.l + +remove remaining warnings in epan dir and set the "treat warning as error" barrier +(epan/dissectors still waiting for a cleanup) +------------------------------------------------------------------------ +r21182 | ulfl | 2007-03-25 08:37:03 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/tools/tpg/Makefile.nmake + +remove unused CFLAGS +------------------------------------------------------------------------ +r21183 | ulfl | 2007-03-25 08:39:06 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/tools/lemon/Makefile.nmake + +set "treat warnings as errors" CFLAGS, no warning were in this dir :-) +------------------------------------------------------------------------ +r21184 | ulfl | 2007-03-25 10:07:36 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/mate/Makefile.nmake + +all warnings removed in the meantime, "treat warnings as errors" :-) +------------------------------------------------------------------------ +r21185 | lego | 2007-03-25 12:00:59 -0700 (Sun, 25 Mar 2007) | 3 lines +Changed paths: + M /trunk/wiretap/mpeg.c + +make the mpeg_open() more conservative checking whether there's ssome magic bytes at the beginning of the file. + +I added just one type of mpeg magic ("ID3") there's probably more, please add. +------------------------------------------------------------------------ +r21186 | guy | 2007-03-25 14:07:24 -0700 (Sun, 25 Mar 2007) | 12 lines +Changed paths: + M /trunk/asn1/mpeg/packet-mpeg-audio-template.c + M /trunk/epan/dissectors/packet-mpeg-audio.c + +Before we've decided to dissect a frame, don't fetch any data before +checking to make sure it's available. + +Don't dissect an audio frame if it doesn't have a valid version or layer +value. + +Don't do anything with the columns until we've decided to accept a +frame. + +The register routines are only called once; we don't have to check +whether they've already been called. + +------------------------------------------------------------------------ +r21187 | guy | 2007-03-25 14:10:10 -0700 (Sun, 25 Mar 2007) | 8 lines +Changed paths: + M /trunk/asn1/mpeg/packet-mpeg-pes-template.c + M /trunk/epan/dissectors/packet-mpeg-pes.c + +Before accepting a packet in a heuristic dissector, don't fetch any data +without first checking to make sure it's available. + +Clear the Info column as soon as we've accepted a packet. + +In the "MPEG" dissector, if no subdissector accepts the packet, dissect +it as just "MPEG" data. + +------------------------------------------------------------------------ +r21188 | lego | 2007-03-25 14:39:40 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/h248/h248.cnf + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/asn1/h248/packet-h248-template.h + +Remove the context tracing from packet-h248.c ( migrated to ) +------------------------------------------------------------------------ +r21189 | lego | 2007-03-25 14:42:26 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.common + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h + A /trunk/epan/gcp.c + A /trunk/epan/gcp.h + +Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the same code can be used by megaco (upcoming). +------------------------------------------------------------------------ +r21190 | lego | 2007-03-25 14:56:08 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/voip_calls.c + M /trunk/gtk/voip_calls_dlg.c + +rename h248_* to gcp_* according to changes in epan. +------------------------------------------------------------------------ +r21191 | lego | 2007-03-25 14:59:16 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/h248/Makefile + M /trunk/asn1/ranap/packet-ranap-template.c + M /trunk/asn1/ranap/ranap.cnf + M /trunk/asn1/snmp/Makefile + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-megaco.c (from /trunk/plugins/megaco/packet-megaco.c:21180) + M /trunk/plugins/Makefile.am + M /trunk/plugins/Makefile.nmake + D /trunk/plugins/megaco/packet-megaco.c + +migrate packet-megaco.c from plugins/megaco to epan/dissectors +------------------------------------------------------------------------ +r21192 | guy | 2007-03-25 15:07:40 -0700 (Sun, 25 Mar 2007) | 15 lines +Changed paths: + M /trunk/wiretap/mpeg.c + M /trunk/wiretap/wtap-int.h + +All private data for a capture in a Wiretap module must be per-file, not +static to the module. + +Add the older(?) ID tag for MPEG audio. + +Just use the ID at the beginning to identify MPEG audio files; don't +check the file any further. + +If the read of the magic number doesn't work, get the error, and, if +there is no error (i.e., it's a short read), just return 0 (meaning "no +error, but this isn't that type of file). + +Similarly, if the magic number doesn't match, just return 0, so other +types of file are tried. + +------------------------------------------------------------------------ +r21193 | sahlberg | 2007-03-25 15:53:35 -0700 (Sun, 25 Mar 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb-masstorage.c + M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-usb.h + +From Jon Smirl + +change the private data pointer name from masstorage to class_data +since there will be future class specific dissectors that will also want to hang +some extra data off these structures + + + +------------------------------------------------------------------------ +r21194 | sahlberg | 2007-03-25 16:51:40 -0700 (Sun, 25 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + M /trunk/epan/dissectors/packet-usb.h + +From a Jon Smirl patch + +rename the conversation field "class" to "interfaceClass" + + +------------------------------------------------------------------------ +r21195 | morriss | 2007-03-25 17:32:13 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/configure.in + +If we're using gcc, try to use -Wdeclaration-after-statement to catch more non-portable commits. I'm not sure if this is the Right Way to test to see if the compiler can handle a specific option but it's simple and efficient enough. +------------------------------------------------------------------------ +r21196 | sahlberg | 2007-03-25 18:34:06 -0700 (Sun, 25 Mar 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-amqp.c + +From +Martin Sustrik + +additions to AMQP dissector and prettifications to the information column + + + +------------------------------------------------------------------------ +r21197 | sahlberg | 2007-03-25 18:41:50 -0700 (Sun, 25 Mar 2007) | 15 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + +From +Charles Lepple + + +This patch enables packet-usb.c to display all descriptors in the GET +CONFIGURATION request, regardless of whether we know how to decode +them. (All descriptors in that request share the same first two +bytes.) + +It also adds the HID descriptor type (not the report descriptor, +though - that is buried in a class request, not a device request). I +am still working on actually decoding this descriptor. + + + +------------------------------------------------------------------------ +r21198 | morriss | 2007-03-25 18:56:51 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/Makefile.am + M /trunk/Makefile.nmake + +Remove references to the megaco plugin from the top level Makefiles. +------------------------------------------------------------------------ +r21199 | sahlberg | 2007-03-25 18:59:02 -0700 (Sun, 25 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + +From Jon Smirl + +add a whole bunch of new descriptor types + + +------------------------------------------------------------------------ +r21200 | morriss | 2007-03-25 19:05:54 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/wiretap/configure.in + +Also try to set -Wdeclaration-after-statement in wiretap +------------------------------------------------------------------------ +r21201 | morriss | 2007-03-25 20:59:09 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/crypt/crypt-md5.c + +Don't #define bzero and bcopy to be memset and memcpy on Windows, just use memset and memcpy instead. +------------------------------------------------------------------------ +r21202 | morriss | 2007-03-25 21:02:05 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/packaging/nsis/Makefile.nmake + M /trunk/packaging/nsis/wireshark.nsi + +Remove references to the megaco plugin from the Windows packaging stuff. +------------------------------------------------------------------------ +r21203 | morriss | 2007-03-25 23:04:17 -0700 (Sun, 25 Mar 2007) | 1 line +Changed paths: + M /trunk/packaging/u3/win32/makefile.nmake + +Remove references to the megaco plugin from the Windows U3 packaging stuff (hopefully this is the last onegrep megaco *). +------------------------------------------------------------------------ +r21204 | sfisher | 2007-03-25 23:10:52 -0700 (Sun, 25 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/Makefile.am + M /trunk/epan/addr_resolv.c + M /trunk/epan/filesystem.c + M /trunk/epan/follow.c + M /trunk/epan/proto.c + M /trunk/epan/reassemble.c + M /trunk/epan/req_resp_hdrs.c + M /trunk/epan/sigcomp-udvm.c + M /trunk/epan/sigcomp_state_hdlr.c + M /trunk/epan/stats_tree.c + M /trunk/epan/tvbparse.c + M /trunk/plugins/mate/Makefile.am + M /trunk/plugins/mate/mate_setup.c + M /trunk/plugins/mate/mate_util.c + M /trunk/tools/lemon/Makefile.am + + +Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errors +under gcc to tools/lemon, plugins/mate and epan/ + + +------------------------------------------------------------------------ +r21205 | sahlberg | 2007-03-25 23:52:04 -0700 (Sun, 25 Mar 2007) | 6 lines +Changed paths: + M /trunk/configure.in + +older versions of gcc do not check -W parameters when only running the preprocessor. + +change the test for whether -Wdeclaration-after-statement so that it also works for ancient gcc + + + +------------------------------------------------------------------------ +r21206 | sahlberg | 2007-03-25 23:58:22 -0700 (Sun, 25 Mar 2007) | 6 lines +Changed paths: + M /trunk/wiretap/configure.in + +make the test for -Wdeclaration-after-statement gcc 2.96 friendly. + +and once again the mighty wireshark compiles on rh71 + + + +------------------------------------------------------------------------ +r21207 | sahlberg | 2007-03-26 00:58:17 -0700 (Mon, 26 Mar 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-usb.c + +from Jon Smirl + +add defines for data direction (which direction in/out is data being transferred for this particylar request/response pair) +and a mask for which bits of the byte contains the type. + + + +------------------------------------------------------------------------ +r21208 | morriss | 2007-03-26 01:31:23 -0700 (Mon, 26 Mar 2007) | 1 line +Changed paths: + M /trunk/configure.in + M /trunk/wiretap/configure.in + +Change the test for -Wdeclaration-after-statement slightly to make it work for me. Also redirect its stderr to /dev/null to avoid worrying users +------------------------------------------------------------------------ +r21209 | morriss | 2007-03-26 03:26:16 -0700 (Mon, 26 Mar 2007) | 1 line +Changed paths: + M /trunk/configure.in + +Fix distcheck by removing the reference to the megaco plugin +------------------------------------------------------------------------ +r21210 | sahlberg | 2007-03-26 04:06:26 -0700 (Mon, 26 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-alcap.c + M /trunk/epan/dissectors/packet-ansi_637.c + M /trunk/epan/dissectors/packet-ansi_a.c + M /trunk/epan/dissectors/packet-atalk.c + M /trunk/epan/dissectors/packet-beep.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-bootp.c + M /trunk/epan/dissectors/packet-bpdu.c + M /trunk/epan/dissectors/packet-bthci_acl.c + M /trunk/epan/dissectors/packet-btsdp.c + M /trunk/epan/dissectors/packet-cops.c + M /trunk/epan/dissectors/packet-cups.c + M /trunk/epan/dissectors/packet-ssh.c + M /trunk/epan/dissectors/packet-synergy.c + M /trunk/epan/dissectors/packet-t38.c + M /trunk/epan/dissectors/packet-tacacs.c + M /trunk/epan/dissectors/packet-tali.c + M /trunk/epan/dissectors/packet-tcp.c + M /trunk/epan/dissectors/packet-tds.c + M /trunk/epan/dissectors/packet-telnet.c + M /trunk/epan/dissectors/packet-ucp.c + M /trunk/epan/dissectors/packet-uma.c + M /trunk/epan/dissectors/packet-vtp.c + M /trunk/epan/dissectors/packet-wbxml.c + M /trunk/epan/dissectors/packet-who.c + M /trunk/epan/dissectors/packet-x11.c + M /trunk/epan/dissectors/packet-x25.c + M /trunk/epan/dissectors/packet-xdmcp.c + M /trunk/epan/dissectors/packet-xml.c + M /trunk/epan/dissectors/packet-yhoo.c + +From Sebastien Tandel + +fixes for various compiler warnings + +------------------------------------------------------------------------ +r21211 | sfisher | 2007-03-26 13:17:05 -0700 (Mon, 26 Mar 2007) | 11 lines +Changed paths: + M /trunk/doc/tshark.pod + M /trunk/epan/emem.h + M /trunk/print.c + M /trunk/print.h + M /trunk/tshark.c + + +From Doug Pratley: + +The purpose of the patch is to provide a new output format (so it is +independent of -V): single line record per-packet with the fields chosen by the +user, with configuration options to control separator, quoting and whether a +header line is printed. It also extends some existing options behaviour (-c and +-a:filesize) so that they affect reading a file as well as writing one, so that +only the first packets or bytes are read). + + +------------------------------------------------------------------------ +r21212 | lego | 2007-03-26 14:10:58 -0700 (Mon, 26 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-megaco.c + +add context tracing and tap to packet-megaco.c +(have to fix the matching of wildcarded terminations as it doesn't work as it should) +------------------------------------------------------------------------ +r21213 | lego | 2007-03-26 14:12:24 -0700 (Mon, 26 Mar 2007) | 1 line +Changed paths: + M /trunk/gtk/voip_calls.c + M /trunk/gtk/voip_calls.h + +add Megaco to the "VoIP Calls" tap +------------------------------------------------------------------------ +r21214 | sfisher | 2007-03-26 14:16:21 -0700 (Mon, 26 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-afp.c + M /trunk/epan/dissectors/packet-p_mul.c + M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-smb.h + + +From Peter Johansson: + +Fix warnings + + +------------------------------------------------------------------------ +r21215 | lego | 2007-03-26 14:16:31 -0700 (Mon, 26 Mar 2007) | 1 line +Changed paths: + D /trunk/plugins/megaco + +trash the empty container of the megaco plugin +------------------------------------------------------------------------ +r21216 | sahlberg | 2007-03-26 15:47:19 -0700 (Mon, 26 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/gcp.h + +add a missing constant to make the megaco dissector compile + +------------------------------------------------------------------------ +r21217 | lego | 2007-03-26 16:06:38 -0700 (Mon, 26 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/gcp.c + M /trunk/epan/gcp.h + +the forgotten files from the last checkin +------------------------------------------------------------------------ +r21218 | lego | 2007-03-26 16:11:15 -0700 (Mon, 26 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/gcp.h + +remove a duplicate declaration +it looks like svn's merge is not that intelligent... or may be its me? +------------------------------------------------------------------------ +r21219 | sahlberg | 2007-03-26 16:16:53 -0700 (Mon, 26 Mar 2007) | 6 lines +Changed paths: + M /trunk/tshark.c + +The signature for load_cap_file changed in 21211 + +Update also the code path for when not compiling with pcap so that code path also +uses the new signature. + + +------------------------------------------------------------------------ +r21220 | ulfl | 2007-03-26 17:19:15 -0700 (Mon, 26 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/Makefile.nmake + +the megaco plugin no longer exists, remove remaining traces ... +------------------------------------------------------------------------ +r21221 | ulfl | 2007-03-26 19:14:56 -0700 (Mon, 26 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/Makefile.nmake + M /trunk/epan/dissectors/packet-dcerpc-dfs.c + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c + M /trunk/epan/dissectors/packet-megaco.c + M /trunk/epan/dissectors/packet-rrlp.c + M /trunk/epan/dissectors/packet-user_encap.c + +fix the remaining MSVC warnings by setting individual #pragma(warning:disable) settings - this is very certainly not the way to go, but the way to prevent additional warnings rushing in ... +------------------------------------------------------------------------ +r21222 | ulfl | 2007-03-26 19:47:09 -0700 (Mon, 26 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/giop/Makefile.nmake + M /trunk/plugins/giop/packet-cosnaming.c + +set "WX" and "#pragma warning(disable:4101)" +------------------------------------------------------------------------ +r21223 | ulfl | 2007-03-26 19:47:54 -0700 (Mon, 26 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/rrlp/packet-rrlp-template.c + +add "#pragma warning(disable:4146)" +------------------------------------------------------------------------ +r21224 | kukosa | 2007-03-27 01:40:46 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/h235/Makefile + +add missing H235-SRTP.asn into Linux/Unix makefile +------------------------------------------------------------------------ +r21225 | kukosa | 2007-03-27 02:01:29 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/tools/lex.py + M /trunk/tools/yacc.py + +Ply updated to v2.3 +------------------------------------------------------------------------ +r21226 | morriss | 2007-03-27 03:15:28 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-syslog.c + +Include ws_strsplit.h to override glib 1.2's (buggy) g_strsplit() as per rev 20804 +------------------------------------------------------------------------ +r21227 | ulfl | 2007-03-27 13:57:58 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/giop/packet-coseventcomm.c + M /trunk/plugins/giop/packet-parlay.c + M /trunk/plugins/giop/packet-tango.c + +add missing #pragma warning disable (now using _MSC_VER) +------------------------------------------------------------------------ +r21228 | ulfl | 2007-03-27 14:09:34 -0700 (Tue, 27 Mar 2007) | 2 lines +Changed paths: + M /trunk/asn1/rrlp/packet-rrlp-template.c + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c + M /trunk/epan/dissectors/packet-megaco.c + M /trunk/epan/dissectors/packet-rrlp.c + M /trunk/epan/dissectors/packet-user_encap.c + +as Gisle Vanem noted that MingW doesn't "like" the #pragmas: +change #ifdef _WIN32 -> #ifdef _MSC_VER around pragma warnings +------------------------------------------------------------------------ +r21229 | etxrab | 2007-03-27 14:10:35 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h263.c + +Common handling of picture layer. +------------------------------------------------------------------------ +r21230 | ulfl | 2007-03-27 14:20:19 -0700 (Tue, 27 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ipmi.c + M /trunk/epan/dissectors/packet-ospf.c + M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-smb.c + +from Peter Johansson: +compilation warnings fixed +------------------------------------------------------------------------ +r21231 | ulfl | 2007-03-27 14:32:14 -0700 (Tue, 27 Mar 2007) | 2 lines +Changed paths: + M /trunk/capture_wpcap_packet.c + M /trunk/gtk/capture_if_details_dlg.c + +from Gisle Vanem: +add " && defined(_MSC_VER)", as MingW doesn't need it +------------------------------------------------------------------------ +r21232 | lego | 2007-03-27 15:41:28 -0700 (Tue, 27 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +Have retransmissions added only once per retransmitted packet. + + +------------------------------------------------------------------------ +r21233 | sfisher | 2007-03-27 15:50:11 -0700 (Tue, 27 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-afp.c + M /trunk/epan/dissectors/packet-bittorrent.c + M /trunk/epan/dissectors/packet-cops.c + M /trunk/epan/dissectors/packet-dcm.c + M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-dhcp-failover.c + M /trunk/epan/dissectors/packet-dhcpv6.c + M /trunk/epan/dissectors/packet-diameter.c + M /trunk/epan/dissectors/packet-distcc.c + M /trunk/epan/dissectors/packet-dns.c + M /trunk/epan/dissectors/packet-dsi.c + M /trunk/epan/dissectors/packet-edonkey.c + M /trunk/epan/dissectors/packet-extreme.c + M /trunk/epan/dissectors/packet-fcdns.c + M /trunk/epan/dissectors/packet-fcswils.c + M /trunk/epan/dissectors/packet-fix.c + M /trunk/epan/dissectors/packet-frame.c + M /trunk/epan/dissectors/packet-ftp.c + M /trunk/epan/dissectors/packet-fw1.c + M /trunk/epan/dissectors/packet-gssapi.c + M /trunk/epan/dissectors/packet-gtp.c + M /trunk/epan/dissectors/packet-hsrp.c + M /trunk/epan/dissectors/packet-iax2.c + M /trunk/epan/dissectors/packet-icep.c + M /trunk/epan/dissectors/packet-igap.c + M /trunk/epan/dissectors/packet-image-gif.c + M /trunk/epan/dissectors/packet-image-jfif.c + M /trunk/epan/dissectors/packet-ipdc.c + M /trunk/epan/dissectors/packet-ipp.c + M /trunk/epan/dissectors/packet-iscsi.c + M /trunk/epan/dissectors/packet-jxta.c + + +Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors + + +------------------------------------------------------------------------ +r21234 | lego | 2007-03-27 15:56:07 -0700 (Tue, 27 Mar 2007) | 8 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-megaco.c + +megaco +- replace #pragma for #include +- move register function and remove prototype + +h248 +- have dissector being called through megaco instead of registering to the same sctp.ppi + + +------------------------------------------------------------------------ +r21235 | lego | 2007-03-27 16:00:55 -0700 (Tue, 27 Mar 2007) | 5 lines +Changed paths: + M /trunk/asn1/ranap/packet-ranap-template.c + M /trunk/asn1/ranap/ranap.cnf + M /trunk/epan/dissectors/packet-bssap.c + M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-ranap.c + M /trunk/epan/dissectors/packet-ranap.h + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-sccp.h + M /trunk/epan/dissectors/packet-sua.c + M /trunk/gtk/voip_calls.c + +Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP/CAMEL) + +- Fix SUA calls (I would need some more traces to test this) + + +------------------------------------------------------------------------ +r21236 | lego | 2007-03-27 16:06:24 -0700 (Tue, 27 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-sua.c + +remove debugging printouts. + + +------------------------------------------------------------------------ +r21237 | sfisher | 2007-03-27 16:14:13 -0700 (Tue, 27 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-kerberos.c + M /trunk/epan/dissectors/packet-kismet.c + M /trunk/epan/dissectors/packet-mmse.c + M /trunk/epan/dissectors/packet-mount.c + M /trunk/epan/dissectors/packet-msrp.c + + +Fix some more warnings under gcc 4.0 + + +------------------------------------------------------------------------ +r21238 | sfisher | 2007-03-27 16:33:59 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-bittorrent.c + M /trunk/epan/dissectors/packet-ndmp.c + +Fix a warning in packet-bittorrent.c I didn't fix right the first time and try to get the Win32 buildbot going again in packet-ndmp.c. +------------------------------------------------------------------------ +r21239 | jmayer | 2007-03-27 20:55:27 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/mpeg/packet-mpeg-pes-template.c + M /trunk/epan/dissectors/packet-h263.c + M /trunk/epan/dissectors/packet-mpeg-pes.c + +warning fixes +------------------------------------------------------------------------ +r21240 | ulfl | 2007-03-27 20:56:24 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/airpcap.h + M /trunk/epan/dissectors/packet-dcerpc-dfs.c + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/plugins/giop/packet-cosnaming.c + +from Gisle Vanem: some more #pragma's that MingW don't like +------------------------------------------------------------------------ +r21241 | jmayer | 2007-03-27 21:28:02 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/asn1/ldap + M /trunk/asn1/mpeg + +Add svn:ignore +------------------------------------------------------------------------ +r21242 | jmayer | 2007-03-27 21:29:00 -0700 (Tue, 27 Mar 2007) | 1 line +Changed paths: + M /trunk/print.h + +Warning fix +------------------------------------------------------------------------ +r21243 | jmayer | 2007-03-28 00:03:26 -0700 (Wed, 28 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-tapa.c + +Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1437 + +It is sufficient to make tapa discovery packets a new style dissector, +don't handle them via an additional heuristic dissector. + +------------------------------------------------------------------------ +r21244 | sfisher | 2007-03-28 00:06:39 -0700 (Wed, 28 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-bittorrent.c + M /trunk/epan/dissectors/packet-iuup.c + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb2.c + M /trunk/epan/dissectors/packet-smtp.c + M /trunk/epan/dissectors/packet-sna.c + M /trunk/epan/dissectors/packet-wsp.c + M /trunk/epan/dissectors/packet-ymsg.c + + +Fix a bunch of warnings, add svn:keywords Id and svn:eol-style native +to packet-iuup.c. + + +------------------------------------------------------------------------ +r21245 | grahamb | 2007-03-28 02:03:14 -0700 (Wed, 28 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dmp.c + +Fixed warnings on MS VC 6.0 +------------------------------------------------------------------------ +r21246 | jmayer | 2007-03-28 04:31:34 -0700 (Wed, 28 Mar 2007) | 3 lines +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml + +Fix a white space +Add link to nmake documentation. + +------------------------------------------------------------------------ +r21247 | sfisher | 2007-03-28 09:21:48 -0700 (Wed, 28 Mar 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-amqp.c + + +From Sebastien Tandel: + +Remove svn:executable on packet-amqp.c + + +------------------------------------------------------------------------ +r21248 | grahamb | 2007-03-28 09:31:25 -0700 (Wed, 28 Mar 2007) | 1 line +Changed paths: + M /trunk/plugins/giop/Makefile.nmake + +Removed /Wx from CFLAGS to allow buildbot to proceed +------------------------------------------------------------------------ +r21249 | grahamb | 2007-03-28 09:32:47 -0700 (Wed, 28 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.nmake + M /trunk/packaging/u3/win32/makefile.nmake + +Improved cleanup of build artifacts +------------------------------------------------------------------------ +r21250 | lego | 2007-03-28 12:30:24 -0700 (Wed, 28 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-h248_annex_c.c + +USM can be any length not just 3 + + +------------------------------------------------------------------------ +r21251 | lego | 2007-03-28 12:31:54 -0700 (Wed, 28 Mar 2007) | 4 lines +Changed paths: + M /trunk/gtk/voip_calls.c + +do not avoid redrawing the tap +make sure we do not pass a null pointer to add_to_graph() + + +------------------------------------------------------------------------ +r21252 | lego | 2007-03-28 12:34:35 -0700 (Wed, 28 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/gcp.c + +do not pass a null string to proto_item_append_text() + + +------------------------------------------------------------------------ +r21253 | sfisher | 2007-03-28 14:55:11 -0700 (Wed, 28 Mar 2007) | 5 lines +Changed paths: + M /trunk/capture_sync.c + M /trunk/configure.in + M /trunk/epan/addr_resolv.c + M /trunk/epan/column-utils.c + M /trunk/epan/dissectors/packet-3g-a11.c + M /trunk/epan/dissectors/packet-afp.c + M /trunk/epan/dissectors/packet-ajp13.c + M /trunk/epan/dissectors/packet-bittorrent.c + M /trunk/epan/dissectors/packet-cops.c + M /trunk/epan/dissectors/packet-dcm.c + M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-dhcp-failover.c + M /trunk/epan/dissectors/packet-dhcpv6.c + M /trunk/epan/dissectors/packet-diameter.c + M /trunk/epan/dissectors/packet-distcc.c + M /trunk/epan/dissectors/packet-dns.c + M /trunk/epan/dissectors/packet-dsi.c + M /trunk/epan/dissectors/packet-edonkey.c + M /trunk/epan/dissectors/packet-extreme.c + M /trunk/epan/dissectors/packet-fcdns.c + M /trunk/epan/dissectors/packet-fcswils.c + M /trunk/epan/dissectors/packet-fix.c + M /trunk/epan/dissectors/packet-ftp.c + M /trunk/epan/dissectors/packet-fw1.c + M /trunk/epan/dissectors/packet-gtp.c + M /trunk/epan/dissectors/packet-hsrp.c + M /trunk/epan/dissectors/packet-iax2.c + M /trunk/epan/dissectors/packet-icep.c + M /trunk/epan/dissectors/packet-igap.c + M /trunk/epan/dissectors/packet-image-gif.c + M /trunk/epan/dissectors/packet-image-jfif.c + M /trunk/epan/dissectors/packet-ipdc.c + M /trunk/epan/dissectors/packet-ipp.c + M /trunk/epan/dissectors/packet-iscsi.c + M /trunk/epan/dissectors/packet-jxta.c + M /trunk/epan/dissectors/packet-kismet.c + M /trunk/epan/dissectors/packet-megaco.c + M /trunk/epan/dissectors/packet-mmse.c + M /trunk/epan/dissectors/packet-mount.c + M /trunk/epan/dissectors/packet-msrp.c + M /trunk/epan/dissectors/packet-rsvp.c + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb2.c + M /trunk/epan/dissectors/packet-smtp.c + M /trunk/epan/dissectors/packet-sna.c + M /trunk/epan/dissectors/packet-wsp.c + M /trunk/epan/dissectors/packet-ymsg.c + M /trunk/epan/proto.c + M /trunk/epan/req_resp_hdrs.c + M /trunk/epan/sigcomp-udvm.c + M /trunk/epan/sigcomp_state_hdlr.c + M /trunk/epan/stats_tree.c + M /trunk/epan/tvbparse.c + M /trunk/file.c + M /trunk/gtk/find_dlg.c + M /trunk/gtk/follow_dlg.c + M /trunk/gtk/proto_draw.c + M /trunk/gtk/recent.c + M /trunk/gtk/stats_tree_stat.c + M /trunk/plugins/agentx/packet-agentx.c + M /trunk/plugins/asn1/packet-asn1.c + M /trunk/plugins/irda/packet-irda.c + M /trunk/plugins/mgcp/packet-mgcp.c + M /trunk/plugins/opsi/packet-opsi.c + M /trunk/plugins/sbus/packet-sbus.c + M /trunk/plugins/stats_tree/pinfo_stats_tree.c + M /trunk/print.c + M /trunk/tap-stats_tree.c + M /trunk/text2pcap.c + M /trunk/wiretap/configure.in + M /trunk/wiretap/iseries.c + + +Remove almost all of the casts I committed recently and in place of +them, add -Wno-pointer-sign to CFLAGS when gcc will accept it. + + +------------------------------------------------------------------------ +r21254 | sahlberg | 2007-03-28 15:16:43 -0700 (Wed, 28 Mar 2007) | 11 lines +Changed paths: + M /trunk/epan/dissectors/packet-amqp.c + +From + +Martin Sustrik + + +here's a patch to AMQP dissector. The only change is that when there are +seceral AMQP frames in single TCP packet, all of them are referred in +the info column. + + + +------------------------------------------------------------------------ +r21255 | sahlberg | 2007-03-28 17:15:41 -0700 (Wed, 28 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/packet-dcerpc-winreg.h + M /trunk/epan/dissectors/pidl/winreg.cnf + +regenerate winreg using the latest pidl. almost all warnings are now gone + + +------------------------------------------------------------------------ +r21256 | sahlberg | 2007-03-28 17:26:35 -0700 (Wed, 28 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/packet-dcerpc-winreg.h + M /trunk/epan/dissectors/pidl/winreg.idl + +update winreg to the latest idl + + +------------------------------------------------------------------------ +r21257 | sahlberg | 2007-03-28 17:47:41 -0700 (Wed, 28 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-atsvc.c + M /trunk/epan/dissectors/packet-dcerpc-atsvc.h + M /trunk/epan/dissectors/pidl/atsvc.idl + +update atsvc to latest idl + +------------------------------------------------------------------------ +r21258 | sahlberg | 2007-03-28 17:58:35 -0700 (Wed, 28 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-dfs.c + M /trunk/epan/dissectors/packet-dcerpc-dfs.h + M /trunk/epan/dissectors/pidl/dfs.idl + +update dfs and regenerate + + +------------------------------------------------------------------------ +r21259 | sahlberg | 2007-03-28 18:06:51 -0700 (Wed, 28 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-efs.c + M /trunk/epan/dissectors/packet-dcerpc-efs.h + M /trunk/epan/dissectors/pidl/efs.cnf + +update efs and fix conformance file to eliminate some warnings + + +------------------------------------------------------------------------ +r21260 | sahlberg | 2007-03-28 18:38:59 -0700 (Wed, 28 Mar 2007) | 27 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-atsvc.c + M /trunk/epan/dissectors/packet-dcerpc-dfs.c + M /trunk/epan/dissectors/packet-dcerpc-efs.c + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + +regenerate these dissectors using a patched pidl to add some extra pragmas to keep ms compilers happy + + + +the pidl patch required : +Index: lib/Parse/Pidl/Wireshark/NDR.pm +=================================================================== +--- lib/Parse/Pidl/Wireshark/NDR.pm (revision 22005) ++++ lib/Parse/Pidl/Wireshark/NDR.pm (working copy) +@@ -916,6 +916,14 @@ + $res{headers} .= "#ifdef HAVE_CONFIG_H\n"; + $res{headers} .= "#include \"config.h\"\n"; + $res{headers} .= "#endif\n\n"; ++ ++ $res{headers} .= "#ifdef _MSC_VER\n"; ++ $res{headers} .= "#pragma warning(disable:4005)\n"; ++ $res{headers} .= "#pragma warning(disable:4013)\n"; ++ $res{headers} .= "#endif\n\n"; ++ ++ ++ + $res{headers} .= "#include \n"; + $res{headers} .= "#include \n"; + $res{headers} .= "#include \n\n"; + + + +------------------------------------------------------------------------ +r21261 | sahlberg | 2007-03-28 19:09:48 -0700 (Wed, 28 Mar 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/pidl/eventlog.cnf + M /trunk/epan/dissectors/pidl/eventlog.idl + +fixup the idl to always use pointer for out parameters + +regenerate with patched pidl + + +------------------------------------------------------------------------ +r21262 | sahlberg | 2007-03-28 19:22:23 -0700 (Wed, 28 Mar 2007) | 27 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-atsvc.c + M /trunk/epan/dissectors/packet-dcerpc-dfs.c + M /trunk/epan/dissectors/packet-dcerpc-efs.c + M /trunk/epan/dissectors/packet-dcerpc-eventlog.c + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + +regenerate the dissectors with an even newer patched version of pidl to add two more pragmas + + +you need this patch ontop of svn pidl to regenerate the files : + +Index: lib/Parse/Pidl/Wireshark/NDR.pm +=================================================================== +--- lib/Parse/Pidl/Wireshark/NDR.pm (revision 22005) ++++ lib/Parse/Pidl/Wireshark/NDR.pm (working copy) +@@ -916,6 +916,14 @@ + $res{headers} .= "#ifdef HAVE_CONFIG_H\n"; + $res{headers} .= "#include \"config.h\"\n"; + $res{headers} .= "#endif\n\n"; ++ ++ $res{headers} .= "#ifdef _MSC_VER\n"; ++ $res{headers} .= "#pragma warning(disable:4005)\n"; ++ $res{headers} .= "#pragma warning(disable:4013)\n"; ++ $res{headers} .= "#pragma warning(disable:4018)\n"; ++ $res{headers} .= "#pragma warning(disable:4101)\n"; ++ $res{headers} .= "#endif\n\n"; ++ + $res{headers} .= "#include \n"; + $res{headers} .= "#include \n"; + $res{headers} .= "#include \n\n"; + + + +------------------------------------------------------------------------ +r21265 | sahlberg | 2007-03-28 21:12:16 -0700 (Wed, 28 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c + M /trunk/epan/dissectors/packet-dcerpc-initshutdown.h + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h + M /trunk/epan/dissectors/pidl/initshutdown.idl + M /trunk/epan/dissectors/pidl/srvsvc.cnf + M /trunk/epan/dissectors/pidl/srvsvc.idl + +update INITSHUTDOWN and SRVSVC and regenerate with patched PIDL + + +------------------------------------------------------------------------ +r21266 | sahlberg | 2007-03-28 21:24:17 -0700 (Wed, 28 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c + M /trunk/epan/dissectors/pidl/wzcsvc.idl + +update WZCSVC idl and regenerate the dissector + + +------------------------------------------------------------------------ +r21267 | jmayer | 2007-03-29 00:41:54 -0700 (Thu, 29 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/crypt/Makefile.am + +- Add Makefile.common to EXTRA_DIST (spotted by Christopher Maynard) +- Replaced spaces at beginning of line by tab + +------------------------------------------------------------------------ +r21268 | jmayer | 2007-03-29 00:49:48 -0700 (Thu, 29 Mar 2007) | 37 lines +Changed paths: + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + +Update from samba tree revision 21970 to 22006 +============================ Samba log start ============ +------------------------------------------------------------------------ +r21995 | jelmer | 2007-03-28 01:04:08 +0200 (Wed, 28 Mar 2007) | 5 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. + +Change the signatures for all functions it generates to specify +_U_ so that GCC "parameter not used" warnings are suppressed. + +------------------------------------------------------------------------ +r21996 | jelmer | 2007-03-28 01:22:41 +0200 (Wed, 28 Mar 2007) | 4 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + +Fix a bug for invalid casts of pointers. + +Patch by Ronnie Sahlberg. + +------------------------------------------------------------------------ +r22004 | jelmer | 2007-03-29 00:52:37 +0200 (Thu, 29 Mar 2007) | 4 lines +Changed paths: + M /branches/SAMBA_4_0 + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + +Check for dereferencing null pointers. + +Patch by Ronnie Sahlberg. + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +============================ Samba log end ============== + +------------------------------------------------------------------------ +r21269 | jmayer | 2007-03-29 01:10:29 -0700 (Thu, 29 Mar 2007) | 4 lines +Changed paths: + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + +Manually add the patch mentioned in +http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21262 + + +------------------------------------------------------------------------ +r21270 | lego | 2007-03-29 05:24:04 -0700 (Thu, 29 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-sccp.c + +remove debugging printf() calls left in the code. + + +------------------------------------------------------------------------ +r21271 | lego | 2007-03-29 05:25:50 -0700 (Thu, 29 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-mtp3.c + +When there are multiple mtp3 packets on a single sctp packet (m2ua) have each one has its own pcs and tap structure + + +------------------------------------------------------------------------ +r21272 | sfisher | 2007-03-29 11:07:36 -0700 (Thu, 29 Mar 2007) | 6 lines +Changed paths: + M /trunk/gtk/export_object.c + + +Change mnemonic on Save All button from A to L to avoid overlapping +with the mnemonic for the Save As (A) button in the Export Object +dialog. + + +------------------------------------------------------------------------ +r21273 | sfisher | 2007-03-29 11:09:13 -0700 (Thu, 29 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-bacapp.c + M /trunk/epan/dissectors/packet-dcm.c + M /trunk/epan/dissectors/packet-ncp2222.inc + M /trunk/epan/dissectors/packet-sccp.c + + +Fix some more warnings + + +------------------------------------------------------------------------ +r21274 | standel | 2007-03-29 15:58:02 -0700 (Thu, 29 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/plugins/mate/mate_runtime.c + M /trunk/plugins/mate/mate_util.c + +strict aliasing warnings fix : replace (void**) by (void*) + +------------------------------------------------------------------------ +r21275 | standel | 2007-03-29 16:36:11 -0700 (Thu, 29 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.am + +delete megaco plugin trace + +------------------------------------------------------------------------ +r21276 | standel | 2007-03-29 17:21:39 -0700 (Thu, 29 Mar 2007) | 13 lines +Changed paths: + M /trunk/doc/README.developer + M /trunk/epan/proto.c + M /trunk/epan/ptvcursor.h + +- new ptvcursor subtrees management functions : + * ptvcursor_push_subtree(), ptvcursor_pop_subtree() for pushing/popping + subtrees. Multiple levels of subtrees (256 max.), allocation per 8 levels. + * Two new functions creating an item in the tree and pushing a subtree at the + same time. These two functions accept an undefined length + (SUBTREE_UNDEFINED_LENGTH). The length of the item is set at the next pop. + 1) ptvcursor_add_with_subtree + 2) ptvcursor_add_text_with_subtree +- get rid of potential memory leaks with g_new in ptvcursor_new(). + +- Documentation of the new ptvcursor functions in README.developer + + +------------------------------------------------------------------------ +r21277 | wmeier | 2007-03-29 17:23:19 -0700 (Thu, 29 Mar 2007) | 2 lines +Changed paths: + M /trunk/gtk/follow_dlg.c + +From Sake Blok: fix bug 598 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=598) + +------------------------------------------------------------------------ +r21278 | standel | 2007-03-29 17:38:58 -0700 (Thu, 29 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-homeplug.c + +update of homeplug dissector with the use of ptvcursor subtree management +functions. + + +------------------------------------------------------------------------ +r21279 | standel | 2007-03-29 17:54:39 -0700 (Thu, 29 Mar 2007) | 2 lines +Changed paths: + M /trunk/gtk/hostlist_usb.c + +remove svn:executable + +------------------------------------------------------------------------ +r21280 | standel | 2007-03-30 01:22:08 -0700 (Fri, 30 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-acn.c + M /trunk/epan/dissectors/packet-afs.c + M /trunk/epan/dissectors/packet-cops.c + +remove some g_malloc/g_free + +------------------------------------------------------------------------ +r21281 | standel | 2007-03-30 01:27:20 -0700 (Fri, 30 Mar 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-afs.c + M /trunk/epan/dissectors/packet-cops.c + +ep_malloc -> ep_alloc !! + +------------------------------------------------------------------------ +r21282 | standel | 2007-03-30 05:04:40 -0700 (Fri, 30 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/plugins/mate/mate_runtime.c + M /trunk/plugins/mate/mate_util.c + +revert back (void*) -> (void**) which will stop free-warning compilation with +gcc-4.1.2 + + +------------------------------------------------------------------------ +r21283 | standel | 2007-03-30 07:43:55 -0700 (Fri, 30 Mar 2007) | 10 lines +Changed paths: + M /trunk/epan/dissectors/packet-ipv6.c + +- use of proto_tree_add_item whenever possible +- follows the same rules as the one in ipv4 dissector for +ipv6_[src|dst|addr][_host] items. +- use proto_tree_add_item for displaying the name of the parsed options. +- added header type value_string +- add an expert info for invalid jumbo value and invalid router alert +length. +- correction of invalid jumbo payload length +- get rid of variable declaration after statement + +------------------------------------------------------------------------ +r21284 | ulfl | 2007-03-30 10:57:04 -0700 (Fri, 30 Mar 2007) | 1 line +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml + +use setup target output of MSVC2005EE and not the older MSVC6, mention that the exact string may vary on the MSVC version +------------------------------------------------------------------------ +r21285 | sfisher | 2007-03-30 13:50:08 -0700 (Fri, 30 Mar 2007) | 6 lines +Changed paths: + M /trunk/gtk/follow_dlg.c + M /trunk/gtk/ssl-dlg.c + + +Change GTK_MAJOR_VERSION >= 2 to GTK_CHECK_VERSION(2,4,0) for Follow +TCP/SSL Stream dialog find buttons because one of the functions used +only works with GTK 2.4+. Reported by Chris Maynard on -dev list. + + +------------------------------------------------------------------------ +r21286 | sfisher | 2007-03-30 14:20:57 -0700 (Fri, 30 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc.c + M /trunk/epan/dissectors/packet-h263.c + M /trunk/epan/dissectors/packet-smb-common.c + M /trunk/epan/dissectors/packet-smb-pipe.c + M /trunk/epan/dissectors/packet-smb.c + + +Fix more warnings + + +------------------------------------------------------------------------ +r21287 | sfisher | 2007-03-30 15:14:33 -0700 (Fri, 30 Mar 2007) | 10 lines +Changed paths: + M /trunk/gtk/decode_as_dlg.c + + +Fix "Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion +`selection->type != GTK_SELECTION_MULTIPLE' failed" error when +opening the User Specified Decodes with multiple decodes setup. +The problem is caused by the selection mode for the list being +set to multiple. I changed it to none so that the user doesn't +get the false impression that you can select only certain items +and clear them (the clear button clears them all). + + +------------------------------------------------------------------------ +r21288 | etxrab | 2007-03-31 04:47:14 -0700 (Sat, 31 Mar 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-h263.c + +Properly NULL terminate string (str[0]='\0';) +Let h263_proto_tree_add_bits return the value +Find more starcodes +Add picture type to Info col(P/I) +------------------------------------------------------------------------ +r21289 | lego | 2007-03-31 05:25:37 -0700 (Sat, 31 Mar 2007) | 3 lines +Changed paths: + M /trunk/epan/gcp.c + +Add Licence and TO DO list + + +------------------------------------------------------------------------ +r21290 | lego | 2007-03-31 05:30:18 -0700 (Sat, 31 Mar 2007) | 3 lines +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml + +Add an explanation on SNMP hex passwords. + + +------------------------------------------------------------------------ +r21291 | ulfl | 2007-03-31 08:32:06 -0700 (Sat, 31 Mar 2007) | 1 line +Changed paths: + M /trunk/doc/README.developer + +add a small section, that code should be warning free +------------------------------------------------------------------------ +r21292 | etxrab | 2007-03-31 14:50:03 -0700 (Sat, 31 Mar 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h263.c + +Common dissection of GOB. +------------------------------------------------------------------------ +r21293 | sfisher | 2007-03-31 15:38:10 -0700 (Sat, 31 Mar 2007) | 7 lines +Changed paths: + M /trunk/wiretap/visual.c + + +From James Menzies: + +This corrects two long standing issues with the Visual +Networks file type in PPP and ML-PPP environments. + + +------------------------------------------------------------------------ +r21294 | lego | 2007-04-01 07:55:25 -0700 (Sun, 01 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/uat-int.h + M /trunk/epan/uat.c + M /trunk/epan/uat.h + M /trunk/epan/uat_load.l + +Fix management of lstrings in uat code so that arbitrary chars (even '\0's) can be used inside. +Fixes bug 1502 + + +------------------------------------------------------------------------ +r21295 | standel | 2007-04-01 08:42:08 -0700 (Sun, 01 Apr 2007) | 14 lines +Changed paths: + M /trunk/epan/dissectors/packet-tcp.c + +From Sake Blok : +Fix for Bug 1136 (TCP Checksum Validation) + +TCP cksum 0xffff should not appear in TCP headers. RFC 1624 explains that it +can be generated by a (not-so-good) algorithm for incremental updates to the +tcp-checksum. +New behavior of wireshark when having cksum == 0xffff : + - use "Checksum: 0xffff [should be 0x0000 (See RFC 1624)]" in the + packet-detail pane + - set tcp.checksum_good to FALSE (just like checksum-offload packets) + - set tcp.checksum_bad to FALSE (just like checksum-offload packets) + - Generate an expert warning: "TCP Checksum 0xffff instead of 0x0000 (See RFC 1624)" + - add "[TCP CHECKSUM 0xFFFF]" instead of "[TCP CHECKSUM BAD]" to COL_INFO + +------------------------------------------------------------------------ +r21296 | lego | 2007-04-01 09:02:41 -0700 (Sun, 01 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/uat-int.h + M /trunk/epan/uat.h + +Have the prototypes of uat_esc and uat_unesc available to packet-snmp.c + + +------------------------------------------------------------------------ +r21297 | standel | 2007-04-01 09:04:04 -0700 (Sun, 01 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-tcp.c + +First step of TCP dissector refactoring. + +I have a dream today. +I have a dream that one day the TCP dissector shall become human-readable. :) + +------------------------------------------------------------------------ +r21298 | ulfl | 2007-04-01 22:18:31 -0700 (Sun, 01 Apr 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-dcerpc-pn-io.c + M /trunk/plugins/profinet/packet-pn-dcp.c + M /trunk/plugins/profinet/packet-pn-rt.c + M /trunk/plugins/profinet/packet-pn.h + +Add PN-IO FSHelloBlock and PN-DCP Device/AliasName +------------------------------------------------------------------------ +r21299 | etxrab | 2007-04-01 23:49:28 -0700 (Sun, 01 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h263.c + +Add comments +------------------------------------------------------------------------ +r21300 | morriss | 2007-04-02 01:25:43 -0700 (Mon, 02 Apr 2007) | 1 line +Changed paths: + M /trunk/doc/README.developer + M /trunk/epan/dissectors/packet-rx.c + +Make RX a new style dissector: return 0 if there isn't at least 28 bytes of message or if it receives an unknown Type. Add a check of tvb length to README.developer's cut-n-paste dissector code. +------------------------------------------------------------------------ +r21301 | jmayer | 2007-04-02 09:39:54 -0700 (Mon, 02 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-wlancap.c + +- Use proto_tree_add_item instead of proto_tree_add_(u)int + in many places. +- Seperate decoding of magic and version. +- Explicitely display the padding bytes. + +------------------------------------------------------------------------ +r21302 | lego | 2007-04-02 14:47:54 -0700 (Mon, 02 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h248_3gpp.c + +Add decoding of TFO Codec and Codec List +------------------------------------------------------------------------ +r21303 | lego | 2007-04-02 15:17:15 -0700 (Mon, 02 Apr 2007) | 5 lines +Changed paths: + M /trunk/wiretap/k12.c + +There are odd packet records in k15 generated files where the interface record does not match any given one. + +I noticed that these records have the first byte changed so When a lookup fails mask the byte and lookup again. + + +------------------------------------------------------------------------ +r21304 | sfisher | 2007-04-02 16:45:38 -0700 (Mon, 02 Apr 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-ppp.c + + +From Donald White: + +A partial RFC 2508 dissector for packet-ppp.c + + +------------------------------------------------------------------------ +r21305 | richardv | 2007-04-02 18:31:22 -0700 (Mon, 02 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-jxta.c + +From Mike Duigou: + +The enclosed patch corrects a problem where jxta elements were being added to the protocol tree for segments that did not contain complete jxta frames. This patch ensures that the jxta proto elements are only added those the segments that end a complete, assembled jxta frame. + +The patch has been fuzz tested with a broad selection of jxta captures and ran successfully overnight for over 4000 iterations. + + +------------------------------------------------------------------------ +r21306 | richardv | 2007-04-02 18:45:59 -0700 (Mon, 02 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/tvbtest.c + +From me: + +fix compiler warnings in tvbtest.c + +------------------------------------------------------------------------ +r21307 | richardv | 2007-04-02 18:49:14 -0700 (Mon, 02 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/tvbtest.c + +From me: + +disable failing composite tvb tests + +------------------------------------------------------------------------ +r21308 | richardv | 2007-04-02 18:53:52 -0700 (Mon, 02 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/tvbtest.c + +From me: make tvbtest return an exitcode appropriate to its success + + +------------------------------------------------------------------------ +r21309 | richardv | 2007-04-02 18:54:30 -0700 (Mon, 02 Apr 2007) | 2 lines +Changed paths: + A /trunk/test/suite-unittests.sh + M /trunk/test/test.sh + +Run the epan unittests as part of the test suite + +------------------------------------------------------------------------ +r21310 | morriss | 2007-04-02 23:27:18 -0700 (Mon, 02 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-isup.c + +Fix bug 1508: + +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1508 + +Dissect ISUP CIC as 14 bits in ANSI (instead of 12 bits like in ITU) + + +------------------------------------------------------------------------ +r21311 | jmayer | 2007-04-02 23:55:25 -0700 (Mon, 02 Apr 2007) | 1 line +Changed paths: + M /trunk/test/config.sh + M /trunk/test/suite-capture.sh + M /trunk/test/suite-clopts.sh + M /trunk/test/suite-io.sh + M /trunk/test/suite-unittests.sh + M /trunk/test/test-backend.sh + M /trunk/test/test.sh + +Propset suite-unittests.sh and add executable to .sh files +------------------------------------------------------------------------ +r21312 | richardv | 2007-04-03 03:53:38 -0700 (Tue, 03 Apr 2007) | 2 lines +Changed paths: + M /trunk/test/suite-unittests.sh + +hopefully fix this for win32 by using nmake + +------------------------------------------------------------------------ +r21313 | richardv | 2007-04-03 04:12:27 -0700 (Tue, 03 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.am + +hopefully, fix reassemble_test by linking against libgcrypt +------------------------------------------------------------------------ +r21314 | richardv | 2007-04-03 06:03:07 -0700 (Tue, 03 Apr 2007) | 2 lines +Changed paths: + M /trunk/test/suite-unittests.sh + +another go at fixing the unit tests under windows - give a -f Makefile.nmake arg + +------------------------------------------------------------------------ +r21315 | richardv | 2007-04-03 06:20:11 -0700 (Tue, 03 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan + +ignore exntest + +------------------------------------------------------------------------ +r21316 | richardv | 2007-04-03 06:24:20 -0700 (Tue, 03 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.nmake + +rules for making the unit tests +------------------------------------------------------------------------ +r21317 | richardv | 2007-04-03 06:56:19 -0700 (Tue, 03 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/reassemble_test.c + +mpa_* stubs to make this link properly + +------------------------------------------------------------------------ +r21318 | richardv | 2007-04-03 08:48:59 -0700 (Tue, 03 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.nmake + +hmm, apparently $^ doesn't work for nmake +------------------------------------------------------------------------ +r21319 | richardv | 2007-04-03 10:30:02 -0700 (Tue, 03 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/Makefile.nmake + +Set $(LINK). I swear I'll get there in a minute with this. + + +------------------------------------------------------------------------ +r21320 | richardv | 2007-04-03 11:41:24 -0700 (Tue, 03 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dfilter/scanner.l + +disable generation of unput to avoid a compiler warning. + + +------------------------------------------------------------------------ +r21321 | lego | 2007-04-03 12:08:00 -0700 (Tue, 03 Apr 2007) | 7 lines +Changed paths: + M /trunk/asn1/camel/Makefile.nmake + M /trunk/asn1/camel/packet-camel-template.c + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/asn1/tcap/packet-tcap-template.c + M /trunk/asn1/tcap/packet-tcap-template.h + M /trunk/epan/dfilter/grammar.lemon + M /trunk/epan/dissectors/packet-bssap.c + M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-camel.h + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_map.h + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-tcap.c + M /trunk/epan/dissectors/packet-tcap.h + M /trunk/epan/uat.c + M /trunk/epan/uat.h + +Implement a proposal from Elefterios Gabriel for SCCP: +Add a table of DPCs and SSNs that allow to override the protocol that would be choosen +so that the same SSN can use two different protocols in two different DPCs. + +I did not believe it someone could have done it, then I saw the captures... + + +------------------------------------------------------------------------ +r21322 | standel | 2007-04-03 12:13:06 -0700 (Tue, 03 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ipv6.c + +minor changes in constants names + +------------------------------------------------------------------------ +r21323 | richardv | 2007-04-03 12:28:59 -0700 (Tue, 03 Apr 2007) | 2 lines +Changed paths: + M /trunk/text2pcap-scanner.l + +disable unput here, too + +------------------------------------------------------------------------ +r21324 | standel | 2007-04-03 12:50:04 -0700 (Tue, 03 Apr 2007) | 13 lines +Changed paths: + M /trunk/epan/Makefile.am + M /trunk/epan/dissectors/Makefile.am + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/packet.c + +epan/dissectors/Makefile is now building four libraries : + - asn dissectors : libasndissectors.la + - pidl dissectors : libpidldissectors.la + - normal dissectors : libdissectors.la *and* libcleandissectors.la. I + separated it in two libraries temporarily. The source files used to build + libcleandissectors.la do not generate warning anymore and the -Werror is used + to compile them. If we patch a dissector and it doesn't generate warning + anymore, we have to move the filename dissector from DISSECTOR_SRC to + CLEAN_DISSECTOR_SRC in epan/dissectors/Makefile.common. + +If you want to define specific cflags for one library type, let's say pidl, you +may define libpidldissectors_la_CFLAGS. + +------------------------------------------------------------------------ +r21325 | richardv | 2007-04-03 12:53:05 -0700 (Tue, 03 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/uat.c + +fix an 'unused parameter' warning +------------------------------------------------------------------------ +r21326 | standel | 2007-04-03 13:12:05 -0700 (Tue, 03 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + +delete packet-drda.c + +------------------------------------------------------------------------ +r21327 | standel | 2007-04-03 13:22:32 -0700 (Tue, 03 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.am + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/Makefile.nmake + +Creation of ALL_DISSECTORS_SRC including all dissectors sources + - used in Makefile.nmake instead of DISSECTOR_SRC + - used for the target register.c + +------------------------------------------------------------------------ +r21328 | lego | 2007-04-03 13:52:37 -0700 (Tue, 03 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/Makefile.nmake + +xFi a Ytpo +------------------------------------------------------------------------ +r21329 | lego | 2007-04-03 14:09:29 -0700 (Tue, 03 Apr 2007) | 1 line +Changed paths: + M /trunk/text2pcap.h + +remove now useless definition of NO_YY_UNPUT +------------------------------------------------------------------------ +r21330 | sfisher | 2007-04-03 14:17:13 -0700 (Tue, 03 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/nstime.c + M /trunk/epan/nstime.h + M /trunk/file.c + M /trunk/gtk/capture_file_dlg.c + M /trunk/gtk/sctp_graph_dlg.c + M /trunk/plugins/mate/mate_runtime.c + M /trunk/plugins/mate/mate_util.c + M /trunk/tshark.c + + +Fix warnings on Linux/gcc 4.1.1 + + +------------------------------------------------------------------------ +r21331 | standel | 2007-04-03 14:48:40 -0700 (Tue, 03 Apr 2007) | 6 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-drda.c + +From metatech : + Dissector for the DRDA protocol. This is the protocol used by among + others the DB2 database. + + modify his entry in AUTHORS + +------------------------------------------------------------------------ +r21332 | lego | 2007-04-03 15:06:31 -0700 (Tue, 03 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/exceptions.h + +Make sure that when a windows exception is thrown ENDTRY gets evaluated. + +fix for one of the various issues that cause bug 1334 + +------------------------------------------------------------------------ +r21333 | etxrab | 2007-04-03 23:56:04 -0700 (Tue, 03 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/libwireshark.def + +Add wtap_nstime_to_sec. +------------------------------------------------------------------------ +r21334 | etxrab | 2007-04-03 23:58:12 -0700 (Tue, 03 Apr 2007) | 1 line +Changed paths: + M /trunk/gtk/rtp_stream.c + M /trunk/gtk/rtp_stream.h + +Preparations to be able to display dynamic payload type name in the stream analysis. +------------------------------------------------------------------------ +r21335 | grahamb | 2007-04-04 05:18:10 -0700 (Wed, 04 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/emem.c + M /trunk/gtk/gui_utils.c + +Fix build failures due to windows.h being included before winsock2.h via other includes +------------------------------------------------------------------------ +r21336 | sfisher | 2007-04-04 12:35:46 -0700 (Wed, 04 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-diameter.c + + +Fix a warning + + +------------------------------------------------------------------------ +r21337 | lego | 2007-04-04 14:23:55 -0700 (Wed, 04 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-megaco.c + +Megaco improvements: +- Verify that we have a ber sequence before handing over to H.248 +- Make the dissector more case insensitive (Fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1517) + + +------------------------------------------------------------------------ +r21338 | gerald | 2007-04-05 14:38:39 -0700 (Thu, 05 Apr 2007) | 9 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.nmake + M /trunk/tools/make-dissector-reg.py + +In epan/dissectors/Makefile.nmake, fix a typo. + +In make-dissector-reg.py, throw an error if we don't have enough files +to process, or if we don't generate enough registrations. "Enough" +is arbitrarily set to 100. + +This should de-purple the buildbot. (I'm sure there's a "smoke on the +water" joke in there somewhere.) + +------------------------------------------------------------------------ +r21339 | lego | 2007-04-05 15:16:12 -0700 (Thu, 05 Apr 2007) | 3 lines +Changed paths: + M /trunk/asn1/snmp/packet-snmp-template.c + M /trunk/asn1/snmp/snmp.asn + M /trunk/asn1/snmp/snmp.cnf + M /trunk/epan/dissectors/packet-snmp.c + +Implement proposed fix for Bug 1125 + + +------------------------------------------------------------------------ +r21340 | gerald | 2007-04-05 15:42:34 -0700 (Thu, 05 Apr 2007) | 2 lines +Changed paths: + M /trunk/tools/make-dissector-reg.py + +Loosen up our restrictions so that plugins can compile. + +------------------------------------------------------------------------ +r21341 | gerald | 2007-04-05 15:44:18 -0700 (Thu, 05 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Fix a typo. + +------------------------------------------------------------------------ +r21342 | gerald | 2007-04-05 16:23:06 -0700 (Thu, 05 Apr 2007) | 3 lines +Changed paths: + M /trunk/plugins/agentx/Makefile.nmake + M /trunk/plugins/artnet/Makefile.nmake + M /trunk/plugins/asn1/Makefile.nmake + M /trunk/plugins/ciscosm/Makefile.nmake + M /trunk/plugins/docsis/Makefile.nmake + M /trunk/plugins/enttec/Makefile.nmake + M /trunk/plugins/gryphon/Makefile.nmake + M /trunk/plugins/h223/Makefile.nmake + M /trunk/plugins/irda/Makefile.nmake + M /trunk/plugins/lwres/Makefile.nmake + M /trunk/plugins/mate/Makefile.nmake + M /trunk/plugins/mgcp/Makefile.nmake + M /trunk/plugins/opsi/Makefile.nmake + M /trunk/plugins/pcli/Makefile.nmake + M /trunk/plugins/profinet/Makefile.nmake + M /trunk/plugins/rlm/Makefile.nmake + M /trunk/plugins/rtnet/Makefile.nmake + M /trunk/plugins/rudp/Makefile.nmake + M /trunk/plugins/sbus/Makefile.nmake + M /trunk/plugins/v5ua/Makefile.nmake + +Add the make-dissector-reg scripts to the dependency list for each copy +of plugin.c. + +------------------------------------------------------------------------ +r21343 | jake | 2007-04-05 16:42:44 -0700 (Thu, 05 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-skinny.c + +Fix for bug 1523. Offset handling was off in DialedNumberMessage presentation. +------------------------------------------------------------------------ +r21344 | sahlberg | 2007-04-05 21:27:59 -0700 (Thu, 05 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-ctdb.c + +initial CTDB dissector + + +------------------------------------------------------------------------ +r21345 | sahlberg | 2007-04-05 22:02:41 -0700 (Thu, 05 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ctdb.c + +update of dissector to reflect wire format changes + + +------------------------------------------------------------------------ +r21346 | kukosa | 2007-04-06 00:01:01 -0700 (Fri, 06 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-tcp.c + M /trunk/epan/dissectors/packet-tcp.h + +export some desegmentation functions from TCP dissector to reuse them in SSL/TLS desegmentation +------------------------------------------------------------------------ +r21347 | grahamb | 2007-04-06 08:51:36 -0700 (Fri, 06 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.nmake + M /trunk/tools/lemon/Makefile.nmake + +Remove build detritus +------------------------------------------------------------------------ +r21348 | gerald | 2007-04-06 09:15:36 -0700 (Fri, 06 Apr 2007) | 10 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.am + M /trunk/epan/dissectors/Makefile.nmake + M /trunk/tools/make-dissector-reg.py + +Add a registration symbol cache to make-dissector-reg.py. When you +update a dissector and recompile, make-dissector-reg.py can now pull +its list of registration routines from a cache instead of having to +scan through every dissector. The time to create register.c has gone +from 20 to 30 seconds down to 2 on my desktop machine. + +The cache file is a Python pickle data stream. It should be portable +across architectures, so we may be able to add it to the distribution +at some point. + +------------------------------------------------------------------------ +r21349 | richardv | 2007-04-06 19:18:57 -0700 (Fri, 06 Apr 2007) | 2 lines +Changed paths: + M /trunk/test/suite-unittests.sh + +make the unit tests spam their output, in an attempt yo understand wtf the matter with the buildbot is + +------------------------------------------------------------------------ +r21350 | richardv | 2007-04-06 21:35:39 -0700 (Fri, 06 Apr 2007) | 1 line +Changed paths: + M /trunk/test/suite-unittests.sh + +that didn't help. try skipping the exntest to see if it's just that one. +------------------------------------------------------------------------ +r21351 | richardv | 2007-04-07 04:16:46 -0700 (Sat, 07 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.nmake + +link reassemble_test against the right library +------------------------------------------------------------------------ +r21352 | richardv | 2007-04-08 04:48:59 -0700 (Sun, 08 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.nmake + +another go at making reassemble_test build: give it lots more libraries + +------------------------------------------------------------------------ +r21353 | richardv | 2007-04-08 06:33:30 -0700 (Sun, 08 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.nmake + +hrm, we even need dissectors.lib +------------------------------------------------------------------------ +r21354 | guy | 2007-04-08 13:32:21 -0700 (Sun, 08 Apr 2007) | 5 lines +Changed paths: + M /trunk/configure.in + +Get rid of extra white space in configure message. + +Quote the message about flags added for the Apple linker, so it shows up +correctly. + +------------------------------------------------------------------------ +r21355 | guy | 2007-04-08 13:35:56 -0700 (Sun, 08 Apr 2007) | 6 lines +Changed paths: + M /trunk/wiretap/configure.in + +Fix up the configure message about extra GCC flags to indicate what +flags are being added. + +Quote the message about flags added for the Apple linker, so it shows up +correctly. + +------------------------------------------------------------------------ +r21356 | guy | 2007-04-08 13:42:08 -0700 (Sun, 08 Apr 2007) | 2 lines +Changed paths: + M /trunk/configure.in + M /trunk/wiretap/configure.in + +Fix a comment. + +------------------------------------------------------------------------ +r21357 | jmayer | 2007-04-08 16:37:16 -0700 (Sun, 08 Apr 2007) | 1 line +Changed paths: + M /trunk/manuf + M /trunk/wka.tmpl + +Add mc-mac address for l2tp (l2 tunneling proto): GBPT +------------------------------------------------------------------------ +r21358 | jmayer | 2007-04-08 18:14:28 -0700 (Sun, 08 Apr 2007) | 3 lines +Changed paths: + M /trunk + +Add "compile" to svn:ignore + + +------------------------------------------------------------------------ +r21359 | jmayer | 2007-04-08 22:52:03 -0700 (Sun, 08 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors + +svn:ignore register-cache.pkl +------------------------------------------------------------------------ +r21360 | ulfl | 2007-04-09 19:26:39 -0700 (Mon, 09 Apr 2007) | 1 line +Changed paths: + M /trunk/plugins/profinet/packet-pn-ptcp.c + +add dissection of PortTime +------------------------------------------------------------------------ +r21361 | jake | 2007-04-09 22:38:57 -0700 (Mon, 09 Apr 2007) | 1 line +Changed paths: + M /trunk/wiretap/iseries.c + +Fix for bug 1526. Compare to uppercased strings. +------------------------------------------------------------------------ +r21362 | morriss | 2007-04-10 00:01:59 -0700 (Tue, 10 Apr 2007) | 6 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-symantec.c + +From David Kennedy via bug 1464: + +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1464 + +Support for Symantec SGS v3 files. + +------------------------------------------------------------------------ +r21363 | richardv | 2007-04-10 04:51:16 -0700 (Tue, 10 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.nmake + M /trunk/epan/reassemble_test.c + +more libs, more stubs... i'll get there one day +------------------------------------------------------------------------ +r21364 | kukosa | 2007-04-10 06:35:39 -0700 (Tue, 10 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/address.h + +new SE_COPY_ADDRESS macro +------------------------------------------------------------------------ +r21365 | richardv | 2007-04-10 06:46:33 -0700 (Tue, 10 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.nmake + +user32.lib and wsock32.lib shouldn't be make dependencies + +------------------------------------------------------------------------ +r21366 | morriss | 2007-04-10 07:31:09 -0700 (Tue, 10 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-pana.c + +Fix bug 1511: + +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1511 + +by replacing g_assert() with DISSECTOR_ASSERT(). + + +------------------------------------------------------------------------ +r21367 | morriss | 2007-04-10 07:48:06 -0700 (Tue, 10 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-h263.c + M /trunk/epan/dissectors/packet-ipdc.c + M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-radius.c + M /trunk/epan/dissectors/packet-scsi.c + +Get rid of some more g_assert*()'s in the dissectors. There are a few +remaining that I'm not sure exactly what to do with at the moment: +the one in packet-frame probably should be there, the others probably +shouldn't but they also should never fail unless there's a compile or build +problem (AFAICS). + + +------------------------------------------------------------------------ +r21368 | kukosa | 2007-04-10 08:12:48 -0700 (Tue, 10 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.nmake + M /trunk/epan/dissectors/packet-dtls.c + M /trunk/epan/dissectors/packet-ssl-utils.c + M /trunk/epan/dissectors/packet-ssl-utils.h + M /trunk/epan/dissectors/packet-ssl.c + +- SSL desegmentation support +- SSL DEFLATE compression method support (RFC3749) +- fix for Bugzilla Bug 1515: SSL bug with mutual authentication +------------------------------------------------------------------------ +r21369 | richardv | 2007-04-10 10:34:32 -0700 (Tue, 10 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/reassemble_test.c + +fix typo in eth_stdio_fopen defn +------------------------------------------------------------------------ +r21370 | richardv | 2007-04-10 10:57:47 -0700 (Tue, 10 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl-utils.c + M /trunk/epan/dissectors/packet-ssl-utils.h + +remove dependency on zlib.h + +------------------------------------------------------------------------ +r21371 | richardv | 2007-04-10 11:09:51 -0700 (Tue, 10 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl-utils.c + +fix a number of warnings, and type of ssl_decrypt_record when HAVE_LIBGNUTLS is not defined. + +------------------------------------------------------------------------ +r21372 | richardv | 2007-04-10 11:31:36 -0700 (Tue, 10 Apr 2007) | 10 lines +Changed paths: + M /trunk/epan/dfilter/dfvm.c + +From Sake Blok: + +wireshark SHOULD be able to filter on multiple hf's with the +same field-name, BUT there is a little bug in the code. I have pinpointed it to +the following in epan/dfilter/dfvm.c: +... +It actually loops through all the hf's with the same name, but only checks +against the original (first) hf. + + +------------------------------------------------------------------------ +r21373 | richardv | 2007-04-10 11:40:05 -0700 (Tue, 10 Apr 2007) | 13 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + +From Sake Blok: + +- changed dissect_ssl2_hnd_client_hello to use hf_ssl_handshake_version instead +of hf_ssl_record_version. SSLv2 client hello's did not display when the filter +ssl.handshake.version == 0x0002 was used, only SSLv2 server hello's were +displayed. Now they are both displayed + +- Added generated hf_ssl_record_version to SSLv2 handshake. Since the SSLv2 +does not include a record layer version field (unlike SSLv3), this field is +generated so that all packets with a SSLv2 record layer can be filtered out. +[this is actually what bug 1503 was all about] + + +------------------------------------------------------------------------ +r21374 | lego | 2007-04-10 11:50:57 -0700 (Tue, 10 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ssl-utils.c + +fix another warning +------------------------------------------------------------------------ +r21375 | etxrab | 2007-04-10 11:58:18 -0700 (Tue, 10 Apr 2007) | 1 line +Changed paths: + M /trunk/gtk/rtp_stream_dlg.c + +Add the name of the dynamic payload type to the stream dialouge if avalable. +------------------------------------------------------------------------ +r21376 | etxrab | 2007-04-10 14:01:54 -0700 (Tue, 10 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h263.c + +Dissect a bit more of the h263 data. +------------------------------------------------------------------------ +r21377 | etxrab | 2007-04-10 14:02:50 -0700 (Tue, 10 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-sdp.c + +Add a reference. +------------------------------------------------------------------------ +r21378 | gerald | 2007-04-10 14:30:40 -0700 (Tue, 10 Apr 2007) | 3 lines +Changed paths: + M /trunk/Makefile.nmake + +If MSVCR_DLL or VCREDIST_EXE are defined, add them to the zip packages. +Zip the entire directory instead of just the top-level contents. + +------------------------------------------------------------------------ +r21379 | richardv | 2007-04-10 17:22:58 -0700 (Tue, 10 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/Makefile.am + M /trunk/epan/Makefile.nmake + M /trunk/epan/reassemble_test.c + +right; this is going badly. + +Let's take a different tack: include only the bare minimum, and set up stubs for everything else. + +------------------------------------------------------------------------ +r21380 | morriss | 2007-04-10 21:57:43 -0700 (Tue, 10 Apr 2007) | 12 lines +Changed paths: + M /trunk/airpcap_loader.c + M /trunk/airpcap_loader.h + +Fix bug 1377: + +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1377 + +and complaints to the mailing list that a bogus (empty or non-ASCII contents) +dialog box was popped up when getting the list of interfaces. The problem was +that 'get_airpcap_interface_list()' wasn't setting the returned error value +when it found that AirPcap was not loaded. If whatever was in that variable +happened to be 1 when a non-AirPcap user requested the list of interfaces +then the bogus dialog would show up. + + +------------------------------------------------------------------------ +r21381 | kukosa | 2007-04-10 22:54:15 -0700 (Tue, 10 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ssl-utils.c + +make packet-ssl-utils.c compileable without GnuTLS +------------------------------------------------------------------------ +r21382 | richardv | 2007-04-11 05:26:02 -0700 (Wed, 11 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.nmake + +fix typos + +------------------------------------------------------------------------ +r21383 | martinm | 2007-04-11 07:34:56 -0700 (Wed, 11 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-catapult-dct2000.c + +Dissect IPPRIM conn_id field. + +------------------------------------------------------------------------ +r21384 | gerald | 2007-04-11 08:15:28 -0700 (Wed, 11 Apr 2007) | 13 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +From Stig Bj?\195?\184rlykke: + +This patch adds an option to IEEE 802.11 to ignore the wep bit with IV, +as mentioned in +http://www.wireshark.org/lists/wireshark-dev/200704/msg00021.html + +I also fixed a bug where the packet is dissected different in the Packet +List with and without "Colorize Packet List" (actually when dissecting +with and without "tree"). Try toggling "Colorize Packet List" with my +previous posted ieee80211-wep.pcap without this patch to see the bug. + +The patch is tested on OSX. + +------------------------------------------------------------------------ +r21385 | lego | 2007-04-11 12:24:19 -0700 (Wed, 11 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/wslua/wslua_proto.c + M /trunk/epan/wslua/wslua_tvb.c + +have tvbrange:get_ipv4() not modifying the byte order of the extraced data. +have Proto.new() registering the protocol by name. + + +------------------------------------------------------------------------ +r21386 | richardv | 2007-04-11 16:20:02 -0700 (Wed, 11 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.nmake + +try linking against user32.lib and wsock32.lib + +------------------------------------------------------------------------ +r21387 | etxrab | 2007-04-11 22:57:49 -0700 (Wed, 11 Apr 2007) | 3 lines +Changed paths: + M /trunk/diameter/dictionary.xml + +According to 3GPP TS 32.299 version 7.4.0 Release 7(2006-12): +7.2.27 Content-Length AVP +The Content-Length AVP (AVP code 827) is of type Unsigned32 +------------------------------------------------------------------------ +r21388 | etxrab | 2007-04-11 23:17:19 -0700 (Wed, 11 Apr 2007) | 1 line +Changed paths: + M /trunk/diameter/dictionary.xml + +Correct a typo. +------------------------------------------------------------------------ +r21389 | martinm | 2007-04-12 07:31:49 -0700 (Thu, 12 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sip.c + +Add Via sigcomp-id param (from draft-ietf-rohc-sigcomp-sip) + +------------------------------------------------------------------------ +r21390 | standel | 2007-04-12 10:34:30 -0700 (Thu, 12 Apr 2007) | 16 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-ipv6.c + M /trunk/epan/dissectors/packet-ipv6.h + M /trunk/epan/ipproto.c + M /trunk/epan/ipproto.h + +From Matthijs Mekking : + +New dissector support, SHIM6 + +checked in with the following modifications : + - use of proto_tree_add_item whenever possible (addition of several hf_items), + - use distinct subtree idx for each subtree, + - addition of some subtrees, + - split shim_opts in several functions, + - accurate incrementation of offset in locator preferences (in case of option length > 3) + - add true_false_string for critical options and protocol differentiation (hip, shim6) + - add ipv6.shim6.checkksum_good, ipv6.shim6.checkksum_bad, cksum expert info + +section added to AUTHORS + + +------------------------------------------------------------------------ +r21391 | gerald | 2007-04-12 11:42:19 -0700 (Thu, 12 Apr 2007) | 15 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-ieee80211.c + +Additional 802.11k/n support from Dustin Johnson and myself: + + - Break out and display A-MSDUs + - HT Control field (currently disabled) + - Action No Ack + - HT Information IE + - HT Capability IE + - Block Ack Request + - Secondary Channel Offset Tag + - Measurement Request Tag + - Measurement Report Tag + +...along with a bunch of other updates, including displaying the +type/subtype as a hex value (first nibble: type, second nibble: subtype). + +------------------------------------------------------------------------ +r21392 | etxrab | 2007-04-12 13:37:08 -0700 (Thu, 12 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/mms/mms-exp.cnf + M /trunk/asn1/mms/mms.asn + M /trunk/epan/dissectors/packet-mms.c + M /trunk/epan/dissectors/packet-mms.h + +Workaround for the ber CHOICE crash. +------------------------------------------------------------------------ +r21393 | standel | 2007-04-12 15:38:36 -0700 (Thu, 12 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + +set unused parameters flags to fiw some gcc warnings + +------------------------------------------------------------------------ +r21394 | standel | 2007-04-12 15:39:16 -0700 (Thu, 12 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-homeplug.c + +get rid of unused variable + +------------------------------------------------------------------------ +r21395 | standel | 2007-04-12 15:42:31 -0700 (Thu, 12 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-raw.c + +include packet-ipv6.h for capture_ipv6 function + +------------------------------------------------------------------------ +r21396 | standel | 2007-04-12 15:43:45 -0700 (Thu, 12 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + +move dissectors which compiles without any warning from DISSECTOR_SRC to +CLEAN_DISSECTOR_SRC + +------------------------------------------------------------------------ +r21397 | lego | 2007-04-12 15:45:22 -0700 (Thu, 12 Apr 2007) | 7 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/wslua/wslua_tvb.c + +From: Balint Reczey + +I would like to handle the rare situation of Little Endian encoded +IP addresses, so i added a function which reads the address with +tvb_get_ipv4(), then swaps the bytes before SET_ADDRESS(). + + +------------------------------------------------------------------------ +r21398 | sfisher | 2007-04-12 17:50:23 -0700 (Thu, 12 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.am + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-cisco-wids.c + M /trunk/epan/dissectors/packet-eth.c + M /trunk/epan/dissectors/packet-gssapi.c + M /trunk/epan/dissectors/packet-ncp2222.inc + M /trunk/epan/dissectors/packet-scsi-mmc.c + M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-wcp.c + + +Fix various warnings + +Move packet-cops.c out of clean dissectors due to a #define conflict +in the headers of net-snmp with our config.h + + +------------------------------------------------------------------------ +r21399 | sfisher | 2007-04-12 18:03:55 -0700 (Thu, 12 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + + +Fix unused variable warning when neither SSL_DECRYPT_DEBUG nor HAVE_LIBGNUTLS is defined. + + +------------------------------------------------------------------------ +r21400 | wmeier | 2007-04-12 18:53:14 -0700 (Thu, 12 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/Makefile.nmake + +Fix for link commands for exntest.exe, tvbtest.exe and reassemble_test.exe; +(Seems to work using vc6 on Windows XP). + +------------------------------------------------------------------------ +r21401 | gerald | 2007-04-12 22:44:57 -0700 (Thu, 12 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-ipsec.c + +Fix a mis-labeled field reported in Ethereal bug 1101. Update all +of the short descriptions and fill in all of the long descriptions. +Fix up whitespace. + +------------------------------------------------------------------------ +r21402 | etxrab | 2007-04-12 22:49:43 -0700 (Thu, 12 Apr 2007) | 1 line +Changed paths: + D /trunk/asn1/ansi_map/README + +Remove the obsolete readme file. +------------------------------------------------------------------------ +r21403 | morriss | 2007-04-12 23:24:58 -0700 (Thu, 12 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi.h + +Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns() +as per the change in rev 21398 to get Windows builds working again. + + +------------------------------------------------------------------------ +r21404 | morriss | 2007-04-12 23:49:22 -0700 (Thu, 12 Apr 2007) | 9 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-wlccp.c + +From Kevin A. Noll via bug 1522: + +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1522 + +Support for WLCCP version 0xC1. + +Also updated his email address in AUTHORS. + + +------------------------------------------------------------------------ +r21405 | standel | 2007-04-13 00:50:53 -0700 (Fri, 13 Apr 2007) | 4 lines +Changed paths: + M /trunk/asn1/Makefile.am + +remove ref to ansi_map/README in the Makefile + +ubuntu buildbot should work again + +------------------------------------------------------------------------ +r21406 | kukosa | 2007-04-13 07:15:12 -0700 (Fri, 13 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/h235/packet-h235-template.c + M /trunk/asn1/h245/h245.cnf + M /trunk/asn1/h245/packet-h245-template.c + M /trunk/epan/dissectors/packet-h235.c + M /trunk/epan/dissectors/packet-h235.h + M /trunk/epan/dissectors/packet-h245.c + M /trunk/epan/dissectors/packet-mikey.c + +H.235.7: MIKEY in H.323 +------------------------------------------------------------------------ +r21407 | kukosa | 2007-04-13 07:19:26 -0700 (Fri, 13 Apr 2007) | 2 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +support of tagged types for BER - i.e. tagged assignments, more than one level tags in SEQUENCE/CHOICE +it has to be enabled with -T option as it is experimental +------------------------------------------------------------------------ +r21408 | standel | 2007-04-13 07:55:55 -0700 (Fri, 13 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-mikey.c + +fix gcc warning : + use of new_register_dissector instead of register_dissector + +------------------------------------------------------------------------ +r21409 | standel | 2007-04-13 08:23:47 -0700 (Fri, 13 Apr 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-mmc.c + M /trunk/epan/dissectors/packet-scsi-sbc.c + M /trunk/epan/dissectors/packet-scsi-smc.c + M /trunk/epan/dissectors/packet-scsi-ssc.c + M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-scsi.h + +use of volatile for every functions and not only the ones using the Exception +mechanisms. (fix rev21398) + +Windows buildbot sould be green again as formal parameters are the same as the +ones in the declaration now. + +------------------------------------------------------------------------ +r21410 | standel | 2007-04-13 08:25:33 -0700 (Fri, 13 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-h248_3gpp.c + M /trunk/epan/dissectors/packet-h263.c + +fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRC + +------------------------------------------------------------------------ +r21411 | standel | 2007-04-13 08:52:04 -0700 (Fri, 13 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-osd.c + +miss some volatile qualifiers in scsi-osd + +------------------------------------------------------------------------ +r21412 | standel | 2007-04-13 10:16:24 -0700 (Fri, 13 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-mmc.c + M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/dissectors/packet-scsi-sbc.c + M /trunk/epan/dissectors/packet-scsi-smc.c + M /trunk/epan/dissectors/packet-scsi-ssc.c + M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-scsi.h + +another attempt to let windows buildbot becoming green + +fix rev21398 (gcc warning fix) + +------------------------------------------------------------------------ +r21413 | lego | 2007-04-13 10:46:54 -0700 (Fri, 13 Apr 2007) | 3 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-h248.c + + Have the h248term handle evaluated as late as possible. + + +------------------------------------------------------------------------ +r21414 | standel | 2007-04-13 11:08:27 -0700 (Fri, 13 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-scsi-mmc.c + +ultimate declaration of a volatile variable to let gcc-3.4 happy. + + +------------------------------------------------------------------------ +r21415 | gerald | 2007-04-13 12:28:03 -0700 (Fri, 13 Apr 2007) | 11 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +802.11k/n updates from Dustin Johnson: + + - Refactored Frame Control into its own function + - Refactored the Action field + - Add Block Ack/Block Ack Request + - Add a Control Wrapper stub + - Add the Neigbor Report tag + - Add the Extended Channel Switch Announcement tag + - Add the Supported Regulatory Classes tag + - Add the Secondary Channel Offset tag + +------------------------------------------------------------------------ +r21416 | standel | 2007-04-13 13:38:19 -0700 (Fri, 13 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtcp.c + +fix gcc warning + +------------------------------------------------------------------------ +r21417 | standel | 2007-04-13 13:59:20 -0700 (Fri, 13 Apr 2007) | 3 lines +Changed paths: + M /trunk/capture-pcap-util.c + M /trunk/capture-pcap-util.h + M /trunk/capture_loop.c + M /trunk/capture_loop.h + M /trunk/gtk/capture_dlg.c + +fix gcc warning about qualifier types (const) which are discarded when arriving +at the pcap interface. + +------------------------------------------------------------------------ +r21418 | standel | 2007-04-13 15:40:42 -0700 (Fri, 13 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + +move to CLEAN_DISSECTOR_SRC + +------------------------------------------------------------------------ +r21419 | gerald | 2007-04-13 15:49:54 -0700 (Fri, 13 Apr 2007) | 2 lines +Changed paths: + M /trunk/tools/make-dissector-reg.py + +Fixup whitespace. + +------------------------------------------------------------------------ +r21420 | sfisher | 2007-04-13 15:50:47 -0700 (Fri, 13 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + + +Remove unused variable that is causing a warning + + +------------------------------------------------------------------------ +r21421 | standel | 2007-04-13 15:52:33 -0700 (Fri, 13 Apr 2007) | 2 lines +Changed paths: + M /trunk/configure.in + +change the script to automatically stop on warning if compiling with gcc. + +------------------------------------------------------------------------ +r21422 | standel | 2007-04-13 16:10:13 -0700 (Fri, 13 Apr 2007) | 3 lines +Changed paths: + M /trunk/wiretap/configure.in + +change the script to automatically stop on warning if compiling with gcc. + + +------------------------------------------------------------------------ +r21423 | sfisher | 2007-04-13 16:32:21 -0700 (Fri, 13 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/strutil.c + M /trunk/epan/uat.c + M /trunk/epan/uat.h + + +Fix some Solaris buildbot warnings + + +------------------------------------------------------------------------ +r21424 | standel | 2007-04-13 16:40:50 -0700 (Fri, 13 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dfilter/Makefile.am + +don't treat warnings as errors until a solution is found for scanner.c +depending on the lex used, it may generates warning. + +------------------------------------------------------------------------ +r21425 | jmayer | 2007-04-13 17:35:53 -0700 (Fri, 13 Apr 2007) | 4 lines +Changed paths: + M /trunk/configure.in + +Disable warnings as errors if extra gcc warnings was specified. +Change to positive logic --without-warnings-as-errors (default no) +==> --with-warnings-as-errors (default yes) + +------------------------------------------------------------------------ +r21426 | jmayer | 2007-04-13 17:41:08 -0700 (Fri, 13 Apr 2007) | 2 lines +Changed paths: + M /trunk/wiretap/configure.in + +Same as for top level configure.in + +------------------------------------------------------------------------ +r21427 | jmayer | 2007-04-13 18:07:36 -0700 (Fri, 13 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-cisco-erspan.c + M /trunk/epan/dissectors/packet-cisco-oui.c + M /trunk/epan/dissectors/packet-gre.c + M /trunk/epan/greproto.h + M /trunk/wiretap/libpcap.c + +Beginnings of a Cisco ERSPAN dissector - the only thing missing is the code +to actually call this (aka to handle the ambiguities of DLT values). + +------------------------------------------------------------------------ +r21428 | standel | 2007-04-14 00:55:43 -0700 (Sat, 14 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-cisco-erspan.c + +typo fix + +------------------------------------------------------------------------ +r21429 | standel | 2007-04-14 04:55:19 -0700 (Sat, 14 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/crypt/airpdcap_rijndael.c + +delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound not +present in the wireshark code + +------------------------------------------------------------------------ +r21430 | standel | 2007-04-14 06:15:52 -0700 (Sat, 14 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-3com-njack.c + +get rid of unused variables (tfs, value_string) + +------------------------------------------------------------------------ +r21431 | standel | 2007-04-14 07:01:53 -0700 (Sat, 14 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-aim-chat.c + M /trunk/epan/dissectors/packet-aim-messaging.c + M /trunk/epan/dissectors/packet-arp.c + M /trunk/epan/dissectors/packet-bssap.c + M /trunk/epan/dissectors/packet-btrfcomm.c + M /trunk/epan/dissectors/packet-btsdp.c + M /trunk/epan/dissectors/packet-dec-dnart.c + M /trunk/epan/dissectors/packet-dnp.c + M /trunk/epan/dissectors/packet-epl.h + M /trunk/epan/dissectors/packet-fc.c + M /trunk/epan/dissectors/packet-fix.c + M /trunk/epan/dissectors/packet-giop.c + M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-h248_3gpp.c + M /trunk/epan/dissectors/packet-h248_annex_c.c + M /trunk/epan/dissectors/packet-h248_annex_e.c + M /trunk/epan/dissectors/packet-h248_q1950.c + M /trunk/epan/dissectors/packet-ipsec.c + M /trunk/epan/dissectors/packet-ipv6.c + M /trunk/epan/dissectors/packet-isakmp.c + M /trunk/epan/dissectors/packet-jxta.c + M /trunk/epan/dissectors/packet-mikey.c + M /trunk/epan/dissectors/packet-ncp-sss.c + M /trunk/epan/dissectors/packet-pana.c + M /trunk/epan/dissectors/packet-skinny.c + M /trunk/epan/dissectors/packet-slowprotocols.c + M /trunk/epan/dissectors/packet-ssh.c + M /trunk/epan/dissectors/packet-ssl-utils.h + M /trunk/epan/dissectors/packet-tipc.c + M /trunk/epan/dissectors/packet-uma.c + +fix MacOSX gcc-3.3 warnings about unused tfs/value_string variables +most have been tagged unused (few have been deleted if dissector has not been +modified since a long time) + +move packet-ssl-utils.c to DISSECTOR_SRC + + +------------------------------------------------------------------------ +r21432 | standel | 2007-04-14 07:07:46 -0700 (Sat, 14 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/Makefile.am + M /trunk/plugins/mate/Makefile.am + M /trunk/wiretap/Makefile.am + +remove "treat warnings as errors" barrier for every repo containing code +generated by $(LEX) until a solution is found to compile them separately. + + +------------------------------------------------------------------------ +r21433 | standel | 2007-04-14 08:57:03 -0700 (Sat, 14 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + M /trunk/gtk/gui_prefs.c + M /trunk/plugins/docsis/packet-type29ucd.c + M /trunk/plugins/h223/packet-h223.c + +move ipsec to DISSECTOR_SRC +fix some more MacOSX gcc warnings + +------------------------------------------------------------------------ +r21434 | standel | 2007-04-14 09:09:59 -0700 (Sat, 14 Apr 2007) | 3 lines +Changed paths: + M /trunk/Makefile.am + +even this repo contains code generated by lex! + + +------------------------------------------------------------------------ +r21435 | etxrab | 2007-04-14 10:08:46 -0700 (Sat, 14 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/ansi_map/ansi_map.asn + +Fix a bug in the ASN1 spec. ( I can't regenerate the dissector currently). +------------------------------------------------------------------------ +r21436 | standel | 2007-04-14 11:18:25 -0700 (Sat, 14 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/rtp_player.c + +unused variable + +------------------------------------------------------------------------ +r21437 | standel | 2007-04-14 11:39:07 -0700 (Sat, 14 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl-utils.h + +"false" unused variables (they are not use in wiretap repo) + +------------------------------------------------------------------------ +r21438 | sfisher | 2007-04-14 12:04:19 -0700 (Sat, 14 Apr 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + + +From Sake Blok: + +Fix false malformed SSL handshake messages + + +------------------------------------------------------------------------ +r21439 | standel | 2007-04-14 12:49:48 -0700 (Sat, 14 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/rtp_player.c + +uninitialized warning fix + +------------------------------------------------------------------------ +r21440 | jmayer | 2007-04-14 17:40:05 -0700 (Sat, 14 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-3com-njack.c + +Revert commit 21430 and use #if 0/#endif instead + +------------------------------------------------------------------------ +r21441 | morriss | 2007-04-15 04:03:21 -0700 (Sun, 15 Apr 2007) | 1 line +Changed paths: + M /trunk/tap-h225counter.c + +Replace 14 for loops (each setting an array of integers to 0) with a memset +------------------------------------------------------------------------ +r21442 | morriss | 2007-04-15 21:34:07 -0700 (Sun, 15 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/tap.h + M /trunk/tap-afpstat.c + M /trunk/tap-dcerpcstat.c + M /trunk/tap-rpcprogs.c + M /trunk/tap-rpcstat.c + M /trunk/tap-smbstat.c + +Wireshark now requires support for 64-bit types so there's no need to #ifdef +around them. Print 64-bit types using the PRI macros; add inttypes.h to +tap.h (if necessary) to pick up those macros for all the taps. + +------------------------------------------------------------------------ +r21443 | morriss | 2007-04-15 21:52:51 -0700 (Sun, 15 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/camel-persistentdata.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-frame.c + M /trunk/epan/dissectors/packet-kerberos.c + M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-tcp.c + M /trunk/epan/tcap-persistentdata.c + +Frame numbers are unsigned, print them as such +------------------------------------------------------------------------ +r21444 | jake | 2007-04-15 23:20:39 -0700 (Sun, 15 Apr 2007) | 1 line +Changed paths: + M /trunk/gtk/rtp_player.c + +Unused parameter +------------------------------------------------------------------------ +r21445 | kukosa | 2007-04-15 23:41:56 -0700 (Sun, 15 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ssl-utils.c + M /trunk/epan/dissectors/packet-ssl-utils.h + +move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export them +------------------------------------------------------------------------ +r21446 | morriss | 2007-04-16 01:37:39 -0700 (Mon, 16 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-isup.c + M /trunk/epan/dissectors/packet-sccp.c + +Fix a couple warnings +------------------------------------------------------------------------ +r21447 | morriss | 2007-04-16 01:53:33 -0700 (Mon, 16 Apr 2007) | 1 line +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-pana.c + +From Victor Fajardo: update the PANA dissector to draft-15a +------------------------------------------------------------------------ +r21448 | morriss | 2007-04-16 02:03:11 -0700 (Mon, 16 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-pana.c + +Replace g_assert() with DISSECTOR_ASSERT() +------------------------------------------------------------------------ +r21449 | tuexen | 2007-04-16 10:03:30 -0700 (Mon, 16 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-asap.c + M /trunk/epan/dissectors/packet-enrp.c + +Use recent IANA port assignments. + +------------------------------------------------------------------------ +r21450 | gerald | 2007-04-16 11:35:22 -0700 (Mon, 16 Apr 2007) | 11 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/packet-ieee80211.c + +From Tuomas Maattanen: + +the current SVN (rev 21448) 802.11 WMM TSPEC dissector seems to have +some bugs. + +TS Info field should be three bytes long, not two. Suspension Interval +field is missing altogether, shifting all other fields by four bytes. +Maximum Burst Size, Minimum PHY Rate, Peak Data Rate and Delay Bound +are in wrong order. + + +------------------------------------------------------------------------ +r21451 | lego | 2007-04-16 16:15:03 -0700 (Mon, 16 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/exceptions.h + +revert back to 20437 + + +------------------------------------------------------------------------ +r21452 | gerald | 2007-04-16 17:34:32 -0700 (Mon, 16 Apr 2007) | 10 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +More .11k/n updates from Dustin Johnson: + + - Measurement Pilot frame support + - Various Block Ack fields + - Various Power fields + - Measurement Pilot field + - Country String field + - Channel Width field + - QoS Information fields + +------------------------------------------------------------------------ +r21453 | morriss | 2007-04-17 03:01:39 -0700 (Tue, 17 Apr 2007) | 1 line +Changed paths: + M /trunk/configure.in + M /trunk/wiretap/configure.in + +Fix --with(out)-warnings-as-errors test so warnings-as-errors can be disabled (with gcc) +------------------------------------------------------------------------ +r21454 | morriss | 2007-04-17 03:11:41 -0700 (Tue, 17 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dmp.c + M /trunk/epan/dissectors/packet-edonkey.c + M /trunk/epan/dissectors/packet-frame.c + M /trunk/epan/dissectors/packet-ieee80211.c + +Fix warnings of the form "long long unsigned int format, guint64 arg": use +the PRI macros instead of %llu, etc. + +------------------------------------------------------------------------ +r21455 | lego | 2007-04-17 08:13:17 -0700 (Tue, 17 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dfilter/semcheck.c + +Make sure ENDTRY gets evaluated +------------------------------------------------------------------------ +r21456 | jmayer | 2007-04-17 08:17:06 -0700 (Tue, 17 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-extreme.c + +Detect ELSM as such - meaning of the elements is still unknown. + +------------------------------------------------------------------------ +r21457 | lego | 2007-04-17 08:46:05 -0700 (Tue, 17 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-sip.c + +register the right dissector for tcp + +Fixes Bug 1429 +------------------------------------------------------------------------ +r21458 | jmayer | 2007-04-17 09:51:24 -0700 (Tue, 17 Apr 2007) | 17 lines +Changed paths: + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm + +Update from samba tree revision 22006 to 22314 +============================ Samba log start ============ +------------------------------------------------------------------------ +r22029 | jpeach | 2007-04-02 19:06:14 +0200 (Mon, 02 Apr 2007) | 2 lines +Changed paths: + M /branches/SAMBA_4_0/source/lib/registry/config.mk + M /branches/SAMBA_4_0/source/lib/replace/samba.m4 + M /branches/SAMBA_4_0/source/main.mk + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm + +Make sure we respect $srcdir correctly for the srcdir != builddir case. + +------------------------------------------------------------------------ +------------------------------------------------------------------------ +============================ Samba log end ============== + + +------------------------------------------------------------------------ +r21459 | gerald | 2007-04-17 10:13:55 -0700 (Tue, 17 Apr 2007) | 3 lines +Changed paths: + M /trunk/tools/make-dissector-reg.py + +Use the older-style ST_MTIME instead of st_mtime. This should fix backward +compatibility. + +------------------------------------------------------------------------ +r21460 | morriss | 2007-04-17 21:13:50 -0700 (Tue, 17 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-dtls.c + M /trunk/epan/dissectors/packet-ssl.c + +Pass NULL (instead of proto_) in the last parameter of tap_queue_packet() +because NULL is just as interesting as the proto_ entry and the latter +generates a compiler warning. + +------------------------------------------------------------------------ +r21461 | morriss | 2007-04-17 21:34:10 -0700 (Tue, 17 Apr 2007) | 2 lines +Changed paths: + M /trunk/tap-iousers.c + M /trunk/tap-protohierstat.c + +Change bytes counters to 64 bits and use the PRI macros to print them. + +------------------------------------------------------------------------ +r21462 | etxrab | 2007-04-17 23:30:23 -0700 (Tue, 17 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/ansi_map/ansi_map.asn + M /trunk/epan/dissectors/packet-ansi_map.c + M /trunk/epan/dissectors/packet-ansi_map.h + +Add an IE. +------------------------------------------------------------------------ +r21463 | etxrab | 2007-04-17 23:31:25 -0700 (Tue, 17 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-ansi_801.c + +From Michael Lum: +This patch implements parameter dissection for about 1/2 to 2/3 of the messages in IS-801. + +Built and tested against the latest source as of Friday April 13th 2007. +------------------------------------------------------------------------ +r21464 | etxrab | 2007-04-17 23:32:00 -0700 (Tue, 17 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-gtp.c + +Add a comment. +------------------------------------------------------------------------ +r21465 | morriss | 2007-04-18 00:06:56 -0700 (Wed, 18 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-pana.c + +Don't use DISSECTOR_ASSERT to (essentially) verify packet data. Instead +add an expert info entry if the AVP length is 0 and just return after +dissecting that AVP. + +------------------------------------------------------------------------ +r21466 | kukosa | 2007-04-18 01:55:28 -0700 (Wed, 18 Apr 2007) | 2 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +- new -L command line option to suppress #line directives from .cnf file +- new #.MAKE_ENUM and #.MAKE_DEFINES directives to generate enum/#define for enumerated types (ENUMERATED or INTEGER with named values) +------------------------------------------------------------------------ +r21467 | kukosa | 2007-04-18 01:58:48 -0700 (Wed, 18 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/rnsap/packet-rnsap-template.c + M /trunk/asn1/rnsap/rnsap.cnf + M /trunk/epan/dissectors/packet-rnsap.c + +usage of new #.MAKE_DEFINES asn2wrs directive in RNSAP +------------------------------------------------------------------------ +r21468 | martinm | 2007-04-18 02:23:27 -0700 (Wed, 18 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ansi_801.c + +Make specifier string match args +(may not be the intended formatting, but it builds...) + +------------------------------------------------------------------------ +r21469 | kukosa | 2007-04-18 03:52:46 -0700 (Wed, 18 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/h225/h225.cnf + +use new possibility to set #.EXPORTS flag for whole directive +------------------------------------------------------------------------ +r21470 | sfisher | 2007-04-18 14:42:37 -0700 (Wed, 18 Apr 2007) | 4 lines +Changed paths: + M /trunk/capture_loop.c + + +Remove a linebreak from an error message dialog so it wraps properly + + +------------------------------------------------------------------------ +r21471 | etxrab | 2007-04-18 14:52:11 -0700 (Wed, 18 Apr 2007) | 2 lines +Changed paths: + M /trunk/asn1/camel/camel.cnf + M /trunk/epan/dissectors/packet-camel.c + +Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectly +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1543 +------------------------------------------------------------------------ +r21472 | richardv | 2007-04-18 15:31:47 -0700 (Wed, 18 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.nmake + M /trunk/test/suite-unittests.sh + +following advice from Gerald, Graham Bloice, and others, let's try copying the unit test executables into the wireshark-gtk2 directory before running them. + +------------------------------------------------------------------------ +r21473 | kukosa | 2007-04-19 00:09:59 -0700 (Thu, 19 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-sip.c + +register the right dissector for SIP over SSL/TLS +------------------------------------------------------------------------ +r21474 | kukosa | 2007-04-19 05:57:23 -0700 (Thu, 19 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/libwireshark.def + +export dissect_ber_tagged_type() +------------------------------------------------------------------------ +r21475 | kukosa | 2007-04-19 05:58:31 -0700 (Thu, 19 Apr 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +added missing dependency in tagged type +------------------------------------------------------------------------ +r21476 | richardv | 2007-04-19 10:03:58 -0700 (Thu, 19 Apr 2007) | 1 line +Changed paths: + M /trunk/test/suite-unittests.sh + +fix typos +------------------------------------------------------------------------ +r21477 | richardv | 2007-04-19 10:13:49 -0700 (Thu, 19 Apr 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-juniper.c + +From Hannes Gredler: + +attached a small bugfix that uses the correct bits +for determining if the ATM payload is a OAM cell. + + +------------------------------------------------------------------------ +r21478 | jmayer | 2007-04-20 02:26:59 -0700 (Fri, 20 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-extreme.c + +Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements. +I don't know how to decode them though. + +Fix some typos. + +Change some Element descriptions. + +------------------------------------------------------------------------ +r21479 | etxrab | 2007-04-20 06:54:56 -0700 (Fri, 20 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + +Add EXTERNAL to the value string and add comments about UNIVERSAL tags. +------------------------------------------------------------------------ +r21480 | standel | 2007-04-20 07:19:20 -0700 (Fri, 20 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + +get rid of some unused parameters in process_ssl_payload + +------------------------------------------------------------------------ +r21481 | standel | 2007-04-20 07:30:48 -0700 (Fri, 20 Apr 2007) | 6 lines +Changed paths: + M /trunk/epan/dfilter/Makefile.am + +Since code generated by lex may trigger gcc warnings, we are now generating two +libraries. A single library is generated with the lex code without the barrier +"stop on warning". An other library is generated from the remaining source +files with the "stop on warning" barrier. + + +------------------------------------------------------------------------ +r21482 | gerald | 2007-04-20 10:40:13 -0700 (Fri, 20 Apr 2007) | 18 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +More .11n-related updates and additions from Dustin Johnson and myself: + + - MIMO Control frame support + - Control Wrapper frame support + - Measurement Pilot + - Action No Ack + - Block Ack Action + - PCO Phase Control + - PSMP Parameter Set + - Antenna Selection + - Extended Channel Switch Announcement + - HT Information + - HT Action + - MIMO CSI Matrices Report + - Fill in and update a bunch of hf strings + +Fixup(?) whitespace. + +------------------------------------------------------------------------ +r21483 | gerald | 2007-04-20 11:09:31 -0700 (Fri, 20 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Fix 64-bit integer handling and whitespace. + +------------------------------------------------------------------------ +r21484 | gerald | 2007-04-20 15:29:11 -0700 (Fri, 20 Apr 2007) | 11 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Move some data frame back out of the control frame scope, so Wireshark +will stop crashing. + +More .11n additions and updates from Dustin: + + - Power Capability tag + - Supported Channels tag + - Block Ack/Block Ack Request + +Fixup whitespace. + +------------------------------------------------------------------------ +r21485 | sfisher | 2007-04-20 16:10:03 -0700 (Fri, 20 Apr 2007) | 4 lines +Changed paths: + M /trunk/gtk/expert_comp_table.c + + +Fix bug #1547: Expert Info Composite column "Count" is not sorting numerically + + +------------------------------------------------------------------------ +r21486 | etxrab | 2007-04-21 13:27:05 -0700 (Sat, 21 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/tcap/tcap.cnf + M /trunk/epan/dissectors/packet-tcap.c + +Put some missing TAG:s in the tree if internal BER fields shown. +------------------------------------------------------------------------ +r21487 | etxrab | 2007-04-21 13:53:35 -0700 (Sat, 21 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/tcap/packet-tcap-template.c + M /trunk/asn1/tcap/packet-tcap-template.h + M /trunk/asn1/tcap/tcap.cnf + M /trunk/epan/dissectors/packet-tcap.c + M /trunk/epan/dissectors/packet-tcap.h + +EXPORT DialoguePDU UniDialoguePDU and make them callable by OID. +------------------------------------------------------------------------ +r21488 | guy | 2007-04-21 15:57:22 -0700 (Sat, 21 Apr 2007) | 4 lines +Changed paths: + M /trunk/wiretap/k12.c + +Explicitly mark new_k12_file_data() as taking no arguments - in C89, at +least, "int foo()" defines or declares an old-style function, not one +with no arguments. + +------------------------------------------------------------------------ +r21489 | guy | 2007-04-21 15:58:03 -0700 (Sat, 21 Apr 2007) | 2 lines +Changed paths: + M /trunk/wiretap/mpeg.c + +Get rid of a warning with at least some compilers. + +------------------------------------------------------------------------ +r21490 | guy | 2007-04-21 15:59:52 -0700 (Sat, 21 Apr 2007) | 7 lines +Changed paths: + M /trunk/wiretap/iseries.c + +Match "%4x" with an unsigned value in sscanf. + +Check for a case where, conceivably, the on-the-wire packet length (from +the IP header) could be shorter than the captured data length (due to +Ethernet padding), and handle it by making sure the on-the-wire length +is always >= the captured data length. + +------------------------------------------------------------------------ +r21491 | guy | 2007-04-21 16:04:36 -0700 (Sat, 21 Apr 2007) | 6 lines +Changed paths: + M /trunk/wiretap/configure.in + +Fix a comment to reflect reality - -Wcast-qual is added only with +--with-extra-gcc-checks. + +Unconditionally add -Wpointer-arith to GCC flags, and, if +--with-extra-gcc-checks is specified, add -Wstrict-prototypes. + +------------------------------------------------------------------------ +r21492 | guy | 2007-04-22 00:22:37 -0700 (Sun, 22 Apr 2007) | 14 lines +Changed paths: + M /trunk/configure.in + M /trunk/wiretap/configure.in + +Use AC_HELP_STRING for the help strings for --with and --enable flags. + +Add -Wpointer-arith to the GCC -W flags by default. + +Make "extra-gcc-checks" and "warnings-as-errors" --enable flags rather +than --with flags - autoconf's model is that --enable is for turning +features on or off, --with is for enabling or disabling the use of +external packages (libpcap, Net-SNMP, GNU ADNS, etc.). + +When testing whether the compiler is GCC, use the same style all the +time - check whether "x$GCC" equals "xyes". (The "x" might be overkill +- if you don't quote the arguments, it avoids a missing argument to +"test"/"[", but if you do, it might not be needed.) + +------------------------------------------------------------------------ +r21493 | standel | 2007-04-22 02:27:21 -0700 (Sun, 22 Apr 2007) | 5 lines +Changed paths: + M /trunk/acinclude.m4 + M /trunk/configure.in + M /trunk/wiretap/acinclude.m4 + M /trunk/wiretap/configure.in + +adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gcc +supports the options passed as arguments. If the options are supported, they +are added to CFLAGS. + + +------------------------------------------------------------------------ +r21494 | sahlberg | 2007-04-22 02:58:12 -0700 (Sun, 22 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/crypt/airpdcap.c + +fix the sign of a variable to prevent a singed/unsigned warning during +compiling + + +------------------------------------------------------------------------ +r21495 | tuexen | 2007-04-22 03:25:26 -0700 (Sun, 22 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/sctp_byte_graph_dlg.c + M /trunk/gtk/sctp_graph_dlg.c + M /trunk/gtk/sctp_stat.c + +From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks. + +------------------------------------------------------------------------ +r21496 | jake | 2007-04-22 03:29:47 -0700 (Sun, 22 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-giop.c + +Fix for bug 1541. Adjust offset for long longs by 8, not by 4. +------------------------------------------------------------------------ +r21497 | jmayer | 2007-04-22 04:51:36 -0700 (Sun, 22 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/crypt/airpdcap.c + +Fix a signedness warning. + +------------------------------------------------------------------------ +r21498 | standel | 2007-04-22 06:38:50 -0700 (Sun, 22 Apr 2007) | 5 lines +Changed paths: + M /trunk/acinclude.m4 + +update of AC_WIRESHARK_PCAP_CHECK to detect if pcap header version is +corresponding to the library version for pcap_breakloop. Issue a warning if the +pcap_breakloop is present but not usable. + + +------------------------------------------------------------------------ +r21499 | sahlberg | 2007-04-22 08:22:53 -0700 (Sun, 22 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/crypt/airpdcap.c + +GString.len has changed signednedd between gtk1 and gtk2 + +this will hopefully again compile under both gtk1 and 2 + + +------------------------------------------------------------------------ +r21500 | sahlberg | 2007-04-22 08:43:01 -0700 (Sun, 22 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/graph_analysis.c + +some updates to allow gtk1 to compile without warnings + +------------------------------------------------------------------------ +r21501 | sahlberg | 2007-04-22 08:45:34 -0700 (Sun, 22 Apr 2007) | 3 lines +Changed paths: + M /trunk/gtk/main.c + +dont include these headers under gtk1 + + +------------------------------------------------------------------------ +r21502 | sahlberg | 2007-04-22 08:48:18 -0700 (Sun, 22 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/proto_hier_stats_dlg.c + +fix compiler warning for gtk1 builds + +------------------------------------------------------------------------ +r21503 | sahlberg | 2007-04-22 08:49:29 -0700 (Sun, 22 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/rtp_stream.c + +compile fix for gtk1 + +------------------------------------------------------------------------ +r21504 | sahlberg | 2007-04-22 09:40:34 -0700 (Sun, 22 Apr 2007) | 3 lines +Changed paths: + M /trunk/gtk/rtp_analysis.c + +move include of a few headers down a few lines so the compile works on +gtk1 + +------------------------------------------------------------------------ +r21505 | sahlberg | 2007-04-22 09:44:36 -0700 (Sun, 22 Apr 2007) | 3 lines +Changed paths: + M /trunk/gtk/rtp_stream_dlg.c + +move some headers so that the compile works on gtk1 + + +------------------------------------------------------------------------ +r21506 | guy | 2007-04-22 11:04:52 -0700 (Sun, 22 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/crypt/airpdcap.c + +Check the GLib version number, not the GTK+ version number; it's GLib we +care about, and this code doesn't use GTK+, so it doesn't include any +GTK+ headers and therefore doesn't get the GTK+ version number defined. + +------------------------------------------------------------------------ +r21507 | guy | 2007-04-22 11:26:45 -0700 (Sun, 22 Apr 2007) | 10 lines +Changed paths: + M /trunk/epan/crypt/airpdcap.c + +Get rid of some const warnings. + +Use the "pnto" macros to fetch 16-bit quantities from a buffer - not +only do they have the right casts to avoid const warnings, they also +work even on platforms (such as SPARC) where you can't dereference +unaligned pointers without a trap. + +Similarly, compare a possibly-unaligned (we make no alignment guarantees +in Wireshark) 16-bit quantity against 0 a byte at a time. + +------------------------------------------------------------------------ +r21508 | jmayer | 2007-04-22 13:04:34 -0700 (Sun, 22 Apr 2007) | 4 lines +Changed paths: + M /trunk/editcap.c + M /trunk/epan/ftypes/ftype-time.c + M /trunk/text2pcap.c + +Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it was +already #defined to 1, so this would create a warning/error. + + +------------------------------------------------------------------------ +r21509 | guy | 2007-04-22 13:29:31 -0700 (Sun, 22 Apr 2007) | 3 lines +Changed paths: + M /trunk/gtk/sctp_graph_dlg.c + +Don't play type-punning games - they cause compiler warnings (not that +anybody appears to ever *set* sack_header->gaps). + +------------------------------------------------------------------------ +r21510 | guy | 2007-04-22 13:43:01 -0700 (Sun, 22 Apr 2007) | 4 lines +Changed paths: + M /trunk/gtk/sctp_graph_dlg.c + +"struct sack_chunk_header" is presumably just a SACK chunk header +followed by zero or more gap start/end pairs; fix up the previous fix to +handle that correctly. + +------------------------------------------------------------------------ +r21511 | standel | 2007-04-22 14:55:39 -0700 (Sun, 22 Apr 2007) | 4 lines +Changed paths: + M /trunk/text2pcap.c + +set #ifndef __USE_XOPEN instead of only #ifndef + +should fix rev21508 + +------------------------------------------------------------------------ +r21512 | wmeier | 2007-04-22 15:23:19 -0700 (Sun, 22 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/graph_analysis.c + +Another fix to allow gtk1 to compile w/o warnings.... + +------------------------------------------------------------------------ +r21513 | jmayer | 2007-04-22 16:01:49 -0700 (Sun, 22 Apr 2007) | 2 lines +Changed paths: + M /trunk/configure.in + +Fix regression: Automatically disable -Werror in case of extra gcc flags. + +------------------------------------------------------------------------ +r21514 | guy | 2007-04-22 16:47:56 -0700 (Sun, 22 Apr 2007) | 11 lines +Changed paths: + M /trunk/wiretap/configure.in + +Turn on almost all warnings for Wiretap - if any of them cause problems +on some platforms due to unfixable problems (e.g., crappy vendor +headers), we can move them back to the "extra" list. + +Put those warnings in the order in which they appear in the GCC man page +on my machine. + +If we turn on -pedantic, try turning on -Wno-long-long as well, so that +it's not *so* pedantic that it rejects the 64-bit integral data types +that we explicitly require. + +------------------------------------------------------------------------ +r21515 | guy | 2007-04-22 16:52:38 -0700 (Sun, 22 Apr 2007) | 5 lines +Changed paths: + M /trunk/wiretap/configure.in + +Propagate Joerg's fix to make --enable-extra-gcc-checks turn off +--enable-warnings-as-errors (if any tests enabled by +--enable-extra-gcc-checks are safe to treat as errors, they're safe to +turn on by default). + +------------------------------------------------------------------------ +r21516 | guy | 2007-04-22 17:28:50 -0700 (Sun, 22 Apr 2007) | 2 lines +Changed paths: + M /trunk/wiretap/configure.in + +Add a couple more warnings to the standard set. + +------------------------------------------------------------------------ +r21517 | wmeier | 2007-04-22 17:31:57 -0700 (Sun, 22 Apr 2007) | 3 lines +Changed paths: + M /trunk/gtk/sctp_graph_dlg.c + +Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21495. +so windows build doesn't get warnings. + +------------------------------------------------------------------------ +r21518 | guy | 2007-04-22 17:32:04 -0700 (Sun, 22 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn't +declared in any header file, and isn't in epan/libwireshark.def; make it +static, to squelch compiler warnings. + +------------------------------------------------------------------------ +r21519 | guy | 2007-04-22 19:48:40 -0700 (Sun, 22 Apr 2007) | 2 lines +Changed paths: + M /trunk/wiretap/Makefile.am + +Make warnings errors when possible. + +------------------------------------------------------------------------ +r21520 | guy | 2007-04-22 20:09:23 -0700 (Sun, 22 Apr 2007) | 4 lines +Changed paths: + M /trunk/wiretap/Makefile.am + +Grr. Flex. Can't make warnings errors yet - we'd have to keep that +from being done on Flex-generated files, or fix the problems that pop up +on some platforms. + +------------------------------------------------------------------------ +r21521 | etxrab | 2007-04-22 23:24:39 -0700 (Sun, 22 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/tcap/tcap.asn + M /trunk/epan/dissectors/packet-tcap.c + +Formating changes and align a bit to spec. +------------------------------------------------------------------------ +r21522 | etxrab | 2007-04-22 23:50:07 -0700 (Sun, 22 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/tcap/packet-tcap-template.c + M /trunk/asn1/tcap/tcap.cnf + +and the missing files ... +------------------------------------------------------------------------ +r21523 | sahlberg | 2007-04-23 02:44:13 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ctdb.c + +add request/response matching for ctdb + + +------------------------------------------------------------------------ +r21524 | morriss | 2007-04-23 03:45:00 -0700 (Mon, 23 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/tcap/packet-tcap-template.c + M /trunk/epan/dissectors/packet-tcap.c + M /trunk/epan/tcap-persistentdata.c + +Mark all the items for TCAP statistics as generated +------------------------------------------------------------------------ +r21525 | guy | 2007-04-23 03:57:34 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-x11.c + +Just use -1 to go to the end of a tvbuff. + +------------------------------------------------------------------------ +r21526 | guy | 2007-04-23 03:59:26 -0700 (Mon, 23 Apr 2007) | 12 lines +Changed paths: + M /trunk/asn1/snmp/packet-snmp-template.c + M /trunk/configure.in + M /trunk/epan/address.h + M /trunk/epan/dfilter/dfilter-macro.c + M /trunk/epan/dfilter/dfilter-macro.h + M /trunk/epan/dfilter/dfilter.c + M /trunk/epan/dfilter/dfilter.h + M /trunk/epan/dfilter/dfunctions.h + M /trunk/epan/dissectors/packet-3g-a11.c + M /trunk/epan/dissectors/packet-alcap.c + M /trunk/epan/dissectors/packet-bacapp.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + M /trunk/epan/dissectors/packet-bittorrent.c + M /trunk/epan/dissectors/packet-bootp.c + M /trunk/epan/dissectors/packet-bssap.c + M /trunk/epan/dissectors/packet-bssgp.c + M /trunk/epan/dissectors/packet-cimd.c + M /trunk/epan/dissectors/packet-cups.c + M /trunk/epan/dissectors/packet-dcerpc-samr.c + M /trunk/epan/dissectors/packet-dcerpc-spoolss.c + M /trunk/epan/dissectors/packet-dcerpc-svcctl.c + M /trunk/epan/dissectors/packet-dcm.c + M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-dcom.h + M /trunk/epan/dissectors/packet-diameter.c + M /trunk/epan/dissectors/packet-dns.c + M /trunk/epan/dissectors/packet-dns.h + M /trunk/epan/dissectors/packet-enip.c + M /trunk/epan/dissectors/packet-fcswils.c + M /trunk/epan/dissectors/packet-fix.c + M /trunk/epan/dissectors/packet-icmpv6.c + M /trunk/epan/dissectors/packet-isup.c + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/dissectors/packet-nbns.c + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-scsi-osd.c + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-ssl-utils.c + M /trunk/epan/dissectors/packet-user_encap.c + M /trunk/epan/emem.c + M /trunk/epan/emem.h + M /trunk/epan/funnel.h + M /trunk/epan/packet.c + M /trunk/epan/packet.h + M /trunk/epan/tvbuff.c + M /trunk/epan/tvbuff.h + M /trunk/epan/uat-int.h + M /trunk/epan/uat.c + M /trunk/epan/uat.h + M /trunk/epan/uat_load.l + M /trunk/epan/xmlstub.h + M /trunk/gtk/decode_as_dlg.c + M /trunk/gtk/funnel_stat.c + M /trunk/gtk/uat_gui.c + M /trunk/tshark.c + +Add some GCC warnings to the standard set, and add some others to the +--enable-extra-gcc-checks set. + +If we turn on -pedantic, try turning on -Wno-long-long as well, so that +it's not *so* pedantic that it rejects the 64-bit integral data types +that we explicitly require. + +Constify a bunch of stuff, and make some other changes, to get rid of +warnings. + +Clean up some indentation. + +------------------------------------------------------------------------ +r21527 | sfisher | 2007-04-23 09:22:34 -0700 (Mon, 23 Apr 2007) | 18 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + + +From Paolo Abeni: + +(from -dev list) +On Sun, 2007-04-22 at 23:06 +0200, Joerg Mayer wrote: +> Can someone please have a look at uand fix the following warning: +> +> cc1: warnings being treated as errors +> packet-ssl.c: In function 'ssl_parse': +> packet-ssl.c:334: warning: ignoring return value of 'fread', declared +> with attribute warn_unused_result + +The attached patch fix the issue. It also try to fix a bit the +indentation. + +Me: Move size_t nbytes up to top of function and fix typo expeted->expected + + +------------------------------------------------------------------------ +r21528 | guy | 2007-04-23 09:41:31 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/crypt/airpdcap.c + +Don't assume a pointer to UCHAR is necessarily aligned; that now +generates a warning. + +------------------------------------------------------------------------ +r21529 | guy | 2007-04-23 09:49:24 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +decode_as_dt's argument points to a dissector table name, so it should be +a const pointer. + +------------------------------------------------------------------------ +r21530 | guy | 2007-04-23 10:33:29 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/crypt/airpdcap_ccmp.c + +Don't assume byte pointers can be safely cast to more aligned pointers; +the compiler now warns of that. + +------------------------------------------------------------------------ +r21531 | guy | 2007-04-23 10:37:36 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/tvbuff.c + +The "needles" argument of guint8_pbrk() needs to be const, as that's +what's passed to it. + +------------------------------------------------------------------------ +r21532 | guy | 2007-04-23 10:38:56 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/xmlstub.c + +Fix type cast to match target of assignment. + +------------------------------------------------------------------------ +r21533 | guy | 2007-04-23 10:40:33 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/packet.c + +Dissector table names should be pointed to by const pointers. + +------------------------------------------------------------------------ +r21534 | guy | 2007-04-23 11:11:12 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/crypt/airpdcap_tkip.c + +Make Mk16_le() work on both big-endian and little-endian processors and +on processors that don't support unaligned loads - just use pletohs(). + +------------------------------------------------------------------------ +r21535 | guy | 2007-04-23 11:18:08 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/tvbuff.c + +More const cleanup. + +------------------------------------------------------------------------ +r21536 | guy | 2007-04-23 11:30:29 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/crypt/airpdcap_tkip.c + +Get rid of no-longer-needed, and warning-generated, casts. + +------------------------------------------------------------------------ +r21537 | etxrab | 2007-04-23 13:20:46 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/asn1/gsmmap/GSMMAP.asn + M /trunk/asn1/gsmmap/gsm_map-exp.cnf + M /trunk/asn1/gsmmap/packet-gsm_map-template.h + M /trunk/asn1/tcap/packet-tcap-template.c + M /trunk/asn1/tcap/tcap.asn + M /trunk/asn1/tcap/tcap.cnf + M /trunk/epan/dissectors/packet-tcap.c + +TCAP: Fix up indentation a bit. +GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff. +------------------------------------------------------------------------ +r21538 | etxrab | 2007-04-23 13:21:31 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_map.h + +TCAP: Fix up indentation a bit. +GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff. +------------------------------------------------------------------------ +r21539 | etxrab | 2007-04-23 13:30:31 -0700 (Mon, 23 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/gsmmap/packet-gsm_map-template.h + M /trunk/epan/dissectors/packet-gsm_map.h + +Remove a relic from experimental code. +------------------------------------------------------------------------ +r21540 | guy | 2007-04-23 13:47:07 -0700 (Mon, 23 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/crypt/crypt-md5.c + +The "in" array in an MD5 context is expected to be aligned on a 4-byte +boundary; make it an array of 16 guint32's rather than 64 guint8's, to +ensure that, and add now-necessary casts and remove now-unnecessary +casts. + +------------------------------------------------------------------------ +r21541 | guy | 2007-04-23 14:12:04 -0700 (Mon, 23 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/crypt/crypt-md5.h + +The "in" array in an MD5 context is expected to be aligned on a 4-byte +boundary; make it an array of 16 guint32's rather than 64 guint8's, to +ensure that, and add now-necessary casts and remove now-unnecessary +casts. + +(Missed on the previous checkin.) + +------------------------------------------------------------------------ +r21542 | guy | 2007-04-23 14:23:30 -0700 (Mon, 23 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/crypt/crypt-md5.c + +byteReverse assumes its argument is aligned on a 32-bit boundary; make +it a pointer to a guint32. Also, use pletohl() to fetch a 32-bit +little-endian quantity. + +------------------------------------------------------------------------ +r21543 | etxrab | 2007-04-23 14:26:27 -0700 (Mon, 23 Apr 2007) | 7 lines +Changed paths: + M /trunk/asn1/gsmmap/GSMMAP.asn + M /trunk/asn1/gsmmap/gsmmap.cnf + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/asn1/tcap/tcap.cnf + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-tcap.c + +From Florent DROUIN: +I have made some changes to the final patch to have the operation code decoded +as ForwardSM. A change for TCAP is included too, to be sure that the +application context is not overwritten by the User Info OID (this was the case, +when a MAP open dialog was included in the request). +Fix bug: +http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1498 +------------------------------------------------------------------------ +r21544 | guy | 2007-04-23 15:34:31 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/crypt/crypt-md5.c + +Need to include to get pletohl() defined. + +------------------------------------------------------------------------ +r21545 | wmeier | 2007-04-23 19:17:35 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/test/suite-unittests.sh + +Use correct install target: 'make ..._install (and not 'make 'install_...') + +------------------------------------------------------------------------ +r21546 | wmeier | 2007-04-23 20:43:08 -0700 (Mon, 23 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.nmake + M /trunk/test/suite-unittests.sh + +Addt'l fixes so suite-unittests will run under windows + +------------------------------------------------------------------------ +r21547 | sahlberg | 2007-04-23 22:09:00 -0700 (Mon, 23 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +Add tracking of uid->domain/account mappings for SMB by tapping the ntlmssp tap for the information from the authentication messages + +Improve the tid tracking by putting the host/share information on the tid expansion line so one can see it without opening the expansion + + +------------------------------------------------------------------------ +r21548 | sahlberg | 2007-04-23 22:09:53 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.h + +add a missing change from the previous commit + + +------------------------------------------------------------------------ +r21549 | sahlberg | 2007-04-23 22:46:13 -0700 (Mon, 23 Apr 2007) | 5 lines +Changed paths: + M /trunk/gtk/simple_dialog.c + +if we compile for gtk1 'text' is no longer referenced in the simple_dialog_check_set() function and a warning arises + +mark the text argument as _U_ to suppress the warning + + +------------------------------------------------------------------------ +r21550 | sahlberg | 2007-04-23 22:52:01 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/gtk/toolbar.c + +oncly include capture_details_24.xpm IFF we have pcap and if we have gtk>=2 to supress a warning if compiling for gtk 1 + + +------------------------------------------------------------------------ +r21551 | jake | 2007-04-23 23:16:58 -0700 (Mon, 23 Apr 2007) | 1 line +Changed paths: + M /trunk/gtk/toolbar.c + +Damn qqq-bird. ;) +------------------------------------------------------------------------ +r21552 | guy | 2007-04-23 23:43:01 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dfilter/dfilter-macro.c + +Try to squelch an alignment warning (we put "int"s into the array, so we +know the pointer's aligned appropriately for an array of "int"s). + +------------------------------------------------------------------------ +r21553 | sahlberg | 2007-04-23 23:49:38 -0700 (Mon, 23 Apr 2007) | 3 lines +Changed paths: + M /trunk/gtk/compat_macros.h + +add an explicit cast of the callback function in the gtk1 SIGNAL_DISCONNECT_BY_FUNC() + + +------------------------------------------------------------------------ +r21554 | guy | 2007-04-24 04:54:18 -0700 (Tue, 24 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/tvbuff.c + M /trunk/epan/tvbuff.h + +"memcpy()" takes void *'s as arguments and returns a void *; have +tvb_memcpy() be similar, to avoid unnecessarily alignment warnings. + +Do the same with "ep_tvb_memdup()". + +------------------------------------------------------------------------ +r21555 | guy | 2007-04-24 10:12:29 -0700 (Tue, 24 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/tvbuff.c + +Fix definition of tvb_memcpy() to match declaration. + +------------------------------------------------------------------------ +r21556 | etxrab | 2007-04-24 12:24:14 -0700 (Tue, 24 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/proto.c + M /trunk/epan/proto.h + +Add a new proto function proto_tree_add_bits() which adds bits to the tree +starting at the bit offset given for the number of bits indicated which wll also return +the value of the bits. +Experimental and for review, documentation to be updated. +------------------------------------------------------------------------ +r21557 | lego | 2007-04-24 12:28:12 -0700 (Tue, 24 Apr 2007) | 4 lines +Changed paths: + M /trunk/asn1/h248/h248v3.asn + M /trunk/epan/dissectors/packet-h248.c + +extraInfo was not propperly tagged causing ber decoding errors. +Fixes Bug 1554 + + +------------------------------------------------------------------------ +r21558 | jmayer | 2007-04-24 14:26:40 -0700 (Tue, 24 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-iuup.c + +proto_tree_add_bits -> iuup_proto_tree_add_bits as discussed +on wireshark-dev to make it compile again + +------------------------------------------------------------------------ +r21559 | kukosa | 2007-04-24 23:33:24 -0700 (Tue, 24 Apr 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +fix bug in handling of tagged type reference +------------------------------------------------------------------------ +r21560 | kukosa | 2007-04-25 03:16:33 -0700 (Wed, 25 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + +fread() return value can not match file size on Windows due CR/LF conversion - do not check it +------------------------------------------------------------------------ +r21561 | kukosa | 2007-04-25 04:14:14 -0700 (Wed, 25 Apr 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +new parameter EXTERN for #.EXPORTS directive +------------------------------------------------------------------------ +r21562 | gerald | 2007-04-25 10:39:38 -0700 (Wed, 25 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +From Stig Bj?\195?\184rlykke: + +Fix break placement for control frames in dissect_ieee80211_common() + +------------------------------------------------------------------------ +r21563 | guy | 2007-04-25 12:28:56 -0700 (Wed, 25 Apr 2007) | 11 lines +Changed paths: + M /trunk/epan/address.h + +Some types of addresses are data structures; make the address data +pointer in an address structure a "void *", to indicate that it can +point to some arbitrary type of object, rather than a "guint8 *", which +indicates that it points to an array of bytes. + +For any address type where the address is a structure, this removes some +alignment warnings; the author of the code to handle a particular +address type has the responsibility of making sure you don't set up the +address structure with misaligned data. (Yes, it matters, at least on +SPARC.) + +------------------------------------------------------------------------ +r21564 | gerald | 2007-04-25 12:38:47 -0700 (Wed, 25 Apr 2007) | 9 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +From Dustin Johnson: + + - A-MSDU updates + - Secondary Channel Offset tag updates + - A-MPDU parameter updates + - Lots of string fixes updates + +Fixup whitespace. + +------------------------------------------------------------------------ +r21565 | guy | 2007-04-25 13:14:41 -0700 (Wed, 25 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-bpdu.c + +The "data" field of an address structure is a "void *"; when looking at +a MAC address, convert it to a "guint8 *". + +------------------------------------------------------------------------ +r21566 | guy | 2007-04-25 14:37:15 -0700 (Wed, 25 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ipsec.c + +The data field of an address structure is now a void *; convert it as +appropriate. + +------------------------------------------------------------------------ +r21567 | guy | 2007-04-25 15:04:46 -0700 (Wed, 25 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-cpfi.c + +The data field of an address structure is now a void *; convert it as +appropriate. + +Also, throw in a check for the types of the addresses. + +------------------------------------------------------------------------ +r21568 | guy | 2007-04-25 15:33:47 -0700 (Wed, 25 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dtls.c + +Use "address_to_str()" to format an address, rather than assuming it's +an IPv4 address. + +------------------------------------------------------------------------ +r21569 | guy | 2007-04-25 16:09:58 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-cpfi.c + +Fail if the addresses being checked aren't Ethernet addresses. + +------------------------------------------------------------------------ +r21570 | guy | 2007-04-25 16:11:22 -0700 (Wed, 25 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-fcels.c + +Check that the addresses are FC addresses before looking at them. + +If the address is an FC address, convert the data pointer to a guint8 *, +as it's a void *. + +------------------------------------------------------------------------ +r21571 | guy | 2007-04-25 16:31:22 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-fcels.c + +Fix the previous fix. + +------------------------------------------------------------------------ +r21572 | guy | 2007-04-25 16:54:54 -0700 (Wed, 25 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-tr.c + +The data field of an address structure is a void *, so we can't look at +what it points to. Stop doing that in the code to check for source +routing. + +------------------------------------------------------------------------ +r21573 | guy | 2007-04-25 16:56:46 -0700 (Wed, 25 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + +Use "address_to_str()" to format an address, rather than assuming it's +an IPv4 address. + +------------------------------------------------------------------------ +r21574 | guy | 2007-04-25 16:58:43 -0700 (Wed, 25 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-nt-sonmp.c + +The data pointer in an address structure is a void *; if the address is +a MAC address, convert it to a guint8 * in order to look at the bytes of +the address. + +------------------------------------------------------------------------ +r21575 | guy | 2007-04-25 17:01:29 -0700 (Wed, 25 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-igrp.c + +Check to make sure the address really *is* an IPv4 address. + +If it is, convert the "void *" data pointer to a "guint8 *", so we can +look at the first byte. + +------------------------------------------------------------------------ +r21576 | guy | 2007-04-25 17:03:41 -0700 (Wed, 25 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-iax2.c + +The data pointer of an address structure is a void *; convert it to a +guint8 * in order to look at the raw bytes of the address. + +------------------------------------------------------------------------ +r21577 | guy | 2007-04-25 17:51:33 -0700 (Wed, 25 Apr 2007) | 4 lines +Changed paths: + M /trunk/epan/address.h + M /trunk/epan/conversation.c + M /trunk/epan/dissectors/packet-iax2.c + +Add a macro for hashing the bytes of an address into a hash value. + +Use it in the IAX2 dissector and in the conversation code. + +------------------------------------------------------------------------ +r21578 | guy | 2007-04-25 18:01:27 -0700 (Wed, 25 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/address.h + M /trunk/epan/conversation.c + M /trunk/epan/dissectors/packet-iax2.c + +Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what it +does (i.e., it will add the address bytes to the value that's already +there - it will not initialize the value, so you have to clear it before +doing any hashing). + +------------------------------------------------------------------------ +r21579 | guy | 2007-04-25 18:11:24 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/address.h + +Add missing backslash. + +------------------------------------------------------------------------ +r21580 | guy | 2007-04-25 18:35:26 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-iax2.c + +Get rid of no-longer-needed variable. + +------------------------------------------------------------------------ +r21581 | guy | 2007-04-25 19:35:36 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/address.h + +Use the right local variable. + +------------------------------------------------------------------------ +r21582 | guy | 2007-04-25 19:36:24 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-iax2.c + +Get rid of unused variable. + +------------------------------------------------------------------------ +r21583 | guy | 2007-04-25 20:08:23 -0700 (Wed, 25 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/sna-utils.c + +For 1-byte and 2-byte FIDs, convert the void * data pointer in the +address to a guint8 *, to get at the bytes. + +------------------------------------------------------------------------ +r21584 | guy | 2007-04-25 20:32:38 -0700 (Wed, 25 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/to_str.c + +For address types where the address is a bunch of bytes, convert the +address data pointer from a void * to a guint8 *. + +For AT_STRINGZ, convert it to a char *. + +Fix indentation. + +------------------------------------------------------------------------ +r21585 | guy | 2007-04-25 20:38:40 -0700 (Wed, 25 Apr 2007) | 4 lines +Changed paths: + M /trunk/gtk/rtp_stream.c + +Copy up to 4 bytes from the source address, rather than just copying the +first byte; if the goal is to have the address not be fake for IPv4, +that's the way to do it. + +------------------------------------------------------------------------ +r21586 | guy | 2007-04-25 20:41:44 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/sctp_stat.c + +Umm, that's *not* how you compare addresses for equality.... + +------------------------------------------------------------------------ +r21587 | guy | 2007-04-25 20:43:34 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/sctp_stat.c + +See previous comment. + +------------------------------------------------------------------------ +r21588 | guy | 2007-04-25 21:30:41 -0700 (Wed, 25 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/address.h + M /trunk/epan/conversation.c + M /trunk/epan/dissectors/packet-iax2.c + +Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument, +as the other address macros do. + +------------------------------------------------------------------------ +r21589 | guy | 2007-04-25 22:35:04 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-iax2.c + +memmove() is needed only if the source and destination might overlap. + +------------------------------------------------------------------------ +r21590 | guy | 2007-04-25 22:40:48 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-netflow.c + +memmove() is needed only if the source and destination might overlap. + +------------------------------------------------------------------------ +r21591 | guy | 2007-04-25 22:43:43 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-q931.c + +memmove() is needed only if the source and destination might overlap. + +------------------------------------------------------------------------ +r21592 | guy | 2007-04-25 22:47:34 -0700 (Wed, 25 Apr 2007) | 2 lines +Changed paths: + M /trunk/gtk/voip_calls.c + +memmove() is needed only if the source and destination might overlap. + +------------------------------------------------------------------------ +r21593 | jake | 2007-04-25 23:00:48 -0700 (Wed, 25 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-spoolss.c + +Fix for bug 1505. Adding getprinterdriver levels 2, 6, and (partially) 101. +------------------------------------------------------------------------ +r21594 | etxrab | 2007-04-25 23:39:29 -0700 (Wed, 25 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ansi_801.c + M /trunk/epan/proto.c + M /trunk/epan/proto.h + +Change the signature of proto_tree_add_bits() and add proto_tree_add_bits_ret_val() +which will hopefully be more acceptable. +Change name of tvb_get_bits() in ansi_801 +------------------------------------------------------------------------ +r21595 | guy | 2007-04-26 00:57:44 -0700 (Thu, 26 Apr 2007) | 4 lines +Changed paths: M /trunk/epan/dissectors/packet-mtp3.c - M /trunk/epan/dissectors/packet-sua.c + M /trunk/epan/dissectors/packet-mtp3.h + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/gcp.c + M /trunk/epan/tcap-persistentdata.c + M /trunk/epan/to_str.c + M /trunk/gtk/mtp3_stat.c + +mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointer +to a mtp3_addr_pc_t; declare them as such, and pass the argument as +such. + +------------------------------------------------------------------------ +r21596 | jmayer | 2007-04-26 08:39:41 -0700 (Thu, 26 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-cdp.c + +Tiny formatting change +------------------------------------------------------------------------ +r21597 | guy | 2007-04-26 12:44:18 -0700 (Thu, 26 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb.h + +As with other types of extra info, tag the UID extra info. Don't add +stuff to the UID tree unless it's UID stuff. + +Also, as we appear to allow for null domain and account information in +dissect_smb_uid(), check for null information before trying to add it to +the top-level item. + +------------------------------------------------------------------------ +r21598 | guy | 2007-04-26 13:06:06 -0700 (Thu, 26 Apr 2007) | 2 lines +Changed paths: + M /trunk/wiretap/netxray.c + +From Jeff Foster: add support for Cisco HDLC captures. + +------------------------------------------------------------------------ +r21599 | jake | 2007-04-26 23:34:31 -0700 (Thu, 26 Apr 2007) | 4 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-ethertype.c + A /trunk/epan/dissectors/packet-nsrp.c + M /trunk/epan/etypes.h + +From Bingyao Du: +Attachment is a patch for adding a new Juniper NSRP dissector. In this patch, OICQ author email address + has also been updated to . + +------------------------------------------------------------------------ +r21600 | kukosa | 2007-04-27 00:35:01 -0700 (Fri, 27 Apr 2007) | 5 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +- new #.Exports parameter VALS_WITH_TABLE which "exports" whole table into header file + /it is only one way how to use it in Windows plugins/ +- better handling of imports and definitions if more ASN.1 sources are compiled together +- fix tag handling on top level of PDU +- new -I command line option for path(s) of conformance files including +------------------------------------------------------------------------ +r21601 | kukosa | 2007-04-27 00:37:30 -0700 (Fri, 27 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/h235/Makefile.nmake + M /trunk/asn1/h235/h235.cnf + +minor formal changes +------------------------------------------------------------------------ +r21602 | kukosa | 2007-04-27 01:10:18 -0700 (Fri, 27 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.nmake + A /trunk/asn1/q932 + A /trunk/asn1/q932/Addressing-Data-Elements.asn + A /trunk/asn1/q932/Interpretation-component.asn + A /trunk/asn1/q932/Makefile + A /trunk/asn1/q932/Makefile.nmake + A /trunk/asn1/q932/Network-Facility-Extension.asn + A /trunk/asn1/q932/Network-Protocol-Profile-component.asn + A /trunk/asn1/q932/packet-q932-ros-template.c + A /trunk/asn1/q932/packet-q932-ros-template.h + A /trunk/asn1/q932/packet-q932-template.c + A /trunk/asn1/q932/packet-q932-template.h + A /trunk/asn1/q932/q932-exp.cnf + A /trunk/asn1/q932/q932-ros.asn + A /trunk/asn1/q932/q932-ros.cnf + A /trunk/asn1/q932/q932.cnf + A /trunk/asn1/qsig + A /trunk/asn1/qsig/Makefile + A /trunk/asn1/qsig/Makefile.nmake + A /trunk/asn1/qsig/packet-qsig-template.c + A /trunk/asn1/qsig/packet-qsig-template.h + A /trunk/asn1/qsig/qsig-cf.asn + A /trunk/asn1/qsig/qsig-exp.cnf + A /trunk/asn1/qsig/qsig-gf-ade.asn + A /trunk/asn1/qsig/qsig-gf-ext.asn + A /trunk/asn1/qsig/qsig-gf-gp.asn + A /trunk/asn1/qsig/qsig-na.asn + A /trunk/asn1/qsig/qsig.cnf + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-q932-ros.c + A /trunk/epan/dissectors/packet-q932-ros.h + A /trunk/epan/dissectors/packet-q932.c + A /trunk/epan/dissectors/packet-q932.h + A /trunk/epan/dissectors/packet-qsig.c + A /trunk/epan/dissectors/packet-qsig.h + M /trunk/epan/libwireshark.def + +new Q.932 and QSIG dissectors +------------------------------------------------------------------------ +r21603 | jake | 2007-04-27 11:16:05 -0700 (Fri, 27 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-oicq.c + +Change of authors email address +------------------------------------------------------------------------ +r21604 | etxrab | 2007-04-27 16:03:37 -0700 (Fri, 27 Apr 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.am + +Add Q.932 to extra dist. +------------------------------------------------------------------------ +r21605 | kukosa | 2007-04-28 00:55:41 -0700 (Sat, 28 Apr 2007) | 2 lines +Changed paths: + M /trunk/asn1/Makefile.am + +Fix Q.932 extra dist and add QSIG to extra dist. + +------------------------------------------------------------------------ +r21606 | sahlberg | 2007-04-28 00:57:12 -0700 (Sat, 28 Apr 2007) | 16 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-starteam.c + +from metatech at flashmail.com : + new protocol STARTEAM + + +>Hi, +> +>Here is a submission of a new dissector for the Borland StarTeam protocol. +>For the compiler warnings, I tried to get rid of them, at least what MSVC6 +>is reporting. If your compiler reports more, please tell me the line number. +>As I do not have SVN installed but I compiled from the 0.99.5 tarball, +>please forgive me if I cannot easily generate diffs against current SVN (I +>tried my best with Cygwin). +>I also added the sample capture file on the Wiki on which I ran 900 loops +>of fuzz testing with no problem. + + +------------------------------------------------------------------------ +r21607 | etxrab | 2007-04-28 05:13:25 -0700 (Sat, 28 Apr 2007) | 6 lines +Changed paths: + M /trunk/epan/proto.c + M /trunk/epan/proto.h + M /trunk/epan/tvbuff.c + M /trunk/epan/tvbuff.h + +Add: + proto_tree_add_bits_ret_val() +tvb_get_bits() +And modify +proto_tree_add_bits() not to return a value. +little endian is not yet implemented. +------------------------------------------------------------------------ +r21608 | etxrab | 2007-04-28 07:38:53 -0700 (Sat, 28 Apr 2007) | 4 lines +Changed paths: + M /trunk/asn1/mms/mms.asn + M /trunk/asn1/mms/packet-mms-template.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + M /trunk/epan/dissectors/packet-h263.c + M /trunk/epan/dissectors/packet-mms.c + +From Gavin Heer: + Here's a patch that decodes MMS(Manufacturing Messaging +Specification) when transported over COTP/TPKT/TCP. Previously, MMS would only be decoded if the OSI Presentation Layers were present. Now MMS/COTP/TPKT/TCP is dissected. +With a change to use more functions from packet-ber +------------------------------------------------------------------------ +r21609 | etxrab | 2007-04-28 07:47:43 -0700 (Sat, 28 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + M /trunk/epan/dissectors/packet-h263.c + +Revert some private experiments checked in by misstake. +------------------------------------------------------------------------ +r21610 | guy | 2007-04-28 14:06:15 -0700 (Sat, 28 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/tvbuff.c + M /trunk/epan/tvbuff.h + +Make tvb_memdup(), like ep_tvb_memdup(), return a "void *". + +------------------------------------------------------------------------ +r21611 | guy | 2007-04-28 14:09:20 -0700 (Sat, 28 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-nfs.c + M /trunk/epan/emem.c + M /trunk/epan/emem.h + +In calls to the emem_tree routines, forcibly align items not known to be +aligned on 32-bit boundaries. + +------------------------------------------------------------------------ +r21612 | guy | 2007-04-28 14:58:42 -0700 (Sat, 28 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/emem.c + +In emem_tree_lookup_string(), return NULL if the allocation fails. + +------------------------------------------------------------------------ +r21613 | guy | 2007-04-28 15:01:27 -0700 (Sat, 28 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/tvbuff.c + +NULL is a pointer value; routines returning integral values shouldn't +return NULL. + +------------------------------------------------------------------------ +r21614 | guy | 2007-04-28 15:16:27 -0700 (Sat, 28 Apr 2007) | 2 lines +Changed paths: + M /trunk/asn1/q932/Makefile + +Fix the dependencies. + +------------------------------------------------------------------------ +r21615 | guy | 2007-04-28 15:17:05 -0700 (Sat, 28 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.am + +Libwireshark is now a shared library. + +------------------------------------------------------------------------ +r21616 | guy | 2007-04-28 15:22:35 -0700 (Sat, 28 Apr 2007) | 2 lines +Changed paths: + M /trunk/asn1/q932/packet-q932-template.c + M /trunk/epan/dissectors/packet-q932.c + +Include before using C string functions. + +------------------------------------------------------------------------ +r21617 | guy | 2007-04-28 15:31:04 -0700 (Sat, 28 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-radius.c + +The data in a GArray is guaranteed to be properly aligned; add a cast to +squelch compiler warnings. + +------------------------------------------------------------------------ +r21618 | sfisher | 2007-04-28 16:52:12 -0700 (Sat, 28 Apr 2007) | 19 lines +Changed paths: + M /trunk/epan/dissectors/packet-http.c + + +From Sake Blok: + +While looking into the http-dissector I improved a few things on +how it dissects a proxy CONNECT session. This is what I have changed: + +- added the fields hf_http_proxy_connect_host and -port + +- changed proto_tree_add_text to proto_tree_add_string and -uint + so that it's possible to filter on them + +- make these two fields "PROTO_ITEM_SET_GENERATED" + +- removed the alteration of the ports within pinfo, now the + ports in the column info are not changed to the port used to + connect to the backend server. It is now possible to use + follow-tcp-stream again on proxied ssl sessions. + + +------------------------------------------------------------------------ +r21619 | guy | 2007-04-29 23:19:35 -0700 (Sun, 29 Apr 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-radiotap.c + +Don't cast a "guint8 *" to a pointer to a structure; just use the +pointer to the guint8, plus explicitly defined structure offsets (the +structure had better be the same on all platforms, forever, otherwise +binary compatibility breaks, which would be an error, given that the +structure appears in capture files). + +------------------------------------------------------------------------ +r21620 | guy | 2007-04-29 23:24:27 -0700 (Sun, 29 Apr 2007) | 2 lines +Changed paths: + M /trunk/asn1/q932/Makefile + +Put the q932-ros dissector into a file with the right name. + +------------------------------------------------------------------------ +r21621 | kukosa | 2007-04-29 23:40:07 -0700 (Sun, 29 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-t30.c + M /trunk/epan/dissectors/packet-t38.c + +move T.30 protocol into its own dissector file +------------------------------------------------------------------------ +r21622 | guy | 2007-04-29 23:41:53 -0700 (Sun, 29 Apr 2007) | 6 lines +Changed paths: + M /trunk/asn1/q932/packet-q932-ros-template.c + M /trunk/asn1/q932/packet-q932-template.c + M /trunk/asn1/qsig/packet-qsig-template.c + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932-ros.h + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-qsig.c + +The Q.932 dissector doesn't need to include ; the Q.932 ROS +dissector does. + +The fix to the Makefile to generate packet-q932-ros.c changed the +protocol name in some cases; change it uniformly. + +------------------------------------------------------------------------ +r21623 | guy | 2007-04-30 01:33:44 -0700 (Mon, 30 Apr 2007) | 11 lines +Changed paths: + M /trunk/epan/dissectors/packet-rmt-lct.c + M /trunk/epan/dissectors/packet-rmt-lct.h + +Thou shalt not squelch compiler complaints about an assignment +discarding a qualifier by explicitly casting away the qualifier; +constness should persist, so that attempts to, for example, modify +something you got with tvb_get_ptr() get complained about (as we don't, +and won't, guarantee that you will get correct behavior if you do that). +Just make the pointer to which a const pointer is being assigned const +itself. + +Yet *AGAIN* work around GArray's brokenness of having its data pointer +be a guint8 * rather than a void *. + +------------------------------------------------------------------------ +r21624 | kukosa | 2007-04-30 01:38:59 -0700 (Mon, 30 Apr 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-t30.c + +newline at end of file is required by some compilers +------------------------------------------------------------------------ +r21625 | guy | 2007-04-30 01:55:59 -0700 (Mon, 30 Apr 2007) | 11 lines +Changed paths: + M /trunk/asn1/q932/Makefile + M /trunk/asn1/q932/Makefile.nmake + M /trunk/asn1/q932/packet-q932-ros-template.c + M /trunk/asn1/q932/packet-q932-template.c + M /trunk/asn1/qsig/packet-qsig-template.c + M /trunk/asn1/qsig/qsig-exp.cnf + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932-ros.h + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-qsig.c + +Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and make +it a lot more like the Makefile.nmake file. Also, use $(PROTOCOL_NAME) +in a couple of places in Makefile.nmake where it wasn't being used +before. + +(It might be interesting to see whether we can use a template for these +Makefiles, and just tweak some variables at the beginning.) + +That lets us get a Q.932 ROS dissector with the right file name and with +"q932.ros" rather than "q932-ros" as the dissector name; do that. + +------------------------------------------------------------------------ +r21626 | guy | 2007-04-30 09:54:29 -0700 (Mon, 30 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-rmt-norm.c + +Yet another workaround for GArray's bad data type choice. + +------------------------------------------------------------------------ +r21627 | guy | 2007-04-30 12:24:25 -0700 (Mon, 30 Apr 2007) | 7 lines +Changed paths: + M /trunk/epan/Makefile.common + M /trunk/epan/dissectors/packet-radius.c + M /trunk/epan/dissectors/packet-rmt-lct.c + M /trunk/epan/dissectors/packet-rmt-norm.c + M /trunk/epan/dissectors/packet-rpc.c + M /trunk/epan/dissectors/packet-xml.c + A /trunk/epan/garrayfix.h + +Add a header that redefines g_array_index() to throw in a "void *" cast +to work around the "data" field of a GArray being a guint8 *, and +defines a g_array_data() macro to extract that field and cast it to void +*. + +Use that header where needed. + +------------------------------------------------------------------------ +r21628 | guy | 2007-04-30 12:25:18 -0700 (Mon, 30 Apr 2007) | 2 lines +Changed paths: + M /trunk/epan/garrayfix.h + +Update copyright notice. + +------------------------------------------------------------------------ +r21629 | guy | 2007-04-30 14:22:15 -0700 (Mon, 30 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-tacacs.c + +Use memcpy() to copy the session ID to the buffer, so we don't get +warnings from the compiler about pointer value alignment. + +------------------------------------------------------------------------ +r21630 | gerald | 2007-04-30 16:50:35 -0700 (Mon, 30 Apr 2007) | 13 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +From Dustin Johnson and myself: + + - HT Control fixes and updates + - Add an is_ht flag to the common dissection and capture routines, along + with a registered dissector (which is used in code that hasn't been + checked in yet.) + - Action Fixed Parameter updates + - Control Wrapper fixes and updates + - Beacon Interval fixes and updates + - Capability Info fixes and updates + - Block Ack / Block Ack Request fixes + - Lots of miscellaneous fixes and updates + +------------------------------------------------------------------------ +r21631 | guy | 2007-04-30 18:56:58 -0700 (Mon, 30 Apr 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Parenthesize to squelch a compiler warning (a warning that suggests that +the parentheses are needed - not that I can remember which of && and || +have higher precedence, anyway, which is why I like parenthesizing +expressions such as this...). + +------------------------------------------------------------------------ +r21632 | gerald | 2007-04-30 21:58:12 -0700 (Mon, 30 Apr 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-vj.c + +Fetch IP and TCP length values directly instead of casting the data buffer +to struct pointers (which causes compiler errors on the Solaris builder). + +------------------------------------------------------------------------ +r21633 | martinm | 2007-05-01 02:45:34 -0700 (Tue, 01 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-bootp.c + M /trunk/epan/dissectors/packet-dua.c + M /trunk/epan/dissectors/packet-iua.c + +Make these protocols findable by name. + +------------------------------------------------------------------------ +r21634 | gerald | 2007-05-01 09:55:15 -0700 (Tue, 01 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +From Dustin Johnson: Normalize indentation. + +------------------------------------------------------------------------ +r21635 | etxrab | 2007-05-01 15:05:11 -0700 (Tue, 01 May 2007) | 1 line +Changed paths: + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/asn1/h225/h225-exp.cnf + M /trunk/asn1/h225/packet-h225-template.c + M /trunk/asn1/h225/packet-h225-template.h + M /trunk/asn1/h235/packet-h235-template.c + M /trunk/asn1/h245/h245-exp.cnf + M /trunk/asn1/h245/packet-h245-template.c + M /trunk/asn1/h450/packet-h450-template.c + M /trunk/asn1/ldap/packet-ldap-template.c + M /trunk/asn1/mpeg/packet-mpeg-audio-template.c + M /trunk/asn1/mpeg/packet-mpeg-pes-template.c + M /trunk/asn1/nbap/packet-nbap-template.c + M /trunk/asn1/ranap/packet-ranap-template.c + M /trunk/asn1/ranap/ranap-exp.cnf + M /trunk/asn1/rnsap/packet-rnsap-template.c + M /trunk/asn1/rrlp/packet-rrlp-template.c + M /trunk/asn1/ulp/packet-ulp-template.c + M /trunk/asn1/ulp/ulp-exp.cnf + M /trunk/asn1/umts_rrc/packet-umts_rrc-template.c + M /trunk/asn1/umts_rrc/umts_rrc-exp.cnf + M /trunk/asn1/umts_rrc_Internode-defs/packet-umts_rrc_internode-defs-template.c + M /trunk/asn1/umts_rrc_ies/packet-umts_rrc_ies-template.c + M /trunk/asn1/umts_rrc_ies/umts_rrc_ies-exp.cnf + M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c + M /trunk/epan/Makefile.common + A /trunk/epan/asn1.h + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gtp.c + M /trunk/epan/dissectors/packet-h221_nonstd.c + M /trunk/epan/dissectors/packet-h225.c + M /trunk/epan/dissectors/packet-h225.h + M /trunk/epan/dissectors/packet-h235.c + M /trunk/epan/dissectors/packet-h245.c + M /trunk/epan/dissectors/packet-h245.h + M /trunk/epan/dissectors/packet-h450.c + M /trunk/epan/dissectors/packet-h450.h + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-ldap.h + M /trunk/epan/dissectors/packet-megaco.c + M /trunk/epan/dissectors/packet-mpeg-audio.c + M /trunk/epan/dissectors/packet-mpeg-pes.c + M /trunk/epan/dissectors/packet-nbap.c + M /trunk/epan/dissectors/packet-nbap.h + M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-per.h + M /trunk/epan/dissectors/packet-ranap.c + M /trunk/epan/dissectors/packet-rnsap.c + M /trunk/epan/dissectors/packet-rnsap.h + M /trunk/epan/dissectors/packet-rrlp.c + M /trunk/epan/dissectors/packet-rrlp.h + M /trunk/epan/dissectors/packet-sdp.c + M /trunk/epan/dissectors/packet-t38.c + M /trunk/epan/dissectors/packet-ulp.c + M /trunk/epan/dissectors/packet-ulp.h + M /trunk/epan/dissectors/packet-umts_rrc.c + M /trunk/epan/dissectors/packet-umts_rrc.h + M /trunk/epan/dissectors/packet-umts_rrc_ies.c + M /trunk/epan/dissectors/packet-umts_rrc_ies.h + M /trunk/epan/dissectors/packet-umts_rrc_pdu_def.c + M /trunk/epan/dissectors/packet-umts_rrc_pdu_def.h + M /trunk/plugins/h223/packet-h223.c + +Split out common asn1 stuff to asn1.h and include that where needed. +------------------------------------------------------------------------ +r21636 | jake | 2007-05-01 23:17:19 -0700 (Tue, 01 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-bootp.c + +From Stefan Puiu: +A DHCP Discover option 90 has no Secret ID nor HMAC MD5 Hash. +------------------------------------------------------------------------ +r21637 | sahlberg | 2007-05-02 01:50:16 -0700 (Wed, 02 May 2007) | 3 lines +Changed paths: + M /trunk/gtk/follow_dlg.c + +store the result of fread in a variable to make -Werror happy + + +------------------------------------------------------------------------ +r21638 | sahlberg | 2007-05-02 04:50:54 -0700 (Wed, 02 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/follow_dlg.c + M /trunk/gtk/rtp_analysis.c + M /trunk/gtk/rtp_stream.c + +fix some more warnings that the result from fread/fwrite is discarded by assigning the return value to a variable + +------------------------------------------------------------------------ +r21639 | sahlberg | 2007-05-02 05:07:46 -0700 (Wed, 02 May 2007) | 8 lines +Changed paths: + M /trunk/gtk/rtp_analysis.c + + +do something with the return value from eth_write (which is a define for fwrite)so that -Werror does not cause the build to fail + + +-This line, and those below, will be ignored-- + +M gtk/rtp_analysis.c + +------------------------------------------------------------------------ +r21640 | kukosa | 2007-05-02 05:13:29 -0700 (Wed, 02 May 2007) | 1 line +Changed paths: + M /trunk/epan/asn1.h + M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-per.h + +PER - support of EXTERNAL and ObjectDescriptor types (not tested) +------------------------------------------------------------------------ +r21641 | sahlberg | 2007-05-02 05:17:01 -0700 (Wed, 02 May 2007) | 3 lines +Changed paths: + M /trunk/gtk/rtp_analysis.c + +some more : try to make read/write not break the build if the return value is not used + + +------------------------------------------------------------------------ +r21642 | kukosa | 2007-05-02 05:18:27 -0700 (Wed, 02 May 2007) | 4 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +- better reporting of syntax errors (or unsupported syntax) in ASN.1 source +- support of EXTERNAL type +- support of ObjectDescriptor for PER +- new #.CLASS directive for supporting some class workarounds +------------------------------------------------------------------------ +r21643 | sahlberg | 2007-05-02 05:26:26 -0700 (Wed, 02 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-per.c + +fix some compiler warnings leading to compile failure + + +------------------------------------------------------------------------ +r21644 | sahlberg | 2007-05-02 05:34:28 -0700 (Wed, 02 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-per.c + +comment out a unused function so that wireshark builds on suse again + + +------------------------------------------------------------------------ +r21645 | kukosa | 2007-05-02 05:48:22 -0700 (Wed, 02 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-per.c + +fix forgotten calling of dissect_per_External() +------------------------------------------------------------------------ +r21646 | sahlberg | 2007-05-02 06:32:07 -0700 (Wed, 02 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ctdb.c + +updates to the ctdb dissector to follow the latest protocol + + +------------------------------------------------------------------------ +r21647 | jake | 2007-05-02 11:42:02 -0700 (Wed, 02 May 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-sll.c + +From Matt Addison: +Problem: +The existing sll dissector does not handle ppp_hdlc packets (sll.ltype == 0x0007). +Resolution: +Alter packet-sll.c to call the ppp_hdlc dissector when a packet with sll.ltype=0x0007 is received. +------------------------------------------------------------------------ +r21648 | jake | 2007-05-02 11:42:53 -0700 (Wed, 02 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ctdb.c + +Fix the windows build by changing uint32_t into guint32. +------------------------------------------------------------------------ +r21649 | guy | 2007-05-02 12:28:24 -0700 (Wed, 02 May 2007) | 10 lines +Changed paths: + M /trunk/gtk/follow_dlg.c + M /trunk/gtk/rtp_stream.c + +Immediately quit routines if fwrite() fails - further writes will +probably fail (as you're probably out of disk space or over quota), and, +even if they don't, the file's going to be corrupt in any case. + +(Hopefully that's sufficient to avoid warnings that we're ignoring the +result of fwrite().) + +For fread(), check for errors or short reads, at least in all cases +where we have a provision for failing if the read fails. + +------------------------------------------------------------------------ +r21650 | guy | 2007-05-02 12:46:05 -0700 (Wed, 02 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl.c + +Check for read failures, and report them (and don't parse the key list +if we get one). + +------------------------------------------------------------------------ +r21651 | lego | 2007-05-02 13:09:42 -0700 (Wed, 02 May 2007) | 1 line +Changed paths: + M /trunk/wiretap/Makefile.am + M /trunk/wiretap/Makefile.common + M /trunk/wiretap/Makefile.nmake + M /trunk/wiretap/file_access.c + M /trunk/wiretap/k12.h + A /trunk/wiretap/k12text.l + M /trunk/wiretap/wtap.h + +add support for the text export format of textronix k1[25] +------------------------------------------------------------------------ +r21652 | lego | 2007-05-02 13:37:25 -0700 (Wed, 02 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +fix warnings in debug code +------------------------------------------------------------------------ +r21653 | lego | 2007-05-02 14:58:52 -0700 (Wed, 02 May 2007) | 1 line +Changed paths: + M /trunk/wiretap/k12text.l + +fix warnings +------------------------------------------------------------------------ +r21654 | gerald | 2007-05-02 16:26:33 -0700 (Wed, 02 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Add a routine to dissect the MCS Set. Add a tree for the MCS Set +Rx Bitmask. "Steams" -> "Scheme". + +------------------------------------------------------------------------ +r21655 | lego | 2007-05-02 16:39:44 -0700 (Wed, 02 May 2007) | 7 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/wslua/wslua.h + M /trunk/epan/wslua/wslua_proto.c + +From Tamas Regos (Via Balint Reczey) + +The attached patch adds ability of of creating radio button, drop-down +list and range type preference entries to the Lua plugin. +It also fixes a lua compile warning/error in wslua_gui.c. +The patch is written by Tamas Regos, he asked me to send it to the list. + +------------------------------------------------------------------------ +r21656 | lego | 2007-05-02 16:54:01 -0700 (Wed, 02 May 2007) | 4 lines +Changed paths: + M /trunk/epan/wslua/wslua_gui.c + +The forgotten file strikes back. +... It also fixes a lua compile warning/error in wslua_gui.c. ... + + +------------------------------------------------------------------------ +r21657 | gerald | 2007-05-02 17:21:22 -0700 (Wed, 02 May 2007) | 2 lines +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml + +Fix a couple of typos and fixup whitespace. + +------------------------------------------------------------------------ +r21658 | kukosa | 2007-05-03 02:15:04 -0700 (Thu, 03 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-per.h + +REAL type support +------------------------------------------------------------------------ +r21659 | kukosa | 2007-05-03 02:51:49 -0700 (Thu, 03 May 2007) | 1 line +Changed paths: + M /trunk/asn1/pkcs1/PKCS1.asn + +uppercase identifiers are not allowed +------------------------------------------------------------------------ +r21660 | kukosa | 2007-05-03 02:59:09 -0700 (Thu, 03 May 2007) | 1 line +Changed paths: + M /trunk/asn1/s4406/s4406.asn + +uppercase identifiers are not allowed +------------------------------------------------------------------------ +r21661 | kukosa | 2007-05-03 03:49:49 -0700 (Thu, 03 May 2007) | 1 line +Changed paths: + M /trunk/asn1/h450/h4501.asn + +comment out parameters of parametrized type +------------------------------------------------------------------------ +r21662 | kukosa | 2007-05-03 04:37:47 -0700 (Thu, 03 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/acse/acse-exp.cnf + M /trunk/asn1/acse/acse.asn + M /trunk/asn1/acse/acse.cnf + M /trunk/asn1/cdt/cdt-exp.cnf + M /trunk/asn1/cmip/CMIP.asn + M /trunk/asn1/cmip/cmip-exp.cnf + M /trunk/asn1/cms/cms-exp.cnf + M /trunk/asn1/dap/dap-exp.cnf + M /trunk/asn1/dap/dap.asn + M /trunk/asn1/disp/disp-exp.cnf + M /trunk/asn1/disp/disp.asn + M /trunk/asn1/dop/dop-exp.cnf + M /trunk/asn1/dop/dop.asn + M /trunk/asn1/dsp/dsp-exp.cnf + M /trunk/asn1/dsp/dsp.asn + M /trunk/asn1/ftam/ISO8571-FTAM.asn + M /trunk/asn1/ftam/ftam-exp.cnf + M /trunk/asn1/ftam/ftam.cnf + M /trunk/asn1/ftbp/ftbp.asn + M /trunk/asn1/mms/mms.asn + M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf + M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf + M /trunk/asn1/pkixcmp/cmp-exp.cnf + M /trunk/asn1/pkixcrmf/crmf-exp.cnf + M /trunk/asn1/qsig/qsig-exp.cnf + M /trunk/asn1/ros/ros-exp.cnf + M /trunk/asn1/rtse/rtse-exp.cnf + M /trunk/asn1/rtse/rtse.asn + M /trunk/asn1/rtse/rtse.cnf + M /trunk/asn1/snmp/snmp-exp.cnf + M /trunk/asn1/x411/x411-exp.cnf + M /trunk/asn1/x411/x411.asn + M /trunk/asn1/x420/x420-exp.cnf + M /trunk/asn1/x420/x420.asn + M /trunk/asn1/x509af/x509af-exp.cnf + M /trunk/asn1/x509ce/x509ce-exp.cnf + M /trunk/asn1/x509if/x509if-exp.cnf + M /trunk/asn1/x509sat/x509sat-exp.cnf + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h + M /trunk/epan/dissectors/packet-acp133.c + M /trunk/epan/dissectors/packet-acp133.h + M /trunk/epan/dissectors/packet-acse.c + M /trunk/epan/dissectors/packet-acse.h + M /trunk/epan/dissectors/packet-cdt.c + M /trunk/epan/dissectors/packet-cdt.h + M /trunk/epan/dissectors/packet-cmip.c + M /trunk/epan/dissectors/packet-cmip.h + M /trunk/epan/dissectors/packet-cmp.c + M /trunk/epan/dissectors/packet-cmp.h + M /trunk/epan/dissectors/packet-cms.c + M /trunk/epan/dissectors/packet-cms.h + M /trunk/epan/dissectors/packet-crmf.c + M /trunk/epan/dissectors/packet-crmf.h + M /trunk/epan/dissectors/packet-dap.c + M /trunk/epan/dissectors/packet-dap.h + M /trunk/epan/dissectors/packet-disp.c + M /trunk/epan/dissectors/packet-disp.h + M /trunk/epan/dissectors/packet-dop.c + M /trunk/epan/dissectors/packet-dop.h + M /trunk/epan/dissectors/packet-dsp.c + M /trunk/epan/dissectors/packet-dsp.h + M /trunk/epan/dissectors/packet-ess.c + M /trunk/epan/dissectors/packet-ess.h + M /trunk/epan/dissectors/packet-ftam.c + M /trunk/epan/dissectors/packet-ftam.h + M /trunk/epan/dissectors/packet-ftbp.c + M /trunk/epan/dissectors/packet-ftbp.h + M /trunk/epan/dissectors/packet-gnm.c + M /trunk/epan/dissectors/packet-gnm.h + M /trunk/epan/dissectors/packet-gsm_ss.c + M /trunk/epan/dissectors/packet-gsm_ss.h + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248.h + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-inap.h + M /trunk/epan/dissectors/packet-logotypecertextn.c + M /trunk/epan/dissectors/packet-logotypecertextn.h + M /trunk/epan/dissectors/packet-mms.c + M /trunk/epan/dissectors/packet-ns_cert_exts.c + M /trunk/epan/dissectors/packet-ocsp.c + M /trunk/epan/dissectors/packet-ocsp.h + M /trunk/epan/dissectors/packet-pkcs1.c + M /trunk/epan/dissectors/packet-pkcs1.h + M /trunk/epan/dissectors/packet-pkinit.c + M /trunk/epan/dissectors/packet-pkinit.h + M /trunk/epan/dissectors/packet-pkix1explicit.c + M /trunk/epan/dissectors/packet-pkix1explicit.h + M /trunk/epan/dissectors/packet-pkix1implicit.c + M /trunk/epan/dissectors/packet-pkix1implicit.h + M /trunk/epan/dissectors/packet-pkixproxy.c + M /trunk/epan/dissectors/packet-pkixproxy.h + M /trunk/epan/dissectors/packet-pkixqualified.c + M /trunk/epan/dissectors/packet-pkixqualified.h + M /trunk/epan/dissectors/packet-pkixtsp.c + M /trunk/epan/dissectors/packet-pkixtsp.h + M /trunk/epan/dissectors/packet-pres.c + M /trunk/epan/dissectors/packet-pres.h + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932-ros.h + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-qsig.c + M /trunk/epan/dissectors/packet-ros.c + M /trunk/epan/dissectors/packet-ros.h + M /trunk/epan/dissectors/packet-rtse.c + M /trunk/epan/dissectors/packet-rtse.h + M /trunk/epan/dissectors/packet-s4406.c + M /trunk/epan/dissectors/packet-s4406.h + M /trunk/epan/dissectors/packet-smrse.c + M /trunk/epan/dissectors/packet-smrse.h + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-snmp.h + M /trunk/epan/dissectors/packet-spnego.c + M /trunk/epan/dissectors/packet-spnego.h + M /trunk/epan/dissectors/packet-wlancertextn.c + M /trunk/epan/dissectors/packet-wlancertextn.h + M /trunk/epan/dissectors/packet-x411.c + M /trunk/epan/dissectors/packet-x411.h + M /trunk/epan/dissectors/packet-x420.c + M /trunk/epan/dissectors/packet-x420.h + M /trunk/epan/dissectors/packet-x509af.c + M /trunk/epan/dissectors/packet-x509af.h + M /trunk/epan/dissectors/packet-x509ce.c + M /trunk/epan/dissectors/packet-x509ce.h + M /trunk/epan/dissectors/packet-x509if.c + M /trunk/epan/dissectors/packet-x509if.h + M /trunk/epan/dissectors/packet-x509sat.c + M /trunk/epan/dissectors/packet-x509sat.h + +EXTERNAL type is handled in asn2wrs now +private implementations were renamed EXTERNAL -> EXTERNALt +------------------------------------------------------------------------ +r21663 | kukosa | 2007-05-03 04:42:33 -0700 (Thu, 03 May 2007) | 7 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +- REAL type and values are supported +- 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) } +------------------------------------------------------------------------ +r21664 | gerald | 2007-05-03 09:11:18 -0700 (Thu, 03 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dfilter/dfilter-macro.c + +Handle cases where our macro doesn't have any arguments. We should +probably provide feedback to the user, but at least we don't crash now. +Fixes Coverity CID 232. + +------------------------------------------------------------------------ +r21665 | gerald | 2007-05-03 09:59:13 -0700 (Thu, 03 May 2007) | 4 lines +Changed paths: + M /trunk/docbook/release-notes.xml + M /trunk/epan/dissectors/packet-ssl.c + +Check for an infinite loop while processing cipher suites. Fixes bug 1582. + +Add release notes for the SSL and display filter macro bugs. + +------------------------------------------------------------------------ +r21666 | lego | 2007-05-03 11:32:52 -0700 (Thu, 03 May 2007) | 3 lines +Changed paths: + M /trunk/wiretap/k12text.l + +will this finally get rid of the warnigs? + + +------------------------------------------------------------------------ +r21667 | etxrab | 2007-05-03 12:55:22 -0700 (Thu, 03 May 2007) | 1 line +Changed paths: + M /trunk/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn + M /trunk/asn1/h245/h245.cnf + M /trunk/asn1/h245/packet-h245-template.c + M /trunk/epan/dissectors/packet-h245.c + +Dissect returnedFunction. +------------------------------------------------------------------------ +r21668 | etxrab | 2007-05-03 12:56:13 -0700 (Thu, 03 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +Show internal ber fields for tagged type if pref. set. +------------------------------------------------------------------------ +r21669 | sahlberg | 2007-05-03 12:58:04 -0700 (Thu, 03 May 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/pidl/winreg.cnf + +use the latest version of PIDL to regenerate winreg using the new TYPE +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 + + +------------------------------------------------------------------------ +r21670 | etxrab | 2007-05-03 14:52:57 -0700 (Thu, 03 May 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.common + M /trunk/epan/asn1.h + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-per.h + M /trunk/tools/asn2wrs.py + +Split out asn1 common functions. Start of BER EXTERNAL. +------------------------------------------------------------------------ +r21671 | jmayer | 2007-05-03 14:56:22 -0700 (Thu, 03 May 2007) | 119 lines +Changed paths: + M /trunk/tools/pidl/idl.yp + M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm + M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + M /trunk/tools/pidl/pidl + M /trunk/tools/pidl/tests/Util.pm + M /trunk/tools/pidl/tests/samba-ejs.pl + M /trunk/tools/pidl/tests/samba-ndr.pl + M /trunk/tools/pidl/tests/samba3-cli.pl + M /trunk/tools/pidl/tests/tdr.pl + M /trunk/tools/pidl/tests/wireshark-conf.pl + M /trunk/tools/pidl/tests/wireshark-ndr.pl + +Note: make test for the following update generates 1 error: +--------- +tests/header..............NOK 14# Failed test 'struct declaration' +# in tests/header.pl at line 49. +# '/* header auto-generated by pidl */ +# +# #include +# #include +# +# #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 ============== + +------------------------------------------------------------------------ +r21672 | etxrab | 2007-05-03 23:07:30 -0700 (Thu, 03 May 2007) | 12 lines +Changed paths: + M /trunk/epan/dissectors/packet-netflow.c + +From Olivier Montanuy: + +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" +------------------------------------------------------------------------ +r21673 | kukosa | 2007-05-03 23:08:17 -0700 (Thu, 03 May 2007) | 1 line +Changed paths: + M /trunk/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn + +revert changes done by mistake - keep original ASN.1 source +------------------------------------------------------------------------ +r21674 | etxrab | 2007-05-03 23:41:55 -0700 (Thu, 03 May 2007) | 1 line +Changed paths: + M /trunk/asn1/h245/packet-h245-template.c + M /trunk/epan/dissectors/packet-h245.c + +Fix a copy paste error. +------------------------------------------------------------------------ +r21675 | kukosa | 2007-05-03 23:55:48 -0700 (Thu, 03 May 2007) | 2 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +- fix creating PDU_NEW functions, return the right value +- allow FN_PARS to be spreaded over more lines +------------------------------------------------------------------------ +r21676 | kukosa | 2007-05-04 00:10:15 -0700 (Fri, 04 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.am + M /trunk/asn1/Makefile.nmake + A /trunk/asn1/t38 + A /trunk/asn1/t38/Makefile + A /trunk/asn1/t38/Makefile.nmake + A /trunk/asn1/t38/T38(1998).asn + A /trunk/asn1/t38/T38(2002).asn + A /trunk/asn1/t38/packet-t38-template.c + A /trunk/asn1/t38/packet-t38-template.h + A /trunk/asn1/t38/t38.cnf + M /trunk/epan/dissectors/packet-t30.c + A /trunk/epan/dissectors/packet-t30.h + M /trunk/epan/dissectors/packet-t38.c + M /trunk/epan/dissectors/packet-t38.h + M /trunk/epan/libwireshark.def + M /trunk/gtk/voip_calls.c + +generate T.38 dissector from ASN.1 source +------------------------------------------------------------------------ +r21677 | kukosa | 2007-05-04 00:51:19 -0700 (Fri, 04 May 2007) | 1 line +Changed paths: + M /trunk/asn1/q932/packet-q932-ros-template.c + M /trunk/asn1/q932/packet-q932-ros-template.h + M /trunk/asn1/q932/packet-q932-template.c + M /trunk/asn1/qsig/packet-qsig-template.c + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932-ros.h + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-qsig.c + +fix few warnings in Q.932 and QSIG dissectors +------------------------------------------------------------------------ +r21678 | kukosa | 2007-05-04 01:24:06 -0700 (Fri, 04 May 2007) | 1 line +Changed paths: + A /trunk/epan/asn1.c + +missing asn1.c file +------------------------------------------------------------------------ +r21679 | kukosa | 2007-05-04 02:48:06 -0700 (Fri, 04 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/Makefile.common + +missing packet-t30.h file +------------------------------------------------------------------------ +r21680 | jake | 2007-05-04 04:21:03 -0700 (Fri, 04 May 2007) | 3 lines +Changed paths: + M /trunk/gtk/packet_history.c + M /trunk/gtk/packet_list.c + +From Steven Schaeffer: +Fix for bug 310. Use the frame number to store history i.s.o. row number. + +------------------------------------------------------------------------ +r21681 | jake | 2007-05-04 04:28:01 -0700 (Fri, 04 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/main.c + +Spare the filter compilation and filter list handling on clear display filter. + +------------------------------------------------------------------------ +r21682 | kukosa | 2007-05-04 06:11:34 -0700 (Fri, 04 May 2007) | 2 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +- new #.OPT directive which allows to use command line options from 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 +------------------------------------------------------------------------ +r21683 | kukosa | 2007-05-04 06:33:35 -0700 (Fri, 04 May 2007) | 3 lines +Changed paths: + M /trunk/asn1/q932/packet-q932-template.c + M /trunk/asn1/rnsap/Makefile + M /trunk/asn1/rnsap/Makefile.nmake + M /trunk/asn1/rnsap/rnsap.cnf + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-qsig.c + M /trunk/epan/dissectors/packet-ranap.c + M /trunk/epan/dissectors/packet-rnsap.c + M /trunk/epan/dissectors/packet-rnsap.h + +- Q.932: fix warnings +- RNSAP: generate field functions only for necessary types +- other dissectors regenerated +------------------------------------------------------------------------ +r21684 | guy | 2007-05-04 11:56:59 -0700 (Fri, 04 May 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-ber.c + +Once is enough. :-) + +That should get rid of warnings in packet-ber.c; add it to the list of +clean dissectors, to try to keep it clean. + +------------------------------------------------------------------------ +r21685 | etxrab | 2007-05-04 13:27:43 -0700 (Fri, 04 May 2007) | 1 line +Changed paths: + M /trunk/asn1/acse/acse.cnf + M /trunk/asn1/acse/packet-acse-template.c + M /trunk/epan/dissectors/packet-acse.c + M /trunk/epan/dissectors/packet-ber.c + +Show BER internal fields in external type in ACSE, update a comment in packet-ber.c. +------------------------------------------------------------------------ +r21686 | lego | 2007-05-04 14:10:55 -0700 (Fri, 04 May 2007) | 7 lines +Changed paths: + M /trunk/wiretap + M /trunk/wiretap/Makefile.common + M /trunk/wiretap/file_access.c + M /trunk/wiretap/k12text.l + A /trunk/wiretap/wtap-plugins.c + M /trunk/wiretap/wtap.c + M /trunk/wiretap/wtap.def + M /trunk/wiretap/wtap.h + +Add a plugin interface to wiretap. +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. + + + +------------------------------------------------------------------------ +r21687 | guy | 2007-05-04 17:24:53 -0700 (Fri, 04 May 2007) | 5 lines +Changed paths: + M /trunk/configure.in + +If the user explicitly specified "--enable-wireshark", fail immediately +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. + +------------------------------------------------------------------------ +r21688 | ulfl | 2007-05-05 03:11:06 -0700 (Sat, 05 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + +disable warning 4005 *again* +------------------------------------------------------------------------ +r21689 | ulfl | 2007-05-05 03:47:35 -0700 (Sat, 05 May 2007) | 1 line +Changed paths: + M /trunk/wiretap/file_access.c + M /trunk/wiretap/wtap-int.h + M /trunk/wiretap/wtap.def + M /trunk/wiretap/wtap.h + +fix win32 build by using wtap_get_num_file_types() instead of direct variable access +------------------------------------------------------------------------ +r21690 | ulfl | 2007-05-05 04:33:32 -0700 (Sat, 05 May 2007) | 1 line +Changed paths: + M /trunk/doc/wireshark.pod + +add command line option -E for path settings - implemented already weeks ago +------------------------------------------------------------------------ +r21691 | ulfl | 2007-05-05 05:17:19 -0700 (Sat, 05 May 2007) | 1 line +Changed paths: + M /trunk/doc/wireshark.pod + +fix -E path setting doc +------------------------------------------------------------------------ +r21692 | ulfl | 2007-05-05 05:19:04 -0700 (Sat, 05 May 2007) | 1 line +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml + +-E path setting doc, update wireshark help output +------------------------------------------------------------------------ +r21693 | ulfl | 2007-05-05 05:20:37 -0700 (Sat, 05 May 2007) | 1 line +Changed paths: + M /trunk/gtk/main.c + +add -P command line option help +------------------------------------------------------------------------ +r21694 | gal | 2007-05-06 01:15:17 -0700 (Sun, 06 May 2007) | 9 lines +Changed paths: + A /trunk/packaging/u3/tools + A /trunk/packaging/u3/tools/README.txt + A /trunk/packaging/u3/tools/makefile.nmake + A /trunk/packaging/u3/tools/sysdep.c + A /trunk/packaging/u3/tools/sysdep.h + A /trunk/packaging/u3/tools/utest.c + A /trunk/packaging/u3/tools/uuid.c + A /trunk/packaging/u3/tools/uuid.h + M /trunk/packaging/u3/win32/makefile.nmake + M /trunk/packaging/u3/win32/manifest.tmpl + +New U3 packaging tool to generate a UUID based on the Wireshark version 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. + + +------------------------------------------------------------------------ +r21695 | gal | 2007-05-06 01:18:44 -0700 (Sun, 06 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +Separate field for the elements of a constructed OCTET STRING. + +------------------------------------------------------------------------ +r21696 | ulfl | 2007-05-06 02:17:19 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/Makefile.nmake + M /trunk/epan/Makefile.nmake + M /trunk/packaging/nsis/wireshark.nsi + M /trunk/wiretap/Makefile.nmake + +instead of copying the MSVC 2005 manifest files around, embed them into the .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. +------------------------------------------------------------------------ +r21697 | ulfl | 2007-05-06 02:24:36 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.nmake + +embed the manifest files for the unittest exe's as well +------------------------------------------------------------------------ +r21698 | ulfl | 2007-05-06 02:32:51 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml + +the default is still python 2.4, as 2.5 currently doesn't work with the buildbot installation. +------------------------------------------------------------------------ +r21699 | ulfl | 2007-05-06 05:07:44 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc.c + +add CBA_E_INVALIDID +------------------------------------------------------------------------ +r21700 | gal | 2007-05-06 09:38:04 -0700 (Sun, 06 May 2007) | 3 lines +Changed paths: + M /trunk/asn1/x411/packet-x411-template.c + M /trunk/asn1/x411/x411.asn + M /trunk/asn1/x411/x411.cnf + M /trunk/epan/dissectors/packet-x411.c + +Better column information display for delivery reports. + + +------------------------------------------------------------------------ +r21701 | jake | 2007-05-06 12:25:14 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml + M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml + +Improve readability of code samples and program output +------------------------------------------------------------------------ +r21702 | etxrab | 2007-05-06 12:56:01 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.nmake + A /trunk/asn1/mpeg/Makefile.nmake + +Add mpeg to the Win makefiles. +------------------------------------------------------------------------ +r21703 | etxrab | 2007-05-06 13:02:26 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/asn1/mpeg/Makefile.nmake + +-p not -b :) +------------------------------------------------------------------------ +r21704 | etxrab | 2007-05-06 14:41:06 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.nmake + +Ad missing pkcs12. +------------------------------------------------------------------------ +r21705 | etxrab | 2007-05-06 15:34:05 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c + M /trunk/asn1/inap/packet-inap-template.c + M /trunk/asn1/mpeg/mpeg-audio-exp.cnf + M /trunk/asn1/mpeg/mpeg-pes-exp.cnf + M /trunk/asn1/pkcs12/Makefile.nmake + M /trunk/asn1/pkcs12/packet-pkcs12-template.c + M /trunk/asn1/pkinit/packet-pkinit-template.c + M /trunk/asn1/pkinit/packet-pkinit-template.h + M /trunk/asn1/spnego/packet-spnego-template.c + M /trunk/epan/asn1.h + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c + M /trunk/epan/dissectors/packet-acp133.c + M /trunk/epan/dissectors/packet-acse.c + M /trunk/epan/dissectors/packet-ansi_map.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-cdt.c + M /trunk/epan/dissectors/packet-cmip.c + M /trunk/epan/dissectors/packet-cmp.c + M /trunk/epan/dissectors/packet-cms.c + M /trunk/epan/dissectors/packet-crmf.c + M /trunk/epan/dissectors/packet-dap.c + M /trunk/epan/dissectors/packet-dcerpc-krb5rpc.c + M /trunk/epan/dissectors/packet-dcerpc-winreg.h + M /trunk/epan/dissectors/packet-disp.c + M /trunk/epan/dissectors/packet-dop.c + M /trunk/epan/dissectors/packet-dsp.c + M /trunk/epan/dissectors/packet-ess.c + M /trunk/epan/dissectors/packet-ftam.c + M /trunk/epan/dissectors/packet-ftbp.c + M /trunk/epan/dissectors/packet-gnm.c + M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_ss.c + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-kerberos.c + M /trunk/epan/dissectors/packet-kerberos.h + M /trunk/epan/dissectors/packet-kink.c + M /trunk/epan/dissectors/packet-kpasswd.c + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-logotypecertextn.c + M /trunk/epan/dissectors/packet-mms.c + M /trunk/epan/dissectors/packet-mpeg-audio.c + M /trunk/epan/dissectors/packet-mpeg-pes.c + M /trunk/epan/dissectors/packet-ocsp.c + M /trunk/epan/dissectors/packet-pkcs1.c + M /trunk/epan/dissectors/packet-pkcs12.c + M /trunk/epan/dissectors/packet-pkcs12.h + M /trunk/epan/dissectors/packet-pkinit.c + M /trunk/epan/dissectors/packet-pkinit.h + M /trunk/epan/dissectors/packet-pkix1explicit.c + M /trunk/epan/dissectors/packet-pkix1implicit.c + M /trunk/epan/dissectors/packet-pkixproxy.c + M /trunk/epan/dissectors/packet-pkixqualified.c + M /trunk/epan/dissectors/packet-pkixtsp.c + M /trunk/epan/dissectors/packet-pktc.c + M /trunk/epan/dissectors/packet-pres.c + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-qsig.c + M /trunk/epan/dissectors/packet-ros.c + M /trunk/epan/dissectors/packet-rtse.c + M /trunk/epan/dissectors/packet-s4406.c + M /trunk/epan/dissectors/packet-smrse.c + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-spnego.c + M /trunk/epan/dissectors/packet-tcap.c + M /trunk/epan/dissectors/packet-telnet.c + M /trunk/epan/dissectors/packet-wlancertextn.c + M /trunk/epan/dissectors/packet-x411.c + M /trunk/epan/dissectors/packet-x420.c + M /trunk/epan/dissectors/packet-x509af.c + M /trunk/epan/dissectors/packet-x509ce.c + M /trunk/epan/dissectors/packet-x509if.c + M /trunk/epan/dissectors/packet-x509sat.c + M /trunk/plugins/asn1/asn1.h + M /trunk/plugins/asn1/packet-asn1.c + M /trunk/tools/asn2wrs.py + +Start introducing actx to ber functions. +------------------------------------------------------------------------ +r21706 | etxrab | 2007-05-06 22:35:45 -0700 (Sun, 06 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-h248.c + +_U_ mark some parameters and a forgotten file. +------------------------------------------------------------------------ +r21707 | sahlberg | 2007-05-06 23:17:58 -0700 (Sun, 06 May 2007) | 7 lines +Changed paths: + M /trunk/wiretap/wtap-plugins.c + +GTK1 does not have GDir and as such needs to include dirent.h + +Since wiretap.h is not autogenerated, just make wtap-plugins.h include +the top level config.h to pull in the defines for HAVE_DIRENT which was +checked at top level + + +------------------------------------------------------------------------ +r21708 | sahlberg | 2007-05-06 23:26:39 -0700 (Sun, 06 May 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.h + +there were missing #defines in the header file that prevented it from +compiling properly + +update the headerfile from a freshly generated one from pidl + + +------------------------------------------------------------------------ +r21709 | sahlberg | 2007-05-07 00:23:38 -0700 (Mon, 07 May 2007) | 4 lines +Changed paths: + M /trunk/configure.in + +there was a syntax error introduced in this file which made it +impossible to configure and build wireshark under gtk1 + + +------------------------------------------------------------------------ +r21710 | sahlberg | 2007-05-07 00:33:26 -0700 (Mon, 07 May 2007) | 2 lines +Changed paths: + M /trunk/wiretap/wtap-plugins.c + +new attempt to resolve recent breakage + +------------------------------------------------------------------------ +r21711 | sahlberg | 2007-05-07 00:41:35 -0700 (Mon, 07 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb2.c + M /trunk/epan/dissectors/packet-smb2.h + +remove the ioctl function and table from the smb dissector and just use +the one in smb2 instead since the smb2 one is more developed. + + +------------------------------------------------------------------------ +r21712 | sahlberg | 2007-05-07 01:11:59 -0700 (Mon, 07 May 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb2.c + M /trunk/epan/dissectors/packet-smb2.h + +change the smb2 ioctl function to take a pointer to a uint32 (ioctl +function code) instead of a structure + +extend the nt trans structure to contain a ioctl function code for smb1 + + +------------------------------------------------------------------------ +r21713 | sahlberg | 2007-05-07 02:07:29 -0700 (Mon, 07 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb.h + M /trunk/epan/dissectors/packet-smb2.c + M /trunk/epan/dissectors/packet-smb2.h + +add dissection of smb1 ioctl data by tying it into the dissectors for +ioctl data that already exists for smb2 + + +------------------------------------------------------------------------ +r21714 | kukosa | 2007-05-07 04:25:21 -0700 (Mon, 07 May 2007) | 1 line +Changed paths: + M /trunk/epan/asn1.h + M /trunk/epan/dissectors/packet-per.c + +changes in external structure of asn1_ctx_t +------------------------------------------------------------------------ +r21715 | kukosa | 2007-05-07 05:59:31 -0700 (Mon, 07 May 2007) | 5 lines +Changed paths: + M /trunk/asn1/h235/h235-exp.cnf + M /trunk/asn1/h235/h235.cnf + M /trunk/asn1/h450/packet-h450-template.c + M /trunk/asn1/qsig/qsig-cf.asn + M /trunk/asn1/qsig/qsig-gf-ext.asn + M /trunk/asn1/qsig/qsig-na.asn + M /trunk/asn1/qsig/qsig.cnf + M /trunk/epan/dissectors/packet-h225.c + M /trunk/epan/dissectors/packet-h235.c + M /trunk/epan/dissectors/packet-h235.h + M /trunk/epan/dissectors/packet-h450.c + M /trunk/epan/dissectors/packet-qsig.c + M /trunk/tools/asn2wrs.py + +- simple Information Objects support + - all definitions in ASN.1 source are skipped and need not to be commented out + - #.CLASS directive can define types for Object Class Fields +- do not append 'xxx' postfix to parametrized types (changes H.235 and H.450 in accordance with it) +- change QSIG ASN.1 source to be more identical to original one +------------------------------------------------------------------------ +r21716 | gal | 2007-05-07 10:55:42 -0700 (Mon, 07 May 2007) | 6 lines +Changed paths: + M /trunk/dftest.c + M /trunk/epan/epan.c + M /trunk/epan/epan.h + M /trunk/epan/libwireshark.def + M /trunk/epan/proto.c + M /trunk/epan/proto.h + M /trunk/gtk/about_dlg.c + M /trunk/gtk/about_dlg.h + M /trunk/gtk/main.c + M /trunk/register.h + M /trunk/tools/make-dissector-reg + M /trunk/tools/make-dissector-reg.py + M /trunk/tshark.c + +Updated splash screen for Wireshark that shows the initialisation progress. +The splash screen shows a progress bar and a percentage complete - like the progress dialog. +As dissectors are initialised and handed off the name is shown. However, the names of plugin dissectors are not shown. +The update to the make-dissector-reg shell script has been tested, though I think generally the python version is used. + + +------------------------------------------------------------------------ +r21717 | sahlberg | 2007-05-07 11:35:28 -0700 (Mon, 07 May 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/pidl/winreg.cnf + +using latest version of pidl, which includes the required pragmas and +which also handles TYPE and PARAM_VALUE for strings, regenerate winreg +after using hte conformance file to prettify how and where strings are +to be used to decorate the summary line and the dissection tree + + +------------------------------------------------------------------------ +r21718 | gal | 2007-05-07 12:02:27 -0700 (Mon, 07 May 2007) | 3 lines +Changed paths: + M /trunk/gtk/about_dlg.c + +Missing string.h for strncmp. + + +------------------------------------------------------------------------ +r21719 | sahlberg | 2007-05-07 12:21:37 -0700 (Mon, 07 May 2007) | 11 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-nt.c + +when creating a policy handle, use the string stored in dcv if +available as the name of the handle + +This means we can show policy handles like +OpenKey(/a/b/c/d) +instead of +OpenKey(<...>) + + + + +------------------------------------------------------------------------ +r21720 | sahlberg | 2007-05-07 12:23:59 -0700 (Mon, 07 May 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-winreg.c + M /trunk/epan/dissectors/pidl/winreg.cnf + +update the conformance file for winreg to specify that the string for +OpenKey keynames should be saved/stored in the dcv structure. + +this now makes all policy handles generated by the OpenKey function show +OpenKey(/path/keyname) +for all such policyhandles + + +------------------------------------------------------------------------ +r21721 | gerald | 2007-05-07 14:57:05 -0700 (Mon, 07 May 2007) | 11 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Bug fixes and cleanup from Dustin Johnson and myself: + + - Remove unused hf_block_ack_ssc code. + - Fix +HTC detection and frame length calculation. + - Fix Channel Width dissection. + - Fix Primary Channel dissection. + - Tweak the TID field width. + - Display the Block Ack Buffer Size as decimal. + - Display the SSC fragment and sequence numbers as decimal. + - Fix the spelling of "recommended". + +------------------------------------------------------------------------ +r21722 | sahlberg | 2007-05-07 17:04:51 -0700 (Mon, 07 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc.c + M /trunk/epan/dissectors/packet-dcerpc.h + +update PIDL_dissect_cvstring so that it can be used in a future pidl to +prettify strings + + +------------------------------------------------------------------------ +r21723 | sahlberg | 2007-05-07 20:30:14 -0700 (Mon, 07 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c + M /trunk/epan/dissectors/packet-dcerpc-wkssvc.h + M /trunk/epan/dissectors/pidl/wkssvc.cnf + +prettify wkssvc dissection using the conformance file and generate the +dissector again using a new version of pidl + + +------------------------------------------------------------------------ +r21724 | gerald | 2007-05-08 09:18:59 -0700 (Tue, 08 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sctp.c + +Add NULL dereference checks. Fixes Coverity CID 241. + +------------------------------------------------------------------------ +r21725 | jmayer | 2007-05-08 10:12:59 -0700 (Tue, 08 May 2007) | 1 line +Changed paths: + M /trunk/wiretap/wtap-plugins.c + +propset... +------------------------------------------------------------------------ +r21726 | martinm | 2007-05-08 10:13:14 -0700 (Tue, 08 May 2007) | 21 lines +Changed paths: + M /trunk/epan/dissectors/packet-k12.c + M /trunk/epan/dissectors/packet-umts_fp.c + M /trunk/epan/dissectors/packet-umts_fp.h + +From Kriang Lerdsuwanakij: + +This patch adds the handling of Spare Extension bytes +to UMTS Frame Protocol. It also handles the case when +the presence of CRC in dedicated channels is not known +(i.e. when FP from a K12/K15 log is dissected). + +The new functionality is placed in the new function +"dissect_spare_extension_and_crc". The "dch_crc_present" +field inside "struct fp_info" (file packet-umts_fp.h) +is also extended to handle the case of unknown CRC presence. + +Much of other changes is to update "offset" variable and +return it so that the location of Spare Extension and CRC +is available. + +The patch also include a small tweak to handle Frame +Protocol information saved from K15. Some fields appear +8 bytes later compared to K12. The changes are in the file +packet-k12.c. + +------------------------------------------------------------------------ +r21727 | martinm | 2007-05-08 10:17:51 -0700 (Tue, 08 May 2007) | 3 lines +Changed paths: + M /trunk/epan/tvbuff.c + +Fix proto_tree_add_bits_ret_val() (as now used by FP dissector). +Note that FP uses this function in a limited way, but this fixes problems seen. + +------------------------------------------------------------------------ +r21728 | martinm | 2007-05-08 10:19:18 -0700 (Tue, 08 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-catapult-dct2000.c + +Use new 'unknown' value for dch_crc_present for EDCH channels. + +------------------------------------------------------------------------ +r21729 | jmayer | 2007-05-08 10:39:28 -0700 (Tue, 08 May 2007) | 26 lines +Changed paths: + M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm + M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + +Update from samba tree revision 22657 to 22761 +============================ Samba log start ============ +------------------------------------------------------------------------ +r22667 | metze | 2007-05-04 12:44:41 +0200 (Fri, 04 May 2007) | 3 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm + +revert revision 22640 as it breaks nested structs in idl + +metze +------------------------------------------------------------------------ +r22741 | jelmer | 2007-05-07 14:31:42 +0200 (Mon, 07 May 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + +Add MSVC-specific pragma's for Wireshark. Patch from Ronnie. +------------------------------------------------------------------------ +r22742 | jelmer | 2007-05-07 14:41:23 +0200 (Mon, 07 May 2007) | 1 line +Changed paths: + M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm + +Fix tests. +------------------------------------------------------------------------ +------------------------------------------------------------------------ +============================ Samba log end ============== + +------------------------------------------------------------------------ +r21730 | sfisher | 2007-05-08 12:11:33 -0700 (Tue, 08 May 2007) | 16 lines +Changed paths: + M /trunk/epan/dissectors/packet-fw1.c + + +Fix for bug #1532 - + +From Kenneth Golomb: + +Fixes two issues: +1) interface_name is allocated iface_len+1 bytes but a buffer length of iface +len is passed in when the string is copied. This truncates the string to 9 +characters if the interface_name is 10 characters long. + +2) interface_name added to tree with proto_tree_add_string_format and is +missing the initial value parameter when called. Even if this is added the +field can not be filtered on. Adding the field with proto_tree_add_item fixes +both the tree display and the filtering issues. + + +------------------------------------------------------------------------ +r21731 | sfisher | 2007-05-08 12:33:24 -0700 (Tue, 08 May 2007) | 15 lines +Changed paths: + M /trunk/epan/dissectors/packet-pana.c + + +From Victor Fajardo: + +The packet-pana.c dissector I have submitted previously [SVN rev 21447] +had a minor issue. The following are the fixes: + +Change packet-pana.c, Line 823: + + { "Ping","pana.flags.e", + +to: + + { "Error","pana.flags.e", + + +------------------------------------------------------------------------ +r21732 | jake | 2007-05-08 15:25:03 -0700 (Tue, 08 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ipv6.c + +Fix for bug 1103: +1. in dissect_routing6() if (rt.ip6r_type == 2) set pinfo->dst to the Home Address. +2. dissect_mipv6_hoa() set the pinfo->src to the Home Address. +------------------------------------------------------------------------ +r21733 | guy | 2007-05-08 20:50:58 -0700 (Tue, 08 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-umts_fp.c + +Unless I've missed something, the number of subframes can be as many as +16 (4 bits, 0-origin, so that's 15 + 1 as the maximum). + +------------------------------------------------------------------------ +r21734 | ulfl | 2007-05-08 23:32:52 -0700 (Tue, 08 May 2007) | 1 line +Changed paths: + M /trunk/epan/Makefile.nmake + +fix manifest error: for dll's mt.exe must be given ;2 +------------------------------------------------------------------------ +r21735 | ulfl | 2007-05-08 23:33:22 -0700 (Tue, 08 May 2007) | 1 line +Changed paths: + M /trunk/wiretap/Makefile.nmake + +fix manifest error: for dll's mt.exe must be given ;2 +------------------------------------------------------------------------ +r21736 | ulfl | 2007-05-08 23:35:13 -0700 (Tue, 08 May 2007) | 1 line +Changed paths: + M /trunk/Makefile.nmake + +fix manifest dll error +------------------------------------------------------------------------ +r21737 | grahamb | 2007-05-09 02:33:44 -0700 (Wed, 09 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-umts_fp.c + +Cast values to correct sizes for number of bits to squelch Win32 warnings +------------------------------------------------------------------------ +r21738 | jake | 2007-05-09 15:27:39 -0700 (Wed, 09 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ip.c + +Fix for bug 1497. +Set DSCP_VALUE column info without tree to support export operations. +------------------------------------------------------------------------ +r21739 | sahlberg | 2007-05-09 19:34:06 -0700 (Wed, 09 May 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb-pipe.c + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb.h + +prettify dissection of FIDs, +put the filename, if known, on the fid expansion line + +also place a "generated" fid in failed ntcreateandx so it is easier to +quickly see which file the ntcreateandx failed for + + +------------------------------------------------------------------------ +r21740 | martinm | 2007-05-10 03:56:36 -0700 (Thu, 10 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-dhcpv6.c + +Make dhcpv6 findable by name. + +------------------------------------------------------------------------ +r21741 | martinm | 2007-05-10 08:29:38 -0700 (Thu, 10 May 2007) | 2 lines +Changed paths: + M /trunk/wiretap/catapult_dct2000.c + +mipv6 -> ip + +------------------------------------------------------------------------ +r21742 | martinm | 2007-05-10 09:49:00 -0700 (Thu, 10 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-sigcomp.c + +- show NACK summary in info column +- calculated and show compression ratio achieved +- show some fields as being generated + +------------------------------------------------------------------------ +r21743 | sahlberg | 2007-05-10 13:53:35 -0700 (Thu, 10 May 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb.h + +add more tracking of FID properties + +track create_flags, access_mask, file_attributes, share_access and +create options for all FIDs + + +------------------------------------------------------------------------ +r21744 | gerald | 2007-05-10 15:30:29 -0700 (Thu, 10 May 2007) | 6 lines +Changed paths: + M /trunk/gtk/capture_info_dlg.c + +On slow displays (such as RDP sessions), it looks like the "update" +callback routines might get called before we're ready for them. +Add checks to handle this. + +Fixup whitespace. + +------------------------------------------------------------------------ +r21745 | sahlberg | 2007-05-10 20:02:38 -0700 (Thu, 10 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +make create_options, access_mask and share_access fitlerable + + +------------------------------------------------------------------------ +r21746 | etxrab | 2007-05-10 23:21:18 -0700 (Thu, 10 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-netflow.c + +From Andrew Feren: +This patch collapses start and end time for each flow to a single duration item. The duration item can, of course, be expanded to display the start and end time. +------------------------------------------------------------------------ +r21747 | jake | 2007-05-10 23:31:22 -0700 (Thu, 10 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-bvlc.c + +Fix for bug 1545. +Add a preference to support BVLC on non standard UDP port. +------------------------------------------------------------------------ +r21748 | gerald | 2007-05-11 08:52:13 -0700 (Fri, 11 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Add separate filters for vendor-specific HT items. + +------------------------------------------------------------------------ +r21749 | gerald | 2007-05-11 15:51:48 -0700 (Fri, 11 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +implented -> implemented. + +------------------------------------------------------------------------ +r21750 | sfisher | 2007-05-11 15:54:54 -0700 (Fri, 11 May 2007) | 4 lines +Changed paths: + M /trunk/tools/win32-setup.sh + +Copy environment variable HTTP_PROXY when set to http_proxy so wget can grab it. + +Also add $Id$ tag + +------------------------------------------------------------------------ +r21751 | gerald | 2007-05-11 17:01:57 -0700 (Fri, 11 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Fix a bunch of spelling errors. + +------------------------------------------------------------------------ +r21752 | jake | 2007-05-12 12:54:55 -0700 (Sat, 12 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-frame.c + +From bug 1492: Fortify layer name presentation. +Some code cleanups. + +------------------------------------------------------------------------ +r21753 | etxrab | 2007-05-13 13:58:29 -0700 (Sun, 13 May 2007) | 1 line +Changed paths: + M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf + M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c + M /trunk/asn1/acp133/packet-acp133-template.c + M /trunk/asn1/acse/acse.cnf + M /trunk/asn1/acse/packet-acse-template.c + M /trunk/asn1/ansi_map/ansi_map.cnf + M /trunk/asn1/ansi_map/packet-ansi_map-template.c + M /trunk/asn1/camel/camel.cnf + M /trunk/asn1/camel/packet-camel-template.c + M /trunk/asn1/cdt/cdt.cnf + M /trunk/asn1/cdt/packet-cdt-template.c + M /trunk/asn1/cmip/cmip.cnf + M /trunk/asn1/cmip/packet-cmip-template.c + M /trunk/asn1/cms/cms.cnf + M /trunk/asn1/cms/packet-cms-template.c + M /trunk/asn1/dap/dap.cnf + M /trunk/asn1/dap/packet-dap-template.c + M /trunk/asn1/disp/disp.cnf + M /trunk/asn1/disp/packet-disp-template.c + M /trunk/asn1/dop/dop.cnf + M /trunk/asn1/dop/packet-dop-template.c + M /trunk/asn1/dsp/packet-dsp-template.c + M /trunk/asn1/ess/ess.cnf + M /trunk/asn1/ess/packet-ess-template.c + M /trunk/asn1/ftam/ftam.cnf + M /trunk/asn1/ftam/packet-ftam-template.c + M /trunk/asn1/ftbp/packet-ftbp-template.c + M /trunk/asn1/gnm/packet-gnm-template.c + M /trunk/asn1/gsm_ss/gsm_ss.cnf + M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c + M /trunk/asn1/gsm_ss/packet-gsm_ss-template.h + M /trunk/asn1/gsmmap/gsmmap.cnf + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/asn1/h248/h248.cnf + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/asn1/inap/inap.asn + M /trunk/asn1/inap/inap.cnf + M /trunk/asn1/inap/packet-inap-template.c + M /trunk/asn1/ldap/ldap.cnf + M /trunk/asn1/ldap/packet-ldap-template.c + M /trunk/asn1/mms/mms.cnf + M /trunk/asn1/mms/packet-mms-template.c + M /trunk/asn1/ocsp/ocsp.cnf + M /trunk/asn1/ocsp/packet-ocsp-template.c + M /trunk/asn1/pkcs1/packet-pkcs1-template.c + M /trunk/asn1/pkcs12/packet-pkcs12-template.c + M /trunk/asn1/pkcs12/pkcs12.cnf + M /trunk/asn1/pkinit/packet-pkinit-template.c + M /trunk/asn1/pkinit/packet-pkinit-template.h + M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.c + M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.h + M /trunk/asn1/pkix1explicit/pkix1explicit.cnf + M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.c + M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.h + M /trunk/asn1/pkixcmp/cmp.cnf + M /trunk/asn1/pkixcmp/packet-cmp-template.c + M /trunk/asn1/pkixcrmf/crmf.cnf + M /trunk/asn1/pkixcrmf/packet-crmf-template.c + M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c + M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c + M /trunk/asn1/pkixqualified/pkixqualified.cnf + M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c + M /trunk/asn1/pres/packet-pres-template.c + M /trunk/asn1/pres/pres.cnf + M /trunk/asn1/q932/packet-q932-ros-template.c + M /trunk/asn1/q932/packet-q932-template.c + M /trunk/asn1/q932/q932-ros.cnf + M /trunk/asn1/qsig/packet-qsig-template.c + M /trunk/asn1/ros/packet-ros-template.c + M /trunk/asn1/ros/ros.cnf + M /trunk/asn1/rtse/packet-rtse-template.c + M /trunk/asn1/rtse/rtse.cnf + M /trunk/asn1/s4406/packet-s4406-template.c + M /trunk/asn1/s4406/s4406.cnf + M /trunk/asn1/smrse/packet-smrse-template.c + M /trunk/asn1/smrse/smrse.cnf + M /trunk/asn1/snmp/packet-snmp-template.c + M /trunk/asn1/snmp/snmp.cnf + M /trunk/asn1/spnego/packet-spnego-template.c + M /trunk/asn1/spnego/spnego.cnf + M /trunk/asn1/tcap/packet-tcap-template.c + M /trunk/asn1/tcap/tcap.cnf + M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c + M /trunk/asn1/x411/packet-x411-template.c + M /trunk/asn1/x411/x411.cnf + M /trunk/asn1/x420/packet-x420-template.c + M /trunk/asn1/x420/x420.cnf + M /trunk/asn1/x509af/packet-x509af-template.c + M /trunk/asn1/x509af/x509af.cnf + M /trunk/asn1/x509ce/packet-x509ce-template.c + M /trunk/asn1/x509ce/x509ce.cnf + M /trunk/asn1/x509if/packet-x509if-template.c + M /trunk/asn1/x509if/x509if.cnf + M /trunk/asn1/x509sat/packet-x509sat-template.c + M /trunk/epan/asn1.h + M /trunk/epan/camel-persistentdata.c + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c + M /trunk/epan/dissectors/packet-acp133.c + M /trunk/epan/dissectors/packet-acse.c + M /trunk/epan/dissectors/packet-acse.h + M /trunk/epan/dissectors/packet-ansi_map.c + M /trunk/epan/dissectors/packet-app-pkix-cert.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-cdt.c + M /trunk/epan/dissectors/packet-cdt.h + M /trunk/epan/dissectors/packet-cmip.c + M /trunk/epan/dissectors/packet-cmip.h + M /trunk/epan/dissectors/packet-cmp.c + M /trunk/epan/dissectors/packet-cmp.h + M /trunk/epan/dissectors/packet-cms.c + M /trunk/epan/dissectors/packet-cms.h + M /trunk/epan/dissectors/packet-crmf.c + M /trunk/epan/dissectors/packet-crmf.h + M /trunk/epan/dissectors/packet-dap.c + M /trunk/epan/dissectors/packet-dap.h + M /trunk/epan/dissectors/packet-disp.c + M /trunk/epan/dissectors/packet-disp.h + M /trunk/epan/dissectors/packet-dmp.c + M /trunk/epan/dissectors/packet-dop.c + M /trunk/epan/dissectors/packet-dop.h + M /trunk/epan/dissectors/packet-dsp.c + M /trunk/epan/dissectors/packet-dsp.h + M /trunk/epan/dissectors/packet-dtls.c + M /trunk/epan/dissectors/packet-ess.c + M /trunk/epan/dissectors/packet-ftam.c + M /trunk/epan/dissectors/packet-ftam.h + M /trunk/epan/dissectors/packet-ftbp.c + M /trunk/epan/dissectors/packet-gnm.c + M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_map.h + M /trunk/epan/dissectors/packet-gsm_ss.c + M /trunk/epan/dissectors/packet-gsm_ss.h + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-isakmp.c + M /trunk/epan/dissectors/packet-kerberos.c + M /trunk/epan/dissectors/packet-kerberos.h + M /trunk/epan/dissectors/packet-kpasswd.c + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-logotypecertextn.c + M /trunk/epan/dissectors/packet-mikey.c + M /trunk/epan/dissectors/packet-mms.c + M /trunk/epan/dissectors/packet-mms.h + M /trunk/epan/dissectors/packet-ns_cert_exts.c + M /trunk/epan/dissectors/packet-ocsp.c + M /trunk/epan/dissectors/packet-p_mul.c + M /trunk/epan/dissectors/packet-pkcs1.c + M /trunk/epan/dissectors/packet-pkcs1.h + M /trunk/epan/dissectors/packet-pkcs12.c + M /trunk/epan/dissectors/packet-pkinit.c + M /trunk/epan/dissectors/packet-pkinit.h + M /trunk/epan/dissectors/packet-pkix1explicit.c + M /trunk/epan/dissectors/packet-pkix1explicit.h + M /trunk/epan/dissectors/packet-pkix1implicit.c + M /trunk/epan/dissectors/packet-pkix1implicit.h + M /trunk/epan/dissectors/packet-pkixproxy.c + M /trunk/epan/dissectors/packet-pkixqualified.c + M /trunk/epan/dissectors/packet-pkixtsp.c + M /trunk/epan/dissectors/packet-pres.c + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-q932.h + M /trunk/epan/dissectors/packet-qsig.c + M /trunk/epan/dissectors/packet-qsig.h + M /trunk/epan/dissectors/packet-ros.c + M /trunk/epan/dissectors/packet-ros.h + M /trunk/epan/dissectors/packet-rtse.c + M /trunk/epan/dissectors/packet-rtse.h + M /trunk/epan/dissectors/packet-s4406.c + M /trunk/epan/dissectors/packet-sccp.c + M /trunk/epan/dissectors/packet-smrse.c + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-spnego.c + M /trunk/epan/dissectors/packet-ssl.c + M /trunk/epan/dissectors/packet-tcap.c + M /trunk/epan/dissectors/packet-tcap.h + M /trunk/epan/dissectors/packet-uma.c + M /trunk/epan/dissectors/packet-wlancertextn.c + M /trunk/epan/dissectors/packet-x411.c + M /trunk/epan/dissectors/packet-x411.h + M /trunk/epan/dissectors/packet-x420.c + M /trunk/epan/dissectors/packet-x420.h + M /trunk/epan/dissectors/packet-x509af.c + M /trunk/epan/dissectors/packet-x509af.h + M /trunk/epan/dissectors/packet-x509ce.c + M /trunk/epan/dissectors/packet-x509ce.h + M /trunk/epan/dissectors/packet-x509if.c + M /trunk/epan/dissectors/packet-x509if.h + M /trunk/epan/dissectors/packet-x509sat.c + M /trunk/epan/dissectors/packet-x509sat.h + M /trunk/epan/gcp.h + M /trunk/epan/tcap-persistentdata.c + M /trunk/gtk/camel_counter.c + M /trunk/gtk/camel_srt.c + M /trunk/gtk/gsm_map_stat.c + M /trunk/gtk/gsm_map_summary.c + M /trunk/tap-camelcounter.c + M /trunk/tap-camelsrt.c + M /trunk/tools/asn2wrs.py + +Second step in introducing asn context to BER dissectors just like in PER. +------------------------------------------------------------------------ +r21754 | etxrab | 2007-05-13 14:54:45 -0700 (Sun, 13 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +Try to make the buildbot happy. +------------------------------------------------------------------------ +r21755 | etxrab | 2007-05-13 15:01:17 -0700 (Sun, 13 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + M /trunk/tools/asn2wrs.py + +actx in ber_external +------------------------------------------------------------------------ +r21756 | sahlberg | 2007-05-13 15:19:04 -0700 (Sun, 13 May 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + +replace an incorrect '{' with ';' in the ber header file + +change the signature for dissect_ber_external_type() to only provide the +parameter actx once + + +------------------------------------------------------------------------ +r21757 | kukosa | 2007-05-14 06:39:31 -0700 (Mon, 14 May 2007) | 2 lines +Changed paths: + M /trunk/epan/asn1.c + M /trunk/epan/asn1.h + M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-per.h + +- more variants of dissect_per_open_type_*() +- move asn1_get_real() to asn1.c/.h +------------------------------------------------------------------------ +r21758 | kukosa | 2007-05-14 06:46:09 -0700 (Mon, 14 May 2007) | 3 lines +Changed paths: + M /trunk/asn1/Makefile.am + M /trunk/asn1/pkcs12/pkcs12.asn + M /trunk/epan/dissectors/packet-umts_rrc_ies.c + M /trunk/tools/asn2wrs.py + +- support of constraint unions +- support of FN_VARIANT parameter for OpenType +- many small changes +------------------------------------------------------------------------ +r21759 | ulfl | 2007-05-14 06:47:03 -0700 (Mon, 14 May 2007) | 6 lines +Changed paths: + M /trunk/epan/to_str.c + +fix a bug found while fuzz testing the opcua dissector: +MSVC 2005 crashes, if localtime is called with very large numbers (in this case 218939827321) - probably due to changes that time_t is now 64bits long as default + +limit the number given to localtime to a reasonable value + +while this isn't a nice fix, I don't see a better way to fix it :-( +------------------------------------------------------------------------ +r21760 | ulfl | 2007-05-14 06:58:54 -0700 (Mon, 14 May 2007) | 2 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/Makefile.nmake + M /trunk/configure.in + M /trunk/plugins/Makefile.am + M /trunk/plugins/Makefile.nmake + A /trunk/plugins/opcua + A /trunk/plugins/opcua/AUTHORS + A /trunk/plugins/opcua/COPYING + A /trunk/plugins/opcua/ChangeLog + A /trunk/plugins/opcua/Doxyfile + A /trunk/plugins/opcua/Makefile.am + A /trunk/plugins/opcua/Makefile.common + A /trunk/plugins/opcua/Makefile.nmake + A /trunk/plugins/opcua/README + A /trunk/plugins/opcua/moduleinfo.h + A /trunk/plugins/opcua/opcua.c + A /trunk/plugins/opcua/opcua_complextypeparser.c + A /trunk/plugins/opcua/opcua_complextypeparser.h + A /trunk/plugins/opcua/opcua_enumparser.c + A /trunk/plugins/opcua/opcua_enumparser.h + A /trunk/plugins/opcua/opcua_hfindeces.c + A /trunk/plugins/opcua/opcua_hfindeces.h + A /trunk/plugins/opcua/opcua_identifiers.h + A /trunk/plugins/opcua/opcua_serviceparser.c + A /trunk/plugins/opcua/opcua_serviceparser.h + A /trunk/plugins/opcua/opcua_servicetable.c + A /trunk/plugins/opcua/opcua_simpletypes.c + A /trunk/plugins/opcua/opcua_simpletypes.h + A /trunk/plugins/opcua/plugin.c + A /trunk/plugins/opcua/ua_application_layer.c + A /trunk/plugins/opcua/ua_application_layer.h + A /trunk/plugins/opcua/ua_security_layer.c + A /trunk/plugins/opcua/ua_security_layer.h + A /trunk/plugins/opcua/ua_transport_layer.c + A /trunk/plugins/opcua/ua_transport_layer.h + +from Gerhard Gappmeier (ascolab): +new dissector for OPCUA protocol +------------------------------------------------------------------------ +r21761 | kukosa | 2007-05-14 07:11:43 -0700 (Mon, 14 May 2007) | 4 lines +Changed paths: + M /trunk/asn1/Makefile.am + M /trunk/asn1/rnsap/Makefile + M /trunk/asn1/rnsap/Makefile.nmake + A /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn + A /trunk/asn1/rnsap/RNSAP-Constants.asn + A /trunk/asn1/rnsap/RNSAP-Containers.asn + A /trunk/asn1/rnsap/RNSAP-IEs.asn + A /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn + A /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn + M /trunk/asn1/rnsap/packet-rnsap-template.c + D /trunk/asn1/rnsap/rnsap.asn + M /trunk/asn1/rnsap/rnsap.cnf + A /trunk/asn1/rnsap/rnsap_dummy.asn + M /trunk/epan/dissectors/packet-rnsap.c + D /trunk/epan/dissectors/packet-rnsap.h + +- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03) + (original unchanged ASN.1 source could be used because asn2wrs has been improved) +- IE value switch(){} replaced with dissector table + (some switch() and dummy CHOICE still remains but will be removed soon) +------------------------------------------------------------------------ +r21762 | kukosa | 2007-05-14 07:14:32 -0700 (Mon, 14 May 2007) | 1 line +Changed paths: + D /trunk/asn1/rnsap/packet-rnsap-template.h + +packet-rnsap-template.h is not necessary +------------------------------------------------------------------------ +r21763 | kukosa | 2007-05-14 07:17:42 -0700 (Mon, 14 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-per.c + +fix packet-per.c:155: warning: 'val_tvb' may be used uninitialized in this function +------------------------------------------------------------------------ +r21764 | martinm | 2007-05-14 07:23:52 -0700 (Mon, 14 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-sigcomp.c + +- give NACK reason codes in hex rather than decimal +- minor prettifications + +------------------------------------------------------------------------ +r21765 | kukosa | 2007-05-14 07:27:09 -0700 (Mon, 14 May 2007) | 1 line +Changed paths: + M /trunk/gtk/h225_counter.c + M /trunk/gtk/h225_ras_srt.c + +missing includes +------------------------------------------------------------------------ +r21766 | kukosa | 2007-05-14 08:00:08 -0700 (Mon, 14 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/Makefile.common + +remove packet-rnsap.h which was empty +------------------------------------------------------------------------ +r21767 | ulfl | 2007-05-14 08:08:01 -0700 (Mon, 14 May 2007) | 3 lines +Changed paths: + M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml + +some minor fixes for the Win32 setup guide: +- command.com -> cmd.exe +- reverse the calling of vcvars32 and setenv environment setting scripts (to avoid problems with nmake) +------------------------------------------------------------------------ +r21768 | kukosa | 2007-05-14 09:53:23 -0700 (Mon, 14 May 2007) | 1 line +Changed paths: + M /trunk/tap-h225counter.c + M /trunk/tap-h225rassrt.c + +next missing includes +------------------------------------------------------------------------ +r21769 | gerald | 2007-05-14 10:01:25 -0700 (Mon, 14 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/opcua/Makefile.nmake + +Quote the path to make-dissector-reg.py. + +------------------------------------------------------------------------ +r21770 | gerald | 2007-05-14 10:07:34 -0700 (Mon, 14 May 2007) | 2 lines +Changed paths: + M /trunk/Makefile.nmake + M /trunk/tools/win32-setup.sh + +Update to the latest Win32 libraries. + +------------------------------------------------------------------------ +r21771 | gerald | 2007-05-14 11:27:47 -0700 (Mon, 14 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +From Dustin Johnson: Fix a couple of spelling errors. Normalize the display +of A-MPDU and A-MSDU trees. + +------------------------------------------------------------------------ +r21772 | jake | 2007-05-14 13:55:11 -0700 (Mon, 14 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-wsp.c + +Attempt to fix bug 1360. +Remove calls to tvb_free on subsets, since this seems to upset the tvb administration(!?) +------------------------------------------------------------------------ +r21773 | etxrab | 2007-05-14 22:49:43 -0700 (Mon, 14 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.nmake + M /trunk/asn1/acse/acse.cnf + M /trunk/asn1/cmip/cmip.cnf + M /trunk/asn1/ftam/ftam.cnf + M /trunk/asn1/h248/h248.cnf + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/asn1/inap/inap.cnf + M /trunk/asn1/ldap/ldap.cnf + M /trunk/asn1/pkix1explicit/pkix1explicit.cnf + M /trunk/asn1/rtse/rtse.cnf + M /trunk/asn1/snmp/packet-snmp-template.c + M /trunk/asn1/snmp/snmp.cnf + M /trunk/asn1/spnego/packet-spnego-template.c + M /trunk/asn1/spnego/spnego.cnf + M /trunk/asn1/tcap/packet-tcap-template.c + M /trunk/asn1/tcap/tcap.cnf + M /trunk/asn1/x411/x411.cnf + M /trunk/asn1/x509if/x509if.cnf + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c + M /trunk/epan/dissectors/packet-acp133.c + M /trunk/epan/dissectors/packet-acse.c + M /trunk/epan/dissectors/packet-ansi_map.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-cdt.c + M /trunk/epan/dissectors/packet-cmip.c + M /trunk/epan/dissectors/packet-cmp.c + M /trunk/epan/dissectors/packet-cms.c + M /trunk/epan/dissectors/packet-cops.c + M /trunk/epan/dissectors/packet-crmf.c + M /trunk/epan/dissectors/packet-dap.c + M /trunk/epan/dissectors/packet-disp.c + M /trunk/epan/dissectors/packet-dop.c + M /trunk/epan/dissectors/packet-dsp.c + M /trunk/epan/dissectors/packet-ess.c + M /trunk/epan/dissectors/packet-ftam.c + M /trunk/epan/dissectors/packet-ftbp.c + M /trunk/epan/dissectors/packet-gnm.c + M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_ss.c + M /trunk/epan/dissectors/packet-gssapi.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-h248_3gpp.c + M /trunk/epan/dissectors/packet-h248_annex_c.c + M /trunk/epan/dissectors/packet-h248_q1950.c + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-kerberos.c + M /trunk/epan/dissectors/packet-kpasswd.c + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-logotypecertextn.c + M /trunk/epan/dissectors/packet-mms.c + M /trunk/epan/dissectors/packet-ns_cert_exts.c + M /trunk/epan/dissectors/packet-ocsp.c + M /trunk/epan/dissectors/packet-pkcs1.c + M /trunk/epan/dissectors/packet-pkcs12.c + M /trunk/epan/dissectors/packet-pkinit.c + M /trunk/epan/dissectors/packet-pkix1explicit.c + M /trunk/epan/dissectors/packet-pkix1implicit.c + M /trunk/epan/dissectors/packet-pkixproxy.c + M /trunk/epan/dissectors/packet-pkixqualified.c + M /trunk/epan/dissectors/packet-pkixtsp.c + M /trunk/epan/dissectors/packet-pres.c + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-qsig.c + M /trunk/epan/dissectors/packet-ros.c + M /trunk/epan/dissectors/packet-rtse.c + M /trunk/epan/dissectors/packet-s4406.c + M /trunk/epan/dissectors/packet-ses.c + M /trunk/epan/dissectors/packet-smrse.c + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-spnego.c + M /trunk/epan/dissectors/packet-tcap.c + M /trunk/epan/dissectors/packet-wlancertextn.c + M /trunk/epan/dissectors/packet-x411.c + M /trunk/epan/dissectors/packet-x420.c + M /trunk/epan/dissectors/packet-x509af.c + M /trunk/epan/dissectors/packet-x509ce.c + M /trunk/epan/dissectors/packet-x509if.c + M /trunk/epan/dissectors/packet-x509sat.c + M /trunk/tools/asn2wrs.py + +actx in the rest of dissect_ber..()l +------------------------------------------------------------------------ +r21774 | kukosa | 2007-05-14 23:03:27 -0700 (Mon, 14 May 2007) | 1 line +Changed paths: + M /trunk/asn1/umts_rrc/Makefile + M /trunk/asn1/umts_rrc_Internode-defs/Makefile + M /trunk/asn1/umts_rrc_ies/Makefile + M /trunk/asn1/umts_rrc_pdu_def/Makefile + +remove obsolete -X command line option of asn2wrs +------------------------------------------------------------------------ +r21775 | jake | 2007-05-15 00:53:37 -0700 (Tue, 15 May 2007) | 2 lines +Changed paths: + M /trunk/ringbuffer.c + +Fix for bug 1591: +The 5 digit file number should contain the monotonic increasing file number modulo 100000 to fit the alloted space. +------------------------------------------------------------------------ +r21776 | sahlberg | 2007-05-15 01:12:10 -0700 (Tue, 15 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c + M /trunk/epan/dissectors/pidl/wkssvc.cnf + +prettify the server_name component of NetWkstaTransportEnum + + +------------------------------------------------------------------------ +r21777 | kukosa | 2007-05-15 01:15:34 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h225.c + M /trunk/epan/dissectors/packet-h245.c + M /trunk/tools/asn2wrs.py + +support for value range and unions in permitted alphabet +------------------------------------------------------------------------ +r21778 | kukosa | 2007-05-15 01:26:18 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.am + M /trunk/asn1/ulp/Makefile + M /trunk/asn1/ulp/Makefile.nmake + A /trunk/asn1/ulp/SUPL.asn + A /trunk/asn1/ulp/ULP-Components.asn + M /trunk/asn1/ulp/ULP.asn + M /trunk/asn1/ulp/packet-ulp-template.c + D /trunk/asn1/ulp/packet-ulp-template.h + M /trunk/asn1/ulp/ulp.cnf + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-ulp.c + D /trunk/epan/dissectors/packet-ulp.h + +ULP regenerated from OMA UserPlane Location Protocol Candidate Version 1.0 ?\226?\128?\147 22 Jan 2007 +------------------------------------------------------------------------ +r21779 | kukosa | 2007-05-15 01:55:12 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +command line option -X for "new BER" CHOICE and SEQUENCE table format (type oriented instead of field oriented) +------------------------------------------------------------------------ +r21780 | ulfl | 2007-05-15 02:05:53 -0700 (Tue, 15 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/opcua + M /trunk/plugins/opcua/AUTHORS + M /trunk/plugins/opcua/COPYING + M /trunk/plugins/opcua/ChangeLog + M /trunk/plugins/opcua/Doxyfile + M /trunk/plugins/opcua/Makefile.am + M /trunk/plugins/opcua/Makefile.common + M /trunk/plugins/opcua/Makefile.nmake + M /trunk/plugins/opcua/README + M /trunk/plugins/opcua/moduleinfo.h + M /trunk/plugins/opcua/opcua.c + M /trunk/plugins/opcua/opcua_complextypeparser.c + M /trunk/plugins/opcua/opcua_complextypeparser.h + M /trunk/plugins/opcua/opcua_enumparser.c + M /trunk/plugins/opcua/opcua_enumparser.h + M /trunk/plugins/opcua/opcua_hfindeces.c + M /trunk/plugins/opcua/opcua_hfindeces.h + M /trunk/plugins/opcua/opcua_identifiers.h + M /trunk/plugins/opcua/opcua_serviceparser.c + M /trunk/plugins/opcua/opcua_serviceparser.h + M /trunk/plugins/opcua/opcua_servicetable.c + M /trunk/plugins/opcua/opcua_simpletypes.c + M /trunk/plugins/opcua/opcua_simpletypes.h + M /trunk/plugins/opcua/plugin.c + M /trunk/plugins/opcua/ua_application_layer.c + M /trunk/plugins/opcua/ua_application_layer.h + M /trunk/plugins/opcua/ua_security_layer.c + M /trunk/plugins/opcua/ua_security_layer.h + M /trunk/plugins/opcua/ua_transport_layer.c + M /trunk/plugins/opcua/ua_transport_layer.h + +add svn properties for dir and files + +------------------------------------------------------------------------ +r21781 | ulfl | 2007-05-15 02:10:16 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + M /trunk/plugins/opcua/Makefile.common + +add the list of DISSECTOR_INCLUDES +------------------------------------------------------------------------ +r21782 | ulfl | 2007-05-15 02:12:39 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + D /trunk/plugins/opcua/plugin.c + +remove generated file +------------------------------------------------------------------------ +r21783 | sahlberg | 2007-05-15 02:48:02 -0700 (Tue, 15 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb-pipe.c + +since the fid dissector helper now adds a lot of extra info to the tree +we must now pass it a (semi-)valid tvb. + + +------------------------------------------------------------------------ +r21784 | ulfl | 2007-05-15 02:53:26 -0700 (Tue, 15 May 2007) | 3 lines +Changed paths: + M /trunk/plugins/opcua/Makefile.common + M /trunk/plugins/opcua/opcua.c + A /trunk/plugins/opcua/opcua_application_layer.c (from /trunk/plugins/opcua/ua_application_layer.c:21780) + A /trunk/plugins/opcua/opcua_application_layer.h (from /trunk/plugins/opcua/ua_application_layer.h:21780) + A /trunk/plugins/opcua/opcua_security_layer.c (from /trunk/plugins/opcua/ua_security_layer.c:21780) + A /trunk/plugins/opcua/opcua_security_layer.h (from /trunk/plugins/opcua/ua_security_layer.h:21780) + M /trunk/plugins/opcua/opcua_simpletypes.c + A /trunk/plugins/opcua/opcua_transport_layer.c (from /trunk/plugins/opcua/ua_transport_layer.c:21780) + A /trunk/plugins/opcua/opcua_transport_layer.h (from /trunk/plugins/opcua/ua_transport_layer.h:21780) + D /trunk/plugins/opcua/ua_application_layer.c + D /trunk/plugins/opcua/ua_application_layer.h + D /trunk/plugins/opcua/ua_security_layer.c + D /trunk/plugins/opcua/ua_security_layer.h + D /trunk/plugins/opcua/ua_transport_layer.c + D /trunk/plugins/opcua/ua_transport_layer.h + +from Gerhard Gappmeier: +renamed prefix ua_ -> opcua_ +remove unused code +------------------------------------------------------------------------ +r21785 | kukosa | 2007-05-15 04:41:45 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +fix bug - compiler crashes if already imported value or class is defined +------------------------------------------------------------------------ +r21786 | kukosa | 2007-05-15 05:50:13 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +fix crash if C enum for ENUMERATED type is created +------------------------------------------------------------------------ +r21787 | kukosa | 2007-05-15 05:53:04 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.am + M /trunk/asn1/rnsap/Makefile.nmake + M /trunk/asn1/rnsap/packet-rnsap-template.c + M /trunk/asn1/rnsap/rnsap.cnf + D /trunk/asn1/rnsap/rnsap_dummy.asn + M /trunk/epan/dissectors/packet-rnsap.c + +get rid of the rest of dummy ASN.1 code and switch() +------------------------------------------------------------------------ +r21788 | kukosa | 2007-05-15 06:10:49 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.am + +typo SULP.asn -> SUPL.asn +------------------------------------------------------------------------ +r21789 | martinm | 2007-05-15 07:49:26 -0700 (Tue, 15 May 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtcp.c + +TBCP fixes: +- more careful checking of packet length +- skip padding at end of SDES items block +- formatting + +------------------------------------------------------------------------ +r21790 | martinm | 2007-05-15 08:26:13 -0700 (Tue, 15 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtcp.c + +Fix problem from previous commit (confused myself with FT_UINT_STRING needing length of 1 when adding to tree...), and show display-name in info column. + +------------------------------------------------------------------------ +r21791 | wmeier | 2007-05-15 09:12:46 -0700 (Tue, 15 May 2007) | 1 line +Changed paths: + M /trunk/test/suite-capture.sh + +Capture tests using Wireshark seem to be causing a problem; disable them for now. +------------------------------------------------------------------------ +r21792 | sahlberg | 2007-05-15 13:07:58 -0700 (Tue, 15 May 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb2.c + +from metze + +add support for smb2 chaining + +rename sessionsetupandz to sessionsetup + + +------------------------------------------------------------------------ +r21793 | sahlberg | 2007-05-15 13:13:30 -0700 (Tue, 15 May 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb2.c + M /trunk/epan/dissectors/packet-smb2.h + +from metze + +patch to find and enhancement of extra_info handling + + +------------------------------------------------------------------------ +r21794 | sahlberg | 2007-05-15 13:33:44 -0700 (Tue, 15 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb2.c + M /trunk/epan/dissectors/packet-smb2.h + +add dissection of the end_of_chain bit in the header flags + + +------------------------------------------------------------------------ +r21795 | sahlberg | 2007-05-15 13:46:45 -0700 (Tue, 15 May 2007) | 8 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb2.c + +when spawning off to the next smb2 pdu in a chain we need to create a +new tvb for it or else the offset/length calculations for where blobs +a next_tvb=tvb_new_subset(tvb, chain_offset, MIN((int)len, +tvb_length_remaining(tvb, off)), len); +re in the packets are wrong. + + + +------------------------------------------------------------------------ +r21796 | gerald | 2007-05-15 16:06:48 -0700 (Tue, 15 May 2007) | 4 lines +Changed paths: + M /trunk/gtk/about_dlg.c + +Instead of updating the splash screen every time we load or hand off +a dissector, update it every 250 ms. This drastically reduces the +startup time on remote displays (for me, at least). + +------------------------------------------------------------------------ +r21797 | sahlberg | 2007-05-15 16:30:03 -0700 (Tue, 15 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c + M /trunk/epan/dissectors/pidl/srvsvc.cnf + +we must provide a hfinfo field when dissecting a dcerpc integer or else +we might get a dissector bug assert and fail to dissect the blob + + +------------------------------------------------------------------------ +r21798 | sahlberg | 2007-05-15 17:55:47 -0700 (Tue, 15 May 2007) | 3 lines +Changed paths: + M /trunk/gtk/about_dlg.c + +dont use g_time_add_val() since it is not available in gtk1 + + +------------------------------------------------------------------------ +r21799 | sahlberg | 2007-05-15 18:06:30 -0700 (Tue, 15 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c + M /trunk/epan/dissectors/pidl/srvsvc.cnf + +start prettifying SRVSVC + + +------------------------------------------------------------------------ +r21800 | kukosa | 2007-05-15 23:30:45 -0700 (Tue, 15 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/rnsap/packet-rnsap-template.c + M /trunk/asn1/rnsap/rnsap.cnf + M /trunk/epan/dissectors/packet-rnsap.c + +use some by mistake unused types +remove unused variables and types +------------------------------------------------------------------------ +r21801 | sahlberg | 2007-05-15 23:50:19 -0700 (Tue, 15 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb2.c + +from metze +prettify dissection of multiple chained smb2 pdus in one frame + + +------------------------------------------------------------------------ +r21802 | ulfl | 2007-05-16 01:13:11 -0700 (Wed, 16 May 2007) | 15 lines +Changed paths: + M /trunk/plugins/opcua/Makefile.am + M /trunk/plugins/opcua/Makefile.common + M /trunk/plugins/opcua/Makefile.nmake + A /trunk/plugins/opcua/moduleinfo.nmake + M /trunk/plugins/opcua/opcua.c + M /trunk/plugins/opcua/opcua_application_layer.c + M /trunk/plugins/opcua/opcua_complextypeparser.c + M /trunk/plugins/opcua/opcua_security_layer.c + A /trunk/plugins/opcua/plugin.rc.in + +from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention): +I updated the files for the build process to fit the current wireshark +version. +I don't know much about it so a just copied the missing parts from +another module. +I'm not sure of it's right, so please have a look at it. + +Modifications: +* added plugin.rc.in +* added moduleinfo.nmake +* updated Makefile.am/nmake/common +* removed unused variable from opcua_application_layer.c +* fixed unused parameter warning in opcua.c + +I tested it on Windows with VC6 and on Gentoo linux with gcc 3.4.6. +------------------------------------------------------------------------ +r21803 | kukosa | 2007-05-16 06:41:54 -0700 (Wed, 16 May 2007) | 1 line +Changed paths: + M /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn + M /trunk/asn1/rnsap/RNSAP-Constants.asn + M /trunk/asn1/rnsap/RNSAP-Containers.asn + M /trunk/asn1/rnsap/RNSAP-IEs.asn + M /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn + M /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn + M /trunk/asn1/rnsap/rnsap.cnf + M /trunk/epan/dissectors/packet-rnsap.c + +RNSAP updated to V7.4.0 (2007-03) +------------------------------------------------------------------------ +r21804 | martinm | 2007-05-16 07:24:13 -0700 (Wed, 16 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-sip.c + +Allow Via sigcomp-id parameter name to be matched properly. + +------------------------------------------------------------------------ +r21805 | lego | 2007-05-16 10:35:07 -0700 (Wed, 16 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dfilter/dfilter-macro.c + +Terminate the strings of the various parts and advance the write pointer. + + +------------------------------------------------------------------------ +r21806 | gerald | 2007-05-16 11:46:29 -0700 (Wed, 16 May 2007) | 2 lines +Changed paths: + M /trunk/COPYING + +Update the summary at the top of the license text. + +------------------------------------------------------------------------ +r21807 | sfisher | 2007-05-16 13:19:30 -0700 (Wed, 16 May 2007) | 5 lines +Changed paths: + M /trunk/gtk/capture_file_dlg.c + + +Fix bug #1600: Merge feature from File menu does'nt do what it should +(append vs prepend) + + +------------------------------------------------------------------------ +r21808 | sfisher | 2007-05-16 14:45:02 -0700 (Wed, 16 May 2007) | 5 lines +Changed paths: + M /trunk/gtk/prefs_dlg.c + + +Fix bug #1548: call of "Protocol Preferences" results in GTK error msg +at the command line + + +------------------------------------------------------------------------ +r21809 | sahlberg | 2007-05-16 18:19:26 -0700 (Wed, 16 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-windows-common.c + M /trunk/epan/dissectors/packet-windows-common.h + +add a new dos error code + + +------------------------------------------------------------------------ +r21810 | wmeier | 2007-05-16 18:41:47 -0700 (Wed, 16 May 2007) | 2 lines +Changed paths: + M /trunk/capture.c + +Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when valid. + +------------------------------------------------------------------------ +r21811 | wmeier | 2007-05-16 19:43:38 -0700 (Wed, 16 May 2007) | 2 lines +Changed paths: + M /trunk/test/config.sh + M /trunk/test/suite-capture.sh + +Try this again (with a longer timeout and more diagnostic info) + +------------------------------------------------------------------------ +r21812 | standel | 2007-05-17 07:36:32 -0700 (Thu, 17 May 2007) | 2 lines +Changed paths: + M /trunk/epan/asn1.c + +include string.h to import memcpy and memset functions signatures + +------------------------------------------------------------------------ +r21813 | standel | 2007-05-17 10:08:11 -0700 (Thu, 17 May 2007) | 6 lines +Changed paths: + M /trunk/epan/Makefile.am + M /trunk/epan/Makefile.common + M /trunk/epan/Makefile.nmake + +Since code generated by lex may trigger gcc warnings, we are now generating two +libraries. A single library is generated with the lex code without the barrier +"stop on warning". Another library is generated from the remaining source +files with the "stop on warning" barrier. + + +------------------------------------------------------------------------ +r21814 | gerald | 2007-05-17 10:14:39 -0700 (Thu, 17 May 2007) | 3 lines +Changed paths: + M /trunk/epan/crypt/airpdcap.c + +Try WEP decryption before WPA. This keeps us from returning +prematurely if we have an IBSS frame. + +------------------------------------------------------------------------ +r21815 | gerald | 2007-05-17 10:15:51 -0700 (Thu, 17 May 2007) | 4 lines +Changed paths: + M /trunk/gtk/about_dlg.c + +Decrease the refresh time to 100ms. This seems to make the splash +screen updates a little more smooth without affecting the startup +time for remote sessions. + +------------------------------------------------------------------------ +r21816 | gerald | 2007-05-17 10:38:11 -0700 (Thu, 17 May 2007) | 4 lines +Changed paths: + M /trunk/gtk/packet_list.c + +Queue a redraw event in packet_list_clear(). This seems to fix the +incorrect redraw behavior when the packet list length is less than the +widget height. + +------------------------------------------------------------------------ +r21817 | standel | 2007-05-17 11:02:22 -0700 (Thu, 17 May 2007) | 6 lines +Changed paths: + M /trunk/wiretap/Makefile.am + M /trunk/wiretap/Makefile.common + +Since code generated by lex may trigger gcc warnings, we are now generating two +libraries. A single library is generated with the lex code without the barrier +"stop on warning". An other library is generated from the remaining source +files with the "stop on warning" barrier. + + +------------------------------------------------------------------------ +r21818 | gerald | 2007-05-17 11:41:07 -0700 (Thu, 17 May 2007) | 6 lines +Changed paths: + M /trunk/docbook/release-notes.xml + M /trunk/gtk/rtp_analysis.c + +When saving an RTP stream, don't insert silence if our packet has a +wrong timestamp. Place a cap on the amount of silence that we do +insert. This should fix bug 1580. + +Update the release notes. + +------------------------------------------------------------------------ +r21819 | standel | 2007-05-17 13:03:23 -0700 (Thu, 17 May 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.common + +uat_load.c is moved to generated files + +------------------------------------------------------------------------ +r21820 | standel | 2007-05-17 17:00:10 -0700 (Thu, 17 May 2007) | 2 lines +Changed paths: + M /trunk/wiretap/Makefile.am + M /trunk/wiretap/Makefile.common + +include generator sources in EXTRA_DIST + +------------------------------------------------------------------------ +r21821 | standel | 2007-05-17 17:04:58 -0700 (Thu, 17 May 2007) | 2 lines +Changed paths: + M /trunk/configure.in + M /trunk/wiretap/configure.in + +temporarily disable cast-align warnings + +------------------------------------------------------------------------ +r21822 | standel | 2007-05-17 17:15:31 -0700 (Thu, 17 May 2007) | 2 lines +Changed paths: + M /trunk/configure.in + +typo fix + +------------------------------------------------------------------------ +r21823 | sahlberg | 2007-05-17 22:25:31 -0700 (Thu, 17 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-windows-common.c + M /trunk/epan/dissectors/packet-windows-common.h + +this error is returned in srvsvc when a SessDel fails because no matching session can be +found + + +------------------------------------------------------------------------ +r21824 | kukosa | 2007-05-18 05:48:28 -0700 (Fri, 18 May 2007) | 3 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +- fix asn2wrs crash if typereference assignment has non-default body +- mode directives for assignments omitting + (#.NO_OMIT_ASSGN, #.OMIT_ALL_ASSIGNMENTS, #.OMIT_ASSIGNMENTS_EXCEPT, #.OMIT_ALL_TYPE_ASSIGNMENTS, #.OMIT_TYPE_ASSIGNMENTS_EXCEPT, #.OMIT_ALL_VALUE_ASSIGNMENTS, #.OMIT_VALUE_ASSIGNMENTS_EXCEPT) +------------------------------------------------------------------------ +r21825 | kukosa | 2007-05-18 05:53:55 -0700 (Fri, 18 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.am + A /trunk/asn1/gsmmap/MAP-ExtensionDataTypes.asn + A /trunk/asn1/gsmmap/MAP-LCS-DataTypes.asn + M /trunk/asn1/rrlp/Makefile + M /trunk/asn1/rrlp/Makefile.nmake + A /trunk/asn1/rrlp/RRLP-Components.asn + A /trunk/asn1/rrlp/RRLP-Messages.asn + M /trunk/asn1/rrlp/packet-rrlp-template.c + D /trunk/asn1/rrlp/packet-rrlp-template.h + D /trunk/asn1/rrlp/rrlp.asn + M /trunk/asn1/rrlp/rrlp.cnf + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-rrlp.c + D /trunk/epan/dissectors/packet-rrlp.h + +RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03) +------------------------------------------------------------------------ +r21826 | standel | 2007-05-18 06:14:03 -0700 (Fri, 18 May 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.common + +include dtd_parse.h in the distribution + +------------------------------------------------------------------------ +r21827 | etxrab | 2007-05-18 08:11:48 -0700 (Fri, 18 May 2007) | 2 lines +Changed paths: + A /trunk/asn1/ranap/RANAP-CommonDataTypes.asn + A /trunk/asn1/ranap/RANAP-Constants.asn + A /trunk/asn1/ranap/RANAP-Containers.asn + A /trunk/asn1/ranap/RANAP-IEs.asn + A /trunk/asn1/ranap/RANAP-PDU-Contents.asn + A /trunk/asn1/ranap/RANAP-PDU-Descriptions.asn + +Latest ASN1 files to be used later when the RANAP dissector is regenerated with +the latest asn2wrs facillities. +------------------------------------------------------------------------ +r21828 | etxrab | 2007-05-18 09:46:35 -0700 (Fri, 18 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-bssgp.c + M /trunk/epan/proto.c + M /trunk/epan/proto.h + M /trunk/epan/tvbuff.c + M /trunk/epan/tvbuff.h + +Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb_get_bits64 +and use them in proto_tree_add_bits_ret_val(). +------------------------------------------------------------------------ +r21829 | martinm | 2007-05-18 10:25:26 -0700 (Fri, 18 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ymsg.c + +- show service val in protocol tree label (there can be multiple of them) +- use fences so that multiple summaries can appear together in the info column + +------------------------------------------------------------------------ +r21830 | etxrab | 2007-05-18 11:14:09 -0700 (Fri, 18 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-h263.c + +Use proto_tree_add_bits_ret_val and proto_tree_add_bits_item(). +------------------------------------------------------------------------ +r21831 | gerald | 2007-05-18 14:06:20 -0700 (Fri, 18 May 2007) | 12 lines +Changed paths: + M /trunk/Makefile.common + M /trunk/Makefile.nmake + D /trunk/airpcap.h + M /trunk/airpcap_loader.c + M /trunk/airpcap_loader.h + M /trunk/config.nmake + M /trunk/epan/dissectors/Makefile.nmake + M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dissectors/packet-ieee80211.h + M /trunk/epan/dissectors/packet-radiotap.c + M /trunk/gtk/Makefile.nmake + M /trunk/gtk/airpcap_dlg.c + M /trunk/gtk/airpcap_dlg.h + M /trunk/gtk/airpcap_gui_utils.c + M /trunk/gtk/airpcap_gui_utils.h + M /trunk/gtk/capture_dlg.c + M /trunk/gtk/capture_if_dlg.c + M /trunk/gtk/keys.h + M /trunk/gtk/main.c + +From Dustin Johnson: + + - Update the wireless/AirPcap GUI code to support 802.11n as well as + some related upcoming code changes. + - Remove airpcap.h from the repository, since it exists in the AirPcap + devpack (and will be superseded Real Soon Now). + - Show the individual channel flag bits in radiotap. + +Fix the 802.11n MCS set display. + +This is a partial checkin, so hopefully nothing is broken. + +------------------------------------------------------------------------ +r21832 | guy | 2007-05-18 20:45:39 -0700 (Fri, 18 May 2007) | 5 lines +Changed paths: + M /trunk/epan/tvbuff.c + +Get rid of unused variables. + +Wrap 64-bit constants in G_GINT64_CONSTANT(), so they get the +appropriate suffix appended so the compiler knows they're 64 bits. + +------------------------------------------------------------------------ +r21833 | jake | 2007-05-19 03:59:44 -0700 (Sat, 19 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/capture_if_dlg.c + +Get the build going. + +------------------------------------------------------------------------ +r21834 | standel | 2007-05-19 11:33:44 -0700 (Sat, 19 May 2007) | 2 lines +Changed paths: + M /trunk/epan/Makefile.am + +distclean fix (delete dtd_grammar.h) + +------------------------------------------------------------------------ +r21835 | standel | 2007-05-19 11:38:45 -0700 (Sat, 19 May 2007) | 4 lines +Changed paths: + M /trunk/configure.in + M /trunk/wiretap/configure.in + +temporarily put cast-align in extra-gcc-warnings while compilation on Solaris +slave generates 'cast increases required alignment of target type' warnings. + + +------------------------------------------------------------------------ +r21836 | standel | 2007-05-19 11:42:58 -0700 (Sat, 19 May 2007) | 2 lines +Changed paths: + M /trunk/wiretap/configure.in + +typo fix + +------------------------------------------------------------------------ +r21837 | guy | 2007-05-19 14:22:05 -0700 (Sat, 19 May 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-bssgp.c + +There's more than one IE table; instead of fixing up all the IE tables +with default IE names, have bssgp_proto_tree_add_ie() use val_to_str() +if the IE table doesn't have an IE name. + +Don't use the IE name as a format; use "%s" as the format, and the IE +name as the argument. (That more clearly states what's being done.) + +------------------------------------------------------------------------ +r21838 | guy | 2007-05-19 15:00:09 -0700 (Sat, 19 May 2007) | 8 lines +Changed paths: + M /trunk/gtk/capture_if_dlg.c + +Convert the arguments to if_list_comparator_alph() to if_info_t *'s +early on, and use the converted versions. + +#if 0 out the error dialog for CANT_GET_AIRPCAP_INTERFACE_LIST, rather +than commenting it out - it's a bit easier to un-out the code, and you +don't have to worry about whether there's a comment in the stuff being +xxx-outed. + +------------------------------------------------------------------------ +r21839 | guy | 2007-05-19 15:33:42 -0700 (Sat, 19 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-slimp3.c + +Make the SliMP3 dissector a "new-style" dissector, so it rejects packets +that don't look like SliMP3 packets. This fixes bug 1259 (at least for +the packet in the bug). + +------------------------------------------------------------------------ +r21840 | jmayer | 2007-05-20 07:40:45 -0700 (Sun, 20 May 2007) | 3 lines +Changed paths: + M /trunk/wiretap/configure.in + +Fix a typo to make compiling with extra-gcc flags disable compiling with +errors. + +------------------------------------------------------------------------ +r21841 | etxrab | 2007-05-20 12:55:34 -0700 (Sun, 20 May 2007) | 1 line +Changed paths: + M /trunk/airpcap_loader.c + M /trunk/config.nmake + +Undefine AIRPCAP_DIR to get the Windows build going again. +------------------------------------------------------------------------ +r21842 | etxrab | 2007-05-20 12:56:44 -0700 (Sun, 20 May 2007) | 1 line +Changed paths: + M /trunk/asn1/gsmmap/MAP-ExtensionDataTypes.asn + M /trunk/asn1/gsmmap/MAP-LCS-DataTypes.asn + +Add Id. +------------------------------------------------------------------------ +r21843 | jmayer | 2007-05-20 13:26:17 -0700 (Sun, 20 May 2007) | 16 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-gdsdb.c (from /trunk/epan/dissectors/packet-ib.c:21840) + D /trunk/epan/dissectors/packet-ib.c + +M?\195?\180she van der Sterre: + Replace the Interbase dissector by a Firebird/Interbase + dissector. + +Me: + Fix warnings about unused parameters + Fix warnings about unused variables + Fix warning about unused function + Fix warning about mixed code and declaration + Declare all dissection functions static + Remove function declarations and move the switching + function down instead. + Update AUTHORS file + Add $Id$ and email address to file header + Fix filename in first comment line + +------------------------------------------------------------------------ +r21844 | jmayer | 2007-05-20 13:41:48 -0700 (Sun, 20 May 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-gdsdb.c + +Remove cvs2svn:cvs-rev property +Remove forward declaration of proto_reg_handoff_gdsdb + (this is just a hack to suppress a warning that needs + a proper solution for many many more files) + +------------------------------------------------------------------------ +r21845 | etxrab | 2007-05-20 14:19:48 -0700 (Sun, 20 May 2007) | 4 lines +Changed paths: + A /trunk/asn1/MAP_Dialogue/MAP-DialogueInformation.asn + D /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn + M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf + M /trunk/asn1/MAP_Dialogue/Makefile + M /trunk/asn1/MAP_Dialogue/Makefile.nmake + M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c + M /trunk/asn1/tcap/Makefile + M /trunk/asn1/tcap/Makefile.nmake + M /trunk/asn1/tcap/tcap.asn + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h + +Update MAP_DialoguePDU to 3GPP TS 29.002 V8.1.0 (2007-03) update makefiles and +rename the asn file. + +TCAP ad Id and update makefiles. +------------------------------------------------------------------------ +r21846 | gerald | 2007-05-20 15:32:14 -0700 (Sun, 20 May 2007) | 3 lines +Changed paths: + A /trunk/airpcap.h + M /trunk/config.nmake + +Revert back to having a local copy of airpcap.h. This should fix building +with AirPcap. Re-define AIRPCAP_DIR. + +------------------------------------------------------------------------ +r21847 | gerald | 2007-05-20 15:40:35 -0700 (Sun, 20 May 2007) | 3 lines +Changed paths: + M /trunk/epan/crypt/airpdcap.c + M /trunk/epan/crypt/airpdcap_int.h + M /trunk/epan/crypt/airpdcap_wep.c + +The fix for ad-hoc WEP decryption in r21814 broke WPA. Replace it with +a better fix. Clean up whitespace while we're at it. + +------------------------------------------------------------------------ +r21848 | wmeier | 2007-05-20 17:41:58 -0700 (Sun, 20 May 2007) | 2 lines +Changed paths: + M /trunk/airpcap_loader.c + +Alter slightly so compile/link with airpcap works again.... + +------------------------------------------------------------------------ +r21849 | guy | 2007-05-20 18:51:38 -0700 (Sun, 20 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/Makefile.am + +Reflect the name change of the .asn file. + +------------------------------------------------------------------------ +r21850 | sahlberg | 2007-05-20 19:12:19 -0700 (Sun, 20 May 2007) | 3 lines +Changed paths: + M /trunk/wiretap/wtap-plugins.c + +workaroung a warning for const that prevents gtk1 builds + + +------------------------------------------------------------------------ +r21851 | sahlberg | 2007-05-20 19:13:21 -0700 (Sun, 20 May 2007) | 3 lines +Changed paths: + M /trunk/wiretap/wtap-plugins.c + +make the workaround use static so it wont dissapear when the frame ends + + +------------------------------------------------------------------------ +r21852 | sahlberg | 2007-05-20 19:32:54 -0700 (Sun, 20 May 2007) | 4 lines +Changed paths: + M /trunk/epan/prefs.c + +add workaround so that gtk1 compiles again thanks to stupid const mismatch between +gtk versions and warnings treaded as errors + + +------------------------------------------------------------------------ +r21853 | sahlberg | 2007-05-20 19:36:33 -0700 (Sun, 20 May 2007) | 3 lines +Changed paths: + M /trunk/epan/proto.c + +make proto.c compile again after the recent changes + + +------------------------------------------------------------------------ +r21854 | sahlberg | 2007-05-20 19:38:19 -0700 (Sun, 20 May 2007) | 3 lines +Changed paths: + M /trunk/epan/strutil.c + +make gtk1 compile again + + +------------------------------------------------------------------------ +r21855 | sahlberg | 2007-05-20 20:07:25 -0700 (Sun, 20 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +there wre two fields in smb for filenames with the same display filer string. +rename one of them to a different name so filtering works reliably + + +------------------------------------------------------------------------ +r21856 | sahlberg | 2007-05-20 20:44:49 -0700 (Sun, 20 May 2007) | 9 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb.h + +track FIDs on a per transaction (request+response) basis and make sure the FID is printed +in both packets of a transaction. + +this makes filters such as "smb.file==foo.txt" work much better since they now show both +the read/write request and also the response packets. +this is similar to what we already do in nfs for filehandles + + + +------------------------------------------------------------------------ +r21857 | sahlberg | 2007-05-20 23:49:18 -0700 (Sun, 20 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +since we now have a generic "track fid for transactions" we no longer need to do this +explicitely in the read/write functions + + +------------------------------------------------------------------------ +r21858 | sahlberg | 2007-05-21 00:17:36 -0700 (Mon, 21 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb.h + +add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a failed read/write +what offset/length was requested + + +------------------------------------------------------------------------ +r21859 | sahlberg | 2007-05-21 03:16:21 -0700 (Mon, 21 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb2.c + +from metze +improved handling of smb2 errors + + +------------------------------------------------------------------------ +r21860 | sahlberg | 2007-05-21 03:19:29 -0700 (Mon, 21 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb2.c + +additional smb2 fixes from metze + + +------------------------------------------------------------------------ +r21861 | jmayer | 2007-05-21 09:02:31 -0700 (Mon, 21 May 2007) | 1 line +Changed paths: + M /trunk/epan/wslua/Makefile.am + +Hack to fix out of tree builds +------------------------------------------------------------------------ +r21862 | jmayer | 2007-05-21 09:16:18 -0700 (Mon, 21 May 2007) | 3 lines +Changed paths: + M /trunk/wiretap/airopeek9.c + M /trunk/wiretap/catapult_dct2000.c + +Fix some (incorrect but unforseeable) +"might be used uninitialized" warnings. + +------------------------------------------------------------------------ +r21863 | jmayer | 2007-05-21 09:36:21 -0700 (Mon, 21 May 2007) | 1 line +Changed paths: + M /trunk/epan/wslua/make-taps.pl + +Fix warning about unused parameter +------------------------------------------------------------------------ +r21864 | jake | 2007-05-21 11:08:47 -0700 (Mon, 21 May 2007) | 1 line +Changed paths: + M /trunk/plugins/opcua/Makefile.nmake + M /trunk/plugins/opcua/opcua.c + M /trunk/plugins/opcua/opcua_application_layer.c + M /trunk/plugins/opcua/opcua_complextypeparser.c + M /trunk/plugins/opcua/opcua_complextypeparser.h + M /trunk/plugins/opcua/opcua_enumparser.c + M /trunk/plugins/opcua/opcua_enumparser.h + M /trunk/plugins/opcua/opcua_hfindeces.c + M /trunk/plugins/opcua/opcua_hfindeces.h + M /trunk/plugins/opcua/opcua_identifiers.h + M /trunk/plugins/opcua/opcua_security_layer.c + M /trunk/plugins/opcua/opcua_serviceparser.c + M /trunk/plugins/opcua/opcua_serviceparser.h + M /trunk/plugins/opcua/opcua_servicetable.c + M /trunk/plugins/opcua/opcua_simpletypes.c + M /trunk/plugins/opcua/opcua_transport_layer.c + +Make files more generic. +------------------------------------------------------------------------ +r21865 | jmayer | 2007-05-21 12:43:17 -0700 (Mon, 21 May 2007) | 1 line +Changed paths: + M /trunk/epan/follow.c + +put fwrite and fread into DISSECTOR_ASSERT in order to use the result +------------------------------------------------------------------------ +r21866 | guy | 2007-05-21 13:31:45 -0700 (Mon, 21 May 2007) | 13 lines +Changed paths: + M /trunk/dftest.c + M /trunk/epan/filesystem.c + M /trunk/gtk/main.c + M /trunk/tshark.c + +Have init_progfile_dir() also check whether +WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set and, if so and we weren't run +with special privileges, set the running_in_build_directory_flag. Have +it do the same if it finds ".libs" in the pathname of the program and we +weren't run with special privileges, as that means it was probably run +from the libtool wrapper script and presumably thus isn't an installed +binary. + +This means that get_credential_info() has to be called before +init_progfile_dir(). + +Clean up some indentation. + +------------------------------------------------------------------------ +r21867 | sfisher | 2007-05-21 13:41:05 -0700 (Mon, 21 May 2007) | 6 lines +Changed paths: + M /trunk/epan/nstime.c + M /trunk/epan/nstime.h + M /trunk/file.c + M /trunk/tshark.c + + +From Sake Blok: + +Fix for bug #1056 + + +------------------------------------------------------------------------ +r21868 | gerald | 2007-05-21 15:40:13 -0700 (Mon, 21 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors + +Add jEdit mark files svn:ignore. + +------------------------------------------------------------------------ +r21869 | sahlberg | 2007-05-21 16:50:18 -0700 (Mon, 21 May 2007) | 3 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/epan/dissectors/Makefile.common + A /trunk/epan/dissectors/packet-kingfisher.c + +From Rob Casey a dissector for the KingFisher protocol + + +------------------------------------------------------------------------ +r21870 | guy | 2007-05-21 17:00:09 -0700 (Mon, 21 May 2007) | 4 lines +Changed paths: + M /trunk/epan/follow.c + M /trunk/epan/follow.h + M /trunk/gtk/follow_dlg.c + +Have the follow code keep track of whether there's any data in the TCP +stream, and, if there isn't, pop up a dialog indicating that there isn't +any data in the stream. This fixes bug 1604. + +------------------------------------------------------------------------ +r21871 | sfisher | 2007-05-21 17:14:39 -0700 (Mon, 21 May 2007) | 1 line +Changed paths: + M /trunk/epan/libwireshark.def + +Add new functions from SVN revision 21867 to libwireshark.def to get Windows builds going again +------------------------------------------------------------------------ +r21872 | sfisher | 2007-05-21 17:33:46 -0700 (Mon, 21 May 2007) | 1 line +Changed paths: + M /trunk/gtk/win32-file-dlg.c + +Fix bug #1600 in the Win32 file dialog (it was fixed for the GTK file dialog in SVN revision 21807). +------------------------------------------------------------------------ +r21873 | sahlberg | 2007-05-21 18:26:32 -0700 (Mon, 21 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb.h + +add the disposition to the data we store for how a fid is opened + + +------------------------------------------------------------------------ +r21874 | sahlberg | 2007-05-21 18:42:56 -0700 (Mon, 21 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +add the level of interest to the dissection of QUERY_PATH_INFO/QUERY_FILE_INFO responses +as a generated item + + +------------------------------------------------------------------------ +r21875 | sahlberg | 2007-05-21 19:14:35 -0700 (Mon, 21 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +show the QUERY_FS_INFO level as a generated item in the response packet + + +------------------------------------------------------------------------ +r21876 | guy | 2007-05-21 19:21:01 -0700 (Mon, 21 May 2007) | 15 lines +Changed paths: + M /trunk/gtk/gui_utils.c + M /trunk/gtk/layout_prefs.c + M /trunk/ui_util.h + +Don't explicitly set the main window name unless you're changing the +state to "no packets", "file open", or "live capture in progress". + +Instead, to update the main window title when the user-specified prefix +for the title changes: + + save the un-decorated title as a data value attached to the main + window in set_main_window_name(); + + have a new routine to update the title, which fetches the + un-decorated title, decorates it, and sets the title to the + decorated value. + +This fixes bug 1608. + +------------------------------------------------------------------------ +r21877 | wmeier | 2007-05-21 19:25:37 -0700 (Mon, 21 May 2007) | 2 lines +Changed paths: + M /trunk/epan/libwireshark.def + +add empty_tcp_stream + +------------------------------------------------------------------------ +r21878 | sahlberg | 2007-05-21 19:55:14 -0700 (Mon, 21 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-kingfisher.c + +fix an incorrect shift + + +------------------------------------------------------------------------ +r21879 | standel | 2007-05-21 20:30:28 -0700 (Mon, 21 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ip.c + M /trunk/epan/dissectors/packet-quakeworld.c + +fix gcc 4.2 warnings (qualifier type) + +------------------------------------------------------------------------ +r21880 | sahlberg | 2007-05-21 20:33:51 -0700 (Mon, 21 May 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb.h + +remember the object name from a QUERY_PATH_INFO and show it as a +generated item in the response. + +also show the infolevel in the response as a generated item + + +------------------------------------------------------------------------ +r21881 | sahlberg | 2007-05-21 20:55:54 -0700 (Mon, 21 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +improve FIND_FIRST2 useability in the same way as in the previous +patches + + +------------------------------------------------------------------------ +r21882 | guy | 2007-05-22 00:21:12 -0700 (Tue, 22 May 2007) | 15 lines +Changed paths: + M /trunk/epan/Makefile.am + M /trunk/epan/Makefile.common + M /trunk/epan/Makefile.nmake + M /trunk/epan/dfilter/Makefile.am + M /trunk/plugins/mate/Makefile.am + +"make maintainer-clean" cleans up everything that "make distclean" does; +there's no need for files in DISTCLEANFILES to be in +MAINTAINERCLEANFILES as well. + +In epan, split the generated source files into those that should be +cleaned by "make distclean" and those that shouldn't, and have +DISTCLEANFILES include only the ones that should be cleaned by "make +distclean" and have MAINTAINERCLEANFILES include the ones that shouldn't +be cleaned by "make distclean". This should fix bug 1595. + +The generated source files don't need to be in EXTRA_DIST. + +Use LIBWIRESHARK_DISTCLEAN_GENERATED_SRC and +LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC in epan/Makefile.nmake. + +------------------------------------------------------------------------ +r21883 | guy | 2007-05-22 00:52:11 -0700 (Tue, 22 May 2007) | 11 lines +Changed paths: + M /trunk/configure.in + +If GTK+ isn't available, fail unless the user explicitly specified +"--disable-wireshark"; if they haven't explicitly said that they don't +want Wireshark, assume they do, and that they won't be happy if, when +the build finishes, they don't have Wireshark and weren't made +sufficiently aware that they wouldn't get it. + +People who want to build TShark for machines that don't have GTK+ +installed, but don't want to build Wireshark because they can't install +GTK+ on the build/target machine, can still do that; they just have to +explicitly specify "--disable-wireshark" to do it. + +------------------------------------------------------------------------ +r21884 | jmayer | 2007-05-22 06:16:36 -0700 (Tue, 22 May 2007) | 3 lines +Changed paths: + M /trunk/packaging/svr4/checkinstall.in + +Make sure we compare against something ("") in case +GTK_CONFIG is empty. + +------------------------------------------------------------------------ +r21885 | jmayer | 2007-05-22 06:17:24 -0700 (Tue, 22 May 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-smb2.h + M /trunk/plugins/opcua/opcua_complextypeparser.c + M /trunk/plugins/opcua/opcua_complextypeparser.h + M /trunk/plugins/opcua/opcua_serviceparser.c + M /trunk/plugins/opcua/opcua_serviceparser.h + +Trivial warning fixes: + +opcua: warning: function declaration isn't a prototype +rest: comma at end of enumerator + +------------------------------------------------------------------------ +r21886 | standel | 2007-05-22 06:47:45 -0700 (Tue, 22 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ip.c + +revert changes of r21879 which fix gcc bugs. These changes was from mipv4 +improvements patch. + +------------------------------------------------------------------------ +r21887 | grahamb | 2007-05-22 09:01:25 -0700 (Tue, 22 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dnp.c + +Code cleanups, some parsing errors fixed, added more object types +------------------------------------------------------------------------ +r21888 | jmayer | 2007-05-22 09:14:28 -0700 (Tue, 22 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-rnsap.c + M /trunk/tools/asn2wrs.py + +Don't generate enums that end in a comma + +------------------------------------------------------------------------ +r21889 | etxrab | 2007-05-22 09:17:54 -0700 (Tue, 22 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.nmake + M /trunk/asn1/acse/acse.cnf + M /trunk/asn1/ftam/ftam.cnf + M /trunk/asn1/gsmmap/GSMMAP.asn + M /trunk/asn1/ldap/ldap.cnf + M /trunk/asn1/mms/mms.cnf + M /trunk/asn1/rtse/rtse.cnf + M /trunk/asn1/tcap/packet-tcap-template.c + M /trunk/asn1/tcap/tcap.cnf + M /trunk/asn1/x411/x411.cnf + M /trunk/epan/asn1.h + M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c + M /trunk/epan/dissectors/packet-acp133.c + M /trunk/epan/dissectors/packet-acse.c + M /trunk/epan/dissectors/packet-ansi_map.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-cdt.c + M /trunk/epan/dissectors/packet-cmip.c + M /trunk/epan/dissectors/packet-cmp.c + M /trunk/epan/dissectors/packet-cms.c + M /trunk/epan/dissectors/packet-crmf.c + M /trunk/epan/dissectors/packet-dap.c + M /trunk/epan/dissectors/packet-disp.c + M /trunk/epan/dissectors/packet-dop.c + M /trunk/epan/dissectors/packet-dsp.c + M /trunk/epan/dissectors/packet-ess.c + M /trunk/epan/dissectors/packet-ftam.c + M /trunk/epan/dissectors/packet-ftbp.c + M /trunk/epan/dissectors/packet-gnm.c + M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_ss.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-kerberos.c + M /trunk/epan/dissectors/packet-kpasswd.c + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-logotypecertextn.c + M /trunk/epan/dissectors/packet-mms.c + M /trunk/epan/dissectors/packet-ocsp.c + M /trunk/epan/dissectors/packet-pkcs1.c + M /trunk/epan/dissectors/packet-pkcs12.c + M /trunk/epan/dissectors/packet-pkinit.c + M /trunk/epan/dissectors/packet-pkix1explicit.c + M /trunk/epan/dissectors/packet-pkix1implicit.c + M /trunk/epan/dissectors/packet-pkixproxy.c + M /trunk/epan/dissectors/packet-pkixqualified.c + M /trunk/epan/dissectors/packet-pkixtsp.c + M /trunk/epan/dissectors/packet-pres.c + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-qsig.c + M /trunk/epan/dissectors/packet-ros.c + M /trunk/epan/dissectors/packet-rtse.c + M /trunk/epan/dissectors/packet-s4406.c + M /trunk/epan/dissectors/packet-smrse.c + M /trunk/epan/dissectors/packet-snmp.c + M /trunk/epan/dissectors/packet-spnego.c M /trunk/epan/dissectors/packet-tcap.c - M /trunk/gtk/decode_as_dcerpc.c - M /trunk/gtk/decode_as_dlg.c + M /trunk/epan/dissectors/packet-wlancertextn.c + M /trunk/epan/dissectors/packet-x411.c + M /trunk/epan/dissectors/packet-x420.c + M /trunk/epan/dissectors/packet-x509af.c + M /trunk/epan/dissectors/packet-x509ce.c + M /trunk/epan/dissectors/packet-x509if.c + M /trunk/epan/dissectors/packet-x509sat.c + M /trunk/tools/asn2wrs.py + +Prepare for the use of the new -X parameter for BER encoded protocols. +------------------------------------------------------------------------ +r21890 | guy | 2007-05-22 10:32:39 -0700 (Tue, 22 May 2007) | 10 lines +Changed paths: + M /trunk/epan/dissectors/packet-dnp.c + +With at least some compilers, "enum QUALITY_TYPE" is unsigned, and the +compiler warns about checking whether it's >= 0, as it always is. + +Don't do that check - we don't use "type" until the switch statement, +and GCC should issue a warning if not all valid "enum QUALITY_TYPE" +values are handled in the switch statement. + +Sort the items in the switch statement in the order in which they appear +in the enum definition, so it's clearer that it covers all values. + +------------------------------------------------------------------------ +r21891 | gerald | 2007-05-22 12:05:27 -0700 (Tue, 22 May 2007) | 5 lines +Changed paths: + M /trunk/doc/README.packaging + M /trunk/docbook/release-notes.xml + +Add a note about the recent change in "--disable-wireshark" behavior to +the release notes. + +Add a couple of updates to the packaging doc. + +------------------------------------------------------------------------ +r21892 | etxrab | 2007-05-22 14:13:55 -0700 (Tue, 22 May 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +Copy paste error, actx duplicated. +------------------------------------------------------------------------ +r21893 | etxrab | 2007-05-22 14:15:00 -0700 (Tue, 22 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +Update the EXTERNAL dissection code(still unfinished). +------------------------------------------------------------------------ +r21894 | tuexen | 2007-05-22 14:16:30 -0700 (Tue, 22 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/sctp_assoc_analyse.c + M /trunk/gtk/sctp_byte_graph_dlg.c + M /trunk/gtk/sctp_graph_dlg.c + M /trunk/gtk/sctp_stat.c + M /trunk/gtk/sctp_stat.h + M /trunk/gtk/sctp_stat_dlg.c + +From Irene Ruengeler: Fix TSN handling in graphs. + +------------------------------------------------------------------------ +r21895 | etxrab | 2007-05-22 14:17:08 -0700 (Tue, 22 May 2007) | 1 line +Changed paths: + M /trunk/asn1/ftam/Makefile + M /trunk/asn1/ftam/Makefile.nmake + M /trunk/asn1/ftam/ftam-exp.cnf + M /trunk/asn1/ftam/ftam.cnf + M /trunk/epan/dissectors/packet-ftam.c + M /trunk/epan/dissectors/packet-ftam.h + +Regenerate dissector with -X and -T directives. +------------------------------------------------------------------------ +r21896 | sfisher | 2007-05-22 15:55:09 -0700 (Tue, 22 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-rsvp.c + + +Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455) + + +------------------------------------------------------------------------ +r21897 | sahlberg | 2007-05-22 16:05:25 -0700 (Tue, 22 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-smb.h + +show the filename that was to be deleted in the Delete reply + + +------------------------------------------------------------------------ +r21898 | gerald | 2007-05-22 16:06:22 -0700 (Tue, 22 May 2007) | 5 lines +Changed paths: + M /trunk/gtk/main.c + +Don't set the focus on the display filter entry when we're passed a +contorl- or alt-modified character. Fixes bug 1610. + +Fixup whitespace. + +------------------------------------------------------------------------ +r21899 | sahlberg | 2007-05-22 16:12:58 -0700 (Tue, 22 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-smb.c + +show the directory name in replies to CreateDir/Checkdir and DeleteDir + + +------------------------------------------------------------------------ +r21900 | guy | 2007-05-22 16:56:52 -0700 (Tue, 22 May 2007) | 3 lines +Changed paths: + M /trunk/gtk/sctp_graph_dlg.c + +Put back some casts, and don't use rint() on Windows, in the hopes of +clearing up at least some buildbot errors on Windows. + +------------------------------------------------------------------------ +r21901 | guy | 2007-05-22 17:28:59 -0700 (Tue, 22 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/sctp_graph_dlg.c + +Put back some more missing casts. + +------------------------------------------------------------------------ +r21902 | guy | 2007-05-22 18:27:57 -0700 (Tue, 22 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/ssl-dlg.c + +Handle characters with the 8th bit set. + +------------------------------------------------------------------------ +r21903 | etxrab | 2007-05-22 22:27:17 -0700 (Tue, 22 May 2007) | 1 line +Changed paths: + M /trunk/gtk/sctp_graph_dlg.c + +Put in some more, hopfully correct casts. +------------------------------------------------------------------------ +r21904 | jake | 2007-05-22 23:03:48 -0700 (Tue, 22 May 2007) | 1 line +Changed paths: + M /trunk/wiretap/pppdump.c + +Fix for bug 1601: handle zero length packets. +------------------------------------------------------------------------ +r21905 | kukosa | 2007-05-23 06:36:25 -0700 (Wed, 23 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-per.c + M /trunk/epan/dissectors/packet-per.h + +support of CONTAINING constraint in OCTET STRING and BIT STRING +------------------------------------------------------------------------ +r21906 | kukosa | 2007-05-23 06:42:05 -0700 (Wed, 23 May 2007) | 3 lines +Changed paths: + M /trunk/asn1/nbap/packet-nbap-template.c + M /trunk/epan/dissectors/packet-nbap.c + M /trunk/tools/asn2wrs.py + +- support of CONTAINING constraint in OCTET STRING and BIT STRING +- fix handling of tag for EXTERNAL type +- change automatic postfix for duplicate names from '...%d' to '..._%02d' +------------------------------------------------------------------------ +r21907 | kukosa | 2007-05-23 07:31:12 -0700 (Wed, 23 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-per.c + +fix warning +------------------------------------------------------------------------ +r21908 | jmayer | 2007-05-23 08:42:48 -0700 (Wed, 23 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-bacapp.c + +warning fix: passing argument 2 of 'iconv' from incompatible pointer type +------------------------------------------------------------------------ +r21909 | grahamb | 2007-05-23 09:35:42 -0700 (Wed, 23 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dnp.c + +Corrected dissection of read requests when no object indexes are supplied, i.e. index field is 0 +------------------------------------------------------------------------ +r21910 | gerald | 2007-05-23 10:12:01 -0700 (Wed, 23 May 2007) | 2 lines +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_use.xml + M /trunk/gtk/menu.c + +Add shortcuts for expanding/collapsing the packet detail. + +------------------------------------------------------------------------ +r21911 | kukosa | 2007-05-23 12:35:29 -0700 (Wed, 23 May 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +small fix in duplicate type warning +------------------------------------------------------------------------ +r21912 | etxrab | 2007-05-23 13:49:53 -0700 (Wed, 23 May 2007) | 1 line +Changed paths: + M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c + M /trunk/epan/dissectors/packet-gsm_ss.c + +Put in some forgotten actx. +------------------------------------------------------------------------ +r21913 | wmeier | 2007-05-23 18:05:08 -0700 (Wed, 23 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/proto_dlg.c + +Fix 'Analyze ! Enabled_Protocols' search to search on correct column. + +------------------------------------------------------------------------ +r21914 | guy | 2007-05-23 19:08:49 -0700 (Wed, 23 May 2007) | 4 lines +Changed paths: + M /trunk/docbook/release-notes.xml + +Emphasize that if you try to build on a system without GTK+ installed, +the configure script will fail unless you explicitly say you don't want +Wireshark built. + +------------------------------------------------------------------------ +r21915 | guy | 2007-05-23 19:10:49 -0700 (Wed, 23 May 2007) | 3 lines +Changed paths: + M /trunk/gtk/sctp_graph_dlg.c + +Use the same workaround for the absence of rint() in MSVC++ that's used +by the TCP graph code. + +------------------------------------------------------------------------ +r21916 | kukosa | 2007-05-24 00:19:21 -0700 (Thu, 24 May 2007) | 2 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +- improvements in registering dissectors to OID table (value defined in ASN.1 can be used) +- new #.END_OF_CNF directive +------------------------------------------------------------------------ +r21917 | guy | 2007-05-24 04:43:53 -0700 (Thu, 24 May 2007) | 6 lines +Changed paths: + M /trunk/configure.in + M /trunk/wiretap/configure.in + +Temporarily turn on a bunch of warnings and turn off -Werror, to see +what the complete set of warnings we should either try to fix or, for +cases where it can't be fixed, turn off or or avoid -Werror for. I'll +revert this change as soon as a complete set of buildbot builds start +with it. + +------------------------------------------------------------------------ +r21918 | guy | 2007-05-24 05:00:55 -0700 (Thu, 24 May 2007) | 2 lines +Changed paths: + M /trunk/configure.in + M /trunk/wiretap/configure.in + +Back out the previous change. + +------------------------------------------------------------------------ +r21919 | kukosa | 2007-05-24 05:30:38 -0700 (Thu, 24 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/rnsap/packet-rnsap-template.c + M /trunk/asn1/rnsap/rnsap.cnf + M /trunk/epan/dissectors/packet-mpeg-pes.c + M /trunk/epan/dissectors/packet-nbap.c + M /trunk/epan/dissectors/packet-rnsap.c + M /trunk/epan/dissectors/packet-rrlp.c + M /trunk/epan/dissectors/packet-ulp.c + +- RNSAP calls RRC through dissector handle instead of direct function call +- PER dissectors regenerated +------------------------------------------------------------------------ +r21920 | kukosa | 2007-05-24 05:36:41 -0700 (Thu, 24 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-cmip.c + M /trunk/epan/dissectors/packet-cmp.c + M /trunk/epan/dissectors/packet-ftam.c + M /trunk/epan/dissectors/packet-gnm.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-mms.c + M /trunk/epan/dissectors/packet-pkix1explicit.c + +few BER dissectors regenerated +------------------------------------------------------------------------ +r21921 | kukosa | 2007-05-24 06:30:45 -0700 (Thu, 24 May 2007) | 1 line +Changed paths: + M /trunk/asn1/ulp/packet-ulp-template.c + M /trunk/asn1/ulp/ulp.cnf + M /trunk/epan/dissectors/packet-ulp.c + +fix rrlp subdissector calling +------------------------------------------------------------------------ +r21922 | wmeier | 2007-05-24 09:18:33 -0700 (Thu, 24 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/ansi_map_stat.c + +When computing average: use 0 as avg if divisor=0 + +------------------------------------------------------------------------ +r21923 | guy | 2007-05-24 10:02:06 -0700 (Thu, 24 May 2007) | 4 lines +Changed paths: + M /trunk/wiretap/k12text.l + +Get rid of CR's, and add a newline at the end. + +Set svn:keywords and svn:eol-style appropriately. + +------------------------------------------------------------------------ +r21924 | gerald | 2007-05-24 10:36:07 -0700 (Thu, 24 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-bootp.c + +Fix a crash bug found through fuzz testing. The bug was introduced +after the 0.99.5 release. + +------------------------------------------------------------------------ +r21925 | etxrab | 2007-05-24 12:11:04 -0700 (Thu, 24 May 2007) | 1 line +Changed paths: + D /trunk/asn1/ulp/ulp-exp.cnf + +No longer needed as nothing is exported. +------------------------------------------------------------------------ +r21926 | lego | 2007-05-24 13:40:42 -0700 (Thu, 24 May 2007) | 3 lines +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml + +Help for the SCTP Users Table + + +------------------------------------------------------------------------ +r21927 | etxrab | 2007-05-24 13:42:55 -0700 (Thu, 24 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/nbap/packet-nbap-template.c + M /trunk/epan/dissectors/packet-nbap.c + M /trunk/epan/dissectors/packet-sctp.c + M /trunk/epan/sctpppids.h + +Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID's +for SCTP. +------------------------------------------------------------------------ +r21928 | lego | 2007-05-24 15:26:51 -0700 (Thu, 24 May 2007) | 3 lines +Changed paths: + M /trunk/epan/libwireshark.def + M /trunk/epan/plugins.c + M /trunk/epan/plugins.h + M /trunk/gtk/main.c + M /trunk/gtk/plugins_dlg.c + M /trunk/tshark.c + +Prepare wireshark and tshark for wiretap plugins + + +------------------------------------------------------------------------ +r21929 | jake | 2007-05-24 23:35:21 -0700 (Thu, 24 May 2007) | 6 lines +Changed paths: + M /trunk/epan/dissectors/packet-ssl-utils.c + +From Brian Vandenberg: +I ran into a problem trying to debug some of my stuff yesterday that depends on the http dissector, and the server I'm working with defaults to ssl traffic; whenever I try to debug it, it always gets hung up on the lines I mentioned in the email quoted below (within the ssl dissector). + +It seems the culprit is in the use of g_malloc within ssl_data_alloc, and free (instead of g_free) in tls_prf. + +I've attached the diff for the fixes I made. +------------------------------------------------------------------------ +r21930 | jake | 2007-05-24 23:46:47 -0700 (Thu, 24 May 2007) | 2 lines +Changed paths: + M /trunk/tshark.c + +Fix for bug 1614: +Output preamble and finale on live capture. +------------------------------------------------------------------------ +r21931 | kukosa | 2007-05-24 23:54:39 -0700 (Thu, 24 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/Makefile.am + M /trunk/asn1/Makefile.nmake + A /trunk/asn1/rrc + A /trunk/asn1/rrc/Class-definitions.asn + A /trunk/asn1/rrc/Constant-definitions.asn + A /trunk/asn1/rrc/InformationElements.asn + A /trunk/asn1/rrc/Internode-definitions.asn + A /trunk/asn1/rrc/Makefile + A /trunk/asn1/rrc/Makefile.nmake + A /trunk/asn1/rrc/PDU-definitions.asn + A /trunk/asn1/rrc/packet-rrc-template.c + A /trunk/asn1/rrc/rrc.cnf + D /trunk/asn1/umts_rrc + D /trunk/asn1/umts_rrc_Internode-defs + D /trunk/asn1/umts_rrc_ies + D /trunk/asn1/umts_rrc_pdu_def + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/Makefile.nmake + A /trunk/epan/dissectors/packet-rrc.c + D /trunk/epan/dissectors/packet-umts_rrc.c + D /trunk/epan/dissectors/packet-umts_rrc.h + D /trunk/epan/dissectors/packet-umts_rrc_ies.c + D /trunk/epan/dissectors/packet-umts_rrc_ies.h + D /trunk/epan/dissectors/packet-umts_rrc_pdu_def.c + D /trunk/epan/dissectors/packet-umts_rrc_pdu_def.h + +UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directory + +------------------------------------------------------------------------ +r21932 | jmayer | 2007-05-25 01:34:15 -0700 (Fri, 25 May 2007) | 22 lines +Changed paths: + M /trunk/tools/pidl/tests/Util.pm + +Update from samba tree revision 23054 to 23135 +============================ Samba log start ============ +------------------------------------------------------------------------ +r23069 | metze | 2007-05-22 13:23:36 +0200 (Tue, 22 May 2007) | 3 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/tests/Util.pm + +print out the command, to find out the problem on host 'tridge' + +metze +------------------------------------------------------------------------ +r23071 | metze | 2007-05-22 14:45:58 +0200 (Tue, 22 May 2007) | 3 lines +Changed paths: + M /branches/SAMBA_4_0/source/pidl/tests/Util.pm + +print the command on failure only + +metze +------------------------------------------------------------------------ +------------------------------------------------------------------------ +============================ Samba log end ============== + +------------------------------------------------------------------------ +r21933 | kukosa | 2007-05-25 04:40:32 -0700 (Fri, 25 May 2007) | 1 line +Changed paths: + M /trunk/asn1/Makefile.nmake + M /trunk/asn1/h225/h225.cnf + M /trunk/asn1/h235/h235.cnf + M /trunk/asn1/rrlp/rrlp.cnf + M /trunk/asn1/ulp/ulp.cnf + M /trunk/epan/dissectors/packet-h225.c + M /trunk/epan/dissectors/packet-h235.c + M /trunk/epan/dissectors/packet-rrlp.c + M /trunk/epan/dissectors/packet-ulp.c + +get rid of few warnings +------------------------------------------------------------------------ +r21934 | lego | 2007-05-25 09:47:22 -0700 (Fri, 25 May 2007) | 5 lines +Changed paths: + M /trunk/epan/dissectors/packet-user_encap.c + M /trunk/epan/uat.h + M /trunk/gtk/uat_gui.c + +- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the dissector and the handle +- packet-user_encap.c: use the new UAT_PROTO_DEF +- gtk/uat_gui.c: change the order of "containment" of the widgets to have the clist fields sized to the scrolledwindow instead of the whole window + + +------------------------------------------------------------------------ +r21935 | lego | 2007-05-25 10:22:32 -0700 (Fri, 25 May 2007) | 23 lines +Changed paths: + M /trunk/Makefile.common + M /trunk/Makefile.nmake + M /trunk/capinfos.c + M /trunk/editcap.c + M /trunk/epan/Makefile.common + M /trunk/epan/epan.c + M /trunk/epan/filesystem.c + M /trunk/epan/plugins.c + M /trunk/epan/plugins.h + M /trunk/epan/proto.c + A /trunk/epan/report_err.c + M /trunk/epan/report_err.h + M /trunk/gtk/main.c + M /trunk/tshark.c + +Have editcap and capinfos loading the wiretap plugins. + +epan/filesystem.c + have get_plugin_dir() calling init_plugin_dir() if necessary + +epan/epan.c and epan/report_err.c + move the report_failure family into the new report_err.c file, have epan_init() calling the initializer + +epan/plugins.h and epan/proto.c + do not have init_plugins() calling the proto_reg functions instead do it in init_proto() + +gtk/main.c and tshark.c + init_plugin_dir() has become suprefluous + +capinfos.c and editcap.c + load the wiretap plugins + +Makefiles + do what's needed to build withe the above changes. + + + + +------------------------------------------------------------------------ +r21936 | lego | 2007-05-25 10:23:46 -0700 (Fri, 25 May 2007) | 3 lines +Changed paths: + M /trunk/wiretap/Makefile.common + D /trunk/wiretap/wtap-plugins.c + M /trunk/wiretap/wtap.h + + remove the never used wiretap/wtap-plugins.c + + +------------------------------------------------------------------------ +r21937 | gerald | 2007-05-25 10:24:35 -0700 (Fri, 25 May 2007) | 3 lines +Changed paths: + M /trunk/gtk/main.c + +As Martin pointed out, we were comparing the wrong variable against our +modifier mask (and using the wrong bitwise operator to boot). + +------------------------------------------------------------------------ +r21938 | guy | 2007-05-25 12:13:49 -0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/about_dlg.c + M /trunk/gtk/about_dlg.h + M /trunk/gtk/export_object.c + M /trunk/gtk/export_object.h + M /trunk/gtk/gui_utils.c + M /trunk/gtk/hostlist_table.c + M /trunk/gtk/hostlist_table.h + M /trunk/gtk/main.c + M /trunk/gtk/summary_dlg.c + M /trunk/register.h + M /trunk/statusbar.h + M /trunk/ui_util.h + +Squelch some qualifier (const vs. non-const) warnings. + +------------------------------------------------------------------------ +r21939 | guy | 2007-05-25 12:26:45 -0700 (Fri, 25 May 2007) | 5 lines +Changed paths: + M /trunk/capture_loop.c + +The libpcap callback "user" argument *should* have been a "void *", as +it's a pointer to an arbitrary object, assumed to be correctly aligned, +not a pointer to a not-necessarily-properly-aligned array of bytes. +Cast it, so we won't get alignment warnings. + +------------------------------------------------------------------------ +r21940 | guy | 2007-05-25 12:31:13 -0700 (Fri, 25 May 2007) | 5 lines +Changed paths: + M /trunk/tshark.c + +The libpcap callback "user" argument *should* have been a "void *", as +it's a pointer to an arbitrary object, assumed to be correctly aligned, +not a pointer to a not-necessarily-properly-aligned array of bytes. +Cast it, so we won't get alignment warnings. + +------------------------------------------------------------------------ +r21941 | guy | 2007-05-25 12:39:35 -0700 (Fri, 25 May 2007) | 4 lines +Changed paths: + M /trunk/asn1/spnego/packet-spnego-template.c + M /trunk/epan/dissectors/packet-spnego.c + +Make SND_SEQ an array of 2 guint32's, rather than an array of 8 +guint8's, to squelch some compiler warnings (and clean up some +comparisons). + +------------------------------------------------------------------------ +r21942 | guy | 2007-05-25 13:03:26 -0700 (Fri, 25 May 2007) | 5 lines +Changed paths: + M /trunk/dftest.c + M /trunk/epan/filesystem.c + M /trunk/epan/filesystem.h + +No need to call init_plugin_dir() - it gets called, if necessary, by +get_plugin_dir(). + +Add checks for the success or failure of init_progfile_dir() in dftest. + +------------------------------------------------------------------------ +r21943 | gerald | 2007-05-25 14:32:32 -0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ieee80211.c + +Throw an exception instead of trying to add a 4GB fragment. + +------------------------------------------------------------------------ +r21944 | guy | 2007-05-25 14:50:12 -0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/spnego/packet-spnego-template.c + M /trunk/epan/dissectors/packet-spnego.c + +Add a cast to squelch an MSVC warning. + +------------------------------------------------------------------------ +r21945 | gerald | 2007-05-25 16:40:42 -0700 (Fri, 25 May 2007) | 5 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/Makefile.nmake + M /trunk/configure.in + M /trunk/epan/Makefile.am + M /trunk/packaging/nsis/Makefile.nmake + M /trunk/packaging/nsis/wireshark.nsi + M /trunk/packaging/u3/win32/makefile.nmake + M /trunk/plugins/Makefile.am + M /trunk/plugins/Makefile.nmake + A /trunk/plugins/m2m + A /trunk/plugins/m2m/AUTHORS + A /trunk/plugins/m2m/COPYING + A /trunk/plugins/m2m/ChangeLog + A /trunk/plugins/m2m/Makefile.am + A /trunk/plugins/m2m/Makefile.nmake + A /trunk/plugins/m2m/moduleinfo.h + A /trunk/plugins/m2m/packet-m2m.c + A /trunk/plugins/m2m/wimax_tlv.c + A /trunk/plugins/m2m/wmxtypes.h + A /trunk/plugins/wimax + A /trunk/plugins/wimax/AUTHORS + A /trunk/plugins/wimax/COPYING + A /trunk/plugins/wimax/ChangeLog + A /trunk/plugins/wimax/Makefile.am + A /trunk/plugins/wimax/Makefile.nmake + A /trunk/plugins/wimax/README.wimax + A /trunk/plugins/wimax/crc.c + A /trunk/plugins/wimax/crc.h + A /trunk/plugins/wimax/crc_data.c + A /trunk/plugins/wimax/mac_hd_generic_decoder.c + A /trunk/plugins/wimax/mac_hd_type1_decoder.c + A /trunk/plugins/wimax/mac_hd_type2_decoder.c + A /trunk/plugins/wimax/mac_mgmt_msg_decoder.c + A /trunk/plugins/wimax/moduleinfo.h + A /trunk/plugins/wimax/msg_aas_beam.c + A /trunk/plugins/wimax/msg_aas_fbck.c + A /trunk/plugins/wimax/msg_arq.c + A /trunk/plugins/wimax/msg_clk_cmp.c + A /trunk/plugins/wimax/msg_dcd.c + A /trunk/plugins/wimax/msg_dlmap.c + A /trunk/plugins/wimax/msg_dreg.c + A /trunk/plugins/wimax/msg_dsa.c + A /trunk/plugins/wimax/msg_dsc.c + A /trunk/plugins/wimax/msg_dsd.c + A /trunk/plugins/wimax/msg_dsx_rvd.c + A /trunk/plugins/wimax/msg_fpc.c + A /trunk/plugins/wimax/msg_pkm.c + A /trunk/plugins/wimax/msg_pmc.c + A /trunk/plugins/wimax/msg_prc_lt_ctrl.c + A /trunk/plugins/wimax/msg_reg_req.c + A /trunk/plugins/wimax/msg_reg_rsp.c + A /trunk/plugins/wimax/msg_rep.c + A /trunk/plugins/wimax/msg_res_cmd.c + A /trunk/plugins/wimax/msg_rng_req.c + A /trunk/plugins/wimax/msg_rng_rsp.c + A /trunk/plugins/wimax/msg_sbc.c + A /trunk/plugins/wimax/msg_ucd.c + A /trunk/plugins/wimax/msg_ulmap.c + A /trunk/plugins/wimax/packet-wmx.c + A /trunk/plugins/wimax/wimax_bits.h + A /trunk/plugins/wimax/wimax_cdma_code_decoder.c + A /trunk/plugins/wimax/wimax_compact_dlmap_ie_decoder.c + A /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c + A /trunk/plugins/wimax/wimax_fch_decoder.c + A /trunk/plugins/wimax/wimax_ffb_decoder.c + A /trunk/plugins/wimax/wimax_hack_decoder.c + A /trunk/plugins/wimax/wimax_harq_map_decoder.c + A /trunk/plugins/wimax/wimax_mac.h + A /trunk/plugins/wimax/wimax_pdu_decoder.c + A /trunk/plugins/wimax/wimax_phy_attributes_decoder.c + A /trunk/plugins/wimax/wimax_tlv.c + A /trunk/plugins/wimax/wimax_tlv.h + A /trunk/plugins/wimax/wimax_utils.c + A /trunk/plugins/wimax/wimax_utils.h + M /trunk/randpkt.c + +From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol. + +Add support for WiMAX and M2M to various makefiles and installer files. Add +basic support for M2M to randpkt. + +------------------------------------------------------------------------ +r21946 | guy | 2007-05-25 17:12:28 -0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /trunk/epan/libwireshark.def + +init_plugin_dir() is now just internal to epan/filesystem.c. + +------------------------------------------------------------------------ +r21947 | sfisher | 2007-05-25 17:38:53 -0700 (Fri, 25 May 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-bootp.c + + +Fix bug #1416: crash (stack smashing) on single DHCP packet + + +------------------------------------------------------------------------ +r21948 | standel | 2007-05-25 18:01:27 -0700 (Fri, 25 May 2007) | 11 lines +Changed paths: + M /trunk/epan/dissectors/packet-ip.c + M /trunk/epan/dissectors/packet-mip.c + +From Ville Nuorvala : + +adds support for the following RFCs (and RFC-to-be): + - RFC 3519 Mobile IP Traversal of Network Address Translation (NAT) Devices + - RFC 3543 Registration Revocation in Mobile IPv4 + - RFC 4433 Mobile IPv4 Dynamic Home Agent (HA) Assignment (including the not + yet published errata about the message extension using the short message + extension format) + - draft-ietf-mip4-message-string-ext Mobile IPv4 Message String Extension + + +------------------------------------------------------------------------ +r21949 | guy | 2007-05-25 20:12:25 -0700 (Fri, 25 May 2007) | 7 lines +Changed paths: + M /trunk/plugins/m2m/Makefile.am + A /trunk/plugins/m2m/Makefile.common + M /trunk/plugins/m2m/Makefile.nmake + +Go with a Makefile.common as other plugins have, and tweak the +Makefile.nmake and Makefile.am files to more closely resemble the ones +for other plugins. + +(This should fix at least one of the distcheck problems, namely that +wmxtypes.h apparently wasn't getting put into the distribution.) + +------------------------------------------------------------------------ +r21950 | guy | 2007-05-25 20:15:51 -0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/m2m/packet-m2m.c + +Get rid of the old-style plugin registration stuff. + +------------------------------------------------------------------------ +r21951 | guy | 2007-05-25 20:26:20 -0700 (Fri, 25 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/m2m/packet-m2m.c + +Get rid of another item that's now handled automatically. + +------------------------------------------------------------------------ +r21952 | gal | 2007-05-26 03:17:08 -0700 (Sat, 26 May 2007) | 3 lines +Changed paths: + A /trunk/plugins/m2m/moduleinfo.nmake + M /trunk/plugins/m2m/packet-m2m.c + A /trunk/plugins/m2m/plugin.rc.in + +Missing bits and fixes to get the buildbot green again. + + +------------------------------------------------------------------------ +r21953 | guy | 2007-05-26 11:26:46 -0700 (Sat, 26 May 2007) | 3 lines +Changed paths: + M /trunk/plugins/wimax/Makefile.am + A /trunk/plugins/wimax/Makefile.common + M /trunk/plugins/wimax/Makefile.nmake + A /trunk/plugins/wimax/moduleinfo.nmake + M /trunk/plugins/wimax/packet-wmx.c + A /trunk/plugins/wimax/plugin.rc.in + +Convert to the new style of building plugins; hopefully this'll fix the +rest of the distcheck issues. + +------------------------------------------------------------------------ +r21954 | guy | 2007-05-26 11:59:56 -0700 (Sat, 26 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/wimax/msg_dreg.c + +Get rid of unused parameter. + +------------------------------------------------------------------------ +r21955 | guy | 2007-05-26 12:31:50 -0700 (Sat, 26 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/wimax/msg_arq.c + +Flag some parameters as unused. + +------------------------------------------------------------------------ +r21956 | guy | 2007-05-26 13:07:53 -0700 (Sat, 26 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/wimax/msg_aas_beam.c + M /trunk/plugins/wimax/msg_aas_fbck.c + M /trunk/plugins/wimax/msg_clk_cmp.c + M /trunk/plugins/wimax/msg_dsx_rvd.c + M /trunk/plugins/wimax/msg_fpc.c + M /trunk/plugins/wimax/msg_prc_lt_ctrl.c + M /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c + +Squelch some unused parameter warnings. + +------------------------------------------------------------------------ +r21957 | guy | 2007-05-26 19:01:00 -0700 (Sat, 26 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/wimax/Makefile.common + +wmxtypes.h is part of the m2m plugin, not the wimax plugin. + +------------------------------------------------------------------------ +r21958 | guy | 2007-05-26 22:27:44 -0700 (Sat, 26 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/m2m/wimax_tlv.c + +Include wimax_tlv.h the same way packet-m2m.c does. + +------------------------------------------------------------------------ +r21959 | guy | 2007-05-27 11:30:03 -0700 (Sun, 27 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/profinet/Makefile.am + M /trunk/plugins/profinet/Makefile.nmake + +Clean up white space. + +------------------------------------------------------------------------ +r21960 | guy | 2007-05-27 11:33:13 -0700 (Sun, 27 May 2007) | 9 lines +Changed paths: + M /trunk/plugins/m2m/moduleinfo.nmake + M /trunk/plugins/m2m/packet-m2m.c + M /trunk/plugins/wimax/crc_data.c + M /trunk/plugins/wimax/mac_hd_generic_decoder.c + M /trunk/plugins/wimax/mac_hd_type1_decoder.c + M /trunk/plugins/wimax/mac_hd_type2_decoder.c + M /trunk/plugins/wimax/mac_mgmt_msg_decoder.c + M /trunk/plugins/wimax/moduleinfo.nmake + M /trunk/plugins/wimax/msg_aas_beam.c + M /trunk/plugins/wimax/msg_aas_fbck.c + M /trunk/plugins/wimax/msg_arq.c + M /trunk/plugins/wimax/msg_clk_cmp.c + M /trunk/plugins/wimax/msg_dcd.c + M /trunk/plugins/wimax/msg_dlmap.c + M /trunk/plugins/wimax/msg_dreg.c + M /trunk/plugins/wimax/msg_dsa.c + M /trunk/plugins/wimax/msg_dsc.c + M /trunk/plugins/wimax/msg_dsd.c + M /trunk/plugins/wimax/msg_dsx_rvd.c + M /trunk/plugins/wimax/msg_fpc.c + M /trunk/plugins/wimax/msg_pkm.c + M /trunk/plugins/wimax/msg_pmc.c + M /trunk/plugins/wimax/msg_prc_lt_ctrl.c + M /trunk/plugins/wimax/msg_reg_req.c + M /trunk/plugins/wimax/msg_reg_rsp.c + M /trunk/plugins/wimax/msg_rep.c + M /trunk/plugins/wimax/msg_res_cmd.c + M /trunk/plugins/wimax/msg_rng_req.c + M /trunk/plugins/wimax/msg_rng_rsp.c + M /trunk/plugins/wimax/msg_sbc.c + M /trunk/plugins/wimax/msg_ucd.c + M /trunk/plugins/wimax/msg_ulmap.c + M /trunk/plugins/wimax/packet-wmx.c + M /trunk/plugins/wimax/wimax_cdma_code_decoder.c + M /trunk/plugins/wimax/wimax_compact_dlmap_ie_decoder.c + M /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c + M /trunk/plugins/wimax/wimax_fch_decoder.c + M /trunk/plugins/wimax/wimax_ffb_decoder.c + M /trunk/plugins/wimax/wimax_hack_decoder.c + M /trunk/plugins/wimax/wimax_harq_map_decoder.c + M /trunk/plugins/wimax/wimax_pdu_decoder.c + M /trunk/plugins/wimax/wimax_phy_attributes_decoder.c + M /trunk/plugins/wimax/wimax_tlv.h + M /trunk/plugins/wimax/wimax_utils.c + M /trunk/plugins/wimax/wimax_utils.h + +Use tvb_reported_length() to get the amount of data we should look at; +the number of bytes in the packet or subset of the packet is the +reported length, tvb_length() just gives you the amount of that data +that was actually captured. + +Include , not , even in plugins. + +Fix the version numbers in the rc files. + +------------------------------------------------------------------------ +r21961 | guy | 2007-05-27 11:35:55 -0700 (Sun, 27 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/agentx/Makefile.am + M /trunk/plugins/artnet/Makefile.am + M /trunk/plugins/asn1/Makefile.am + M /trunk/plugins/ciscosm/Makefile.am + M /trunk/plugins/enttec/Makefile.am + M /trunk/plugins/gryphon/Makefile.am + M /trunk/plugins/h223/Makefile.am + M /trunk/plugins/irda/Makefile.am + M /trunk/plugins/lwres/Makefile.am + M /trunk/plugins/mate/Makefile.am + M /trunk/plugins/mgcp/Makefile.am + M /trunk/plugins/opsi/Makefile.am + M /trunk/plugins/pcli/Makefile.am + M /trunk/plugins/rlm/Makefile.am + M /trunk/plugins/rtnet/Makefile.am + M /trunk/plugins/rudp/Makefile.am + M /trunk/plugins/sbus/Makefile.am + M /trunk/plugins/tpg/Makefile.am + M /trunk/plugins/v5ua/Makefile.am + +Get rid of trailing blank lines. + +------------------------------------------------------------------------ +r21962 | guy | 2007-05-27 11:44:22 -0700 (Sun, 27 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/agentx/Makefile.nmake + M /trunk/plugins/artnet/Makefile.nmake + M /trunk/plugins/asn1/Makefile.nmake + M /trunk/plugins/ciscosm/Makefile.nmake + M /trunk/plugins/docsis/Makefile.nmake + M /trunk/plugins/enttec/Makefile.nmake + M /trunk/plugins/gryphon/Makefile.nmake + M /trunk/plugins/h223/Makefile.nmake + M /trunk/plugins/irda/Makefile.nmake + M /trunk/plugins/lwres/Makefile.nmake + M /trunk/plugins/mate/Makefile.nmake + M /trunk/plugins/mgcp/Makefile.nmake + M /trunk/plugins/opcua/Makefile.nmake + M /trunk/plugins/opsi/Makefile.nmake + M /trunk/plugins/pcli/Makefile.nmake + M /trunk/plugins/rlm/Makefile.nmake + M /trunk/plugins/rtnet/Makefile.nmake + M /trunk/plugins/rudp/Makefile.nmake + M /trunk/plugins/sbus/Makefile.nmake + M /trunk/plugins/v5ua/Makefile.nmake + M /trunk/plugins/wimax/Makefile.nmake + +Clean up white space. + +------------------------------------------------------------------------ +r21963 | guy | 2007-05-27 11:56:39 -0700 (Sun, 27 May 2007) | 2 lines +Changed paths: + M /trunk/plugins/agentx/Makefile.nmake + M /trunk/plugins/artnet/Makefile.nmake + M /trunk/plugins/ciscosm/Makefile.nmake + M /trunk/plugins/docsis/Makefile.nmake + M /trunk/plugins/enttec/Makefile.nmake + M /trunk/plugins/gryphon/Makefile.nmake + M /trunk/plugins/h223/Makefile.nmake + M /trunk/plugins/irda/Makefile.nmake + M /trunk/plugins/lwres/Makefile.nmake + M /trunk/plugins/m2m/Makefile.nmake + M /trunk/plugins/opsi/Makefile.nmake + M /trunk/plugins/pcli/Makefile.nmake + M /trunk/plugins/profinet/Makefile.nmake + M /trunk/plugins/rlm/Makefile.nmake + M /trunk/plugins/rtnet/Makefile.nmake + M /trunk/plugins/rudp/Makefile.nmake + M /trunk/plugins/sbus/Makefile.nmake + M /trunk/plugins/stats_tree/Makefile.nmake + M /trunk/plugins/v5ua/Makefile.nmake + M /trunk/plugins/wimax/Makefile.nmake + +Use $(PLUGIN_LDFLAGS) for LDFLAGS. + +------------------------------------------------------------------------ +r21964 | sfisher | 2007-05-27 16:34:55 -0700 (Sun, 27 May 2007) | 9 lines +Changed paths: + M /trunk/epan/dissectors/packet-drda.c + + +From Metatech: + +Here is a small patch of a dozen lines that extracts SQL statements from +the packet. +This allows to use the field "drda.sqlstatement" in coloring rules or in a +packet filter so that only SQL statements are dumped from a connection + + +------------------------------------------------------------------------ +r21965 | sfisher | 2007-05-27 19:33:43 -0700 (Sun, 27 May 2007) | 5 lines +Changed paths: + D /trunk/asn1/snmp/README.txt + + +Remove old readme file from snmp asn1 directory that says it isn't ready +for use because it is already in use as the packet-snmp.c dissector. + + +------------------------------------------------------------------------ +r21966 | etxrab | 2007-05-27 23:13:03 -0700 (Sun, 27 May 2007) | 16 lines +Changed paths: + M /trunk/epan/dissectors/packet-isup.c + M /trunk/epan/dissectors/packet-isup.h + +From Neil Ostroff: +The enclosed patch updates the ansi isup dissector to support the following parameters: + + + +1. Generic Name + +2. Originating Line Info + +3. Jurisdiction + +4. Charge Number + +5. Forward Call Indicator (bits M and N are now being decoded) + +6. Cause Code (all values are now being decoded) +------------------------------------------------------------------------ +r21967 | etxrab | 2007-05-27 23:38:30 -0700 (Sun, 27 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-ethertype.c + A /trunk/epan/dissectors/packet-fcoe.c + M /trunk/epan/etypes.h + +From Joe Eykholt: +Attached is a patch file and a new dissector for FCoE. This protocol +is described at http://fcoe.com and has been submitted to T11. It is an encapsulation protocol that can be used to transport FC frames over raw Ethernet when the link is loss-free due to pause. The Ethertype 0x8906 has been reserved through IEEE for this protocol. +------------------------------------------------------------------------ +r21968 | guy | 2007-05-27 23:47:50 -0700 (Sun, 27 May 2007) | 4 lines +Changed paths: + M /trunk/wiretap/configure.in + M /trunk/wiretap/csids.c + M /trunk/wiretap/libpcap.c + M /trunk/wiretap/wtap-int.h + +Change the Wiretap code so that it doesn't dereference +possibly-unaligned pointers, and turn on -Wcast-align so at least some +future code that does that will fail to compile. + +------------------------------------------------------------------------ +r21969 | kukosa | 2007-05-28 00:10:09 -0700 (Mon, 28 May 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +small improvements in value handling, defined INTEGER value can be used in OID value +------------------------------------------------------------------------ +r21970 | guy | 2007-05-28 00:26:59 -0700 (Mon, 28 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/Makefile.am + +asn1/snmp/README.txt is gone. + +------------------------------------------------------------------------ +r21971 | guy | 2007-05-28 01:31:18 -0700 (Mon, 28 May 2007) | 2 lines +Changed paths: + M /trunk/wiretap/libpcap.c + M /trunk/wiretap/wtap-int.h + +Throw in some casts to suppress warnings. + +------------------------------------------------------------------------ +r21972 | kukosa | 2007-05-28 03:55:03 -0700 (Mon, 28 May 2007) | 8 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +support of SelectionType + +e.g. in TCAP +Component{...} ::= CHOICE { + basicROS ROS{...}, + returnResultNotLast [7] returnResult < ROS{..} +} + +------------------------------------------------------------------------ +r21973 | kukosa | 2007-05-28 04:10:41 -0700 (Mon, 28 May 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +fix SelectionType creation for export (if the type is only exported but not used in module) +------------------------------------------------------------------------ +r21974 | standel | 2007-05-28 19:29:38 -0700 (Mon, 28 May 2007) | 2 lines +Changed paths: + M /trunk/gtk/voip_calls.c + +fix warnings for gcc 4.2 -Again, some warnings removed. ------------------------------------------------------------------------ -r12841 | ulfl | 2004-12-27 04:11:28 -0600 (Mon, 27 Dec 2004) | 1 line +r21975 | standel | 2007-05-28 19:43:18 -0700 (Mon, 28 May 2007) | 14 lines Changed paths: + M /trunk/epan/dissectors/packet-ansi_801.c M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/emem.c + M /trunk/epan/packet.c + M /trunk/epan/proto.c + M /trunk/epan/stream.c + M /trunk/gtk/ansi_a_stat.c + M /trunk/gtk/ansi_map_stat.c + M /trunk/gtk/column_prefs.c + M /trunk/gtk/conversations_table.c + M /trunk/gtk/dcerpc_stat.c + M /trunk/gtk/expert_comp_table.c + M /trunk/gtk/expert_dlg.c + M /trunk/gtk/gsm_a_stat.c + M /trunk/gtk/gsm_map_stat.c + M /trunk/gtk/gsm_map_summary.c + M /trunk/gtk/hostlist_table.c + M /trunk/gtk/io_stat.c + M /trunk/gtk/main.c + M /trunk/gtk/mtp3_summary.c + M /trunk/gtk/rpc_stat.c + M /trunk/gtk/rtp_analysis.c + M /trunk/gtk/scsi_stat.c + M /trunk/gtk/service_response_time_table.c + M /trunk/gtk/ssl-dlg.c + M /trunk/gtk/summary_dlg.c + M /trunk/gtk/tcp_graph.c + M /trunk/plugins/h223/packet-h223.c + M /trunk/wiretap/catapult_dct2000.c + +From David Howells : + + Fix compilation failures when building wireshark-0.99.6-SVN-21916 on an +x86_64-unknown-linux-gnu target with gcc version 4.1.2 20070403 (Red Hat +4.1.2-8). + +The failures fall into two categories: + (1) Casts between pointers and 32-bit integers without an intermediary cast +via 'long' or 'unsigned long'. This results in a compiler warning complaining +about casts between a pointer and an integer of a different size. + (2) Passing values to "%lld" or similar printf-style format options that the +compiler thinks are a different size. Such values need to be cast to 'long +long' or 'unsigned long long'. -Again, another warning (hopefully) removed. ------------------------------------------------------------------------ -r12840 | guy | 2004-12-26 16:52:16 -0600 (Sun, 26 Dec 2004) | 3 lines +r21976 | guy | 2007-05-28 23:16:24 -0700 (Mon, 28 May 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ssl.c + M /trunk/wiretap/catapult_dct2000.c -From Jouni Malinen: use a length field from the packet to determine how -much data is available, rather than using "tvb_length_remaining()". +Print a gint64 the right way. ------------------------------------------------------------------------ -r12839 | guy | 2004-12-26 16:26:02 -0600 (Sun, 26 Dec 2004) | 7 lines +r21977 | guy | 2007-05-28 23:20:03 -0700 (Mon, 28 May 2007) | 2 lines Changed paths: - M /trunk/epan/Makefile.common - A /trunk/epan/arptypes.h - M /trunk/epan/dissectors/packet-arp.c - M /trunk/epan/dissectors/packet-bootp.c + M /trunk/doc/tshark.pod + +Document "-T fields". + +------------------------------------------------------------------------ +r21978 | guy | 2007-05-28 23:56:07 -0700 (Mon, 28 May 2007) | 15 lines +Changed paths: + M /trunk/acinclude.m4 + M /trunk/configure.in + M /trunk/epan/dissectors/packet-ansi_801.c + M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/emem.c + M /trunk/epan/proto.c + M /trunk/gtk/gsm_map_summary.c + M /trunk/gtk/main.c + M /trunk/gtk/mtp3_summary.c + M /trunk/gtk/summary_dlg.c -From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to- -vendor-name-and-next-three-bytes-in-hex) resolution for Ethernet/802.x -hardware addresses. +Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap. -Move the ARP hardware types into a header file, for use by dissectors -other than the ARP dissector. +In all the places where a cast to "long long" or "unsigned long long" +was done, use G_GINT64_MODIFIER and get rid of the cast, as + + 1) there's no guarantee that "%ll" works + +and + + 2) there's no guarantee that "long long" works + +(the latter definitely does *NOT* work with MSVC++; the former doesn't +work with regular printf in MSVC++, but it might work with the GLib +printf-based functions). ------------------------------------------------------------------------ -r12838 | gerald | 2004-12-26 12:58:52 -0600 (Sun, 26 Dec 2004) | 4 lines +r21979 | jmayer | 2007-05-29 02:23:36 -0700 (Tue, 29 May 2007) | 2 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-dhcpv6.c + M /trunk/FAQ + M /trunk/epan/enterprise-numbers + M /trunk/help/faq.txt + M /trunk/manuf -From Vincent Jardin: - - support for new DHCPv6 options - - fix for the support of OPTION_RELAY_MSG +Update before new release ------------------------------------------------------------------------ -r12837 | ulfl | 2004-12-26 04:11:42 -0600 (Sun, 26 Dec 2004) | 1 line +r21980 | martinm | 2007-05-29 05:12:12 -0700 (Tue, 29 May 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-tcap.c + M /trunk/plugins/wimax/wimax_bits.h + +Add some casts to fix my build. +I'm not sure why no-one else saw those warnings and failed with -Werror... -Again, some warnings removed. ------------------------------------------------------------------------ -r12836 | guy | 2004-12-25 18:28:47 -0600 (Sat, 25 Dec 2004) | 3 lines +r21981 | kukosa | 2007-05-29 07:13:33 -0700 (Tue, 29 May 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ssl.c + M /trunk/epan/libwireshark.def + +export dissect_ber_old_... functions +can be removed when migration to new BER is finished +------------------------------------------------------------------------ +r21982 | wmeier | 2007-05-29 07:20:54 -0700 (Tue, 29 May 2007) | 3 lines +Changed paths: + M /trunk/wiretap/netxray.c + M /trunk/wiretap/wtap-int.h -From Jouni Malinen: dissect TLS extensions (RFC 3546) for ClientHello -and ServerHello. +Another sniffer timestamp display fix; addresses bug 866 and other reports. +(Also: change variable name to correctly reflect usage). ------------------------------------------------------------------------ -r12835 | guy | 2004-12-25 18:22:16 -0600 (Sat, 25 Dec 2004) | 2 lines +r21983 | wmeier | 2007-05-29 07:27:42 -0700 (Tue, 29 May 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-dns.c - M /trunk/epan/dissectors/packet-dns.h - M /trunk/epan/dissectors/packet-gtp.c - M /trunk/epan/dissectors/packet-nbns.c - M /trunk/epan/dissectors/packet-pgm.c - M /trunk/epan/dissectors/packet-radius.c + M /trunk/wiretap/netxray.c -From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS. +(fix comment) ------------------------------------------------------------------------ -r12834 | ulfl | 2004-12-25 12:35:21 -0600 (Sat, 25 Dec 2004) | 1 line +r21984 | kukosa | 2007-05-29 07:32:46 -0700 (Tue, 29 May 2007) | 5 lines Changed paths: - M /trunk/dftest.c - M /trunk/epan/dissectors/packet-aim-chat.c - M /trunk/epan/dissectors/packet-aim.c - M /trunk/epan/dissectors/packet-bssgp.c - M /trunk/epan/dissectors/packet-tcp.c - M /trunk/epan/dissectors/packet-x11.c + M /trunk/tools/asn2wrs.py -Again, some warnings removed. +- COMPONENTS OF implementation (can be used only inside one module or more modules compiled together, can not be done across exported/imported types) +- if protocol name contains dot '.' it is replaced with dash '-' for default output filename +- fix bug in more modules output handling if they are not merged together but output is done one by one +- new #.OPT option EXTERNAL_TYPE_CB for default EXTERNAL type callback +- start of X.880 support implementation ------------------------------------------------------------------------ -r12833 | ulfl | 2004-12-25 08:46:40 -0600 (Sat, 25 Dec 2004) | 1 line +r21985 | martinm | 2007-05-29 07:37:34 -0700 (Tue, 29 May 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-pgsql.c + M /trunk/epan/dissectors/packet-rtcp.c + +When reporting roundtrip delay, show delay since timestamp of LSR frame. -Fix a core dump causing the buildbot test menagerie to fail. It was caused by incorrectly trying to proto_tree_add_item() with a very huge length. However, someone with more SQL knowledge than me should have a qualified look at that place and do a better fix. ------------------------------------------------------------------------ -r12832 | ulfl | 2004-12-25 07:49:30 -0600 (Sat, 25 Dec 2004) | 1 line +r21986 | martinm | 2007-05-29 07:38:40 -0700 (Tue, 29 May 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-aim-oft.c - M /trunk/epan/dissectors/packet-aim-signon.c - M /trunk/epan/dissectors/packet-aoe.c - M /trunk/epan/dissectors/packet-cmip.c - M /trunk/epan/dissectors/packet-cmp.c - M /trunk/epan/dissectors/packet-dcerpc-spoolss.c - M /trunk/epan/dissectors/packet-http.c - M /trunk/epan/dissectors/packet-ipdc.c - M /trunk/epan/dissectors/packet-ipmi.c - M /trunk/epan/dissectors/packet-ipsec.c - M /trunk/epan/dissectors/packet-llc.c - M /trunk/epan/dissectors/packet-mtp3.c + M /trunk/wiretap/catapult_dct2000.c + +Work with isdn_l2. + +------------------------------------------------------------------------ +r21987 | grahamb | 2007-05-29 07:41:49 -0700 (Tue, 29 May 2007) | 1 line +Changed paths: + M /trunk/plugins/wimax + +Added standard ignore list to directory +------------------------------------------------------------------------ +r21988 | grahamb | 2007-05-29 07:43:31 -0700 (Tue, 29 May 2007) | 1 line +Changed paths: + M /trunk/plugins/m2m + +Added standard ignore list to directory +------------------------------------------------------------------------ +r21989 | guy | 2007-05-29 10:27:59 -0700 (Tue, 29 May 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-rtcp.h + +Add missing calculated_delay_report_gap field to _rtcp_conversation_info +structure. + +------------------------------------------------------------------------ +r21990 | guy | 2007-05-29 11:52:42 -0700 (Tue, 29 May 2007) | 4 lines +Changed paths: + M /trunk/asn1/h248/packet-h248-template.c + M /trunk/epan/dissectors/packet-9p.c + M /trunk/epan/dissectors/packet-bacapp.c + M /trunk/epan/dissectors/packet-bootp.c + M /trunk/epan/dissectors/packet-daap.c + M /trunk/epan/dissectors/packet-dcerpc-ndr.c + M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-dcp.c + M /trunk/epan/dissectors/packet-dis-fields.c + M /trunk/epan/dissectors/packet-dmp.c + M /trunk/epan/dissectors/packet-edonkey.c + M /trunk/epan/dissectors/packet-frame.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dissectors/packet-lldp.c + M /trunk/epan/dissectors/packet-mp2t.c + M /trunk/epan/dissectors/packet-nbd.c M /trunk/epan/dissectors/packet-nfs.c - M /trunk/epan/dissectors/packet-nlm.c - M /trunk/epan/dissectors/packet-portmap.c - M /trunk/epan/dissectors/packet-rpc.c - M /trunk/epan/dissectors/packet-rtsp.c - M /trunk/epan/dissectors/packet-sigcomp.c - M /trunk/epan/dissectors/packet-sip.c - M /trunk/epan/dissectors/packet-smb-sidsnooping.c - M /trunk/epan/dissectors/packet-smb.c - M /trunk/epan/dissectors/packet-tcp.c - M /trunk/epan/dissectors/packet-tds.c - M /trunk/epan/dissectors/packet-x11.c - M /trunk/h225-persistentdata.c - M /trunk/plugins/acn/packet-acn.c - M /trunk/plugins/asn1/packet-asn1.c + M /trunk/epan/dissectors/packet-radius.c + M /trunk/epan/dissectors/packet-redback.c + M /trunk/epan/dissectors/packet-rmt-lct.c + M /trunk/epan/dissectors/packet-rsvp.c + M /trunk/epan/dissectors/packet-scsi-sbc.c + M /trunk/epan/dissectors/packet-scsi-ssc.c + M /trunk/epan/dissectors/packet-scsi.c + M /trunk/epan/dissectors/packet-smb2.c + M /trunk/epan/proto.c + M /trunk/file.c + M /trunk/gtk/capture_file_dlg.c + M /trunk/gtk/conversations_table.c + M /trunk/gtk/hostlist_table.c + M /trunk/gtk/service_response_time_table.c + M /trunk/gtk/summary_dlg.c + M /trunk/plugins/giop/packet-parlay.c + M /trunk/plugins/profinet/packet-pn-ptcp.c + M /trunk/plugins/rtnet/packet-rtnet.c + M /trunk/tools/wireshark_gen.py + +Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib +routines and routines using those routines. GLib might use different +modifiers for 64-bit quantities than the platform's C library does. -a lot of warnings removed, most of them about pointer to int casts without using the appropriate GLib macros ------------------------------------------------------------------------ -r12831 | ulfl | 2004-12-25 04:30:58 -0600 (Sat, 25 Dec 2004) | 1 line +r21991 | guy | 2007-05-29 11:59:50 -0700 (Tue, 29 May 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-bssgp.c - M /trunk/epan/dissectors/packet-dhcpv6.c - M /trunk/epan/dissectors/packet-windows-common.c + M /trunk/doc/README.developer + +Update to reflect the use of G_GINT64_MODIFIER, rather than PRI[douxX], +with GLib routines and the routines that love them. -Again, some warnings removed. ------------------------------------------------------------------------ -r12830 | ulfl | 2004-12-24 17:17:38 -0600 (Fri, 24 Dec 2004) | 1 line +r21992 | etxrab | 2007-05-29 12:08:26 -0700 (Tue, 29 May 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-dcerpc.c - M /trunk/epan/dissectors/packet-dcm.c + M /trunk/asn1/ldap/Makefile + M /trunk/asn1/ldap/Makefile.nmake + M /trunk/asn1/ldap/ldap.cnf + M /trunk/epan/dissectors/packet-ldap.c -use GLib's pointer to int conversion macros to prevent compiler warnings +Clean up the .cnf file a bit. ------------------------------------------------------------------------ -r12829 | guy | 2004-12-24 16:21:23 -0600 (Fri, 24 Dec 2004) | 2 lines +r21993 | guy | 2007-05-29 15:52:42 -0700 (Tue, 29 May 2007) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-vj.c + M /trunk/wiretap/netxray.c + +Update the big time unit comment to reflect Bill Meier's recent changes. + +Fix some other comments. + +Add a suggestion for why the realtick values might correlate with +packets having an FCS. + +------------------------------------------------------------------------ +r21994 | sfisher | 2007-05-29 16:09:09 -0700 (Tue, 29 May 2007) | 9 lines +Changed paths: + M /trunk/gtk/flow_graph.c + M /trunk/gtk/graph_analysis.c + M /trunk/gtk/graph_analysis.h + + +Fix for bug #1530: Graph Analysis window misbehaves if Flow Window that +created it is closed. + +The fix is to close the graph analysis window when the flow graph setup +window is closed since closing the flow graph window first destroys all +of the data structures. + + +------------------------------------------------------------------------ +r21995 | sahlberg | 2007-05-29 16:29:20 -0700 (Tue, 29 May 2007) | 4 lines +Changed paths: + M /trunk/acinclude.m4 + +we dont link with g_snprintf in the configure for gtk1-2 so fall back to +snprintf instead + + +------------------------------------------------------------------------ +r21996 | guy | 2007-05-29 16:31:03 -0700 (Tue, 29 May 2007) | 8 lines +Changed paths: + M /trunk/wiretap/netxray.c + +It's pretty clear that hdr.captype's interpretation depends on the +network type; there's no "presumably" about it. + +Suggest that "realtick" might have the right time stamp in other cases +(if not, a comment should explicitly indicate that, so that in all cases +where we either know that realtick is wrong or have a lot of evidence to +show that it's right, we note that fact). + +------------------------------------------------------------------------ +r21997 | guy | 2007-05-29 16:35:45 -0700 (Tue, 29 May 2007) | 2 lines +Changed paths: + M /trunk/wiretap/netxray.c + +Give more detail on a captype of 6 for an Ethernet capture. + +------------------------------------------------------------------------ +r21998 | guy | 2007-05-29 17:36:32 -0700 (Tue, 29 May 2007) | 2 lines +Changed paths: + M /trunk/wiretap/netxray.c + +Update a comment. + +------------------------------------------------------------------------ +r21999 | guy | 2007-05-29 18:50:08 -0700 (Tue, 29 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/Makefile.am + +Add some missing files. + +------------------------------------------------------------------------ +r22000 | sfisher | 2007-05-29 19:37:37 -0700 (Tue, 29 May 2007) | 1 line +Changed paths: + M /trunk/gtk/graph_analysis.c + +Wrap call to gtk_window_set_destroy_with_parent() within check for GTK_MAJOR_VERSION > 2 to get the Windows build-bot going again. This means that bug #1530 has to be reopened awaiting a fix that covers GTK1 also. +------------------------------------------------------------------------ +r22001 | sfisher | 2007-05-29 20:28:12 -0700 (Tue, 29 May 2007) | 1 line +Changed paths: + M /trunk/gtk/graph_analysis.c + +Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2 +------------------------------------------------------------------------ +r22002 | kukosa | 2007-05-30 07:13:26 -0700 (Wed, 30 May 2007) | 3 lines +Changed paths: + M /trunk/tools/asn2wrs.py + +- better support if more modules are compiled together +- BSTRING support +- bug fix which sometimes duplicates items in SEQ/CHOICE extension +------------------------------------------------------------------------ +r22003 | kukosa | 2007-05-30 07:22:26 -0700 (Wed, 30 May 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py + +- fix bug in TaggedType support +------------------------------------------------------------------------ +r22004 | kukosa | 2007-05-30 07:31:05 -0700 (Wed, 30 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/rnsap/packet-rnsap-template.c + M /trunk/epan/dissectors/packet-acse.c + M /trunk/epan/dissectors/packet-h248.c + M /trunk/epan/dissectors/packet-rnsap.c + M /trunk/epan/dissectors/packet-x411.c + +- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAP +- dissectors regenerated with fixed asn2wrs +------------------------------------------------------------------------ +r22005 | wmeier | 2007-05-30 08:32:31 -0700 (Wed, 30 May 2007) | 2 lines +Changed paths: + M /trunk/wiretap/netxray.c + +Update Comments + +------------------------------------------------------------------------ +r22006 | etxrab | 2007-05-30 12:00:50 -0700 (Wed, 30 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-ber.c + +Change implicit tag handling for SEQUENCE OF and fix a cut'n paste error. +------------------------------------------------------------------------ +r22007 | etxrab | 2007-05-30 12:02:14 -0700 (Wed, 30 May 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-gtp.c + +Update value strings. +------------------------------------------------------------------------ +r22008 | etxrab | 2007-05-30 12:03:13 -0700 (Wed, 30 May 2007) | 1 line +Changed paths: + A /trunk/asn1/gsmmap/MAP-ApplicationContexts.asn + A /trunk/asn1/gsmmap/MAP-BS-Code.asn + A /trunk/asn1/gsmmap/MAP-CH-DataTypes.asn + A /trunk/asn1/gsmmap/MAP-CommonDataTypes.asn + A /trunk/asn1/gsmmap/MAP-ER-DataTypes.asn + A /trunk/asn1/gsmmap/MAP-GR-DataTypes.asn + A /trunk/asn1/gsmmap/MAP-MS-DataTypes.asn + A /trunk/asn1/gsmmap/MAP-OM-DataTypes.asn + A /trunk/asn1/gsmmap/MAP-SM-DataTypes.asn + A /trunk/asn1/gsmmap/MAP-SS-Code.asn + A /trunk/asn1/gsmmap/MAP-SS-DataTypes.asn + A /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt + A /trunk/asn1/gsmmap/MAP-TS-Code.asn + A /trunk/asn1/gsmmap/MobileDomainDefinitions.asn + +Add separate asn1 files that may be used later. +------------------------------------------------------------------------ +r22009 | sfisher | 2007-05-30 12:43:33 -0700 (Wed, 30 May 2007) | 4 lines +Changed paths: + M /trunk/gtk/flow_graph.c + M /trunk/gtk/graph_analysis.c + + +Fix bug #1530 this time for GTK1 builds. + + +------------------------------------------------------------------------ +r22010 | etxrab | 2007-05-30 14:50:31 -0700 (Wed, 30 May 2007) | 2 lines +Changed paths: + M /trunk/asn1/ldap/Makefile + M /trunk/asn1/ldap/Makefile.nmake + M /trunk/asn1/ldap/packet-ldap-template.c + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-ldap.h + +- LDAP generated with -X option +- a minor update to MobileDomainDefinitions.asn adding ID and a document reference. +------------------------------------------------------------------------ +r22011 | gerald | 2007-05-30 16:33:26 -0700 (Wed, 30 May 2007) | 2 lines +Changed paths: + M /trunk/docbook/release-notes.xml + +Add an item for bug 1416 (an off-by-one error in DHCP/BOOTP). + +------------------------------------------------------------------------ +r22012 | gerald | 2007-05-30 17:11:27 -0700 (Wed, 30 May 2007) | 2 lines +Changed paths: + M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml + +Fix a couple of TCP filter typos. + +------------------------------------------------------------------------ +r22013 | gerald | 2007-05-30 17:15:28 -0700 (Wed, 30 May 2007) | 4 lines +Changed paths: + M /trunk/docbook/release-notes.xml -Note the RFC that describes VJ compression. +Display filter macros weren't in 0.99.5, so it didn't crash for macros +with no arguments. Add macros as a new feature, and add an item about +named pipes under Windows. ------------------------------------------------------------------------ -r12828 | sahlberg | 2004-12-24 06:39:21 -0600 (Fri, 24 Dec 2004) | 4 lines +r22014 | sfisher | 2007-05-30 18:29:16 -0700 (Wed, 30 May 2007) | 8 lines Changed paths: - A /trunk/asn1/pkixcmp - A /trunk/asn1/pkixcmp/CMP.asn - A /trunk/asn1/pkixcmp/Makefile - A /trunk/asn1/pkixcmp/cmp-exp.cnf - A /trunk/asn1/pkixcmp/cmp.cnf - A /trunk/asn1/pkixcmp/packet-cmp-template.c - A /trunk/asn1/pkixcmp/packet-cmp-template.h - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-cmp.c - A /trunk/epan/dissectors/packet-cmp.h + M /trunk/epan/dissectors/packet-gtp.c -New protocol RFC2510 PKIXCMP Certificate Management Protocol +Wrap newly added (svn rev 22007) but unused "Required MBMS bearer +capabilities 7.7.76" function called decode_gtp_mbms_bearer_cap in +an #if 0 block to get the Unix buildbots going again. Left code +intact on the asumption that it is about to be used since it was +recently added. ------------------------------------------------------------------------ -r12827 | sahlberg | 2004-12-24 06:22:52 -0600 (Fri, 24 Dec 2004) | 3 lines +r22015 | guy | 2007-05-30 22:46:45 -0700 (Wed, 30 May 2007) | 2 lines Changed paths: - M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.c - M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.h - M /trunk/asn1/pkix1implicit/pkix1implicit_exp.cnf - M /trunk/epan/dissectors/packet-pkix1implicit.c - M /trunk/epan/dissectors/packet-pkix1implicit.h - -export ResonFlags from pkix1implicit + M /trunk/wiretap/netxray.c +My comment is redundant with Bill's more-detailed comment; remove it. ------------------------------------------------------------------------ -r12826 | sahlberg | 2004-12-24 06:16:27 -0600 (Fri, 24 Dec 2004) | 3 lines +r22016 | guy | 2007-05-30 22:51:15 -0700 (Wed, 30 May 2007) | 4 lines Changed paths: - M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.c - M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.h - M /trunk/asn1/pkix1explicit/pkix1explicit_exp.cnf - M /trunk/epan/dissectors/packet-pkix1explicit.c - M /trunk/epan/dissectors/packet-pkix1explicit.h - -export Certificate and CertificateList from pkix1explicit + M /trunk/wiretap/netxray.c +Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment for +TpS_otherpod[]. Ask about its validity for ETH_CAPTYPE_OTHERPOD2 and +ETH_CAPTYPE_GIGPOD2. ------------------------------------------------------------------------ -r12825 | sahlberg | 2004-12-24 05:32:13 -0600 (Fri, 24 Dec 2004) | 3 lines +r22017 | sfisher | 2007-05-31 11:41:25 -0700 (Thu, 31 May 2007) | 9 lines Changed paths: - A /trunk/asn1/pkixcrmf - A /trunk/asn1/pkixcrmf/CRMF.asn - A /trunk/asn1/pkixcrmf/Makefile - A /trunk/asn1/pkixcrmf/crmf-exp.cnf - A /trunk/asn1/pkixcrmf/crmf.cnf - A /trunk/asn1/pkixcrmf/packet-crmf-template.c - A /trunk/asn1/pkixcrmf/packet-crmf-template.h - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-crmf.c - A /trunk/epan/dissectors/packet-crmf.h + M /trunk/epan/dissectors/packet-rtcp.c + M /trunk/epan/dissectors/packet-rtp.c + M /trunk/gtk/rtp_analysis.c + M /trunk/gtk/rtp_stream_dlg.c + M /trunk/gtk/voip_calls.c + -New "protocol" the support functions from RFC2511 Certificate Request Message Format CRMF +From Lars Ruoff: + +find attached several trivial diffs for viewing RTP SSRC values in Hex +rather than Dec at various places in the UI. +Also includes change from BASE_DEC to BASE_HEX_DEC for corresponding RTP +and RTCP dissector header fields. ------------------------------------------------------------------------ -r12824 | sahlberg | 2004-12-24 05:24:35 -0600 (Fri, 24 Dec 2004) | 3 lines +r22018 | sfisher | 2007-05-31 12:29:29 -0700 (Thu, 31 May 2007) | 6 lines Changed paths: - M /trunk/asn1/cms/cms-exp.cnf - M /trunk/asn1/cms/cms.cnf - M /trunk/epan/dissectors/packet-cms.c - M /trunk/epan/dissectors/packet-cms.h + M /trunk/epan/dissectors/packet-redback.c + -export EnvelopedData +From Florian Lohoff: + +Updates to the redback dissector ------------------------------------------------------------------------ -r12823 | sahlberg | 2004-12-23 13:56:29 -0600 (Thu, 23 Dec 2004) | 3 lines +r22019 | sfisher | 2007-05-31 16:53:39 -0700 (Thu, 31 May 2007) | 15 lines Changed paths: - M /trunk/epan/dissectors/packet-tcp.c + M /trunk/epan/dissectors/packet-stun.c -RST segmetns are never WindowFull segments. +From Zach Chadwick: ------------------------------------------------------------------------- -r12822 | sahlberg | 2004-12-23 13:53:24 -0600 (Thu, 23 Dec 2004) | 3 lines -Changed paths: - M /trunk/epan/dissectors/packet-dcerpc.c +TR-111, from the DSL-Forum adds two options to STUN (RFC 3489) to help +with TR-069 enabled devices traverse firewalls. TR-111 can be read here: +http://www.dslforum.org/techwork/tr/*TR-111*.pdf -add another error code to dcerpc +This patch adds support for decoding the two optional STUN attributes +used by TR-111. One is simply a zero-length attribute, and the other a +string attribute. +Me: Changed stun.att.connection.request.binding to +stun.att.connection_request_binding ------------------------------------------------------------------------- -r12821 | ulfl | 2004-12-23 07:34:02 -0600 (Thu, 23 Dec 2004) | 1 line -Changed paths: - M /trunk/gtk/webbrowser.c -show a simple_dialog, if we use glib 1.x and trying to open a webbrowser (not implemented). This will prevent another compiler warning. ------------------------------------------------------------------------ -r12820 | lroland | 2004-12-23 02:27:30 -0600 (Thu, 23 Dec 2004) | 17 lines -Changed paths: - M /trunk/plugins/mate/mate.h - M /trunk/plugins/mate/mate_runtime.c - M /trunk/plugins/mate/mate_setup.c - M /trunk/plugins/mate/mate_util.c - M /trunk/plugins/mate/mate_util.h - M /trunk/plugins/mate/matelib/isup.mate - M /trunk/plugins/mate/matelib/radius.mate - M /trunk/plugins/mate/moduleinfo.h - M /trunk/plugins/mate/packet-mate.c - -Fixes for Mate from Luis Ontanon: -- fixes crash at reinit when DiscardPduData=TRUE: check if there's an -avpl before deleting it. -- mate.pdu_type.RelativeTime had a dual use, add -mate.pdu_type.TimeInGop and leave the other alone. -- other fixes related to times (they now seem to be right) -- scs_subscribe doesn't use g_malloc anymore. it uses GMemChunks -(I had to rename two GMemChunks to make MSVC happy) -- fixes crash at reinit when DiscardPduData=TRUE: check if there's an -avpl before deleting it. -- mate.pdu_type.RelativeTime had a dual use, add -mate.pdu_type.TimeInGop and leave the other alone. -- other fixes related to times (they now seem to be right) -- fixed few things at reinit: - - reset last_id - - remove the nodes in the items hash tables - ------------------------------------------------------------------------- -r12819 | ulfl | 2004-12-22 18:27:20 -0600 (Wed, 22 Dec 2004) | 1 line -Changed paths: - M /trunk/epan/dissectors/packet-dcom-cba-acco.c - -Again, some warnings removed. ------------------------------------------------------------------------- -r12818 | sharpe | 2004-12-22 13:44:42 -0600 (Wed, 22 Dec 2004) | 5 lines +r22020 | martinm | 2007-06-01 11:29:23 -0700 (Fri, 01 Jun 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-smb.c - - -Clean up one more instance of 8-byte timestamps in SMB. Have to work on -the 4-byte ones soon. + M /trunk/epan/dissectors/packet-sigcomp.c +- Check NACK version is 1 before dissecting as NACK +- Add expert item when NACK found +- Give a couple of subtrees items to make them more filterable ------------------------------------------------------------------------ -r12817 | guy | 2004-12-22 13:27:09 -0600 (Wed, 22 Dec 2004) | 8 lines +r22021 | etxrab | 2007-06-01 12:52:26 -0700 (Fri, 01 Jun 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-radius.c + A /trunk/asn1/inap/IN-CS-1-Datatypes-appendix.asn + A /trunk/asn1/inap/IN-CS-1-Datatypes.asn + M /trunk/asn1/inap/Makefile + M /trunk/asn1/inap/Makefile.nmake + M /trunk/asn1/inap/inap.asn + M /trunk/asn1/inap/inap.cnf + M /trunk/asn1/inap/packet-inap-template.c + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-inap.h -RFC 2868 says that the length of a "tagged string" field must be at -least 3 - 2 for type+length and 1 for the tag - so treat a "tagged -string" field as bad if there isn't at least one byte of data. (It's a -bit odd that the RFC says that the tag must be in the range 0x01-0x1F - -that sounds suspiciously as if they're saying "printable characters -aren't valid tags", to allow untagged strings, which might suggest that -a field with a length of 2 should be interpreted as an empty string.) +Regenerate the INAP dissector with the -X option using the original asn1 files +(with small modifications). +------------------------------------------------------------------------ +r22022 | etxrab | 2007-06-01 12:53:46 -0700 (Fri, 01 Jun 2007) | 1 line +Changed paths: + D /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt +Delete file added by misstake. ------------------------------------------------------------------------ -r12816 | guy | 2004-12-22 04:44:20 -0600 (Wed, 22 Dec 2004) | 7 lines +r22023 | sahlberg | 2007-06-02 01:20:58 -0700 (Sat, 02 Jun 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-windows-common.c + M /trunk/epan/dissectors/packet-ctdb.c -Check for all bogus ACE lengths, i.e. all lengths < 4. +update the ctdb controls to match the current version of the protocol -Clean up indentation. -Add a comment asking whether the revision in an ACL is *really* 2 bytes -and the ACE count is *really* 4 bytes. ------------------------------------------------------------------------ -r12815 | guy | 2004-12-22 03:58:28 -0600 (Wed, 22 Dec 2004) | 4 lines +r22024 | etxrab | 2007-06-02 02:36:26 -0700 (Sat, 02 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/asn1/camel/Makefile + M /trunk/asn1/camel/Makefile.nmake + M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-camel.h -Add only one protocol tree item for the "weak IV" flag - add it as a -non-hidden Boolean, and use "proto_tree_add_boolean_format()" to add it -to include the key byte. +Camel regenerated with the -X option +------------------------------------------------------------------------ +r22025 | etxrab | 2007-06-02 05:26:13 -0700 (Sat, 02 Jun 2007) | 1 line +Changed paths: + M /trunk/tools/asn2wrs.py +Syntax suport for Embedded pdv. ------------------------------------------------------------------------ -r12814 | guy | 2004-12-22 03:46:14 -0600 (Wed, 22 Dec 2004) | 7 lines +r22026 | etxrab | 2007-06-02 05:29:18 -0700 (Sat, 02 Jun 2007) | 1 line Changed paths: - M /trunk/gtk/conversations_wlan.c - M /trunk/gtk/hostlist_wlan.c + A /trunk/asn1/ros/Remote-Operations-Information-Objects.asn -Change the RCS ID - it's not getting expanded when it's "$Id $". +Check in original asn1, to be referenced. +------------------------------------------------------------------------ +r22027 | sahlberg | 2007-06-02 15:31:12 -0700 (Sat, 02 Jun 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ctdb.c -Fix a comment in conversations_wlan.c. +show the database name for ctdb.dbid fields -Refer to "WLAN" in hostlist_wlan.c, just as we do in -conversations_wlan.c. ------------------------------------------------------------------------ -r12813 | guy | 2004-12-22 03:19:01 -0600 (Wed, 22 Dec 2004) | 4 lines +r22028 | sahlberg | 2007-06-02 15:50:31 -0700 (Sat, 02 Jun 2007) | 5 lines Changed paths: - M /trunk/gtk/print_dlg.c + M /trunk/epan/dissectors/packet-ctdb.c + +add a new field to one of the pdus + +rsn in dmaster request/response is aligned to a 64 bit bundary -From Brett Kuskie: recalculate the ranges every time an export dialog is -opened, not just the first time, so that if the packet counts change -up-to-date values are displayed. ------------------------------------------------------------------------ -r12812 | sharpe | 2004-12-21 20:40:33 -0600 (Tue, 21 Dec 2004) | 10 lines +r22029 | sahlberg | 2007-06-02 16:08:21 -0700 (Sat, 02 Jun 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-smb.c + M /trunk/epan/dissectors/packet-ctdb.c +srvid is also aligned to an 8 byte boundary -Add a dissection for the GET_NETWORK_FILE_OPEN_INFO and make some stuff that -we do in several places into a subroutine. We need to do it also with the -4-byte time stamps that are dissected all over the place. -I had thought that that last unknown in the returned structure might be -a count of the number of clients that have the file open, but a simple test -suggests that that is not the case. +------------------------------------------------------------------------ +r22030 | wmeier | 2007-06-03 09:07:07 -0700 (Sun, 03 Jun 2007) | 2 lines +Changed paths: + M /trunk/epan/addr_resolv.c + M /trunk/epan/crypt/airpdcap_interop.h + M /trunk/epan/filesystem.c + M /trunk/gtk/sctp_stat.h + M /trunk/plugins/mate/mate.h +(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark ------------------------------------------------------------------------ -r12811 | guy | 2004-12-21 19:51:00 -0600 (Tue, 21 Dec 2004) | 4 lines +r22031 | etxrab | 2007-06-03 12:58:59 -0700 (Sun, 03 Jun 2007) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-radius.c + M /trunk/asn1/gsmmap/MobileDomainDefinitions.asn + A /trunk/asn1/inap/IN-SCF-SRF-Classes.asn + A /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn + A /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn + A /trunk/asn1/inap/IN-SSF-SCF-Classes.asn + A /trunk/asn1/inap/IN-SSF-SCF-datatypes.asn + A /trunk/asn1/inap/IN-SSF-SCF-ops-args.asn + A /trunk/asn1/inap/IN-common-classes.asn + A /trunk/asn1/inap/IN-common-datatypes.asn + A /trunk/asn1/inap/IN-object-identifiers.asn + M /trunk/asn1/inap/Makefile + M /trunk/asn1/inap/Makefile.nmake + M /trunk/asn1/inap/inap.asn + M /trunk/asn1/inap/inap.cnf + M /trunk/asn1/inap/packet-inap-template.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-inap.h + M /trunk/tools/asn2wrs.py -In the "rdconvertXXXtostr()" routines, check that the length passed in -is >= 0 (if it's not, that's a bug), and make the buffer index and total -length variables int as well, to match the length. +INAP: +- Use (some) IN CS4 asn1 files Q.1248.1 Q.1248.2 Q.1248.3 +BER/asn2wrs: +- Add basic support for EmbeddedPDVType ------------------------------------------------------------------------ -r12810 | guy | 2004-12-21 19:42:54 -0600 (Tue, 21 Dec 2004) | 5 lines +r22032 | etxrab | 2007-06-03 14:10:29 -0700 (Sun, 03 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-radius.c + M /trunk/asn1/inap/packet-inap-template.c + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-inap.c -Move the RADIUS_TIMESTAMP, RADIUS_INTEGER4_TAGGED, and RADIUS_UNKNOWN -case branches up, so the case branches are in the same order as the -elements of the enum are, and add length checks to RADIUS_TIMESTAMP and -RADIUS_INTEGER4_TAGGED. +Add some opcodes and mark func as _U_ in packet-ber.c +------------------------------------------------------------------------ +r22033 | etxrab | 2007-06-03 15:06:19 -0700 (Sun, 03 Jun 2007) | 1 line +Changed paths: + M /trunk/epan/libwireshark.def +Add dissect_per_enumerated ------------------------------------------------------------------------ -r12809 | guy | 2004-12-21 18:30:39 -0600 (Tue, 21 Dec 2004) | 3 lines +r22034 | sahlberg | 2007-06-04 00:24:55 -0700 (Mon, 04 Jun 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dissectors/packet-ctdb.c + +there is no longer a FINISHED pdu in the protocol -Properly declare a variable as volatile, as the longjmp done by the -exception mechanism might clobber it otherwise. ------------------------------------------------------------------------ -r12808 | guy | 2004-12-21 18:23:55 -0600 (Tue, 21 Dec 2004) | 6 lines +r22035 | sahlberg | 2007-06-04 00:35:05 -0700 (Mon, 04 Jun 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-radius.c + M /trunk/epan/dissectors/packet-ctdb.c -Add some checks to make sure the AVP length is large enough for the item -we're fetching from the AVP. +add the name for the keeaplive pdu -In the case of a tagged string, if the length is 2 (meaning the data -length is 0), assume there's no tag. ------------------------------------------------------------------------ -r12807 | guy | 2004-12-21 17:26:01 -0600 (Tue, 21 Dec 2004) | 3 lines +r22036 | kukosa | 2007-06-04 07:41:38 -0700 (Mon, 04 Jun 2007) | 10 lines Changed paths: - M /trunk/epan/dissectors/packet-dnp.c + M /trunk/asn1/inap/inap.cnf + M /trunk/asn1/qsig/qsig.cnf + M /trunk/asn1/rnsap/rnsap.cnf + M /trunk/asn1/rrlp/rrlp.cnf + M /trunk/epan/dissectors/packet-inap.c + M /trunk/epan/dissectors/packet-qsig.c + M /trunk/epan/dissectors/packet-rnsap.c + M /trunk/epan/dissectors/packet-rrlp.c + M /trunk/epan/dissectors/packet-spnego.c + M /trunk/tools/asn2wrs.py -Fix one comment, and put in another one giving a note about where you -can get the protocol specs. +- CLASS definitions support including exports through the *-exp.cnf file +- support of extension in middle of SEQUENCE root elements +- new option EMBEDDED_PDV_CB to set default callback +- ChoiceValue support at syntax level +- ValueSet support at syntax level +- exception identifier support +- ValueFromObject support at syntax level +- next minor changes (to compile X.880 and INAP) +- dissectors using classes regenerated ------------------------------------------------------------------------ -r12806 | obiot | 2004-12-21 15:17:44 -0600 (Tue, 21 Dec 2004) | 7 lines +r22037 | etxrab | 2007-06-04 08:55:20 -0700 (Mon, 04 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-gsm_sms.c + M /trunk/asn1/inap/IN-SCF-SRF-Classes.asn + M /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn + M /trunk/asn1/inap/IN-SSF-SCF-Classes.asn + M /trunk/asn1/inap/IN-common-classes.asn + M /trunk/asn1/inap/IN-common-datatypes.asn + M /trunk/asn1/inap/IN-object-identifiers.asn + +Use the unmodified files. +------------------------------------------------------------------------ +r22038 | sfisher | 2007-06-04 13:15:10 -0700 (Mon, 04 Jun 2007) | 8 lines +Changed paths: + M /trunk/epan/column.c + M /trunk/epan/column.h + M /trunk/epan/column_info.h + M /trunk/epan/prefs.c + M /trunk/file.c + M /trunk/gtk/column_prefs.c + M /trunk/gtk/gui_prefs.c + M /trunk/gtk/main.c + M /trunk/gtk/main.h + M /trunk/gtk/packet_list.c + M /trunk/gtk/packet_list.h -From Victor Stratan: GSM SMS fixes: - - Corrected incorrect Timezone output due to byte overflow. +Fix for bug #93: changes to the columns has no effect until restart - - Added descriptions for address string decoding. +These changes allow the packet list clist to be destroyed and recreated +with the new column titles/values/order that the user changed in the +preferences without restarting Wireshark. ------------------------------------------------------------------------ -r12805 | guy | 2004-12-21 14:36:50 -0600 (Tue, 21 Dec 2004) | 3 lines +r22039 | sfisher | 2007-06-04 14:18:19 -0700 (Mon, 04 Jun 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-mmse.c + M /trunk/epan/libwireshark.def -Use "format_text()" on strings, to better handle non-printable -characters. ------------------------------------------------------------------------- -r12804 | guy | 2004-12-21 14:03:47 -0600 (Tue, 21 Dec 2004) | 3 lines -Changed paths: - M /trunk/epan/dissectors/packet-mmse.c +Get the Windows builds going again after my last check-in -Put the strings for the X-Mms-Previously-Sent-By header under the MMSE -tree rather than at the top level. ------------------------------------------------------------------------ -r12803 | guy | 2004-12-21 13:28:48 -0600 (Tue, 21 Dec 2004) | 18 lines +r22040 | tuexen | 2007-06-04 15:51:16 -0700 (Mon, 04 Jun 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-rtcp.h - M /trunk/epan/dissectors/packet-rtp.h - M /trunk/epan/dissectors/packet-t38.c - M /trunk/epan/dissectors/packet-t38.h + M /trunk/epan/dissectors/packet-bssap.c -Make the array for the "setup method" for RTP, RTCP, and T.38 -conversations large enough to hold the maximum setup method size plus a -trailing '\0'. Make the maximum setup method size 7, so that when the -trailing '\0' is included the total array length is a power of 2. (The -longest string currently used is "Skinny", which fits in 7 characters). +Register as heuristic dissector for SUA. -This fixes problems in the RTP and RTCP dissectors similar to the one -found in the T.38 dissector. +------------------------------------------------------------------------ +r22041 | tuexen | 2007-06-04 16:27:12 -0700 (Mon, 04 Jun 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-ip.c + M /trunk/epan/dissectors/packet-tcp.c -Undo the previous change to packet-t38.c, as it's now safe to store in -method[MAX_T38_SETUP_METHOD_SIZE], because the array now has -MAX_T38_SETUP_METHOD_SIZE+1 characters. +From Michael Scharf: Add support for TCP Quickstart. -(Should we use "strlcpy()", and supply our own "strlcpy()" if the system -and/or C library doesn't supply it? Its semantics are a bit cleaner -than those of the "strncpy()"/null-terminate idiom, perhaps making it -less likely that mistakes of this sort will be made.) ------------------------------------------------------------------------ -r12802 | sahlberg | 2004-12-21 11:05:14 -0600 (Tue, 21 Dec 2004) | 5 lines +r22042 | kukosa | 2007-06-05 01:33:39 -0700 (Tue, 05 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ldap.c + M /trunk/tools/asn2wrs.py -from metze +few small changes to compile INAP (Q.1248.x) from original ASN.1 source +------------------------------------------------------------------------ +r22043 | kukosa | 2007-06-05 05:00:57 -0700 (Tue, 05 Jun 2007) | 3 lines +Changed paths: + M /trunk/asn1/cdt/cdt.cnf + M /trunk/asn1/cms/cms.cnf + M /trunk/asn1/dap/dap.cnf + M /trunk/asn1/disp/disp.cnf + M /trunk/asn1/ftbp/ftbp.cnf + M /trunk/asn1/gsmmap/gsmmap.cnf + M /trunk/asn1/ldap/ldap.cnf + M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf + M /trunk/asn1/pkcs12/packet-pkcs12-template.c + M /trunk/asn1/pkcs12/pkcs12.cnf + M /trunk/asn1/rtse/rtse.cnf + M /trunk/asn1/s4406/s4406.cnf + M /trunk/asn1/x411/x411.cnf + M /trunk/asn1/x420/x420.cnf + M /trunk/asn1/x509ce/x509ce.cnf + M /trunk/epan/dissectors/packet-cdt.c + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-logotypecertextn.c + M /trunk/epan/dissectors/packet-pkcs12.c + M /trunk/epan/dissectors/packet-x411.c + M /trunk/epan/dissectors/packet-x509ce.c + M /trunk/tools/asn2wrs.py -make ethereal handle gss-api encrypted ldap blobs +not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 types +it makes interconnection between .cnf file and ASN.1 source more readable +(changes for #.FN_BODY will follow) +------------------------------------------------------------------------ +r22044 | kukosa | 2007-06-05 05:15:52 -0700 (Tue, 05 Jun 2007) | 1 line +Changed paths: + M /trunk/asn1/q932/Makefile + M /trunk/asn1/q932/Makefile.nmake + M /trunk/asn1/q932/q932-exp.cnf + M /trunk/asn1/qsig/Makefile + M /trunk/asn1/qsig/Makefile.nmake + M /trunk/asn1/qsig/qsig-exp.cnf + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932-ros.h + M /trunk/epan/dissectors/packet-q932.c + M /trunk/epan/dissectors/packet-q932.h + M /trunk/epan/dissectors/packet-qsig.c + M /trunk/epan/dissectors/packet-qsig.h +Q.932 and QSIG regenerated with -X (new BER) option +------------------------------------------------------------------------ +r22045 | kukosa | 2007-06-05 06:34:18 -0700 (Tue, 05 Jun 2007) | 1 line +Changed paths: + M /trunk/asn1/dop/dop.cnf + M /trunk/asn1/dop/packet-dop-template.c + M /trunk/epan/dissectors/packet-dop.c +use ASN.1 type names in conformance file instead of Wireshak types ------------------------------------------------------------------------ -r12801 | sahlberg | 2004-12-21 10:44:11 -0600 (Tue, 21 Dec 2004) | 13 lines +r22046 | kukosa | 2007-06-05 06:43:45 -0700 (Tue, 05 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-mmse.c + M /trunk/tools/asn2wrs.py -abs_time_to_str() returns a staticly allocated string. dont g_free() it. +replace '&' with '_' in asn2c() function +------------------------------------------------------------------------ +r22047 | etxrab | 2007-06-05 07:47:11 -0700 (Tue, 05 Jun 2007) | 1 line +Changed paths: + M /trunk/asn1/mms/Makefile + M /trunk/asn1/mms/Makefile.nmake + M /trunk/asn1/mms/mms-exp.cnf + M /trunk/epan/dissectors/packet-mms.c + M /trunk/epan/dissectors/packet-mms.h -fix two instances of wrong parameter list to proto_tree_add_string_format() +Regenerate the MMS dissector with -T and -X options. +------------------------------------------------------------------------ +r22048 | etxrab | 2007-06-05 07:53:37 -0700 (Tue, 05 Jun 2007) | 1 line +Changed paths: + M /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn + M /trunk/epan/dissectors/packet-inap.c -if we call proto_tree_string() the hf field has to be of a string format as well. +Regenerate the INAP dissector with thelatest asn2wrs and theunmodified asn files. +------------------------------------------------------------------------ +r22049 | guy | 2007-06-05 10:15:21 -0700 (Tue, 05 Jun 2007) | 5 lines +Changed paths: + M /trunk/asn1/inap/packet-inap-template.c + M /trunk/epan/dissectors/packet-inap.c +Squelch some warnings - including some that appear legitimate; the name +of the function was missing from the call for monitorRouteRequest. It +also appears that the wrong function was being called for +monitorRouteReport. +------------------------------------------------------------------------ +r22050 | guy | 2007-06-05 10:17:22 -0700 (Tue, 05 Jun 2007) | 2 lines +Changed paths: + M /trunk/wiretap/netmon.c -now it dissects christophe's capture without dumping core but it looks weird. -mmse and telco people can read the specs and find ut what it wrong. +Note the version numbers in NetMon 3.0 files. +------------------------------------------------------------------------ +r22051 | jake | 2007-06-05 13:26:03 -0700 (Tue, 05 Jun 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-smpp.c +Fix for bug 1642: +Added hf_smpp_sms_signal to hf_array. +------------------------------------------------------------------------ +r22052 | jake | 2007-06-05 13:36:23 -0700 (Tue, 05 Jun 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-smpp.c +Fix for bug 1512: +Present user with the invalid time string. ------------------------------------------------------------------------ -r12800 | jmayer | 2004-12-21 07:18:08 -0600 (Tue, 21 Dec 2004) | 4 lines +r22053 | guy | 2007-06-05 14:23:49 -0700 (Tue, 05 Jun 2007) | 6 lines Changed paths: - M /trunk/epan/dissectors/packet-pgsql.c + M /trunk/epan/dissectors/packet-smb.c -Abhijit Menon-Sen: - - Make port configurable via prefs - - Highlight keywords in addition to values in hexpane +For various routines used by dissect_smb_fid() to dissect various FID +attributes specified at open time, have them take a length value, and +pass 4 if the values are extracted from the current packet and 0 if they +come from values saved when the FID was opened (as they're generated +values not found in the packet) - that fixes bug 1638. ------------------------------------------------------------------------ -r12799 | jmayer | 2004-12-21 06:30:24 -0600 (Tue, 21 Dec 2004) | 3 lines +r22054 | kukosa | 2007-06-06 01:12:27 -0700 (Wed, 06 Jun 2007) | 1 line Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-ieee80211.c - M /trunk/epan/dissectors/packet-ieee80211.h - M /trunk/gtk/Makefile.common - A /trunk/gtk/conversations_wlan.c - A /trunk/gtk/hostlist_wlan.c - -Giles Scott: Add Wlan tap + M /trunk/asn1/dap/dap.cnf + M /trunk/asn1/disp/disp.cnf + M /trunk/asn1/dop/dop.cnf + M /trunk/asn1/h245/h245.cnf + M /trunk/asn1/ldap/ldap.cnf + M /trunk/asn1/pres/pres.cnf + M /trunk/asn1/ranap/ranap.cnf + M /trunk/asn1/ros/ros.cnf + M /trunk/asn1/rtse/rtse.cnf + M /trunk/asn1/tcap/tcap.cnf + M /trunk/asn1/x411/x411.cnf + M /trunk/asn1/x420/x420.cnf + M /trunk/epan/dissectors/packet-dap.c + M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-ros.c + M /trunk/epan/dissectors/packet-rtse.c + M /trunk/epan/dissectors/packet-x411.c + M /trunk/tools/asn2wrs.py +use ASN.1 type names in #.FN_BODY (instead of Wireshark type names) +------------------------------------------------------------------------ +r22055 | kukosa | 2007-06-06 02:43:45 -0700 (Wed, 06 Jun 2007) | 1 line +Changed paths: + A /trunk/asn1/q932/Facility-Information-Element-Components.asn + M /trunk/asn1/q932/Makefile + M /trunk/asn1/q932/Makefile.nmake + M /trunk/asn1/q932/packet-q932-ros-template.c + D /trunk/asn1/q932/q932-ros.asn + M /trunk/asn1/q932/q932-ros.cnf + M /trunk/epan/dissectors/packet-q932-ros.c + M /trunk/epan/dissectors/packet-q932-ros.h +Q.932 ROS regenerated from original ASN.1 source ------------------------------------------------------------------------ -r12798 | jmayer | 2004-12-21 06:26:43 -0600 (Tue, 21 Dec 2004) | 1 line +r22056 | kukosa | 2007-06-06 02:46:35 -0700 (Wed, 06 Jun 2007) | 1 line Changed paths: - M /trunk/wiretap/configure.in + M /trunk/tools/asn2wrs.py -Small Whitespacechange +build-in OPERATION and ERROR classes definition ------------------------------------------------------------------------ -r12797 | ulfl | 2004-12-21 04:02:42 -0600 (Tue, 21 Dec 2004) | 1 line +r22057 | kukosa | 2007-06-06 04:52:48 -0700 (Wed, 06 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-dcom-cba-acco.c + M /trunk/asn1/Makefile.am -Again, some warnings removed. +fix dist failed ------------------------------------------------------------------------ -r12796 | gerald | 2004-12-20 21:50:14 -0600 (Mon, 20 Dec 2004) | 2 lines +r22058 | jake | 2007-06-06 12:50:28 -0700 (Wed, 06 Jun 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-t38.c + M /trunk/epan/dissectors/packet-radius_packetcable.c -Fix an off-by-one error when terminating a string. +Fix for bug 1644. +Get the DST from the right offset in the tvb. ------------------------------------------------------------------------ -r12795 | jmayer | 2004-12-20 17:24:13 -0600 (Mon, 20 Dec 2004) | 2 lines +r22059 | jake | 2007-06-06 12:58:26 -0700 (Wed, 06 Jun 2007) | 3 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/Makefile.common - A /trunk/epan/dissectors/packet-pgsql.c - D /trunk/epan/dissectors/packet-postgresql.c + M /trunk/epan/dissectors/packet-radius_packetcable.c -Abhijit Menon-Sen: Postgres v3 support +Fix for bug 1643. +Add element type Policy Server. ------------------------------------------------------------------------ -r12794 | guy | 2004-12-20 16:51:05 -0600 (Mon, 20 Dec 2004) | 2 lines +r22060 | lego | 2007-06-06 13:56:38 -0700 (Wed, 06 Jun 2007) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-dcom.c + M /trunk/wiretap/file_access.c + M /trunk/wiretap/wtap.def + M /trunk/wiretap/wtap.h + +Actually implement wtap_register_file_type() and have it returning the ID of the new file type. +Add few functions to wiretap's exported API. + -Get rid of extra include of . ------------------------------------------------------------------------ -r12793 | ulfl | 2004-12-20 16:29:24 -0600 (Mon, 20 Dec 2004) | 1 line +r22061 | wmeier | 2007-06-06 14:04:22 -0700 (Wed, 06 Jun 2007) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-dcom-cba-acco.c - M /trunk/epan/dissectors/packet-dcom-cba.c - M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-epl.c + M /trunk/epan/dissectors/packet-epl.h + +Fwom David Buechi: Powerlink dissector enhancement: +The attached patch adds a small enhancement for the ETHERNET Powerlink +dissector (some well-known CANopen device profiles are decoded in human +readable plaintext in the IdentResponse frame). -Removed some of the unix related warnings. I'll remove the remaining DCOM related ones in the next days, step by step (by looking at the buildbot output). ------------------------------------------------------------------------ -r12792 | guy | 2004-12-20 16:25:13 -0600 (Mon, 20 Dec 2004) | 2 lines +r22062 | lego | 2007-06-06 15:02:56 -0700 (Wed, 06 Jun 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-dcom.c + M /trunk/epan/dissectors/packet-epl.c + +Unconditionally initialize profile (avoid a warning causing the distcheck buildbot to fail). -Include to declare various functions. ------------------------------------------------------------------------ -r12791 | guy | 2004-12-20 16:13:48 -0600 (Mon, 20 Dec 2004) | 3 lines +r22063 | kukosa | 2007-06-06 23:05:36 -0700 (Wed, 06 Jun 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-bootp.c - M /trunk/epan/dissectors/packet-image-gif.c - M /trunk/epan/dissectors/packet-image-jfif.c - M /trunk/epan/dissectors/packet-wsp.c - -Use "plurality()" rather than locally-defined "PLURALIZE()" macros, and -get rid of the definition of "PLURALIZE()" in modules that don't use it. + M /trunk/tools/asn2wrs.py +- improve compilation (passing type information) if modules are not merged with -p option +- start "module grouping" compilation feature ------------------------------------------------------------------------ -r12790 | gerald | 2004-12-20 10:15:29 -0600 (Mon, 20 Dec 2004) | 2 lines +r22064 | gerald | 2007-06-07 10:40:23 -0700 (Thu, 07 Jun 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-radius.c + M /trunk/epan/dissectors/packet-ieee80211.c -Remove an unneeded "ntohl()" call. +Add an option to ignore vendor-specific HT elements. ------------------------------------------------------------------------ -r12789 | jmayer | 2004-12-20 07:32:08 -0600 (Mon, 20 Dec 2004) | 4 lines +r22065 | guy | 2007-06-07 19:45:30 -0700 (Thu, 07 Jun 2007) | 4 lines Changed paths: - M /trunk/manuf - M /trunk/manuf.tmpl + M /trunk/epan/dissectors/packet-nfs.c -At least in some cases some Marconi 2810 send packets with -the locally assigned flag set. -Update manuf, while I'm at it. +Better hash function for file handles, as suggested by Brent Callaghan +(the old one was mapping file handles that differed only by one bit to +the same hash value; the new one mapped them to different hash values). ------------------------------------------------------------------------ -r12788 | jmayer | 2004-12-20 04:56:25 -0600 (Mon, 20 Dec 2004) | 1 line +r22066 | etxrab | 2007-06-07 22:04:54 -0700 (Thu, 07 Jun 2007) | 6 lines Changed paths: - M /trunk/epan/sigcomp-udvm.h - M /trunk/epan/sigcomp_state_hdlr.c + M /trunk/epan/dissectors/packet-amr.c -Add NL to last line +From Stefan Wenk: +Following items are changed: +*) Bandwidth efficient decoding re-implemented with expert-info support. + The old implementation supported a single frame only. +*) Support for AMR-WB added +*) Fixes for IF1 and IF2 decoding ------------------------------------------------------------------------ -r12787 | jmayer | 2004-12-20 04:49:12 -0600 (Mon, 20 Dec 2004) | 1 line +r22067 | guy | 2007-06-08 10:06:13 -0700 (Fri, 08 Jun 2007) | 44 lines Changed paths: - M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/epan/dissectors/packet-frame.c + M /trunk/epan/packet_info.h + M /trunk/wiretap/erf.c + M /trunk/wiretap/erf.h + M /trunk/wiretap/file_access.c + M /trunk/wiretap/wtap-int.h + M /trunk/wiretap/wtap.h + +From Stephen Donnelly of Endace: + + The code for reading ERF files has not been significantly + updated since 2004. This patch brings it up to date with a + number of changes. + + 1) Increase number of decodable ERF types from 7 to 12. This + covers newer DAG card models and firmware updates. + + 2) Fix timestamp conversion. Was calculating only microsecond + precision, now displaying with nanosecond resolution. Hardware + precision is 7.5 to 30 ns depending on model. + + 3) Allow the user to specify HDLC encapsulation as 'chdlc', + 'ppp_serial', 'frelay' or 'mtp2'. This is needed because the + ERF HDLC capture formats do not include information on what + protocol is used at the next level. This is currently done via + an environment variable 'ERF_HDLC_ENCAP' and is analagous to the + existing 'ERF_ATM_ENCAP' variable. + + If the user does not specify an HDLC encapsulation it tries to + guess, and falls back to MTP2 for backwards compatibility with + Florent's existing behaviour. + + I know environment variables are ugly, suggestions are welcome. + + 4) When reading HDLC captures as MTP2, use + WTAP_ENCAP_MTP2_WITH_PHDR rather than WTAP_ENCAP_MTP2. This + allows us to put the 'Multi-Channel ERF' record 'channel + number' field into the MTP2 pseudo header > 'link_number' + field. This is then displayed in Frame information, and can + be filtered on. (Would be nice if it could be made a display + column?) + + Because the ERF record does not specify whether Annex A is used + or not, we pass MTP2_ANNEX_A_USED_UNKNOWN and allow the existing + user preference to decide. + +Move the MTP2_ANNEX_A_ definitions into Wiretap, make the annex_a_used +field a guint8, and change MTP2_ANNEX_A_USED_UNKNOWN to 2 so it fits in +a guint8. (This means that if you can save an ERF MTP2 file as a +libpcap file, the pseudo-header will have MTP2_ANNEX_A_USED_UNKNOWN in +it.) + +------------------------------------------------------------------------ +r22068 | etxrab | 2007-06-09 07:58:51 -0700 (Sat, 09 Jun 2007) | 1 line +Changed paths: + A /trunk/asn1/gsmmap/MAP-CallHandlingOperations.asn + A /trunk/asn1/gsmmap/MAP-DialogueInformation.asn + A /trunk/asn1/gsmmap/MAP-Errors.asn + A /trunk/asn1/gsmmap/MAP-Group-Call-Operations.asn + A /trunk/asn1/gsmmap/MAP-LocationServiceOperations.asn + A /trunk/asn1/gsmmap/MAP-MobileServiceOperations.asn + A /trunk/asn1/gsmmap/MAP-OperationAndMaintenanceOperations.asn + A /trunk/asn1/gsmmap/MAP-Protocol.asn + A /trunk/asn1/gsmmap/MAP-ShortMessageServiceOperations.asn + A /trunk/asn1/gsmmap/MAP-SupplementaryServiceOperations.asn + A /trunk/asn1/gsmmap/SS-DataTypes.asn + A /trunk/asn1/gsmmap/SS-Errors.asn + A /trunk/asn1/gsmmap/SS-Operations.asn + A /trunk/asn1/gsmmap/SS-Protocol.asn + +Add more ofthe needed splited ASN1 files. +------------------------------------------------------------------------ +r22069 | etxrab | 2007-06-10 12:04:12 -0700 (Sun, 10 Jun 2007) | 2 lines +Changed paths: + M /trunk/asn1/gsmmap/GSMMAP.asn + M /trunk/asn1/gsmmap/MAP-MS-DataTypes.asn + M /trunk/asn1/gsmmap/MAP-MobileServiceOperations.asn + M /trunk/asn1/gsmmap/Makefile.nmake + M /trunk/asn1/gsmmap/gsm_map-exp.cnf + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-camel.c + M /trunk/epan/dissectors/packet-gsm_a.c + M /trunk/epan/dissectors/packet-gsm_map.c + M /trunk/epan/dissectors/packet-gsm_map.h + M /trunk/epan/dissectors/packet-gtp.c -Found by Buildbot Solaris: isprint.h include only works on glib2 systems +Updated GSM MAP to use the latest asn1 original files. +MAP-dalouge and gsm_ss is included in this dissector. ------------------------------------------------------------------------ -r12786 | guy | 2004-12-20 03:53:27 -0600 (Mon, 20 Dec 2004) | 6 lines +r22070 | etxrab | 2007-06-10 14:31:10 -0700 (Sun, 10 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-ldap.c - -Put in a stub "dissector" for LDAP_FILTER EXTENSIBLE, so we can at least -dissect packets containing that filter type. - -Note that if a dissector for a particular operation fails, we should -stop dissecting rather than trying to dissect the controls. + M /trunk/epan/dissectors/packet-gsm_a.c +Remove an unused variable. ------------------------------------------------------------------------ -r12785 | sahlberg | 2004-12-20 02:44:10 -0600 (Mon, 20 Dec 2004) | 6 lines +r22071 | gerald | 2007-06-10 20:58:58 -0700 (Sun, 10 Jun 2007) | 11 lines Changed paths: - M /trunk/epan/dissectors/packet-dcom.c + M /trunk/capture-pcap-util.h + M /trunk/capture.c + M /trunk/capture.h + M /trunk/capture_opts.c + M /trunk/capture_opts.h + M /trunk/capture_sync.c + M /trunk/capture_sync.h + M /trunk/doc/dumpcap.pod + M /trunk/dumpcap.c + M /trunk/gtk/capture_dlg.c + M /trunk/gtk/capture_if_dlg.c + M /trunk/gtk/capture_prefs.c + M /trunk/gtk/main.c + M /trunk/tshark.c + +One more step in privilege separation. -g_strescape only takes one parameter in glib 1.x +Add a capture_interface_list(), which works similar to +get_interface_list() except that it forks dumpcap instead of calling +the pcap routines directly. Use it in the GUI. -this makes ethereal compile for those of us that are not on the bleeding edge. -(gtk1 is much better anyway) +Add a "-I" flag to dumpcap, which prints out verbose interface +information. +Tested under Windows and Linux. ------------------------------------------------------------------------ -r12784 | jmayer | 2004-12-19 18:00:06 -0600 (Sun, 19 Dec 2004) | 4 lines +r22072 | etxrab | 2007-06-10 22:28:18 -0700 (Sun, 10 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-eapol.c - M /trunk/epan/dissectors/packet-ieee80211.c - M /trunk/epan/dissectors/packet-ieee80211.h - -- Diplay SSID in mangemntframes -- Display unprintable characters in SSID as '.' (SSID charaters - are of type octet, not alphanum). + M /trunk/asn1/ansi_map/Makefile + M /trunk/asn1/ansi_map/Makefile.nmake + M /trunk/epan/dissectors/packet-ansi_map.c + M /trunk/epan/dissectors/packet-ansi_map.h +Generate ANSI MAP with the -X option. ------------------------------------------------------------------------ -r12783 | ulfl | 2004-12-19 11:26:23 -0600 (Sun, 19 Dec 2004) | 1 line +r22073 | jake | 2007-06-10 23:40:56 -0700 (Sun, 10 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-dcerpc-pn-io.c - M /trunk/epan/dissectors/packet-pn-rt.c + M /trunk/capture.c -removed some gcc warnings (hopefully) +Fix segmentation fault when NULL err_msg pointer passed to capture_interface_list() and sync_list_interface_open() fails. ------------------------------------------------------------------------ -r12782 | ulfl | 2004-12-19 10:49:34 -0600 (Sun, 19 Dec 2004) | 1 line +r22074 | wmeier | 2007-06-11 08:50:03 -0700 (Mon, 11 Jun 2007) | 5 lines Changed paths: - M /trunk/epan/dissectors/packet-dcom-remunkn.c - M /trunk/epan/dissectors/packet-dcom.c - M /trunk/epan/dissectors/packet-dcom.h + M /trunk/wiretap/netxray.c + +Note invalidity of realtick for +captypes ETH_CAPTYPE_OTHERPOD2 and +ETH_CAPTYPE_GIGPOD2 in comments for +the associated TpS tables. -add some IRemUnknown dissectors ------------------------------------------------------------------------ -r12781 | ulfl | 2004-12-19 10:30:25 -0600 (Sun, 19 Dec 2004) | 1 line +r22075 | gerald | 2007-06-11 11:26:09 -0700 (Mon, 11 Jun 2007) | 7 lines Changed paths: - M /trunk/epan/dissectors/packet-dcom-oxid.c + M /trunk/Makefile.am + M /trunk/Makefile.common + M /trunk/Makefile.nmake + M /trunk/capture.c + M /trunk/capture_opts.c + M /trunk/epan/Makefile.nmake + D /trunk/epan/inet_ntop.c + D /trunk/epan/inet_pton.c + D /trunk/epan/inet_v6defs.h + A /trunk/inet_ntop.c (from /trunk/epan/inet_ntop.c:22074) + A /trunk/inet_pton.c (from /trunk/epan/inet_pton.c:22074) + A /trunk/inet_v6defs.h (from /trunk/epan/inet_v6defs.h:22074) + +Fix compilation under VS6 (hopefully without breaking compilation +anywhere else). Instead of using getaddrinfo() and getnameinfo(), +promote inet_pton.c and inet_ntop.c to the top level and use those +routines instead. + +(It's 2007, for crying out loud. Why is this even an issue?) -tweak some comments ------------------------------------------------------------------------ -r12780 | ulfl | 2004-12-19 10:29:08 -0600 (Sun, 19 Dec 2004) | 1 line +r22076 | gerald | 2007-06-11 12:03:20 -0700 (Mon, 11 Jun 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-dcom-remact.c + M /trunk/epan/dissectors/packet-dtls.c + M /trunk/epan/dissectors/packet-ssl.c + +Fix include paths. -add dissection of RemoteActivation method ------------------------------------------------------------------------ -r12779 | ulfl | 2004-12-19 10:13:05 -0600 (Sun, 19 Dec 2004) | 1 line +r22077 | etxrab | 2007-06-11 15:17:28 -0700 (Mon, 11 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-dcom-oxid.c - M /trunk/epan/dissectors/packet-dcom.c + A /trunk/asn1/cmip/CMIP-1.asn + A /trunk/asn1/cmip/CMIP-A-ABORT-Information.asn + A /trunk/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn + A /trunk/asn1/gnm/ASN1DefinedTypesModule.asn + A /trunk/asn1/ros/Remote-Operations-Generic-ROS-PDUs.asn + A /trunk/asn1/ros/Remote-Operations-Useful-Definitions.asn -add a lot of dissect stuff to the OXID resolver, moved some details of the DUALSTRINGARRAY to packet-dcom.c +Add some more asn1 modules. ------------------------------------------------------------------------ -r12778 | ulfl | 2004-12-19 10:04:09 -0600 (Sun, 19 Dec 2004) | 1 line +r22078 | gerald | 2007-06-11 15:40:38 -0700 (Mon, 11 Jun 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/Makefile.am + +Fix dist. -bugfix: remove empty line, probably caused by eol confusion ------------------------------------------------------------------------ -r12777 | ulfl | 2004-12-19 08:08:03 -0600 (Sun, 19 Dec 2004) | 1 line +r22079 | martinm | 2007-06-12 04:09:22 -0700 (Tue, 12 Jun 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common - D /trunk/epan/dissectors/packet-dcerpc-iremunkn.c - D /trunk/epan/dissectors/packet-dcerpc-iremunkn2.c - D /trunk/epan/dissectors/packet-dcerpc-oxid.c - D /trunk/epan/dissectors/packet-dcerpc-remact.c - D /trunk/epan/dissectors/packet-dcerpc-sysact.c - A /trunk/epan/dissectors/packet-dcom-dispatch.c - A /trunk/epan/dissectors/packet-dcom-oxid.c (from /trunk/epan/dissectors/packet-dcerpc-oxid.c:12776) - A /trunk/epan/dissectors/packet-dcom-remact.c (from /trunk/epan/dissectors/packet-dcerpc-remact.c:12776) - A /trunk/epan/dissectors/packet-dcom-remunkn.c (from /trunk/epan/dissectors/packet-dcerpc-iremunkn.c:12776) - A /trunk/epan/dissectors/packet-dcom-sysact.c (from /trunk/epan/dissectors/packet-dcerpc-sysact.c:12776) + M /trunk/Makefile.am + M /trunk/diameter/TGPPSh.xml + M /trunk/diameter/dictionary.xml + A /trunk/diameter/gqpolicy.xml + M /trunk/epan/dissectors/packet-diameter-defs.h + +Diameter update: +- add IMS Gq interface (same AVPs seem to be used by IMS Rx and ETSI Gq' interfaces) +- other small corrections -renamed all DCOM related interface dissectors from packet-dcerpc-... to packet_dcom_... and add DCOM IDispatch dissector (incomplete, but better than nothing... ;-) ------------------------------------------------------------------------ -r12776 | ulfl | 2004-12-19 07:46:09 -0600 (Sun, 19 Dec 2004) | 2 lines +r22080 | martinm | 2007-06-12 08:29:23 -0700 (Tue, 12 Jun 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/Makefile.common - M /trunk/epan/dissectors/packet-dcerpc.c - M /trunk/epan/dissectors/packet-dcerpc.h - A /trunk/epan/dissectors/packet-dcom-cba-acco.c - A /trunk/epan/dissectors/packet-dcom-cba.c - A /trunk/epan/dissectors/packet-dcom.c - A /trunk/epan/dissectors/packet-dcom.h + M /trunk/packaging/nsis/wireshark.nsi + +Add gqpolicy.xml to installed diameter XML files -(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland): -another part of the PROFINET dissectors (PN-CBA, including a lot of generic DCOM dissection) still some work to be done ... ------------------------------------------------------------------------ -r12775 | ulfl | 2004-12-19 04:30:33 -0600 (Sun, 19 Dec 2004) | 1 line +r22081 | jake | 2007-06-12 11:43:24 -0700 (Tue, 12 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/Makefile.common - M /trunk/epan/dissectors/packet-dcerpc-epm.c - D /trunk/epan/dissectors/packet-dcerpc-epm4.c + M /trunk/gtk/about_dlg.c -Merge dissection of EndpointMapper interfaces of version 3 and 4 into one file, as the dissection of both interface versions are (currently) identical. (Jaime, could you please check, if EPM4 dissection is still working well?) +Just keep it simple. ------------------------------------------------------------------------ -r12774 | sahlberg | 2004-12-19 01:18:04 -0600 (Sun, 19 Dec 2004) | 14 lines +r22082 | etxrab | 2007-06-12 14:26:29 -0700 (Tue, 12 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-tcp.c + A /trunk/asn1/x721 + A /trunk/asn1/x721/Attribute-ASN1Module.asn + A /trunk/asn1/x721/ManagedObjectClassesDefinitions.asn + A /trunk/asn1/x721/Notification-ASN1Module.asn + A /trunk/asn1/x721/Parameter-ASN1Module.asn -add detection to TCP Analysis to detect and flag segments that will completely fill the window advertized from the other side. +Add some more asn1 modules. +------------------------------------------------------------------------ +r22083 | etxrab | 2007-06-12 14:29:27 -0700 (Tue, 12 Jun 2007) | 3 lines +Changed paths: + M /trunk/asn1/acse/acse-exp.cnf + M /trunk/asn1/acse/acse.cnf + M /trunk/epan/dissectors/packet-acse.c + M /trunk/epan/dissectors/packet-acse.h + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-ber.h -I.e. when a segment is seen that would (as far as ethereal can tell from the ACKs it has seen in the other direction) fill the window completely. +Preparations for updated CMIP dissector: +- Export AE-title from ACSE +- Start REAL dissection(unfinished). +------------------------------------------------------------------------ +r22084 | lego | 2007-06-12 16:53:58 -0700 (Tue, 12 Jun 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/packet-k12.c -It is similar to but not exactly the same as the XeroWindow detection since there are many instances where ZeroWindow detection would not work (i.e. an ACK where win==0 since many many situations occur where the window is full but no zerowindowack is ever generated) +This should fix Coverity's CID: 240 (Bug 1648) -Someone that has good english could, please, update the Wiki with this option. -It is very very useful to spot performance issues where the tcp window size is too small to accomodate the enmd-to-end latency. +------------------------------------------------------------------------ +r22085 | jake | 2007-06-12 22:27:32 -0700 (Tue, 12 Jun 2007) | 1 line +Changed paths: + M /trunk/acinclude.m4 + M /trunk/docbook/GPL_appendix.xml +YAE2W +------------------------------------------------------------------------ +r22086 | sfisher | 2007-06-12 23:22:43 -0700 (Tue, 12 Jun 2007) | 4 lines +Changed paths: + M /trunk/epan/dissectors/packet-ber.c +Get the Unix buildbots going again ------------------------------------------------------------------------ -r12773 | sahlberg | 2004-12-18 22:10:05 -0600 (Sat, 18 Dec 2004) | 11 lines +r22087 | jake | 2007-06-12 23:52:23 -0700 (Tue, 12 Jun 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-ldap.c - -abort trying to dissect ldap controls if the header doesnt look right. + M /trunk/epan/dissectors/packet-fc.c + M /trunk/epan/dissectors/packet-fc.h -it will not solve the problem in the c06- testmenageri capture that -contains unknown types of ldap commands but it will at least -stop the ldap controls dissector from dumping core. +Fix for bug 1633: +Adding BLS ABTS handling. +------------------------------------------------------------------------ +r22088 | jake | 2007-06-12 23:54:49 -0700 (Tue, 12 Jun 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-fcels.c -someone interested in ldap might want to look at those "unknown ldap packets" -in the trace. +Fix for bug 1632: +Fix bitmask for FCP "retry requested/reply". +------------------------------------------------------------------------ +r22089 | grahamb | 2007-06-13 03:15:31 -0700 (Wed, 13 Jun 2007) | 1 line +Changed paths: + M /trunk/epan/dissectors/packet-dnp.c +Fixed crash with missing conversation fragment, improved presentation, minor typos corrected +------------------------------------------------------------------------ +r22090 | morriss | 2007-06-13 06:39:05 -0700 (Wed, 13 Jun 2007) | 7 lines +Changed paths: + M /trunk/epan/dissectors/packet-sccp.c +Stop using switch statements on the GTI when decoding GT's: the values are +not unique between ANSI and ITU so we end up with incorrect behavior. In +particular: + - In non-ANSI if GTI==0x1, don't try to decode TT, NP, and ES. + - In ANSI don't decode the O/E indicator on GTI==0x1. + - In non-ANSI don't decode NAI on GTI==0x1 or 0x4. ------------------------------------------------------------------------ -r12772 | jmayer | 2004-12-18 22:04:49 -0600 (Sat, 18 Dec 2004) | 3 lines +r22091 | lego | 2007-06-13 12:05:03 -0700 (Wed, 13 Jun 2007) | 3 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-ieee80211.c + M /trunk/wiretap/k12.c -Giles Scott: Port weak key detection from Airsnort +Fix coverity bug 244, [WS Bug 1649] ------------------------------------------------------------------------ -r12771 | sahlberg | 2004-12-18 21:30:46 -0600 (Sat, 18 Dec 2004) | 4 lines +r22092 | lego | 2007-06-13 12:06:19 -0700 (Wed, 13 Jun 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-smb.c - -mark some fields as GENERATED fields + M /trunk/wiretap/wtap.def +Export all that's exportable from libwiretap.dll ------------------------------------------------------------------------ -r12770 | sahlberg | 2004-12-18 21:19:53 -0600 (Sat, 18 Dec 2004) | 9 lines +r22093 | lego | 2007-06-13 12:43:26 -0700 (Wed, 13 Jun 2007) | 4 lines Changed paths: - M /trunk/epan/dissectors/packet-smb.c - -the mid values in smb are too unreliable for request/response matching since they wrap so quickly. + M /trunk/wiretap/wtap.def -This has the effect that if you have a capture file with a hole in it, sa say when snoop or similar stops capturing packets for a while while writing the data to disk you often end up with a packet just after the hole that is a response packet and which ethereal mistakenly matches with a request/response from before the hole. +turns out that wtap_pkthdr was not exportable! +nm on my mac says it is there... -now, when the first response is seen to a request remove the entry from the unmatched table so that no other response can match the same request. - +------------------------------------------------------------------------ +r22094 | gerald | 2007-06-13 15:36:58 -0700 (Wed, 13 Jun 2007) | 3 lines +Changed paths: + M /trunk/epan/dissectors/Makefile.common + M /trunk/epan/dissectors/packet-frame.c + M /trunk/epan/dissectors/packet-frame.h + A /trunk/epan/dissectors/packet-ppi.c + M /trunk/wiretap/libpcap.c + M /trunk/wiretap/wtap.c + M /trunk/wiretap/wtap.h +Add support for PPI (the Per-Packet Information header), described at +http://www.cacetech.com/documents/PPI_Header_format_1.0.pdf . ------------------------------------------------------------------------ -r12769 | sahlberg | 2004-12-18 16:09:06 -0600 (Sat, 18 Dec 2004) | 7 lines +r22095 | guy | 2007-06-13 16:43:07 -0700 (Wed, 13 Jun 2007) | 3 lines Changed paths: - M /trunk/epan/dissectors/packet-ndmp.c + M /trunk/epan/dissectors/packet-afp.c -make ndmp use tcp_dissect_pdus() -so that it will track pdu boundaries properly +Include a link to the AFP reference, as well as to the programming +guide. -not tracking pdu boundaries caused pain since it would miss too many -commands +------------------------------------------------------------------------ +r22096 | gerald | 2007-06-13 18:13:04 -0700 (Wed, 13 Jun 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-ppi.c +Fix a bunch of errors found by gcc. ------------------------------------------------------------------------ -r12768 | gerald | 2004-12-17 14:42:35 -0600 (Fri, 17 Dec 2004) | 2 lines +r22097 | etxrab | 2007-06-13 22:17:07 -0700 (Wed, 13 Jun 2007) | 2 lines Changed paths: - M /trunk/make-version.pl + M /trunk/epan/asn1.h + M /trunk/epan/dissectors/packet-ber.c + M /trunk/epan/dissectors/packet-per.c -Remove debugging output. +Change actx->external.direct_reference to be the OID string. +Use it in BER direct reference to call the OID dissector. +------------------------------------------------------------------------ +r22098 | jake | 2007-06-14 00:09:07 -0700 (Thu, 14 Jun 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-pana.c +From Victor Fajardo: +Attached is a patch file for the PANA protocol dissector. The changes updates the packet-pana.c dissector to support draft-ietf-pana-pana-15.txt. ------------------------------------------------------------------------ -r12767 | gerald | 2004-12-17 14:41:14 -0600 (Fri, 17 Dec 2004) | 2 lines +r22099 | martinm | 2007-06-14 04:24:37 -0700 (Thu, 14 Jun 2007) | 2 lines Changed paths: - M /trunk/make-version.pl + M /trunk/epan/dissectors/packet-catapult-dct2000.c -Work around a bug in the strftime() code in the Windows version of Perl. +Improve parsing of sctpprim header (variant 1) ------------------------------------------------------------------------ -r12766 | guy | 2004-12-17 13:27:46 -0600 (Fri, 17 Dec 2004) | 3 lines +r22100 | martinm | 2007-06-14 05:43:15 -0700 (Thu, 14 Jun 2007) | 2 lines Changed paths: - M /trunk/epan/dissectors/packet-lmp.c + M /trunk/epan/dissectors/packet-catapult-dct2000.c -When the LMP dissector rejects a packet because it {is, isn't} UDP, let -some other dissector have it. +Try again! ------------------------------------------------------------------------ -r12765 | guy | 2004-12-17 13:14:24 -0600 (Fri, 17 Dec 2004) | 2 lines +r22101 | martinm | 2007-06-14 08:17:49 -0700 (Thu, 14 Jun 2007) | 2 lines Changed paths: - M /trunk/AUTHORS - M /trunk/epan/dissectors/packet-ldap.c + M /trunk/epan/dissectors/packet-catapult-dct2000.c -From Stefan Metzmacher: basic decoding for LDAP Controls. +Try to fix warning/error. ------------------------------------------------------------------------ -r12764 | guy | 2004-12-17 04:09:32 -0600 (Fri, 17 Dec 2004) | 3 lines +r22102 | gerald | 2007-06-14 09:44:36 -0700 (Thu, 14 Jun 2007) | 2 lines Changed paths: - M /trunk/gtk/main.c + M /trunk/epan/dissectors/packet-ieee80211.c -Don't start up a splash screen if "-G" is specified, even if we weren't -configured with libpcap support. +Add a hint for using wlan.fc.type_subtype. ------------------------------------------------------------------------ -r12763 | lroland | 2004-12-16 13:36:23 -0600 (Thu, 16 Dec 2004) | 8 lines +r22103 | etxrab | 2007-06-14 12:05:20 -0700 (Thu, 14 Jun 2007) | 2 lines Changed paths: - M /trunk/plugins/mate/Makefile.am - M /trunk/plugins/mate/Makefile.nmake - M /trunk/plugins/mate/mate.h - M /trunk/plugins/mate/mate_runtime.c - M /trunk/plugins/mate/mate_setup.c - M /trunk/plugins/mate/matelib/isup.mate - M /trunk/plugins/mate/packet-mate.c + M /trunk/asn1/ftbp/Makefile + M /trunk/asn1/ftbp/Makefile.nmake + M /trunk/asn1/ftbp/ftbp.asn + M /trunk/epan/dissectors/packet-ftbp.c + M /trunk/epan/dissectors/packet-ftbp.h -Patch for Mate Plugin. -From Luis Ontanon: -- moves mate configuration from proto_register to proto_register_handoff -- add the config file protocol preference -- every item (gop,gog,pdu) has it's own ett -- the tap doesn't do nothing, it just primes the tree -- analyze_frame() what once was the tap now is called by the dissector -- should work with tethereal now (to be tested) +From Stig Bj?\195?\184rlykke. +ContentsTypeParameter and Relationship are OPTIONAL as they are defined with a DEFAULT. ------------------------------------------------------------------------ -r12762 | gerald | 2004-12-16 13:06:52 -0600 (Thu, 16 Dec 2004) | 6 lines +r22104 | gerald | 2007-06-14 15:09:14 -0700 (Thu, 14 Jun 2007) | 10 lines Changed paths: - M /trunk/make-version.pl + M /trunk/docbook/release-notes.xml + M /trunk/epan/crypt/airpdcap.c + M /trunk/epan/crypt/airpdcap_ccmp.c + M /trunk/epan/crypt/airpdcap_int.h + M /trunk/epan/crypt/airpdcap_system.h + M /trunk/epan/dissectors/packet-ieee80211.c + +The 802.11 dissector calculates the header size, so pass that value to +the WEP/WPA decryption code instead of re-calculating it. Fixes bug +1639. -From Thomas Boehne: Fix the version.conf status message and improve code -readability. +Remove fcsPresent, radiotapPresent, and associated code from airpdcap.c +since they were always FALSE. Glib-ize some data types. Fixup white +space. -Fix a bug in my previous checkin, so that svnversion.h will be created -even when the ".svn/" directory isn't present. +Update the release notes. ------------------------------------------------------------------------ -r12761 | guy | 2004-12-15 11:50:11 -0600 (Wed, 15 Dec 2004) | 4 lines +r22105 | etxrab | 2007-06-15 09:20:35 -0700 (Fri, 15 Jun 2007) | 1 line Changed paths: - M /trunk/epan/dissectors/packet-http.c + M /trunk/asn1/gsmmap/Makefile + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/epan/dissectors/packet-gsm_map.c -From Yaniv Kaul: add the CCM_POST method. +Update the makefile and a comment in the template file. +------------------------------------------------------------------------ +r22106 | etxrab | 2007-06-15 09:26:08 -0700 (Fri, 15 Jun 2007) | 1 line +Changed paths: + M /trunk/asn1/gsmmap/packet-gsm_map-template.c + M /trunk/epan/dissectors/packet-gsm_map.c + +Correct some typos. +------------------------------------------------------------------------ +r22107 | martinm | 2007-06-15 10:21:13 -0700 (Fri, 15 Jun 2007) | 2 lines +Changed paths: + M /trunk/epan/dissectors/packet-catapult-dct2000.c + +For IPPRIM, try to set UDP/TCP address info so conversation tracking will work. -Tweak indentation. +------------------------------------------------------------------------ +r22108 | etxrab | 2007-06-15 10:58:23 -0700 (Fri, 15 Jun 2007) | 2 lines +Changed paths: + M /trunk/asn1/gsmmap/GSMMAP.asn + M /trunk/epan/dissectors/packet-gsm_map.c +Change Alcatel Specific extension container +PlmnContainer asn1 code to mach tracing info. ------------------------------------------------------------------------