Updates for 0.99.6
[metze/wireshark/wip.git] / ChangeLog
index 8700833dd1d5b682ebae06cfcdfd06ea860aeda8..777421ae89a107b39a9092c3180abf025998c21d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r16192 | gerald | 2005-10-11 12:55:40 -0500 (Tue, 11 Oct 2005) | 159 lines
-Changed paths:
-   M /releases/ethereal-0.10.13/capture.c
-   M /releases/ethereal-0.10.13/capture_loop.c
-   M /releases/ethereal-0.10.13/capture_opts.c
-   M /releases/ethereal-0.10.13/capture_sync.c
-   A /releases/ethereal-0.10.13/doc/README.malloc
-   M /releases/ethereal-0.10.13/doc/editcap.pod
-   M /releases/ethereal-0.10.13/doc/ethereal.pod
-   M /releases/ethereal-0.10.13/doc/tethereal.pod
-   M /releases/ethereal-0.10.13/docbook/Makefile
-   M /releases/ethereal-0.10.13/epan/Makefile.am
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-cops.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h225.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h225.h
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h235.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h245.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h450.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h450.h
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-per.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-per.h
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-xml.c
-   M /releases/ethereal-0.10.13/epan/dtd.h
-   M /releases/ethereal-0.10.13/epan/dtd_grammar.lemon
-   M /releases/ethereal-0.10.13/epan/dtd_parse.l
-   M /releases/ethereal-0.10.13/epan/dtd_preparse.l
-   M /releases/ethereal-0.10.13/epan/emem.c
-   M /releases/ethereal-0.10.13/epan/enterprise-numbers
-   M /releases/ethereal-0.10.13/file.c
-   M /releases/ethereal-0.10.13/gtk/capture_dlg.c
-   M /releases/ethereal-0.10.13/gtk/gui_utils.c
-   M /releases/ethereal-0.10.13/gtk/help_dlg.c
-   M /releases/ethereal-0.10.13/gtk/main.c
-   M /releases/ethereal-0.10.13/log.h
-   M /releases/ethereal-0.10.13/plugins/h223/packet-h223.c
-   M /releases/ethereal-0.10.13/tethereal.c
-   M /releases/ethereal-0.10.13/tools/asn2eth.py
-
-Copy over a bunch of fixes and updates from the trunk:
-
-cat !$
-cat ../sandboxes/svn.log
-r16132:
-   M /trunk/epan/dissectors/packet-cops.c
+r20467 | lego | 2007-01-17 18:54:56 -0800 (Wed, 17 Jan 2007) | 4 lines
+Changed paths:
+   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
 
-Don't try to strip the last byte from a zero-byte OID.  Fixes bug 503.
+display filter macros.
+NOT to be copied over to release 0.99.5
 
-r16134:
-   M /trunk/gtk/main.c
 
-fix 369: we must do some more GUI stuff in capture_update_started(),
-as GUI state get's cleared while switching to the next "multiple file" because of a call to cf_close()
+------------------------------------------------------------------------
+r20468 | lego | 2007-01-17 19:13:10 -0800 (Wed, 17 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/version_info.c
 
-r16135:
-   M /trunk/capture_loop.c
+the version string stated "without Lua" regardless or not Lua support was indeed built.
 
-bugfix: reset the packet counter to zero, if switching to the next "multiple file". This fixes the live update of the packet output after switching to another capture file
+------------------------------------------------------------------------
+r20469 | lego | 2007-01-17 19:17:33 -0800 (Wed, 17 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/Makefile.common
 
-r16136:
-   M /trunk/file.c
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/main.c
-   M /trunk/log.h
+not for 0.99.5
+add macro_dlg.h and macro_dlg.c
 
-fix a packet_list_freeze / thaw pair, if a return comes in it's way
-add a g_warning() call if an error occured while reading from capture file (while doing a live update), usually shouldn't happen but is difficult to debug *if* it happens
-add a new log domain LOG_DOMAIN_MAIN and the standard log handler for it
-add some (partly commented out) g_log() calls, useful for GUI sequence debugging
 
-r16137:
-   M /trunk/tethereal.c
+------------------------------------------------------------------------
+r20470 | lego | 2007-01-17 19:21:22 -0800 (Wed, 17 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
 
-add missing #include "capture_errs.h"
+NOT for 0.99.5
+macro_dlg.h was in this other file!
 
-r16138:
-   M /trunk/doc/editcap.pod
 
-add missing -E parameter to the Options section
+------------------------------------------------------------------------
+r20471 | jake | 2007-01-17 23:10:02 -0800 (Wed, 17 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
 
-r16141:
-   M /trunk/epan/dissectors/packet-per.c
+Trying to get buildbot Ubuntu-5.10-x86 to build again.
+Fix typo.
+------------------------------------------------------------------------
+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
 
-Octest string of (size 2) does not dissplay correctly.
+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.
 
-Handle multiple messages in a TCP segment, reassembly  still needed.
+Definitely not for 0.99.5.
 
-r16143:
-   M /trunk/epan/enterprise-numbers
+------------------------------------------------------------------------
+r20473 | jake | 2007-01-18 03:28:47 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.am
 
-Update enterprise-numbers from http://www.iana.org/assignments/enterprise-numbers
+Trying to fix the build on Ubuntu-5.10-x86 buildbot again.
 
-r16144:
-   M /trunk/epan/emem.c
+------------------------------------------------------------------------
+r20474 | martinm | 2007-01-18 03:44:24 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-pcre.c
 
-ep_strndup and se_strndup do not have to expect strings to be null terminated.
+Missed this one (I don't build with pcre)
 
-r16145:
-   M /trunk/epan/dtd_preparse.l
+------------------------------------------------------------------------
+r20475 | guy | 2007-01-18 04:19:17 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/wiretap/AUTHORS
+   M /trunk/wiretap/snoop.c
 
-remove file inclusion code altoghether and few other changes
+From Clay Jones: Shomiti wireless packet support.
 
-r16147:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/dtd.h
-   M /trunk/epan/dtd_grammar.lemon
-   M /trunk/epan/dtd_parse.l
+------------------------------------------------------------------------
+r20476 | jake | 2007-01-18 04:22:21 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/README.plugins
 
-remove location from dtd_build_data_t avoiding to (double) free it.
+Improve information on building plugins.
 
-r16148:
-   M /trunk/capture.c
+------------------------------------------------------------------------
+r20477 | martinm | 2007-01-18 05:13:55 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-pcre.c
 
-minor fix: fix the sequence while finishing a live capture, so the statusbar information about the file size is correct
+Remove extra element.
 
-r16149:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/capture_sync.c
-   M /trunk/doc/ethereal.pod
-   M /trunk/doc/tethereal.pod
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/tethereal.c
+------------------------------------------------------------------------
+r20478 | lego | 2007-01-18 06:04:49 -0800 (Thu, 18 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/version_info.c
 
-fix Ethereal so command line capture parameter will work with kilobytes (again)
-remove Byte(s) from the dropdown list of filesizes, this doesn't make sense
-replace 1000 with 1024, as all (modern?) file managers are based on 1024 bytes for a kilobyte (the old KB vs. KiB controversy)
+Fix version_info.c compilation
 
-r16150:
-   M /trunk/gtk/main.c
 
-minor bugfix: while closing a capture file, update the packets statusbar *after* closing the file
+------------------------------------------------------------------------
+r20479 | martinm | 2007-01-18 06:41:59 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-udld.c
 
-r16151:
-   M /trunk/plugins/h223/packet-h223.c
+Filled in missing hf entries.
 
-Don't call "g_assert()" in dissectors - call "DISSECTOR_ASSERT()".
+------------------------------------------------------------------------
+r20480 | lego | 2007-01-18 06:56:03 -0800 (Thu, 18 Jan 2007) | 3 lines
+Changed paths:
+   A /trunk/epan/dfilter/dfilter_macro_expand.l
 
-r16153:
-   M /trunk/epan/dtd_parse.l
+The forgotten file strikes back... 
 
-"./dtd_parse.l", line 167: warning, rule cannot be matched
 
-the . matches one char as {special_char} does so {special_char} won't have been matched. change that for a non ">"
+------------------------------------------------------------------------
+r20481 | lego | 2007-01-18 07:00:39 -0800 (Thu, 18 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.nmake
+   D /trunk/epan/dfilter/dfilter_macro_expand.l
 
-r16154:
-   M /trunk/epan/dissectors/packet-xml.c
+I actually  forgot that dfilter_macro_expand.l was not used
 
-do not free the element name, as its been passed to the hf array.
 
-r16157:
-   A /trunk/doc/README.malloc
+------------------------------------------------------------------------
+r20482 | lego | 2007-01-18 07:32:01 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.nmake
 
-add initial  better than nothing   ep/se allocation documentation
+fix the dfilter_macro_load.c rule
 
-r16165:
-   M /trunk/doc/README.malloc
+------------------------------------------------------------------------
+r20483 | jake | 2007-01-18 08:36:10 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-Add some missing descriptions
+Export the split fvalue_get_integer as fvalue_get_uinteger and fvalue_get_sinteger
 
-r16167:
-   M /trunk/epan/emem.c
+------------------------------------------------------------------------
+r20484 | guy | 2007-01-18 10:41:46 -0800 (Thu, 18 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
 
-make .._strndup() not to call strndup.
+guint32 requires %[doxu], not %l[doxu].  (We don't support ILP16
+platforms, just ILP32, LP64, and LLP64.)
 
-r16168:
-   M /trunk/doc/README.malloc
+------------------------------------------------------------------------
+r20485 | guy | 2007-01-18 10:43:30 -0800 (Thu, 18 Jan 2007) | 15 lines
+Changed paths:
+   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
 
-set Id and eol-style
+Put
+       #ifdef __cplusplus
+       extern "C" {
+       #endif /* __cplusplus */
 
-r16169:
-   M /trunk/gtk/help_dlg.c
+               ...
 
-fix the link to the online users-guide
+       #ifdef __cplusplus
+       }
+       #endif /* __cplusplus */
 
-r16172:
-   M /trunk/epan/Makefile.am
+wrappers into some header files, for the benefit of C++ plugins.  Also,
+add multiple-include protections.
 
-Add sminmpec.c to maintainer-clean
+------------------------------------------------------------------------
+r20486 | jake | 2007-01-18 12:21:35 -0800 (Thu, 18 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Trying to get buildbot Windows-XP-x86 to build again.
+------------------------------------------------------------------------
+r20489 | sfisher | 2007-01-18 12:53:24 -0800 (Thu, 18 Jan 2007) | 6 lines
+Changed paths:
+   M /trunk/gtk/column_prefs.c
 
-r16181:
-   M /trunk/asn1/h245/h245.cnf
-   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-h450.c
-   M /trunk/epan/dissectors/packet-h450.h
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/tools/asn2eth.py
 
-Fix problems with bitstring:
-- dissect_per_bitstring needs to know if extention exists or not.
-- Fixes for bitstring sizes up to 16 ( where max = min ).
-tinkle FC3:~/devel/ethereal$
+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.
 
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r16131 | gerald | 2005-10-05 14:19:04 -0500 (Wed, 05 Oct 2005) | 3 lines
+r20491 | ulfl | 2007-01-18 15:57:03 -0800 (Thu, 18 Jan 2007) | 4 lines
 Changed paths:
-   A /releases/ethereal-0.10.13 (from /trunk:16130)
+   M /trunk/docbook/Makefile
 
-Carpe Buildbot.  Copy off the 0.10.13 release directory while the builds are
-stable, more or less.
+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?!?
 ------------------------------------------------------------------------
-r16130 | jmayer | 2005-10-05 10:44:04 -0500 (Wed, 05 Oct 2005) | 1 line
+r20492 | ulfl | 2007-01-18 16:10:22 -0800 (Thu, 18 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
-   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Don't reinvent the wheel, use val_to_str/match_strval
+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
 ------------------------------------------------------------------------
-r16129 | jmayer | 2005-10-05 10:43:07 -0500 (Wed, 05 Oct 2005) | 1 line
+r20493 | ulfl | 2007-01-18 16:12:01 -0800 (Thu, 18 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/docbook/Makefile
 
-Add two Enterasys STP multicast MACs
+add a target to build a zipped version of user-guide.chm
 ------------------------------------------------------------------------
-r16128 | sahlberg | 2005-10-05 08:39:44 -0500 (Wed, 05 Oct 2005) | 3 lines
+r20494 | ulfl | 2007-01-18 16:14:43 -0800 (Thu, 18 Jan 2007) | 1 line
 Changed paths:
-   A /trunk/epan/dissectors/pidl/IDL_LICENSE.txt
-
-add the licence file for the samba4 copied files
+   M /trunk/docbook/Makefile
 
+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
 ------------------------------------------------------------------------
-r16127 | sahlberg | 2005-10-05 08:25:18 -0500 (Wed, 05 Oct 2005) | 5 lines
+r20496 | ulfl | 2007-01-18 17:21:17 -0800 (Thu, 18 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/config.nmake
 
-dissect one more bitfield
-get rid of some strcpy()
-get rid of a temporary string
+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
 
+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
 ------------------------------------------------------------------------
-r16126 | sahlberg | 2005-10-05 07:42:34 -0500 (Wed, 05 Oct 2005) | 3 lines
+r20498 | guy | 2007-01-18 21:22:43 -0800 (Thu, 18 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-
-add dissection of another bitfield and remove some strcpy()
+   M /trunk/wiretap/wtap.h
 
+Put in some information about RSSI.
 
 ------------------------------------------------------------------------
-r16125 | sahlberg | 2005-10-05 06:55:49 -0500 (Wed, 05 Oct 2005) | 3 lines
+r20500 | gerald | 2007-01-18 22:34:07 -0800 (Thu, 18 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-
-rewrite dissection of service options flags to proper booleans and get rid of some strcpy() calls.
+   M /trunk/make-version.pl
 
+Set our package version even if we're using the SVN client.
 
 ------------------------------------------------------------------------
-r16124 | ulfl | 2005-10-05 01:37:35 -0500 (Wed, 05 Oct 2005) | 1 line
+r20501 | grahamb | 2007-01-19 08:20:48 -0800 (Fri, 19 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   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
+------------------------------------------------------------------------
+r20502 | morriss | 2007-01-19 09:25:13 -0800 (Fri, 19 Jan 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+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.
+
+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).
+
 
-bugfix: don't crash, if not enough bytes of the header available
 ------------------------------------------------------------------------
-r16123 | ulfl | 2005-10-05 01:05:35 -0500 (Wed, 05 Oct 2005) | 1 line
+r20505 | morriss | 2007-01-19 15:27:24 -0800 (Fri, 19 Jan 2007) | 9 lines
 Changed paths:
-   M /trunk/capture_errs.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+
+Fix the SCCP dissector so it doesn't show non-segmented DT1 messages as
+having been reassembled.
+
+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.
 
-fix cant_load_winpcap_err() parameter
 ------------------------------------------------------------------------
-r16122 | guy | 2005-10-04 17:08:20 -0500 (Tue, 04 Oct 2005) | 2 lines
+r20506 | jake | 2007-01-19 15:56:42 -0800 (Fri, 19 Jan 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-ip.c
 
-Get rid of an unused variable.
+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.
+
+Copies of the expired CIPSO draft can be found at the NetLabel project page:
+ * http://netlabel.sf.net
 
 ------------------------------------------------------------------------
-r16121 | etxrab | 2005-10-04 15:21:18 -0500 (Tue, 04 Oct 2005) | 7 lines
+r20507 | gerald | 2007-01-19 18:05:49 -0800 (Fri, 19 Jan 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/dlg_utils.h
+   M /trunk/gtk/simple_dialog.c
 
-From Richard van der Hoff
+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.
 
-I've spotted a bug in the new desegmentation in iax2, which 
-means that higher-level PDUs aren't dissected when they ought to be, but 
-tend to be grouped together in later packets - I've attached a patch 
-against svn r16110 to fix this; it also makes the code a bit clearer...
+Work around this by setting the focus on the "OK" button in the about
+dialog and the first button specified in simple dialogs.
 
 ------------------------------------------------------------------------
-r16120 | etxrab | 2005-10-04 14:54:50 -0500 (Tue, 04 Oct 2005) | 1 line
+r20508 | jake | 2007-01-20 06:08:05 -0800 (Sat, 20 Jan 2007) | 2 lines
 Changed paths:
-   A /trunk/plugins/h223/golay.h
+   M /trunk/gtk/dlg_utils.c
 
-Grr.. yet another missing file
+Trying to get buildbot Windows-XP-x86 to build again.
+Reverting GTK2 to GTK1.2 functionname
 ------------------------------------------------------------------------
-r16119 | etxrab | 2005-10-04 14:51:31 -0500 (Tue, 04 Oct 2005) | 1 line
+r20509 | jake | 2007-01-20 08:46:42 -0800 (Sat, 20 Jan 2007) | 2 lines
 Changed paths:
-   A /trunk/plugins/h223/packet-srp.c
-   A /trunk/plugins/h223/packet-srp.h
+   M /trunk/epan/dissectors/packet-eth.c
+   M /trunk/epan/dissectors/packet-ethertype.c
 
-Add two missing files.
+From Graeme Hewson:
+The attached patch adds Homeplug to the table of ethernet types.
 ------------------------------------------------------------------------
-r16118 | guy | 2005-10-04 13:21:04 -0500 (Tue, 04 Oct 2005) | 3 lines
+r20510 | ulfl | 2007-01-20 09:52:39 -0800 (Sat, 20 Jan 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/gtk/graph_analysis.c
 
-Even a null object has a non-zero length (for the BER identifier and
-length); update the offset when dissecting one.
+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".
 
+However, I used the term "plain text file" instead ;-)
 ------------------------------------------------------------------------
-r16117 | sahlberg | 2005-10-04 09:41:39 -0500 (Tue, 04 Oct 2005) | 8 lines
+r20511 | etxrab | 2007-01-20 13:45:38 -0800 (Sat, 20 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-l2tp.c
 
-the t38 tap would only initialize the t38_info structure when called from UDP
-and when called from TCP this pointer would be uninitialized and thus dump core when dereferenced.
+Update some value strings.
+------------------------------------------------------------------------
+r20512 | sfisher | 2007-01-20 15:23:50 -0800 (Sat, 20 Jan 2007) | 7 lines
+Changed paths:
+   M /trunk/gtk/packet_list.c
 
-at the same time remove the rotating buffers
 
+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. 
 
-this fixes bugs 498 and 501
 
 ------------------------------------------------------------------------
-r16116 | sahlberg | 2005-10-04 08:34:52 -0500 (Tue, 04 Oct 2005) | 13 lines
+r20513 | ulfl | 2007-01-20 20:48:49 -0800 (Sat, 20 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column-utils.h
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/libethereal.def
-
-in svn 15335   the tcp analysis was changed to do its stuff and to populate (prepend to) COL_INFO before callking the subdissectors
-instead of calling the tcp analysis (and prepend colingo) eitehr after the subdissector returned normally  or if an exception caused by a subdissector was rised.
+   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
 
-this as a sideffect caused tcp analysis data to be overwritten if the subdissector caused any output to the info column. (and made tcp analysis suboptimal)
+major redesign:
+- add a chapter about a Win32 Quick Setup
+- update MSVC information about Versions > 6
+------------------------------------------------------------------------
+r20514 | lego | 2007-01-21 09:05:33 -0800 (Sun, 21 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_gui.c
 
+fix bug 1320
 
-this change adds a new function   col_prepend_fence_fstr()  that will prepend
-the info column with the string and also, if there was no fence already defined, create a fence and set it after the prepended col info text.
 
-This way, even if the subdissectors generate and rewrite col info, the tcp analysis data will still be displayed on the info column.
+------------------------------------------------------------------------
+r20515 | lego | 2007-01-21 09:06:16 -0800 (Sun, 21 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/template-init.lua
 
+fix bug 1321
 
 
 ------------------------------------------------------------------------
-r16115 | guy | 2005-10-04 05:26:44 -0500 (Tue, 04 Oct 2005) | 2 lines
+r20516 | guy | 2007-01-21 14:28:54 -0800 (Sun, 21 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dfilter/dfilter-macro.h
 
-Fix a typo.
+Set the appropriate keywords.
+
+Add a newline at the end of the file.
 
 ------------------------------------------------------------------------
-r16114 | guy | 2005-10-04 05:26:17 -0500 (Tue, 04 Oct 2005) | 2 lines
+r20517 | guy | 2007-01-21 14:32:37 -0800 (Sun, 21 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/dfilter/dfilter_macro_load.l
 
-Get rid of // comments - not all C compilers like them.
+Set the appropriate keywords.
 
 ------------------------------------------------------------------------
-r16113 | guy | 2005-10-04 05:23:40 -0500 (Tue, 04 Oct 2005) | 23 lines
+r20518 | sfisher | 2007-01-21 14:45:58 -0800 (Sun, 21 Jan 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.h
+   M /trunk/epan/stats_tree.c
 
-Don't ensure all the bytes of a security descriptor exist before calling
-"dissect_nt_sec_desc()".  Add a Boolean argument to
-"dissect_nt_sec_desc()" to indicate whether a length was passed to it
-(so we don't treat -1 as a special value; we want to stop treating -1 as
-a special length value, and, in fact, want to stop treating *any*
-negative length values specially, so that we don't have to worry about
-passing arbitrary 32-bit values from packets as lengths), and have
-"dissect_nt_sec_desc()" initially create the protocol tree item for the
-security descriptor with a length of "go to the end of the tvbuff", and
-set the length once we're done dissecting it - and, if the length was
-specified, check at *that* point, *after* we've dissected the security
-descriptor, whether we have the entire security descriptor in the
-tvbuff.
 
-That means that we don't have to worry about overflows after
-"dissect_nt_sec_desc()" returns - if the length was so large that we
-would have gotten an overflow, we'd have thrown an exception in the
-"tvb_ensure_bytes_exist()" call at the end of "dissect_nt_sec_desc()".
+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.
 
-Do sanity checks on offsets within the security descriptor, so we know
-the item referred to by the offset is after the fixed-length portion of
-the descriptor.
 
 ------------------------------------------------------------------------
-r16112 | guy | 2005-10-04 05:17:45 -0500 (Tue, 04 Oct 2005) | 8 lines
+r20519 | sfisher | 2007-01-21 15:02:07 -0800 (Sun, 21 Jan 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-frame.c
+
 
-We can just use "get_ber_identifier()" and "get_ber_length()" to fetch
-BER identifier and length information; calling
-"dissect_ber_identifier()" and "dissect_ber_length()" with a null tree
-argument doesn't have any advantages over that.
+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.
 
-Don't put an octet string into the protocol tree twice, once with
-"dissect_ber_octet_string()" and once with the real value; once is enough.
 
 ------------------------------------------------------------------------
-r16111 | guy | 2005-10-04 05:13:15 -0500 (Tue, 04 Oct 2005) | 6 lines
+r20520 | sfisher | 2007-01-21 15:36:53 -0800 (Sun, 21 Jan 2007) | 14 lines
 Changed paths:
-   M /trunk/wiretap/atm.c
+   M /trunk/epan/dissectors/packet-bssap.c
 
-A heuristic that only treats packets that appear to be LANE-encapsulated
-Ethernet packets with a length field as LANE packets, and doesn't do so
-for packets that appear to be LANE-encapsulated Ethernet packets with a
-type field, is too weak.  Back out that part of the heuristics added in
-the previous checkin.
 
-------------------------------------------------------------------------
-r16110 | guy | 2005-10-04 02:07:15 -0500 (Tue, 04 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/capture_errs.c
-   M /trunk/capture_errs.h
+From Tobias Witek:
+
+I found a rare situation in which the BSSAP dissector seems to wrongly
+assume a packet.
 
-Include <glib.h> to declare "g_strdup_printf()".
+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.
 
-Properly declare "cant_load_winpcap_err()".
 
 ------------------------------------------------------------------------
-r16109 | guy | 2005-10-04 01:25:01 -0500 (Tue, 04 Oct 2005) | 6 lines
+r20521 | guy | 2007-01-21 15:45:36 -0800 (Sun, 21 Jan 2007) | 17 lines
 Changed paths:
-   M /trunk/Makefile.common
-   A /trunk/capture_errs.c
-   A /trunk/capture_errs.h
+   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/tethereal.c
+   M /trunk/gtk/capture_prefs.c
+   M /trunk/gtk/main.c
 
-Add a "capture_errs.c" routine to cough up error messages for capture
-problems, and use the first routine in it in multiple places.
+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.
 
-Get rid of DISSECTOR_SUPPORT_INCLUDES - just add its contents to
-ETHEREAL_COMMON_INCLUDES.
+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.
 
-------------------------------------------------------------------------
-r16108 | etxrab | 2005-10-04 00:42:18 -0500 (Tue, 04 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/wiretap/atm.c
+Have get_airpcap_interface_list() explicitly set "*err" to the
+appropriate error code.
 
-From Rene Piltz:
-Due to the fact that 3G Signaling appears at an undefined VPI/VCI I added a heuristics (very simple) which should take care of this fact.
+Clean up indentation.
 
 ------------------------------------------------------------------------
-r16107 | etxrab | 2005-10-04 00:36:31 -0500 (Tue, 04 Oct 2005) | 6 lines
+r20522 | sfisher | 2007-01-21 16:20:33 -0800 (Sun, 21 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-edonkey.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
+
 
-From John Sullivan:
-The current ethereal eDonkey dissector fails to handle a number of valid packet types - in particular the normal server<->client communication between current eserver and eMule versions (from both
-sides) produces packets which ethereal incorrectly claims to be malformed.
+Fix various compiler warnings
 
-This patch fills in these holes.
 
 ------------------------------------------------------------------------
-r16106 | etxrab | 2005-10-04 00:29:40 -0500 (Tue, 04 Oct 2005) | 1 line
+r20523 | ulfl | 2007-01-21 20:03:17 -0800 (Sun, 21 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/gtk/menu.c
+
+as Bill Meier noted:
+"The Help ! Contents and the Help ! User's Guide  both display the User's 
+Guide."
 
-Add some requested items.
+Remove the duplicate Help!/User's Guide item
 ------------------------------------------------------------------------
-r16105 | etxrab | 2005-10-04 00:16:26 -0500 (Tue, 04 Oct 2005) | 1 line
+r20524 | etxrab | 2007-01-22 13:32:17 -0800 (Mon, 22 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/libethereal.def
+   M /trunk/epan/dfilter/Makefile.nmake
 
-Preparations for h223
+Add dfilter_macro_load.c to the distclean target to rebuild it if building from a tarball.
 ------------------------------------------------------------------------
-r16104 | etxrab | 2005-10-04 00:15:23 -0500 (Tue, 04 Oct 2005) | 11 lines
+r20526 | gerald | 2007-01-22 14:57:32 -0800 (Mon, 22 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-
-From Dave Richards
-
-1) Fixes context-tagged BACnet errors.
-2) Fixes indeterminate tag data.  If the tag length/value/type variable 
-was 6 or 7 you could not tell whether it was an open/close tag or had 
-length 6/7.
-3) Don't make assumptions about property types for proprietary BACnet 
-object types.
-
+   M /trunk/config.nmake
+   M /trunk/configure.in
 
+Bump the trunk version to 0.99.6.
 
 ------------------------------------------------------------------------
-r16103 | guy | 2005-10-03 23:23:09 -0500 (Mon, 03 Oct 2005) | 4 lines
+r20527 | gerald | 2007-01-22 17:25:57 -0800 (Mon, 22 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/tethereal.c
+   M /trunk/capture_errs.c
 
-Add a note about 64-bit support in WinPcap to the capture errors on
-Windows, and add the URL for the CaptureSetup page to the Tethereal
-error.
+winpcap.mirror.wireshark.org doesn't exist, so remove it.
 
 ------------------------------------------------------------------------
-r16102 | guy | 2005-10-03 23:12:34 -0500 (Mon, 03 Oct 2005) | 3 lines
+r20528 | gerald | 2007-01-22 17:49:30 -0800 (Mon, 22 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/version_info.c
+   M /trunk/capture_errs.c
 
-Grr.  Without the right version of the SDK, we can't even compile code
-to *use* the shiny new features.
+Add a link to the Providence University WinPcap mirror, and a comment
+linking to the WinPcap mirror page.
 
 ------------------------------------------------------------------------
-r16101 | guy | 2005-10-03 22:58:40 -0500 (Mon, 03 Oct 2005) | 2 lines
+r20529 | ulfl | 2007-01-23 00:12:20 -0800 (Tue, 23 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/capture-wpcap.c
-
-Remove an extra " from a command, and fix indentation.
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
 
+add correct link to vcredist_x86.exe
 ------------------------------------------------------------------------
-r16100 | guy | 2005-10-03 22:15:12 -0500 (Mon, 03 Oct 2005) | 3 lines
+r20530 | ulfl | 2007-01-23 00:20:59 -0800 (Tue, 23 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/version_info.c
-
-Cope with NT 6.0, and with the x86-64 version of XP being NT 5.2 rather
-than NT 5.1.
+   M /trunk/packaging/nsis/wireshark.nsi
 
+remove example_snmp_users_file at uninstall
 ------------------------------------------------------------------------
-r16099 | guy | 2005-10-03 20:16:06 -0500 (Mon, 03 Oct 2005) | 6 lines
+r20531 | sahlberg | 2007-01-23 01:38:41 -0800 (Tue, 23 Jan 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.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.
 
-Don't assume that every packet has a non-null "call_data" value.  Fixes
-bug 497 (as well as a crash on an *unfuzzed* IAX2 capture!).
+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.
 
-Set "pinfo->can_desegment" before calling dissectors; that's expected
-for dissectors that do TCP-style desegmentation.
 
 ------------------------------------------------------------------------
-r16098 | guy | 2005-10-03 17:26:32 -0500 (Mon, 03 Oct 2005) | 2 lines
+r20532 | guy | 2007-01-23 10:31:26 -0800 (Tue, 23 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/gtk/t38_analysis.c
+   M /trunk/epan/proto.c
 
-Properly terminate some value_string tables.
+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.
 
 ------------------------------------------------------------------------
-r16097 | guy | 2005-10-03 17:23:04 -0500 (Mon, 03 Oct 2005) | 5 lines
+r20533 | lego | 2007-01-23 11:46:55 -0800 (Tue, 23 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/t38_analysis.c
+   M /trunk/gtk/Makefile.am
 
-Include "gui_stat_menu.h" to declare "register_stat_menu_item()".
+Have build succeed even if portaudio is located somewhere else than any other libraries in use.
 
-Fix the type of "t38_analysis_init()" to match what
-"register_stat_cmd_arg()" expects.
 
 ------------------------------------------------------------------------
-r16096 | guy | 2005-10-03 17:17:32 -0500 (Mon, 03 Oct 2005) | 6 lines
+r20534 | lego | 2007-01-23 11:56:10 -0800 (Tue, 23 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/stream.c
+   M /trunk/example_snmp_users_file
+
+Add a shord description on how the snmp_users_file can be used
 
-A hash table doesn't *have* to have a value destroy function - and, in
-fact, in GLib 1.2, it *can't* have one.  As the value destroy function
-for this hash table does nothing, don't bother with it - and create the
-hash table with "g_hash_table_new(), rather than
-"g_hash_table_new_full()", so it works with GLib 1.2[.x].
 
 ------------------------------------------------------------------------
-r16095 | guy | 2005-10-03 17:04:58 -0500 (Mon, 03 Oct 2005) | 2 lines
+r20535 | gerald | 2007-01-23 12:12:09 -0800 (Tue, 23 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/stream.c
+   M /trunk/airpcap_loader.h
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/main.c
 
-It's "svn:keywords", not "svn:Keywords".
+Propagate the recent interface list changes (r20521) to the AirPcap code.
+Fix a mismatched declaration found by Gisle Vanem.
 
 ------------------------------------------------------------------------
-r16094 | guy | 2005-10-03 17:02:47 -0500 (Mon, 03 Oct 2005) | 3 lines
+r20536 | sahlberg | 2007-01-23 12:49:57 -0800 (Tue, 23 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/stream.h
+   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
+
 
-The "extern" in "struct _fragment_items" doesn't do anything, as data
-types aren't objects and don't have storage classes, etc..
 
 ------------------------------------------------------------------------
-r16093 | ulfl | 2005-10-03 15:04:06 -0500 (Mon, 03 Oct 2005) | 1 line
+r20537 | sahlberg | 2007-01-23 12:59:50 -0800 (Tue, 23 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+
+add the obsolete RESERVE10/RELEASE10 to the sbc dissector
+
+
 
-Win32: don't crash if Capture/Start is clicked and WinPcap is not installed.
 ------------------------------------------------------------------------
-r16092 | ulfl | 2005-10-03 14:37:17 -0500 (Mon, 03 Oct 2005) | 1 line
+r20538 | ulfl | 2007-01-23 13:19:46 -0800 (Tue, 23 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/docbook/Makefile
 
-move the list down to the latest message while new messages rush in. We might want to have a checkbox or alike to en/disable this (as discussed for the Statistics) lately.
+fix problem "no target to build user-guide.zip"
 ------------------------------------------------------------------------
-r16091 | ulfl | 2005-10-03 14:34:58 -0500 (Mon, 03 Oct 2005) | 3 lines
+r20539 | lego | 2007-01-23 15:34:41 -0800 (Tue, 23 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/gtk/gui_utils.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/epan/wslua/wslua_tvb.c
+
+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)
 
-major Win32 bugfix: when getting messages from the capture slave, only one message was processed every 200ms (UNIX handles this differently). If more messages were initiated from the slave, they stacked up. This slowed down the display update and slowed down stopping the capture as a lot of messages had to be processed before the close really finished ...
 
-Now the timer callback function will call the pipe read function up to 5 times to avoid this, but won't do this more often to prevent "endless blocking".
 ------------------------------------------------------------------------
-r16090 | ulfl | 2005-10-03 14:11:57 -0500 (Mon, 03 Oct 2005) | 1 line
+r20540 | lego | 2007-01-23 15:36:28 -0800 (Tue, 23 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/wslua/wslua_tvb.c
+
+add range to the metatable of Tvb.
+
 
-minor bugfix: hide main widgets, if command line file couldn't be loaded
 ------------------------------------------------------------------------
-r16089 | etxrab | 2005-10-03 14:00:52 -0500 (Mon, 03 Oct 2005) | 1 line
+r20541 | gerald | 2007-01-23 17:06:24 -0800 (Tue, 23 Jan 2007) | 2 lines
 Changed paths:
-   A /trunk/plugins/h223/Makefile.nmake
+   M /trunk/epan/wslua/wslua_tvb.c
+
+Fix compilation (under Windows, at least).
 
-First check in of yhe h223 plugin, not part of the build script yet.
 ------------------------------------------------------------------------
-r16088 | etxrab | 2005-10-03 13:59:41 -0500 (Mon, 03 Oct 2005) | 1 line
+r20542 | gerald | 2007-01-23 17:16:45 -0800 (Tue, 23 Jan 2007) | 4 lines
 Changed paths:
-   A /trunk/plugins/h223/moduleinfo.h
-   A /trunk/plugins/h223/packet-h223.c
-   A /trunk/plugins/h223/packet-h223.h
-   A /trunk/plugins/h223/plugin.c
-
-First check in of yhe h223 plugin, not part of the build script yet.
-------------------------------------------------------------------------
-r16087 | etxrab | 2005-10-03 13:54:41 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   A /trunk/plugins/h223/Makefile.am
+   M /trunk/gtk/capture_if_details_dlg.c
 
-First check in of yhe h223 plugin, not part of the build script yet.
-------------------------------------------------------------------------
-r16086 | etxrab | 2005-10-03 13:54:13 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   A /trunk/plugins/h223/golay.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.
 
-First check in of yhe h223 plugin, not part of the build script yet.
 ------------------------------------------------------------------------
-r16085 | etxrab | 2005-10-03 13:53:52 -0500 (Mon, 03 Oct 2005) | 1 line
+r20543 | gerald | 2007-01-23 17:17:48 -0800 (Tue, 23 Jan 2007) | 3 lines
 Changed paths:
-   A /trunk/plugins/h223/COPYING
+   M /trunk/airpcap_loader.c
 
-First check in of yhe h223 plugin, not part of the build script yet.
-------------------------------------------------------------------------
-r16084 | etxrab | 2005-10-03 13:53:28 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   A /trunk/plugins/h223/ChangeLog
+It's not an error if we don't find any AirPcap interfaces when AirPcap isn't
+loaded.
 
-First check in of yhe h223 plugin, not part of the build script yet.
 ------------------------------------------------------------------------
-r16083 | etxrab | 2005-10-03 13:51:54 -0500 (Mon, 03 Oct 2005) | 1 line
+r20544 | sfisher | 2007-01-23 20:57:32 -0800 (Tue, 23 Jan 2007) | 6 lines
 Changed paths:
-   A /trunk/plugins/h223
-   A /trunk/plugins/h223/AUTHORS
+   M /trunk/epan/dissectors/packet-tacacs.c
 
-First check in of yhe h223 plugin, not part of the build script yet.
-------------------------------------------------------------------------
-r16082 | etxrab | 2005-10-03 13:34:21 -0500 (Mon, 03 Oct 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/packet.c
-   A /trunk/epan/stream.c
-   A /trunk/epan/stream.h
 
-From Jeff Snyder:
+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.
 
-04-stream.diff
- A simplified packet reassembly API built on top of  fragment_add_seq_next for 
-reassembling fragments that are delivered in-order, where fragments are 
-identified by a framenum and an offset into that frame. Streams are attached 
-to a conversation or a circuit and are unidirectional.
-------------------------------------------------------------------------
-r16081 | etxrab | 2005-10-03 13:18:38 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gnm/gnm.cnf
-   M /trunk/asn1/gnm/packet-gnm-template.c
-   M /trunk/epan/dissectors/packet-gnm.c
 
-Add dissection of some more OID's and use the #.REGISTER function.
 ------------------------------------------------------------------------
-r16080 | ulfl | 2005-10-03 11:24:43 -0500 (Mon, 03 Oct 2005) | 1 line
+r20545 | lego | 2007-01-24 09:19:44 -0800 (Wed, 24 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
 
-from Yaniv Kaul: add a Preference setting for IP checksum validation
-------------------------------------------------------------------------
-r16079 | ulfl | 2005-10-03 10:52:14 -0500 (Mon, 03 Oct 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
+dissect SDP encapsulated inside an Q1950 annex A.7 paramenter of H248
 
-from Peter Johansson:
-The supplied patch resolves an issue with the use of the not yet initialized variable "fid".
 
-/ Regards, Peter 
 ------------------------------------------------------------------------
-r16078 | lego | 2005-10-03 08:10:28 -0500 (Mon, 03 Oct 2005) | 3 lines
+r20546 | gerald | 2007-01-24 11:22:13 -0800 (Wed, 24 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtse.c
-
-dissect_rtse_EXTERNAL is already declared in the header as extern.
+   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.
 
 ------------------------------------------------------------------------
-r16077 | lego | 2005-10-03 06:36:24 -0500 (Mon, 03 Oct 2005) | 3 lines
+r20547 | gerald | 2007-01-24 11:27:49 -0800 (Wed, 24 Jan 2007) | 2 lines
 Changed paths:
-   A /trunk/gtk/t38_analysis.c
-
-This one was missing from the checkin...
+   M /trunk/NEWS
 
+Update the NEWS file.
 
 ------------------------------------------------------------------------
-r16076 | sahlberg | 2005-10-03 04:30:10 -0500 (Mon, 03 Oct 2005) | 5 lines
+r20548 | guy | 2007-01-24 15:30:23 -0800 (Wed, 24 Jan 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mount.c
-
-prettify mount,
+   M /trunk/util.c
 
-if MNT fails with an error,   put the error string in the INFO column
+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.
 
+Fix indentation of a comment.
 
 ------------------------------------------------------------------------
-r16075 | guy | 2005-10-03 02:30:49 -0500 (Mon, 03 Oct 2005) | 3 lines
+r20549 | gerald | 2007-01-24 17:24:14 -0800 (Wed, 24 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/simple_dialog.h
-
-C89 doesn't allow a comma after the end of the last value in an
-enumerator list, and some compilers don't allow it as an extension.
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/strutil.c
 
-------------------------------------------------------------------------
-r16074 | etxrab | 2005-10-03 00:59:17 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.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.
 
-Fix a typo.
 ------------------------------------------------------------------------
-r16073 | etxrab | 2005-10-03 00:55:26 -0500 (Mon, 03 Oct 2005) | 12 lines
+r20550 | gerald | 2007-01-24 18:54:14 -0800 (Wed, 24 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/epan/dissectors/packet-t38.h
-   M /trunk/epan/libethereal.def
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/graph_analysis.h
-   M /trunk/gtk/voip_calls.c
-
-From Alejandro Vaquero:
-
- New "Fax T38 Analysis" added to the "Statistics" menu to:
+   M /trunk/gtk/filter_dlg.c
 
-- Reassemble the HDLC t30 frames and dissect the header.
-- Analyze the UPDTLPacket seq num for packet lost
-- Stats of V.x Data:
-    - Count the Data bytes
-    - Duration
-    - Wrong seq num
-    - Max Burst of packet lost
+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.
 
 ------------------------------------------------------------------------
-r16072 | etxrab | 2005-10-03 00:17:51 -0500 (Mon, 03 Oct 2005) | 5 lines
+r20551 | gerald | 2007-01-24 22:45:09 -0800 (Wed, 24 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ess.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-x420.c
-
-From Graeme Lunt
-X420 - incorrect ExtendedBodyPart handling
-ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+   M /trunk/epan/dissectors/packet-scsi.c
 
+Attempt to squelch Coverity CID 222.
 
 ------------------------------------------------------------------------
-r16071 | etxrab | 2005-10-03 00:16:57 -0500 (Mon, 03 Oct 2005) | 5 lines
+r20552 | gerald | 2007-01-24 22:51:30 -0800 (Wed, 24 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/cms/CryptographicMessageSyntax.asn
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/ess/ExtendedSecurityServices.asn
-   M /trunk/asn1/ess/ess.cnf
-   M /trunk/asn1/rtse/rtse-exp.cnf
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/asn1/x420/x420.asn
-   M /trunk/asn1/x420/x420.cnf
-
-From Graeme Lunt
-X420 - incorrect ExtendedBodyPart handling
-ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+   M /trunk/epan/emem.c
 
+Squelch Coverity CIDs 225, 226, and 227.
 
 ------------------------------------------------------------------------
-r16070 | etxrab | 2005-10-03 00:14:39 -0500 (Mon, 03 Oct 2005) | 5 lines
+r20553 | gerald | 2007-01-24 23:06:47 -0800 (Wed, 24 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-
-From Graeme Lunt
-X420 - incorrect ExtendedBodyPart handling
-ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
 
+Remove dead code.  Fixes Coverity CID 228.  Squelch various compiler warnings.
 
 ------------------------------------------------------------------------
-r16069 | etxrab | 2005-10-02 16:14:35 -0500 (Sun, 02 Oct 2005) | 3 lines
+r20554 | jake | 2007-01-24 23:42:10 -0800 (Wed, 24 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/plugins/h223/Makefile.nmake
+   M /trunk/plugins/h223/plugin.rc.in
 
-From Graeme Lunt
-allows the dissection of ContentInfo based upon it's OID - something that is used for a secure X.400 messages (Protecting Content Type (PCT)).
+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
 
 ------------------------------------------------------------------------
-r16068 | etxrab | 2005-10-02 15:59:54 -0500 (Sun, 02 Oct 2005) | 20 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/epan/dissectors/packet-h261.c
-   M /trunk/epan/dissectors/packet-h263.c
-   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/manifest.tmpl
 
-From Jeff Snyder
+Update manifest file (template) to:
+a) remove schema reference
+b) assign new GUID for 0.99.6
 
-00-iax.diff
- Modifications to the IAX2 dissector so that it offers desegmentation to 
-subdissectors using the same API as TCP offers (pinfo->desegment_len etc)
+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
 
-01-amr.diff
- Modifications to the AMR dissector to allow AMR IF2 data to be dissected via 
-call_dissector() from packet-h223.c. This patch also causes the AMR dissector 
-to append the frame type string to the info column, so that the info column 
-shows what protocols an H.223 frame contains.
-
-02-h263-data.diff
- Modifications to packet-h263.c to separate the dissection of h.263 RTP 
-encpasulation from the dissection of the actual h.263 data. The data 
-dissection functions are added as a second dissector. This data-only 
-dissector is used to dissect the video channel in our h.223 streams. As with 
-the AMR modification, this makes the H.263 dissector append to the info 
-column.
 
 ------------------------------------------------------------------------
-r16067 | ulfl | 2005-10-02 10:41:11 -0500 (Sun, 02 Oct 2005) | 1 line
+r20556 | sfisher | 2007-01-25 12:47:37 -0800 (Thu, 25 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/epan/proto.h
+
+
+Fix indentation of field_info struct definition
 
-enhancements COL_INFO output and make bittorrent protocol filterable
-------------------------------------------------------------------------
-r16066 | ulfl | 2005-10-02 09:56:27 -0500 (Sun, 02 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column-utils.h
-   M /trunk/epan/epan.c
 
-add doxygen comments to column-utils.h and do a slight code cleanup
 ------------------------------------------------------------------------
-r16065 | lego | 2005-10-01 10:19:36 -0500 (Sat, 01 Oct 2005) | 8 lines
+r20557 | sfisher | 2007-01-25 13:07:29 -0800 (Thu, 25 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/tpg.c
-   M /trunk/epan/tpg.h
-   M /trunk/epan/tvbparse.c
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/plugins/tpg/packet-http.c
-   M /trunk/tools/tpg/tpg.yp
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
 
-one step further... 
- TPG now uses the ignore feature of tvbparse
- named sub_rules can have cardinality
 
-epan/tvbparse.c:
-   do not crash on zero cardinality
+Remove extra space from a call .cmd file command line so it can be copied
+and pasted out of the guide
 
 
 ------------------------------------------------------------------------
-r16064 | lego | 2005-10-01 06:16:17 -0500 (Sat, 01 Oct 2005) | 5 lines
+r20558 | sfisher | 2007-01-25 15:00:29 -0800 (Thu, 25 Jan 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/proto_hier_stats.c
 
-propperly initialize vendor->ett if the vendor is not found while radius_register_avp_dissector().
 
-fixes bug 488.
+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.
 
 
 ------------------------------------------------------------------------
-r16063 | lego | 2005-10-01 05:41:00 -0500 (Sat, 01 Oct 2005) | 3 lines
+r20559 | wmeier | 2007-01-25 17:34:29 -0800 (Thu, 25 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/plugins/tpg/packet-http.c
-
-match changes to tpg infrastructure.
+   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
 
 ------------------------------------------------------------------------
-r16062 | lego | 2005-10-01 05:39:38 -0500 (Sat, 01 Oct 2005) | 3 lines
+r20560 | gerald | 2007-01-25 22:34:05 -0800 (Thu, 25 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/tools/tpg/tpg.yp
-
-Some changes in tpg's grammar to avoid constructing elements that cannot be dereferenced
+   M /trunk/gtk/airpcap_dlg.c
 
+Massive indentation fixes.
 
 ------------------------------------------------------------------------
-r16061 | lego | 2005-10-01 05:36:57 -0500 (Sat, 01 Oct 2005) | 8 lines
+r20561 | gerald | 2007-01-25 22:45:12 -0800 (Thu, 25 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
-   M /trunk/epan/tpg.c
-   M /trunk/epan/tpg.h
+   M /trunk/airpcap_loader.c
+   M /trunk/airpcap_loader.h
+   M /trunk/gtk/airpcap_gui_utils.c
 
-emem.[ch]:
-Add a simple stack implememtation that uses ep_alloc
-Add ep_new() ep_new0() macros
+Spelling fixes.
 
-tpg.[ch]:
-use the stack in tpg helpers
+------------------------------------------------------------------------
+r20562 | jmayer | 2007-01-26 00:09:20 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tftp.c
 
+If there is just a tftp response without a prior request,
+dissection would fail with dissector assert.
 
 ------------------------------------------------------------------------
-r16060 | obiot | 2005-09-30 14:29:21 -0500 (Fri, 30 Sep 2005) | 4 lines
+r20563 | martinm | 2007-01-26 02:40:34 -0800 (Fri, 26 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/diameter/dictionary.xml
 
-Fix bug 492 - the MMSE dissector calls add_content_type() defined in WSP, which
-uses proto_item_append_string(). The visibility hack must be present, otherwise
-a dissector assert is generated within the MMSE dissector.
+Fix bugs 1330 & 1333 (one wrong and one missing entry in XML description)
 
 ------------------------------------------------------------------------
-r16059 | etxrab | 2005-09-30 13:20:44 -0500 (Fri, 30 Sep 2005) | 1 line
+r20564 | martinm | 2007-01-26 03:31:51 -0800 (Fri, 26 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-cops.c
 
-Update AVP:s and error codes.
+Make COPS dissector findable by name
 ------------------------------------------------------------------------
-r16058 | lego | 2005-09-29 15:38:41 -0500 (Thu, 29 Sep 2005) | 3 lines
+r20565 | kukosa | 2007-01-26 04:08:45 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/plugins/tpg/packet-http.c
+   M /trunk/epan/dissectors/packet-ssl.c
 
-this struct moved to tvbparse.c
+TLS 1.0/1.1 just ignores unknown records - RFC 2246 chapter 6. The TLS Record Protocol
+(some implementations use it like "keepalive")
 
+------------------------------------------------------------------------
+r20566 | martinm | 2007-01-26 04:14:06 -0800 (Fri, 26 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
 
+Use previously unused hf_cops_obj_c_type (cops.c_type) field
 ------------------------------------------------------------------------
-r16057 | lego | 2005-09-29 15:37:05 -0500 (Thu, 29 Sep 2005) | 5 lines
+r20567 | lego | 2007-01-26 07:10:47 -0800 (Fri, 26 Jan 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/tvbparse.c
+   M /trunk/radius/dictionary.redback
 
-I needed to cut'n'paste something more...
+form Florian Lohoff
 
-I did not even try to compile it before check it in, sorry!
+here is an addition to the redback radius dictionary - Attributes seen
+in all authentications for PPPoE sessions ...
 
 
-------------------------------------------------------------------------
-r16056 | etxrab | 2005-09-29 15:24:02 -0500 (Thu, 29 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
 
-Update to the latest version of the standard.
 ------------------------------------------------------------------------
-r16055 | etxrab | 2005-09-29 15:22:55 -0500 (Thu, 29 Sep 2005) | 1 line
+r20568 | jake | 2007-01-26 09:06:17 -0800 (Fri, 26 Jan 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/sigcomp_state_hdlr.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.
 
-make n a guint32 to not wrap around at 65536
 ------------------------------------------------------------------------
-r16054 | lego | 2005-09-29 15:07:29 -0500 (Thu, 29 Sep 2005) | 3 lines
+r20569 | jake | 2007-01-26 09:12:00 -0800 (Fri, 26 Jan 2007) | 14 lines
 Changed paths:
-   M /trunk/epan/tvbparse.c
-   M /trunk/epan/tvbparse.h
+   M /trunk/doc/README.developer
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
 
-add a debugging function that creates a tree exploding the parsed elements
+From Graham Bloice:
+In the Developers Guide, Section 9.3, Example 9.17. Decompressing data
+packets for dissection
 
+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.
+
+In README.developer, para 2..2.7 The example conversation code doesn't
+assign the result of conversation_new() back into the conversation variable.
 
 ------------------------------------------------------------------------
-r16053 | lego | 2005-09-29 15:05:24 -0500 (Thu, 29 Sep 2005) | 3 lines
+r20570 | tuexen | 2007-01-26 09:27:32 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/plugins/tpg/packet-http.c
+   M /trunk/gtk/sctp_assoc_analyse.c
 
-at this point this makes a good parser for http headers...
+Fix handling when both endpoints use the same port number.
 
 
 ------------------------------------------------------------------------
-r16052 | lego | 2005-09-29 14:56:21 -0500 (Thu, 29 Sep 2005) | 3 lines
+r20571 | lego | 2007-01-26 10:34:05 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/tools/tpg/tpg.pl
-   M /trunk/tools/tpg/tpg.yp
+   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
 
-another step closer
+Trying to get the WS Lua Ref Man to build with the rest of the documentation
 
 
 ------------------------------------------------------------------------
-r16051 | etxrab | 2005-09-29 00:37:27 -0500 (Thu, 29 Sep 2005) | 5 lines
+r20572 | gerald | 2007-01-26 13:54:59 -0800 (Fri, 26 Jan 2007) | 10 lines
 Changed paths:
-   M /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
 
-From Mike Duigou
-A patch to allow the JXTA dissector to pass fuzz testing. It 
-also removes a couple of unused things and optimizes handling of the raw 
-data dissector.
+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.
+
+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.
 
 ------------------------------------------------------------------------
-r16050 | guy | 2005-09-28 21:20:29 -0500 (Wed, 28 Sep 2005) | 13 lines
+r20573 | gerald | 2007-01-26 15:28:22 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/diameter
-   A /trunk/diameter/dictionary.dtd (from /trunk/dictionary.dtd:16044)
-   A /trunk/diameter/dictionary.xml (from /trunk/dictionary.xml:16044)
-   A /trunk/diameter/imscxdx.xml (from /trunk/imscxdx.xml:16044)
-   A /trunk/diameter/mobileipv4.xml (from /trunk/mobileipv4.xml:16044)
-   A /trunk/diameter/nasreq.xml (from /trunk/nasreq.xml:16044)
-   A /trunk/diameter/sunping.xml (from /trunk/sunping.xml:16044)
-   D /trunk/dictionary.dtd
-   D /trunk/dictionary.xml
-   M /trunk/epan/dissectors/packet-cops.c
-   D /trunk/imscxdx.xml
-   D /trunk/mobileipv4.xml
-   D /trunk/nasreq.xml
-   M /trunk/packaging/nsis/ethereal.nsi
-   D /trunk/sunping.xml
-
-Move the Diameter dictionary files to a "diameter" subdirectory, along
-the lines of what's done for RADIUS.  That keeps them together (and
-separate from other files), and makes the layout of the top-level source
-directory closer to the layout of the installation directory, so that if
-you run Ethereal or Tethereal from the top-level directory on Windows
-it'll pick up the Diameter dictionary files (if it supports loading
-them), and can do so on UN*X if we support a mechanism to let it find
-its control files in the directory in which the binary resides.
+   M /trunk/epan/crypt/airpdcap.c
 
-Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the
-EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD,
-and RADIUS files in one place if you add or remove a file.
+Fix saving WPA key preferences from the decryption key management dialog,
+which was broken by r20388.
 
 ------------------------------------------------------------------------
-r16049 | guy | 2005-09-28 20:31:19 -0500 (Wed, 28 Sep 2005) | 4 lines
+r20574 | lego | 2007-01-26 17:11:39 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/docbook/Makefile
+
+fix generation of ws(ug|dg), use fop.bat not fop.sh
 
-Make "top_tree" static; nobody else uses it, and if they're both not
-static, they collide with one another in builds on at least some
-platforms.
 
 ------------------------------------------------------------------------
-r16048 | ulfl | 2005-09-28 17:15:38 -0500 (Wed, 28 Sep 2005) | 3 lines
+r20575 | lego | 2007-01-26 17:36:00 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-ldp.c
-   M /trunk/epan/dissectors/packet-mq.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rtsp.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-x25.c
-   M /trunk/plugins/opsi/packet-opsi.c
+   M /trunk/docbook/Makefile
+
+do not overwrite the realse notes...
 
-fix #480: Change defaults for all reassembling settings to ON
 
-I've changed all settings I could find to TRUE. It might be reasonable to change some protocol settings back to FALSE, if reassembling fails very often.
 ------------------------------------------------------------------------
-r16047 | lego | 2005-09-28 16:35:14 -0500 (Wed, 28 Sep 2005) | 3 lines
+r20576 | lego | 2007-01-26 18:32:02 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dtd_preparse.l
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/make-wsluarm.pl
 
-be more flexible in what's a name
+Fix DTD validation ( older dtds were happy with it :/ )
 
 
 ------------------------------------------------------------------------
-r16046 | lego | 2005-09-28 16:33:44 -0500 (Wed, 28 Sep 2005) | 3 lines
+r20577 | lego | 2007-01-26 18:33:21 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/stats_tree.c
+   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
 
-one leak less...
+Fix docbook documentation
 
 
 ------------------------------------------------------------------------
-r16045 | lego | 2005-09-28 16:32:47 -0500 (Wed, 28 Sep 2005) | 9 lines
+r20578 | lego | 2007-01-26 20:08:06 -0800 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/tvbparse.c
-   M /trunk/epan/tvbparse.h
-
-tvbparse.[ch]:
-- add a tvbparse_handle() (for recursion)
-- change tvbparse_until() to allow more control when parsing
-- make the wanted control an union so that different types of data can be used
+   M /trunk/epan/wslua/Makefile.am
 
-packet-xml.c:
-- change the parser definition to match changes to tvbparse_until()
+fix distcheck
 
 
 ------------------------------------------------------------------------
-r16044 | etxrab | 2005-09-28 15:06:58 -0500 (Wed, 28 Sep 2005) | 1 line
+r20579 | lego | 2007-01-27 17:24:20 -0800 (Sat, 27 Jan 2007) | 9 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/wiretap/k12.c
 
-Add radius/dictionary.ericsson  \
-------------------------------------------------------------------------
-r16043 | etxrab | 2005-09-28 14:57:45 -0500 (Wed, 28 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
+from Kriang Lerdsuwanakij
 
-Handle sigcomp over TCP.
-------------------------------------------------------------------------
-r16042 | jmayer | 2005-09-28 12:16:30 -0500 (Wed, 28 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+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.
 
-Updates for foundry addresses/protocols
-------------------------------------------------------------------------
-r16041 | etxrab | 2005-09-28 11:39:20 -0500 (Wed, 28 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
 
-Add disctionary.ericsson
 ------------------------------------------------------------------------
-r16040 | etxrab | 2005-09-28 11:38:40 -0500 (Wed, 28 Sep 2005) | 1 line
+r20580 | lego | 2007-01-27 17:41:58 -0800 (Sat, 27 Jan 2007) | 30 lines
 Changed paths:
-   M /trunk/epan/sigcomp_state_hdlr.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
 
-It's the UDVM_MEMORY_SIZE that should be checked.
-------------------------------------------------------------------------
-r16039 | guy | 2005-09-28 11:16:37 -0500 (Wed, 28 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-esis.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-frame.h
-   M /trunk/epan/dissectors/packet-gsm_sms_ud.c
-   M /trunk/epan/dissectors/packet-msdp.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-pppoe.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-udp.c
-   M /trunk/epan/ftypes/ftype-string.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
+From Kriang Lerdsuwanakij:
 
-Have show_exception() take a "const char *" as its exception message,
-and not free the string to which it points.  Pass to
-REPORT_DISSECTOR_BUG() strings allocated with ep_strdup_printf(), so
-that they're freed automatically.
+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)
 
-------------------------------------------------------------------------
-r16038 | guy | 2005-09-28 04:31:37 -0500 (Wed, 28 Sep 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.c
+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)
 
-Don't change the Info column if we have an unknown opcode; we've already
-set it to a value that should indicate that the opcode is unknown, and
-also indicates what the value is.  (Especially don't do it without
-calling check_col() to check whether we *should* change the info column,
-as we'll dereference a null pointer if we shouldn't; this change should
-fix bug 489.)
+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)
 
-------------------------------------------------------------------------
-r16037 | jmayer | 2005-09-28 03:14:54 -0500 (Wed, 28 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/tools/fuzz-test.sh
+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.
 
-In case the paths to the tools are wrong, inform the
-user about it instead of complaining that no capture files
-could be found.
+plus:
+Add Kriang to the AUTHORS list (and once at it upate my own record)
 
 
 ------------------------------------------------------------------------
-r16036 | guy | 2005-09-28 03:01:54 -0500 (Wed, 28 Sep 2005) | 3 lines
+r20581 | sfisher | 2007-01-27 18:49:50 -0800 (Sat, 27 Jan 2007) | 24 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.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
 
-Note that we should redo the handling of OIDs when
-"dissect_ber_object_identifier()" can return the OID in a binary form.
 
-------------------------------------------------------------------------
-r16035 | obiot | 2005-09-28 02:08:57 -0500 (Wed, 28 Sep 2005) | 11 lines
-Changed paths:
-   M /trunk/epan/proto.c
+From Douglas Pratley:
 
-The TRY_TO_FAKE_THIS_ITEM() speed optimization has a side effect in that it
-will only process FT_PROTOCOL fields. As a result, proto_item_append_string()
-calls may throw a dissector exception, as only a FT_STRING or FT_STRINGZ can be
-appended to with this call.
+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.
 
-In order to prevent these dissector assertions, silently return from the append
-call if the field is a FT_PROTOCOL.
+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
 
-Note that when the tree is visible, the updates of the fields occur normally,
-as expected.
 
 ------------------------------------------------------------------------
-r16034 | etxrab | 2005-09-28 00:16:51 -0500 (Wed, 28 Sep 2005) | 1 line
+r20582 | gal | 2007-01-28 02:10:06 -0800 (Sun, 28 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/packaging/u3/win32/u3util.c
+
+*) Ask the user if they want to install WinPcap.
+*) Associate Wireshark with p7s, p7m and p7c files (if not already associated).
+
 
-Add dictionarry.ericsson
 ------------------------------------------------------------------------
-r16033 | lego | 2005-09-27 20:17:45 -0500 (Tue, 27 Sep 2005) | 3 lines
+r20583 | gal | 2007-01-28 02:12:51 -0800 (Sun, 28 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.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
 
-make sure we tell tvbparse_until() to include the last token.
+Fix for per-domain-bilateral-information (bilateral-information field wasn't handled).
 
 
 ------------------------------------------------------------------------
-r16032 | lego | 2005-09-27 20:06:39 -0500 (Tue, 27 Sep 2005) | 6 lines
+r20584 | gal | 2007-01-28 02:15:46 -0800 (Sun, 28 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/tpg.h
-   M /trunk/epan/tvbparse.c
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/tools/tpg/tpg.pl
-   M /trunk/tools/tpg/tpg.yp
-
-update tpg
+   M /trunk/asn1/x509sat/x509sat.cnf
+   M /trunk/epan/dissectors/packet-x509sat.c
 
-tvbparse:
-     - for tvbparse_until spend the target token even if it isn't included
+Definition of a per-recipient extension to prevent failure of dissection. 
+(Don't know what the extension actually is.)
 
 
 ------------------------------------------------------------------------
-r16031 | lego | 2005-09-27 17:57:07 -0500 (Tue, 27 Sep 2005) | 10 lines
+r20585 | gal | 2007-01-28 02:20:51 -0800 (Sun, 28 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/tvbparse.c
-   M /trunk/epan/tvbparse.h
-
-in tvbparse:
-  - tvbparse_some now handles 0 items.
-  - added accessors for a tt's offset and remaining length.
+   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
 
-in packet-xml:
-  - min_len=0 for tvbparse_chars() is soon going to mean zero instead of 1 change the 0s to 1s.
-  - attribute names can have ':' even if it's namespaces isn't managed yet.
-  - split the xml grammar in more elements so It can be actually read by a human being.
+Support for SMIMECapabilities and KeyPreference attributes.
+ContentInfo syntax for .p7s, .p7c and .p7m files.
 
 
 ------------------------------------------------------------------------
-r16030 | lego | 2005-09-27 17:06:36 -0500 (Tue, 27 Sep 2005) | 3 lines
+r20586 | lego | 2007-01-28 02:31:32 -0800 (Sun, 28 Jan 2007) | 15 lines
 Changed paths:
-   A /trunk/plugins/tpg
-   A /trunk/plugins/tpg/Makefile.am
-   A /trunk/plugins/tpg/Makefile.nmake
-   A /trunk/plugins/tpg/http.tpg
-   A /trunk/plugins/tpg/packet-http.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
 
-A "working" example of TPG...
+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
 
 
 ------------------------------------------------------------------------
-r16029 | lego | 2005-09-27 16:56:14 -0500 (Tue, 27 Sep 2005) | 3 lines
+r20587 | wmeier | 2007-01-28 09:33:14 -0800 (Sun, 28 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/tpg.c
-
-http_dissector_add doesn't belong here!
+   M /trunk/capinfos.c
 
+If no packets in input file then don't calc packets/sec, etc
 
 ------------------------------------------------------------------------
-r16028 | lego | 2005-09-27 16:54:45 -0500 (Tue, 27 Sep 2005) | 3 lines
+r20588 | lego | 2007-01-28 10:37:23 -0800 (Sun, 28 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/tools/tpg/tpg.pl
+   M /trunk/docbook/Makefile
 
-now it starts to work...
+wsluarm.pdf => wsluarm-a4.pdf wsluarm-us.pdf
 
 
 ------------------------------------------------------------------------
-r16027 | ulfl | 2005-09-27 16:51:08 -0500 (Tue, 27 Sep 2005) | 1 line
+r20589 | wmeier | 2007-01-28 10:56:17 -0800 (Sun, 28 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/gui_prefs.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/packet_list.h
-   M /trunk/gtk/stream_prefs.c
+   M /trunk/test/suite-capture.sh
+
+Add some debug output so can see why failure when buildbot runs this script
 
-code cleanup: use the prefix packet_list_ for every function mentioned in packet_list.h
 ------------------------------------------------------------------------
-r16026 | jmayer | 2005-09-27 16:50:50 -0500 (Tue, 27 Sep 2005) | 1 line
+r20590 | wmeier | 2007-01-28 12:41:50 -0800 (Sun, 28 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/test/config.sh
+
+Now need to use interface #2 ??
 
-Op Code 3 (Advertisement) dissection
 ------------------------------------------------------------------------
-r16025 | ulfl | 2005-09-27 16:48:17 -0500 (Tue, 27 Sep 2005) | 1 line
+r20591 | ulfl | 2007-01-28 12:58:50 -0800 (Sun, 28 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/config.h.win32
 
-mention "http://wiki.ethereal.com/CaptureSetup" in the error dialog, when the capture interface couldn't be opened
+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
 ------------------------------------------------------------------------
-r16024 | ulfl | 2005-09-27 16:46:39 -0500 (Tue, 27 Sep 2005) | 1 line
+r20592 | jake | 2007-01-28 13:26:13 -0800 (Sun, 28 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/file.c
+   M /trunk/docbook/Makefile
 
-minor bugfix: call cf_callback_invoke() from cf_close() even if the file is already closed. Otherwise the GUI will remain in the wrong state if a capture couldn't be started (e.g. wrong interface).
+Have a real JAVA_OPTS symbol for fop on Debian
 ------------------------------------------------------------------------
-r16023 | ulfl | 2005-09-27 16:44:46 -0500 (Tue, 27 Sep 2005) | 1 line
+r20593 | ulfl | 2007-01-28 15:36:13 -0800 (Sun, 28 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_sources.xml
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-add a new subsection "Code Requirements" and mention fuzz testing there
+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)
 ------------------------------------------------------------------------
-r16022 | etxrab | 2005-09-27 16:04:59 -0500 (Tue, 27 Sep 2005) | 1 line
+r20594 | ulfl | 2007-01-28 15:48:53 -0800 (Sun, 28 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/radius/dictionary
-   A /trunk/radius/dictionary.ericsson
+   M /trunk/gtk/main.c
 
-Add a miniscule ericsson radius dictionary.
+remove unused "cant_get_if_list_errstr" warning
 ------------------------------------------------------------------------
-r16021 | lego | 2005-09-27 15:48:48 -0500 (Tue, 27 Sep 2005) | 9 lines
+r20595 | lego | 2007-01-28 20:47:58 -0800 (Sun, 28 Jan 2007) | 3 lines
 Changed paths:
-   A /trunk/epan/tpg.c
-   A /trunk/epan/tpg.h
-   A /trunk/tools/tpg
-   A /trunk/tools/tpg/Makefile.am
-   A /trunk/tools/tpg/Makefile.nmake
-   A /trunk/tools/tpg/V2P.pm
-   A /trunk/tools/tpg/tpg.pl
-   A /trunk/tools/tpg/tpg.yp
+   M /trunk/epan/uat-int.h
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat.h
+   M /trunk/epan/uat_load.l
 
-TPG TVB Parser Generator
+now it is operational.
 
-Given a bnf-like grammar generate a set of helpers for a dissector
 
-It's not working yet, however I need this checkin as a cheeckpoint
+------------------------------------------------------------------------
+r20596 | lego | 2007-01-28 20:57:23 -0800 (Sun, 28 Jan 2007) | 3 lines
+Changed paths:
+   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
 
-(I'll write the doc when it starts to be ready)
+Drop dfilter_macro_load.l as dfilter-macro now uses UAT
 
 
 ------------------------------------------------------------------------
-r16020 | kukosa | 2005-09-27 05:05:42 -0500 (Tue, 27 Sep 2005) | 1 line
+r20597 | lego | 2007-01-28 21:02:14 -0800 (Sun, 28 Jan 2007) | 4 lines
 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/epan
+   M /trunk/epan/uat-int.h
+   M /trunk/epan/uat.h
+
+svn:ignore uat_load.c
+$Id$ for uat.h uat-int.h
+
 
-new option whether tunnelled H.245 and tunnelled protocol are displayed inside H.225 tree or outside
 ------------------------------------------------------------------------
-r16019 | sahlberg | 2005-09-27 03:03:13 -0500 (Tue, 27 Sep 2005) | 6 lines
+r20598 | lego | 2007-01-29 02:23:38 -0800 (Mon, 29 Jan 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcels.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
 
-remove all strcpy from fcels
-ito make it easier to read use doublespace to separate the items on the expansion line instead of ',' since so many of the strings contain spaces.
+The UAT gui starts to work
 
-cleanup fc slightly and remove a redundant parameter
+set the macros_dlg to use it
 
+add a dummy dfilter_macros file to supress a warning at startup
 
-------------------------------------------------------------------------
-r16018 | kukosa | 2005-09-27 02:14:07 -0500 (Tue, 27 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
 
-bug in dissect_per_object_identifier_str() fixed, wrong pointer was passed to oid_to_str()
 ------------------------------------------------------------------------
-r16017 | kukosa | 2005-09-27 01:09:14 -0500 (Tue, 27 Sep 2005) | 1 line
+r20599 | lego | 2007-01-29 02:25:54 -0800 (Mon, 29 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/except.c
-   M /trunk/epan/except.h
+   A /trunk/gtk/uat_gui.c
+   A /trunk/gtk/uat_gui.h
+
+Actually this is the UAT GUI...
+
 
-get rid of warnings about qualifier discarding
 ------------------------------------------------------------------------
-r16016 | etxrab | 2005-09-27 00:39:58 -0500 (Tue, 27 Sep 2005) | 4 lines
+r20600 | lego | 2007-01-29 02:29:50 -0800 (Mon, 29 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-tpkt.c
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/uat_load.l
 
-- Make the reassemble TCP preference default TRUE.
-- in dissect_tpkt_encap() only check the desegment flag passed in the function.
+uat_load.l improve error reporting
+Makefile.am add uat_load.l to distribution
 
 
 ------------------------------------------------------------------------
-r16015 | guy | 2005-09-26 19:03:45 -0500 (Mon, 26 Sep 2005) | 17 lines
+r20601 | lego | 2007-01-29 02:31:48 -0800 (Mon, 29 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Give more details about too-short AVPs, give up immediately for AVPs
-shorter than 2 bytes, and make the item for an AVP with a length < 2 a
-generated item.
+   M /trunk/epan/Makefile.am
 
-Put the top-level item for an AVP into the tree the same way regardless
-of whether it's Vendor-Specific or not, and skip past the type and
-length right after that, before we check for Vendor-Specific.  (This
-means we no longer treat "vendor ID = 0" as an indication that this
-isn't Vendor-Specific - nothing prevents a packet from getting onto the
-wire with a vendor ID of 0; this fixes bug 485.)
+ load_snmp_users_file.l  hasn't been dropped (yet)
 
-Don't require a Vendor-Specific AVP to be at least 6 bytes long; it
-might not be particularly useful to have one that has a vendor ID and
-nothing else, but we might as well dissect the vendor ID portion.
+------------------------------------------------------------------------
+r20602 | jake | 2007-01-29 04:38:48 -0800 (Mon, 29 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/README
 
-Do some other cleanups.
+Delist Windows 98 as possible platform
 
 ------------------------------------------------------------------------
-r16014 | obiot | 2005-09-26 15:49:33 -0500 (Mon, 26 Sep 2005) | 2 lines
+r20603 | lego | 2007-01-29 06:11:44 -0800 (Mon, 29 Jan 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.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
 
-Part 2 of the fix: also add the correct offset for non-WSP address records.
+some cleanup and pset of svn:ignore
 
-------------------------------------------------------------------------
-r16013 | guy | 2005-09-26 15:34:13 -0500 (Mon, 26 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/proto.h
 
-Make "REPORT_DISSECTOR_BUG()" (and the macros that use it) call
-"abort()" if the ETHEREAL_ABORT_ON_DISSECTOR_BUG environment variable is
-set; this is for debugging purposes, to make it easier to get a stack
-trace of the offending call.
 
 ------------------------------------------------------------------------
-r16012 | obiot | 2005-09-26 15:00:37 -0500 (Mon, 26 Sep 2005) | 8 lines
+r20604 | lego | 2007-01-29 06:12:57 -0800 (Mon, 29 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
-
-Fix WSP redirect and SIR address parsing:
+   A /trunk/svnadd
 
- - The incorrect number of octets were highlighted (bearer type and port number
-   were disregarded).
+little helper script that sets props after adding a file
 
- - In SIR version 1 content, correct the parsing (full WSP address length was
-   not added to the offset for parsing the non-WSP contact points).
 
 ------------------------------------------------------------------------
-r16011 | ulfl | 2005-09-26 14:24:06 -0500 (Mon, 26 Sep 2005) | 1 line
+r20605 | lego | 2007-01-29 06:14:01 -0800 (Mon, 29 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/uat_gui.c
+   M /trunk/gtk/uat_gui.h
+
+Finish (?) UAT's GUI
 
-fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cause an assert on some GTK versions
-------------------------------------------------------------------------
-r16010 | etxrab | 2005-09-26 13:18:06 -0500 (Mon, 26 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/format-oid.h
-   M /trunk/epan/dissectors/packet-cops.c
 
-Remove dependencies on asn1.c, stil endes to be included to define subid_t.
 ------------------------------------------------------------------------
-r16009 | sahlberg | 2005-09-26 05:11:38 -0500 (Mon, 26 Sep 2005) | 13 lines
+r20606 | jake | 2007-01-29 10:06:45 -0800 (Mon, 29 Jan 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-
-remove all strcpy() from packet-fc.c
-
-rewrite the functions to do proto_item_append_text() instead of building a string and then printing it.
-
-The new function is functionally equivalent to the previous function except it does not print the values of the multi-bit fields to the expansion
-(the expansion line is already a km wide as it is)
-
-
-
-there are now only 202 strcpy() left in epan/dissectors  down from 300+ instances some weeks ago.
-
+   M /trunk/epan/dissectors/packet-dcp.c
 
+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
 ------------------------------------------------------------------------
-r16008 | guy | 2005-09-26 03:48:19 -0500 (Mon, 26 Sep 2005) | 13 lines
+r20607 | gerald | 2007-01-29 12:25:26 -0800 (Mon, 29 Jan 2007) | 5 lines
 Changed paths:
+   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/dissectors/packet-radius.h
-   M /trunk/epan/radius_dict.l
+   M /trunk/epan/ipv4.c
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-Add a new "ipxnet" type for the RADIUS dictionary, for IPX network
-numbers.  (Currently, we don't have any dictionary entries with that
-type, although we have an attribute with special code to handle it that
-uses that type.)
+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).
 
-Specially handle Framed-IP-Address, Login-IP-Host, and
-Framed-IPX-Network, so that the special values are displayed specially.
+------------------------------------------------------------------------
+r20608 | tuexen | 2007-01-29 12:44:59 -0800 (Mon, 29 Jan 2007) | 3 lines
+Changed paths:
+   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
 
-Clean up indentation.
+Improve the handling of INIT/ABORT mesage pairs.
 
-Don't specify a number base for IPv4 or IPv6 addresses; the number base
-is ignored.
 
 ------------------------------------------------------------------------
-r16007 | guy | 2005-09-26 03:44:31 -0500 (Mon, 26 Sep 2005) | 3 lines
+r20609 | etxrab | 2007-01-29 12:58:46 -0800 (Mon, 29 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
-
-Use VENDOR_THE3GPP, rather than a hardcoded 10415, for the vendor ID for
-the 3GPP.
+   M /trunk/config.h.win32
 
+Comment out Ulfs changes to be able to do a test build.
 ------------------------------------------------------------------------
-r16006 | ulfl | 2005-09-26 02:08:42 -0500 (Mon, 26 Sep 2005) | 1 line
+r20610 | etxrab | 2007-01-29 13:26:08 -0800 (Mon, 29 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/sctp_assoc_analyse.c
 
-compiler warning removed
+Fix a typo (double ;;).
 ------------------------------------------------------------------------
-r16005 | etxrab | 2005-09-26 00:43:25 -0500 (Mon, 26 Sep 2005) | 9 lines
+r20611 | etxrab | 2007-01-29 13:27:48 -0800 (Mon, 29 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-stun.c
-   M /trunk/epan/dissectors/packet-ymsg.c
-
-From Martin Mathieson:
-
-stun -  add support for 3 extra Message Attributes as described in draft-ietf-behave-rfc3489bis-00
-
-ymsg 
- - avoid looking beyond the tvb while looking for content item delimiters (causing most frames to be shown as malformed packet)
-- makes content items (and their keys and values) filterable  (includes fix to bug 415)
-
+   M /trunk/epan/libwireshark.def
 
+Add some missing defines for uat_gui.c
 ------------------------------------------------------------------------
-r16004 | ulfl | 2005-09-25 17:46:49 -0500 (Sun, 25 Sep 2005) | 3 lines
+r20612 | etxrab | 2007-01-29 13:30:06 -0800 (Mon, 29 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
-
-fix #322: packet detail window -> Protocol Preferences: tree not expanded
+   M /trunk/asn1/h248/packet-h248-template.c
 
-also removed global notebook value
+Update value strings.
 ------------------------------------------------------------------------
-r16003 | gerald | 2005-09-25 17:19:57 -0500 (Sun, 25 Sep 2005) | 3 lines
+r20613 | ulfl | 2007-01-29 14:15:13 -0800 (Mon, 29 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/plugins/agentx/packet-agentx.c
-
-Don't write before the beginning of a buffer.  Add an item to the
-release notes.
+   M /trunk/docbook/Makefile
+   A /trunk/docbook/Makefile.common
+   A /trunk/docbook/Makefile.nmake
 
+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.
 ------------------------------------------------------------------------
-r16002 | guy | 2005-09-25 04:32:01 -0500 (Sun, 25 Sep 2005) | 17 lines
+r20614 | ulfl | 2007-01-29 14:40:52 -0800 (Mon, 29 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-A loop processing all the bytes in a tvbuff from a given offset to the
-end of the data in the tvbuff should stop when the offset is >= the
-total amount of data in the tvbuff, not when it's > the total amount in
-the tvbuff following the starting offset.
-
-In "unpack_digits()", return a null string, not a null pointer, if
-there's nothing left in the tvbuff starting at the starting offset, so
-that the caller doesn't have to check for a null pointer, and return an
-ep_alloc()ed buffer, so the caller doesn't have to worry about freeing
-the result.
-
-If we see a filler digit, don't advance the offset in the string buffer;
-we want to put the terminating '\0' right after the character we just
-put into the string.
-
-Fuzzed against some GSM captures.
+   M /trunk/config.h.win32
 
+fix compiler version detection logic, sorry for the noise!
 ------------------------------------------------------------------------
-r16001 | guy | 2005-09-25 04:07:41 -0500 (Sun, 25 Sep 2005) | 2 lines
+r20615 | ulfl | 2007-01-29 15:29:11 -0800 (Mon, 29 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/gtk/uat_gui.c
 
-Show unsigned quantities as such.
+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...
 ------------------------------------------------------------------------
-r16000 | guy | 2005-09-25 04:06:48 -0500 (Sun, 25 Sep 2005) | 8 lines
+r20616 | lego | 2007-01-29 16:05:22 -0800 (Mon, 29 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/uat_load.l
 
-If "dissect_dcerpc_cn()" throws an exception when called by
-"dissect_dcerpc_cn_bs_body()", it's because it recognized the packet as
-a DCE RPC packet, but it ran out of data dissecting it as such;
-increment the count of DCE RPC PDUs, so "dissect_dcerpc_cn_bs_body()"
-returns TRUE, and its caller doesn't think nothing was dissected.
+do not use yy_flex_realloc()
 
-Fuzzed with some DCE RPC captures.
 
 ------------------------------------------------------------------------
-r15999 | lego | 2005-09-24 21:50:03 -0500 (Sat, 24 Sep 2005) | 3 lines
+r20618 | ulfl | 2007-01-29 17:26:56 -0800 (Mon, 29 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-test the avp_vsa_len not the avp_lenght!
-
+   M /trunk/packaging/u3/win32/makefile.nmake
 
+if wireshark-gtk2.exe.manifest doesn't exist, don't try to copy it - hopefully fixes the buildbot...
 ------------------------------------------------------------------------
-r15998 | lego | 2005-09-24 21:48:53 -0500 (Sat, 24 Sep 2005) | 3 lines
+r20619 | sfisher | 2007-01-29 17:57:34 -0800 (Mon, 29 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Don't ASSERT if a VSA is too short, add an item reporting the error and leave.
+   M /trunk/gtk/main.c
 
+Show the channel frequencies in the wireless (AirPcap) toolbar next to the channel number in the drop-down list.
+------------------------------------------------------------------------
+r20621 | etxrab | 2007-01-29 22:16:39 -0800 (Mon, 29 Jan 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
 
+Fix bug 1328 (Still Malformed packet) update some of the other packages.
 ------------------------------------------------------------------------
-r15997 | lego | 2005-09-24 21:44:37 -0500 (Sat, 24 Sep 2005) | 2 lines
+r20622 | gerald | 2007-01-29 23:16:01 -0800 (Mon, 29 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/dtds/rss.dtd
+   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
 
-rating was defined twice
+Switch to WinPcap 4.0.
 
 ------------------------------------------------------------------------
-r15996 | sahlberg | 2005-09-24 20:44:23 -0500 (Sat, 24 Sep 2005) | 4 lines
+r20623 | martinm | 2007-01-30 05:39:58 -0800 (Tue, 30 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-remove some redundant code that would always evaluate to true anyway.
+   M /trunk/epan/dissectors/packet-diameter.c
 
+Size passed to IP address fields is now fixed (reported AVP size includes 2 bytes of padding), causing assertion reported in bug 1332.
 
+------------------------------------------------------------------------
+r20627 | jake | 2007-01-30 10:06:11 -0800 (Tue, 30 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/Makefile
 
+Based on suggestion from Guy Harris.
+Trying to get things working on Win32 (cygwin) and GNU/Linux etc.
 ------------------------------------------------------------------------
-r15995 | sahlberg | 2005-09-24 18:25:38 -0500 (Sat, 24 Sep 2005) | 5 lines
+r20631 | sfisher | 2007-01-30 11:43:29 -0800 (Tue, 30 Jan 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-scsi.c
 
-prettify the previous patch
 
-remove the remaining strcpy() from this dissector and make it decode the bitmap PROPERLY.
+From Patrick vd Lageweg:
+
+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.
 
 
 ------------------------------------------------------------------------
-r15994 | sahlberg | 2005-09-24 17:43:15 -0500 (Sat, 24 Sep 2005) | 8 lines
+r20632 | guy | 2007-01-30 12:07:55 -0800 (Tue, 30 Jan 2007) | 17 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap.h
 
-refactor the "dissector" for task management flags to dissect the bits properly
-and get rid of the silly  strcpy() stuff.
+From Paolo Abeni: update to support the new DLT_USB_LINUX format header.
 
+Modified to support the header as a pseudo_header rather than as part of
+the packet data.
 
-there is a HUGE number of these kinds of very ugly bitmap dissection in all the fibre channel related dissectors and all need to be converted to proer dissection.
+Fixed some calls that fetch data from the USB packet to fetch it in
+little-endian byte order.
 
+Got rid of redundant code to get conversation-specific data (the
+get_usb_conv_info() call already does that).
 
+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".
 
 ------------------------------------------------------------------------
-r15993 | sahlberg | 2005-09-24 16:22:24 -0500 (Sat, 24 Sep 2005) | 3 lines
+r20633 | sfisher | 2007-01-30 12:57:51 -0800 (Tue, 30 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-radiotap.c
+
 
-remove an array from the stack,   remove some strcpy() and strcat() calls
+Add descriptions to radiotap fields.  Fix some formatting.  Add an extra
+linebreak between hf field definitions for readability.
 
 
 ------------------------------------------------------------------------
-r15992 | sahlberg | 2005-09-24 16:14:47 -0500 (Sat, 24 Sep 2005) | 3 lines
+r20634 | etxrab | 2007-01-30 14:52:09 -0800 (Tue, 30 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-quakeworld.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
 
-get rid of one array from the stack and convert all strcpy() to pointers to literal strings.
+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()'
+------------------------------------------------------------------------
+r20637 | ulfl | 2007-01-30 18:23:06 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
 
+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
 ------------------------------------------------------------------------
-r15991 | guy | 2005-09-24 14:09:40 -0500 (Sat, 24 Sep 2005) | 2 lines
+r20638 | morriss | 2007-01-30 18:55:14 -0800 (Tue, 30 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/gtk/macros_dlg.c
+   M /trunk/gtk/macros_dlg.h
 
-Squelch some compiler warnings.
+#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)
+------------------------------------------------------------------------
+r20639 | ulfl | 2007-01-30 19:05:03 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/uat_gui.c
 
+use window_present() as discussed
 ------------------------------------------------------------------------
-r15990 | lego | 2005-09-24 14:03:35 -0500 (Sat, 24 Sep 2005) | 4 lines
+r20640 | ulfl | 2007-01-30 19:08:39 -0800 (Tue, 30 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/dtd_grammar.lemon
-   M /trunk/epan/dtd_parse.l
+   M /trunk/gtk/main.c
 
-get rid of most dtd leaks.
-There's just one left I'm aware of (the doctype name).
+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.
+------------------------------------------------------------------------
+r20641 | morriss | 2007-01-30 19:30:49 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.am
 
+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
 ------------------------------------------------------------------------
-r15989 | lego | 2005-09-24 11:37:48 -0500 (Sat, 24 Sep 2005) | 2 lines
+r20642 | ulfl | 2007-01-30 19:36:25 -0800 (Tue, 30 Jan 2007) | 5 lines
 Changed paths:
-   D /trunk/plugins/xml
+   M /trunk/NEWS
 
-delete the xml plugin
+- 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
 
+this should go into 0.99.5!
 ------------------------------------------------------------------------
-r15988 | jmayer | 2005-09-24 10:52:42 -0500 (Sat, 24 Sep 2005) | 1 line
+r20643 | ulfl | 2007-01-30 19:49:09 -0800 (Tue, 30 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/packaging/u3/win32/README.txt
 
-That code was never even compiled for testing
+- add some links about U3
+- fix some typos
+- mention that uninstalling WS from the stick removes personal settings
 ------------------------------------------------------------------------
-r15987 | jmayer | 2005-09-24 10:42:37 -0500 (Sat, 24 Sep 2005) | 10 lines
+r20644 | morriss | 2007-01-30 20:14:11 -0800 (Tue, 30 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-Shoichi Sakane:
-Hi, I fixed some bugs to decoding IKEv2 payloads.  the following things
-have been checked at the IPsec bake off in Toronto this week.
-
-        - fixed decoding IP address in TS payload
-        - fixed decoding IPv6 address in ID payload
-        - fixed decoding IKEv2 Delete payload
-        - SPI printing
+   M /trunk/epan/prefs.c
 
+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
 ------------------------------------------------------------------------
-r15986 | lego | 2005-09-24 10:07:38 -0500 (Sat, 24 Sep 2005) | 4 lines
+r20646 | ulfl | 2007-01-30 21:26:41 -0800 (Tue, 30 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/radius_dict.l
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wiretap/config.h.win32
 
-- There can be '/' in attribute names as well
-- 140Kb of leaks less.
+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
 
+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"
 ------------------------------------------------------------------------
-r15985 | sahlberg | 2005-09-23 16:33:02 -0500 (Fri, 23 Sep 2005) | 5 lines
+r20649 | lego | 2007-01-31 01:30:08 -0800 (Wed, 31 Jan 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-irc.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
 
-From MartinM
 
-IRC update and fix for bug 218
+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..)
 
 
 ------------------------------------------------------------------------
-r15984 | jmayer | 2005-09-23 16:27:03 -0500 (Fri, 23 Sep 2005) | 1 line
+r20650 | martinm | 2007-01-31 02:57:54 -0800 (Wed, 31 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/tools/Makefile.am
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Fix bug 1332 properly.
 
-Add MANIFEST
 ------------------------------------------------------------------------
-r15983 | sahlberg | 2005-09-23 16:26:09 -0500 (Fri, 23 Sep 2005) | 5 lines
+r20651 | grahamb | 2007-01-31 05:58:55 -0800 (Wed, 31 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
-
-From Kaul
+   M /trunk/epan/dissectors/packet-dnp.c
 
-One of the "unknown" fields are actually a digest.
+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
 
+Add some missing RFC references to header long text.
 
 ------------------------------------------------------------------------
-r15982 | sahlberg | 2005-09-23 15:51:09 -0500 (Fri, 23 Sep 2005) | 6 lines
+r20654 | sfisher | 2007-01-31 13:30:19 -0800 (Wed, 31 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.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
 
-Dont decrement the length by 2 if it is already less than two
-since then the length will wrap and become +4G or so.
 
-This fixes bug 479
+From Douglas Pratley: Documentation updates for new copy packet data features
+checked in as SVN revision 20581.
 
 
 ------------------------------------------------------------------------
-r15981 | ulfl | 2005-09-23 13:50:07 -0500 (Fri, 23 Sep 2005) | 1 line
+r20655 | etxrab | 2007-01-31 14:35:08 -0800 (Wed, 31 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/file_dlg.c
+   M /trunk/epan/Makefile.nmake
 
-disable gzip output compression for now, as it won't work in some cases (see source commment for details)
+Add uat_load.c to the distclean target for generated files.
 ------------------------------------------------------------------------
-r15980 | ulfl | 2005-09-23 13:27:30 -0500 (Fri, 23 Sep 2005) | 3 lines
+r20656 | gerald | 2007-01-31 14:55:55 -0800 (Wed, 31 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/tvbuff.c
+   M /trunk/docbook/release-notes.xml
 
-as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_ASSERT() like instead of g_assert throughout tvbuff, so a malicious dissector won't crash Ethereal (at least at the ways we can detect it)
+Sync with the 0.99.5 release.
 
-of course this won't catch e.g. NULL pointers, but far better than nothing ...
 ------------------------------------------------------------------------
-r15979 | ulfl | 2005-09-23 13:05:36 -0500 (Fri, 23 Sep 2005) | 1 line
+r20657 | etxrab | 2007-01-31 14:59:41 -0800 (Wed, 31 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-show the same [Packet size limited during capture] message in the column info, instead of the former (unintuitive) [Short Frame]
+Extend the events valuestring with Bearer Modification Support Event.
 ------------------------------------------------------------------------
-r15978 | ulfl | 2005-09-23 12:53:37 -0500 (Fri, 23 Sep 2005) | 1 line
+r20658 | gerald | 2007-01-31 15:26:29 -0800 (Wed, 31 Jan 2007) | 15 lines
 Changed paths:
-   M /trunk/docbook/developer-guide.xml
+   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.
+
+  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.
+
+Have the error string return a more descriptive clue.
 
-The Ethereal version is 0.10.12 for some time now ...
 ------------------------------------------------------------------------
-r15977 | ulfl | 2005-09-23 12:26:59 -0500 (Fri, 23 Sep 2005) | 3 lines
+r20659 | gerald | 2007-01-31 17:15:07 -0800 (Wed, 31 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
+   M /trunk/docbook/Makefile.nmake
 
-from Jaap Keuter: fixed the package names for yacc and lexx (being bison and flex)
+Let the user (e.g. one named "buildbot") specify the location of FOP.
 
-and from myself: add a section about GNU unzip and add it to the optional tools
 ------------------------------------------------------------------------
-r15976 | ulfl | 2005-09-23 12:01:19 -0500 (Fri, 23 Sep 2005) | 1 line
+r20660 | sfisher | 2007-01-31 17:37:34 -0800 (Wed, 31 Jan 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pn-rt.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 I've done the last change here, I wasn't expecting to get an fcs_len value of -1, fixed now
 ------------------------------------------------------------------------
-r15975 | sahlberg | 2005-09-23 05:39:58 -0500 (Fri, 23 Sep 2005) | 3 lines
+r20661 | sahlberg | 2007-02-01 00:36:35 -0800 (Thu, 01 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/gtk/gui_utils.c
 
-remove some compiler warnings
+dont ifdef out main_window_exit() if we dont have PCAP since this symbol is required even without pcap
 
 
 ------------------------------------------------------------------------
-r15974 | sahlberg | 2005-09-23 05:31:39 -0500 (Fri, 23 Sep 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-dcerpc.c
+   M /trunk/file.c
 
-remove some compiler warnings
+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)
 
 
 ------------------------------------------------------------------------
-r15973 | etxrab | 2005-09-23 00:38:10 -0500 (Fri, 23 Sep 2005) | 1 line
+r20663 | sahlberg | 2007-02-01 00:38:54 -0800 (Thu, 01 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/radius/dictionary.3gpp
+   M /trunk/pcapio.c
+
+there is no point in pcapio unless we have PCAP available.
+
 
-Add som 3GPP AVP:s
 ------------------------------------------------------------------------
-r15972 | ulfl | 2005-09-22 18:18:34 -0500 (Thu, 22 Sep 2005) | 1 line
+r20664 | sahlberg | 2007-02-01 01:04:46 -0800 (Thu, 01 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
+   M /trunk/tshark.c
+
+make tshark compile and work also when pcap is not available
+
 
-replace WinPcap devel pack 3.0 with current 3.1 version
 ------------------------------------------------------------------------
-r15971 | gerald | 2005-09-22 17:00:06 -0500 (Thu, 22 Sep 2005) | 2 lines
+r20665 | morriss | 2007-02-01 01:55:52 -0800 (Thu, 01 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/tools/Makefile.am
+   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).
 
-Remove pidl.1.xml from the distribution.
 
 ------------------------------------------------------------------------
-r15970 | ulfl | 2005-09-22 16:24:28 -0500 (Thu, 22 Sep 2005) | 1 line
+r20666 | sahlberg | 2007-02-01 02:10:15 -0800 (Thu, 01 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pn-rt.c
+   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
+
+logoncontrol2 response is a Win32 error code   not an nt status code
+
 
-fix offset calculation of DataStatus fields if Ethernet FCS (or a similar trailer) is present
 ------------------------------------------------------------------------
-r15969 | ulfl | 2005-09-22 16:21:29 -0500 (Thu, 22 Sep 2005) | 1 line
+r20667 | martinm | 2007-02-01 04:28:35 -0800 (Thu, 01 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-media.c
+   M /trunk/pcapio.c
+
+Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason it isn't defined when building this file.
 
-bugfix: don't crash, if pinfo->match_string == NULL
 ------------------------------------------------------------------------
-r15968 | ulfl | 2005-09-22 16:19:23 -0500 (Thu, 22 Sep 2005) | 1 line
+r20668 | martinm | 2007-02-01 04:34:28 -0800 (Thu, 01 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wbxml.c
+   M /trunk/pcapio.c
+
+OK, fix it properly by adding test after config.h has been included...
 
-bugfix: don't crash, if tag_save_literal == NULL
 ------------------------------------------------------------------------
-r15967 | ulfl | 2005-09-22 16:18:19 -0500 (Thu, 22 Sep 2005) | 1 line
+r20669 | gerald | 2007-02-01 10:35:14 -0800 (Thu, 01 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/NEWS
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/Makefile.nmake
+   M /trunk/docbook/release-notes.xml
+
+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.
 
-bugfix: don't crash, if current_frame->ns == NULL
 ------------------------------------------------------------------------
-r15966 | ulfl | 2005-09-22 16:16:54 -0500 (Thu, 22 Sep 2005) | 5 lines
+r20672 | sahlberg | 2007-02-01 12:10:51 -0800 (Thu, 01 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-scsi.c
+
+use the correct offset to access the service action in PERSISTENT RESERVE IN
+
 
-enhance heuristics:
-some Siemens SIMATIC protocols also use COTP, and shouldn't be 
-misinterpreted as SES.
-the starter in this case is fixed to 0x32 (SES_MINOR_SYNC_ACK for SES), 
-so if the following parameter type is unknown, it's probably SIMATIC and not SES
 ------------------------------------------------------------------------
-r15965 | ulfl | 2005-09-22 16:14:39 -0500 (Thu, 22 Sep 2005) | 1 line
+r20674 | gerald | 2007-02-01 12:29:17 -0800 (Thu, 01 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/docbook/release-notes.xml
+
+Fix a ulink tag.
 
-do freeze/thaw in packet_list_set_selected_row only, if the list must be moved. This avoids some screen flickering.
 ------------------------------------------------------------------------
-r15964 | ulfl | 2005-09-22 16:12:51 -0500 (Thu, 22 Sep 2005) | 1 line
+r20676 | gerald | 2007-02-01 12:31:59 -0800 (Thu, 01 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   M /trunk/NEWS
+
+Fix a link.
 
-change ConnectCR flag item sequence, so the "most significant" bit will come first (as done in the other req/responses)
 ------------------------------------------------------------------------
-r15963 | ulfl | 2005-09-22 16:09:02 -0500 (Thu, 22 Sep 2005) | 1 line
+r20678 | etxrab | 2007-02-01 12:49:34 -0800 (Thu, 01 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+   M /trunk/epan/dissectors/packet-rtp.c
 
-bugfix: don't simply use length field value from packet data, ensure the bytes really exist
+Don't call subdissector for dynamic PT based on PT number if conversation info exists.
 ------------------------------------------------------------------------
-r15962 | ulfl | 2005-09-22 16:07:25 -0500 (Thu, 22 Sep 2005) | 1 line
+r20679 | sahlberg | 2007-02-01 12:56:36 -0800 (Thu, 01 Feb 2007) | 25 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   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
+
+
+Ian Schorr <ian.schorr@gmail.com> 
+Wed, Jan 31, 2007 at 7:24 PM 
+To: wireshark-dev@wireshark.org 
+
+
+Hello,
+
+Please consider for checkin the following new dissectors, for the FMP protocol.
+
+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. 
+
+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
+
 
-add two more bind reject reasons from the specs
 ------------------------------------------------------------------------
-r15961 | guy | 2005-09-22 13:39:25 -0500 (Thu, 22 Sep 2005) | 9 lines
+r20680 | sfisher | 2007-02-01 16:32:33 -0800 (Thu, 01 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dtd_parse.l
-   M /trunk/epan/dtd_preparse.l
-   M /trunk/plugins/mate/mate_parser.l
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+
 
-Make the private variables for various lexical analyzers static, so
-that we don't have all the lexical analyzers in libethereal share them
-(note that they're already static in radius_dict.l, so they weren't
-sharing with any other lexical analyzer), and so that OS X 10.3.9's
-run-time linker doesn't get upset at finding them defined in libethereal
-and the MATE plugin.
+Add more examples to eth.addr display filter examples, including the new 
+xxxx.xxxx.xxxx format recently introduced
 
-Fix up indentation.
 
 ------------------------------------------------------------------------
-r15960 | lego | 2005-09-22 12:01:06 -0500 (Thu, 22 Sep 2005) | 4 lines
+r20681 | sfisher | 2007-02-01 17:09:41 -0800 (Thu, 01 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/stats_tree.c
-   M /trunk/epan/stats_tree_priv.h
-   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/filter_dlg.c
+
 
-Instead of checking if this is a new packet at every call to avoid recounting the packets at every rerun remove the tap listener of this stats tree.
+Assign the cancel button (so you can hit the escape key) on the capture/display
+filter dialog box
 
-fixes bug 474
 
 ------------------------------------------------------------------------
-r15959 | lego | 2005-09-22 11:41:53 -0500 (Thu, 22 Sep 2005) | 3 lines
+r20682 | sahlberg | 2007-02-02 00:47:43 -0800 (Fri, 02 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dissectors/packet-udp.c
 
-in register_dtd() do not  leak the elements hash
+replace a rotating buffer for the udp header structure with ep allocated memory
 
 
 ------------------------------------------------------------------------
-r15958 | kukosa | 2005-09-22 09:40:26 -0500 (Thu, 22 Sep 2005) | 1 line
+r20683 | grahamb | 2007-02-02 02:21:43 -0800 (Fri, 02 Feb 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/epan/dissectors/packet-dnp.c
 
-Call H245 decoding and tunelled protocols decoding at the end of H225 dissector. I makes less confusion in info column.
+Corrected handling of udp messages, don't call tcp_dissect_pdus for udp fragments
 ------------------------------------------------------------------------
-r15957 | jmayer | 2005-09-22 05:07:26 -0500 (Thu, 22 Sep 2005) | 1 line
+r20684 | gerald | 2007-02-02 10:43:25 -0800 (Fri, 02 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/Makefile.am
+   A /trunk/image/wsiconinst.svg
+   A /trunk/image/wsiconinst256.png
+
+Add an installer icon.
 
-Add the cisco url as well
 ------------------------------------------------------------------------
-r15956 | jmayer | 2005-09-22 05:00:40 -0500 (Thu, 22 Sep 2005) | 2 lines
+r20685 | gerald | 2007-02-02 10:45:23 -0800 (Fri, 02 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.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
 
-Add a comment on packets with opcode 3
+Add a Windows installer icon.  Remove the ARGB versions from the other
+Windows icons.
 
 ------------------------------------------------------------------------
-r15955 | jmayer | 2005-09-22 04:13:33 -0500 (Thu, 22 Sep 2005) | 1 line
+r20686 | gerald | 2007-02-02 12:07:58 -0800 (Fri, 02 Feb 2007) | 2 lines
 Changed paths:
-   A /trunk/tools/pidl/MANIFEST
-   M /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+   M /trunk/Makefile.am
+
+Fix dist.
 
-Update from samba + new file MANIFEST
 ------------------------------------------------------------------------
-r15954 | ulfl | 2005-09-21 21:18:19 -0500 (Wed, 21 Sep 2005) | 1 line
+r20687 | sfisher | 2007-02-02 14:06:20 -0800 (Fri, 02 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-netsync.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.
+
 
-replace match_strval with val_to_str, where the output was used by string output, but not expecting NULL
 ------------------------------------------------------------------------
-r15953 | guy | 2005-09-21 21:08:03 -0500 (Wed, 21 Sep 2005) | 2 lines
+r20688 | ulfl | 2007-02-02 18:01:25 -0800 (Fri, 02 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/epan/dissectors/packet-x411.c
-
-Squelch some compiler warnings.
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/Makefile.auto.am
 
+remove Win32/cygwin remains, as these files are Unix only now
 ------------------------------------------------------------------------
-r15952 | guy | 2005-09-21 21:00:38 -0500 (Wed, 21 Sep 2005) | 4 lines
+r20689 | ulfl | 2007-02-02 18:09:39 -0800 (Fri, 02 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/tethereal.c
+   M /trunk/docbook/Makefile.nmake
 
-Libpcap uses u_char; use it in our calls to libpcap routines and in our
-libpcap callback routine (if it's not getting defined, <pcap.h> doesn't
-work).
+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 :-)
 ------------------------------------------------------------------------
-r15951 | guy | 2005-09-21 20:53:54 -0500 (Wed, 21 Sep 2005) | 3 lines
+r20691 | ulfl | 2007-02-02 20:09:22 -0800 (Fri, 02 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/tethereal.c
+   M /trunk/docbook/README.txt
 
-Update to current reality (WinPcap 3.1) the messages shown on Windows if
-a capture device open fails.
+- 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
 
+cleanup docbook related comments
 ------------------------------------------------------------------------
-r15950 | ulfl | 2005-09-21 20:16:25 -0500 (Wed, 21 Sep 2005) | 1 line
+r20693 | ulfl | 2007-02-02 23:54:18 -0800 (Fri, 02 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/config.nmake
 
-prevent output of NULL strings
+fix HHC_DIR to work
 ------------------------------------------------------------------------
-r15949 | ulfl | 2005-09-21 20:09:01 -0500 (Wed, 21 Sep 2005) | 1 line
+r20694 | ulfl | 2007-02-03 00:01:16 -0800 (Sat, 03 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/docbook/README.txt
 
-replace match_strval with val_to_str in several places, where the output was used by string output, but not expecting NULL
+mention lynx, it's mandatory and needed to create plain text version of the release-notes (aka NEWS)
 ------------------------------------------------------------------------
-r15948 | guy | 2005-09-21 19:51:11 -0500 (Wed, 21 Sep 2005) | 4 lines
+r20695 | lego | 2007-02-03 06:25:02 -0800 (Sat, 03 Feb 2007) | 9 lines
 Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/gsm_ss/gsm_ss.cnf
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-x411.c
+   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
+
+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
 
-Fix a bunch of places where we were calling "dissect_ber_octet_string()"
-with a non-null pointer-to-pointer-to-tvbuff and not checking whether
-the returned tvbuff pointer was non-null.
 
 ------------------------------------------------------------------------
-r15947 | guy | 2005-09-21 18:30:26 -0500 (Wed, 21 Sep 2005) | 3 lines
+r20696 | sahlberg | 2007-02-03 08:21:21 -0800 (Sat, 03 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/gsm_ss/gsm_ss.cnf
+   M /trunk/epan/dissectors/packet-scsi.c
+
+updates to the LOG SELECT CDB decoding
 
-Set svn:eol-style properly, and get rid of a bogus proprty.  Fix the
-line endings.
 
 ------------------------------------------------------------------------
-r15946 | guy | 2005-09-21 18:23:58 -0500 (Wed, 21 Sep 2005) | 5 lines
+r20697 | jake | 2007-02-03 09:27:57 -0800 (Sat, 03 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
-
-dissect_ber_octet_string() can return a null tvbuff pointer, if the
-putative octet string isn't one; always check before using it to
-dissect, and don't call the dissector if the tvbuff is null.  This
-should fix bug 472.
+   M /trunk/docbook/custom_layer_pdf.xsl
 
+Improve layout of listings and long URL's
 ------------------------------------------------------------------------
-r15945 | guy | 2005-09-21 18:07:07 -0500 (Wed, 21 Sep 2005) | 4 lines
+r20698 | wmeier | 2007-02-03 11:33:32 -0800 (Sat, 03 Feb 2007) | 3 lines
 Changed paths:
-   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/config.nmake
 
-OIDs are put into the protocol tree as strings containing a textual
-representation of the OID, so the fields for them should be of type
-FT_STRING.  This should fix bug 470.
+Quotes around HHC_DIR required so build doesn't fail;
+Will the buildbot "build docs" step work ? Let's see
 
 ------------------------------------------------------------------------
-r15944 | jmayer | 2005-09-21 17:41:47 -0500 (Wed, 21 Sep 2005) | 5 lines
+r20699 | ulfl | 2007-02-03 11:37:59 -0800 (Sat, 03 Feb 2007) | 3 lines
 Changed paths:
-   D /trunk/tools/pidl/pidl.1.xml
+   M /trunk/config.nmake
 
+... no it won't, that's why I removed them ...
 
-pidl.1.xml doesn't exist any more in this form. It's now integrated
-into pidl itself. So remove the file again and also the reference to
-the file in tools/Makefile.am
+Put the quotes around the places where HHC_DIR is used, that should work.
+------------------------------------------------------------------------
+r20700 | jake | 2007-02-03 12:31:40 -0800 (Sat, 03 Feb 2007) | 2 lines
+Changed paths:
+   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.
 ------------------------------------------------------------------------
-r15943 | ulfl | 2005-09-21 15:33:12 -0500 (Wed, 21 Sep 2005) | 1 line
+r20701 | ulfl | 2007-02-03 12:40:11 -0800 (Sat, 03 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/config.nmake
 
-fix 467: when using -k command line option, convert interface name display string ("user_description: devicename" from Preferences) into device name. Hopefully this won't break the UNIX version.
+as discussed on the list:
+- GTK 2.10 is mainline now
+- WINPCAP_VERSION is just confusing without benefit, remove it
 ------------------------------------------------------------------------
-r15942 | ulfl | 2005-09-21 15:27:32 -0500 (Wed, 21 Sep 2005) | 1 line
+r20702 | ulfl | 2007-02-03 12:57:24 -0800 (Sat, 03 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/config.nmake
 
-fix #465: replace all fprintf(stderr, ...) with g_warning(...) calls
+some minor cleanup
 ------------------------------------------------------------------------
-r15941 | ulfl | 2005-09-21 15:11:55 -0500 (Wed, 21 Sep 2005) | 1 line
+r20703 | sahlberg | 2007-02-03 14:03:39 -0800 (Sat, 03 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/tvbuff.h
-   M /trunk/epan/xmlstub.h
-   M /trunk/gtk/capture_if_details_dlg.h
-   M /trunk/gtk/cfilter_combo_utils.h
-   M /trunk/gtk/fileset_dlg.h
-   M /trunk/gtk/main.h
-   M /trunk/gtk/range_utils.h
+   M /trunk/epan/dissectors/packet-scsi.c
+
+update the LOG SELECT dissector slightly and harmonize the hf fields so both LOG SELECT and LOG SENSE use the same variables
+
 
-fix/add doxygen comments
 ------------------------------------------------------------------------
-r15940 | ulfl | 2005-09-21 15:08:32 -0500 (Wed, 21 Sep 2005) | 1 line
+r20704 | ulfl | 2007-02-03 17:33:48 -0800 (Sat, 03 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/fileset_dlg.c
+   M /trunk/packaging/nsis/Makefile.nmake
 
-fix a copy/paste error inside of a comment 
+quote HHC_DIR here too
 ------------------------------------------------------------------------
-r15939 | sahlberg | 2005-09-21 15:05:13 -0500 (Wed, 21 Sep 2005) | 6 lines
+r20705 | lego | 2007-02-03 18:13:12 -0800 (Sat, 03 Feb 2007) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3g-a11.c
-   M /trunk/epan/dissectors/packet-mip.c
-   M /trunk/epan/dissectors/packet-mpls-echo.c
-   M /trunk/epan/dissectors/packet-ntp.c
-   M /trunk/epan/dissectors/packet-ntp.h
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/wiretap/k12.c
+
+from:
+        Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>  
 
-get rid of strcpy in packet-ntp.c
+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.
 
-at the same time  change ntp_fmt_ts to return a pointer to ian ep-allocated buffer.
-remove the redundant buffer parameter in the signature and change all callers.
+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.
 
 
 ------------------------------------------------------------------------
-r15938 | guy | 2005-09-21 13:27:28 -0500 (Wed, 21 Sep 2005) | 4 lines
+r20706 | lego | 2007-02-03 18:29:06 -0800 (Sat, 03 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat_load.l
 
-Some compilers don't allow a static declaration of a function inside
-another function, so move the declaration of
-dissect_spnego_PrincipalSeq() to the top of the file.
+the quoted_string regexp in uat_load() fails badly on "...\\", workarround in uat_save() using \x5c and \x22 (hex for \ and ")
 
 ------------------------------------------------------------------------
-r15937 | guy | 2005-09-21 12:42:11 -0500 (Wed, 21 Sep 2005) | 26 lines
+r20707 | lego | 2007-02-03 18:30:59 -0800 (Sat, 03 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/asn1/spnego/spnego.asn
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-k12.c
+
+UATify k12 configuration
 
-An InnerContextToken comes with an OID for the mechanism, which is what
-we use to determine how to interpret the token; don't bother fetching
-the OID attached to the frame or conversation, as we're not using it.
 
-Indent code in the .cnf file to match the code generated by asn2eth.
+------------------------------------------------------------------------
+r20708 | lego | 2007-02-03 21:19:02 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+   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
 
-The mechListMIC in a NegTokenInit is sometimes a sequence containing a
-string; check the header of the mechListMIC and dissect it as such a
-sequence or as a regular item depending on whether it's a sequence or
-not.
 
-If we see a supportedMech in a NegTokenTarg, save next_level_value for
-that OID with the conversation.
+------------------------------------------------------------------------
+r20709 | gal | 2007-02-04 04:00:25 -0800 (Sun, 04 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-Dissect a responseToken in a NegTokenTarg, and a mechListMIC in a
-NegTokenTarg, appropriately.
+Small fix for incorrect column use when dissecting a BER file. 
 
-Get rid of "gssapi_dissector_handle()", and just use
-next_level_value->handle - it was never being called if next_level_value
-was null.
+------------------------------------------------------------------------
+r20710 | gal | 2007-02-04 04:35:31 -0800 (Sun, 04 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/manifest.tmpl
 
-When we're dissecting a KRB5 blob, just use get_ber_identifier() to get
-the header, so we don't report an ASN.1 error if there isn't a BER
-identifier there; dissect the identifier and length only if we know we
-have them.
+Remove version from Launchpad name and include a default dfilter_macros to remove start-up warning.
 
 ------------------------------------------------------------------------
-r15936 | guy | 2005-09-21 12:33:04 -0500 (Wed, 21 Sep 2005) | 12 lines
+r20711 | gal | 2007-02-04 04:39:07 -0800 (Sun, 04 Feb 2007) | 3 lines
 Changed paths:
-   D /trunk/epan/dissectors/packet-winsrepl.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/u3.c
+   M /trunk/gtk/u3.h
 
-Don't fill in a data structure for the packet while dissecting; we use
-almost none of the data - fill in only variables for what we need, and
-use proto_tree_add_item() in most cases.
+Augment get_gui_runtime_info() with additional information about the U3 device Wireshark is being run from.
 
-Move what's left of the packet-winsrepl.h header into packet-winsrepl.c,
-and get rid of the header.
 
-Dissect the name flags field in detail, as per the Samba code.
+------------------------------------------------------------------------
+r20712 | lego | 2007-02-04 05:47:58 -0800 (Sun, 04 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-We don't do any checks for whether the packet is a valid WINS
-replication packet, so don't make the dissector a new-style dissector.
+add uat_swap() to libwireshark.def
 
 ------------------------------------------------------------------------
-r15935 | guy | 2005-09-21 12:32:21 -0500 (Wed, 21 Sep 2005) | 12 lines
+r20713 | sfisher | 2007-02-04 11:16:24 -0800 (Sun, 04 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   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
 
-Don't fill in a data structure for the packet while dissecting; we use
-almost none of the data - fill in only variables for what we need, and
-use proto_tree_add_item() in most cases.
 
-Move what's left of the packet-winsrepl.h header into packet-winsrepl.c,
-and get rid of the header.
+From Sebastien Tandel:
 
-Dissect the name flags field in detail, as per the Samba code.
+    Execute permission should be changed [removed] on files 
+packet-fmp.[c,h] and packet-fmp_notify.[c,h].
 
-We don't do any checks for whether the packet is a valid WINS
-replication packet, so don't make the dissector a new-style dissector.
 
 ------------------------------------------------------------------------
-r15934 | gerald | 2005-09-21 11:18:30 -0500 (Wed, 21 Sep 2005) | 3 lines
+r20714 | sfisher | 2007-02-04 11:23:10 -0800 (Sun, 04 Feb 2007) | 16 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
+   M /trunk/epan/strutil.c
+
+
+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.
 
-Use a proper length for booleans.  If we have a malformed packet, throw an
-exception.  Fixes bug 468.
 
 ------------------------------------------------------------------------
-r15933 | gerald | 2005-09-21 11:06:59 -0500 (Wed, 21 Sep 2005) | 3 lines
+r20715 | wmeier | 2007-02-04 16:57:59 -0800 (Sun, 04 Feb 2007) | 2 lines
 Changed paths:
-   A /trunk/tools/pidl/pidl.1.xml
-   A /trunk/tools/pidl/tests
-   A /trunk/tools/pidl/tests/ndr_align.pl
-   A /trunk/tools/pidl/tests/ndr_alloc.pl
-   A /trunk/tools/pidl/tests/ndr_array.pl
-   A /trunk/tools/pidl/tests/ndr_refptr.pl
-   A /trunk/tools/pidl/tests/ndr_simple.pl
-   A /trunk/tools/pidl/tests/ndr_string.pl
+   M /trunk/test/suite-capture.sh
 
-Add the "test" directory and man page to pidl.  This should hopefully
-fix the current distcheck and RPM build failures.
+Additoinal diagnostic info in output logs
 
 ------------------------------------------------------------------------
-r15932 | gerald | 2005-09-21 10:54:09 -0500 (Wed, 21 Sep 2005) | 2 lines
+r20716 | lego | 2007-02-04 20:22:06 -0800 (Sun, 04 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/plugins/agentx/packet-agentx.c
+   M /trunk/gtk/uat_gui.c
+
+Add a confirm dialog when the user closes the window with unsaved data.
 
-Move a comment to the right place.
 
 ------------------------------------------------------------------------
-r15931 | sahlberg | 2005-09-21 10:38:12 -0500 (Wed, 21 Sep 2005) | 3 lines
+r20717 | lego | 2007-02-04 21:06:21 -0800 (Sun, 04 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afs.c
+   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
 
-remove some strcpy() with g_snprintf()
+* Add a help facility for UATs
+* export help_topic_html()
 
 
 ------------------------------------------------------------------------
-r15930 | gerald | 2005-09-21 10:26:12 -0500 (Wed, 21 Sep 2005) | 2 lines
+r20718 | sahlberg | 2007-02-05 01:39:36 -0800 (Mon, 05 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   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
 
-Add an item about the X11 dissector.
 
 ------------------------------------------------------------------------
-r15929 | gerald | 2005-09-21 10:03:19 -0500 (Wed, 21 Sep 2005) | 4 lines
+r20719 | sahlberg | 2007-02-05 03:31:21 -0800 (Mon, 05 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dissectors/packet-scsi.c
+
+add the remaining TAPE ALERT log flags from ssc3r01c
 
-If pinfo->match_string is null (e.g. when we're called from the Jabber
-dissector), don't try to look it up in a hash table.  Fixes the current
-Buildbot failure.
 
 ------------------------------------------------------------------------
-r15928 | gerald | 2005-09-21 09:20:43 -0500 (Wed, 21 Sep 2005) | 3 lines
+r20720 | lego | 2007-02-05 08:26:48 -0800 (Mon, 05 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/gtk/graph_analysis.c
+   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.
 
-Free our flow graph strings when we're done with them.  Add a note about
-flow graphs to the release notes, along with other stuff.
 
 ------------------------------------------------------------------------
-r15927 | ulfl | 2005-09-21 05:29:22 -0500 (Wed, 21 Sep 2005) | 1 line
+r20721 | jmayer | 2007-02-05 12:01:31 -0800 (Mon, 05 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/docbook/Makefile
 
-fix #372: the bug raised a "division by zero" exception. I've add a check for this and simply replaced the expression with 0 in that case. Don't know if it's correct to do so, but fixes the exception at least :-)
+Don't read and write to a file at the same time
 ------------------------------------------------------------------------
-r15926 | ulfl | 2005-09-21 05:22:14 -0500 (Wed, 21 Sep 2005) | 1 line
+r20722 | jake | 2007-02-05 13:42:41 -0800 (Mon, 05 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-udp.c
 
-bugfix: break out of an endless loop, if dissect_sip_common() returns 0 or -2, found in a file send to me by david martin in an attempt to fix #372
+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.
 ------------------------------------------------------------------------
-r15925 | jmayer | 2005-09-21 04:50:09 -0500 (Wed, 21 Sep 2005) | 1 line
+r20723 | ulfl | 2007-02-05 17:33:39 -0800 (Mon, 05 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/README
+   M /trunk/epan/dissectors/packet-dcom-cba.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-dcom.h
 
-manpages are now done automagically
+dissector changes:
+- new: ICBALogicalDevice2::PBAddressInfo
+- enhanced: GROUPERRORDEF
+
+simplify ett registration
+add a callback for SAFEARRAY data dissection
 ------------------------------------------------------------------------
-r15924 | jmayer | 2005-09-21 04:40:45 -0500 (Wed, 21 Sep 2005) | 1 line
+r20724 | ulfl | 2007-02-05 17:37:32 -0800 (Mon, 05 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/tools/pidl/Makefile.PL
-   M /trunk/tools/pidl/README
-   M /trunk/tools/pidl/pidl
-   D /trunk/tools/pidl/pidl.1.xml
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-Sync with samba: Update to fix manpage handling
+- 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 ...
 ------------------------------------------------------------------------
-r15923 | gerald | 2005-09-20 22:28:22 -0500 (Tue, 20 Sep 2005) | 3 lines
+r20725 | gerald | 2007-02-05 17:59:50 -0800 (Mon, 05 Feb 2007) | 8 lines
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Clay Jones:
 
-In an attempt to fix bug 396, switch over to GStrings.  There still appears
-to be a problem with formatting, but we don't crash any more.
+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.
 
 ------------------------------------------------------------------------
-r15922 | guy | 2005-09-20 21:12:24 -0500 (Tue, 20 Sep 2005) | 4 lines
+r20726 | morriss | 2007-02-05 18:27:59 -0800 (Mon, 05 Feb 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   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
 
-Use BASE_DEC_HEX for the identifier field; that means we don't have to
-use "proto_tree_add_uint_format()", we can just let the Ethereal core
-format it.
+From Eric Hall to fix bug 1289:
 
-------------------------------------------------------------------------
-r15921 | guy | 2005-09-20 20:47:46 -0500 (Tue, 20 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1289
 
-Squelch some compiler wranings, and fix up the creation of a subset
-tvbuff.
+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.
 
-Fix indentation.
 
 ------------------------------------------------------------------------
-r15920 | guy | 2005-09-20 20:39:39 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20727 | morriss | 2007-02-05 22:24:34 -0800 (Mon, 05 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-user_encap.c
-
-Squelch a compiler warning.
+   M /trunk/Makefile.am
 
+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
 ------------------------------------------------------------------------
-r15919 | guy | 2005-09-20 20:39:00 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20728 | etxrab | 2007-02-05 23:59:24 -0800 (Mon, 05 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/sigcomp-udvm.c
-
-I think this is the check that was intended....
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
+Fix a copy error.
 ------------------------------------------------------------------------
-r15918 | guy | 2005-09-20 20:34:40 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20729 | sahlberg | 2007-02-06 13:19:17 -0800 (Tue, 06 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/image/stock_dialog_stop_48.xpm
+   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
 
-Fix a compiler warning.
 
 ------------------------------------------------------------------------
-r15917 | guy | 2005-09-20 20:34:04 -0500 (Tue, 20 Sep 2005) | 4 lines
+r20730 | morriss | 2007-02-06 18:41:10 -0800 (Tue, 06 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
-Squelch a compiler warning (the argument might be used later).
+Fix for bug 1350: Add return value for
+dissect_ansi_map_sms_originationrestrictions()
 
-Clean up indentation.
+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.
 
 ------------------------------------------------------------------------
-r15916 | guy | 2005-09-20 20:33:16 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20731 | ulfl | 2007-02-06 18:45:53 -0800 (Tue, 06 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-h450.h
-
-Fix a compiler warning.
+   M /trunk/gtk/Makefile.nmake
 
+fix a comment typo
 ------------------------------------------------------------------------
-r15915 | guy | 2005-09-20 20:15:32 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20732 | ulfl | 2007-02-06 18:50:33 -0800 (Tue, 06 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
-
-Fix a comment.
+   M /trunk/gtk/win32-file-dlg.c
 
+don't free ofn before the last place used
 ------------------------------------------------------------------------
-r15914 | guy | 2005-09-20 19:00:43 -0500 (Tue, 20 Sep 2005) | 3 lines
+r20733 | lego | 2007-02-06 19:39:40 -0800 (Tue, 06 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat.h
+   M /trunk/epan/uat_load.l
+   M /trunk/gtk/uat_gui.c
+
+Add ENUM and HEXBYTES modes
 
-Put in some comments based on stuff seen in the Samba code
-(include/nameserv.h, code in wrepld).
 
 ------------------------------------------------------------------------
-r15913 | guy | 2005-09-20 17:55:48 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20734 | lego | 2007-02-07 05:45:28 -0800 (Wed, 07 Feb 2007) | 11 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-app-pkix-cert.c
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
 
-Give it an RCS ID.
+From: Gisle Vanem
 
-------------------------------------------------------------------------
-r15912 | guy | 2005-09-20 17:53:31 -0500 (Tue, 20 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h221_nonstd.c
+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?)
 
-Fix the name in the comment.
 
-Give it an RCS ID.
 
-------------------------------------------------------------------------
-r15911 | guy | 2005-09-20 17:52:31 -0500 (Tue, 20 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-actrace.c
-   M /trunk/epan/dissectors/packet-actrace.h
 
-Give them RCS IDs.
 
 ------------------------------------------------------------------------
-r15910 | guy | 2005-09-20 17:51:42 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20735 | lego | 2007-02-07 05:55:34 -0800 (Wed, 07 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dis-enums.c
-   M /trunk/epan/dissectors/packet-dis-enums.h
-   M /trunk/epan/dissectors/packet-dis-fields.c
-   M /trunk/epan/dissectors/packet-dis-fields.h
-   M /trunk/epan/dissectors/packet-dis-pdus.c
-   M /trunk/epan/dissectors/packet-dis-pdus.h
-   M /trunk/epan/dissectors/packet-dis.c
+   M /trunk/gtk/uat_gui.c
+
+no gtk_window_set_resizable in GTK1
 
-Give them RCS IDs.
 
 ------------------------------------------------------------------------
-r15909 | guy | 2005-09-20 17:49:54 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20736 | lego | 2007-02-07 06:54:35 -0800 (Wed, 07 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.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
 
-Give it an RCS ID.
 
 ------------------------------------------------------------------------
-r15908 | etxrab | 2005-09-20 15:25:55 -0500 (Tue, 20 Sep 2005) | 5 lines
+r20737 | lego | 2007-02-07 08:08:19 -0800 (Wed, 07 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
+   M /trunk/tools/lemon/lemon.c
 
-From Hannes Gredler:
-patch to support 4 additional juniper DLTs.
+do not use an uninitialized rp->line to generate destructor code for rules without code.
 
-all those are wrappers for exisiting media types augmented with meta-information which gets also displayed using this patch;
 
 ------------------------------------------------------------------------
-r15907 | etxrab | 2005-09-20 15:20:08 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20738 | lego | 2007-02-07 10:51:44 -0800 (Wed, 07 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-jabber.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Oddly enough MSVC cannot compile this one.
+
 
-From Kaul:
-Jabber traffic is XML, attached patch dissects it as such
 ------------------------------------------------------------------------
-r15906 | etxrab | 2005-09-20 15:04:01 -0500 (Tue, 20 Sep 2005) | 1 line
+r20739 | lego | 2007-02-07 10:56:07 -0800 (Wed, 07 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/uat.h
+
+MSVC does not like mixed declarations and code
+* I'm checking in some still unuused work in progress
 
-Fix bug #404 Decoding of MSISDN on GSM is incomplete.  
 ------------------------------------------------------------------------
-r15905 | sahlberg | 2005-09-20 14:42:40 -0500 (Tue, 20 Sep 2005) | 6 lines
+r20740 | lego | 2007-02-07 12:45:14 -0800 (Wed, 07 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
-
-from francesco
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat.h
 
-update to remove sprintf()
+UAT: filed definitions for proto (a dissector hanlde obtained by name)
 
+UATify user-DLTs
 
 
 ------------------------------------------------------------------------
-r15904 | sahlberg | 2005-09-20 14:36:38 -0500 (Tue, 20 Sep 2005) | 6 lines
+r20741 | ulfl | 2007-02-07 17:05:43 -0800 (Wed, 07 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
-
-make options field  filterable
+   M /trunk/gtk/main.c
 
-remove silly rotating buffers
+some further work on the "welcome page", still far from being complete
+------------------------------------------------------------------------
+r20742 | lego | 2007-02-08 02:15:04 -0800 (Thu, 08 Feb 2007) | 3 lines
+Changed paths:
+   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
 
+Have the windows buildot compiling again.
 
 
 ------------------------------------------------------------------------
-r15903 | guy | 2005-09-20 14:01:04 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20743 | guy | 2007-02-08 02:26:15 -0800 (Thu, 08 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-udp.c
 
-Set EOL type and expansion of $Id$.
+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.
 
 ------------------------------------------------------------------------
-r15902 | etxrab | 2005-09-20 13:45:21 -0500 (Tue, 20 Sep 2005) | 1 line
+r20744 | jmayer | 2007-02-08 05:54:27 -0800 (Thu, 08 Feb 2007) | 367 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   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
 
-Fix bug #343 Parsing Problem - TransactionResponseAck (MEGACO).
+Update from samba tree revision 20292 to 21237
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r15901 | gerald | 2005-09-20 12:26:43 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20298 | jelmer | 2006-12-21 02:51:35 +0100 (Thu, 21 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/epan/sigcomp-udvm.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
 
-Be more paranoid about buffer overruns.
+Fix pidl tests (missing symlink..).
 
 ------------------------------------------------------------------------
-r15900 | gerald | 2005-09-20 12:24:23 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20299 | jelmer | 2006-12-21 03:48:46 +0100 (Thu, 21 Dec 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/asn1.c
-   M /trunk/epan/dtd_parse.l
+   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
 
-Fix a couple of errors found by valgrind.
+Disable two new tests that are apparently broken.
 
 ------------------------------------------------------------------------
-r15899 | gerald | 2005-09-20 12:23:19 -0500 (Tue, 20 Sep 2005) | 3 lines
+r20358 | metze | 2006-12-27 16:36:50 +0100 (Wed, 27 Dec 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/reassemble.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
 
-Don't try to reassemble a zero-length fragment.  Add a comment to
-reassemble.c about the handling of zero-length fragments.
+- 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
 ------------------------------------------------------------------------
-r15898 | jmayer | 2005-09-20 10:19:11 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20511 | jelmer | 2007-01-03 16:34:01 +0100 (Wed, 03 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   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
 
-Francesco Fondelli: Add dcp support (forgot this file)
+Combine warnings/errors/fatal functions and move them to Parse::Pidl.
 
 ------------------------------------------------------------------------
-r15897 | jmayer | 2005-09-20 10:18:28 -0500 (Tue, 20 Sep 2005) | 3 lines
+r20543 | jelmer | 2007-01-05 13:56:15 +0100 (Fri, 05 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/addr_resolv.h
-   M /trunk/epan/address.h
-   A /trunk/epan/dissectors/packet-dcp.c
-   A /trunk/epan/dissectors/packet-dcp.h
-   M /trunk/epan/ipproto.c
-   M /trunk/epan/ipproto.h
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/util.pl
 
-
-Francesco Fondelli; Add dcp support
+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.
 
 ------------------------------------------------------------------------
-r15896 | jmayer | 2005-09-20 10:08:14 -0500 (Tue, 20 Sep 2005) | 3 lines
+r20545 | jelmer | 2007-01-05 15:25:21 +0100 (Fri, 05 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/tools/Makefile.am
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
 
-
-Add the pidl files.
+Fix is_constant().
 
 ------------------------------------------------------------------------
-r15895 | kukosa | 2005-09-20 09:14:07 -0500 (Tue, 20 Sep 2005) | 1 line
+r20547 | jelmer | 2007-01-05 15:55:26 +0100 (Fri, 05 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-per.c
+   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
 
-get rid of few warnings
-------------------------------------------------------------------------
-r15894 | kukosa | 2005-09-20 05:56:08 -0500 (Tue, 20 Sep 2005) | 8 lines
-Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/tools/asn2eth.py
+Add tests for expected errors/warnings.
 
-asn2eth 
- - #.FN_BODY accepts parameters too
- - single line variant of #.FN_PAR is possible
- - new parameter FN_VARIANT for OBJECT IDENTIFIER
-packet-per.c
- - dissect_per_object_identifier() returns value as tvb
- - new dissect_per_object_identifier_str() function
-PER dissectors adapted and regenerated
 ------------------------------------------------------------------------
-r15893 | ulfl | 2005-09-20 04:02:38 -0500 (Tue, 20 Sep 2005) | 1 line
+r20548 | jelmer | 2007-01-05 16:03:21 +0100 (Fri, 05 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   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: packet-lldp.c(2071) : warning C4761: integral size mismatch in argument; conversion supplied
 ------------------------------------------------------------------------
-r15892 | ulfl | 2005-09-20 03:55:50 -0500 (Tue, 20 Sep 2005) | 1 line
+r20550 | jelmer | 2007-01-05 16:20:23 +0100 (Fri, 05 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   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.
 
-fix: packet-dcerpc.c(4019) : warning C4018: '<' : signed/unsigned mismatch
 ------------------------------------------------------------------------
-r15891 | ulfl | 2005-09-20 03:42:35 -0500 (Tue, 20 Sep 2005) | 6 lines
+r20556 | jelmer | 2007-01-05 18:18:22 +0100 (Fri, 05 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/capture.c
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/gtk/main.c
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
 
-add two new callbacks:
-cf_cb_file_closing (called before closing a capture file) cf_cb_file_closed will be called afterwards, but both only if a file is really closed as cf_close is called more often ...
+Add more tests to make sure nothing breaks when I replace the ParseExpr code.
 
-If we are closing large capture files (~20MB), the screen looks ugly while the file is closed. Change this so the screen will immediately go back to initial state and a dialog (without buttons) is shown that the file is currently closed. As the operation which takes most of the time to close the file is a single eth_clist_clear call, we can't use a progress bar here.
-
-cf_cb_live_capture_stopping: called when the user wants to stop the capture (toolbar or menu clicked). At least on Win32, the time between this and the actual stop completed can be noticeable (1-2 seconds), so the user doesn't know if the button press did anything at all. Do something similar as above, show a dialog box without buttons to inform that the close is in progress.
 ------------------------------------------------------------------------
-r15890 | ulfl | 2005-09-20 03:31:09 -0500 (Tue, 20 Sep 2005) | 1 line
+r20561 | jelmer | 2007-01-05 21:12:21 +0100 (Fri, 05 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/capture_wpcap_packet.c
+   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.
 
-fix a compiler warning (... copied from RFC2553 :-)
 ------------------------------------------------------------------------
-r15889 | ulfl | 2005-09-20 03:18:41 -0500 (Tue, 20 Sep 2005) | 1 line
+r20562 | jelmer | 2007-01-05 21:13:48 +0100 (Fri, 05 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   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.
 
-if the capture child pops up it's own console, title it as such
 ------------------------------------------------------------------------
-r15888 | guy | 2005-09-20 03:01:00 -0500 (Tue, 20 Sep 2005) | 2 lines
+r20563 | jelmer | 2007-01-05 21:18:33 +0100 (Fri, 05 Jan 2007) | 5 lines
 Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
+   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
 
-Squelch a compiler warning.
+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 :-)
 
 ------------------------------------------------------------------------
-r15887 | ulfl | 2005-09-19 21:10:48 -0500 (Mon, 19 Sep 2005) | 3 lines
+r20564 | jelmer | 2007-01-05 21:23:48 +0100 (Fri, 05 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/gtk/capture_if_details_dlg.c
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
 
-the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t and use it here (ok, this *is* a dirty hack)
+Regenerate.
 
-don't know why the last commit compiled on my machine and not on the buildbot.
 ------------------------------------------------------------------------
-r15886 | ulfl | 2005-09-19 20:53:38 -0500 (Mon, 19 Sep 2005) | 1 line
+r20567 | jelmer | 2007-01-05 21:52:12 +0100 (Fri, 05 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/simple_dialog.c
-   M /trunk/simple_dialog.h
+   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()
 
-enhance simple dialog: add the possibility to use no buttons at all and add a stop icon (similar to the splash_window, but with a slightly different layout and a way to choose the icon shown)
 ------------------------------------------------------------------------
-r15885 | ulfl | 2005-09-19 20:45:35 -0500 (Mon, 19 Sep 2005) | 1 line
+r20571 | jelmer | 2007-01-05 22:26:28 +0100 (Fri, 05 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/image/README.image
-   A /trunk/image/stock_dialog_stop_48.xpm
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
 
-add a new stop icon 48x48 for (simple) dialogs (derived from the openoffice stock icons and slightly enlarged using the Gimp)
+fix '' case
 ------------------------------------------------------------------------
-r15884 | lego | 2005-09-19 19:31:53 -0500 (Mon, 19 Sep 2005) | 5 lines
+r20573 | metze | 2007-01-05 22:36:57 +0100 (Fri, 05 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dtd_parse.l
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
 
- avoid freeing the last location twice.
+fix handling of pointers handling to elements with the charset property
 
-add some #ifed out code to help debugging the parser
+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.
 
 ------------------------------------------------------------------------
-r15883 | jmayer | 2005-09-19 18:33:45 -0500 (Mon, 19 Sep 2005) | 1 line
+r20631 | jelmer | 2007-01-09 16:50:36 +0100 (Tue, 09 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/tools/pidl
+   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.
 
-Add svn:ignore from samba
 ------------------------------------------------------------------------
-r15882 | jmayer | 2005-09-19 18:31:47 -0500 (Mon, 19 Sep 2005) | 3 lines
+r20633 | jelmer | 2007-01-09 16:54:36 +0100 (Tue, 09 Jan 2007) | 2 lines
 Changed paths:
-   A /trunk/tools/pidl
-   A /trunk/tools/pidl/Makefile.PL
-   A /trunk/tools/pidl/README
-   A /trunk/tools/pidl/TODO
-   A /trunk/tools/pidl/idl.yp
-   A /trunk/tools/pidl/lib
-   A /trunk/tools/pidl/lib/Parse
-   A /trunk/tools/pidl/lib/Parse/Pidl
-   A /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl.pm
-   A /trunk/tools/pidl/pidl
-   A /trunk/tools/pidl/pidl.1.xml
-   A /trunk/tools/pidl/ref_notes.txt
-   A /trunk/tools/pidl/smb_interfaces.pm
-   A /trunk/tools/pidl/smb_interfaces.yp
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
 
-Revert back to local copy: The samba svn server does not support svn
-over http - this was a much requested feature for Ethereals svn server.
+Add another test, fix warnings.
 
 ------------------------------------------------------------------------
-r15881 | jmayer | 2005-09-19 18:29:03 -0500 (Mon, 19 Sep 2005) | 3 lines
+r20637 | jelmer | 2007-01-10 00:41:25 +0100 (Wed, 10 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/tools
+   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
 
-pidl: Revert back to local copy. The samba svn server does not support svn
-over http - this was a much requested feature for Ethereal's svn server.
+Don't check for NULL pointers when the pointer is guaranteed to not be NULL 
+(if it is a ref pointer).
 
 ------------------------------------------------------------------------
-r15880 | jmayer | 2005-09-19 16:24:46 -0500 (Mon, 19 Sep 2005) | 1 line
+r20638 | jelmer | 2007-01-10 01:37:30 +0100 (Wed, 10 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
+   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. 
 
-Update faq
 ------------------------------------------------------------------------
-r15879 | jmayer | 2005-09-19 16:24:07 -0500 (Mon, 19 Sep 2005) | 1 line
+r20675 | jelmer | 2007-01-11 03:10:01 +0100 (Thu, 11 Jan 2007) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-lldp.c
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /branches/SAMBA_4_0/source/pidl/MANIFEST
+   M /branches/SAMBA_4_0/source/pidl/Makefile.PL
+
+Fix installation.
 
-Jim Young: LLDP improvements
 ------------------------------------------------------------------------
-r15878 | ulfl | 2005-09-19 15:59:50 -0500 (Mon, 19 Sep 2005) | 1 line
+r20688 | jelmer | 2007-01-11 23:47:29 +0100 (Thu, 11 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/gtk/capture_if_details_dlg.c
+   M /branches/SAMBA_4_0/source/pidl/pidl
 
-fix #340: define the missing sockaddr_storage struct to be able to use Packet32.h even with WinPcap 3.1 and without the platform SDK
+Use argv[0] equivalent of perl.
 ------------------------------------------------------------------------
-r15877 | gerald | 2005-09-19 15:50:51 -0500 (Mon, 19 Sep 2005) | 2 lines
+r20746 | jelmer | 2007-01-14 02:33:16 +0100 (Sun, 14 Jan 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dtd.h
+   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)
 
-Small whitespace cleanup.
+Don't report each individual test in test_smbclient as a single testsuite. 
+Create separate directory for blackbox tests.
 
 ------------------------------------------------------------------------
-r15876 | gerald | 2005-09-19 15:50:10 -0500 (Mon, 19 Sep 2005) | 3 lines
+r20830 | jelmer | 2007-01-16 15:44:23 +0100 (Tue, 16 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/sigcomp-udvm.c
-
-Throw an exception instead of trying to read past the end of a buffer.
-Fixes bug 455.
+   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
 ------------------------------------------------------------------------
-r15875 | lego | 2005-09-19 14:48:55 -0500 (Mon, 19 Sep 2005) | 3 lines
+r20834 | jelmer | 2007-01-16 16:51:37 +0100 (Tue, 16 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
-
-display something useful in the radius VSA item
-
+   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.
 ------------------------------------------------------------------------
-r15874 | gerald | 2005-09-19 14:46:25 -0500 (Mon, 19 Sep 2005) | 2 lines
+r20836 | jelmer | 2007-01-16 18:45:33 +0100 (Tue, 16 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
-
-Don't dereference a null pointer.  Fixes bug 460.
+   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
 ------------------------------------------------------------------------
-r15873 | lego | 2005-09-19 14:36:32 -0500 (Mon, 19 Sep 2005) | 2 lines
+r20850 | jelmer | 2007-01-17 15:49:36 +0100 (Wed, 17 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Change "Value" into "VSA" for Vendor SPecific Attributes
+   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_
 ------------------------------------------------------------------------
-r15872 | etxrab | 2005-09-19 14:11:50 -0500 (Mon, 19 Sep 2005) | 1 line
+r20942 | jelmer | 2007-01-22 01:04:59 +0100 (Mon, 22 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
+   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
 
-Add a preference to decode different types of AMR payload.
+Simplify handling of systems that don't support negative enum values by using an ifdef rather than a pidl argument.
 ------------------------------------------------------------------------
-r15871 | gerald | 2005-09-19 12:50:38 -0500 (Mon, 19 Sep 2005) | 2 lines
+r20967 | jelmer | 2007-01-23 11:08:08 +0100 (Tue, 23 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-afs4int.c
-
-Throw an exception if our ACL length is flat-out wrong.
+   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
 ------------------------------------------------------------------------
-r15870 | lego | 2005-09-19 12:42:02 -0500 (Mon, 19 Sep 2005) | 6 lines
+r21075 | jelmer | 2007-01-31 12:54:01 +0100 (Wed, 31 Jan 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-radius.h
-   M /trunk/epan/radius_dict.l
+   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
 
-- allow multiple attributes inside one VSA (fixes bug 438)
-- preference to choose whether to add the AVP's payload length items
-- preference to add an alternate UDP port
+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 ==============
 
 ------------------------------------------------------------------------
-r15869 | gerald | 2005-09-19 11:23:05 -0500 (Mon, 19 Sep 2005) | 5 lines
+r20745 | gal | 2007-02-08 09:09:15 -0800 (Thu, 08 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/epan/dissectors/packet-x411.c
 
-In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.
-Fixes bugs 448, 449, 451, 452, 454, 456, and 461.
+This patch adds support for decoding BER-encoded files as "X.411 Message". 
+
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00355.html
 
-Add similar TVB checks to the BER dissector.
 
 ------------------------------------------------------------------------
-r15868 | jmayer | 2005-09-19 09:59:32 -0500 (Mon, 19 Sep 2005) | 4 lines
+r20746 | gal | 2007-02-08 09:12:38 -0800 (Thu, 08 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/README
+   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
 
-Change README to reflect the fact that tools/pidl is now a
-svn:externals reference.
 
 ------------------------------------------------------------------------
-r15867 | jmayer | 2005-09-19 09:53:46 -0500 (Mon, 19 Sep 2005) | 5 lines
+r20747 | gal | 2007-02-08 09:15:45 -0800 (Thu, 08 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/tools
+   M /trunk/epan/dissectors/packet-p_mul.c
 
-Add svn:externals for pidl: That way svn up will pull the pidl sources
-directly from the samba svn instead of keeping a copy of them in the
-Ethereal svn.
+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
 
-------------------------------------------------------------------------
-r15866 | jmayer | 2005-09-19 09:50:23 -0500 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   D /trunk/tools/pidl
 
-Change pidl to svn:externals
 ------------------------------------------------------------------------
-r15865 | jmayer | 2005-09-19 08:26:49 -0500 (Mon, 19 Sep 2005) | 1 line
+r20748 | gal | 2007-02-08 09:17:36 -0800 (Thu, 08 Feb 2007) | 10 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/idl_types.h
+   M /trunk/epan/dissectors/packet-dmp.c
 
-Add idl_types.h from samba to fix warning
-------------------------------------------------------------------------
-r15864 | jmayer | 2005-09-19 04:23:52 -0500 (Mon, 19 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/pidl/README
+This patch adds some expert info in DMP when:
+- Checksum failure
+- Decoding of SIC failure
+- Negative ACK response
+- Unsupported DMP version
+- Error uncompressing content
 
-Point to tools/pidl/README.ethereal
-------------------------------------------------------------------------
-r15863 | guy | 2005-09-19 03:09:41 -0500 (Mon, 19 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00358.html
 
-Fix a typo.
 
 ------------------------------------------------------------------------
-r15862 | sahlberg | 2005-09-19 03:06:25 -0500 (Mon, 19 Sep 2005) | 9 lines
+r20749 | lego | 2007-02-08 09:35:03 -0800 (Thu, 08 Feb 2007) | 9 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-sometimes it seems that we have the text based h248/megaco running ontop of
-m3ua  and not the binary one.
+   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
 
-make the binary dissector check if it is really the text based one to be used and if so
-call that dissector instead.
+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).
 
 
 
 ------------------------------------------------------------------------
-r15861 | kukosa | 2005-09-19 02:35:05 -0500 (Mon, 19 Sep 2005) | 1 line
+r20750 | ulfl | 2007-02-08 10:25:45 -0800 (Thu, 08 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/tools/asn2eth.py
+   M /trunk/config.nmake
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
-remove unused parameter 'name' from dissect_per_choice()
-------------------------------------------------------------------------
-r15860 | jmayer | 2005-09-18 16:58:39 -0500 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/tools/checkhf.pl
+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.
 
-Small update
+If the buildbot will be updated, we could also activate the new version in config.nmake.
 ------------------------------------------------------------------------
-r15859 | jmayer | 2005-09-18 16:57:59 -0500 (Sun, 18 Sep 2005) | 1 line
+r20751 | ulfl | 2007-02-08 10:29:47 -0800 (Thu, 08 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/tools/pidl
-   M /trunk/tools/pidl/README.ethereal
-   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
-   D /trunk/tools/pidl/pm_to_blib
+   M /trunk/epan/libwireshark.def
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-Update README.ethereal and sync with current samba tree
+various major enhancements to the PROFINET-IO dissector (including some new TLV blocks)
 ------------------------------------------------------------------------
-r15858 | ulfl | 2005-09-18 15:11:54 -0500 (Sun, 18 Sep 2005) | 1 line
+r20752 | guy | 2007-02-08 13:55:57 -0800 (Thu, 08 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/tvbuff.c
+   M /trunk/epan/libwireshark.def
 
-assert that tvb is not NULL
-------------------------------------------------------------------------
-r15857 | etxrab | 2005-09-18 15:04:04 -0500 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
+Add dissect_nt_64bit_time to the list of exported routines.
 
-Change some of the asn1 functions to use packet-ber ones.
 ------------------------------------------------------------------------
-r15856 | guy | 2005-09-18 11:54:00 -0500 (Sun, 18 Sep 2005) | 7 lines
+r20753 | lego | 2007-02-08 19:11:14 -0800 (Thu, 08 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   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
 
-If the tag field is a bitfield, always show it as such, otherwise always
-show the value of 1 1111 as "Continued" in the bitfield and the actual
-tag value in the following bytes.
 
-Show the BER identifier data before an OID if we're showing internal BER
-fields.
+* 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#
+
 
-------------------------------------------------------------------------
-r15855 | ulfl | 2005-09-18 06:18:42 -0500 (Sun, 18 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
 
-as discussed in the Users list: replace "Short Frame" by "Packet size limited during capture" message
 ------------------------------------------------------------------------
-r15854 | lego | 2005-09-18 04:10:03 -0500 (Sun, 18 Sep 2005) | 3 lines
+r20754 | martinm | 2007-02-09 03:24:59 -0800 (Fri, 09 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-
-add dtds to EXTRA_DIST
+   M /trunk/gtk/Makefile.am
 
+Fix build (at least for me) by removing macros_dlg.h
 
 ------------------------------------------------------------------------
-r15853 | etxrab | 2005-09-17 16:02:51 -0500 (Sat, 17 Sep 2005) | 1 line
+r20755 | jake | 2007-02-09 06:43:24 -0800 (Fri, 09 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/plugins/irda/packet-ircomm.c
+
+Source code cleanup.
 
-If unkown Tag's are found in a set add length.
 ------------------------------------------------------------------------
-r15852 | lego | 2005-09-17 12:17:42 -0500 (Sat, 17 Sep 2005) | 3 lines
+r20756 | tuexen | 2007-02-09 08:38:57 -0800 (Fri, 09 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/dtds
-   A /trunk/dtds/dc.dtd
-   A /trunk/dtds/itunes.dtd
-   A /trunk/dtds/rss.dtd
-   A /trunk/dtds/smil.dtd
-   M /trunk/packaging/nsis/ethereal.nsi
-
-Get the first few dtds installed.
+   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
 
 ------------------------------------------------------------------------
-r15851 | lego | 2005-09-17 12:05:46 -0500 (Sat, 17 Sep 2005) | 5 lines
+r20757 | tuexen | 2007-02-09 09:47:39 -0800 (Fri, 09 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/dtd.h
-   M /trunk/epan/dtd_grammar.lemon
-   M /trunk/epan/dtd_parse.l
-   M /trunk/epan/dtd_preparse.l
-
-Because there's more than just text in XML...
-
-DTDs are imported to create fields
+   M /trunk/AUTHORS
 
+Formatting.
 
 ------------------------------------------------------------------------
-r15850 | ulfl | 2005-09-17 09:14:24 -0500 (Sat, 17 Sep 2005) | 1 line
+r20758 | sahlberg | 2007-02-09 13:03:41 -0800 (Fri, 09 Feb 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h1.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-using heur_dissector_add("cotp_is") doesn't seem to be enough, if H1 is used over TCP/TPKT (RFC1006). Add heur_dissector_add("cotp") so it will be dissected correctly, hopefully this won't introduce new problems with other "cotp" heuristics ...
-------------------------------------------------------------------------
-r15849 | sahlberg | 2005-09-17 07:16:11 -0500 (Sat, 17 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.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
 
-remove some strcpy()
 
 
 ------------------------------------------------------------------------
-r15848 | sahlberg | 2005-09-17 07:09:36 -0500 (Sat, 17 Sep 2005) | 3 lines
+r20759 | tuexen | 2007-02-09 13:05:43 -0800 (Fri, 09 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcswils.c
+   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
 
-remove some strcpy()
+A fix from Irene Ruengeler to keep assocs selected when
+setting/applying filters.
+Remove some warnings.
 
 
 ------------------------------------------------------------------------
-r15847 | guy | 2005-09-16 21:14:44 -0500 (Fri, 16 Sep 2005) | 4 lines
+r20760 | tuexen | 2007-02-09 15:14:15 -0800 (Fri, 09 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/strerror.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Fix Gerald's e-mail address (and possibly provoke a copy of the main
-repository to the anonymous repository - the current anonymous
-repository appears to be out-of-date, which is breaking the buildbot).
+Fix whitespaces.
 
 ------------------------------------------------------------------------
-r15846 | guy | 2005-09-16 19:39:52 -0500 (Fri, 16 Sep 2005) | 2 lines
+r20761 | tuexen | 2007-02-09 15:29:57 -0800 (Fri, 09 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Mark some unused and unremovable arguments as unused.
+Provide a correct argument to g_hash_table_foreach_remove.
 
 ------------------------------------------------------------------------
-r15845 | guy | 2005-09-16 19:31:15 -0500 (Fri, 16 Sep 2005) | 3 lines
+r20762 | gerald | 2007-02-09 17:13:05 -0800 (Fri, 09 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/format-oid.h (from /trunk/epan/format-oid.h:15844)
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-smb-browse.c
-   M /trunk/epan/dissectors/packet-smb-mailslot.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
-   M /trunk/epan/dissectors/packet-smb.c
-   A /trunk/epan/dissectors/packet-smb.h (from /trunk/epan/smb.h:15844)
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-   A /trunk/epan/dissectors/rpc_defrag.h (from /trunk/epan/rpc_defrag.h:15844)
-   D /trunk/epan/format-oid.h
-   D /trunk/epan/rpc_defrag.h
-   D /trunk/epan/smb.h
-   M /trunk/gtk/smb_stat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
+   M /trunk/capture_loop.c
 
-Move some headers for stuff defined by a dissector into epan/dissectors
-- and rename smb.h to packet-smb.h, as it's packet-smb.c's header file.
+Windows named pipe support, which was disabled several months ago,
+is now inexplicably working, so enable it.
 
 ------------------------------------------------------------------------
-r15844 | guy | 2005-09-16 19:02:31 -0500 (Fri, 16 Sep 2005) | 7 lines
+r20763 | ulfl | 2007-02-10 00:03:47 -0800 (Sat, 10 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   D /trunk/aftypes.h
-   D /trunk/arcnet_pids.h
-   M /trunk/asn1/h248/packet-h248-template.c
-   D /trunk/bridged_pids.h
-   D /trunk/chdlctypes.h
-   M /trunk/configure.in
-   M /trunk/epan/Makefile.common
-   A /trunk/epan/aftypes.h (from /trunk/aftypes.h:15843)
-   A /trunk/epan/arcnet_pids.h (from /trunk/arcnet_pids.h:15843)
-   A /trunk/epan/bridged_pids.h (from /trunk/bridged_pids.h:15843)
-   A /trunk/epan/chdlctypes.h (from /trunk/chdlctypes.h:15843)
-   M /trunk/epan/dissectors/packet-3com-xns.c
-   M /trunk/epan/dissectors/packet-aarp.c
-   M /trunk/epan/dissectors/packet-ap1394.c
-   M /trunk/epan/dissectors/packet-arcnet.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-asap.c
-   M /trunk/epan/dissectors/packet-atalk.c
-   M /trunk/epan/dissectors/packet-atm.c
-   M /trunk/epan/dissectors/packet-bacnet.c
-   M /trunk/epan/dissectors/packet-bpdu.c
-   M /trunk/epan/dissectors/packet-brdwlk.c
-   M /trunk/epan/dissectors/packet-cdp.c
-   M /trunk/epan/dissectors/packet-chdlc.c
-   M /trunk/epan/dissectors/packet-cisco-oui.c
-   M /trunk/epan/dissectors/packet-cisco-wireless.c
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-dec-bpdu.c
-   M /trunk/epan/dissectors/packet-dec-dnart.c
-   M /trunk/epan/dissectors/packet-dua.c
-   M /trunk/epan/dissectors/packet-eap.c
-   M /trunk/epan/dissectors/packet-eapol.c
-   M /trunk/epan/dissectors/packet-enc.c
-   M /trunk/epan/dissectors/packet-enrp.c
-   M /trunk/epan/dissectors/packet-esis.c
-   M /trunk/epan/dissectors/packet-eth.c
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/dissectors/packet-extreme.c
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcfcs.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fclctl.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-fcsb3.c
-   M /trunk/epan/dissectors/packet-fcsp.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fr.c
-   M /trunk/epan/dissectors/packet-fw1.c
-   M /trunk/epan/dissectors/packet-g723.c
-   M /trunk/epan/dissectors/packet-gmrp.c
-   M /trunk/epan/dissectors/packet-gre.c
-   M /trunk/epan/dissectors/packet-gvrp.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h261.c
-   M /trunk/epan/dissectors/packet-h263.c
-   M /trunk/epan/dissectors/packet-hpext.c
-   M /trunk/epan/dissectors/packet-hpsw.c
-   M /trunk/epan/dissectors/packet-iapp.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-idp.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-ieee802a.c
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-ipfc.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-ipx.c
-   M /trunk/epan/dissectors/packet-isis-clv.c
-   M /trunk/epan/dissectors/packet-isis.c
-   M /trunk/epan/dissectors/packet-isl.c
-   M /trunk/epan/dissectors/packet-ismp.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-iua.c
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/epan/dissectors/packet-lapbether.c
-   M /trunk/epan/dissectors/packet-lapd.c
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/dissectors/packet-lldp.c
-   M /trunk/epan/dissectors/packet-lmi.c
-   M /trunk/epan/dissectors/packet-lmp.c
-   M /trunk/epan/dissectors/packet-loop.c
-   M /trunk/epan/dissectors/packet-m2pa.c
-   M /trunk/epan/dissectors/packet-m2tp.c
-   M /trunk/epan/dissectors/packet-m2ua.c
-   M /trunk/epan/dissectors/packet-m3ua.c
-   M /trunk/epan/dissectors/packet-maccontrol.c
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mpeg1.c
-   M /trunk/epan/dissectors/packet-mpls.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-netbios.c
-   M /trunk/epan/dissectors/packet-nt-oui.c
-   M /trunk/epan/dissectors/packet-nt-sonmp.c
-   M /trunk/epan/dissectors/packet-null.c
-   M /trunk/epan/dissectors/packet-osi-options.c
-   M /trunk/epan/dissectors/packet-osi.c
-   M /trunk/epan/dissectors/packet-pagp.c
-   M /trunk/epan/dissectors/packet-pflog.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-pppoe.c
-   M /trunk/epan/dissectors/packet-q2931.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-q933.c
-   M /trunk/epan/dissectors/packet-redback.c
-   M /trunk/epan/dissectors/packet-retix-bpdu.c
-   M /trunk/epan/dissectors/packet-rmp.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rpl.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-sctp.c
-   M /trunk/epan/dissectors/packet-sdp.c
-   M /trunk/epan/dissectors/packet-sll.c
-   M /trunk/epan/dissectors/packet-slowprotocols.c
-   M /trunk/epan/dissectors/packet-smb-browse.c
-   M /trunk/epan/dissectors/packet-smb-mailslot.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-snaeth.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-sua.c
-   M /trunk/epan/dissectors/packet-symantec.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-teimanagement.c
-   M /trunk/epan/dissectors/packet-vines.c
-   M /trunk/epan/dissectors/packet-vj.c
-   M /trunk/epan/dissectors/packet-vlan.c
-   M /trunk/epan/dissectors/packet-wcp.c
-   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-x25.c
-   M /trunk/epan/dissectors/packet-x29.c
-   A /trunk/epan/etypes.h (from /trunk/etypes.h:15843)
-   A /trunk/epan/format-oid.h (from /trunk/format-oid.h:15843)
-   A /trunk/epan/greproto.h (from /trunk/greproto.h:15843)
-   A /trunk/epan/iax2_codec_type.h (from /trunk/iax2_codec_type.h:15843)
-   A /trunk/epan/ip_opts.h (from /trunk/ip_opts.h:15843)
-   A /trunk/epan/lapd_sapi.h (from /trunk/lapd_sapi.h:15843)
-   A /trunk/epan/llcsaps.h (from /trunk/llcsaps.h:15843)
-   A /trunk/epan/nlpid.h (from /trunk/nlpid.h:15843)
-   A /trunk/epan/oui.h (from /trunk/oui.h:15843)
-   A /trunk/epan/ppptypes.h (from /trunk/ppptypes.h:15843)
-   A /trunk/epan/rpc_defrag.h (from /trunk/rpc_defrag.h:15843)
-   A /trunk/epan/rtp_pt.h (from /trunk/rtp_pt.h:15843)
-   A /trunk/epan/sctpppids.h (from /trunk/sctpppids.h:15843)
-   A /trunk/epan/smb.h (from /trunk/smb.h:15843)
-   A /trunk/epan/x264_prt_id.h (from /trunk/x264_prt_id.h:15843)
-   D /trunk/etypes.h
-   D /trunk/format-oid.h
-   D /trunk/greproto.h
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls.c
-   D /trunk/iax2_codec_type.h
-   D /trunk/ip_opts.h
-   D /trunk/lapd_sapi.h
-   D /trunk/llcsaps.h
-   D /trunk/nlpid.h
-   D /trunk/oui.h
-   M /trunk/plugins/megaco/packet-megaco.c
-   M /trunk/plugins/rdm/packet-rdm.c
-   M /trunk/plugins/rtnet/packet-rtnet.c
-   M /trunk/plugins/v5ua/packet-v5ua.c
-   D /trunk/ppptypes.h
-   D /trunk/rpc_defrag.h
-   D /trunk/rtp_pt.h
-   D /trunk/sctpppids.h
-   D /trunk/smb.h
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   D /trunk/x264_prt_id.h
-
-Move a pile of protocol-related headers from the top-level source
-directory to the epan directory.  Some of them should perhaps ultimately
-be moved to epan/dissectors, if they pertain only to stuff exported by a
-particular dissector.
-
-Fix Gerald's e-mail address in files we're moving.
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
+add a lot more TLV block decodes, some code cleanup, ...
 ------------------------------------------------------------------------
-r15843 | ulfl | 2005-09-16 17:17:50 -0500 (Fri, 16 Sep 2005) | 1 line
+r20764 | ulfl | 2007-02-10 02:28:59 -0800 (Sat, 10 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   M /trunk/epan/dissectors/packet-frame.c
 
-add an expert info based on QualityCode and a COL_INFO output
+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 ...
 ------------------------------------------------------------------------
-r15842 | ulfl | 2005-09-16 17:14:33 -0500 (Fri, 16 Sep 2005) | 1 line
+r20765 | sahlberg | 2007-02-10 11:56:41 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pn-rt.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+prettify READ6 and dissect the flags bits properly instead of using a proto_tree_add_text()
+
 
-slightly shrink COL_INFO output
 ------------------------------------------------------------------------
-r15841 | ulfl | 2005-09-16 17:05:50 -0500 (Fri, 16 Sep 2005) | 1 line
+r20766 | sahlberg | 2007-02-10 12:06:01 -0800 (Sat, 10 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissewction of the SSC READ16 cdb
 
-split call id's with a #, if more than one DCE/RPC call is in a data PDU
 ------------------------------------------------------------------------
-r15840 | gerald | 2005-09-16 11:25:53 -0500 (Fri, 16 Sep 2005) | 7 lines
+r20767 | sahlberg | 2007-02-10 12:13:03 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/gtk/conversations_table.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-Sort each conversation column numerically.  Fix up whitespace.
+add dissection of SSC READREVERSE16 cdb
 
-It looks like we can't put "COPYCMD=/Y" in config.nmake and expect nmake
-to do the right thing.  Add a comment, and set COPYCMD explicitly in the
-root Makefile.nmake.  The rest of the occurrences of xcopy will have to
-be taken care of at some point.
 
 ------------------------------------------------------------------------
-r15839 | tpot | 2005-09-16 07:30:33 -0500 (Fri, 16 Sep 2005) | 2 lines
+r20768 | sahlberg | 2007-02-10 12:23:38 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of SSC VERIFY16 cdb
 
-Aargh - undo r15838 as I missed jmayer's commit of r15835.
 
 ------------------------------------------------------------------------
-r15838 | tpot | 2005-09-16 07:11:17 -0500 (Fri, 16 Sep 2005) | 4 lines
+r20769 | sahlberg | 2007-02-10 12:31:01 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-Comment out pidl dissectors for the moment to get the win32 build
-going again.  I have most of a patch to get it working but I don't
-think it will be finished tonight.
+add dissection of the WRITE16 and the WRITEFILEMARKS16 cdbs
 
-------------------------------------------------------------------------
-r15837 | guy | 2005-09-16 04:47:18 -0500 (Fri, 16 Sep 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
 
-If we've enabled the display of BER encapsulation tokens, only put them
-into the protocol tree once.
-
-Fix the offsets and lengths used to put the variable binding values into
-the protocol tree.
-
-------------------------------------------------------------------------
-r15836 | jmayer | 2005-09-16 04:31:05 -0500 (Fri, 16 Sep 2005) | 5 lines
-Changed paths:
-   A /trunk/tools/pidl
-   A /trunk/tools/pidl/Makefile.PL
-   A /trunk/tools/pidl/README
-   A /trunk/tools/pidl/README.ethereal
-   A /trunk/tools/pidl/TODO
-   A /trunk/tools/pidl/idl.yp
-   A /trunk/tools/pidl/lib
-   A /trunk/tools/pidl/lib/Parse
-   A /trunk/tools/pidl/lib/Parse/Pidl
-   A /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl.pm
-   A /trunk/tools/pidl/pidl
-   A /trunk/tools/pidl/pidl.1.xml
-   A /trunk/tools/pidl/pm_to_blib
-   A /trunk/tools/pidl/ref_notes.txt
-   A /trunk/tools/pidl/smb_interfaces.pm
-   A /trunk/tools/pidl/smb_interfaces.yp
-
-
-Add a local copy of pidl, add a README.ethereal to include
-minimalistic building and usage instructions.
-
-
-------------------------------------------------------------------------
-r15835 | jmayer | 2005-09-16 03:55:51 -0500 (Fri, 16 Sep 2005) | 6 lines
+------------------------------------------------------------------------
+r20770 | sahlberg | 2007-02-10 12:38:59 -0800 (Sat, 10 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dcerpc-atsvc.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-atsvc.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-winreg.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-winreg.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h:15833)
+   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
 
-Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.
-This makes Ethereal build again - there's no real reason that
-ethereal fails to build for such a long time on so many platforms.
 
 
 ------------------------------------------------------------------------
-r15834 | jmayer | 2005-09-16 03:40:08 -0500 (Fri, 16 Sep 2005) | 5 lines
+r20771 | sahlberg | 2007-02-10 12:55:37 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of the SSC READREVERSE6 cdb
 
-wka.tmpl:
-        Show MS NLB Adresses individually
-manuf:
-        Update
 
 ------------------------------------------------------------------------
-r15833 | guy | 2005-09-16 03:30:35 -0500 (Fri, 16 Sep 2005) | 3 lines
+r20772 | sahlberg | 2007-02-10 13:26:38 -0800 (Sat, 10 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of VERIFY6 cdb 
+dissect SPACE6/16 code field using a value_string
 
-Note problems with some values that appear in, for example, some SNMP
-captures.
 
 ------------------------------------------------------------------------
-r15832 | guy | 2005-09-16 02:50:02 -0500 (Fri, 16 Sep 2005) | 2 lines
+r20773 | sahlberg | 2007-02-10 13:39:40 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+add dissection of the RECOVER BUFFERED DATA cdb
 
-Fix a type.
 
 ------------------------------------------------------------------------
-r15831 | tpot | 2005-09-15 23:25:12 -0500 (Thu, 15 Sep 2005) | 2 lines
+r20774 | sahlberg | 2007-02-10 13:48:12 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/winreg.cnf
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-Add conformance file used for building winreg dissector.
+add dissection of REPORTDENSITYSUPPORT cdb
 
-------------------------------------------------------------------------
-r15830 | ulfl | 2005-09-15 19:02:31 -0500 (Thu, 15 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/packet_list.c
 
-fixing the fix, it's time to go to bed ...
 ------------------------------------------------------------------------
-r15829 | ulfl | 2005-09-15 18:44:07 -0500 (Thu, 15 Sep 2005) | 1 line
+r20775 | sahlberg | 2007-02-10 13:53:09 -0800 (Sat, 10 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+
+update the REWIND cdb dissector
 
-bugfix: don't crash (assert), if jumping to the first packet and packet_list is currently empty. Can happen at capture start.
 ------------------------------------------------------------------------
-r15828 | guy | 2005-09-15 18:39:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20776 | sahlberg | 2007-02-10 14:01:27 -0800 (Sat, 10 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-spnego.h
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-Don't use u_char - not all platforms define it, and even those that do
-might require other files to be included to get it.
+add dissection of SSC SETCAPACITY cdb
 
-------------------------------------------------------------------------
-r15827 | guy | 2005-09-15 18:17:42 -0500 (Thu, 15 Sep 2005) | 2 lines
-Changed paths:
-   A /trunk/asn1/spnego/Makefile
+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
 
-Add a Makefile.
 
 ------------------------------------------------------------------------
-r15826 | lego | 2005-09-15 14:30:44 -0500 (Thu, 15 Sep 2005) | 4 lines
+r20777 | sahlberg | 2007-02-10 16:09:46 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-   M /trunk/epan/dissectors/packet-alcap.h
+   M /trunk/epan/dissectors/packet-scsi-smc.c
+   M /trunk/epan/dissectors/packet-scsi-smc.h
 
-Add more information regarding call legs.
-Make the release cause value filterable.
+add the name for two missing SMC cdbs
 
 
 ------------------------------------------------------------------------
-r15825 | lego | 2005-09-15 14:26:05 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20778 | sahlberg | 2007-02-10 16:20:37 -0800 (Sat, 10 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/gtk/stats_tree_stat.c
+   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
 
-leak fix
+dont encode a specific revision of the standard in the symbol names
 
+change all symbols from smc2 to smc
 
 ------------------------------------------------------------------------
-r15824 | gerald | 2005-09-15 13:42:04 -0500 (Thu, 15 Sep 2005) | 2 lines
+r20779 | sahlberg | 2007-02-10 16:45:15 -0800 (Sat, 10 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
+   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
+
 
-Fix fragment length checks.  Fixes bugs 440 and 442-446.
 
 ------------------------------------------------------------------------
-r15823 | sahlberg | 2005-09-15 08:41:56 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20780 | sahlberg | 2007-02-10 17:32:53 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-scsi-smc.c
 
-remove some redundant strcpy()
+add dissection of SMC EXCHANGE MEDIUM cdb
 
 
 ------------------------------------------------------------------------
-r15822 | sahlberg | 2005-09-15 08:36:31 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20781 | sahlberg | 2007-02-10 17:50:16 -0800 (Sat, 10 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-scsi-smc.c
 
-remove some redundant strcpy()
+add dissection of the two SMC cdbs
+INITIALIZE ELEMENT STATUS
+INITIALIZE ELEMENT STATUS WITH RANGE
 
 
 ------------------------------------------------------------------------
-r15821 | sahlberg | 2005-09-15 08:31:05 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20782 | sahlberg | 2007-02-10 17:59:53 -0800 (Sat, 10 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-scsi-smc.c
 
-remove a whole bunch of strcpy()     fix minor bug where whe checked the wrong string before we display it
+update the SMC MOVEMEDIUM cdb dissector
 
 
 ------------------------------------------------------------------------
-r15820 | sahlberg | 2005-09-15 08:20:32 -0500 (Thu, 15 Sep 2005) | 3 lines
+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-ospf.c
+   M /trunk/epan/dissectors/packet-bootp.c
+
 
-update for ospf from Senthil Kumar Nagappan
+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.
 
 
 ------------------------------------------------------------------------
-r15819 | sahlberg | 2005-09-15 05:20:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20784 | ulfl | 2007-02-10 19:45:21 -0800 (Sat, 10 Feb 2007) | 1 line
 Changed paths:
-   D /trunk/epan/dissectors/dcerpc/atsvc
-
-delete the old dissector
+   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
 ------------------------------------------------------------------------
-r15818 | sahlberg | 2005-09-15 05:19:25 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20786 | sfisher | 2007-02-10 22:44:18 -0800 (Sat, 10 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   D /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   D /trunk/epan/dissectors/packet-dcerpc-atsvc.h
+   M /trunk/epan/dissectors/packet-bootp.c
 
-delete the old dissector and point the makefile to the new dissector
+
+Remove unused variable
 
 
 ------------------------------------------------------------------------
-r15817 | sahlberg | 2005-09-15 05:18:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20787 | ulfl | 2007-02-11 00:38:49 -0800 (Sun, 11 Feb 2007) | 15 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/atsvc.cnf
-   A /trunk/epan/dissectors/pidl/atsvc.idl
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
+   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
 
-new  pidl generated atsvc dissector and its conformance file
+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.
 
-------------------------------------------------------------------------
-r15816 | guy | 2005-09-15 04:09:00 -0500 (Thu, 15 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/value_string.c
+(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.
 
-Get rid of a no-longer-used variable.
+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).
 
 ------------------------------------------------------------------------
-r15815 | guy | 2005-09-15 03:57:51 -0500 (Thu, 15 Sep 2005) | 6 lines
+r20788 | lego | 2007-02-11 08:09:21 -0800 (Sun, 11 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
-   M /trunk/oui.h
-
-Move OUIs from LLDP dissector to oui.h.
+   M /trunk/epan/uat-int.h
+   M /trunk/epan/uat.c
+   M /trunk/gtk/uat_gui.c
 
-Get rid of remaining sprintf'ing into on-the-stack buffers.
+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)
 
-Note where some items came from.
 
 ------------------------------------------------------------------------
-r15814 | guy | 2005-09-15 03:55:43 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20789 | ulfl | 2007-02-11 21:05:57 -0800 (Sun, 11 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/value_string.c
-
-Use ep_strdup_printf() to generate the "not found in value_string table"
-string for val_to_str().
+   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
 
+add link to PSML specification
 ------------------------------------------------------------------------
-r15813 | guy | 2005-09-15 03:54:56 -0500 (Thu, 15 Sep 2005) | 3 lines
+r20790 | ulfl | 2007-02-11 21:08:33 -0800 (Sun, 11 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/emem.h
-
-Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,
-so we get compile-time checking of arguments when possible.
+   M /trunk/gtk/menu.c
 
+ooops, and here comes the actual context menu code change from Douglas Pratley ... already mentioned in SVN 20787
 ------------------------------------------------------------------------
-r15812 | tpot | 2005-09-15 02:34:52 -0500 (Thu, 15 Sep 2005) | 7 lines
+r20791 | ulfl | 2007-02-11 21:10:52 -0800 (Sun, 11 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   D /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   D /trunk/epan/dissectors/packet-dcerpc-initshutdown.h
-   D /trunk/epan/dissectors/packet-dcerpc-reg.c
-   D /trunk/epan/dissectors/packet-dcerpc-reg.h
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   A /trunk/epan/dissectors/pidl
-   A /trunk/epan/dissectors/pidl/README
-   A /trunk/epan/dissectors/pidl/initshutdown.idl
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
-   A /trunk/epan/dissectors/pidl/winreg.idl
-
-A first go at importing some pidl generated code into ethereal.  This 
-commit replaces the hand written dcerpc initshutdown and winreg 
-interfaces with autogenerated ones.  
+   M /trunk/gtk/packet_list.c
 
-The pidl generated code is still a bit rought around the edges but will 
-hopefully improve with time.
+delimit each CSV output with "
 
+(this should be combined into a generic function as this CSV encapsulation functionality is implemented several times)
 ------------------------------------------------------------------------
-r15811 | guy | 2005-09-15 01:04:33 -0500 (Thu, 15 Sep 2005) | 2 lines
+r20792 | etxrab | 2007-02-12 00:12:32 -0800 (Mon, 12 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/config.h.win32
-   M /trunk/configure.in
-
-Add PRIX64, as we now use it.
+   M /trunk/epan/libwireshark.def
 
+Add uat_clear and uat_load.
 ------------------------------------------------------------------------
-r15810 | etxrab | 2005-09-15 00:38:37 -0500 (Thu, 15 Sep 2005) | 1 line
+r20793 | etxrab | 2007-02-12 00:13:56 -0800 (Mon, 12 Feb 2007) | 1 line
 Changed paths:
-   A /trunk/asn1/spnego
-   A /trunk/asn1/spnego/Makefile.nmake
-   A /trunk/asn1/spnego/packet-spnego-template.c
-   A /trunk/asn1/spnego/packet-spnego-template.h
-   A /trunk/asn1/spnego/spnego.asn
-   A /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
-   A /trunk/epan/dissectors/packet-spnego.h
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Replace the spnego dissector with an asn2eth generated one.
+Fix Bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1365 Authentication Quintuplet decoding fails.
 ------------------------------------------------------------------------
-r15809 | guy | 2005-09-15 00:22:20 -0500 (Thu, 15 Sep 2005) | 8 lines
+r20794 | sahlberg | 2007-02-12 02:30:10 -0800 (Mon, 12 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
-
-Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.
+   M /trunk/epan/dissectors/packet-scsi-smc.c
 
-Use "tvb_format_stringzpad()" rather than "tvb_format_text()" on
-strings, as some of them are null-padded.  (XXX - are they null-padded
-or null-terminated?)
+add dissection of SMC OPEN/CLOSE IMPORT/EXPORT ELEMENT cdb
 
-Clean up the TLV length checks, and do many more such checks.
 
 ------------------------------------------------------------------------
-r15808 | guy | 2005-09-14 23:08:53 -0500 (Wed, 14 Sep 2005) | 16 lines
+r20795 | ulfl | 2007-02-12 11:01:20 -0800 (Mon, 12 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't define
-our own.
+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
 
-Get rid of MAC_to_str() - ether_to_str() suffices.
+From Albert Chin:
+Gnutls can be located in a different place than the other libs.
 
-Don't copy to on-the-stack fixed-size string buffers, just save the
-results of various formatting calls as pointers.
 
-Use tvb_format_text() to get displayable versions of text strings.
+------------------------------------------------------------------------
+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
 
-Use tvb_get_ipv4() and tvb_get_ipv6().
+Add a description of UAT fields, and have it as a tooltip in the New/Edit Dialog. 
 
-Don't put an item into the protocol tree as text and then put in a
-hidden item that, if unhidden, would display the same or almost exactly
-the same; just put the item into the tree unhidden.
 
 ------------------------------------------------------------------------
-r15807 | guy | 2005-09-14 22:09:40 -0500 (Wed, 14 Sep 2005) | 22 lines
+r20798 | sahlberg | 2007-02-12 12:11:42 -0800 (Mon, 12 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/gtk/packet_list.c
 
-Properly handle 64-bit integer constants (they don't happen by magic,
-and the stuff you have to do is compiler-dependent, so use
-G_GINT64_CONSTANT()).
+use g_string_append() instead of g_string_append_printf()
 
-Properly handle formatting 64-bit quantities (they don't format
-correctly by magic, and the stuff you have to do is compiler-dependent,
-so use PRI[duoxX]64).
+we dont have g_string_append_printf() in gtk 1 
 
-Don't copy the result of tvb_bytes_to_str() to a string buffer and then
-only use it as an argument to a "%s" - just use the result directly. 
-
-Don't copy constant strings to a buffer - just use the strings directly.
-
-Fetch 64-bit integral quantities with tvb_get_ntoh64(); they're
-presumably in a standard byte order, which is probably big-endian for
-Internet-family protocols, and using tvb_memcpy() is *guaranteed* to be
-wrong on some platforms.
+------------------------------------------------------------------------
+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
 
-Fix up a format string.
+add dissection of SMC  POSITION TO ELEMENT cdb
 
-Fix up indentation a bit.
 
 ------------------------------------------------------------------------
-r15806 | guy | 2005-09-14 22:03:29 -0500 (Wed, 14 Sep 2005) | 2 lines
+r20800 | etxrab | 2007-02-12 13:48:41 -0800 (Mon, 12 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcswils.c
-
-Squelch some warnings, fix some typoes.
+   M /trunk/epan/dissectors/packet-gtp.c
 
+Return correct length.
 ------------------------------------------------------------------------
-r15805 | ulfl | 2005-09-14 18:15:12 -0500 (Wed, 14 Sep 2005) | 1 line
+r20801 | etxrab | 2007-02-12 14:04:58 -0800 (Mon, 12 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-uma.c
 
-fix wtap_dump_flush function name and don't check for it's return value. We don't do this check in Ethereal either and we will recognize problems at next write anyway ...
+Display 2 octet length field correctly.
 ------------------------------------------------------------------------
-r15804 | ulfl | 2005-09-14 16:57:30 -0500 (Wed, 14 Sep 2005) | 11 lines
+r20802 | sfisher | 2007-02-12 18:06:04 -0800 (Mon, 12 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/editcap.c
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/gtk/file_dlg.c
-   M /trunk/mergecap.c
-   M /trunk/randpkt.c
-   M /trunk/ringbuffer.c
-   M /trunk/tethereal.c
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.def
-   M /trunk/wiretap/wtap.h
-
-added compression support for capture file output. The Save/As dialog now has a checkbox "Compress with gzip"
+   M /trunk/doc/README.tapping
 
-currently limited to Ethereal and all the variants of libpcap filetypes only.
 
-We might want to add output compression support to the other tools as well (tethereal, mergecap, ...).
+Minor cleanup - spelling fixes, formatting
 
-We might also want to add support for the other filetypes, but this is only possible if the filetype functions doesn't use special output operations like fseek.
 
-One bug is still left: if the input and output filetypes while saving are the same, Ethereal currently optimizes this by simply copy the binary file instead of using wiretap (so it will be faster but it will ignore the compress setting). 
+------------------------------------------------------------------------
+r20803 | grahamb | 2007-02-13 02:30:00 -0800 (Tue, 13 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
 
-Don't know a good workaround for this, as I don't know a way to find out if the input file is currently compressed or not. One idea might be to use a heuristic on the filesize (compared to the packet size summmary). Another workaround I see is to remove this optimization, which is of course not the way I like to do it ...
+Added Chris Bontje for his work on the DNP3 dissector committed in r14794 and 20651
 ------------------------------------------------------------------------
-r15803 | ulfl | 2005-09-14 15:09:17 -0500 (Wed, 14 Sep 2005) | 1 line
+r20804 | sfisher | 2007-02-13 12:57:22 -0800 (Tue, 13 Feb 2007) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   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().
+
 
-add E_OUTOFMEMORY
 ------------------------------------------------------------------------
-r15802 | etxrab | 2005-09-14 14:14:23 -0500 (Wed, 14 Sep 2005) | 4 lines
+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.
 
-From Peter Johansson
-I added a description for the call to DISSECTOR_ASSERT in proto.c to be 
-printed to stderr.
 
 ------------------------------------------------------------------------
-r15801 | etxrab | 2005-09-14 14:11:23 -0500 (Wed, 14 Sep 2005) | 1 line
+r20806 | sfisher | 2007-02-13 17:16:19 -0800 (Tue, 13 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   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.
+
 
-Fix a warning.
 ------------------------------------------------------------------------
-r15800 | etxrab | 2005-09-14 14:06:54 -0500 (Wed, 14 Sep 2005) | 2 lines
+r20807 | kukosa | 2007-02-14 00:08:44 -0800 (Wed, 14 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/asn1/h225/H323-MESSAGES.asn
+   M /trunk/epan/dissectors/packet-h225.c
 
-From Brian Bogora:
-Our company (Mitel) has developed an LLDP-MED plug-in for Ethereal.
+H.225.0 updated to 05/2006, Amendment 1 01/2007
 ------------------------------------------------------------------------
-r15799 | etxrab | 2005-09-14 13:40:16 -0500 (Wed, 14 Sep 2005) | 16 lines
+r20808 | sahlberg | 2007-02-14 03:49:01 -0800 (Wed, 14 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcct.h
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fcswils.h
-   M /trunk/epan/dissectors/packet-mdshdr.c
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-smb.c
 
-From Dinesh G Dutt
+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
 
-Support some new messages and fix a couple of bugs.
 
-packet-fc.h - Added a #define for a Cisco MDS-specific frame called OHMS (online health mgmt srv) packet-fc.c - Support for OHMS frame, fixed an incorrect "malformed frame" error caused on ACK1 frames (they
-                   don't contain anything but (encap hdr + FC hdr + encap trailer), fixed incorrect detection of
-                   last-data-frame
+------------------------------------------------------------------------
+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
 
-packet-fcct.h - Support for new service type, "Fabric Controller", used in conjunction with FC-SW3 ESS message,
-                     exported the service name value string definitions and  
-packet-fcct.c - Support for recognizing "Fabric Controller" service type and "vendor-specific" service
+Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMP
+in TCP (incomplete).
+Add preference to select the tcp port (default: 10000)
 
-packet-fcswils.h - Support for ESS & MRRA messages, defined as part of FC-SW3 packet-fcswils.c - Support for ESS & MRRA messages, defined as part of FC-SW3
+------------------------------------------------------------------------
+r20810 | jmayer | 2007-02-14 05:23:47 -0800 (Wed, 14 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook
 
-packet-scsi.c - Support for Verify and Write&Verify SBC commands.
+Add some files to svn:ignore
+Sort files alphabetically
 
 ------------------------------------------------------------------------
-r15798 | etxrab | 2005-09-14 12:08:41 -0500 (Wed, 14 Sep 2005) | 1 line
+r20811 | jmayer | 2007-02-14 05:25:08 -0800 (Wed, 14 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/doc/wireshark.pod
+
+Version 0.10.12 was still Ethereal, not Wireshark
 
-Do the variable binding with dissect_ber_x() routines rather than asn1 ones.
 ------------------------------------------------------------------------
-r15797 | etxrab | 2005-09-14 12:04:36 -0500 (Wed, 14 Sep 2005) | 1 line
+r20812 | martinm | 2007-02-14 07:41:43 -0800 (Wed, 14 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   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
 
-Dont't carsh if dissect_ber_null() isn't passed a hf_id.
 ------------------------------------------------------------------------
-r15796 | sahlberg | 2005-09-14 11:06:11 -0500 (Wed, 14 Sep 2005) | 3 lines
+r20813 | lego | 2007-02-14 11:21:37 -0800 (Wed, 14 Feb 2007) | 11 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   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.
 
-Allow dissection of dcerpc of short frames   instead of aborting as soon as it is detected the pdu is "short"
 
 
 ------------------------------------------------------------------------
-r15795 | sahlberg | 2005-09-14 11:04:59 -0500 (Wed, 14 Sep 2005) | 3 lines
+r20814 | gerald | 2007-02-14 14:03:39 -0800 (Wed, 14 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   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.
 
-for octet strings that span beyond the end of a "short" tvb,   create a new subset tvb of what we have and use that  instead of bailing out completely.
+------------------------------------------------------------------------
+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
 
 ------------------------------------------------------------------------
-r15794 | sahlberg | 2005-09-14 11:02:54 -0500 (Wed, 14 Sep 2005) | 4 lines
+r20816 | sahlberg | 2007-02-15 01:33:12 -0800 (Thu, 15 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
+   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)
 
-when we have raw keberos inside the spnego blob,   pass it as is over to
-the kerberos dissector  and do not strip the ber tag and lengths off
 
 
 ------------------------------------------------------------------------
-r15793 | guy | 2005-09-14 03:59:41 -0500 (Wed, 14 Sep 2005) | 4 lines
+r20817 | gerald | 2007-02-15 10:35:30 -0800 (Thu, 15 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/expert_dlg.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-Have cf_retap_packets() take an argument that indicates whether to
-generate columns; use cf_retap_packets instead of cf_redissect_packets()
-when running taps (the general flow graph stat uses the Info column).
+According to David Young, IEEE80211_RADIOTAP_FCS was never officially
+assigned.
 
 ------------------------------------------------------------------------
-r15792 | ulfl | 2005-09-13 21:07:20 -0500 (Tue, 13 Sep 2005) | 3 lines
+r20818 | ulfl | 2007-02-15 12:48:39 -0800 (Thu, 15 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/gtk/proto_dlg.c
 
-fix #388: add /desktopicon and /quicklaunchicon command line options to the NSIS installer
+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).
 
-update the User's Guide accordingly
+Interestingly, no complains were heard about this before ...
 ------------------------------------------------------------------------
-r15791 | ulfl | 2005-09-13 18:46:42 -0500 (Tue, 13 Sep 2005) | 7 lines
+r20819 | lego | 2007-02-15 13:50:32 -0800 (Thu, 15 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/AUTHORS
 
-Move "Expert Info" from "Statistics" to "Analyze" menu item.
+change of AUTHOR address upon request
 
-*significantly* improve performance (100000 infos from ~5min to 25sec!)
 
-Add a simple severity based filter mechanism.
 
-replace // style comments by /**/
 ------------------------------------------------------------------------
-r15790 | ulfl | 2005-09-13 14:01:08 -0500 (Tue, 13 Sep 2005) | 5 lines
+r20820 | etxrab | 2007-02-15 22:38:59 -0800 (Thu, 15 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Turn around the sequence of PATH, so the former PATH will be in front of the newly added things.
-
-This way, the cygwin link.exe command will be behind the link.exe from MSVC.
+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
 
-Also added a definition of the docbook dir, floating around in my personal file for a while. This will be needed if the User's Guide is included in the NSIS installer later.
+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.
 ------------------------------------------------------------------------
-r15789 | gerald | 2005-09-13 14:01:01 -0500 (Tue, 13 Sep 2005) | 6 lines
+r20822 | martinm | 2007-02-16 05:47:49 -0800 (Fri, 16 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-rtp.c
+
+Make RFC2198 pt preference work (wasn't calling
+proto_reg_handoff_rtp when prefs changed).
 
-In smb_trans_defragment(), throw an exception if we encounter a too-large
-fragment size.  The limit is conservatively set at 65536 bytes.  It may
-have to be increased.  Fixes bug 421.
+------------------------------------------------------------------------
+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
 
-Add an entry to the release notes.
+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.
 ------------------------------------------------------------------------
-r15788 | ulfl | 2005-09-13 13:45:52 -0500 (Tue, 13 Sep 2005) | 1 line
+r20824 | sahlberg | 2007-02-16 13:04:45 -0800 (Fri, 16 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/gtk/menu.c
-   M /trunk/stat_menu.h
+   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.
+
+
 
-implement a way to add menu items to the "Analyze" menu
 ------------------------------------------------------------------------
-r15787 | ulfl | 2005-09-13 13:42:12 -0500 (Tue, 13 Sep 2005) | 1 line
+r20825 | ulfl | 2007-02-16 13:53:36 -0800 (Fri, 16 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/decode_as_dcerpc.c
+   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
 
-don't crash with a NULL pointer exception, if "do not decode as" is used
+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
 ------------------------------------------------------------------------
-r15786 | ulfl | 2005-09-13 13:40:58 -0500 (Tue, 13 Sep 2005) | 1 line
+r20826 | sahlberg | 2007-02-16 16:13:57 -0800 (Fri, 16 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
+   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
+
 
-add to the protocol item a short description what a "Short Frame" is
 ------------------------------------------------------------------------
-r15785 | ulfl | 2005-09-13 13:39:26 -0500 (Tue, 13 Sep 2005) | 1 line
+r20827 | sahlberg | 2007-02-16 16:47:09 -0800 (Fri, 16 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-remunkn.c
+   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.
+
+
 
-increment index of IID's in COL_INFO
 ------------------------------------------------------------------------
-r15784 | ulfl | 2005-09-13 13:38:19 -0500 (Tue, 13 Sep 2005) | 1 line
+r20828 | ulfl | 2007-02-17 00:08:40 -0800 (Sat, 17 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/flow_graph.c
+   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
 
-use the same name for menu item and dialog box title, use the right capitalization for both
+squelch some compiler warnings
 ------------------------------------------------------------------------
-r15783 | etxrab | 2005-09-13 11:56:28 -0500 (Tue, 13 Sep 2005) | 1 line
+r20829 | ulfl | 2007-02-17 01:42:38 -0800 (Sat, 17 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
+   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
 
-Get application ID from the packet.
+some more compiler warnings removed
 ------------------------------------------------------------------------
-r15782 | etxrab | 2005-09-13 11:48:13 -0500 (Tue, 13 Sep 2005) | 5 lines
+r20830 | gal | 2007-02-17 03:06:25 -0800 (Sat, 17 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/config.nmake
+   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
+
 
-From Peter Johansson
-PATH contents one had before starting the  build, that PATH is added to the new PATH variable 5 additional times 
-instead of 1.
-I have made changes (supplied) to config.nmake that takes care of this 
-problem.
 ------------------------------------------------------------------------
-r15781 | ulfl | 2005-09-13 03:03:16 -0500 (Tue, 13 Sep 2005) | 1 line
+r20831 | gal | 2007-02-17 03:10:02 -0800 (Sat, 17 Feb 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
+   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
+
 
-don't simply remove the expert_info output at BoundsError, but add the comment from Guy why this (usually) isn't a bug (because of a short snapshot length).
 ------------------------------------------------------------------------
-r15780 | etxrab | 2005-09-13 00:05:19 -0500 (Tue, 13 Sep 2005) | 2 lines
+r20832 | ulfl | 2007-02-17 03:13:24 -0800 (Sat, 17 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
 
-From Ankur Aggarwal:
-First phase of testing revealed the following errors
+fix an error added lately
 ------------------------------------------------------------------------
-r15779 | etxrab | 2005-09-13 00:00:17 -0500 (Tue, 13 Sep 2005) | 3 lines
+r20833 | gal | 2007-02-17 03:16:52 -0800 (Sat, 17 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   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.
 
-From Stefan Metzmacher
-Some updates to the winsrepl-dssector to add COL_INFO strings...
 
 ------------------------------------------------------------------------
-r15778 | etxrab | 2005-09-12 23:53:36 -0500 (Mon, 12 Sep 2005) | 2 lines
+r20834 | gal | 2007-02-17 06:23:09 -0800 (Sat, 17 Feb 2007) | 8 lines
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/graph_analysis.h
+   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
 
-From Alejandro Vaquero.
 
 ------------------------------------------------------------------------
-r15777 | etxrab | 2005-09-12 23:51:49 -0500 (Mon, 12 Sep 2005) | 2 lines
+r20835 | etxrab | 2007-02-17 12:04:10 -0800 (Sat, 17 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-cimd.c
-   A /trunk/epan/dissectors/packet-cimd.h
+   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 Piros Lucian:
-A new dissector - cimd dissector. CIMD stands for Computer Interface to Message Distribution and it's used to transfer short messages between applications and Nokia Short Message Service Center.
+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.
 ------------------------------------------------------------------------
-r15776 | guy | 2005-09-12 23:00:47 -0500 (Mon, 12 Sep 2005) | 12 lines
+r20836 | sfisher | 2007-02-17 19:30:20 -0800 (Sat, 17 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/column-utils.h
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/expert.h
-   A /trunk/epan/gnuc_format_check.h
-   M /trunk/epan/proto.h
+   M /trunk/epan/dissectors/packet-jxta.c
 
-Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in
-column-utils.h, and add it to expert.h, so we check the arguments to
-"expert_add_info_format()", at least if the format argument is a
-constant string.
 
-Fix some more calls to "expert_add_info_format()" to pass it a format
-string.
+From Mike Duigou:
+
+Adds support for dissecting the new version 2 binary wire format messages.
 
-Don't record BoundsError exceptions as expert events - they merely
-reflect a capture done with a snapshot length too short to capture all
-of the packet (any case where it's caused by something else is a bug).
 
 ------------------------------------------------------------------------
-r15775 | guy | 2005-09-12 21:39:37 -0500 (Mon, 12 Sep 2005) | 5 lines
+r20837 | morriss | 2007-02-18 02:18:53 -0800 (Sun, 18 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
 
-Don't pass an arbitrary string from a packet to a routine expecting a
-format string - the arbitrary string might contain "%" characters, so
-the routine might then fetch arbitrary junk and try to use it as, for
-example, a string pointer.
+Fix bug 1380:
 
-------------------------------------------------------------------------
-r15774 | guy | 2005-09-12 19:50:43 -0500 (Mon, 12 Sep 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-bgp.h
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-radius.c
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1380
 
-Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses to
-calls to "tvb_get_ipv4()" and "tvb_get_ipv6()".
+by registering the spnego dissector by name (e.g., call 'register_dissector()').
 
-Fix a call in the BGP dissector to properly fetch an IEEE floating-point
-number.
 
-Update some I-D info.
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r15773 | guy | 2005-09-12 16:01:25 -0500 (Mon, 12 Sep 2005) | 3 lines
+r20839 | girlich | 2007-02-18 05:24:30 -0800 (Sun, 18 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dtpt.c
 
-Ignore files generated from dtd_grammar.lemon, dtd_parse.l, and
-dtd_preparse.l.
+Added a DTPT (DekTop PassThrough) dissector.
 
 ------------------------------------------------------------------------
-r15772 | ulfl | 2005-09-12 15:10:44 -0500 (Mon, 12 Sep 2005) | 7 lines
+r20840 | sfisher | 2007-02-18 16:23:58 -0800 (Sun, 18 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/doc/README.request_response_tracking
 
-When jumping (e.g. using menu item Go/Go to Packet...) to a new packet which is currently not displayed, this newly selected packet will become the first in the packet list.
 
-This is inconvenient, as most of the time (at least) I'm interested not only in the packets behind the newly selected one, but also to have some history *before* it.
+Fix a couple of spelling mistakes
 
-So this change will scroll the packet list to have the selected packet after the first third of the packet list.
 
-This change won't take effect if the new packet is already visible (only the selection is changed) or it's near the beginning or end of the packet list (so the whole beginning/end of the list is shown).
 ------------------------------------------------------------------------
-r15771 | ulfl | 2005-09-12 15:02:58 -0500 (Mon, 12 Sep 2005) | 1 line
+r20841 | guy | 2007-02-18 16:46:01 -0800 (Sun, 18 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dtd_preparse.l
+
+Get rid of an unused variable.
 
-add number of defragmented bytes to the expert info output
 ------------------------------------------------------------------------
-r15770 | guy | 2005-09-12 14:50:45 -0500 (Mon, 12 Sep 2005) | 5 lines
+r20842 | guy | 2007-02-18 16:56:22 -0800 (Sun, 18 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.nmake
+   M /trunk/plugins/profinet/packet-pn.c
 
-Get rid of "dtd_grammar.out" on a "make distclean".
+Include <string.h> to declare memcpy().
 
-Get rid of all the Flex-generated (and Lemon-generated) files on a
-"nmake -f Makefile.nmake distclean".
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r15769 | guy | 2005-09-12 14:32:35 -0500 (Mon, 12 Sep 2005) | 3 lines
+r20844 | guy | 2007-02-18 17:09:55 -0800 (Sun, 18 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dtd_grammar.lemon
-   A /trunk/epan/dtd_parse.h
-   M /trunk/epan/dtd_parse.l
+   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
 
-Add a header file to declare routines defined in lexer and used in
-parser, or vice versa.
+dissect_x411_mts_apdu() is an old-style dissector, so it shouldn't
+return any value.
 
 ------------------------------------------------------------------------
-r15768 | guy | 2005-09-12 10:54:20 -0500 (Mon, 12 Sep 2005) | 2 lines
+r20845 | guy | 2007-02-18 17:15:22 -0800 (Sun, 18 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dtd_grammar.lemon
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
 
-Again, "g_strdown()" doesn't return a value in GLib 1.2[.x].
+Get rid of an unused variable.
 
 ------------------------------------------------------------------------
-r15767 | guy | 2005-09-12 02:55:14 -0500 (Mon, 12 Sep 2005) | 3 lines
+r20846 | guy | 2007-02-18 17:18:26 -0800 (Sun, 18 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-"g_strdown()" doesn't return a value in GLib 1.2[.x]; don't depend on it
-doing so.
+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.
 
 ------------------------------------------------------------------------
-r15766 | guy | 2005-09-12 02:44:11 -0500 (Mon, 12 Sep 2005) | 18 lines
+r20847 | guy | 2007-02-18 17:19:36 -0800 (Sun, 18 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/osi-utils.c
+   M /trunk/gtk/main.c
 
-The previous checkin for packet-isup.c was accidentally checked in along
-with some unrelated changes; it got rid of some calls to get IPv4/IPv6
-addresses and add them to the protocol tree, replacing them with
-proto_tree_add_item() calls, and fixed up the length of one protocol
-tree item.
+We only need the Wireshark splash image if we have the welcome page.
 
-Note that we have (at least) three count 'em three different routines
-for dissecting/displaying NSAPs (there might be more - I might have
-missed some), and suggest that we might want to reduce that to one.
+------------------------------------------------------------------------
+r20848 | guy | 2007-02-18 17:21:10 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/uat_gui.c
 
-Update the URL for ICP values for IPv{4,6} addresses inside NSAPs.
+Squelch a "used without being set" warning.
 
-Fix the offset in the call to add the IPv6 address part of an NSAP
-containing such an address, and the length in the call adding the DSP
-for an NSAP containing an IPv4 address.
+------------------------------------------------------------------------
+r20849 | guy | 2007-02-18 17:22:45 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/uat.h
 
-Fix up indentation a bit.
+Initialize the description in UAT_FLD_PROTO().
 
 ------------------------------------------------------------------------
-r15765 | tuexen | 2005-09-12 01:24:02 -0500 (Mon, 12 Sep 2005) | 8 lines
+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
 
-In now supports also:
-  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-sctpimpguide-15.txt
-  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-addip-sctp-13.txt
-  - http://www.ietf.org/internet-drafts/draft-stewart-sctp-pktdrprep-02.txt
-  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-sctp-auth-01.txt
-  - http://www.ietf.org/internet-drafts/draft-ladha-sctp-nonce-02.txt
+packet-afp:  remove unneeded line of code;
+packet-sctp: register sctp dissector since packet-lge-monitor wants to call same
 
 
 ------------------------------------------------------------------------
-r15764 | guy | 2005-09-12 01:21:35 -0500 (Mon, 12 Sep 2005) | 3 lines
+r20851 | wmeier | 2007-02-18 20:48:02 -0800 (Sun, 18 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/addr_and_mask.c
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-isis-lsp.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/ipv6-utils.h
+   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).
 
-Don't collide with the "regular" IPv6 defintions in at least some
-platforms in ipv6-utils.h.
 
 ------------------------------------------------------------------------
-r15763 | ulfl | 2005-09-11 19:29:19 -0500 (Sun, 11 Sep 2005) | 3 lines
+r20852 | sfisher | 2007-02-18 21:21:12 -0800 (Sun, 18 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-http.c
 
-fix fault defragmentation the same way as in the request/response path
+Add comments to the statistics functions to tell which is which
 
-Unfortunately, I don't have a capture file to test this...
 ------------------------------------------------------------------------
-r15762 | ulfl | 2005-09-11 19:16:57 -0500 (Sun, 11 Sep 2005) | 3 lines
+r20853 | sfisher | 2007-02-18 21:32:01 -0800 (Sun, 18 Feb 2007) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/reassemble.h
+   M /trunk/epan/dissectors/packet-iuup.c
 
-fix reassembling problem I've introduced yesterday, by using fragment_add_seq_next() function instead of fragment_add()
 
-in addition, I had to implement fragment_get_reassembled() in addition to fragment_get(), which works with reassembled_table
-------------------------------------------------------------------------
-r15761 | guy | 2005-09-11 17:31:36 -0500 (Sun, 11 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.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.
 
-Fix a typo.
 
 ------------------------------------------------------------------------
-r15760 | guy | 2005-09-11 17:25:33 -0500 (Sun, 11 Sep 2005) | 9 lines
+r20854 | etxrab | 2007-02-18 22:09:33 -0800 (Sun, 18 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/expert.c
-   M /trunk/epan/expert.h
-   M /trunk/epan/frame_data.h
-   M /trunk/file.c
-   M /trunk/gtk/expert_dlg.c
+   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
 
-Frame numbers are unsigned, and they start at 1; 0 is what's used for
-"unknown" for frame numbers.  Note that in epan/frame_data.h, and make
-the frame number in experts unsigned, and use 0 for "unknown", and
-display it as an unsigned number - and, if it's 0, don't display it at
-all.
+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
 
-Fix the signature of "expert_dlg_draw()" to match what a tap's draw
-routine's signature is expected to be.
+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
 ------------------------------------------------------------------------
-r15759 | guy | 2005-09-11 17:19:41 -0500 (Sun, 11 Sep 2005) | 4 lines
+r20857 | sahlberg | 2007-02-19 00:26:27 -0800 (Mon, 19 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   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"
 
-Add some braces to squelch a compiler warning.
 
-Fix up indentation.
 
 ------------------------------------------------------------------------
-r15758 | guy | 2005-09-11 16:25:37 -0500 (Sun, 11 Sep 2005) | 11 lines
+r20858 | morriss | 2007-02-19 02:26:21 -0800 (Mon, 19 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/addr_and_mask.c
-   M /trunk/epan/dissectors/packet-aodv.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-auto_rp.c
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-cdp.c
-   M /trunk/epan/dissectors/packet-chdlc.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-igmp.c
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-isakmp.c
-   M /trunk/epan/dissectors/packet-isis-lsp.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-ldp.c
-   M /trunk/epan/dissectors/packet-manolito.c
-   M /trunk/epan/dissectors/packet-msdp.c
-   M /trunk/epan/dissectors/packet-msnip.c
-   M /trunk/epan/dissectors/packet-msproxy.c
-   M /trunk/epan/dissectors/packet-nbns.c
-   M /trunk/epan/dissectors/packet-netflow.c
-   M /trunk/epan/dissectors/packet-nsip.c
-   M /trunk/epan/dissectors/packet-ntp.c
-   M /trunk/epan/dissectors/packet-olsr.c
-   M /trunk/epan/dissectors/packet-quake3.c
-   M /trunk/epan/dissectors/packet-skinny.c
-   M /trunk/epan/dissectors/packet-socks.c
-   M /trunk/epan/dissectors/packet-teredo.c
-   M /trunk/epan/dissectors/packet-uma.c
-   M /trunk/epan/dissectors/packet-wccp.c
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/packet.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-   M /trunk/plugins/opsi/packet-opsi.c
-   M /trunk/plugins/profinet/packet-pn-dcp.c
-
-Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,
-and that extract IPv6 addresses into a "struct e_in6_addr", with
-tvb_get_ipv4() and tvb_get_ipv6() calls - except for some that we
-remove, by using proto_tree_add_item(), rather than replacing.
-
-Have epan/tvbuff.h include epan/ipv6-utils.h, to define "struct
-e_in6_addr" (not necessary to declare the tvbuff routines, but including
-it there means "struct e_in6_addr" is guaranteed to be defined before
-those declarations, so we don't get compiler complaints if we define it
-*after* those declarations).
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/tcp_graph.c
 
+Squelch a couple (false) uninitialized variable warnings
 ------------------------------------------------------------------------
-r15757 | ulfl | 2005-09-11 16:10:26 -0500 (Sun, 11 Sep 2005) | 2 lines
+r20859 | morriss | 2007-02-19 02:43:53 -0800 (Mon, 19 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/reassemble.h
+   M /trunk/gtk/help_dlg.c
 
-rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,
-as connection oriented (cn) and connectionless (dg) DCE/RPC uses different ways to handle defragmentation and this function is only used for dg
+Oops, help_topic_gtk() is _only_ needed in GTK1.2 builds, so #ifdef it (and some of its helpers) out in GTK2 builds.
 ------------------------------------------------------------------------
-r15756 | etxrab | 2005-09-11 16:10:20 -0500 (Sun, 11 Sep 2005) | 1 line
+r20860 | morriss | 2007-02-19 03:24:56 -0800 (Mon, 19 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/tcap-persistentdata.c
+
+Remove some unused parameters (pinfo).
+Remove some _U_'s on parameters that _are_ used.
+Reindent some.
 
-Get rid of dependency on format-oid.h
 ------------------------------------------------------------------------
-r15755 | ulfl | 2005-09-11 12:15:00 -0500 (Sun, 11 Sep 2005) | 1 line
+r20861 | morriss | 2007-02-19 04:24:32 -0800 (Mon, 19 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/libethereal.def
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
 
-some things fixed, leftover from code cleanup (thanks to the buggy MSVC dependencies)
+fetch_tapped_data() returns a const pointer, so declare the function as returning such
 ------------------------------------------------------------------------
-r15754 | ulfl | 2005-09-11 11:55:34 -0500 (Sun, 11 Sep 2005) | 5 lines
+r20862 | morriss | 2007-02-19 07:14:00 -0800 (Mon, 19 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/epan.c
-   A /trunk/epan/expert.c
-   A /trunk/epan/expert.h
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/expert_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_draw.h
-
-I'm adding the "Expert Info" prototype now, as it seems to be in a state where others might have a look and probably already find it useful :-). Anyway, we can easily disable it at one or two places in the code if it get's in our way of a new release.
+   M /trunk/epan/camel-persistentdata.c
 
-Please see: http://wiki.ethereal.com/Development/ExpertInfo for a complete overview of the intended feature and it's current state of implementation.
+Remove some unused parameters (pinfo).
+Remove some _U_'s on parameters that _are_ used.
+Reindent some.
 
-While I'm working on this, I've also added some more status result codes to the DCE/RPC and DCOM dissectors.
 ------------------------------------------------------------------------
-r15753 | guy | 2005-09-10 14:43:41 -0500 (Sat, 10 Sep 2005) | 5 lines
+r20863 | morriss | 2007-02-19 07:30:06 -0800 (Mon, 19 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/dissectors/packet-winsrepl.c
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/proto.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-
-Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 and
-IPv6 addresses.  Use "tvb_get_ipv4()" in the WINS Replication dissector,
-so that it gets the right answer on little-endian *AND* big-endian
-machines.
+   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.
 ------------------------------------------------------------------------
-r15752 | guy | 2005-09-10 14:39:56 -0500 (Sat, 10 Sep 2005) | 10 lines
+r20864 | wmeier | 2007-02-19 12:25:56 -0800 (Mon, 19 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-In "dissect_sip()", return 0 if "dissect_sip_common()" returns a
-negative value, so we reject the packet as "not SIP".
-
-Add a "dissect_sip_tcp_heur()" that's heuristic - it'll return FALSE if
-the first packet doesn't look like SIP, but once it's dissected one
-packet it'll just treat subsequent SIP packets as continuations if they
-don't look right.
+   M /trunk/capture_loop.c
+   M /trunk/dumpcap.c
 
-Clean up indentation a bit.
+Output error msgs when using dumpcap from cmd-line (stand-alone);
+Also: minor cleanup for capture_loop.c
 
 ------------------------------------------------------------------------
-r15751 | lego | 2005-09-10 13:59:02 -0500 (Sat, 10 Sep 2005) | 3 lines
+r20865 | wmeier | 2007-02-19 13:45:27 -0800 (Mon, 19 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dtd_preparse.l
-
-propperly handle the errors when loading a file fails.
+   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
 
 ------------------------------------------------------------------------
-r15750 | lego | 2005-09-10 13:46:03 -0500 (Sat, 10 Sep 2005) | 3 lines
+r20866 | wmeier | 2007-02-19 14:29:23 -0800 (Mon, 19 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dtd_preparse.l
-
-don't use fgets() as MSVC does not implement it. use fgetc instead.
+   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 ....
 
 ------------------------------------------------------------------------
-r15749 | ulfl | 2005-09-10 13:33:32 -0500 (Sat, 10 Sep 2005) | 5 lines
+r20867 | sfisher | 2007-02-19 14:37:45 -0800 (Mon, 19 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
+   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
+
 
-fix MSVC slash/backslash and other such problems, now getting:
+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.
 
-dtd_preparse.obj : error LNK2001: Nichtaufgeloestes externes Symbol _fgetln
 
-MSVC doesn't support fgetln!
 ------------------------------------------------------------------------
-r15748 | lego | 2005-09-10 13:00:28 -0500 (Sat, 10 Sep 2005) | 2 lines
+r20868 | wmeier | 2007-02-19 15:18:48 -0800 (Mon, 19 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
+   M /trunk/sync_pipe_write.c
 
-Make sure lemon is built before trying to use it
+Add missing include file when compiling under windows
 
 ------------------------------------------------------------------------
-r15747 | lego | 2005-09-10 12:55:16 -0500 (Sat, 10 Sep 2005) | 3 lines
+r20869 | sfisher | 2007-02-19 16:22:00 -0800 (Mon, 19 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.am
-
-fix the dtd_grammar.c rule
-
+   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.
 ------------------------------------------------------------------------
-r15746 | lego | 2005-09-10 12:47:02 -0500 (Sat, 10 Sep 2005) | 3 lines
+r20870 | gerald | 2007-02-19 17:32:14 -0800 (Mon, 19 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-nmake does not have the $^ macro
+   M /trunk/epan/dissectors/packet-frame.c
 
+Clarify the description of frame.time_delta.  This partially addresses
+bug 491.
 
 ------------------------------------------------------------------------
-r15745 | lego | 2005-09-10 12:29:15 -0500 (Sat, 10 Sep 2005) | 3 lines
+r20871 | sahlberg | 2007-02-20 00:05:26 -0800 (Tue, 20 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/dissectors/packet-xml.c
-   A /trunk/epan/dtd.h
-   A /trunk/epan/dtd_grammar.lemon
-   A /trunk/epan/dtd_parse.l
-   A /trunk/epan/dtd_preparse.l
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+
+changes to comments generated for winreg using the latest svn of pidl
 
-the dtd parser (still missing the glue) and few fixes to packet-xml.c
+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
 
 
 ------------------------------------------------------------------------
-r15744 | ulfl | 2005-09-10 10:11:21 -0500 (Sat, 10 Sep 2005) | 12 lines
+r20872 | sahlberg | 2007-02-20 01:01:50 -0800 (Tue, 20 Feb 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/reassemble.c
-
-fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in the same TCP desegmented data blob
+   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
 
-reassemble.c:
-I had to change the way the reassemble code works if the dissector is telling that more fragments *will* follow. In this case the reassemble code shouldn't try to reassemble already at that time ...
+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)
 
-I've also changed the way if a fragment was already seen or not, as it's not enough to check for the frame number, in the scenario described above.
+create defines to indicate OPEN/CLOSE and use them as a start/test in the winreg conformance file.
 
-Unfortunately both changes *might* broke other protocols from reassemble properly. I've checked with excessive TCP desegmentation and it's still working without any changes :-)
 
-packet-dcerpc.c:
-use a tvb subset to limit the "end of bytes" processed in a single fragment dissect run, as each fragment has it's own DCE/RPC header (and isn't part of the stub data of the previous packet).
 
 ------------------------------------------------------------------------
-r15743 | ulfl | 2005-09-09 16:04:19 -0500 (Fri, 09 Sep 2005) | 1 line
+r20873 | morriss | 2007-02-20 06:00:53 -0800 (Tue, 20 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/file.c
 
-NSIS warning removed: the label "lbl_winpcap_dont_install" is currently unused
+Squelch some unused variable warnings
 ------------------------------------------------------------------------
-r15742 | etxrab | 2005-09-09 14:46:57 -0500 (Fri, 09 Sep 2005) | 1 line
+r20874 | jmayer | 2007-02-20 09:40:07 -0800 (Tue, 20 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/tools/lemon/Makefile.am
 
-Dissect "nbs-9".
+Nikns Siankin: Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1387
 ------------------------------------------------------------------------
-r15741 | etxrab | 2005-09-09 11:19:51 -0500 (Fri, 09 Sep 2005) | 1 line
+r20875 | gerald | 2007-02-20 10:44:22 -0800 (Tue, 20 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter-defs.h
+   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.
 
-Add some 3GPP AVP:s
 ------------------------------------------------------------------------
-r15740 | kukosa | 2005-09-09 10:36:39 -0500 (Fri, 09 Sep 2005) | 2 lines
+r20876 | jmayer | 2007-02-20 11:13:42 -0800 (Tue, 20 Feb 2007) | 287 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   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
 
-- dissect_per_choice() creates now only one level tree insted of two levels tree
-- dissect_per_choice() rewritten
+Update from samba tree revision 21237 to 21471
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r15739 | guy | 2005-09-09 03:40:58 -0500 (Fri, 09 Sep 2005) | 12 lines
+r21253 | jelmer | 2007-02-09 00:54:31 +0100 (Fri, 09 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/wiretap/netxray.c
-   M /trunk/wiretap/wtap-int.h
+   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
 
-From Bill Meier:
+Merge some pidl fixes:
 
-       define "timezone" as "gint16", as it can be positive (west of
-       UTC) or negative (east of UTC);
+ * Add tests for wireshark dissector generator
+ * Add tests for the header code
+ * Some cleanups
+ * Fix handling of elements without [in] or [out]
 
-       update comments to refer to the new names for structure members;
+------------------------------------------------------------------------
+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
 
-       say the precision of the time stamps is 1 nanosecond only if the
-       ticks per second is > 10 million;
+Fix running the testsuite outside pidl/
 
-       fix the handling of files truncated exactly on a frame boundary.
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r15738 | guy | 2005-09-09 03:29:10 -0500 (Fri, 09 Sep 2005) | 2 lines
+r21297 | jelmer | 2007-02-12 13:12:12 +0100 (Mon, 12 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
+   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.
 
-From Didier Gautheron: pass error replies to the tap.
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r15737 | guy | 2005-09-09 03:20:16 -0500 (Fri, 09 Sep 2005) | 3 lines
+r21338 | jelmer | 2007-02-14 15:23:59 +0100 (Wed, 14 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/gtk/conversations_rsvp.c
-   M /trunk/gtk/hostlist_rsvp.c
+   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
 
-Update new RSVP host list and conversation stats to match recent changes
-to the way command-line arguments and menu items for stats are done.
+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.
 
 ------------------------------------------------------------------------
-r15736 | guy | 2005-09-09 03:11:47 -0500 (Fri, 09 Sep 2005) | 4 lines
+r21340 | jelmer | 2007-02-14 15:42:42 +0100 (Wed, 14 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/dlg_utils.c
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't have
-libpcap - ETHEREAL_STOCK_CAPTURE_START isn't defined, and we can't
-capture in any case, so we don't need that button.
+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.
 ------------------------------------------------------------------------
-r15735 | ulfl | 2005-09-08 19:22:37 -0500 (Thu, 08 Sep 2005) | 1 line
+r21411 | jelmer | 2007-02-18 00:38:57 +0100 (Sun, 18 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/sigcomp_state_hdlr.c
+   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
 
-fix MSVC warning: sigcomp_state_hdlr.c(601) : warning C4101: 'partial_state_str' : unreferenced local variable
+Add some simple tests for the wireshark NDR generator.
 ------------------------------------------------------------------------
-r15734 | lego | 2005-09-08 17:55:39 -0500 (Thu, 08 Sep 2005) | 3 lines
+r21427 | jelmer | 2007-02-18 13:54:03 +0100 (Sun, 18 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
+   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
 
-the xml plugin was removed
+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().
 
 ------------------------------------------------------------------------
-r15733 | lego | 2005-09-08 17:51:12 -0500 (Thu, 08 Sep 2005) | 3 lines
+r21430 | jelmer | 2007-02-18 17:21:28 +0100 (Sun, 18 Feb 2007) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-text-media.c
+   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:
 
- some content-types are now handled by xml 
+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().
 
 ------------------------------------------------------------------------
-r15732 | ulfl | 2005-09-08 16:36:40 -0500 (Thu, 08 Sep 2005) | 1 line
+r21431 | jelmer | 2007-02-18 17:46:59 +0100 (Sun, 18 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/file.c
+   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
 
-start with fdata->num = -1, so we don't have an uninitialised value while doing read_filter style dissection
+More tests, work on support in wireshark for tagged types.
 ------------------------------------------------------------------------
-r15731 | ulfl | 2005-09-08 16:33:11 -0500 (Thu, 08 Sep 2005) | 1 line
+r21432 | jelmer | 2007-02-18 17:54:54 +0100 (Sun, 18 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/doc/README.tapping
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
 
-(very minor) issue found while working on a new tap
+Handle properties on tagged types in TDR.
 ------------------------------------------------------------------------
-r15730 | lego | 2005-09-08 16:21:05 -0500 (Thu, 08 Sep 2005) | 3 lines
+r21433 | jelmer | 2007-02-18 19:44:56 +0100 (Sun, 18 Feb 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   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.
 
-forgot the Id
+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.
 
 ------------------------------------------------------------------------
-r15729 | lego | 2005-09-08 16:18:58 -0500 (Thu, 08 Sep 2005) | 3 lines
+r21437 | jelmer | 2007-02-19 00:48:16 +0100 (Mon, 19 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/configure.in
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/plugins/Makefile.am
-   M /trunk/plugins/Makefile.nmake
-
-Let's migrate the xml dissector...
-
+   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.
 ------------------------------------------------------------------------
-r15728 | lego | 2005-09-08 16:14:24 -0500 (Thu, 08 Sep 2005) | 4 lines
+r21440 | jelmer | 2007-02-19 00:57:26 +0100 (Mon, 19 Feb 2007) | 1 line
 Changed paths:
-   A /trunk/epan/dissectors/packet-xml.c
+   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
 
-a new version of the xml dissector, look ma no lex!
-mmh  still missing the dtd parser...
+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.
 ------------------------------------------------------------------------
-r15727 | lego | 2005-09-08 15:11:01 -0500 (Thu, 08 Sep 2005) | 3 lines
+r21455 | jelmer | 2007-02-19 20:42:51 +0100 (Mon, 19 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/tvbparse.c
-   M /trunk/epan/tvbparse.h
+   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 the svn keywords and some comments that were out of date
+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.
 
 ------------------------------------------------------------------------
-r15726 | lego | 2005-09-08 14:50:13 -0500 (Thu, 08 Sep 2005) | 3 lines
+r21456 | jelmer | 2007-02-19 22:37:54 +0100 (Mon, 19 Feb 2007) | 6 lines
 Changed paths:
-   A /trunk/epan/tvbparse.c
-   A /trunk/epan/tvbparse.h
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
-an API for "bufferless" parsing of text tvbs
+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.
 
 ------------------------------------------------------------------------
-r15725 | gerald | 2005-09-08 10:01:16 -0500 (Thu, 08 Sep 2005) | 7 lines
+r21457 | jelmer | 2007-02-19 23:10:23 +0100 (Mon, 19 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/wiretap/k12.c
-
-Fix more problems found by Steve Grubb, along with other changes:
+   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
 
-Camel: Fix an off-by-one error.  Don't alloc and free where it's not
-needed.  Remove an unused variable.
+Cope with anonymous nested types in the NDR layer. This doesn't handled 
+named nested types yet, as these have to be registered.
 
-PPP and K12: Fix memory leaks.
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r15724 | sahlberg | 2005-09-08 07:39:02 -0500 (Thu, 08 Sep 2005) | 8 lines
+r21459 | jelmer | 2007-02-20 02:27:48 +0100 (Tue, 20 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   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
 
-start making winsrepl into a new style dissector and use tcp_dissect_pdus()
+Remove name argument, more refactoring.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
-also fix bugs 417 / 418
+------------------------------------------------------------------------
+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
 
-this dissector still needs to have heuristics to be added to it.
+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).
 ------------------------------------------------------------------------
-r15723 | sahlberg | 2005-09-08 05:12:12 -0500 (Thu, 08 Sep 2005) | 8 lines
+r20880 | sfisher | 2007-02-20 11:57:04 -0800 (Tue, 20 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
-   M /trunk/epan/dissectors/packet-winsrepl.h
+   M /trunk/gtk/content_list_http.c
 
-from M&Y Kaul
 
-rename Wins to WINS
+Treat "<NULL>" as returned from a call to se_strdup() in packet-http.c as a
+NULL value when checking if the content-type was found.
 
-add some new decodes
 
+------------------------------------------------------------------------
+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
 
 ------------------------------------------------------------------------
-r15722 | sahlberg | 2005-09-08 05:08:01 -0500 (Thu, 08 Sep 2005) | 7 lines
+r20882 | sahlberg | 2007-02-20 12:21:49 -0800 (Tue, 20 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-from Michal & Yaniv Kaul
+   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.
 
-Updates to prettify the Bind ACK context handles
+gcc 2.96 does not like _U_ here.
 
 
 
 ------------------------------------------------------------------------
-r15721 | ulfl | 2005-09-08 04:42:19 -0500 (Thu, 08 Sep 2005) | 1 line
+r20883 | etxrab | 2007-02-20 13:58:30 -0800 (Tue, 20 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
+   M /trunk/epan/dissectors/packet-bssgp.c
 
-add description of the Windows installer command line parameters
+Test before comitting...
 ------------------------------------------------------------------------
-r15720 | ulfl | 2005-09-08 04:19:46 -0500 (Thu, 08 Sep 2005) | 1 line
+r20884 | etxrab | 2007-02-20 14:12:54 -0800 (Tue, 20 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-bssgp.c
 
-set the window title of the Win32 debug console
+Get rid of yet another printout that does not go well with optional IE:s
 ------------------------------------------------------------------------
-r15719 | ulfl | 2005-09-07 17:00:25 -0500 (Wed, 07 Sep 2005) | 3 lines
+r20885 | lego | 2007-02-20 16:00:49 -0800 (Tue, 20 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.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_3gpp.c
 
-close the capture interfaces dialog if the user pressed "Capture" or "Prepare"
++ add some more packages from 3GPP TS 29.232
+- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385
 
-this dialog is live capturing from all "known" interfaces while it's open, so huge system load is generated, which is not preferred while doing a real capture.
-------------------------------------------------------------------------
-r15718 | ulfl | 2005-09-07 16:47:51 -0500 (Wed, 07 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
 
-don't wait for a keypress if this is a capture child. This was very annoying, as stopping a capture seems to freeze Ethereal, but it simply waits for a keypress on the capture_child's console window.
 ------------------------------------------------------------------------
-r15717 | ulfl | 2005-09-07 15:50:03 -0500 (Wed, 07 Sep 2005) | 1 line
+r20886 | sfisher | 2007-02-20 16:59:16 -0800 (Tue, 20 Feb 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-vnc.c
 
-MSVC don't like empty structs, add a dummy element to rsvp_session_ipv6_info
-------------------------------------------------------------------------
-r15716 | gerald | 2005-09-07 15:49:16 -0500 (Wed, 07 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.am
 
-Add Valgrind core files to CLEANFILES.
+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.
 
 ------------------------------------------------------------------------
-r15715 | gerald | 2005-09-07 15:09:40 -0500 (Wed, 07 Sep 2005) | 5 lines
+r20887 | sfisher | 2007-02-20 17:27:28 -0800 (Tue, 20 Feb 2007) | 5 lines
 Changed paths:
    M /trunk/docbook/release-notes.xml
-   M /trunk/epan/sigcomp-udvm.c
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/sigcomp_state_hdlr.h
 
-Add bounds checking in several places to the SigComp UDVM.  Use memset()
-instead of while loops to initialize variables.  Use a define instead
-of magic numbers.  Don't use guint8s for counters.  Add a corresponding
-entry to the release notes.
+
+Remove two empty itemized lists that are breaking XML validation and
+stopping the Windows buildbot in its tracks.
+
 
 ------------------------------------------------------------------------
-r15714 | sahlberg | 2005-09-07 14:52:44 -0500 (Wed, 07 Sep 2005) | 8 lines
+r20888 | etxrab | 2007-02-20 22:19:03 -0800 (Tue, 20 Feb 2007) | 17 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rsvp.h
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/conversations_rsvp.c
-   A /trunk/gtk/hostlist_rsvp.c
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+   A /trunk/epan/reassemble_test.c
 
-From Manu Pathak
+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?
 
-Make RSVP tappable
+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().
 
-add hostlist and conversation listing for RSVP conversations
+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.
 ------------------------------------------------------------------------
-r15713 | gerald | 2005-09-07 10:40:59 -0500 (Wed, 07 Sep 2005) | 3 lines
+r20892 | etxrab | 2007-02-20 22:48:28 -0800 (Tue, 20 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-iax2.c
 
-If dissect_ber_octet_string() gives us a null tvb, assume we have a malformed
-packet and throw an exception.  Don't pass the null tvb to tvb_length().
+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.
 ------------------------------------------------------------------------
-r15712 | gerald | 2005-09-07 08:59:10 -0500 (Wed, 07 Sep 2005) | 2 lines
+r20894 | gerald | 2007-02-21 10:10:43 -0800 (Wed, 21 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook
-   M /trunk/image
+   M /trunk/tools/Makefile.am
 
-Add patterns to svn:ignore.
+Try to fix distcheck.
 
 ------------------------------------------------------------------------
-r15711 | sahlberg | 2005-09-07 08:29:44 -0500 (Wed, 07 Sep 2005) | 7 lines
+r20895 | sahlberg | 2007-02-21 12:21:11 -0800 (Wed, 21 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-winsrepl.c
-   A /trunk/epan/dissectors/packet-winsrepl.h
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet_info.h
 
-From Metze  with minor changes.
+add a field in pinfo where dcerpc/pidl can store the name of the current dcerpc procedure
 
-New protocol
-NBNS Replication support
+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.
 
 
 
 ------------------------------------------------------------------------
-r15710 | gerald | 2005-09-07 08:26:23 -0500 (Wed, 07 Sep 2005) | 7 lines
+r20896 | sahlberg | 2007-02-21 12:23:44 -0800 (Wed, 21 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/asn1/MAP_Dialogue/Makefile.nmake
-   M /trunk/asn1/acse/Makefile.nmake
-   M /trunk/asn1/camel/Makefile.nmake
-   M /trunk/asn1/cmip/Makefile.nmake
-   M /trunk/asn1/cms/Makefile.nmake
-   M /trunk/asn1/ess/Makefile.nmake
-   M /trunk/asn1/ftam/Makefile.nmake
-   M /trunk/asn1/gnm/Makefile.nmake
-   M /trunk/asn1/gsm_ss/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/mms/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/pres/Makefile.nmake
-   M /trunk/asn1/ros/Makefile.nmake
-   M /trunk/asn1/rtse/Makefile.nmake
-   M /trunk/asn1/s4406/Makefile.nmake
-   M /trunk/asn1/smrse/Makefile.nmake
-   M /trunk/asn1/tcap/Makefile.nmake
-   M /trunk/asn1/wlancertextn/Makefile.nmake
-   M /trunk/asn1/x411/Makefile.nmake
-   M /trunk/asn1/x420/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
-   M /trunk/config.nmake
-   M /trunk/epan/Makefile.nmake
-   M /trunk/plugins/Makefile.nmake
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/pidl/winreg.cnf
 
-Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in order
-to fix compilation under Windows NT.  This should fix bug 403.
+regenerate WINREG as a test with the some new PIDL enhancements to show ithe name of the iprocedure a policy handle was created in.
 
-The changes were made using "find . -name Makefile.nmake | xargs perl
--pi.bak -e 's: /y::i'".  They appear to work under XP, but if anything
-broke I blame Larry Wall.
+also
+fix some mistakes in the conformance file for when handles are opened/created
 
-------------------------------------------------------------------------
-r15709 | kukosa | 2005-09-07 05:08:13 -0500 (Wed, 07 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
 
-SIP reassembly using req_resp_hdrs_do_reassembly()
 ------------------------------------------------------------------------
-r15708 | gerald | 2005-09-06 17:07:35 -0500 (Tue, 06 Sep 2005) | 2 lines
+r20897 | wmeier | 2007-02-21 19:21:26 -0800 (Wed, 21 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
 
-Add a note about PCRE.
+From Ryan Wamsley: Add Connection Configuration Object support to EtherNet/IP dissector
 
 ------------------------------------------------------------------------
-r15707 | gerald | 2005-09-06 14:50:31 -0500 (Tue, 06 Sep 2005) | 2 lines
+r20898 | etxrab | 2007-02-22 12:40:19 -0800 (Thu, 22 Feb 2007) | 9 lines
 Changed paths:
-   M /trunk
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/plugins/h223/packet-h223.c
 
-Add patterns to svn:ignore.
+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.
 ------------------------------------------------------------------------
-r15706 | gerald | 2005-09-06 14:48:57 -0500 (Tue, 06 Sep 2005) | 2 lines
+r20899 | etxrab | 2007-02-22 22:47:07 -0800 (Thu, 22 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
+   M /trunk/epan/dissectors/packet-rtp.c
 
-Move to the latest ethereal-win32-libs tag.
+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.
 ------------------------------------------------------------------------
-r15705 | gerald | 2005-09-06 14:21:48 -0500 (Tue, 06 Sep 2005) | 2 lines
+r20900 | jake | 2007-02-23 07:22:24 -0800 (Fri, 23 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add a section on file locations.
+   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"
 ------------------------------------------------------------------------
-r15704 | gerald | 2005-09-06 13:41:25 -0500 (Tue, 06 Sep 2005) | 6 lines
+r20901 | lego | 2007-02-23 11:04:41 -0800 (Fri, 23 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/doc/Makefile.nmake
-   M /trunk/plugins/Makefile.nmake
+   M /trunk/epan/dissectors/packet-m3ua.c
 
-In doc/Makefile.nmake, use the "install-deps" target from the root
-Makefile.nmake instead of doing our own XCOPYing.  Use the "clean-deps"
-target when we're done instead of leaving DLLs lying around.
+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.
 
-Normalize the use of underscores vs hyphens in the "clean-deps" target.
+------------------------------------------------------------------------
+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!! 
 ------------------------------------------------------------------------
-r15703 | etxrab | 2005-09-06 13:08:45 -0500 (Tue, 06 Sep 2005) | 2 lines
+r20903 | jake | 2007-02-23 11:37:01 -0800 (Fri, 23 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/plugins/profinet/Makefile.am
+   M /trunk/plugins/profinet/Makefile.common
 
-Ftam - Use some mofe FN_PAR:s
-PRES Dissect PDU type based on SS-user data from SES(Info from asn1 file).
+Properly introduce packet-pn.c as a helper
 ------------------------------------------------------------------------
-r15702 | guy | 2005-09-06 12:44:20 -0500 (Tue, 06 Sep 2005) | 2 lines
+r20904 | ulfl | 2007-02-23 11:40:27 -0800 (Fri, 23 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
 
-Make sure we don't overflow the dialedDigits array.
+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 
 ------------------------------------------------------------------------
-r15701 | guy | 2005-09-06 12:43:22 -0500 (Tue, 06 Sep 2005) | 2 lines
+r20906 | ulfl | 2007-02-23 11:48:59 -0800 (Fri, 23 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Fail somewhat gracefully if malloc() fails.
+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 
 ------------------------------------------------------------------------
-r15700 | kukosa | 2005-09-06 09:18:49 -0500 (Tue, 06 Sep 2005) | 1 line
+r20908 | lego | 2007-02-23 12:57:22 -0800 (Fri, 23 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/proto.h
+   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".
 
-get rid of few warnings
 ------------------------------------------------------------------------
-r15699 | kukosa | 2005-09-06 05:38:25 -0500 (Tue, 06 Sep 2005) | 1 line
+r20909 | lego | 2007-02-23 13:12:25 -0800 (Fri, 23 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-reassembly improvements
+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.
 ------------------------------------------------------------------------
-r15698 | etxrab | 2005-09-06 00:30:06 -0500 (Tue, 06 Sep 2005) | 9 lines
+r20910 | sfisher | 2007-02-23 13:31:11 -0800 (Fri, 23 Feb 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-mp2t.c
 
-From Graeme Lunt:
 
-Attached is a patch to solve the CHOICE problem for review. 
+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.
 
-Problem was two-fold:
-1) not passing original class/tag to sub-choice we had matched BER_CLASS_ANY
-2) not handling a count==0 if we had matched BER_CLASS_ANY 
 
-The patch also includes a my constructed octet string fix again.
 ------------------------------------------------------------------------
-r15697 | guy | 2005-09-05 17:39:09 -0500 (Mon, 05 Sep 2005) | 2 lines
+r20911 | ulfl | 2007-02-24 01:49:43 -0800 (Sat, 24 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
 
-Squelch compiler warnings.
+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
 ------------------------------------------------------------------------
-r15696 | guy | 2005-09-05 17:38:13 -0500 (Mon, 05 Sep 2005) | 2 lines
+r20913 | lego | 2007-02-24 04:24:13 -0800 (Sat, 24 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
+   M /trunk/epan/dissectors/packet-sdp.c
 
-Squelch compiler warnings.
+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
 ------------------------------------------------------------------------
-r15695 | guy | 2005-09-05 17:36:52 -0500 (Mon, 05 Sep 2005) | 2 lines
+r20915 | ulfl | 2007-02-24 05:11:47 -0800 (Sat, 24 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
 
-Squelch a compiler warning.
+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.
 ------------------------------------------------------------------------
-r15694 | gerald | 2005-09-05 16:38:10 -0500 (Mon, 05 Sep 2005) | 4 lines
+r20917 | sahlberg | 2007-02-24 13:34:29 -0800 (Sat, 24 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-snmp.c
+   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
 
-For SNMP, malloc memory that we're going to free later.  Fixes bug 406.
 
-For RTP, don't free se_allocated memory.
 
 ------------------------------------------------------------------------
-r15693 | guy | 2005-09-05 16:30:15 -0500 (Mon, 05 Sep 2005) | 3 lines
+r20918 | sahlberg | 2007-02-24 17:34:41 -0800 (Sat, 24 Feb 2007) | 7 lines
 Changed paths:
-   M /trunk/asn1/s4406/packet-s4406-template.c
-   M /trunk/epan/dissectors/packet-s4406.c
-   M /trunk/epan/dissectors/packet-s4406.h
+   M /trunk/epan/dissectors/packet-dcerpc-ndr.c
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/packet-dcerpc.h
 
-Use the same string for the protocol's filter name as is used in the
-names of its filterable fields.
+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.
 
-------------------------------------------------------------------------
-r15692 | guy | 2005-09-05 16:21:29 -0500 (Mon, 05 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
 
-Include "packet-tcp.h" to declare tcp_dissect_pdus().
 
 ------------------------------------------------------------------------
-r15691 | guy | 2005-09-05 16:18:06 -0500 (Mon, 05 Sep 2005) | 5 lines
+r20919 | sahlberg | 2007-02-24 17:47:43 -0800 (Sat, 24 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.h
+   M /trunk/epan/dissectors/packet-dcerpc.h
 
-"strlen()" returns a "size_t"; use that for its return value.
+move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.h
 
-Cast the argument to <ctype.h> macros to "guchar", so that if the 8th
-bit is set in the byte, it doesn't get sign-extended.
+also change their values to use the top order bits of an uint32 instead of the least significant ones
 
-------------------------------------------------------------------------
-r15690 | obiot | 2005-09-05 15:37:47 -0500 (Mon, 05 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
 
-Don't use curly braces in an author's log entry: it confuses the parser.
 
 ------------------------------------------------------------------------
-r15689 | etxrab | 2005-09-05 11:41:46 -0500 (Mon, 05 Sep 2005) | 1 line
+r20920 | lego | 2007-02-25 02:13:49 -0800 (Sun, 25 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
 
-Add some OID:s as we now use the Presentation context and use FN_PARS.
++ some cosmetic changes to package dissection.
++ add more Q.1950 packages and parameters
 ------------------------------------------------------------------------
-r15688 | etxrab | 2005-09-05 11:41:11 -0500 (Mon, 05 Sep 2005) | 1 line
+r20921 | lego | 2007-02-25 03:23:49 -0800 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/asn1/mms/packet-mms-template.c
+   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
 
-Add some OID:s as we now use the Presentation context and use FN_PARS.
+remove warnings
 ------------------------------------------------------------------------
-r15687 | etxrab | 2005-09-05 11:31:24 -0500 (Mon, 05 Sep 2005) | 1 line
+r20922 | sahlberg | 2007-02-25 03:48:06 -0800 (Sun, 25 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   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
+
+
 
-branch_taken got lost in the recent changes.
 ------------------------------------------------------------------------
-r15686 | etxrab | 2005-09-05 11:30:31 -0500 (Mon, 05 Sep 2005) | 1 line
+r20923 | ulfl | 2007-02-25 04:50:21 -0800 (Sun, 25 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/capture_wpcap_packet.c
 
-Add a missing include
+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!
 ------------------------------------------------------------------------
-r15685 | kukosa | 2005-09-05 08:25:49 -0500 (Mon, 05 Sep 2005) | 1 line
+r20924 | ulfl | 2007-02-25 07:42:56 -0800 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/update.c
 
-the first attempt at SIP reassembly
+fix the WinPcap version detection, some minor enhancements to the update logic
 ------------------------------------------------------------------------
-r15684 | kukosa | 2005-09-05 08:20:56 -0500 (Mon, 05 Sep 2005) | 2 lines
+r20925 | ulfl | 2007-02-25 07:44:38 -0800 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
+   M /trunk/nio-ie5.c
 
-buffer where parameters variable pointed into was freed
-it is necessary to make a copy
+don't cache the downloaded file, so changes in the update file will have an effect while experimenting
 ------------------------------------------------------------------------
-r15683 | kukosa | 2005-09-05 06:59:22 -0500 (Mon, 05 Sep 2005) | 3 lines
+r20926 | ulfl | 2007-02-25 07:48:43 -0800 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-- set length for "Encapsulated multipart part" tree item
-- pass right content type to media subdissectors
+   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
 ------------------------------------------------------------------------
-r15682 | kukosa | 2005-09-05 05:56:41 -0500 (Mon, 05 Sep 2005) | 1 line
+r20927 | ulfl | 2007-02-25 07:50:40 -0800 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" format
+fix the padding in the read/write headers, some other minor changes
 ------------------------------------------------------------------------
-r15681 | etxrab | 2005-09-05 00:29:14 -0500 (Mon, 05 Sep 2005) | 1 line
+r20928 | lego | 2007-02-25 10:03:05 -0800 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   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
 
-Fix a typo, should make the buildbot hapy again.
+revert (most) changes in rev #20753, to avoid items being created on a wrong menu on windows.
 ------------------------------------------------------------------------
-r15680 | etxrab | 2005-09-04 15:30:31 -0500 (Sun, 04 Sep 2005) | 15 lines
+r20929 | lego | 2007-02-25 10:22:08 -0800 (Sun, 25 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/asn1/ros/packet-ros-template.c
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/asn1/rtse/packet-rtse-template.h
-   M /trunk/asn1/s4406/packet-s4406-template.c
-   M /trunk/asn1/x420/packet-x420-template.c
-   M /trunk/asn1/x420/packet-x420-template.h
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-pres.c
-   A /trunk/epan/dissectors/packet-ros.c
-   A /trunk/epan/dissectors/packet-ros.h
-   A /trunk/epan/dissectors/packet-rtse.c
-   A /trunk/epan/dissectors/packet-rtse.h
-   A /trunk/epan/dissectors/packet-s4406.c
-   A /trunk/epan/dissectors/packet-s4406.h
-   M /trunk/epan/dissectors/packet-ses.h
-   A /trunk/epan/dissectors/packet-x411.c
-   A /trunk/epan/dissectors/packet-x411.h
-   A /trunk/epan/dissectors/packet-x420.c
-   A /trunk/epan/dissectors/packet-x420.h
-
- From Graeme Lunt
- I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). 
- Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS.
- I also include dissectors for:
- X.411         (P1)            X.400 OSI Message Transfer Service
- X.420         (P22)   X.400 OSI Information Object
- STANAG 4406   (P772)  STANAG 4406 Military Message Extensions (to P22)
- These rely on the RTSE and ROS dissectors.
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Withs some changes to remove various warnings and errors.
+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.
 ------------------------------------------------------------------------
-r15679 | etxrab | 2005-09-04 11:22:12 -0500 (Sun, 04 Sep 2005) | 14 lines
-Changed paths:
-   M /trunk/asn1/pres/ISO8823-PRESENTATION.asn
-   M /trunk/asn1/pres/pres.cnf
-   A /trunk/asn1/ros
-   A /trunk/asn1/ros/Makefile
-   A /trunk/asn1/ros/Makefile.nmake
-   A /trunk/asn1/ros/packet-ros-template.c
-   A /trunk/asn1/ros/packet-ros-template.h
-   A /trunk/asn1/ros/ros-exp.cnf
-   A /trunk/asn1/ros/ros.asn
-   A /trunk/asn1/ros/ros.cnf
-   A /trunk/asn1/rtse
-   A /trunk/asn1/rtse/Makefile
-   A /trunk/asn1/rtse/Makefile.nmake
-   A /trunk/asn1/rtse/packet-rtse-template.c
-   A /trunk/asn1/rtse/packet-rtse-template.h
-   A /trunk/asn1/rtse/rtse-exp.cnf
-   A /trunk/asn1/rtse/rtse.asn
-   A /trunk/asn1/rtse/rtse.cnf
-   A /trunk/asn1/s4406
-   A /trunk/asn1/s4406/Makefile
-   A /trunk/asn1/s4406/Makefile.nmake
-   A /trunk/asn1/s4406/packet-s4406-template.c
-   A /trunk/asn1/s4406/packet-s4406-template.h
-   A /trunk/asn1/s4406/s4406.asn
-   A /trunk/asn1/s4406/s4406.cnf
-   A /trunk/asn1/x411
-   A /trunk/asn1/x411/Makefile
-   A /trunk/asn1/x411/Makefile.nmake
-   A /trunk/asn1/x411/packet-x411-template.c
-   A /trunk/asn1/x411/packet-x411-template.h
-   A /trunk/asn1/x411/x411-exp.cnf
-   A /trunk/asn1/x411/x411.asn
-   A /trunk/asn1/x411/x411.cnf
-   A /trunk/asn1/x420
-   A /trunk/asn1/x420/Makefile
-   A /trunk/asn1/x420/Makefile.nmake
-   A /trunk/asn1/x420/packet-x420-template.c
-   A /trunk/asn1/x420/packet-x420-template.h
-   A /trunk/asn1/x420/x420-exp.cnf
-   A /trunk/asn1/x420/x420.asn
-   A /trunk/asn1/x420/x420.cnf
-
-From Graeme Lunt
-
-I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). 
-
-Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS.
-
-I also include dissectors for:
-
-X.411  (P1)            X.400 OSI Message Transfer Service
-X.420  (P22)   X.400 OSI Information Object
-STANAG 4406    (P772)  STANAG 4406 Military Message Extensions (to P22)
-
-These rely on the RTSE and ROS dissectors.
-
-------------------------------------------------------------------------
-r15678 | etxrab | 2005-09-04 04:00:01 -0500 (Sun, 04 Sep 2005) | 8 lines
+r20930 | guy | 2007-02-25 13:57:23 -0800 (Sun, 25 Feb 2007) | 8 lines
 Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/asn1/pres/packet-pres-template.h
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
+   M /trunk/epan/dissectors/packet-dnp.c
 
-From Graeme Lunt:
-Basically the changes are:
-a) [pres] make the find_oid_by_[pres_]ctx_id (I changed the name to make it more specific) non-static so it can be called from other dissectors (see acse.cnf changes). I also call it from RTSE and ROS dissectors
-b) [acse] remove (#ifdef NOT_NEEDED) the oid lookup table and any reference to acse_handle - as these are no longer needed
-c) [acse] register the acse dissector on 2.2.1.0.1
-with some modifications: -#ifdef:ed code removed
-- renamed aco -> pco
+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.
 
 ------------------------------------------------------------------------
-r15677 | etxrab | 2005-09-04 03:53:04 -0500 (Sun, 04 Sep 2005) | 1 line
+r20931 | guy | 2007-02-25 14:46:54 -0800 (Sun, 25 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
+   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.
 
-Make Objekt Key a HEX string.
 ------------------------------------------------------------------------
-r15676 | guy | 2005-09-03 13:51:55 -0500 (Sat, 03 Sep 2005) | 2 lines
+r20932 | guy | 2007-02-25 15:25:23 -0800 (Sun, 25 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/epan/crypt/airpdcap_ccmp.c
+   M /trunk/epan/crypt/airpdcap_rijndael.h
+   M /trunk/epan/crypt/airpdcap_tkip.c
 
-Make usage messages fit within 80 characters.
+Eliminate __inline - not all compilers support it.
 
 ------------------------------------------------------------------------
-r15675 | guy | 2005-09-03 13:31:45 -0500 (Sat, 03 Sep 2005) | 3 lines
+r20933 | jmayer | 2007-02-26 00:57:03 -0800 (Mon, 26 Feb 2007) | 98 lines
 Changed paths:
-   M /trunk/tethereal.c
+   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
 
-As with Ethereal, so with Tethereal; we're not a GNU program, don't say
-we are.
+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.
 ------------------------------------------------------------------------
-r15674 | guy | 2005-09-03 13:21:48 -0500 (Sat, 03 Sep 2005) | 4 lines
+r21486 | jelmer | 2007-02-21 11:55:03 +0100 (Wed, 21 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
 
-Use the "svnversion" variable, exported by version_info.c, to print the
-version number from SVN for non-release builds, just as Tethereal does. 
-Fixes bug 408.
+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.
 ------------------------------------------------------------------------
-r15673 | gerald | 2005-09-02 14:54:16 -0500 (Fri, 02 Sep 2005) | 3 lines
+r21490 | jelmer | 2007-02-21 13:35:21 +0100 (Wed, 21 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/plugins/rtnet/packet-rtnet.c
+   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
 
-In RTnet, make sure we don't pass a null handle to call_dissector().  Add
-an entry about this to the release notes.  Fixes a recent buildbot crash.
+Add some tests for the EJS code
+More work on supporting nested types in EJS.
 
 ------------------------------------------------------------------------
-r15672 | gerald | 2005-09-02 14:50:01 -0500 (Fri, 02 Sep 2005) | 2 lines
+r21492 | jelmer | 2007-02-21 15:35:25 +0100 (Wed, 21 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/emem.c
+   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
 
-Fix a typo.
+Finish work on nested type support in EJS.
 
 ------------------------------------------------------------------------
-r15671 | ulfl | 2005-09-02 14:08:25 -0500 (Fri, 02 Sep 2005) | 1 line
+r21493 | jelmer | 2007-02-21 21:59:01 +0100 (Wed, 21 Feb 2007) | 15 lines
 Changed paths:
-   M /trunk/gtk/fileset_dlg.c
+   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.
 
-don't crash if the file_set dialog is opened and a "none fileset" file is already loaded. This bug was introduced by me after the 0.10.12 release
 ------------------------------------------------------------------------
-r15670 | guy | 2005-09-02 11:50:51 -0500 (Fri, 02 Sep 2005) | 2 lines
+r21531 | jelmer | 2007-02-25 10:35:32 +0100 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/doc/text2pcap.pod
-
-text2pcap can add fake SCTP headers.
+   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
 ------------------------------------------------------------------------
-r15669 | sahlberg | 2005-09-02 04:28:30 -0500 (Fri, 02 Sep 2005) | 3 lines
+r21532 | jelmer | 2007-02-25 10:55:57 +0100 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_637.c
+   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
 
-another switch that should be a value_string
+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 ==============
 
 ------------------------------------------------------------------------
-r15668 | sahlberg | 2005-09-02 04:16:50 -0500 (Fri, 02 Sep 2005) | 3 lines
+r20934 | jake | 2007-02-26 12:39:38 -0800 (Mon, 26 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
+   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
 
-make two thigs that should be value_strings value_strings
+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.
 ------------------------------------------------------------------------
-r15667 | guy | 2005-09-02 03:19:15 -0500 (Fri, 02 Sep 2005) | 9 lines
+r20936 | etxrab | 2007-02-26 22:38:49 -0800 (Mon, 26 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-A PDU dissector called by tcp_dissect_pdus() can't return anything.
-
-A PDU length routine called by tcp_dissect_pdus() should use the offset
-passed to it as the offset of the beginning of the PDU.
+   M /trunk/gtk/simple_dialog.c
 
-In the heuristic GIOP dissector, if we're running over TCP, and accept
-the packet, call "dissect_giop_tcp()" so that we handle multiple PDUs
-within the segment or PDUs split across segments.
+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.
 ------------------------------------------------------------------------
-r15666 | etxrab | 2005-09-02 00:49:25 -0500 (Fri, 02 Sep 2005) | 2 lines
+r20937 | etxrab | 2007-02-26 22:54:41 -0800 (Mon, 26 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-epl.h
 
-From Steve Karg 
+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.
 ------------------------------------------------------------------------
-r15665 | etxrab | 2005-09-02 00:46:10 -0500 (Fri, 02 Sep 2005) | 3 lines
+r20938 | etxrab | 2007-02-26 22:58:30 -0800 (Mon, 26 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
 
-From ouli:
-- Add version 2 CancelLocation decoding
+From Douglas Pratley:
 
+This patch gives brief instructions on how to build the RPM package target for Wireshark.
 ------------------------------------------------------------------------
-r15664 | guy | 2005-09-02 00:43:49 -0500 (Fri, 02 Sep 2005) | 2 lines
+r20939 | etxrab | 2007-02-26 23:00:11 -0800 (Mon, 26 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/cms/cms-exp.cnf
-   M /trunk/asn1/mms/mms-exp.cnf
-   M /trunk/asn1/pkixcmp/cmp-exp.cnf
-   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
-   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-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   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-ess.c
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-h248.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-pkinit.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.c
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-pkixtsp.c
-   M /trunk/epan/dissectors/packet-smrse.c
-   M /trunk/epan/dissectors/packet-wlancertextn.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
-
-Regenerate dissectors with the current asn2eth.
+   M /trunk/asn1/gsmmap/GSMMAP.asn
 
+Add $Id:$
 ------------------------------------------------------------------------
-r15663 | etxrab | 2005-09-01 14:44:26 -0500 (Thu, 01 Sep 2005) | 1 line
+r20940 | etxrab | 2007-02-26 23:02:29 -0800 (Mon, 26 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/diameter/TGPPSh.xml
+   M /trunk/diameter/imscxdx.xml
 
-It looks like there might not always be a body, check if there is.
+Add some AVP:s
 ------------------------------------------------------------------------
-r15662 | gerald | 2005-09-01 14:35:23 -0500 (Thu, 01 Sep 2005) | 3 lines
+r20941 | sahlberg | 2007-02-27 01:37:48 -0800 (Tue, 27 Feb 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcerpc.h
+
+add PIDL friendly helper to manage unicode strings
 
-Normalize our hf_id checks and make sure our hf_ids are valid before we
-try to use them.  This should fix bugs 399 and 401.
 
 ------------------------------------------------------------------------
-r15661 | etxrab | 2005-09-01 14:31:48 -0500 (Thu, 01 Sep 2005) | 1 line
+r20942 | morriss | 2007-02-27 02:02:28 -0800 (Tue, 27 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Re-assemble GIOP over TCP.
+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.
 ------------------------------------------------------------------------
-r15660 | sahlberg | 2005-09-01 14:05:00 -0500 (Thu, 01 Sep 2005) | 5 lines
+r20943 | lego | 2007-02-27 02:27:05 -0800 (Tue, 27 Feb 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/range.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
 
-convert to g_snprintf()
+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
 
-also make range_convert_range() return an emem allocated string
+fix Bug 1407
+as per bug 1406 actual values aren't raw bytes, they are BER encoded octet strings.
 
 
 ------------------------------------------------------------------------
-r15659 | guy | 2005-09-01 13:03:02 -0500 (Thu, 01 Sep 2005) | 2 lines
+r20945 | jmayer | 2007-02-27 12:32:15 -0800 (Tue, 27 Feb 2007) | 28 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-Get rid of a no-longer-used #define.
+   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 ============
 ------------------------------------------------------------------------
-r15658 | guy | 2005-09-01 06:34:10 -0500 (Thu, 01 Sep 2005) | 4 lines
+r21545 | jelmer | 2007-02-26 18:43:01 +0100 (Mon, 26 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isis-clv.c
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
 
-Use "proto_item_append_text()" rather than filling up an allocated
-buffer.  This fixes one place where the "NLPID(s):" wasn't being put
-into the protocol tree item.
+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.
 ------------------------------------------------------------------------
-r15657 | guy | 2005-09-01 06:32:14 -0500 (Thu, 01 Sep 2005) | 5 lines
+r21559 | jelmer | 2007-02-27 14:41:56 +0100 (Tue, 27 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/inet_ntop.c
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
 
-128 bytes isn't much room for the stack; revert to using an on-the-stack
-buffer (the buffer in question is temporary, so it doesn't need to
-survive after inet_ntop() returns), which should fix some compile errors
-on Windows.
+More tests.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
 ------------------------------------------------------------------------
-r15656 | kukosa | 2005-09-01 05:52:33 -0500 (Thu, 01 Sep 2005) | 1 line
+r20946 | sfisher | 2007-02-27 16:08:23 -0800 (Tue, 27 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/libwireshark.def
+
+
+Fix for bug #1408:
+
+Add proto_tree_add_bitmask to epan/libwireshark.def
+
 
-filter expression can contain GUID in XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX form now
 ------------------------------------------------------------------------
-r15655 | guy | 2005-09-01 05:38:41 -0500 (Thu, 01 Sep 2005) | 3 lines
+r20947 | lego | 2007-02-28 06:09:25 -0800 (Wed, 28 Feb 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-sctp.c
+
+SCTP TSN analysis part 1.
 
-Use "proto_tree_append_text()" rather than appending to an ep_alloced
-buffer (that buffer wasn't getting cleared for each item).
+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.
 ------------------------------------------------------------------------
-r15654 | guy | 2005-09-01 04:56:23 -0500 (Thu, 01 Sep 2005) | 2 lines
+r20948 | etxrab | 2007-02-28 13:10:25 -0800 (Wed, 28 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/asn1/inap/inap.asn
+   M /trunk/epan/dissectors/packet-inap.c
 
-Get rid of a trailing comma.
+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.
 ------------------------------------------------------------------------
-r15653 | sahlberg | 2005-09-01 04:40:55 -0500 (Thu, 01 Sep 2005) | 3 lines
+r20950 | sfisher | 2007-02-28 14:45:18 -0800 (Wed, 28 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/inet_ntop.c
+   M /trunk/tshark.c
 
-replace one sprintf with g_snprintf  and move one array off the stack and into emem allocated memory
 
+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.
 
 ------------------------------------------------------------------------
-r15652 | sahlberg | 2005-09-01 04:29:21 -0500 (Thu, 01 Sep 2005) | 6 lines
+r20951 | sfisher | 2007-02-28 15:20:40 -0800 (Wed, 28 Feb 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/proto.c
-
-hmmm i though i removed some sprintf in the previous commit   apparently not.
+   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
 
 
-remove all sprintf and replace with g_snprintf()
+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..
 
 
 ------------------------------------------------------------------------
-r15651 | sahlberg | 2005-09-01 04:03:29 -0500 (Thu, 01 Sep 2005) | 6 lines
+r20952 | lego | 2007-02-28 16:24:57 -0800 (Wed, 28 Feb 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/gtk/main.c
-   M /trunk/tap-protocolinfo.c
-
-convert one sprintf into g_snprintf()
+   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
 
-at the same time, make proto_construct_dfilter_string() return an emem allocated string.
-This fixes a tiny memleak in print.c that never freed the string returned by this function.
+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
 
 ------------------------------------------------------------------------
-r15650 | sahlberg | 2005-09-01 03:39:52 -0500 (Thu, 01 Sep 2005) | 3 lines
+r20953 | sfisher | 2007-02-28 18:18:18 -0800 (Wed, 28 Feb 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/sha1.c
+   M /trunk/gtk/simple_dialog.c
+
 
-replace one ifdeffed out sprintf with g_snprintf() so that it doesnt show up in a 'grep sprintf *.c' any more
+Wrap long lines in simple dialogs so that the dialog and its message
+won't ever extend off the screen.
 
 
 ------------------------------------------------------------------------
-r15649 | etxrab | 2005-09-01 00:44:40 -0500 (Thu, 01 Sep 2005) | 1 line
+r20954 | ulfl | 2007-03-01 01:36:01 -0800 (Thu, 01 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/gtk/Makefile.am
 
-Add Tomer Shani
+add export_object.h so distcheck don't fail
 ------------------------------------------------------------------------
-r15648 | etxrab | 2005-09-01 00:41:59 -0500 (Thu, 01 Sep 2005) | 10 lines
+r20955 | sfisher | 2007-03-01 13:08:01 -0800 (Thu, 01 Mar 2007) | 13 lines
 Changed paths:
-   M /trunk/gtk/rtp_analysis.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
+
 
-From Tomer Shani:
-Patch which will enable saving payload in raw (binary) format in addition to the existing au format.
+Fix bug #1409:
 
-We have found it very useful to be able to extract the RTP data for use with other tools (especially when dealing with proprietary/uncommon coders).
+There is an error in the page:
+http://wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html
 
-Changes:
+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'.
 
-rtp_packet_save_payload: no longer transforms packet to linear coding, payload is saved in raw format 
-copy_file: will perform the needed transcoding and save to needed format (au or raw)
 
 ------------------------------------------------------------------------
-r15647 | etxrab | 2005-09-01 00:34:52 -0500 (Thu, 01 Sep 2005) | 8 lines
+r20956 | sfisher | 2007-03-01 13:28:57 -0800 (Thu, 01 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rdt.c
-   M /trunk/epan/dissectors/packet-rdt.h
-   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan
 
-From Martin Mathieson
 
-These small patches:
+Add epan/reassemble_test executable to svn:ignore
 
-- add RTSP header 'RDTFeatureLevel  as a proper field
-- show feature level in RDT stream setup info
-- tidy up RDT info column text
 
 ------------------------------------------------------------------------
-r15646 | ulfl | 2005-08-31 18:52:40 -0500 (Wed, 31 Aug 2005) | 1 line
+r20957 | gal | 2007-03-02 09:28:43 -0800 (Fri, 02 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/plugins/xml/moduleinfo.h
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-fix probable copy and paste error, as the xml dissector should be named xml and not mate
-------------------------------------------------------------------------
-r15645 | gerald | 2005-08-31 16:38:08 -0500 (Wed, 31 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/column-utils.c
+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.
 
-If we set one or more time references and then changed the time display
-format, our time-formatted columns would display a time value instead of
-"*REF*".  Don't to that.
 
 ------------------------------------------------------------------------
-r15644 | etxrab | 2005-08-31 15:25:48 -0500 (Wed, 31 Aug 2005) | 1 line
+r20958 | sfisher | 2007-03-02 13:17:44 -0800 (Fri, 02 Mar 2007) | 6 lines
 Changed paths:
-   M /trunk/plugins/giop/packet-parlay.c
+   M /trunk/epan/filesystem.c
 
-Parlay re-generated with the updated idl2eth generator.
-------------------------------------------------------------------------
-r15643 | etxrab | 2005-08-31 15:20:56 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
 
-Upadte to call Data dissector from PRES based on OID in Presentation Context,
-based on the code in ACSE.
-------------------------------------------------------------------------
-r15642 | guy | 2005-08-31 15:02:06 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
-   A /trunk/asn1/gnm/Makefile
+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.
 
-Add a Makefile.
 
 ------------------------------------------------------------------------
-r15641 | guy | 2005-08-31 14:51:53 -0500 (Wed, 31 Aug 2005) | 2 lines
+r20959 | sfisher | 2007-03-02 13:47:34 -0800 (Fri, 02 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/gtk/menu.c
 
-Give it an RCS ID.
 
-------------------------------------------------------------------------
-r15640 | etxrab | 2005-08-31 14:51:24 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
-   M /trunk/epan/sigcomp-udvm.c
+Activate the File -> Export menu when a capture is in
+progress in addition to when a capture file is open.
+
 
-udvm: initialise a variable
-sigcomp: implement RFC 4077
 ------------------------------------------------------------------------
-r15639 | guy | 2005-08-31 14:51:16 -0500 (Wed, 31 Aug 2005) | 2 lines
+r20960 | gerald | 2007-03-02 15:44:54 -0800 (Fri, 02 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-lldp.c
 
-Give it an RCS ID.
+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.
 
 ------------------------------------------------------------------------
-r15638 | guy | 2005-08-31 14:43:37 -0500 (Wed, 31 Aug 2005) | 4 lines
+r20961 | sfisher | 2007-03-02 19:14:00 -0800 (Fri, 02 Mar 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/stat_cmd_args.c
+   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
 
-Keep the list of possible "-z" arguments sorted, so we can display them
-in sorted order (to make it a bit easier to find the one you're
-interested in).
 
-------------------------------------------------------------------------
-r15637 | guy | 2005-08-31 13:49:14 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/tethereal.c
+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 
 
-Fix a typo.
 
 ------------------------------------------------------------------------
-r15636 | kukosa | 2005-08-31 10:03:12 -0500 (Wed, 31 Aug 2005) | 3 lines
+r20962 | ulfl | 2007-03-03 01:30:15 -0800 (Sat, 03 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/asn1/h235/packet-h235-template.c
-   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/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-
-- more standard way for FastStart item dissection
-- protocol names fixed
+   M /trunk/epan/dissectors/packet-lldp.c
 
+use the official PROFINET names (only comments changed)
 ------------------------------------------------------------------------
-r15635 | kukosa | 2005-08-31 09:53:15 -0500 (Wed, 31 Aug 2005) | 1 line
+r20963 | ulfl | 2007-03-03 01:33:02 -0800 (Sat, 03 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-internal length field for constrained SEQUNCE/SET OF was not hidden
+fix read handling of index 0x8051 and 0xe00c
 ------------------------------------------------------------------------
-r15634 | kukosa | 2005-08-31 09:32:29 -0500 (Wed, 31 Aug 2005) | 3 lines
+r20964 | gal | 2007-03-03 07:05:03 -0800 (Sat, 03 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/tools/asn2eth.py
+   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.
+
 
-- OID names table extended
-- NAME and ABBREV attributes can be used in #.FIELD_ATTR
-- following constraint format is supported (1..10, ..., 11..MAX)
 ------------------------------------------------------------------------
-r15633 | tuexen | 2005-08-31 08:52:43 -0500 (Wed, 31 Aug 2005) | 2 lines
+r20965 | lego | 2007-03-03 08:36:19 -0800 (Sat, 03 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ses.h
+   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
 
-Make ses_vals extern. Required to get it linked on Mac OS X.
++ improve dissection of PkdName
++ complete H.248.1 E.1 Generic Package
 
 ------------------------------------------------------------------------
-r15632 | sahlberg | 2005-08-31 03:49:10 -0500 (Wed, 31 Aug 2005) | 3 lines
+r20966 | lego | 2007-03-03 15:33:56 -0800 (Sat, 03 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
-remove some g_string_printf[a]() and replace with g_snprintf()
+- 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.
 
 ------------------------------------------------------------------------
-r15631 | sahlberg | 2005-08-31 03:09:00 -0500 (Wed, 31 Aug 2005) | 3 lines
+r20968 | sahlberg | 2007-03-03 17:15:44 -0800 (Sat, 03 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/pidl/winreg.cnf
 
-change g_string_sprintf[a]() to g_snprintf() and emem allocated memory.
+add dissection of the WINREG specific bits in the accessmask for WINREG objects
 
 
 ------------------------------------------------------------------------
-r15630 | etxrab | 2005-08-31 00:46:20 -0500 (Wed, 31 Aug 2005) | 1 line
+r20969 | lego | 2007-03-03 17:55:02 -0800 (Sat, 03 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
 
-Decode CmnInform fixes bug 376.
+add sections for the various user tables.
 ------------------------------------------------------------------------
-r15629 | jmayer | 2005-08-30 15:21:11 -0500 (Tue, 30 Aug 2005) | 1 line
+r20970 | lego | 2007-03-03 18:27:11 -0800 (Sat, 03 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/pres/Makefile
+   M /trunk/gtk/uat_gui.c
 
-propset svn:keywords and svn:eol-style
+protect callbacks of derived windows from dereferencing a null pointer if the main table has being closed in the meanwhile.
 ------------------------------------------------------------------------
-r15628 | gerald | 2005-08-30 14:52:38 -0500 (Tue, 30 Aug 2005) | 2 lines
+r20971 | jmayer | 2007-03-04 03:48:07 -0800 (Sun, 04 Mar 2007) | 8 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   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.
 
-Add an item about the packet list scroll bar.
+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 :-)
 
 ------------------------------------------------------------------------
-r15627 | ulfl | 2005-08-30 14:43:38 -0500 (Tue, 30 Aug 2005) | 1 line
+r20972 | lego | 2007-03-04 08:00:05 -0800 (Sun, 04 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   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!
 
-add timestamp enhancements to the changes section, do some editing with the existing entries
 ------------------------------------------------------------------------
-r15626 | gerald | 2005-08-30 14:43:32 -0500 (Tue, 30 Aug 2005) | 3 lines
+r20973 | jmayer | 2007-03-04 13:26:47 -0800 (Sun, 04 Mar 2007) | 3 lines
 Changed paths:
-   A /trunk/asn1/pres/Makefile
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
+   M /trunk/epan/dissectors/packet-tapa.c
 
-Break out of an infinite loop.  Fixes bugs 392 - 395.  Add a UNIX Makefile
-for generation of the PRES dissector.
+Some updates to the tunnel protocol decoding.
+Make tapa.discover.x and tapa.tunnel.y more consistent.
 
 ------------------------------------------------------------------------
-r15625 | ulfl | 2005-08-30 14:42:05 -0500 (Tue, 30 Aug 2005) | 5 lines
+r20974 | jake | 2007-03-05 12:25:54 -0800 (Mon, 05 Mar 2007) | 17 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   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.
 
-minor workflow enhancement, generate the HTML files before the pdf's and alike.
+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.
 
-while working with the docbook sources, the html versions are a lot easier to look at than the pdf's. At least the Adobe Reader will lock the pdf file, so one has to close it to generate a next version, it's ugly to work with.
+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.
 
-the html files can be viewed with e.g. Firefox while a new version is already generated, a simple reload will do the update then ...
+In short, I think the relevant section of README.developer needs a
+rewrite. I attach a patch - comments welcome.
 ------------------------------------------------------------------------
-r15624 | ulfl | 2005-08-30 14:35:20 -0500 (Tue, 30 Aug 2005) | 5 lines
+r20975 | etxrab | 2007-03-05 14:04:51 -0800 (Mon, 05 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
-
-from Jaap Keuter:
+   M /trunk/AUTHORS
 
-There were so many little things in chapter 2 that I had to get to it and
-weed them all out. Its mainly capitalizations, some wording, and the
-addition of GnuWin32 references.
+Add Dave Butt to the AUTHORS file.
 ------------------------------------------------------------------------
-r15623 | ulfl | 2005-08-30 04:43:47 -0500 (Tue, 30 Aug 2005) | 5 lines
+r20976 | lego | 2007-03-05 14:47:40 -0800 (Mon, 05 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/libpcap.h
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.h
+   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 support for slightly modified libpcap file format with nanosecond resolution (currently supported by Ethereal only). Support for both read and write was added.
++ 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.
 
-The file format stays the same as the common libpcap format, only the lower part of the timestamp field uses nanoseconds instead of microseconds.
 
-This file format uses the libpcap magic number 0xa1b23c4d.
 ------------------------------------------------------------------------
-r15622 | sahlberg | 2005-08-30 04:38:06 -0500 (Tue, 30 Aug 2005) | 3 lines
+r20977 | etxrab | 2007-03-05 15:11:11 -0800 (Mon, 05 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-remove some g_string_printf[a]() and replace it with g_snprintf() to ememified buffers
+   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.
 ------------------------------------------------------------------------
-r15621 | sahlberg | 2005-08-30 04:25:44 -0500 (Tue, 30 Aug 2005) | 5 lines
+r20978 | lego | 2007-03-05 15:50:08 -0800 (Mon, 05 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-remove a bunch of sprintf  that should be perfectly safe  but for the principle of it
-
-replace with g_snprintf()
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sccp.h
 
+prepare for in-tree call tracing of bssap and ranap.
 
 ------------------------------------------------------------------------
-r15620 | sahlberg | 2005-08-30 04:05:44 -0500 (Tue, 30 Aug 2005) | 5 lines
+r20979 | sfisher | 2007-03-05 16:35:35 -0800 (Mon, 05 Mar 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
 
-replace some g_string_sprintf() with g_snprintf()
 
-remove one static 1kb char array and make it emem ep allocated
+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.
 
 
 ------------------------------------------------------------------------
-r15619 | sahlberg | 2005-08-30 03:47:25 -0500 (Tue, 30 Aug 2005) | 3 lines
+r20980 | sfisher | 2007-03-05 16:36:25 -0800 (Mon, 05 Mar 2007) | 15 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isis-clv.c
+   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
 
-move an array off the stack into emem allocated memory
+
+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
 
 
 ------------------------------------------------------------------------
-r15618 | sahlberg | 2005-08-30 03:41:18 -0500 (Tue, 30 Aug 2005) | 3 lines
+r20981 | lego | 2007-03-05 16:48:46 -0800 (Mon, 05 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isis-clv.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-change g_string_sprintf() into g_snprintf()
++ 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
 
 ------------------------------------------------------------------------
-r15617 | sahlberg | 2005-08-30 03:23:50 -0500 (Tue, 30 Aug 2005) | 3 lines
+r20982 | martinm | 2007-03-06 05:37:39 -0800 (Tue, 06 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-
-change one g_string_sprintf() into g_snprintf()  and move one array of characters from the stack into emem allocated memory
+   M /trunk/epan/dissectors/packet-rtcp.c
 
+Append ms calculation to DLSR field.
+Show number of bytes derived from length field.
 
 ------------------------------------------------------------------------
-r15616 | sahlberg | 2005-08-30 03:06:16 -0500 (Tue, 30 Aug 2005) | 3 lines
+r20983 | etxrab | 2007-03-06 12:58:14 -0800 (Tue, 06 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-h263.c
 
-remove a variable that is never used and thus two also completely redundant g_free() calls.
+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
 ------------------------------------------------------------------------
-r15615 | sahlberg | 2005-08-30 02:54:15 -0500 (Tue, 30 Aug 2005) | 4 lines
+r20986 | lego | 2007-03-06 14:13:12 -0800 (Tue, 06 Mar 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/asn1/h248/h248v3.asn
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
 
-replace some (safe) g_string_sprintf  with g_snprintf()
-(so we dont have that many different string handling functions to memorize their usage of and can standardize on a single one )
+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.
 
 ------------------------------------------------------------------------
-r15614 | etxrab | 2005-08-29 15:07:06 -0500 (Mon, 29 Aug 2005) | 12 lines
+r20987 | lego | 2007-03-06 15:16:59 -0800 (Tue, 06 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   A /trunk/asn1/pres
-   A /trunk/asn1/pres/ISO8823-PRESENTATION.asn
-   A /trunk/asn1/pres/Makefile.nmake
-   A /trunk/asn1/pres/packet-pres-template.c
-   A /trunk/asn1/pres/packet-pres-template.h
-   A /trunk/asn1/pres/pres.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-cmip.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
-   M /trunk/epan/dissectors/packet-ses.c
-   M /trunk/epan/dissectors/packet-ses.h
-
-MapDialougePDU.cnf
-Fix a typo.
-
-packet-ber.c 
-packet-acse.c
-packet-cmip.c
-- Add  OID(s)
+   M /trunk/epan/dissectors/packet-h248_q1950.c
 
-packet-ses.c
-Fix export of a value string and change names to the ones used in the protocol spec.
+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
 
-Replace PRES dissector with an asn2eth generated one.
+two inverted value_strings
 ------------------------------------------------------------------------
-r15613 | etxrab | 2005-08-29 11:51:58 -0500 (Mon, 29 Aug 2005) | 1 line
+r20989 | gerald | 2007-03-06 15:55:00 -0800 (Tue, 06 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/tools/asn2eth.py
+   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.
 
-Fix a typo 'BER_UNI_TAG_TeletexString'
 ------------------------------------------------------------------------
-r15612 | jmayer | 2005-08-29 10:00:24 -0500 (Mon, 29 Aug 2005) | 2 lines
+r20990 | gerald | 2007-03-06 17:17:24 -0800 (Tue, 06 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-fldb.c
+   M /trunk/docbook/release-notes.xml
+   M /trunk/wiretap/iseries.c
 
-Change the field description to match the field name.
+Fix a couple of off-by-one overflows reported in bug 1415.  Update the
+release notes accordingly.
 
 ------------------------------------------------------------------------
-r15611 | jmayer | 2005-08-29 09:15:32 -0500 (Mon, 29 Aug 2005) | 2 lines
+r20991 | jmayer | 2007-03-06 23:50:48 -0800 (Tue, 06 Mar 2007) | 2 lines
 Changed paths:
-   A /trunk/tools/checkhf.pl
+   M /trunk/FAQ
+   M /trunk/help/faq.txt
+   M /trunk/manuf
 
-Add a tool to check the hf_ values.
+Update manuf and faq
 
 ------------------------------------------------------------------------
-r15610 | kukosa | 2005-08-29 08:00:53 -0500 (Mon, 29 Aug 2005) | 1 line
+r20992 | jmayer | 2007-03-06 23:55:00 -0800 (Tue, 06 Mar 2007) | 168 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   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
 
-avoid few warnings
+Update from samba tree revision 21565 to 21739
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r15609 | kukosa | 2005-08-29 06:37:08 -0500 (Mon, 29 Aug 2005) | 1 line
+r21567 | jelmer | 2007-02-27 21:35:56 +0100 (Tue, 27 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   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
 
-- fix of bug made with too fast release
+Add some more wireshark tests.
 ------------------------------------------------------------------------
-r15608 | kukosa | 2005-08-29 05:43:33 -0500 (Mon, 29 Aug 2005) | 3 lines
+r21568 | jelmer | 2007-02-27 22:37:31 +0100 (Tue, 27 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   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
 
-- put real value insted of only text into tree for choice extensions
-- sort alphabet for restricted character strings
-- different handling of PER internal fields (only hide them)
+More tests.
 ------------------------------------------------------------------------
-r15607 | sahlberg | 2005-08-29 03:24:15 -0500 (Mon, 29 Aug 2005) | 15 lines
+r21572 | jelmer | 2007-02-28 00:47:07 +0100 (Wed, 28 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   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
 
-In the SEQUENCE OF dissector helper
+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
 
-Only count the number of items in the SEQUENCE OF   IFF we have the full TVB containing the entire blob.
-Dont count the items if the tvb is "short" since then this would just lead to a [short frame]  before a single item in the SEQUENCE OF has been dissected.
+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
 
-Do we really need to count the items and create a FT_UINT field with the number of items at all?
-Then count the items as we are calling the subdissectors and 
-append the '# item[s]' text to the FT_NONE items after we finished the loop?
+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.
 
 ------------------------------------------------------------------------
-r15606 | guy | 2005-08-28 20:18:27 -0500 (Sun, 28 Aug 2005) | 5 lines
+r21586 | jelmer | 2007-02-28 15:56:46 +0100 (Wed, 28 Feb 2007) | 1 line
 Changed paths:
-   M /trunk/wiretap/netxray.c
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/MANIFEST
 
-Get rid of the old file header definition.
+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
 
-Set the time stamp resolution based on whether the number of ticks per
-second is > 1 million or not.
+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.
 ------------------------------------------------------------------------
-r15605 | jmayer | 2005-08-28 19:02:50 -0500 (Sun, 28 Aug 2005) | 4 lines
+r21681 | jelmer | 2007-03-04 15:16:52 +0100 (Sun, 04 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   D /trunk/epan/dissectors/packet-afs-defs.h
-   D /trunk/epan/dissectors/packet-afs-macros.h
-   D /trunk/epan/dissectors/packet-afs-register-info.h
-   M /trunk/epan/dissectors/packet-afs.c
+   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
 
-Merge packet-afs-register-info.h, packet-afs-defs.h and packet-afs-macros.h
-into packet-afs.c
+Fix bug in the parsing code that parsed "struct foo;" the same as 
+"struct foo {};". 
 
+Reported by one of the OpenChange folks, thanks!
 
 ------------------------------------------------------------------------
-r15604 | jmayer | 2005-08-28 18:28:16 -0500 (Sun, 28 Aug 2005) | 1 line
+r21682 | jelmer | 2007-03-04 15:31:18 +0100 (Sun, 04 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gnm.c
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
-properties: svn-keywords -> svn:keywords
+Remove accidently committed debug command.
 ------------------------------------------------------------------------
-r15603 | guy | 2005-08-28 18:11:53 -0500 (Sun, 28 Aug 2005) | 24 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/wiretap/AUTHORS
-   M /trunk/wiretap/netxray.c
-
-From Bill Meier:
-
-1. Use the new (good work!) 'nanosec' precision only for gig pods;
-2. Rework 'struct netxray_hdr' to make it (somewhat) easier
-   to maintain and revise:
-   a. Declare known hdr fields such as 'captype' instead
-      of using offsets in 'xxx placeholder' fields.
-   d. Define 'unknown' hdr fields using placeholder names
-      based upon hex-offset in the netxray header record.
-      (This isn't perfect, but I hope it will make things 
-       more manageable).
-3. Update hdr field info (based upon examination of various
-   capture files):
-   a. Define a hdr field which appears to be 'time-zone' 
-      [offset in hours from UTC] for the machine doing
-      the capture.
-      (Maybe this field can eventually be used for Ethereal
-       to display the (local) time as it was at the time
-       of the capture).
-   b. Describe certain hdr fields as being "file offsets"
-      (altho the exact use is still unclear).
-
-Update some comments.
-
-------------------------------------------------------------------------
-r15602 | guy | 2005-08-28 17:52:05 -0500 (Sun, 28 Aug 2005) | 3 lines
+r21690 | jelmer | 2007-03-05 01:03:44 +0100 (Mon, 05 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/wiretap/lanalyzer.c
+   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
 
-Ethereal requires 64-bit integrer support; do the time stamp
-calculations with integers, which avoids some floating-point inaccuracy.
+Test use of typedef /and/ struct name
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
 ------------------------------------------------------------------------
-r15601 | gerald | 2005-08-28 15:15:57 -0500 (Sun, 28 Aug 2005) | 2 lines
+r20993 | lego | 2007-03-07 06:13:56 -0800 (Wed, 07 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-h248_10.c
 
-Update the RSVP entry.
+another (very small) H.248 package, H.248.10 : Media gateway resource congestion handling package
 
 ------------------------------------------------------------------------
-r15600 | gerald | 2005-08-28 15:15:08 -0500 (Sun, 28 Aug 2005) | 2 lines
+r20994 | lego | 2007-03-07 06:17:08 -0800 (Wed, 07 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
-
-Correct an eariler infinite loop fix.  Fixes bug 382.
+   M /trunk/epan/dissectors/packet-h248_10.c
 
+props
 ------------------------------------------------------------------------
-r15599 | gerald | 2005-08-28 14:59:50 -0500 (Sun, 28 Aug 2005) | 2 lines
+r20995 | tuexen | 2007-03-07 10:37:56 -0800 (Wed, 07 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-iua.c
 
-Add some length checks.  Fixes bugs 381, 384, and 386.
+Fix a crash: You can not combine unsinged types like FT_INT32 and BASE_HEX.
 
 ------------------------------------------------------------------------
-r15598 | guy | 2005-08-28 14:55:44 -0500 (Sun, 28 Aug 2005) | 2 lines
+r20996 | tuexen | 2007-03-07 12:28:48 -0800 (Wed, 07 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/wiretap/iptrace.c
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-enrp.c
 
-Get rid of a no-longer-true comment.
+Add support for draft-ietf-rserpool-policies-04.txt.
 
 ------------------------------------------------------------------------
-r15597 | etxrab | 2005-08-28 14:50:36 -0500 (Sun, 28 Aug 2005) | 5 lines
+r20997 | sfisher | 2007-03-07 15:39:45 -0800 (Wed, 07 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
+   M /trunk/gtk/io_stat.c
+
 
-From Graeme Lunt:
+Add a "Bits/Tick" option to the IO Stats dialog to complement the
+"Bytes/Tick" option.
 
-b) dissect_ber_set() to report missing fields and handle untagged CHOICEs
-c) dissect_ber_choice() to handle untagged CHOICEs (within the CHOICE)
 
 ------------------------------------------------------------------------
-r15596 | guy | 2005-08-28 14:28:04 -0500 (Sun, 28 Aug 2005) | 2 lines
+r20998 | lego | 2007-03-07 16:18:25 -0800 (Wed, 07 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Put back a subtraction of 1 millisecond that was lost.
+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!
 
 ------------------------------------------------------------------------
-r15595 | guy | 2005-08-28 12:57:30 -0500 (Sun, 28 Aug 2005) | 12 lines
+r20999 | lego | 2007-03-07 16:37:07 -0800 (Wed, 07 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-When creating subset tvbuffs, set the length to the minimum of the
-desired reported length and the remaining length, so we don't throw an
-exception at tvbuff creation time if we don't have all the desired data
-- we want to throw the exception at dissection time, so we can dissect
-the data we do have.
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Use "tvb_ensure_bytes_exist()" to force exceptions to be thrown.
+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
 
-When "dissect_unknown_ber()" is called from "call_ber_oid_callback()",
-we're handing it a newly-created tvbuff, so the offset in that tvbuff
-should be zero.
+fix a syntax error on the last check-in...
 
 ------------------------------------------------------------------------
-r15594 | etxrab | 2005-08-28 10:02:38 -0500 (Sun, 28 Aug 2005) | 1 line
+r21001 | lego | 2007-03-08 01:59:16 -0800 (Thu, 08 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-h248_7.c
+
+Yet another H.248 package: H.248.7 Gateway control protocol: Generic Announcement package
 
-Update the Makefile with GNM.
 ------------------------------------------------------------------------
-r15593 | etxrab | 2005-08-28 10:01:49 -0500 (Sun, 28 Aug 2005) | 1 line
+r21002 | jmayer | 2007-03-08 06:49:14 -0800 (Thu, 08 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/cmip/CMIP.asn
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
+   M /trunk/gtk/Makefile.common
 
-Co ordidnate CMIP abd GNM.
+Whitespace changes
 ------------------------------------------------------------------------
-r15592 | etxrab | 2005-08-28 09:56:03 -0500 (Sun, 28 Aug 2005) | 1 line
+r21003 | lego | 2007-03-08 14:59:44 -0800 (Thu, 08 Mar 2007) | 1 line
 Changed paths:
-   A /trunk/asn1/gnm
-   A /trunk/asn1/gnm/GNM.asn
-   A /trunk/asn1/gnm/Makefile.nmake
-   A /trunk/asn1/gnm/gnm.cnf
-   A /trunk/asn1/gnm/packet-gnm-template.c
-   A /trunk/asn1/gnm/packet-gnm-template.h
-   A /trunk/epan/dissectors/packet-gnm.c
-   A /trunk/epan/dissectors/packet-gnm.h
+   M /trunk/epan/dissectors/Makefile.common
 
-Add dissection of ITU M.3100 GNM (GENERIC NETWORK INFORMATION MODEL).
+actually compile H.248.7
 ------------------------------------------------------------------------
-r15591 | guy | 2005-08-28 01:44:06 -0500 (Sun, 28 Aug 2005) | 3 lines
+r21004 | lego | 2007-03-08 15:00:28 -0800 (Thu, 08 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-
-Export "bytestring_to_str()", and use it when adding the link-layer
-address for the ND_OPT_TARGET_LINKADDR ICMPv6 packet type.
+   M /trunk/epan/wslua/wslua_field.c
 
+fix Bug 1370
+LUA function all_field_infos() causes wire shark to terminate.
 ------------------------------------------------------------------------
-r15590 | guy | 2005-08-28 01:41:49 -0500 (Sun, 28 Aug 2005) | 10 lines
+r21005 | ulfl | 2007-03-08 15:37:55 -0800 (Thu, 08 Mar 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.h
-
-In at least some captures, some Kerberos packets contain just a Ticket
-structure.  Handle that.
+   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
 
-Don't muck with the columns, or put a top-level Kerberos protocol item
-into the protocol tree, until we decide that we really have a Kerberos
-packet.
+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.
 
-Do, however, clear the Info column if we're dissecting the Kerberos
-protocol.
+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
 ------------------------------------------------------------------------
-r15589 | guy | 2005-08-28 01:40:59 -0500 (Sun, 28 Aug 2005) | 10 lines
+r21007 | gerald | 2007-03-08 17:40:30 -0800 (Thu, 08 Mar 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/AUTHORS
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
 
-In at least some captures, some Kerberos packets contain just a Ticket
-structure.  Handle that.
+Fix for bug 1264 from Julian Cable:
 
-Don't muck with the columns, or put a top-level Kerberos protocol item
-into the protocol tree, until we decide that we really have a Kerberos
-packet.
+    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.
 
-Do, however, clear the Info column if we're dissecting the Kerberos
-protocol.
+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.
 
 ------------------------------------------------------------------------
-r15588 | guy | 2005-08-28 01:38:30 -0500 (Sun, 28 Aug 2005) | 3 lines
+r21008 | tuexen | 2007-03-09 02:49:23 -0800 (Fri, 09 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Put the units after the values for signal and noise, as that's a bit
-more natural.
+Add HMAC Algo constants.
 
 ------------------------------------------------------------------------
-r15587 | sahlberg | 2005-08-27 22:13:30 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21009 | jmayer | 2007-03-09 05:11:33 -0800 (Fri, 09 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssh.c
-
-add missing value_string termination
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
 
+Regenerated with current pidl compiler
 
 ------------------------------------------------------------------------
-r15586 | sahlberg | 2005-08-27 22:09:58 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21010 | jmayer | 2007-03-09 05:13:44 -0800 (Fri, 09 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-slowprotocols.c
-   M /trunk/epan/dissectors/packet-slsk.c
-
-add missing value_string termination
+   M /trunk/epan/packet_info.h
 
+dcerpc_procedure_name  is actually a const char*, not just char*
 
 ------------------------------------------------------------------------
-r15585 | sahlberg | 2005-08-27 22:05:53 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21011 | jmayer | 2007-03-09 05:14:09 -0800 (Fri, 09 Mar 2007) | 29 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   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
 
-add missing value_string termination
+Other (trivial) stuff
+packet-sccp.h:
+       Add svn properties
 
 
 ------------------------------------------------------------------------
-r15584 | sahlberg | 2005-08-27 22:01:37 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21012 | sahlberg | 2007-03-09 12:02:25 -0800 (Fri, 09 Mar 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
 
-add missing value_string termination
+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.
 
-------------------------------------------------------------------------
-r15583 | sahlberg | 2005-08-27 21:56:24 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius_packetcable.c
-
-add missing value_string termination
 
 
 ------------------------------------------------------------------------
-r15582 | sahlberg | 2005-08-27 21:28:48 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21013 | lego | 2007-03-09 18:04:57 -0800 (Fri, 09 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-inap.c
-
-add missing value_string termination
-
+   M /trunk/wiretap/k12.c
 
+Major cleanup of debug code and whitespace changes.
 ------------------------------------------------------------------------
-r15581 | sahlberg | 2005-08-27 21:24:01 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21014 | lego | 2007-03-09 18:11:51 -0800 (Fri, 09 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-kerberos.c
 
-add missing value_string termination
+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.
 
 ------------------------------------------------------------------------
-r15580 | sahlberg | 2005-08-27 21:13:35 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21015 | lego | 2007-03-09 18:13:00 -0800 (Fri, 09 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-wcp.c
 
-add missing value_string termination
+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.
 
 ------------------------------------------------------------------------
-r15579 | sahlberg | 2005-08-27 21:06:40 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21016 | morriss | 2007-03-10 00:36:24 -0800 (Sat, 10 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dlsw.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-epmd.c
 
-add missing value_string terminator
+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
 
 ------------------------------------------------------------------------
-r15578 | sahlberg | 2005-08-27 20:57:13 -0500 (Sat, 27 Aug 2005) | 4 lines
+r21017 | morriss | 2007-03-10 07:06:11 -0800 (Sat, 10 Mar 2007) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-epl.h
 
-value_strings are terminated with {0,NULL}    not {0xff,NULL}
+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.
 
 ------------------------------------------------------------------------
-r15577 | sahlberg | 2005-08-27 20:51:50 -0500 (Sat, 27 Aug 2005) | 5 lines
+r21018 | morriss | 2007-03-10 22:16:00 -0800 (Sat, 10 Mar 2007) | 18 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
+   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
 
-another value_string that was not terminated
+Fix bug 552:
 
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=552
 
-fix a bug from the previous checking as well.
+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.
 
-------------------------------------------------------------------------
-r15576 | sahlberg | 2005-08-27 20:44:30 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+Update README.developer with this information.
+
+Add header field names in several dissectors where they were missing.
 
-add missing value_string termination
+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.
 
 ------------------------------------------------------------------------
-r15575 | sahlberg | 2005-08-27 20:42:51 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21019 | ulfl | 2007-03-11 05:07:43 -0700 (Sun, 11 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
-
-add missing value_string termination
-
+   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
 ------------------------------------------------------------------------
-r15574 | sahlberg | 2005-08-27 20:35:29 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21020 | martinm | 2007-03-12 04:21:02 -0700 (Mon, 12 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-
-fix value_string termination
+   M /trunk/epan/dissectors/packet-m2pa.c
 
+Make m2pa dissector findable by name.
 
 ------------------------------------------------------------------------
-r15573 | sahlberg | 2005-08-27 20:29:55 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21021 | sfisher | 2007-03-13 13:42:04 -0700 (Tue, 13 Mar 2007) | 17 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3g-a11.c
+   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:
 
-add some missing value_string termination entries
+ - 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
 
 
 ------------------------------------------------------------------------
-r15572 | guy | 2005-08-27 13:44:57 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21022 | ulfl | 2007-03-13 19:55:54 -0700 (Tue, 13 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/filesystem.c
+   M /trunk/epan/filesystem.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/main.c
 
-...and don't print a separating comma if you haven't already printed an
-item.
+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
 ------------------------------------------------------------------------
-r15571 | guy | 2005-08-27 13:22:53 -0500 (Sat, 27 Aug 2005) | 4 lines
+r21023 | etxrab | 2007-03-13 23:29:14 -0700 (Tue, 13 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-Use "free()", not "g_free()", to free strings allocated with "malloc()".
+   M /trunk/diameter/TGPPSh.xml
+   M /trunk/diameter/dictionary.xml
+   M /trunk/diameter/imscxdx.xml
 
-Don't free strings allocated with "ep_alloc()".
+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.
 ------------------------------------------------------------------------
-r15570 | guy | 2005-08-27 13:16:35 -0500 (Sat, 27 Aug 2005) | 2 lines
+r21025 | jmayer | 2007-03-14 08:40:44 -0700 (Wed, 14 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-tapa.c
 
-If you don't print an "(", don't print a ")".
+Improve the heuristic for the tapa discovery classification.
+This should fix bug 1437.
 
 ------------------------------------------------------------------------
-r15569 | guy | 2005-08-27 13:15:42 -0500 (Sat, 27 Aug 2005) | 5 lines
+r21026 | gal | 2007-03-14 10:28:55 -0700 (Wed, 14 Mar 2007) | 6 lines
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-x25.c
 
-Set the time stamp precision; we need it when printing packet summary
-lines.
+"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.
 
-Clean up indentation.
 
 ------------------------------------------------------------------------
-r15568 | jmayer | 2005-08-27 10:11:00 -0500 (Sat, 27 Aug 2005) | 1 line
+r21027 | guy | 2007-03-14 11:19:13 -0700 (Wed, 14 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/make-manuf
+   M /trunk/gtk/main.c
+
+Fix indentation.
 
-Remove S/A from company names
 ------------------------------------------------------------------------
-r15567 | jmayer | 2005-08-27 06:59:10 -0500 (Sat, 27 Aug 2005) | 1 line
+r21028 | guy | 2007-03-14 11:22:28 -0700 (Wed, 14 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/filesystem.c
+
+Include <ctype.h> to define "isspace()".
+
+Clean up indentation.
 
-Cosmectical comment updates
 ------------------------------------------------------------------------
-r15566 | jmayer | 2005-08-27 05:29:16 -0500 (Sat, 27 Aug 2005) | 1 line
+r21029 | guy | 2007-03-14 11:23:19 -0700 (Wed, 14 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cisco-wireless.c
+   M /trunk/epan/dissectors/packet-tapa.c
+
+"dissect_tapa_static()" is a new-style dissector; register it as such.
 
-Small update to comments and beginnings of a type field
 ------------------------------------------------------------------------
-r15565 | jmayer | 2005-08-27 04:21:41 -0500 (Sat, 27 Aug 2005) | 1 line
+r21030 | guy | 2007-03-14 11:25:19 -0700 (Wed, 14 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/manuf
-   M /trunk/manuf.tmpl
+   M /trunk/epan/dissectors/packet-dcom.c
+
+Correctly return the item value through the pointer.
 
-Rename Cisco (00:40:96) back to Aironet
 ------------------------------------------------------------------------
-r15564 | jmayer | 2005-08-27 01:10:08 -0500 (Sat, 27 Aug 2005) | 1 line
+r21031 | guy | 2007-03-14 12:29:42 -0700 (Wed, 14 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/gtk/file_dlg.c
+
+Get rid of some #if-ed out includes, which aren't needed.
 
-Typo
 ------------------------------------------------------------------------
-r15563 | jmayer | 2005-08-27 00:33:50 -0500 (Sat, 27 Aug 2005) | 4 lines
+r21032 | guy | 2007-03-14 12:30:19 -0700 (Wed, 14 Mar 2007) | 6 lines
 Changed paths:
-   M /trunk/colorfilters
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/menu.h
 
-- Add checksum verification
-- Add checksum check to colorfilters
+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.
 
 ------------------------------------------------------------------------
-r15562 | jmayer | 2005-08-27 00:22:44 -0500 (Sat, 27 Aug 2005) | 11 lines
+r21034 | sfisher | 2007-03-15 17:47:26 -0700 (Thu, 15 Mar 2007) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-cisco-wireless.c
+   M /trunk/epan/dissectors/packet-http.c
 
-Started to decode some Cisco proprietary L2 protocol:
 
- * I couldn't find any documentation on this protocol. Neither
- * what it's good for nor what the elements do. This is purely
- * reverse engineered by looking at the hex dump of the packets.
- *
- * TODO
- *      - Find out more about unknown fields
- *      - Currently only one type of packet is really handled at all
+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.
 
 ------------------------------------------------------------------------
-r15561 | jmayer | 2005-08-27 00:17:35 -0500 (Sat, 27 Aug 2005) | 3 lines
+r21035 | grahamb | 2007-03-16 04:39:19 -0700 (Fri, 16 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/etypes.h
-   M /trunk/oui.h
-
-Add classification of an aironet proprietary L2 protocol
-in both, Ethernet V2 and IEEE802.3 SNAP packets.
+   M /trunk/epan/dissectors/packet-dnp.c
 
+Corrected dissection when reading binary inputs that have per point indexes, found by Steven J. Schaeffer
 ------------------------------------------------------------------------
-r15560 | jmayer | 2005-08-27 00:13:42 -0500 (Sat, 27 Aug 2005) | 4 lines
+r21036 | martinm | 2007-03-16 07:09:12 -0700 (Fri, 16 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/epan/dissectors/packet-cops.c
 
-- Update wka.tmpl with two Extreme MAC addresses
-- Update manuf
-- Update faq
+Turn an error that I've encountered into an easily findable expert item.
 
 ------------------------------------------------------------------------
-r15559 | sahlberg | 2005-08-26 21:17:18 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21037 | lego | 2007-03-16 14:22:35 -0700 (Fri, 16 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/crypt/crypt-sha1.c
+   M /trunk/epan/crypt/crypt-sha1.h
 
-remove the last remaining sprintf in epan/dissectors
+From: Sebastien Tandel
+And here is the patch to change guint -> guint32 in the hmac function.
 
 
 ------------------------------------------------------------------------
-r15558 | sahlberg | 2005-08-26 20:19:12 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21038 | sfisher | 2007-03-16 15:05:57 -0700 (Fri, 16 Mar 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/gtk/capture_dlg.c
 
-removal of sprintf
+
+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. 
 
 
 ------------------------------------------------------------------------
-r15557 | sahlberg | 2005-08-26 20:11:02 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21039 | sfisher | 2007-03-16 17:10:48 -0700 (Fri, 16 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/gtk/capture_dlg.c
 
-sprintf removal
+
+Update to revision 21038 - line up the IP address label with the
+rest of the items in that part of the capture dialog.
 
 
 ------------------------------------------------------------------------
-r15556 | sahlberg | 2005-08-26 20:05:14 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21040 | ulfl | 2007-03-16 17:36:40 -0700 (Fri, 16 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/Makefile.nmake
 
-sprintf removal
+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
 
 ------------------------------------------------------------------------
-r15555 | sahlberg | 2005-08-26 19:58:55 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21042 | morriss | 2007-03-17 01:56:11 -0700 (Sat, 17 Mar 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/gtk/mtp3_stat.c
 
-remove one sprintf
+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().
 
 ------------------------------------------------------------------------
-r15554 | sahlberg | 2005-08-26 19:48:22 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21043 | lego | 2007-03-17 07:56:04 -0700 (Sat, 17 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
-
-sprintf removal
+   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
 ------------------------------------------------------------------------
-r15553 | sahlberg | 2005-08-26 19:44:47 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21044 | lego | 2007-03-17 10:40:21 -0700 (Sat, 17 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-icmpv6.c
-
-sprintf removal
+   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.
 ------------------------------------------------------------------------
-r15552 | sahlberg | 2005-08-26 19:40:23 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21045 | lego | 2007-03-17 10:55:19 -0700 (Sat, 17 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-
-sprintf removals
+   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
 ------------------------------------------------------------------------
-r15551 | ulfl | 2005-08-26 19:37:48 -0500 (Fri, 26 Aug 2005) | 5 lines
+r21047 | lego | 2007-03-17 14:44:22 -0700 (Sat, 17 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-bump up the wiretap.dll version from 0.2 to 0.3 as I've recently changed the wiretap API in an incompatible way
+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
 
-the timestamps now contain nseconds instead of microseconds and there's a new function added.
+make sure curr_info.evt is not-NULL before derreferencing it.
 
-Is there a similar place for the Unix builds where this version has to be changed too?
+fixes Bug 1451
 ------------------------------------------------------------------------
-r15550 | sahlberg | 2005-08-26 19:25:32 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21049 | lego | 2007-03-18 06:53:28 -0700 (Sun, 18 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-fw1.c
-
-sprintf removal
+   M /trunk/epan/dissectors/packet-h248.c
 
+make sure curr_info.evt is not-NULL before derreferencing it.
 
+fixes Bug 1451
 ------------------------------------------------------------------------
-r15549 | sahlberg | 2005-08-26 19:10:02 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21050 | lego | 2007-03-18 07:56:58 -0700 (Sun, 18 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/asn1/h248/packet-h248-template.c
+
+make sure curr_info.sig is not-NULL before derreferencing it.
 
-sprintf big fix
+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
 ------------------------------------------------------------------------
-r15548 | sahlberg | 2005-08-26 19:09:19 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21052 | wmeier | 2007-03-18 08:36:22 -0700 (Sun, 18 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   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
 
-some sprintf removals
+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
 ------------------------------------------------------------------------
-r15547 | ulfl | 2005-08-26 18:13:43 -0500 (Fri, 26 Aug 2005) | 1 line
+r21054 | lego | 2007-03-18 14:54:07 -0700 (Sun, 18 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/h248/packet-h248-template.h
 
-show the list of reassembled COTP fragments as a toplevel tree item and show it only at the last packet (not in every packet involved)
+add a tap to h248
 ------------------------------------------------------------------------
-r15546 | sahlberg | 2005-08-26 18:05:38 -0500 (Fri, 26 Aug 2005) | 6 lines
+r21055 | lego | 2007-03-18 14:55:00 -0700 (Sun, 18 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-There will be a lot of tcp_unacked data structures we only need to keep
-around until they have been acked.
-Use a slab allocator for these structs so that we dont keep the structs around in memory longer than we need to.
+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
 ------------------------------------------------------------------------
-r15545 | guy | 2005-08-26 14:44:30 -0500 (Fri, 26 Aug 2005) | 2 lines
+r21059 | lego | 2007-03-18 16:15:19 -0700 (Sun, 18 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/wiretap/airopeek9.c
+   M /trunk/gtk/voip_calls_dlg.c
 
-Fix indentation, and fix a comment.
+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
 ------------------------------------------------------------------------
-r15544 | guy | 2005-08-26 14:40:46 -0500 (Fri, 26 Aug 2005) | 7 lines
+r21061 | guy | 2007-03-18 17:03:17 -0700 (Sun, 18 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/wiretap/erf.c
-   M /trunk/wiretap/erf.h
-   M /trunk/wiretap/etherpeek.c
-   M /trunk/wiretap/wtap-int.h
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-usb.c
 
-Ethereal now requires 64-bit integer support, so get rid of the tests of
-G_HAVE_GINT64.
+From Charles Lepple: in a Get Descriptor message, the descriptor index
+comes before the descriptor type.
 
-Get rid of the floating-point stuff in the Etherpeek Classic file
-reading code, just use 64-bit integers.  Fix up the calculation of the
-nanoseconds portion of the time stamp.
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r15543 | gerald | 2005-08-26 14:01:58 -0500 (Fri, 26 Aug 2005) | 2 lines
+r21063 | lego | 2007-03-18 17:36:42 -0700 (Sun, 18 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/voip_calls.c
 
-Docbook isn't HTML.  Use <ulink> instead of <a>.
+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!).
 ------------------------------------------------------------------------
-r15542 | ulfl | 2005-08-26 13:42:12 -0500 (Fri, 26 Aug 2005) | 1 line
+r21064 | guy | 2007-03-18 19:36:30 -0700 (Sun, 18 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+Get rid of unused variable.
 
-don't use -1 if the remaining length (the fragment length) is actually zero, this will throw an Exception
 ------------------------------------------------------------------------
-r15541 | gerald | 2005-08-26 10:47:32 -0500 (Fri, 26 Aug 2005) | 3 lines
+r21065 | morriss | 2007-03-19 03:34:26 -0700 (Mon, 19 Mar 2007) | 6 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Add an item about ip.checksum_bad's new behavior.  Update the WinPcap
-installer notes.
+- 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.
 
 ------------------------------------------------------------------------
-r15540 | gerald | 2005-08-26 10:46:53 -0500 (Fri, 26 Aug 2005) | 2 lines
+r21066 | gal | 2007-03-19 12:08:22 -0700 (Mon, 19 Mar 2007) | 34 lines
 Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.h
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h225.h
+   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.) 
 
-Make sure the size of dialedDigits matches the ASN.1 definition.
 
 ------------------------------------------------------------------------
-r15539 | gerald | 2005-08-26 10:45:31 -0500 (Fri, 26 Aug 2005) | 8 lines
+r21067 | gerald | 2007-03-19 13:13:01 -0700 (Mon, 19 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/emem.c
+   M /trunk/epan/dissectors/packet-udp.c
 
-Add a pair of #defines to emem.c that make ep_alloc() and se_alloc()
-use individual g_malloc() calls instead of memchunks.  This lets us use
-tools like Valgrind and ElectricFence to find bugs.
+Extend the bad checksum description to include '(maybe caused by "UDP
+checksum offload"?)', similar to the TCP dissector.
 
-In the H.245 dissector, set h245_pi to NULL after we're done with
-it so that we don't go stomping through our memchunks with muddy
-boots later on.  Fixes the current Buildbot menagerie failure.
+Minor whitespace fixups.
 
 ------------------------------------------------------------------------
-r15538 | kukosa | 2005-08-26 07:15:49 -0500 (Fri, 26 Aug 2005) | 1 line
+r21068 | sahlberg | 2007-03-20 07:27:13 -0700 (Tue, 20 Mar 2007) | 6 lines
 Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.c
+   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
+
 
-time resolution changes from packet-h225.c moved to packet-h225-template.c
 ------------------------------------------------------------------------
-r15537 | guy | 2005-08-25 20:31:32 -0500 (Thu, 25 Aug 2005) | 4 lines
+r21069 | sahlberg | 2007-03-20 07:42:49 -0700 (Tue, 20 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
+   M /trunk/epan/dissectors/packet-mikey.c
 
-Dissectors registered with "register_ber_oid_dissector()" return void.
+remove some compiler warnings for unused parameters
 
-Fix the spelling of "attribute".
 
 ------------------------------------------------------------------------
-r15536 | ulfl | 2005-08-25 19:59:07 -0500 (Thu, 25 Aug 2005) | 1 line
+r21070 | sahlberg | 2007-03-20 07:50:15 -0700 (Tue, 20 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/epan/dissectors/packet-sctp.c
+
+remove some compiler warnings about unused parameters
+
 
-fix #339: don't try to install WinPcap with a silent installer
 ------------------------------------------------------------------------
-r15535 | ulfl | 2005-08-25 19:01:49 -0500 (Thu, 25 Aug 2005) | 4 lines
+r21071 | sahlberg | 2007-03-20 07:58:55 -0700 (Tue, 20 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/colorfilters
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/epan/dissectors/packet-smb.c
+
+remove some compiler warnings
 
-fix #378:
-use "ip.checksum_bad == 1" instead of simply "ip.checksum_bad" in the example colorfilter file, as the implementation of that filter string changed
 
-install the global example files unconditionally by the win32 installer, to fix this problem and be compatible with the unix install process
 ------------------------------------------------------------------------
-r15534 | ulfl | 2005-08-25 16:29:54 -0500 (Thu, 25 Aug 2005) | 6 lines
+r21072 | sahlberg | 2007-03-20 08:05:04 -0700 (Tue, 20 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/cfile.h
-   M /trunk/dftest.c
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column.c
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/timestamp.c
-   M /trunk/epan/timestamp.h
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-   M /trunk/file.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/recent.h
-   M /trunk/tethereal.c
-   M /trunk/wiretap/5views.c
-   M /trunk/wiretap/airopeek9.c
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/cosine.c
-   M /trunk/wiretap/csids.c
-   M /trunk/wiretap/dbs-etherwatch.c
-   M /trunk/wiretap/erf.c
-   M /trunk/wiretap/etherpeek.c
-   M /trunk/wiretap/eyesdn.c
-   M /trunk/wiretap/hcidump.c
-   M /trunk/wiretap/i4btrace.c
-   M /trunk/wiretap/iptrace.c
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/lanalyzer.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/netmon.c
-   M /trunk/wiretap/nettl.c
-   M /trunk/wiretap/network_instruments.c
-   M /trunk/wiretap/netxray.c
-   M /trunk/wiretap/ngsniffer.c
-   M /trunk/wiretap/pppdump.c
-   M /trunk/wiretap/radcom.c
-   M /trunk/wiretap/snoop.c
-   M /trunk/wiretap/toshiba.c
-   M /trunk/wiretap/visual.c
-   M /trunk/wiretap/vms.c
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.h
+   M /trunk/epan/dissectors/packet-rmcp.c
 
-timestamp display precision:
+remove some compiler warnings about unused variables
 
-- automatic adjustment depending on file format
-- manual adjustment through menu items
 
-save the setting in the recent file
 ------------------------------------------------------------------------
-r15533 | etxrab | 2005-08-25 16:25:52 -0500 (Thu, 25 Aug 2005) | 1 line
+r21073 | sahlberg | 2007-03-20 08:07:28 -0700 (Tue, 20 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/cmip/CMIP.asn
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
+   M /trunk/epan/dissectors/packet-smb-logon.c
+
+remove some unused variables
+
 
-Fix malformed packet if linkedId is present dissect some OID:s
 ------------------------------------------------------------------------
-r15532 | ulfl | 2005-08-25 16:01:42 -0500 (Thu, 25 Aug 2005) | 1 line
+r21074 | martinm | 2007-03-20 10:20:36 -0700 (Tue, 20 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/oui.h
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Try to squash a warning seen by win32 buildbot
 
-add OUI's for Siemens and Xerox (and a hyperlink to the IEEE page)
 ------------------------------------------------------------------------
-r15531 | etxrab | 2005-08-25 14:23:15 -0500 (Thu, 25 Aug 2005) | 12 lines
+r21075 | lego | 2007-03-20 17:43:05 -0700 (Tue, 20 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
-   M /trunk/epan/sigcomp-udvm.c
-   M /trunk/epan/sigcomp-udvm.h
+   M /trunk/asn1/ranap/packet-ranap-template.c
+   M /trunk/asn1/ranap/ranap-exp.cnf
 
-From Timo Metsala
-Changes:
+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
 
-o Implemented CRC and SHA-1 (sort operations are still missing)
+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)
 
-o After state acccess, the execution start is not necessarily the
-  beginning of the bytecode; start IP is now a new parameter to
-  decompress_sigcomp_message()
+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
 
-o Removed some hard-coded assumptions about bytecode starting at offset
-   128
+RANAP
+ - Have RANAP information attached to the sccp_info 
 
+BSSAP + GSM_A
+- Have DTAP, BSSMAP and BSSAP info attached to the sccp_info
 ------------------------------------------------------------------------
-r15530 | lego | 2005-08-25 10:48:28 -0500 (Thu, 25 Aug 2005) | 3 lines
+r21077 | lego | 2007-03-20 17:59:00 -0700 (Tue, 20 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/tap-stats_tree.c
-
-http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=377
+   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...
 ------------------------------------------------------------------------
-r15529 | gerald | 2005-08-25 08:58:34 -0500 (Thu, 25 Aug 2005) | 3 lines
+r21078 | ulfl | 2007-03-20 18:32:50 -0700 (Tue, 20 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/gtk/conversations_table.c
+   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
 
-Fix sorting in the "Ports" columns.  Add a comment about address sorting.
-Remove unused code.
+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
 ------------------------------------------------------------------------
-r15528 | guy | 2005-08-25 03:16:08 -0500 (Thu, 25 Aug 2005) | 3 lines
+r21079 | ulfl | 2007-03-20 19:47:53 -0700 (Tue, 20 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-Show dBm and dB signal and noise values differently, so that the user
-knows what they're getting.
+   M /trunk/wiretap/k12.c
 
+fix another warning
 ------------------------------------------------------------------------
-r15527 | sahlberg | 2005-08-25 02:45:57 -0500 (Thu, 25 Aug 2005) | 8 lines
+r21080 | ulfl | 2007-03-20 20:26:26 -0700 (Tue, 20 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
+   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
 
-when tracking PDU bondaries,   only do this IFF
-the next few bytes match an SMB header.
+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
 
-1,  SMB is the only important protocol transported atop NBSS
-2, if we miss the first packets of a PDU, we DONT! want nbns to suddenly think  there are Xmegabytes until the end of it and thus prevent any real PDUs from being dissected.
+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.
 
 ------------------------------------------------------------------------
-r15526 | guy | 2005-08-24 22:43:16 -0500 (Wed, 24 Aug 2005) | 2 lines
+r21082 | jmayer | 2007-03-20 21:54:20 -0700 (Tue, 20 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
+   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
 
-I missed one OID string.
+Fixes for: warning: function declaration isn't a prototype
 
 ------------------------------------------------------------------------
-r15525 | guy | 2005-08-24 22:31:54 -0500 (Wed, 24 Aug 2005) | 4 lines
+r21083 | jmayer | 2007-03-20 21:58:38 -0700 (Tue, 20 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-spnego.c
-
-The OID strings returned by new_format_oid(), and the OID string
-returned by format_oid(), are allocated with the ep_alloc routines;
-don't free them.
+   M /trunk/epan/dissectors/packet-lwapp.c
 
+Small spelling fixes
 ------------------------------------------------------------------------
-r15524 | guy | 2005-08-24 22:28:31 -0500 (Wed, 24 Aug 2005) | 10 lines
+r21084 | jmayer | 2007-03-20 21:59:53 -0700 (Tue, 20 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-mikey.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-"sprint_realloc_objid()" expects to be handled a malloced buffer, so
-hand it one (and check for malloc failures), and it returns a malloced
-or realloced buffer, so free it when we're done.
-
-That means that routines that use it can return/supply back a null
-pointer, so check for that.
-
-Don't ep_allocate fixed-length buffers for formatted OID information,
-allocate one that's 'big enough".
+Fixes for: warning: comma at end of enumerator list
 
 ------------------------------------------------------------------------
-r15523 | guy | 2005-08-24 20:16:40 -0500 (Wed, 24 Aug 2005) | 5 lines
+r21085 | jmayer | 2007-03-20 22:06:01 -0700 (Tue, 20 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/unicode-utils.c
+   M /trunk/epan/wslua/make-taps.pl
 
-The "secs" field of a "struct wtap_nstime" is a time_t, so it could be
-an int or it could be a long; print stuff computed from it with %lu, and
-cast the arguments to "long" so that it works on platforms where time_t
-*isn't* a long and where "long int" and "int" have different sizes.
+Fixes for: warning: ISO C does not allow extra ';' outside of a function
 
 ------------------------------------------------------------------------
-r15522 | guy | 2005-08-24 18:53:40 -0500 (Wed, 24 Aug 2005) | 3 lines
+r21086 | sahlberg | 2007-03-21 01:11:37 -0700 (Wed, 21 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/randpkt.c
+   M /trunk/epan/dissectors/packet-usb-masstorage.c
+
+remove some compiler warnings
 
-The time stamp in a Wiretap packet header is now a wtap_nstime, not a
-"struct timeval".
 
 ------------------------------------------------------------------------
-r15521 | ulfl | 2005-08-24 17:27:21 -0500 (Wed, 24 Aug 2005) | 1 line
+r21087 | sahlberg | 2007-03-21 01:32:15 -0700 (Wed, 21 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/editcap.c
+   M /trunk/epan/dissectors/packet-t38.c
+
+remove some compiler warnings
+
 
-fix usec -> nsec translation
 ------------------------------------------------------------------------
-r15520 | ulfl | 2005-08-24 16:31:56 -0500 (Wed, 24 Aug 2005) | 11 lines
+r21088 | sahlberg | 2007-03-21 03:22:22 -0700 (Wed, 21 Mar 2007) | 6 lines
 Changed paths:
-   M /trunk/capinfos.c
-   M /trunk/cfile.h
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-afs.c
-   M /trunk/epan/dissectors/packet-aoe.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-frame.c
+   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-iax2.c
-   M /trunk/epan/dissectors/packet-iscsi.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-ncp2222.inc
-   M /trunk/epan/dissectors/packet-nlm.c
-   M /trunk/epan/dissectors/packet-rlogin.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtcp.h
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/frame_data.h
-   M /trunk/epan/h225-persistentdata.c
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/nstime.c
-   M /trunk/epan/nstime.h
-   M /trunk/epan/stats_tree.c
-   M /trunk/epan/stats_tree_priv.h
-   M /trunk/file.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls.c
-   M /trunk/merge.c
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mgcp/packet-mgcp.c
-   M /trunk/proto_hier_stats.c
-   M /trunk/summary.c
-   M /trunk/tap-afpstat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-iostat.c
-   M /trunk/tap-mgcpstat.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tethereal.c
-   M /trunk/timestats.c
-   M /trunk/wiretap/5views.c
-   M /trunk/wiretap/airopeek9.c
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/cosine.c
-   M /trunk/wiretap/csids.c
-   M /trunk/wiretap/dbs-etherwatch.c
-   M /trunk/wiretap/erf.c
-   M /trunk/wiretap/etherpeek.c
-   M /trunk/wiretap/eyesdn.c
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/hcidump.c
-   M /trunk/wiretap/i4btrace.c
-   M /trunk/wiretap/iptrace.c
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/lanalyzer.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/netmon.c
-   M /trunk/wiretap/nettl.c
-   M /trunk/wiretap/network_instruments.c
-   M /trunk/wiretap/netxray.c
-   M /trunk/wiretap/ngsniffer.c
-   M /trunk/wiretap/pppdump.c
-   M /trunk/wiretap/radcom.c
-   M /trunk/wiretap/snoop.c
-   M /trunk/wiretap/toshiba.c
-   M /trunk/wiretap/visual.c
-   M /trunk/wiretap/vms.c
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.def
-   M /trunk/wiretap/wtap.h
-
-EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 
+   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
 
-I've done more than a day to change the timestamp resolution from microseconds to nanoseconds. As I really don't want to loose those changes, I'm going to check in the changes I've done so far. Hopefully someone else will give me a helping hand with the things left ...
+change the signature that asn2wrs generates for functions to marm all parameters as _U_
+to reduce the number of compiler warnings.
 
-What's done: I've changed the timestamp resolution from usec to nsec in almost any place in the sources. I've changed parts of the implementation in nstime.s/.h and a lot of places elsewhere.
+update some template and cnf files to use _U_ as well 
 
-As I don't understand the editcap source (well, I'm maybe just too tired right now), hopefully someone else might be able to fix this soon.
 
-Doing all those changes, we get native nanosecond timestamp resolution in Ethereal. After fixing all the remaining issues, I'll take a look how to display this in a convenient way...
+------------------------------------------------------------------------
+r21089 | ulfl | 2007-03-21 05:37:39 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
 
-As I've also changed the wiretap timestamp resolution from usec to nsec we might want to change the wiretap version number...
+fix another three MSVC 8.0 warnings
 ------------------------------------------------------------------------
-r15519 | gerald | 2005-08-24 15:34:15 -0500 (Wed, 24 Aug 2005) | 4 lines
+r21090 | martinm | 2007-03-21 07:00:23 -0700 (Wed, 21 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-ssl.c
 
-Properly initialize our hf_ arrays.  Make hf_rtcp_app_poc1_conn_session_type
-an FT_UINT8 instead of an FT_BOOLEAN.  This keeps the Solaris builder from
-crashing while running "-G values".
+Squash a couple of warnings.
 
 ------------------------------------------------------------------------
-r15518 | ulfl | 2005-08-24 13:35:54 -0500 (Wed, 24 Aug 2005) | 1 line
+r21091 | jake | 2007-03-21 09:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
 
-fix a comment typo
+Add ether type for Link Layer Topology Discovery (LLTD)
 ------------------------------------------------------------------------
-r15517 | sahlberg | 2005-08-24 02:28:28 -0500 (Wed, 24 Aug 2005) | 6 lines
+r21092 | martinm | 2007-03-21 10:14:33 -0700 (Wed, 21 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-From Graeme Hewson
-
-Fix for infinite loop of configure events that were present for early GTK 2.4 in addition to 2.2
-
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
+Try to squash a warning seen on win32 buildbot.
 
 ------------------------------------------------------------------------
-r15516 | guy | 2005-08-23 03:49:57 -0500 (Tue, 23 Aug 2005) | 6 lines
+r21093 | gerald | 2007-03-21 13:44:07 -0700 (Wed, 21 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-The name in a Display TLV is null-terminated (or padded with a null byte
-and extra crud).
+   M /trunk/docbook/release-notes.xml
 
-Don't bother with length checking on the VLAN name item - if it's
-zero-length, so be it.
+Add a note about the HTTP chunked response crash.
 
 ------------------------------------------------------------------------
-r15515 | guy | 2005-08-23 03:34:19 -0500 (Tue, 23 Aug 2005) | 8 lines
+r21094 | ulfl | 2007-03-21 14:13:39 -0700 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-Use "format_text()" and "tvb_format_text()" when displaying strings. 
-(It's not necessary, or desirable, to use them when fetching strings.)
+   M /trunk/docbook/README.txt
 
-When processing a VLAN TLV, check the length of the TLV, so we don't end
-up running past the end of the TLV and getting a negative remaining
-length.  Append to the protocol tree item for the TLV, and the Info
-column, as we dissect the VLAN ID and VLAN name fields.
+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
 ------------------------------------------------------------------------
-r15514 | guy | 2005-08-23 03:01:46 -0500 (Tue, 23 Aug 2005) | 2 lines
+r21096 | ulfl | 2007-03-21 14:17:21 -0700 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/docbook/wsug_src/WSUG_app_files.xml
 
-Fix the parenthesization of an expression.
+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)
 ------------------------------------------------------------------------
-r15513 | lego | 2005-08-22 18:11:48 -0500 (Mon, 22 Aug 2005) | 8 lines
+r21098 | ulfl | 2007-03-21 16:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-   M /trunk/wiretap/k12.c
+   M /trunk/Makefile.nmake
+   M /trunk/capture_stop_conditions.c
+   M /trunk/editcap.c
+   M /trunk/tap-iostat.c
+   M /trunk/text2pcap.c
 
-Two fixes to tektronix k12 import:
+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
 
-- it appears that there are more packet record types other than 0x00010020.
-     accept anything matching 0x00010020/28 as a packet record.
 
-- make the stack filename lowercase before comparing it so that capitalization is not an issue.
+Set svn:ignore on ylwrap (introduced as a symlink in newer versions of
+automake) and docbook/fop-* to cover any version of FOP files.
 
 
 ------------------------------------------------------------------------
-r15512 | jmayer | 2005-08-22 12:48:17 -0500 (Mon, 22 Aug 2005) | 1 line
+r21100 | ulfl | 2007-03-21 16:55:46 -0700 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/codecs/Makefile.nmake
 
-Length of string == lengt of element - headerlength
+no MSVC warnings, set CFLAGS to block new warnings
 ------------------------------------------------------------------------
-r15511 | etxrab | 2005-08-22 11:26:29 -0500 (Mon, 22 Aug 2005) | 4 lines
+r21101 | ulfl | 2007-03-21 16:58:14 -0700 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-From Timo Metsala:
-Updates the  PoC floor control parsing to comply to the latest version of the 
-specification. 
+   M /trunk/plugins/asn1/packet-asn1.c
 
+fix two MSVC warnings
 ------------------------------------------------------------------------
-r15510 | etxrab | 2005-08-22 11:19:31 -0500 (Mon, 22 Aug 2005) | 1 line
+r21102 | ulfl | 2007-03-21 16:59:41 -0700 (Wed, 21 Mar 2007) | 1 line
 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/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 decoding of sendIdentificationArg/Res and ProvideSubscriberLocation
+fix a warning, set CFLAGS to block new warnings
 ------------------------------------------------------------------------
-r15509 | guy | 2005-08-22 02:12:20 -0500 (Mon, 22 Aug 2005) | 13 lines
+r21104 | ulfl | 2007-03-21 17:40:04 -0700 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/nstime.c
-   M /trunk/epan/nstime.h
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/service_response_time_table.h
-   M /trunk/timestats.c
-   M /trunk/timestats.h
-
-Add a "time_stat_init()" routine to initialize the fields of a
-"timestat_t".
-
-Move "nstime_to_msec()" to "epan/nstime.c", as it has nothing to do with
-a "timestat_t".
-
-Use structure assignment when possible.
-
-Fix the "addtime()" macro and use it in "time_stat_update()".
-
-Use "timestat_t"s, and the routines to manipulate them, in the service
-response time table code.
+   M /trunk/epan/guid-utils.c
+   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/to_str.c
 
+fix some more warnings
 ------------------------------------------------------------------------
-r15508 | etxrab | 2005-08-22 00:49:09 -0500 (Mon, 22 Aug 2005) | 6 lines
+r21105 | ulfl | 2007-03-21 17:49:06 -0700 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-From Graeme Lunt:
- Zero length elements (e.g. an empty SET) the logic is slightly wrong in get_ber_length().
-
-Make SET work.
-
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/radius_dict.l
 
+fix some more warnings
 ------------------------------------------------------------------------
-r15507 | guy | 2005-08-21 18:24:20 -0500 (Sun, 21 Aug 2005) | 2 lines
+r21106 | wmeier | 2007-03-21 19:44:52 -0700 (Wed, 21 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/Makefile.nmake
 
-Export get_timesum().
+Use correct 'rm -f gtk2.tmp/*' so all files in dir get deleted
 
 ------------------------------------------------------------------------
-r15506 | guy | 2005-08-21 16:50:49 -0500 (Sun, 21 Aug 2005) | 15 lines
+r21107 | wmeier | 2007-03-21 19:51:21 -0700 (Wed, 21 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/service_response_time_table.c
+   M /trunk/Makefile.nmake
 
-Use "g_strdup_printf()" rather than formatting into a fixed-length
-buffer and "g_strdup()"ing it.
+Even simpler: use 'rm -rf gtk2.tmp'
 
-Use the nstime.c routines to compute time deltas and to add up times.
+------------------------------------------------------------------------
+r21108 | sahlberg | 2007-03-22 01:03:44 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
 
-Don't add rows to the CList until a procedure gets a non-zero call
-count, so only the ones with non-zero call counts are displayed (and
-especially so that procedure numbers not corresponding to real
-procedures aren't displayed!).
+Remove a compiler warning by #if 0  out a function that is not called.
 
-Ethereal requires 64-bit integer support, so don't bother checking
-whether we have it.
+The function is referenced from a comment which is why it was #ifed out instead of just deleted.
 
-Use the right format for 64-bit integers.
 
 ------------------------------------------------------------------------
-r15505 | jmayer | 2005-08-21 16:32:19 -0500 (Sun, 21 Aug 2005) | 5 lines
+r21109 | morriss | 2007-03-22 01:11:16 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-- Make it possible to filter on eap.null, eap.info, eap.unknown etc
-- Display "Info" instead of "System" in packet summary
-- Make the Null element look like the other elements.
-- Small element summary formatting changes
+   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.
 ------------------------------------------------------------------------
-r15504 | guy | 2005-08-21 15:24:59 -0500 (Sun, 21 Aug 2005) | 2 lines
+r21110 | sahlberg | 2007-03-22 01:45:01 -0700 (Thu, 22 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/gtk/ldap_stat.c
+   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
 
-Use the tap_dfilter_dlg mechanism.
 
 ------------------------------------------------------------------------
-r15503 | guy | 2005-08-21 15:16:12 -0500 (Sun, 21 Aug 2005) | 2 lines
+r21111 | martinm | 2007-03-22 03:32:42 -0700 (Thu, 22 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/fc_stat.c
+   M /trunk/epan/dissectors/packet-iuup.c
 
-Use the tap_dfilter_dlg code.
+Try to squelch another couple of MSVC warnings.
 
 ------------------------------------------------------------------------
-r15502 | jmayer | 2005-08-21 14:25:45 -0500 (Sun, 21 Aug 2005) | 7 lines
+r21112 | sahlberg | 2007-03-22 03:44:33 -0700 (Thu, 22 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   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
 
-- In the info summary, port# and slot# were exchanged
-- In the Display element, the length of the display string
-  was 4 too long
-- Display the Vlan id in the packet summary, not just "Vlan"
-- Remove trailing whitespace
+From Shaun Jackman
+
+Wiretap support to read MPEG files
 
 
 ------------------------------------------------------------------------
-r15501 | guy | 2005-08-21 14:24:11 -0500 (Sun, 21 Aug 2005) | 3 lines
+r21113 | sahlberg | 2007-03-22 04:33:18 -0700 (Thu, 22 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.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_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   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/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gsm_map_summary.c
-   D /trunk/gtk/gtk_stat_menu.h
-   D /trunk/gtk/gtk_stat_util.c
-   D /trunk/gtk/gtk_stat_util.h
-   A /trunk/gtk/gui_stat_menu.h (from /trunk/gtk/gtk_stat_menu.h:15499)
-   A /trunk/gtk/gui_stat_util.c (from /trunk/gtk/gtk_stat_util.c:15499)
-   A /trunk/gtk/gui_stat_util.h (from /trunk/gtk/gtk_stat_util.h:15499)
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   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_jxta.c
-   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/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/wiretap/mpeg.c
+
+Add some missing includes and hope that msvc will find the definition for off_t
 
-As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so
-that it doesn't appear to be part of GTK+.
 
 ------------------------------------------------------------------------
-r15500 | etxrab | 2005-08-21 13:42:54 -0500 (Sun, 21 Aug 2005) | 12 lines
+r21114 | sahlberg | 2007-03-22 04:43:07 -0700 (Thu, 22 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-jxta.h
-
-From Mike Duigou:
+   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
 
-A patch to the JXTA dissector. It's purpose is to improve 
-the behaviour of the dissector when dissecting captures that do not 
-include the whole conversation.
+From Shaun J
 
-The dissector is now more capable of isolating a conversation without 
-seeing the beginning of the conversation. It's still not always able to 
-pick up all conversations (suggestions, patches and hints welcome).
+Dissectors for MPEG streams
 
-improved some of the doxygen docs and comments.
 
 ------------------------------------------------------------------------
-r15499 | ulfl | 2005-08-21 10:23:48 -0500 (Sun, 21 Aug 2005) | 11 lines
+r21115 | sahlberg | 2007-03-22 04:59:39 -0700 (Thu, 22 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/proto.h
-   M /trunk/gtk/proto_draw.c
+   M /trunk/wiretap/mpeg.c
+
+From Graham Bloice
 
-The protocol item in the protocol tree will have a gray background now, which makes it much better visible.
+Remove compiler warnings
 
-Add some more optional flags to the protocol items, so more "special cases" can be marked in the protocol tree.
 
-New flags:
-/** The protocol field has a bad checksum */
-FI_CHECKSUM_ERROR
-/** The protocol field has an unusual sequence (e.g. TCP window is zero) */
-FI_SEQUENCE_WARNING
-/** The protocol field has a bad sequence (e.g. TCP segment is lost) */
-FI_SEQUENCE_ERROR
 ------------------------------------------------------------------------
-r15498 | ulfl | 2005-08-21 10:13:47 -0500 (Sun, 21 Aug 2005) | 1 line
+r21116 | grahamb | 2007-03-22 05:55:01 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/wiretap/wtap.def
 
-as discussed some time ago: don't add bad checksum fields conditionally but use a subtree and use boolean flags instead
+Added mpeg exports
 ------------------------------------------------------------------------
-r15497 | etxrab | 2005-08-21 08:52:33 -0500 (Sun, 21 Aug 2005) | 3 lines
+r21117 | grahamb | 2007-03-22 06:16:37 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-
-remove sprintf from gsm_a
+   M /trunk/packaging/u3/win32
 
-Do the update for the .cnf file too.
+Added entries to ignore list
 ------------------------------------------------------------------------
-r15496 | guy | 2005-08-21 06:09:36 -0500 (Sun, 21 Aug 2005) | 15 lines
+r21118 | ulfl | 2007-03-22 06:57:02 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/dlg_utils.h
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   D /trunk/gtk/tap_dfilter_dlg.h
-   M /trunk/gtk/wsp_stat.c
-   M /trunk/tap_dfilter_dlg.h
+   M /trunk/plugins/mate/Makefile.nmake
 
-"gtk_tap_dfilter_dlg_cb()" is no longer used outside
-gtk/tap_dfilter_dlg.c; don't export it.
+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
 
-That means that gtk/tap_dfilter_dlg.h is no longer useful; get rid of
-it.
+Add a comment about CCX
 
-Rename "gtk_tap_dfilter_dlg_cb()" to "tap_dfilter_dlg_cb()", as it's
-inside GTK+-specific code, so there's no need to distinguish it from
-non-GTK+ callbacks.
+------------------------------------------------------------------------
+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
 
-Update some comments to reflect the name change and the new API for
-registering tap_dfilter_dlg stats.
+Sebastien Tandel:
+some warning fixes
 
-Make the AFP and SMB stats use the gtk/tap_dfilter_dlg.c stuff.
+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.
 
 ------------------------------------------------------------------------
-r15495 | guy | 2005-08-21 05:29:47 -0500 (Sun, 21 Aug 2005) | 7 lines
+r21121 | lego | 2007-03-22 14:51:56 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-
-Have "register_dfilter_stat()" add "..." to the menu item, as all menu
-items registered with it pop up a dialog box before displaying the stat.
-Don't pass a name with "..." to it.
-
-Put "..." into other menu items that pop up a dialog box before
-displaying the stat; remove "..." from other menu items that don't.
+   M /trunk/epan/dissectors/packet-sctp.c
 
+Avoid calling ep_alloc for 0 bytes.
 ------------------------------------------------------------------------
-r15494 | guy | 2005-08-21 05:00:56 -0500 (Sun, 21 Aug 2005) | 2 lines
+r21122 | etxrab | 2007-03-22 15:26:59 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/stat_menu.h
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
 
-Set properties.
+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
 ------------------------------------------------------------------------
-r15493 | guy | 2005-08-21 04:48:27 -0500 (Sun, 21 Aug 2005) | 14 lines
+r21124 | ulfl | 2007-03-22 15:47:37 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/dissectors/packet-ansi_637.c
-   M /trunk/file.c
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.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_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   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/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gsm_map_summary.c
-   A /trunk/gtk/gtk_stat_menu.h (from /trunk/gtk/stat_menu.h:15480)
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   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_jxta.c
-   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/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   D /trunk/gtk/stat_menu.h
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-   A /trunk/stat_menu.h
-   M /trunk/tap_dfilter_dlg.h
+   M /trunk/epan/wslua/make-taps.pl
 
-Add a "register_dfilter_stat()", to register stats that take a display
-filter as an argument on the command line and have a dialog box to enter
-the display filter through the GUI.  Use it for all stats using
-"gtk_tap_dfilter_dlg_cb()".
+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 a top-level "stat_menu.h" file to declare "REGISTER_STAT_GROUP_E"
-for the benefit of the declaration of "register_dfilter_stat()" in the
-top-level "tap_dfilter_dlg.h".  Rename the "stat_menu.h" in the gtk
-directory to "gtk_stat_menu.h", so as not to have two headers with the
-same name.
+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
 
-Get rid of headers not declaring any functions not being used in the
-module.
+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
 ------------------------------------------------------------------------
-r15492 | sahlberg | 2005-08-20 20:52:09 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21127 | sfisher | 2007-03-22 16:03:39 -0700 (Thu, 22 Mar 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_a.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-uma.c
+   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
 
-remove sprintf from gsm_a
+
+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. 
 
 
 ------------------------------------------------------------------------
-r15491 | sahlberg | 2005-08-20 20:14:43 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21128 | ulfl | 2007-03-22 16:14:37 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
-
-remove gmalloc and sprintf
-
+   M /trunk/wiretap/mpeg.c
 
+fix a new warning
 ------------------------------------------------------------------------
-r15490 | sahlberg | 2005-08-20 19:55:46 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21129 | sfisher | 2007-03-22 16:24:13 -0700 (Thu, 22 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
+   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
 
-remove sprintf
+
+Add -Werror for gcc to a few more directories and fix a few warnings
 
 
 ------------------------------------------------------------------------
-r15489 | guy | 2005-08-20 17:28:49 -0500 (Sat, 20 Aug 2005) | 11 lines
+r21130 | sfisher | 2007-03-22 16:28:58 -0700 (Thu, 22 Mar 2007) | 5 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/mtp3_stat.c
+   M /trunk/epan/dfilter/Makefile.am
 
-The routines registered with "register_stat_cmd_arg()" *are* called if
-you use the "-z" command-line options for them; make them pop up the
-appropriate windows.
 
-Move the calls to "register_stat_cmd_arg()" after the code to register
-the tap, just as the calls to "register_stat_menu_item()" are done after
-registering the tap.
+Remove -Werror under gcc temporarily until a warning can be fixed 
+in grammar.c
 
-Use "g_strdup_printf()" rather than formatting into a fixed-length
-buffer and "g_strdup()"ing that buffer.
 
 ------------------------------------------------------------------------
-r15488 | guy | 2005-08-20 17:26:32 -0500 (Sat, 20 Aug 2005) | 5 lines
+r21131 | ulfl | 2007-03-22 16:29:55 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/rtp_stream.c
-
-We already have a tap that registers as a command-line stat under the
-name "rtp"; we don't need another one, especially given that
-"rtp_stream.c" doesn't directly implement a stat (note that it doesn't
-register a menu item).
+   M /trunk/gtk/voip_calls.c
 
+fix new warnings
 ------------------------------------------------------------------------
-r15487 | ulfl | 2005-08-20 17:16:12 -0500 (Sat, 20 Aug 2005) | 8 lines
+r21132 | ulfl | 2007-03-22 16:30:57 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/capture_sync.c
+   M /trunk/epan/dtd.h
 
-capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiers
-capture_sync.c(290) : warning C4022: 'g_realloc' : pointer mismatch for actual parameter 1
-capture_sync.c(431) : warning C4090: 'function' : different 'const' qualifiers
-capture_sync.c(431) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
-capture_sync.c(442) : warning C4090: 'function' : different 'const' qualifiers
-capture_sync.c(442) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
-capture_sync.c(549) : warning C4090: 'function' : different 'const' qualifiers
-capture_sync.c(549) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+fix warning: add #include <stdlib.h> to get exit() declaration
 ------------------------------------------------------------------------
-r15486 | sahlberg | 2005-08-20 17:15:39 -0500 (Sat, 20 Aug 2005) | 2 lines
+r21133 | ulfl | 2007-03-22 16:32:31 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/epan/radius_dict.l
 
-remove sprintf
+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
 ------------------------------------------------------------------------
-r15485 | ulfl | 2005-08-20 17:08:35 -0500 (Sat, 20 Aug 2005) | 4 lines
+r21135 | ulfl | 2007-03-22 16:44:48 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/radius_dict.l
+   M /trunk/file.h
 
-radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiers
-radius_dict.l(216) : warning C4022: 'g_hash_table_insert' : pointer mismatch for actual parameter 2
-radius_dict.l(268) : warning C4090: 'function' : different 'const' qualifiers
-radius_dict.l(268) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+match declaration of cf_continue_tail() with implementation
 ------------------------------------------------------------------------
-r15484 | sahlberg | 2005-08-20 17:06:31 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21136 | sfisher | 2007-03-22 16:49:06 -0700 (Thu, 22 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dfilter/Makefile.am
+
 
-removal of sprintf
+Add -Werror for gcc back to epan/dfilter directory
 
 
 ------------------------------------------------------------------------
-r15483 | guy | 2005-08-20 15:06:05 -0500 (Sat, 20 Aug 2005) | 4 lines
+r21137 | ulfl | 2007-03-22 16:50:38 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.common
-   D /trunk/epan/stat.c
-   D /trunk/epan/stat.h
-   A /trunk/epan/stat_cmd_args.c (from /trunk/epan/stat.c:15480)
-   A /trunk/epan/stat_cmd_args.h (from /trunk/epan/stat.h:15480)
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.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_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   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/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.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/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_jxta.c
-   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/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-   M /trunk/tap-afpstat.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-iostat.c
-   M /trunk/tap-iousers.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-sctpchunkstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-stats_tree.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tethereal.c
-
-Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with
-implementing the "-z" command-line arguments, it doesn't deal with *all*
-issues for stats.
+   M /trunk/tools/lemon/lemon.c
 
+add type casts to fix two warnings
 ------------------------------------------------------------------------
-r15482 | guy | 2005-08-20 14:49:22 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21138 | lego | 2007-03-22 17:15:48 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/gui_utils.h
-
-Explain in more detail the split between the stuff in ui_util.h and in
-gtk/gui_utils.h.
+   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).
 ------------------------------------------------------------------------
-r15481 | guy | 2005-08-20 14:45:53 -0500 (Sat, 20 Aug 2005) | 2 lines
+r21139 | ulfl | 2007-03-22 17:20:59 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/ui_util.h
-
-Explain in more detail what this file is for.
+   M /trunk/epan/dissectors/packet-wsp.c
 
+fix various const warnings
 ------------------------------------------------------------------------
-r15480 | guy | 2005-08-20 13:17:36 -0500 (Sat, 20 Aug 2005) | 8 lines
+r21140 | sfisher | 2007-03-22 17:42:45 -0700 (Thu, 22 Mar 2007) | 16 lines
 Changed paths:
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/epan/dissectors/packet-acse.c
+   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
 
-There's no longer a need to individually remove items from
-acse_ctx_oid_table - destroying the hash table will destroy the hash
-table items, and the destroy function no longer has any work to do
-because the OID strings are now allocated with se_strdup() (and thus get
-freed when the capture is closed).
 
-Regenerate packet-acse.c, which also regenerates acse-exp.cnf.
+From Sake Blok (via -dev list and enhancement bug #1449):
 
-------------------------------------------------------------------------
-r15479 | guy | 2005-08-20 13:01:07 -0500 (Sat, 20 Aug 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
+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:
 
-Flag the "add_string" parameter as unused if it is - and don't flag it
-as such if it *is* used. Get rid of the "add_string" parameter to
-"param_digits_basic", as that function *isn't* called through a pointer.
+- 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
 
-Don't flag arguments in declarations as unused; you only do that in
-definitions.
+Image figure 3.4 should be renewed, reflecting the change in the menu
+structure. 
 
-Clean up indentation.
 
 ------------------------------------------------------------------------
-r15478 | guy | 2005-08-20 12:49:58 -0500 (Sat, 20 Aug 2005) | 7 lines
+r21141 | ulfl | 2007-03-22 17:51:21 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/wiretap/ascend-grammar.y
-
-"ascend-grammar.h" is generated by Bison with a copy of the definition
-of the YYSTYPE structure in "ascend-grammar.c"; the intent is that other
-files include "ascend-grammar.h" if they need that structure, but that
-"ascend-grammar.c" not itself include "ascend-grammar.h".  If it *does*
-include it, the compiler complains about YYSTYPE being redefined (even
-though the two structures are identical).
+   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)
 ------------------------------------------------------------------------
-r15477 | jmayer | 2005-08-20 11:30:23 -0500 (Sat, 20 Aug 2005) | 1 line
+r21142 | ulfl | 2007-03-22 18:29:52 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/Makefile.am
+   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
 
-And if we add a file, add it to Makefile.am as well 
+fix a lot more warnings
 ------------------------------------------------------------------------
-r15476 | jmayer | 2005-08-20 11:24:35 -0500 (Sat, 20 Aug 2005) | 2 lines
+r21143 | ulfl | 2007-03-22 18:55:29 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-dcerpc-ndr.c
 
-If we delete a file, don't forget to remove it from Makefile.common
+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
 ------------------------------------------------------------------------
-r15475 | jmayer | 2005-08-20 11:19:22 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21145 | ulfl | 2007-03-22 19:27:14 -0700 (Thu, 22 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/bitswap.c
-   M /trunk/epan/dfilter/dfilter.c
-   M /trunk/epan/dfilter/grammar.lemon
-   D /trunk/epan/dissectors/packet-sna.h
-   M /trunk/epan/ftypes/ftypes.c
-   M /trunk/epan/stats_tree.c
-   M /trunk/gtk/print_mswin.c
-   M /trunk/mkstemp.c
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/wiretap/ascend-grammar.y
-   M /trunk/wiretap/wtap.c
+   M /trunk/epan/dfilter/Makefile.nmake
 
-- Include the .h files in their .c files.
-- Remove epan/dissectors/packet-sna.h, it isn't used anywhere.
+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
 ------------------------------------------------------------------------
-r15474 | ulfl | 2005-08-20 10:58:42 -0500 (Sat, 20 Aug 2005) | 7 lines
+r21147 | sfisher | 2007-03-22 22:50:31 -0700 (Thu, 22 Mar 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-quakeworld.c
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/wiretap/catapult_dct2000.c
+
+
+Fix some warnings on the Solaris buildbot
 
-removed MSVC warnings:
 
-packet-camel.c(6829) : warning C4101: 'version_str' : unreferenced local variable
-packet-quakeworld.c(172) : warning C4090: 'return' : different 'const' qualifiers
-packet-smb.c(10859) : warning C4101: 'target_name_len' : unreferenced local variable
-packet-smb.c(10860) : warning C4101: 'fn_len' : unreferenced local variable
-packet-smb.c(10858) : warning C4101: 'fn' : unreferenced local variable
 ------------------------------------------------------------------------
-r15473 | ulfl | 2005-08-20 10:19:31 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21148 | gal | 2007-03-23 09:38:52 -0700 (Fri, 23 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.h
+   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.
 
-Win32: exported DATA must be declared with ETH_VAR_IMPORT to be available from outside the lib
 
-fixes current Win32 buildbot problem
 ------------------------------------------------------------------------
-r15472 | jmayer | 2005-08-20 09:08:53 -0500 (Sat, 20 Aug 2005) | 1 line
+r21149 | gal | 2007-03-23 09:41:26 -0700 (Fri, 23 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/proto_hier_stats_dlg.c
+   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.
+
 
-One file missed in last checkin
 ------------------------------------------------------------------------
-r15471 | jmayer | 2005-08-20 09:02:00 -0500 (Sat, 20 Aug 2005) | 6 lines
+r21150 | gal | 2007-03-23 09:44:08 -0700 (Fri, 23 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/gsm_map_summary.c
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/gui_utils.h
-   M /trunk/gtk/main.h
-   M /trunk/gtk/menu.h
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/plugins_dlg.c
-   A /trunk/gtk/plugins_dlg.h
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/range_utils.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/toolbar.h
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls_dlg.c
+   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)
 
-- Declare some functions static
-- Add plugins_dlg.h
-- Include .h files in their respective .c files
-- Include .h and remove extern declarations in .c files
-- set eol-style and keywords on gui_utils.[hc]
 
 ------------------------------------------------------------------------
-r15470 | jmayer | 2005-08-20 08:21:09 -0500 (Sat, 20 Aug 2005) | 1 line
+r21151 | gal | 2007-03-23 09:45:49 -0700 (Fri, 23 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/ui_util.h
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/epan/dissectors/packet-cms.c
+
+Support for recognising RC4 algorithm.
+
 
-Add some comments on the originating files of the declarations
 ------------------------------------------------------------------------
-r15469 | sahlberg | 2005-08-20 08:02:08 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21152 | gal | 2007-03-23 09:52:22 -0700 (Fri, 23 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/asn1/pkix1implicit/pkix1implicit.cnf
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
 
-more sprintf updates
+Support for Microsoft-defined enhancedKeyUsage OIDs.
 
 
 ------------------------------------------------------------------------
-r15468 | jmayer | 2005-08-20 07:57:52 -0500 (Sat, 20 Aug 2005) | 4 lines
+r21153 | sfisher | 2007-03-23 10:49:59 -0700 (Fri, 23 Mar 2007) | 18 lines
 Changed paths:
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/packet_win.c
-   M /trunk/gtk/proto_draw.c
+   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 ;)
 
-- Include ../ui_util.h into files that implement functions declard in
-  ui_util.h
-- Replace one instance of ui_util.h by gui_utils.h
 
 ------------------------------------------------------------------------
-r15467 | sahlberg | 2005-08-20 07:38:45 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21154 | sfisher | 2007-03-23 11:08:17 -0700 (Fri, 23 Mar 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aarp.c
+   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
 
-remove sprintf
+
+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.
 
 
 ------------------------------------------------------------------------
-r15466 | sahlberg | 2005-08-20 07:28:16 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21155 | sfisher | 2007-03-23 11:16:53 -0700 (Fri, 23 Mar 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_a.c
+   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+
 
-get rid of a whole chunk of sprintfs
+From Sebastien Tandel:
+
+First patch fixes warning of profinet and megaco plugins to compile
+again with gcc-4.1.2.
 
 
 ------------------------------------------------------------------------
-r15465 | ulfl | 2005-08-20 07:09:48 -0500 (Sat, 20 Aug 2005) | 1 line
+r21156 | sfisher | 2007-03-23 11:45:21 -0700 (Fri, 23 Mar 2007) | 10 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_details_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/capture_prefs.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/column_prefs.c
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/decode_as_dcerpc.c
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/dlg_utils.h
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/gtk/filter_dlg.c
+   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/flow_graph.c
    M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/goto_dlg.c
    M /trunk/gtk/graph_analysis.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/gui_prefs.c
-   A /trunk/gtk/gui_utils.c
-   A /trunk/gtk/gui_utils.h
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/hostlist_table.c
    M /trunk/gtk/io_stat.c
-   M /trunk/gtk/layout_prefs.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/nameres_prefs.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/packet_win.c
-   M /trunk/gtk/plugins_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/print_prefs.c
-   M /trunk/gtk/progress_dlg.c
-   M /trunk/gtk/proto_dlg.c
    M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/range_utils.c
    M /trunk/gtk/recent.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
    M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/simple_dialog.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
    M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/summary_dlg.c
-   M /trunk/gtk/supported_protos_dlg.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/text_page.c
-   D /trunk/gtk/ui_util.c
-   D /trunk/gtk/ui_util.h
    M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.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.
+
 
-renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical named ui_util.h in / dir
 ------------------------------------------------------------------------
-r15464 | guy | 2005-08-20 05:03:07 -0500 (Sat, 20 Aug 2005) | 2 lines
+r21161 | sfisher | 2007-03-23 18:38:58 -0700 (Fri, 23 Mar 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   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.
 
-From Gisle Vanem: export get_timedelta() for use by AFP and SMB taps.
 
 ------------------------------------------------------------------------
-r15463 | guy | 2005-08-20 04:35:55 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21162 | ulfl | 2007-03-23 19:45:45 -0700 (Fri, 23 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/osi-utils.c
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/gtk/capture_if_details_dlg.c
 
-The order in which arguments to a function are evaluated isn't defined
-by C.  Do decrements of arguments before passing them to a function.
+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
 ------------------------------------------------------------------------
-r15462 | guy | 2005-08-20 04:08:24 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21164 | sfisher | 2007-03-24 00:33:25 -0700 (Sat, 24 Mar 2007) | 6 lines
 Changed paths:
-   M /trunk/file.c
+   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
 
-Widen some variables so the code in question can handle large files if,
-as, and when Wiretap can handle them.
 
 ------------------------------------------------------------------------
-r15461 | guy | 2005-08-20 03:15:21 -0500 (Sat, 20 Aug 2005) | 2 lines
+r21165 | morriss | 2007-03-24 03:07:20 -0700 (Sat, 24 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/epan/dissectors/packet-http.c
 
-Export AFP's CommandCode_vals for use by the AFP taps.
+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.
 ------------------------------------------------------------------------
-r15460 | sahlberg | 2005-08-20 00:37:08 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21167 | morriss | 2007-03-24 06:46:41 -0700 (Sat, 24 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   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
 
-sprintf elimination
+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 ...
 ------------------------------------------------------------------------
-r15459 | sahlberg | 2005-08-20 00:31:36 -0500 (Sat, 20 Aug 2005) | 3 lines
+r21169 | sahlberg | 2007-03-24 14:56:14 -0700 (Sat, 24 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wbxml.c
+   M /trunk/epan/dissectors/packet-usb.c
 
-sprintf removals
+fix a bug (found by compiler warning) where we initialize the wrong variable.
 
 
 ------------------------------------------------------------------------
-r15458 | sahlberg | 2005-08-19 21:51:13 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21170 | ulfl | 2007-03-24 16:50:15 -0700 (Sat, 24 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-tds.c
+   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.
 
-remove some more sprintf
 
 
 ------------------------------------------------------------------------
-r15457 | sahlberg | 2005-08-19 21:33:33 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21174 | sahlberg | 2007-03-25 01:26:44 -0700 (Sun, 25 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/osi-utils.c
-   M /trunk/epan/osi-utils.h
-   M /trunk/epan/sna-utils.c
-   M /trunk/epan/sna-utils.h
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-   M /trunk/epan/value_string.c
-   M /trunk/epan/xdlc.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-amqp.c
+
+From Martin Sustrik
 
-removal of even more sprintf
+New protocol: AMQP
 
 
 ------------------------------------------------------------------------
-r15456 | guy | 2005-08-19 21:19:37 -0500 (Fri, 19 Aug 2005) | 6 lines
+r21175 | sahlberg | 2007-03-25 01:49:47 -0700 (Sun, 25 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-afp.h
+   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 <device>.<endpoint> .
+
+
+------------------------------------------------------------------------
+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
-   A /trunk/gtk/afp_stat.c
-   A /trunk/tap-afpstat.c
+   M /trunk/gtk/conversations_table.c
+   A /trunk/gtk/conversations_usb.c
+
+From Jon Smirl
+
+support for USB conversations
 
-For AFP requests, add in the frame with the (last part of the) reply, if
-possible, and, for AFP replies, add in the frame with the request and
-the time between those two frames.
 
-Have AFP per-request-type RTT statistics, similar to SMB's statistics.
 
 ------------------------------------------------------------------------
-r15455 | guy | 2005-08-19 21:15:02 -0500 (Fri, 19 Aug 2005) | 2 lines
+r21180 | sahlberg | 2007-03-25 04:37:13 -0700 (Sun, 25 Mar 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/tap-smbstat.c
+   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
 
-Use get_timedelta() to get the difference between two times.
 
 ------------------------------------------------------------------------
-r15454 | guy | 2005-08-19 21:14:01 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21181 | ulfl | 2007-03-25 08:13:03 -0700 (Sun, 25 Mar 2007) | 2 lines
 Changed paths:
-   M /trunk/cfile.h
-   M /trunk/file.c
-   M /trunk/tethereal.c
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/uat_load.l
 
-Get rid of f_len field in capture_file structure - we can just keep
-the length locally. within cf_read().
+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
 ------------------------------------------------------------------------
-r15453 | jmayer | 2005-08-19 21:05:02 -0500 (Fri, 19 Aug 2005) | 1 line
+r21183 | ulfl | 2007-03-25 08:39:06 -0700 (Sun, 25 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
+   M /trunk/tools/lemon/Makefile.nmake
 
-Add  -Wmissing-declarations -Wwrite-strings to extra-gcc-flags
+set "treat warnings as errors" CFLAGS, no warning were in this dir :-)
 ------------------------------------------------------------------------
-r15452 | jmayer | 2005-08-19 21:03:40 -0500 (Fri, 19 Aug 2005) | 1 line
+r21184 | ulfl | 2007-03-25 10:07:36 -0700 (Sun, 25 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/plugins/mate/Makefile.nmake
 
-Trivial warning fixes
+all warnings removed in the meantime, "treat warnings as errors" :-)
 ------------------------------------------------------------------------
-r15451 | sahlberg | 2005-08-19 20:24:23 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21185 | lego | 2007-03-25 12:00:59 -0700 (Sun, 25 Mar 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3.h
-   M /trunk/epan/to_str.c
-   M /trunk/gtk/mtp3_stat.c
+   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.
 
-remove sprintf from mtp3
+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.
 
 ------------------------------------------------------------------------
-r15450 | sahlberg | 2005-08-19 20:10:40 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21187 | guy | 2007-03-25 14:10:10 -0700 (Sun, 25 Mar 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pgm.c
-   M /trunk/epan/dissectors/packet-x11.c
+   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.
 
-remove sprintf from pgm and x11
+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 <epan/gcp.c> )
 ------------------------------------------------------------------------
-r15449 | sahlberg | 2005-08-19 19:33:08 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21189 | lego | 2007-03-25 14:42:26 -0700 (Sun, 25 Mar 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-v120.c
-   M /trunk/epan/dissectors/packet-wccp.c
+   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
 
-remove sprintf from v120 and wccp
+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
 ------------------------------------------------------------------------
-r15448 | sahlberg | 2005-08-19 19:27:46 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21192 | guy | 2007-03-25 15:07:40 -0700 (Sun, 25 Mar 2007) | 15 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   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.)
 
-remove sprintf from rpc
+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 <n> 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 <glib.h>\n";
+        $res{headers} .= "#include <string.h>\n";
+        $res{headers} .= "#include <epan/packet.h>\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 <glib.h>\n";
+        $res{headers} .= "#include <string.h>\n";
+        $res{headers} .= "#include <epan/packet.h>\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 <epan/pint.h> 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-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 
+<dubingyao@gmail.com> has also been updated to <secfire@gmail.com>. 
+
+------------------------------------------------------------------------
+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 <string.h> 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 <string.h>; 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 <core.h>
+# #include <stdint.h>
+#
+# #ifndef _HEADER_p
+# #define _HEADER_p
+#
+# struct x#endif /* _HEADER_p */
+# '
+#     doesn't match '(?ms-xi:struct x;)'
+# Looks like you failed 1 test of 15.
+tests/header..............dubious
+        Test returned status 1 (wstat 256, 0x100)
+DIED. FAILED test 14
+---------
+
+Update from samba tree revision 22314 to 22657
+============================ Samba log start ============
+------------------------------------------------------------------------
+r22357 | jelmer | 2007-04-19 03:26:15 +0200 (Thu, 19 Apr 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+Don't use 'our'
+
+------------------------------------------------------------------------
+r22453 | jelmer | 2007-04-22 12:42:33 +0200 (Sun, 22 Apr 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/tdr.pl
+
+Fix TDR testsuite without using our.
+------------------------------------------------------------------------
+r22456 | jelmer | 2007-04-22 15:57:07 +0200 (Sun, 22 Apr 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/pidl
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+Merge wireshark and ejs test improvements.
+------------------------------------------------------------------------
+r22457 | jelmer | 2007-04-22 16:19:22 +0200 (Sun, 22 Apr 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /branches/SAMBA_4_0/source/pidl/pidl
+   M /branches/SAMBA_4_0/source/pidl/tests/samba3-cli.pl
+
+Fix tests for Samba3 client generator.
+------------------------------------------------------------------------
+r22462 | jelmer | 2007-04-22 17:59:34 +0200 (Sun, 22 Apr 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/pidl
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Fix test suite for ndr parser without using 'our'
+------------------------------------------------------------------------
+r22520 | jelmer | 2007-04-25 18:10:54 +0200 (Wed, 25 Apr 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
+
+Fix the TYPE command.
+------------------------------------------------------------------------
+r22617 | metze | 2007-05-01 03:57:17 +0200 (Tue, 01 May 2007) | 4 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+
+assume we have defered elements if the type is just provides via
+'declare' this should fix the problem with the winbind IRPC calls
+
+metze
+------------------------------------------------------------------------
+r22618 | metze | 2007-05-01 04:00:57 +0200 (Tue, 01 May 2007) | 8 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/idl.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+
+handle the properties related to the type
+and not to 'declare' to avoid a pidl warning with:
+
+declare [switch_type(uint16)] union netr_Validation;
+
+void foo([in] uint16 level, [in,switch_is(level)] netrValidation info);
+
+metze
+------------------------------------------------------------------------
+r22640 | metze | 2007-05-02 20:00:02 +0200 (Wed, 02 May 2007) | 4 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+
+- generate nicer output
+- fix compiler warning about unused ';'
+
+metze
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r15447 | sahlberg | 2005-08-19 19:07:20 -0500 (Fri, 19 Aug 2005) | 8 lines
+r21774 | kukosa | 2007-05-14 23:03:27 -0700 (Mon, 14 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtps.c
-
-fix buffer  handling and remove sprintf
-
-
-there was at least one instance where an ip address was printed in dotted decimal to a 10 byte array on the stack.
-I.e. a guaranteed buffer overrun for a stack object.
-
-
+   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
 ------------------------------------------------------------------------
-r15446 | sahlberg | 2005-08-19 18:28:23 -0500 (Fri, 19 Aug 2005) | 4 lines
+r21775 | jake | 2007-05-15 00:53:37 -0700 (Tue, 15 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-x25.c
-
-more  sprintf removals,
-replace some char arrays on the stack to ep_alloc()ed memory
-
+   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.
 ------------------------------------------------------------------------
-r15445 | sahlberg | 2005-08-19 18:03:56 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21776 | sahlberg | 2007-05-15 01:12:10 -0700 (Tue, 15 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
+   M /trunk/epan/dissectors/pidl/wkssvc.cnf
 
-remove a gmalloc and al sprintf  from spnego
+prettify the server_name component of NetWkstaTransportEnum
 
 
 ------------------------------------------------------------------------
-r15444 | sahlberg | 2005-08-19 17:44:56 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21777 | kukosa | 2007-05-15 01:15:34 -0700 (Tue, 15 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-no more g_malloc  or sprintf   in snmp
-
+   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
 ------------------------------------------------------------------------
-r15443 | sahlberg | 2005-08-19 17:34:28 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21778 | kukosa | 2007-05-15 01:26:18 -0700 (Tue, 15 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-more gmalloc sprintf removals
-
+   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
 ------------------------------------------------------------------------
-r15442 | sahlberg | 2005-08-19 17:26:10 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21779 | kukosa | 2007-05-15 01:55:12 -0700 (Tue, 15 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-remove two gmalloc and some sprintf
-
+   M /trunk/tools/asn2wrs.py
 
+command line option -X for "new BER" CHOICE and SEQUENCE table format (type oriented instead of field oriented)
 ------------------------------------------------------------------------
-r15441 | sahlberg | 2005-08-19 16:19:49 -0500 (Fri, 19 Aug 2005) | 9 lines
+r21780 | ulfl | 2007-05-15 02:05:53 -0700 (Tue, 15 May 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
-
-from Jeff Snyder
-
-
-H245 updates
-make multiple pdus/frame work
-
-update to have nu limit on the max number of tappable pdus per frame
+   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
 
 ------------------------------------------------------------------------
-r15440 | ulfl | 2005-08-19 16:13:49 -0500 (Fri, 19 Aug 2005) | 1 line
+r21781 | ulfl | 2007-05-15 02:10:16 -0700 (Tue, 15 May 2007) | 1 line
 Changed paths:
-   M /trunk/ringbuffer.c
+   M /trunk/plugins/opcua/Makefile.common
 
-fix #357: increment ring buffer "file names" (again?)
+add the list of DISSECTOR_INCLUDES
 ------------------------------------------------------------------------
-r15439 | ulfl | 2005-08-19 16:09:38 -0500 (Fri, 19 Aug 2005) | 1 line
+r21782 | ulfl | 2007-05-15 02:12:39 -0700 (Tue, 15 May 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
+   D /trunk/plugins/opcua/plugin.c
 
-as the WinPcap installation is now longer really needed (it has become part of the main Ethereal installer) clarify things about installation
+remove generated file
 ------------------------------------------------------------------------
-r15438 | guy | 2005-08-19 14:44:21 -0500 (Fri, 19 Aug 2005) | 6 lines
+r21783 | sahlberg | 2007-05-15 02:48:02 -0700 (Tue, 15 May 2007) | 4 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-smb-pipe.c
 
-We've changed the Wiretap ABI (removed one routine), so bump the library
-version number.
+since the fid dissector helper now adds a lot of extra info to the tree
+we must now pass it a (semi-)valid tvb.
 
-WinPcap 3.1 is no longer in alpha.  (Should we make WINPCAP_VERSION 3.1,
-so we default to assuming WinPcap 3.1?)
 
 ------------------------------------------------------------------------
-r15437 | guy | 2005-08-19 14:40:00 -0500 (Fri, 19 Aug 2005) | 12 lines
+r21784 | ulfl | 2007-05-15 02:53:26 -0700 (Tue, 15 May 2007) | 3 lines
 Changed paths:
-   M /trunk/capinfos.c
-   M /trunk/cfile.h
-   M /trunk/file.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/merge.c
-   M /trunk/merge.h
-   M /trunk/ringbuffer.c
-   M /trunk/tethereal.c
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.def
-   M /trunk/wiretap/wtap.h
-
-Add APIs to Wiretap to return the file of the size as supplied by the OS
-(so if the file's gzipped, it's *NOT* the size of the file after
-uncompressing), and an approximation of the amount of that data read
-sequentially so far.
-
-Use those for various progress bars and the like.
-
-Make the fstat() in the Ascend trace reader directly use wth->fd, as
-it's inside Wiretap; that gets rid of the last caller of wtap_fd() (as
-we're no longer directly using fstat() or lseek() in Ethereal), so get
-rid of wtap_fd().
+   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
 ------------------------------------------------------------------------
-r15436 | ulfl | 2005-08-19 14:29:29 -0500 (Fri, 19 Aug 2005) | 1 line
+r21785 | kukosa | 2007-05-15 04:41:45 -0700 (Tue, 15 May 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_introduction.xml
+   M /trunk/tools/asn2wrs.py
 
-add information about unsupported/fresh windows versions
+fix bug - compiler crashes if already imported value or class is defined
 ------------------------------------------------------------------------
-r15435 | gerald | 2005-08-19 13:28:50 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21786 | kukosa | 2007-05-15 05:50:13 -0700 (Tue, 15 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-Restore pinfo->private_data after calling another dissector, in case it gets
-overwritten.  Fixes bug 367.
+   M /trunk/tools/asn2wrs.py
 
+fix crash if C enum for ENUMERATED type is created
 ------------------------------------------------------------------------
-r15434 | lego | 2005-08-19 11:46:46 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21787 | kukosa | 2007-05-15 05:53:04 -0700 (Tue, 15 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Add packet-alcap.h to the Makefiles.
-
+   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()
 ------------------------------------------------------------------------
-r15433 | lego | 2005-08-19 10:50:48 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21788 | kukosa | 2007-05-15 06:10:49 -0700 (Tue, 15 May 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/epan/dissectors/packet-acse.c
-
-some ememification
-
+   M /trunk/asn1/Makefile.am
 
+typo SULP.asn -> SUPL.asn
 ------------------------------------------------------------------------
-r15432 | lego | 2005-08-19 10:46:39 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21789 | martinm | 2007-05-15 07:49:26 -0700 (Tue, 15 May 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/packet-camel-template.h
-
-add the $Id:$
+   M /trunk/epan/dissectors/packet-rtcp.c
 
+TBCP fixes:
+- more careful checking of packet length
+- skip padding at end of SDES items block
+- formatting
 
 ------------------------------------------------------------------------
-r15431 | lego | 2005-08-19 10:35:42 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21790 | martinm | 2007-05-15 08:26:13 -0700 (Tue, 15 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-some ememification
+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.
 ------------------------------------------------------------------------
-r15430 | lego | 2005-08-19 06:53:39 -0500 (Fri, 19 Aug 2005) | 4 lines
+r21792 | sahlberg | 2007-05-15 13:07:58 -0700 (Tue, 15 May 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-   A /trunk/epan/dissectors/packet-alcap.h
+   M /trunk/epan/dissectors/packet-smb2.c
 
-Keep information about the call-leg so that all the messages of a leg can be filtered given a parameter of it.
-Create the header to export the structures thyat hold that info.
+from metze
 
+add support for smb2 chaining
 
-------------------------------------------------------------------------
-r15429 | guy | 2005-08-19 05:00:14 -0500 (Fri, 19 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/libethereal.def
-   A /trunk/epan/stat.c (from /trunk/stat.c:15427)
-   A /trunk/epan/stat.h (from /trunk/stat.h:15427)
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.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_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   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/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.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/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_jxta.c
-   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/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-   D /trunk/stat.c
-   D /trunk/stat.h
-   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-iostat.c
-   M /trunk/tap-iousers.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-sctpchunkstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-stats_tree.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tethereal.c
+rename sessionsetupandz to sessionsetup
 
-Move the stats.[ch] stuff into epan, so plugins can use it.
 
 ------------------------------------------------------------------------
-r15428 | sahlberg | 2005-08-19 04:47:11 -0500 (Fri, 19 Aug 2005) | 12 lines
+r21793 | sahlberg | 2007-05-15 13:13:30 -0700 (Tue, 15 May 2007) | 5 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-smb2.h
 
-From Matthias Drochner:
-I'll attach a patch which fixes the decoding of authenticated
-LDAP bind replies. The SASL credentials are always "context
-specific" in terms of ASN.1.
-I've tested the fix with DIGEST-MD5 authentication.
-(Without the patch, ethereal complains about a wrong type
-because it expects an ASN.a octet string.)
-(You might also consider a stricter check of the ASN.1 header
-type for the GSSAPI and GSS-SPNEGO cases, but I can't test this.)
+from metze
 
+patch to find and enhancement of extra_info handling
 
 
 ------------------------------------------------------------------------
-r15427 | guy | 2005-08-19 04:29:41 -0500 (Fri, 19 Aug 2005) | 8 lines
+r21794 | sahlberg | 2007-05-15 13:33:44 -0700 (Tue, 15 May 2007) | 3 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.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_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   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/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/follow_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/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   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_jxta.c
-   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/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   A /trunk/gtk/stat_menu.h (from /trunk/gtk/tap_menu.h:15420)
-   M /trunk/gtk/stats_tree_stat.c
-   D /trunk/gtk/tap_menu.h
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-   A /trunk/stat.c
-   A /trunk/stat.h
-   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-iostat.c
-   M /trunk/tap-iousers.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-sctpchunkstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-stats_tree.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tap_dfilter_dlg.h
-   M /trunk/tethereal.c
+   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
 
-Move the APIs for registering and processing "-z" command-line arguments
-and "Statistics" menu items into "stat.h" and "stat.c", to separate them
-from the core tapping APIs.  A tap could conceivably not register as a
-"-z" command-line argument or "Statistics" menu item, and a stat could
-conceivably not be implemented as a tap, and dissectors that implement
-tapping points don't need the UI-related stuff from "stat.h", they just
-want the tap-related stuff in <epan/tap.h>.
 
 ------------------------------------------------------------------------
-r15426 | sahlberg | 2005-08-19 04:28:58 -0500 (Fri, 19 Aug 2005) | 5 lines
+r21795 | sahlberg | 2007-05-15 13:46:45 -0700 (Tue, 15 May 2007) | 8 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-smb2.c
 
-From Markus Seehofer
+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.
 
-PTP updates
 
 
 ------------------------------------------------------------------------
-r15425 | sahlberg | 2005-08-19 03:43:58 -0500 (Fri, 19 Aug 2005) | 5 lines
+r21796 | gerald | 2007-05-15 16:06:48 -0700 (Tue, 15 May 2007) | 4 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
-
-From Michael Lum:
-
-Statistics data structure was not being passed to the draw routine.
+   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).
 
 ------------------------------------------------------------------------
-r15424 | sahlberg | 2005-08-19 03:39:19 -0500 (Fri, 19 Aug 2005) | 7 lines
+r21797 | sahlberg | 2007-05-15 16:30:03 -0700 (Tue, 15 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-From Michael Lum:
-Fixed quite a few parameter IDs based on TIA-41-E (originally my mistakes).
-Added support for filtering by DN, MIN, etc.
-Moved where embedded 'Bearer Data' parameter is sub-dissected.
+   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
 
 
 ------------------------------------------------------------------------
-r15423 | sahlberg | 2005-08-19 03:36:38 -0500 (Fri, 19 Aug 2005) | 7 lines
+r21798 | sahlberg | 2007-05-15 17:55:47 -0700 (Tue, 15 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
-
-From Michael Lum
-
-Slight modification to allow a protocol beneath SCCP (i.e. MTP3)
-specify how the SCCP message should be dissected.
+   M /trunk/gtk/about_dlg.c
 
+dont use g_time_add_val() since it is not available in gtk1
 
 
 ------------------------------------------------------------------------
-r15422 | sahlberg | 2005-08-19 03:32:27 -0500 (Fri, 19 Aug 2005) | 5 lines
+r21799 | sahlberg | 2007-05-15 18:06:30 -0700 (Tue, 15 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
+   M /trunk/epan/dissectors/pidl/srvsvc.cnf
 
-from Michael Lum
+start prettifying SRVSVC
 
-update to 3g-a11  
-Modified support for ESN in the Airlink Setup Record
 
 ------------------------------------------------------------------------
-r15421 | sahlberg | 2005-08-19 03:19:52 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21800 | kukosa | 2007-05-15 23:30:45 -0700 (Tue, 15 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-etheric.c
-
-remove gmalloc from etheric
-
+   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
 ------------------------------------------------------------------------
-r15420 | sahlberg | 2005-08-19 03:12:26 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21801 | sahlberg | 2007-05-15 23:50:19 -0700 (Tue, 15 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-smb-common.h
-   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/epan/dissectors/packet-smb2.c
 
-remove g_malloc() from packet-smb-common
+from metze
+prettify dissection of multiple chained smb2 pdus in one frame
 
 
 ------------------------------------------------------------------------
-r15419 | sahlberg | 2005-08-19 03:03:28 -0500 (Fri, 19 Aug 2005) | 3 lines
+r21802 | ulfl | 2007-05-16 01:13:11 -0700 (Wed, 16 May 2007) | 15 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtsp.c
+   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
 
-remove g_malloc()
+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.
 ------------------------------------------------------------------------
-r15418 | ulfl | 2005-08-19 02:03:34 -0500 (Fri, 19 Aug 2005) | 2 lines
+r21803 | kukosa | 2007-05-16 06:41:54 -0700 (Wed, 16 May 2007) | 1 line
 Changed paths:
-   M /trunk/file.c
+   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
 
-file.c(3079) : warning C4090: 'function' : different 'const' qualifiers
-file.c(3079) : warning C4022: 'cf_callback_invoke' : pointer mismatch for actual parameter 2
+RNSAP updated to V7.4.0 (2007-03)
 ------------------------------------------------------------------------
-r15417 | guy | 2005-08-18 20:57:44 -0500 (Thu, 18 Aug 2005) | 4 lines
+r21804 | martinm | 2007-05-16 07:24:13 -0700 (Wed, 16 May 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/fileset_dlg.c
-
-Include <string.h> to declare "strrchr()".
+   M /trunk/epan/dissectors/packet-sip.c
 
-Clean up indentation.
+Allow Via sigcomp-id parameter name to be matched properly.
 
 ------------------------------------------------------------------------
-r15416 | guy | 2005-08-18 20:56:14 -0500 (Thu, 18 Aug 2005) | 2 lines
+r21805 | lego | 2007-05-16 10:35:07 -0700 (Wed, 16 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dfilter/dfilter-macro.c
+
+Terminate the strings of the various parts and advance the write pointer.
 
-Set "hoffset" before using it.
 
 ------------------------------------------------------------------------
-r15415 | guy | 2005-08-18 20:17:24 -0500 (Thu, 18 Aug 2005) | 5 lines
+r21806 | gerald | 2007-05-16 11:46:29 -0700 (Wed, 16 May 2007) | 2 lines
 Changed paths:
-   M /trunk/cfile.h
-   M /trunk/file.c
-   M /trunk/gtk/main.c
-   M /trunk/summary.c
-   M /trunk/tethereal.c
+   M /trunk/COPYING
 
-Have "f_datalen" keep track of the number of bytes of uncompressed file
-data, so that "f_len" still keeps the size of the underlying file (which
-is necessary in order to make the progress bar when files are being read
-work correctly).
+Update the summary at the top of the license text.
 
 ------------------------------------------------------------------------
-r15414 | etxrab | 2005-08-18 16:36:59 -0500 (Thu, 18 Aug 2005) | 12 lines
+r21807 | sfisher | 2007-05-16 13:19:30 -0700 (Wed, 16 May 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-
-From Tim Endean:
-
-Small patch to ber.c
+   M /trunk/gtk/capture_file_dlg.c
 
-The tcap dissector has been updated to use this length. I have not tested other asn.1 dissectors to ensure that they correctly use the indefinite encoding flag instead of the length value returning zero. 
 
-There may also be some problems when re-assembly is needed, but the ability to deal with indefinite length is much more useful.
+Fix bug #1600: Merge feature from File menu does'nt do what it should
+(append vs prepend)
 
-For developers the get_ber_length now returns the length of the pdu including the EOC, where you have dissectors that use packet-ber.c the eoc may need to be dealt with separately.
-
-The tcap dissector has had numerous changes to make it less cluttered, and the useful feature of the previous version where a dialogue could be filtered out by selecting either the source or destination transaction ID has been incorporated into this version.
 
 ------------------------------------------------------------------------
-r15413 | ulfl | 2005-08-18 14:36:19 -0500 (Thu, 18 Aug 2005) | 1 line
+r21808 | sfisher | 2007-05-16 14:45:02 -0700 (Wed, 16 May 2007) | 5 lines
 Changed paths:
-   M /trunk/gtk/fileset_dlg.c
+   M /trunk/gtk/prefs_dlg.c
 
-fix #305: don't get file creation date/time of the file but just use the filename
-------------------------------------------------------------------------
-r15412 | ulfl | 2005-08-18 14:31:15 -0500 (Thu, 18 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/config.h.win32
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/dfilter/dfilter.c
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fddi.c
-   M /trunk/epan/dissectors/packet-fw1.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/plugins.c
-   M /trunk/epan/proto.c
-   M /trunk/mkstemp.c
 
-several times replacing:
+Fix bug #1548: call of "Protocol Preferences" results in GTK error msg
+at the command line
 
-sprintf -> g_snprintf
-snprintf -> g_snprintf
-vsnprintf -> g_vsnprintf
-strdup -> g_strdup
-------------------------------------------------------------------------
-r15411 | ulfl | 2005-08-18 14:19:59 -0500 (Thu, 18 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/fileset.c
 
-while sorting the entries, don't use the file creation date but the filename for comparison
 ------------------------------------------------------------------------
-r15410 | ulfl | 2005-08-18 14:09:01 -0500 (Thu, 18 Aug 2005) | 1 line
+r21809 | sahlberg | 2007-05-16 18:19:26 -0700 (Wed, 16 May 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-windows-common.h
 
-init the file set submenu items, so that the next and previous file items are disabled by default
-------------------------------------------------------------------------
-r15409 | gerald | 2005-08-18 13:12:55 -0500 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+add a new dos error code
 
-Fix value_tvb pointers.
 
 ------------------------------------------------------------------------
-r15408 | kukosa | 2005-08-18 09:32:49 -0500 (Thu, 18 Aug 2005) | 7 lines
+r21810 | wmeier | 2007-05-16 18:41:47 -0700 (Wed, 16 May 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/h225/h225.asn
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h245/h245.asn
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/tools/asn2eth.py
+   M /trunk/capture.c
 
-- dissect_per_restricted_character_string() returns value in tvbbuff_t instead of char
-- asn2eth:
-  fixed CHOICE tag handling
-  #.FN_PARS support for BIT STRING and all string types
-  intersection of SIZE and FROM constraints for string is handled
-- new asn2eth features used in h225 and h245
-- PER dissectors regeneration
-------------------------------------------------------------------------
-r15407 | etxrab | 2005-08-18 07:55:01 -0500 (Thu, 18 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/ftypes/ftype-time.c
+Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when valid.
 
-From Richard van der Hoff
-negative relative time fixes.
 ------------------------------------------------------------------------
-r15406 | etxrab | 2005-08-18 06:09:50 -0500 (Thu, 18 Aug 2005) | 1 line
+r21811 | wmeier | 2007-05-16 19:43:38 -0700 (Wed, 16 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/test/config.sh
+   M /trunk/test/suite-capture.sh
+
+Try this again (with a longer timeout and more diagnostic info)
 
-Decode some more of MultiRate configuration.
 ------------------------------------------------------------------------
-r15405 | sahlberg | 2005-08-18 05:37:41 -0500 (Thu, 18 Aug 2005) | 19 lines
+r21812 | standel | 2007-05-17 07:36:32 -0700 (Thu, 17 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-when kerberos claims a conversation, it only claims it for the source port
-since a KDC MIGTH send the reply back from a different port.
+   M /trunk/epan/asn1.c
 
-Then comes X.L's capture (ethereal-dev) 816fc4.cap from 16Aug2005 where
-the client is reusing the same source port to talk to DNS after finishing
-doing the port 88 KDC stuff.
+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.
 
-Make kerberos/udp able to test the packet for sanity and reject packets that
-do not look like kerberos (even if there was a conversation that said it was kerberos)
-and thus let other dissectors have a go at it.
 
+------------------------------------------------------------------------
+r21814 | gerald | 2007-05-17 10:14:39 -0700 (Thu, 17 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
 
-in doubt,   try 816fc4.cap  before and after this patch :-)
+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.
 
 ------------------------------------------------------------------------
-r15404 | guy | 2005-08-18 04:47:00 -0500 (Thu, 18 Aug 2005) | 3 lines
+r21816 | gerald | 2007-05-17 10:38:11 -0700 (Thu, 17 May 2007) | 4 lines
 Changed paths:
-   M /trunk/wiretap/netxray.c
+   M /trunk/gtk/packet_list.c
 
-Try yet another scheme for handling time stamps; realtick isn't always
-correct.
+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.
 
 ------------------------------------------------------------------------
-r15403 | sahlberg | 2005-08-18 03:55:22 -0500 (Thu, 18 Aug 2005) | 3 lines
+r21817 | standel | 2007-05-17 11:02:22 -0700 (Thu, 17 May 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tr.c
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/Makefile.common
 
-replace sprintf with ememified g_snprintf
+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.
 
 
 ------------------------------------------------------------------------
-r15402 | sahlberg | 2005-08-18 03:37:31 -0500 (Thu, 18 Aug 2005) | 6 lines
+r21818 | gerald | 2007-05-17 11:41:07 -0700 (Thu, 17 May 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-
-Tim's patches for packet-ber  for extra testing (works ok with my and with Anders captures)
+   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/rtp_analysis.c
 
-Anders'  beginnings of a new dissect_ber_set() function
+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.
 
 ------------------------------------------------------------------------
-r15401 | guy | 2005-08-18 02:09:43 -0500 (Thu, 18 Aug 2005) | 4 lines
+r21819 | standel | 2007-05-17 13:03:23 -0700 (Thu, 17 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/epan/Makefile.common
 
-The length returned for continuation data should be the length remaining
-in the tvbuff starting at the specified offset, not the entire length of
-the tvbuff.
+uat_load.c is moved to generated files
 
 ------------------------------------------------------------------------
-r15400 | guy | 2005-08-18 01:40:10 -0500 (Thu, 18 Aug 2005) | 2 lines
+r21820 | standel | 2007-05-17 17:00:10 -0700 (Thu, 17 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/Makefile.common
 
-Get rid of a no-longer-used variable.
+include generator sources in EXTRA_DIST
 
 ------------------------------------------------------------------------
-r15399 | guy | 2005-08-17 20:17:46 -0500 (Wed, 17 Aug 2005) | 2 lines
+r21821 | standel | 2007-05-17 17:04:58 -0700 (Thu, 17 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
 
-Show BitTorrent stuff that doesn't look right as continuation data.
+temporarily disable cast-align warnings
 
 ------------------------------------------------------------------------
-r15398 | ulfl | 2005-08-17 18:10:28 -0500 (Wed, 17 Aug 2005) | 1 line
+r21822 | standel | 2007-05-17 17:15:31 -0700 (Thu, 17 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-isakmp.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-   M /trunk/plugins/lwres/packet-lwres.c
+   M /trunk/configure.in
 
-snprintf -> g_snprintf
-------------------------------------------------------------------------
-r15397 | ulfl | 2005-08-17 17:49:07 -0500 (Wed, 17 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/Makefile
+typo fix
 
-put the intermediate files of the release_notes chm build into it's own dir release_notes_chm/ instead of .
 ------------------------------------------------------------------------
-r15396 | ulfl | 2005-08-17 17:32:40 -0500 (Wed, 17 Aug 2005) | 3 lines
+r21823 | sahlberg | 2007-05-17 22:25:31 -0700 (Thu, 17 May 2007) | 4 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   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
 
-0.10.12 -> 0.10.13 (preliminary)
 
-add a section about "new and updated features"
 ------------------------------------------------------------------------
-r15395 | gerald | 2005-08-17 17:27:15 -0500 (Wed, 17 Aug 2005) | 8 lines
+r21824 | kukosa | 2007-05-18 05:48:28 -0700 (Fri, 18 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-Flip the separators in the MIBS environment variable between ":" and
-";" depending on our platform.  This is a modified version of a patch
-that Jaap Keuter sent in.  Leave the preferences tooltip as-is in case
-we want to be more strict about separators in the future.
+   M /trunk/tools/asn2wrs.py
 
-Add a link to an email from Wes explaining that we shouldn't use a
-default MIB list.
+- 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)
 ------------------------------------------------------------------------
-r15394 | ulfl | 2005-08-17 17:08:06 -0500 (Wed, 17 Aug 2005) | 1 line
+r21826 | standel | 2007-05-18 06:14:03 -0700 (Fri, 18 May 2007) | 2 lines
 Changed paths:
-   M /trunk/Makefile.common
+   M /trunk/epan/Makefile.common
+
+include dtd_parse.h in the distribution
 
-fix a typo
 ------------------------------------------------------------------------
-r15393 | ulfl | 2005-08-17 17:03:21 -0500 (Wed, 17 Aug 2005) | 1 line
+r21827 | etxrab | 2007-05-18 08:11:48 -0700 (Fri, 18 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   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
 
-snprintf -> g_snprintf
+Latest ASN1 files to be used later when the RANAP dissector is regenerated with
+the latest asn2wrs facillities.
 ------------------------------------------------------------------------
-r15392 | ulfl | 2005-08-17 16:52:16 -0500 (Wed, 17 Aug 2005) | 1 line
+r21828 | etxrab | 2007-05-18 09:46:35 -0700 (Fri, 18 May 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/io_stat.c
+   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
 
-strdup -> g_strdup and alike
+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().
 ------------------------------------------------------------------------
-r15391 | sahlberg | 2005-08-17 15:45:18 -0500 (Wed, 17 Aug 2005) | 3 lines
+r21829 | martinm | 2007-05-18 10:25:26 -0700 (Fri, 18 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/dissectors/packet-ymsg.c
 
-update some comments pointing out these buffers need not be freed
+- 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().
 ------------------------------------------------------------------------
-r15390 | gerald | 2005-08-17 10:04:44 -0500 (Wed, 17 Aug 2005) | 9 lines
+r21831 | gerald | 2007-05-18 14:06:20 -0700 (Fri, 18 May 2007) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   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
 
-If we receive junk data from the network it means we have a
-malformed packet.  It doesn't necessarily mean that we have a problem
-with our dissector.  If we see something we didn't expect, throw a
-ReportedBoundsError instead of calling DISSECTOR_ASSERT() (which makes
-BuildBot open a ticket).
+From Dustin Johnson:
 
-Fixes bugs 362 - 366.
+  - 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.
 
 ------------------------------------------------------------------------
-r15389 | jmayer | 2005-08-17 07:27:05 -0500 (Wed, 17 Aug 2005) | 6 lines
+r21832 | guy | 2007-05-18 20:45:39 -0700 (Fri, 18 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/tvbuff.c
 
-As reported by Jim Young:
-- The port number was incorrectly displayed
-- Be a bit more verbose in the "Info" summary line.
-- Display the version including the internal number.
+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.
 
 ------------------------------------------------------------------------
-r15388 | jmayer | 2005-08-17 04:59:47 -0500 (Wed, 17 Aug 2005) | 1 line
+r21833 | jake | 2007-05-19 03:59:44 -0700 (Sat, 19 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/gtk/capture_if_dlg.c
+
+Get the build going.
 
-Comment fixes
 ------------------------------------------------------------------------
-r15387 | etxrab | 2005-08-17 04:43:16 -0500 (Wed, 17 Aug 2005) | 2 lines
+r21834 | standel | 2007-05-19 11:33:44 -0700 (Sat, 19 May 2007) | 2 lines
 Changed paths:
-   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/Makefile.am
 
- from Tomas Kukosa, remove a redundant g_strdup()
+distclean fix (delete dtd_grammar.h)
 
 ------------------------------------------------------------------------
-r15386 | sahlberg | 2005-08-17 04:36:20 -0500 (Wed, 17 Aug 2005) | 3 lines
+r21835 | standel | 2007-05-19 11:38:45 -0700 (Sat, 19 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/atalk-utils.c
-   M /trunk/epan/osi-utils.c
-   M /trunk/epan/strutil.c
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
 
-replace some more silly rotating buffers with ep_alloc() calls
+temporarily put cast-align in extra-gcc-warnings while compilation on Solaris
+slave generates 'cast increases required alignment of target type' warnings. 
 
 
 ------------------------------------------------------------------------
-r15385 | sahlberg | 2005-08-17 04:28:24 -0500 (Wed, 17 Aug 2005) | 3 lines
+r21836 | standel | 2007-05-19 11:42:58 -0700 (Sat, 19 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/sna-utils.c
-   M /trunk/epan/value_string.c
-
-fix some more silly rotating buffers
+   M /trunk/wiretap/configure.in
 
+typo fix
 
 ------------------------------------------------------------------------
-r15384 | sahlberg | 2005-08-17 04:25:04 -0500 (Wed, 17 Aug 2005) | 6 lines
+r21837 | guy | 2007-05-19 14:22:05 -0700 (Sat, 19 May 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aarp.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-wccp.c
-
-replace a whole bunch of silly rotating stating buffers with ep_alloc() calls
-
-this should fix a whole number of display bugs when there are too many such pdus in a single frame for the silly buffers to handle before they wrap.
+   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.)
 
 ------------------------------------------------------------------------
-r15383 | sahlberg | 2005-08-17 04:11:37 -0500 (Wed, 17 Aug 2005) | 3 lines
+r21838 | guy | 2007-05-19 15:00:09 -0700 (Sat, 19 May 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/gtk/capture_if_dlg.c
 
-remove g_malloc from manolito
+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.
 
 ------------------------------------------------------------------------
-r15382 | sahlberg | 2005-08-17 03:54:25 -0500 (Wed, 17 Aug 2005) | 3 lines
+r21839 | guy | 2007-05-19 15:33:42 -0700 (Sat, 19 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-remove g_malloc()s from rtcp
+   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).
 
 ------------------------------------------------------------------------
-r15381 | sahlberg | 2005-08-17 03:50:04 -0500 (Wed, 17 Aug 2005) | 7 lines
+r21840 | jmayer | 2007-05-20 07:40:45 -0700 (Sun, 20 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ftp.c
-   M /trunk/epan/dissectors/packet-sdp.c
-
-replace g_malloc() with ep_alloc() for ftp and sdp
+   M /trunk/wiretap/configure.in
 
+Fix a typo to make compiling with extra-gcc flags disable compiling with
+errors.
 
-sdp never free the allocated memory so it were leaking memory for every packet containng sdp.
-fix memleak for sdp
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r15380 | sahlberg | 2005-08-17 03:43:40 -0500 (Wed, 17 Aug 2005) | 3 lines
+r21843 | jmayer | 2007-05-20 13:26:17 -0700 (Sun, 20 May 2007) | 16 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rip.c
-   M /trunk/epan/dissectors/packet-tacacs.c
+   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
 
-remove g_malloc() from rip   remove one g_malloc() from tacacs
+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
 
 ------------------------------------------------------------------------
-r15379 | sahlberg | 2005-08-17 03:31:54 -0500 (Wed, 17 Aug 2005) | 3 lines
+r21844 | jmayer | 2007-05-20 13:41:48 -0700 (Sun, 20 May 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-
-from Tomas Kukosa, remove a redundant g_strdup()
+   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)
 
 ------------------------------------------------------------------------
-r15378 | jmayer | 2005-08-16 16:38:18 -0500 (Tue, 16 Aug 2005) | 3 lines
+r21845 | etxrab | 2007-05-20 14:19:48 -0700 (Sun, 20 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   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
 
-- Small comment updates.
-- Add some info about the element to the top level.
+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.
 ------------------------------------------------------------------------
-r15377 | gerald | 2005-08-16 11:11:02 -0500 (Tue, 16 Aug 2005) | 2 lines
+r21846 | gerald | 2007-05-20 15:32:14 -0700 (Sun, 20 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/packet.c
+   A /trunk/airpcap.h
+   M /trunk/config.nmake
 
-For "-G decodes", print the selector values as unsigned ints.
+Revert back to having a local copy of airpcap.h.  This should fix building
+with AirPcap.  Re-define AIRPCAP_DIR.
 
 ------------------------------------------------------------------------
-r15376 | gerald | 2005-08-16 11:09:49 -0500 (Tue, 16 Aug 2005) | 3 lines
+r21847 | gerald | 2007-05-20 15:40:35 -0700 (Sun, 20 May 2007) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/crypt/airpdcap_int.h
+   M /trunk/epan/crypt/airpdcap_wep.c
 
-Add a note about sFlow.  Remove the CSM_ENCAPS bug; I inadvertently
-reintroduced it after the 0.10.12 release.
+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.
 
 ------------------------------------------------------------------------
-r15375 | gerald | 2005-08-16 11:04:30 -0500 (Tue, 16 Aug 2005) | 11 lines
+r21848 | wmeier | 2007-05-20 17:41:58 -0700 (Sun, 20 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sflow.c
-   M /trunk/epan/proto.c
+   M /trunk/airpcap_loader.c
 
-In packet-sflow.c, don't pass a NULL value pointer to
-proto_tree_add_ipv6().  Add tree items for the extended router source
-and dest mask, and fix offsets.  These changes appear to be correct,
-but I don't have a valid capture with extended router data.
+Alter slightly so compile/link with airpcap works again....
 
-In proto.c, throw a dissector error if we try to pass a NULL value to
-various proto_tree_set_*() routines.
-
-Fixes bug 356.
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r15374 | sahlberg | 2005-08-16 03:40:06 -0500 (Tue, 16 Aug 2005) | 3 lines
+r21850 | sahlberg | 2007-05-20 19:12:19 -0700 (Sun, 20 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/wiretap/wtap-plugins.c
 
-add SetFileInfo level 1013   SetDispositionInfo decoding
+workaroung a warning for const that prevents gtk1 builds
 
 
 ------------------------------------------------------------------------
-r15373 | sahlberg | 2005-08-16 02:49:03 -0500 (Tue, 16 Aug 2005) | 2 lines
+r21851 | sahlberg | 2007-05-20 19:13:21 -0700 (Sun, 20 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mount.c
+   M /trunk/wiretap/wtap-plugins.c
+
+make the workaround use static so it wont dissapear when the frame ends
 
-prettify MNT (and friends) by placing the path in COL_INFO
 
 ------------------------------------------------------------------------
-r15372 | jmayer | 2005-08-16 01:48:06 -0500 (Tue, 16 Aug 2005) | 7 lines
+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
 
-Change the default font size on Unix (etc) to 10 pt, just as it was
-already on Windows.
-Changed the default font to Monospace, as some Linux distributions did
-that already. In case this isn't available on all platforms we will
-need to change it back to "fixed medium".
 
 ------------------------------------------------------------------------
-r15371 | jmayer | 2005-08-16 01:45:17 -0500 (Tue, 16 Aug 2005) | 7 lines
+r21853 | sahlberg | 2007-05-20 19:36:33 -0700 (Sun, 20 May 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-   M /trunk/version_info.c
-   M /trunk/version_info.h
+   M /trunk/epan/proto.c
 
-Move SVNVERSION handling into version_info. That way, we won't have
-to recompile tethereal.o etc each time the svn version has changed,
-relinking is sufficient.
+make proto.c compile again after the recent changes
 
-I'm not sure what to do about mergecap, as it currently doesn't link
-against version_info, so it's "overhead" either way.
 
 ------------------------------------------------------------------------
-r15370 | guy | 2005-08-16 01:09:39 -0500 (Tue, 16 Aug 2005) | 19 lines
+r21854 | sahlberg | 2007-05-20 19:38:19 -0700 (Sun, 20 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Change to match more closely the way I read 802.11h, at least; I'm just
-guessing about the "17" indicator for "management notification" frames -
-I'm not sure whether, after paying USD 60 to get the current 802.11e
-draft, Preview on my Mac could even decrypt it.
-
-802.11h seems to say in 7.2.3.12 and 7.3.1.11 that the body of an Action
-frame has a 1-byte Category field, with a value of 0 meaning "Spectrum
-management", followed by, for Spectrum management, a 1-byte Action
-field, with 0=Measurement Request, 1=Measurement Report, 2=TPC Request,
-3=TPC Report, and 4=Channel Switch Announcement, followed by:
-
-       for all but Channel Switch Announcement, a 1-byte Dialog Token
-       followed by some tagged parameters;
+   M /trunk/epan/strutil.c
 
-       for the Channel Switch announcement, some tagged parameters.
+make gtk1 compile again
 
-Show some fields given in decimal in various 802.11 specs in decimal,
-not hex.
 
 ------------------------------------------------------------------------
-r15369 | guy | 2005-08-16 00:58:50 -0500 (Tue, 16 Aug 2005) | 6 lines
+r21855 | sahlberg | 2007-05-20 20:07:25 -0700 (Sun, 20 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/epan/dissectors/packet-smb.c
 
-From Peter Johansson: add an option to decode the client information,
-and check the validity of messages a bit more carefully.
+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
 
-Reformat a bit so not as much code is missed by those of us who like
-narrow editor windows.
 
 ------------------------------------------------------------------------
-r15368 | guy | 2005-08-15 21:04:02 -0500 (Mon, 15 Aug 2005) | 6 lines
+r21856 | sahlberg | 2007-05-20 20:44:49 -0700 (Sun, 20 May 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-daap.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-The real problem is that iTunes requests gzipped data and responds with
-it, so unless you're reassembling headers and bodies the DAAP dissector
-will see the gzipped crap.  The HTTP dissector should perhaps not bother
-handing gzipped or otherwise unusually-encoded bodies to subdissectors
-if it's not undoing the encoding.
+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
 
-------------------------------------------------------------------------
-r15367 | guy | 2005-08-15 20:34:44 -0500 (Mon, 15 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
 
-gcc4 gets confused by the break statements, and I guess it thinks you
-can reach them, and thus thinks you can fall off the end of
-"fc_get_ftype()".
 
 ------------------------------------------------------------------------
-r15366 | guy | 2005-08-15 20:24:19 -0500 (Mon, 15 Aug 2005) | 2 lines
+r21857 | sahlberg | 2007-05-20 23:49:18 -0700 (Sun, 20 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   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
 
-Note where a table comes from, and that we don't use it.
 
 ------------------------------------------------------------------------
-r15365 | lego | 2005-08-15 20:01:17 -0500 (Mon, 15 Aug 2005) | 3 lines
+r21858 | sahlberg | 2007-05-21 00:17:36 -0700 (Mon, 21 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/emem.h
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-se_alloc not ep_alloc!
+add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a failed read/write 
+what offset/length was requested
 
 
 ------------------------------------------------------------------------
-r15364 | lego | 2005-08-15 19:55:08 -0500 (Mon, 15 Aug 2005) | 2 lines
+r21859 | sahlberg | 2007-05-21 03:16:21 -0700 (Mon, 21 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
+   M /trunk/epan/dissectors/packet-smb2.c
+
+from metze
+improved handling of smb2 errors
 
-more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_printf()
 
 ------------------------------------------------------------------------
-r15363 | jmayer | 2005-08-15 16:06:09 -0500 (Mon, 15 Aug 2005) | 3 lines
+r21860 | sahlberg | 2007-05-21 03:19:29 -0700 (Mon, 21 May 2007) | 3 lines
 Changed paths:
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/epan/dissectors/packet-smb2.c
+
+additional smb2 fixes from metze
 
-- Update manuf
-- Add some Extreme MAC addresses to wka.tmpl
 
 ------------------------------------------------------------------------
-r15362 | jmayer | 2005-08-15 15:31:57 -0500 (Mon, 15 Aug 2005) | 4 lines
+r21861 | jmayer | 2007-05-21 09:02:31 -0700 (Mon, 21 May 2007) | 1 line
 Changed paths:
-   M /trunk/idl2eth.sh
-
-- Change $1 to $@
-- Don't exit if we can't find the scripts - try to continue anyway,
-  as they might be installed in some preconfigured system directory.
+   M /trunk/epan/wslua/Makefile.am
 
+Hack to fix out of tree builds
 ------------------------------------------------------------------------
-r15361 | gerald | 2005-08-15 15:28:04 -0500 (Mon, 15 Aug 2005) | 2 lines
+r21862 | jmayer | 2007-05-21 09:16:18 -0700 (Mon, 21 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/wiretap/airopeek9.c
+   M /trunk/wiretap/catapult_dct2000.c
 
-When we create a new tvb, make sure the memory is freed at some point.
+Fix some (incorrect but unforseeable)
+"might be used uninitialized" warnings.
 
 ------------------------------------------------------------------------
-r15360 | etxrab | 2005-08-15 14:35:09 -0500 (Mon, 15 Aug 2005) | 1 line
+r21863 | jmayer | 2007-05-21 09:36:21 -0700 (Mon, 21 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/wslua/make-taps.pl
 
-TP-PI (TP-Parameter-Indicator) is optional.
+Fix warning about unused parameter
 ------------------------------------------------------------------------
-r15359 | jmayer | 2005-08-15 10:50:25 -0500 (Mon, 15 Aug 2005) | 1 line
+r21864 | jake | 2007-05-21 11:08:47 -0700 (Mon, 21 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   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
 
-Properly dissect vlan flags
+Make files more generic.
 ------------------------------------------------------------------------
-r15358 | jmayer | 2005-08-15 07:41:08 -0500 (Mon, 15 Aug 2005) | 5 lines
+r21865 | jmayer | 2007-05-21 12:43:17 -0700 (Mon, 21 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-- Documentation update
-- The slot and port numbers printed on the chassis are off by
-  one when compared to the transmitted values (reported by
-  Jim Young).
+   M /trunk/epan/follow.c
 
+put fwrite and fread into DISSECTOR_ASSERT in order to use the result
 ------------------------------------------------------------------------
-r15357 | sahlberg | 2005-08-15 07:04:15 -0500 (Mon, 15 Aug 2005) | 3 lines
+r21866 | guy | 2007-05-21 13:31:45 -0700 (Mon, 21 May 2007) | 13 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
+   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.
 
-ememify g_malloc() calls
+This means that get_credential_info() has to be called before
+init_progfile_dir().
 
+Clean up some indentation.
 
 ------------------------------------------------------------------------
-r15356 | sahlberg | 2005-08-15 06:53:57 -0500 (Mon, 15 Aug 2005) | 4 lines
+r21867 | sfisher | 2007-05-21 13:41:05 -0700 (Mon, 21 May 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/file.c
+   M /trunk/tshark.c
+
 
-ememify g_malloc() calls
+From Sake Blok:
 
+Fix for bug #1056
 
 
 ------------------------------------------------------------------------
-r15355 | jmayer | 2005-08-14 18:25:20 -0500 (Sun, 14 Aug 2005) | 1 line
+r21868 | gerald | 2007-05-21 15:40:13 -0700 (Mon, 21 May 2007) | 2 lines
 Changed paths:
-   M /trunk/capture_sync.c
-   M /trunk/color_filters.c
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-atalk.c
-   M /trunk/epan/dissectors/packet-atalk.h
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/file.c
-   M /trunk/fileset.c
-   M /trunk/g711.c
-   M /trunk/gtk/menu.c
-   M /trunk/packet-range.c
+   M /trunk/epan/dissectors
+
+Add jEdit mark files svn:ignore.
 
-Some 'no previous declararion' warning fixes
 ------------------------------------------------------------------------
-r15354 | sahlberg | 2005-08-14 01:00:20 -0500 (Sun, 14 Aug 2005) | 9 lines
+r21869 | sahlberg | 2007-05-21 16:50:18 -0700 (Mon, 21 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-kingfisher.c
 
-ememify sip   and at the same plug a memleak
+From Rob Casey    a dissector for the KingFisher protocol
 
-every single time the sip dissector was called   a 32byte or larger blob was g_malloced and never freed.
-this not only leaks 32+ bytes + g_malloc bookkeeping overhead  but also fragments memory so the real leak of memory is likely much bigger.
 
+------------------------------------------------------------------------
+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
 
-fix  bad memleak
+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
 ------------------------------------------------------------------------
-r15353 | sahlberg | 2005-08-14 00:54:54 -0500 (Sun, 14 Aug 2005) | 4 lines
+r21872 | sfisher | 2007-05-21 17:33:46 -0700 (Mon, 21 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/gtk/win32-file-dlg.c
 
-ememify cip
+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
 
 
 ------------------------------------------------------------------------
-r15352 | sahlberg | 2005-08-14 00:50:14 -0500 (Sun, 14 Aug 2005) | 8 lines
+r21874 | sahlberg | 2007-05-21 18:42:56 -0700 (Mon, 21 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-smb.c
 
-change a g_malloc() that was never released into ep_alloc()
+add the level of interest   to the dissection of QUERY_PATH_INFO/QUERY_FILE_INFO responses 
+as a generated item
 
-this function would always leak memory when called.
 
-this fixes a memleak in dcm
+------------------------------------------------------------------------
+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
 
 
 ------------------------------------------------------------------------
-r15351 | sahlberg | 2005-08-14 00:37:12 -0500 (Sun, 14 Aug 2005) | 7 lines
+r21876 | guy | 2007-05-21 19:21:01 -0700 (Mon, 21 May 2007) | 15 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/layout_prefs.c
+   M /trunk/ui_util.h
 
-ememify packet-x11
+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:
 
-plug a memleak for ...].strptr   that is alloced by g_malloc() but never released.
+       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.
 
 ------------------------------------------------------------------------
-r15350 | sahlberg | 2005-08-13 20:48:43 -0500 (Sat, 13 Aug 2005) | 3 lines
+r21877 | wmeier | 2007-05-21 19:25:37 -0700 (Mon, 21 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-giop allocates only and never releases the memory from the gmemchunk  so replace it with equivalen g_malloc() calls and get rid of the gmemchunks
+   M /trunk/epan/libwireshark.def
 
+add empty_tcp_stream
 
 ------------------------------------------------------------------------
-r15349 | sahlberg | 2005-08-13 20:41:55 -0500 (Sat, 13 Aug 2005) | 5 lines
+r21878 | sahlberg | 2007-05-21 19:55:14 -0700 (Mon, 21 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-kingfisher.c
 
-the tds dissector were only using a GMemChunk as a simple way to prevent memleaks in case of an exception. (reset the gmemchunk at the start of each packet)
-
-replace this gmemchunk with ep_alloc()
+fix an incorrect shift
 
 
 ------------------------------------------------------------------------
-r15348 | sahlberg | 2005-08-13 20:26:34 -0500 (Sat, 13 Aug 2005) | 3 lines
+r21879 | standel | 2007-05-21 20:30:28 -0700 (Mon, 21 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/reassemble.c
-
-remove two more GMemChunks
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
 
+fix gcc 4.2 warnings (qualifier type)
 
 ------------------------------------------------------------------------
-r15347 | sahlberg | 2005-08-13 19:37:05 -0500 (Sat, 13 Aug 2005) | 3 lines
+r21880 | sahlberg | 2007-05-21 20:33:51 -0700 (Mon, 21 May 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/h225-persistentdata.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-get rid of another two GMemChunks
+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
 
 
 ------------------------------------------------------------------------
-r15346 | sahlberg | 2005-08-13 19:26:56 -0500 (Sat, 13 Aug 2005) | 8 lines
+r21881 | sahlberg | 2007-05-21 20:55:54 -0700 (Mon, 21 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/packet.c
-
-Data sources have a lifetime spanning a single packet   
-so instead for g-alloc and g_free   data
-just use ep_alloc() that is automatically freed instead.
-
-this also gets rid of one more GMemChunk
+   M /trunk/epan/dissectors/packet-smb.c
 
+improve FIND_FIRST2 useability in the same way as in the previous 
+patches
 
 
 ------------------------------------------------------------------------
-r15345 | sahlberg | 2005-08-13 19:10:41 -0500 (Sat, 13 Aug 2005) | 10 lines
+r21882 | guy | 2007-05-22 00:21:12 -0700 (Tue, 22 May 2007) | 15 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add dissection of two more SSC commands
+   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.
 
-add 4 commands from SMC to the SSC tables.
-the fallback for missing commands/i.e. commands defined outside the SSC
-only handles SPC   I.e.  If a command for SSC is missing in the SSC tables, assume it might be imported from SPC instead.
+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.
 
-This fallback only works with opcodes imported from SPC.
+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.
 
 ------------------------------------------------------------------------
-r15344 | guy | 2005-08-13 17:35:50 -0500 (Sat, 13 Aug 2005) | 4 lines
+r21883 | guy | 2007-05-22 00:52:11 -0700 (Tue, 22 May 2007) | 11 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/configure.in
 
-Use gboolean for Booleans.
+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.
 
-Use "proto_tree_add_item()" whenever possible.
+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.
 
 ------------------------------------------------------------------------
-r15343 | guy | 2005-08-13 17:34:44 -0500 (Sat, 13 Aug 2005) | 3 lines
+r21884 | jmayer | 2007-05-22 06:16:36 -0700 (Tue, 22 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee8023.c
+   M /trunk/packaging/svr4/checkinstall.in
 
-Construct the tvbuff for the payload of an 802.3 packet to have the
-appropriate length (min(reported length, captured data present)).
+Make sure we compare against something ("") in case
+GTK_CONFIG is empty.
 
 ------------------------------------------------------------------------
-r15342 | guy | 2005-08-13 17:08:22 -0500 (Sat, 13 Aug 2005) | 5 lines
+r21885 | jmayer | 2007-05-22 06:17:24 -0700 (Tue, 22 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   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
 
-Properly terminate the string generated for string items.
+Trivial warning fixes:
 
-Use "format_text()" to handle non-printable characters in the display
-string for those items.
+opcua: warning: function declaration isn't a prototype
+rest: comma at end of enumerator
 
 ------------------------------------------------------------------------
-r15341 | guy | 2005-08-13 17:05:01 -0500 (Sat, 13 Aug 2005) | 13 lines
+r21886 | standel | 2007-05-22 06:47:45 -0700 (Tue, 22 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-Get rid of unused variables.
-
-Use "tvb_format_text()" and friends to format strings for display.
+   M /trunk/epan/dissectors/packet-ip.c
 
-Don't throw an exception on errors if we can keep dissecting.
+revert changes of r21879 which fix gcc bugs. These changes was from mipv4
+improvements patch.
 
-Use "PROTO_ITEM_SET_GENERATED()" to mark items as generated.
+------------------------------------------------------------------------
+r21887 | grahamb | 2007-05-22 09:01:25 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
 
-If an item covers real data, it's not generated.
+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
 
-Dissect WRITE FILEMARKS (6) (we already had a dissector, but it wasn't
-being used).
+Don't generate enums that end in a comma
 
 ------------------------------------------------------------------------
-r15340 | gerald | 2005-08-13 13:52:41 -0500 (Sat, 13 Aug 2005) | 2 lines
+r21889 | etxrab | 2007-05-22 09:17:54 -0700 (Tue, 22 May 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add an item for CSM_ENCAPS.
+   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/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.
 ------------------------------------------------------------------------
-r15339 | gerald | 2005-08-13 13:49:57 -0500 (Sat, 13 Aug 2005) | 2 lines
+r21890 | guy | 2007-05-22 10:32:39 -0700 (Tue, 22 May 2007) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-csm-encaps.c
-
-Fix another infinite loop found by randpkt.
+   M /trunk/epan/dissectors/packet-dnp.c
 
-------------------------------------------------------------------------
-r15338 | etxrab | 2005-08-13 05:17:20 -0500 (Sat, 13 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.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.
 
-Get rid of an unused variable, don't include tcap.h and remove some redundant code.
-------------------------------------------------------------------------
-r15337 | etxrab | 2005-08-13 05:11:23 -0500 (Sat, 13 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+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.
 
-From Peter Johansson:
-mnc>>4; Should  be replaced with mnc = mnc>>4;
+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.
 
 ------------------------------------------------------------------------
-r15336 | guy | 2005-08-13 03:10:12 -0500 (Sat, 13 Aug 2005) | 5 lines
+r21891 | gerald | 2007-05-22 12:05:27 -0700 (Tue, 22 May 2007) | 5 lines
 Changed paths:
-   M /trunk/debian/ethereal-root.desktop
+   M /trunk/doc/README.packaging
+   M /trunk/docbook/release-notes.xml
 
-"fi" comes before "fr" in alphabetical order.  (This also makes it match
-the main "ethereal.desktop" file.)
+Add a note about the recent change in "--disable-wireshark" behavior to 
+the release notes.
 
-Expand the RCS ID.
+Add a couple of updates to the packaging doc.
 
 ------------------------------------------------------------------------
-r15335 | guy | 2005-08-13 02:30:57 -0500 (Sat, 13 Aug 2005) | 9 lines
+r21892 | etxrab | 2007-05-22 14:13:55 -0700 (Tue, 22 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-Do the sequence number analysis *before* dissecting the payload, so we
-don't have to worry about catching exceptions in the payload dissection
-and doing the sequence number analysis - we weren't doing so in one
-place.  That also puts the sequence number analysis *before* the "TCP
-payload" entry for payload being reassembled into a later packet.
-
-XXX - should we do the tapping before dissecting the payload, too, so
-that it gets done even if we throw an exception?
+   M /trunk/tools/asn2wrs.py
 
+Copy paste error, actx duplicated.
 ------------------------------------------------------------------------
-r15334 | jmayer | 2005-08-13 01:42:19 -0500 (Sat, 13 Aug 2005) | 1 line
+r21893 | etxrab | 2007-05-22 14:15:00 -0700 (Tue, 22 May 2007) | 1 line
 Changed paths:
-   M /trunk/idl2eth.sh
+   M /trunk/epan/dissectors/packet-ber.c
 
-Small optimization
+Update the EXTERNAL dissection code(still unfinished).
 ------------------------------------------------------------------------
-r15333 | jmayer | 2005-08-13 01:29:09 -0500 (Sat, 13 Aug 2005) | 1 line
+r21894 | tuexen | 2007-05-22 14:16:30 -0700 (Tue, 22 May 2007) | 2 lines
 Changed paths:
-   M /trunk/ethereal.desktop
+   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.
 
-Additions from current Suse and Debian
 ------------------------------------------------------------------------
-r15332 | sahlberg | 2005-08-13 01:21:37 -0500 (Sat, 13 Aug 2005) | 3 lines
+r21895 | etxrab | 2007-05-22 14:17:08 -0700 (Tue, 22 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/epan.c
-   M /trunk/epan/frame_data.c
-   M /trunk/epan/frame_data.h
-
-get rid of one more gmemchunk
-
+   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.
 ------------------------------------------------------------------------
-r15331 | jmayer | 2005-08-13 00:55:06 -0500 (Sat, 13 Aug 2005) | 4 lines
+r21896 | sfisher | 2007-05-22 15:55:09 -0700 (Tue, 22 May 2007) | 4 lines
 Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/ethereal-common.files
-   M /trunk/debian/ethereal-common.manpages
-   M /trunk/debian/ethereal-dev.docs
-   M /trunk/debian/ethereal-dev.files
-   M /trunk/debian/ethereal-dev.header-files
-   M /trunk/debian/ethereal-dev.manpages
-   M /trunk/debian/ethereal-dev.postinst
-   M /trunk/debian/ethereal-dev.prerm
-   A /trunk/debian/ethereal-root.desktop
-   M /trunk/debian/ethereal.files
-   M /trunk/debian/ethereal.manpages
-   M /trunk/debian/ethereal.menu
-   A /trunk/debian/patches
-   A /trunk/debian/patches/00list
-   A /trunk/debian/patches/01_idl2deb.dpatch
-   A /trunk/debian/patches/02_asn2deb.dpatch
-   A /trunk/debian/patches/03_preferences.dpatch
-   A /trunk/debian/patches/04_drop-capabilities.dpatch
-   A /trunk/debian/patches/05_plugin-libdir.dpatch
-   A /trunk/debian/patches/06_giop-buffer.dpatch
-   A /trunk/debian/patches/07_gcc4.dpatch
-   A /trunk/debian/patches/08_ethereal-desktop-menu.dpatch
-   A /trunk/debian/patches/09_idl2eth.dpatch
-   A /trunk/debian/patches/10_ethereal_gen.dpatch
-   A /trunk/debian/patches/11_diameter_vendors.dpatch
-   M /trunk/debian/rules
-   M /trunk/debian/tethereal.files
-   M /trunk/debian/tethereal.manpages
+   M /trunk/epan/dissectors/packet-rsvp.c
+
 
-Aplly those parts of ethereal_0.10.12-3.diff.gz
-from Debian, that change debian/
+Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455)
 
 
 ------------------------------------------------------------------------
-r15330 | sahlberg | 2005-08-12 21:24:11 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21897 | sahlberg | 2007-05-22 16:05:25 -0700 (Tue, 22 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/circuit.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-more gmemchunk -> se_alloc() conversions
+show the filename that was to be deleted in the Delete reply
 
 
 ------------------------------------------------------------------------
-r15329 | sahlberg | 2005-08-12 21:19:03 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21898 | gerald | 2007-05-22 16:06:22 -0700 (Tue, 22 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/conversation.c
+   M /trunk/gtk/main.c
 
-start converting gmemchunk into se_alloc() in /epan
+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.
 
 ------------------------------------------------------------------------
-r15328 | sahlberg | 2005-08-12 20:29:31 -0500 (Fri, 12 Aug 2005) | 10 lines
+r21899 | sahlberg | 2007-05-22 16:12:58 -0700 (Tue, 22 May 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
    M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-ssh.c
-   M /trunk/epan/dissectors/packet-wcp.c
-
-some more gmemchunk -> se_alloc() updates
-
-
-there are only 5 gmemchunks left   but they have different litetime for their allocations   than the 100+   ones that have been removed.
-
-The remaining 5 should be converted some other way.
-
 
+show the directory name in replies to CreateDir/Checkdir and DeleteDir
 
 
 ------------------------------------------------------------------------
-r15327 | sahlberg | 2005-08-12 19:03:12 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21900 | guy | 2007-05-22 16:56:52 -0700 (Tue, 22 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-afs.c
-
-gmemchunk -> se_alloc() improvements
+   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.
 
 ------------------------------------------------------------------------
-r15326 | sahlberg | 2005-08-12 18:57:01 -0500 (Fri, 12 Aug 2005) | 2 lines
+r21901 | guy | 2007-05-22 17:28:59 -0700 (Tue, 22 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/gtk/sctp_graph_dlg.c
 
-gmemchunk -> se_alloc() improvements
+Put back some more missing casts.
 
 ------------------------------------------------------------------------
-r15325 | sahlberg | 2005-08-12 18:46:46 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21902 | guy | 2007-05-22 18:27:57 -0700 (Tue, 22 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-some gmemchunk -> se_alloc() improvements for tcp
+   M /trunk/gtk/ssl-dlg.c
 
+Handle characters with the 8th bit set.
 
 ------------------------------------------------------------------------
-r15324 | sahlberg | 2005-08-12 18:34:59 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21903 | etxrab | 2007-05-22 22:27:17 -0700 (Tue, 22 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ajp13.c
-   M /trunk/epan/dissectors/packet-aoe.c
-
-gmemchunk -> se_alloc() improvements
-
+   M /trunk/gtk/sctp_graph_dlg.c
 
+Put in some more, hopfully correct casts.
 ------------------------------------------------------------------------
-r15323 | sahlberg | 2005-08-12 18:29:19 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21904 | jake | 2007-05-22 23:03:48 -0700 (Tue, 22 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-eap.c
-
-gmemchunk -> se_alloc() improvements
-
+   M /trunk/wiretap/pppdump.c
 
+Fix for bug 1601: handle zero length packets.
 ------------------------------------------------------------------------
-r15322 | sahlberg | 2005-08-12 18:17:30 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21905 | kukosa | 2007-05-23 06:36:25 -0700 (Wed, 23 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-
-gmemchunk -> se_alloc() improvements
-
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
 
+support of CONTAINING constraint in OCTET STRING and BIT STRING
 ------------------------------------------------------------------------
-r15321 | sahlberg | 2005-08-12 18:00:01 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21906 | kukosa | 2007-05-23 06:42:05 -0700 (Wed, 23 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcfcs.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-giop.c
-   M /trunk/epan/dissectors/packet-ipx.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-more gmemchunk -> se_alloc() improvements
-
+   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'
 ------------------------------------------------------------------------
-r15320 | jmayer | 2005-08-12 17:55:58 -0500 (Fri, 12 Aug 2005) | 1 line
+r21907 | kukosa | 2007-05-23 07:31:12 -0700 (Wed, 23 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-per.c
 
-Fix dissector bug on last element of ESRP
+fix warning
 ------------------------------------------------------------------------
-r15319 | sahlberg | 2005-08-12 17:12:32 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21908 | jmayer | 2007-05-23 08:42:48 -0700 (Wed, 23 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/epan/dissectors/packet-x11.c
-
-more gmemchunk->se_alloc() improvements
-
+   M /trunk/epan/dissectors/packet-bacapp.c
 
+warning fix: passing argument 2 of 'iconv' from incompatible pointer type
 ------------------------------------------------------------------------
-r15318 | sahlberg | 2005-08-12 16:29:06 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21909 | grahamb | 2007-05-23 09:35:42 -0700 (Wed, 23 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rdt.c
-   M /trunk/epan/dissectors/packet-sip.c
-
-gmemchunk -> se_alloc() improvements
-
+   M /trunk/epan/dissectors/packet-dnp.c
 
+Corrected dissection of read requests when no object indexes are supplied, i.e. index field is 0
 ------------------------------------------------------------------------
-r15317 | sahlberg | 2005-08-12 16:21:49 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21910 | gerald | 2007-05-23 10:12:01 -0700 (Wed, 23 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-socks.c
-   M /trunk/epan/dissectors/packet-vj.c
-
-gmemchunk -> se_alloc() updates
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/gtk/menu.c
 
+Add shortcuts for expanding/collapsing the packet detail.
 
 ------------------------------------------------------------------------
-r15316 | etxrab | 2005-08-12 16:08:02 -0500 (Fri, 12 Aug 2005) | 12 lines
+r21911 | kukosa | 2007-05-23 12:35:29 -0700 (Wed, 23 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
-
-From Hannes Gredler
-
-- add support for Multi-Link Frame-Relay (FRF.15) captures
-  taken on Juniper ML-, LS-, AS- PICs.
-
-- rework of the common juniper header dissector:
-    test the extension flag (0x80) which indicates that there are
-    meta-information like interface-index, interface-name etc.
-    present
-
-- minor bugfix (LSQ L3-proto masks, direction masks were broken)
+   M /trunk/tools/asn2wrs.py
 
+small fix in duplicate type warning
 ------------------------------------------------------------------------
-r15315 | gerald | 2005-08-12 11:32:28 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21912 | etxrab | 2007-05-23 13:49:53 -0700 (Wed, 23 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-Don't try to allocate more than ITEM_LABEL_LENGTH bytes for something we're 
-adding to the tree.  Fixes bugs 349 and 352.
+   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+   M /trunk/epan/dissectors/packet-gsm_ss.c
 
+Put in some forgotten actx.
 ------------------------------------------------------------------------
-r15314 | gerald | 2005-08-12 10:27:11 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21913 | wmeier | 2007-05-23 18:05:08 -0700 (Wed, 23 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/gtk/proto_dlg.c
 
-Fix the length that we pass to proto_tree_add_uint_format() so that we don't
-throw a dissector error.  Fixes bug 348.
+Fix 'Analyze ! Enabled_Protocols' search to search on correct column.
 
 ------------------------------------------------------------------------
-r15313 | jmayer | 2005-08-12 09:05:38 -0500 (Fri, 12 Aug 2005) | 5 lines
+r21914 | guy | 2007-05-23 19:08:49 -0700 (Wed, 23 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/docbook/release-notes.xml
 
-- Bug fix: Show ip-addresses with correct endianess.
-- Show version properly
-- VLAN ID was at a different place than expected.
-- Add some documentation infos
+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.
 
 ------------------------------------------------------------------------
-r15312 | sahlberg | 2005-08-12 05:50:55 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21915 | guy | 2007-05-23 19:10:49 -0700 (Wed, 23 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-rtsp.c
-
-more gmemchunk -> se_alloc() improvements
+   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.
 
 ------------------------------------------------------------------------
-r15311 | sahlberg | 2005-08-12 05:41:22 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21916 | kukosa | 2007-05-24 00:19:21 -0700 (Thu, 24 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-atalk.c
-
-more gmemchunk -> se_alloc() improvements
-
+   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
 ------------------------------------------------------------------------
-r15310 | sahlberg | 2005-08-12 05:29:09 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21917 | guy | 2007-05-24 04:43:53 -0700 (Thu, 24 May 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
-
-more gmemchunk -> se_alloc() improvements
+   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.
 
 ------------------------------------------------------------------------
-r15309 | sahlberg | 2005-08-12 05:21:14 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21918 | guy | 2007-05-24 05:00:55 -0700 (Thu, 24 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-beep.c
-   M /trunk/epan/dissectors/packet-rlogin.c
-
-some more gmemchunk -> se_alloc() improvements
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
 
+Back out the previous change.
 
 ------------------------------------------------------------------------
-r15308 | sahlberg | 2005-08-12 05:03:17 -0500 (Fri, 12 Aug 2005) | 5 lines
+r21919 | kukosa | 2007-05-24 05:30:38 -0700 (Thu, 24 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-smtp.c
-
-remove some unused variables from scsi
-
-change two gmemchunks in smtp to se_alloc() and remove one now redundant init routine.
-
+   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
 ------------------------------------------------------------------------
-r15307 | sahlberg | 2005-08-12 04:56:28 -0500 (Fri, 12 Aug 2005) | 4 lines
+r21920 | kukosa | 2007-05-24 05:36:41 -0700 (Thu, 24 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-msproxy.c
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add missing include to scsi
-
-change two gmemchunks to se_alloc() for msproxy
+   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
 ------------------------------------------------------------------------
-r15306 | jmayer | 2005-08-12 04:56:13 -0500 (Fri, 12 Aug 2005) | 1 line
+r21921 | kukosa | 2007-05-24 06:30:45 -0700 (Thu, 24 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/asn1/ulp/packet-ulp-template.c
+   M /trunk/asn1/ulp/ulp.cnf
+   M /trunk/epan/dissectors/packet-ulp.c
 
-EDS/EAPS/EPRS mostly finished - several fixmes remain
+fix rrlp subdissector calling
 ------------------------------------------------------------------------
-r15305 | sahlberg | 2005-08-12 04:47:33 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21922 | wmeier | 2007-05-24 09:18:33 -0700 (Thu, 24 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
-
-add some symbols to libethereal.def
+   M /trunk/gtk/ansi_map_stat.c
 
+When computing average: use 0 as avg if divisor=0
 
 ------------------------------------------------------------------------
-r15304 | sahlberg | 2005-08-12 04:31:07 -0500 (Fri, 12 Aug 2005) | 4 lines
+r21923 | guy | 2007-05-24 10:02:06 -0700 (Thu, 24 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-oops forgot to delete a variable
+   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.
 
 ------------------------------------------------------------------------
-r15303 | sahlberg | 2005-08-12 04:30:24 -0500 (Fri, 12 Aug 2005) | 15 lines
+r21924 | gerald | 2007-05-24 10:36:07 -0700 (Thu, 24 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
- get rid of some unnessecary GMemChunks.
-
+   M /trunk/epan/dissectors/packet-bootp.c
 
-These GMemChunks are used here because :
-1, GMemChunks are cheap to allocate and cheap to free
-2, We always unconditionally free the entire chunk When and only when we load a new capture.
+Fix a crash bug found through fuzz testing.  The bug was introduced
+after the 0.99.5 release.
 
-==>
-se_alloc() does exactly the same thing but with significantly less code
+------------------------------------------------------------------------
+r21925 | etxrab | 2007-05-24 12:11:04 -0700 (Thu, 24 May 2007) | 1 line
+Changed paths:
+   D /trunk/asn1/ulp/ulp-exp.cnf
 
-==>
-se_alloc() is a much better fit to out allocation requirements and useage than GMemChunks
+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
 
 
 ------------------------------------------------------------------------
-r15302 | tuexen | 2005-08-12 04:16:51 -0500 (Fri, 12 Aug 2005) | 2 lines
+r21927 | etxrab | 2007-05-24 13:42:55 -0700 (Thu, 24 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-asap.c
-
-Fix handling of ASAP_ENDPOINT_KEEP_ALIVE message.
+   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.
 ------------------------------------------------------------------------
-r15301 | sahlberg | 2005-08-12 03:51:08 -0500 (Fri, 12 Aug 2005) | 3 lines
+r21928 | lego | 2007-05-24 15:26:51 -0700 (Thu, 24 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
-   M /trunk/epan/packet.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/plugins.c
+   M /trunk/epan/plugins.h
    M /trunk/gtk/main.c
-   M /trunk/tethereal.c
+   M /trunk/gtk/plugins_dlg.c
+   M /trunk/tshark.c
 
-Add beginning of seasonal allocation   in addition to the existing ephemeral ones.
+Prepare wireshark and tshark for wiretap plugins
 
 
 ------------------------------------------------------------------------
-r15300 | guy | 2005-08-12 02:47:27 -0500 (Fri, 12 Aug 2005) | 6 lines
+r21929 | jake | 2007-05-24 23:35:21 -0700 (Thu, 24 May 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-In an "address" structure, "data" is a pointer; dereferencing "&data"
-doesn't give you the address value, it gives a pointer to the address
-value.
+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).
 
-Don't assume that pointer is aligned on a 32-bit boundary.
+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.
 ------------------------------------------------------------------------
-r15299 | jmayer | 2005-08-11 23:06:04 -0500 (Thu, 11 Aug 2005) | 1 line
+r21930 | jake | 2007-05-24 23:46:47 -0700 (Thu, 24 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/tshark.c
 
-Beginnings of a EDP, ESRP and EAPS dissector
+Fix for bug 1614:
+Output preamble and finale on live capture.
 ------------------------------------------------------------------------
-r15298 | lego | 2005-08-11 18:51:35 -0500 (Thu, 11 Aug 2005) | 3 lines
+r21931 | kukosa | 2007-05-24 23:54:39 -0700 (Thu, 24 May 2007) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-avoid throwing a malformed packet
-
+   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
 
-------------------------------------------------------------------------
-r15297 | jmayer | 2005-08-11 18:18:46 -0500 (Thu, 11 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-llc.c
+UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directory
 
-Add Extreme OUI, reorder alphabetically
 ------------------------------------------------------------------------
-r15296 | etxrab | 2005-08-11 15:47:09 -0500 (Thu, 11 Aug 2005) | 2 lines
+r21932 | jmayer | 2007-05-25 01:34:15 -0700 (Fri, 25 May 2007) | 22 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/tools/pidl/tests/Util.pm
 
-From Rene Pilz:
-The MCC/MNC in de_gmm_rai is not correct decoded
+Update from samba tree revision 23054 to 23135
+============================ Samba log start ============
 ------------------------------------------------------------------------
-r15295 | etxrab | 2005-08-11 15:14:41 -0500 (Thu, 11 Aug 2005) | 16 lines
+r23069 | metze | 2007-05-22 13:23:36 +0200 (Tue, 22 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-   M /trunk/epan/dissectors/packet-giop.h
-   M /trunk/ethereal_gen.py
-
-From W. Borgert:
-three trivial corrections for the GIOP dissector:
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
 
-- allow filtering GIOP exceptions, e.g. "giop.replystatus = 2"
-  or "giop.exceptionid matches MyError", older patch at
-  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314835
-
-- show IDLs sequence<octet> more compact, not one line per
-  octet, older patch at
-  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314836
-
-- decode _is_a requests and replies, older patch at
-  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314871
-
-With a change to not create a malformed packet in the "stub data".
+print out the command, to find out the problem on host 'tridge'
 
+metze
 ------------------------------------------------------------------------
-r15294 | lego | 2005-08-11 13:21:23 -0500 (Thu, 11 Aug 2005) | 9 lines
+r23071 | metze | 2007-05-22 14:45:58 +0200 (Tue, 22 May 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Change a switch into an "if else if else if else" that fixes the "too large for switch" in HP-UX 10.20 .
-
-The generated file has a lot of indentation changes due probably to a change in asn2eth.
-
-The underlying reason for which I added this code (dissect_ber_integer() would not add as a "filterable" field if it is larger than 4 bytes, should be handled in dissect_ber_integer() ) remains there.
-
-Should we change dissect_ber_integer() itself to make sure that a 5 byte unsigned integer which fits in 4 bytes gets added to the tree as "filterable"?
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
 
+print the command on failure only
 
+metze
 ------------------------------------------------------------------------
-r15293 | gerald | 2005-08-11 11:24:12 -0500 (Thu, 11 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add notes about SCSI, BER, and ONC RPC bugs.
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
 ------------------------------------------------------------------------
-r15292 | gerald | 2005-08-11 10:35:17 -0500 (Thu, 11 Aug 2005) | 2 lines
+r21933 | kukosa | 2007-05-25 04:40:32 -0700 (Fri, 25 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Add checks for infinite loops.  Fixes recent Buildbot failures.
+   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
 ------------------------------------------------------------------------
-r15291 | sahlberg | 2005-08-11 05:08:45 -0500 (Thu, 11 Aug 2005) | 11 lines
+r21934 | lego | 2007-05-25 09:47:22 -0700 (Fri, 25 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-Fix for bug 342
-
-
-If we encounter a frame we have already seen (i.e. visited==1)  but we can not fing the ISCSI command inside the _matched table, this just means there were no response pdu nor any data pdu with the S bit set.
-So, then just pick the cdata structure up from the _unmatched table instead.
-
-The SCSI CDB  dissector really really want a real CDATA structure passed to it.
-
+   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
 
 
 ------------------------------------------------------------------------
-r15290 | sahlberg | 2005-08-11 04:20:23 -0500 (Thu, 11 Aug 2005) | 15 lines
+r21935 | lego | 2007-05-25 10:22:32 -0700 (Fri, 25 May 2007) | 23 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-
-We use heuristics to detect what MIGHT be onc-rpc packets.
+   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
 
-as heuristics they are not 100% perfect, else they would not be heuristics.
+Have editcap and capinfos loading the wiretap plugins.
 
+epan/filesystem.c
+   have get_plugin_dir() calling init_plugin_dir() if necessary
 
-IF the preference option "Dissect unknown RPC program numbers" are enabled,
-add a sanity check to see that program_version is <=10
-  (no one uses versions >10 ?)
-to avoid trying to add 2 bilion different versions to the program->version linked list
-in case we mistook the packet for ONC-RPC and the "version" field contains a huge random number.
+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()
 
-This bug would only trigger a hang/crash IFF the option above is enabled.
+gtk/main.c and tshark.c
+   init_plugin_dir() has become suprefluous
 
+capinfos.c and editcap.c
+   load the wiretap plugins
 
-------------------------------------------------------------------------
-r15289 | sahlberg | 2005-08-11 03:15:52 -0500 (Thu, 11 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+Makefiles
+   do what's needed to build withe the above changes.
 
-fix several bugs where we might dereference a null pointer
 
 
 
 ------------------------------------------------------------------------
-r15288 | sahlberg | 2005-08-11 02:44:38 -0500 (Thu, 11 Aug 2005) | 3 lines
+r21936 | lego | 2007-05-25 10:23:46 -0700 (Fri, 25 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/wiretap/Makefile.common
+   D /trunk/wiretap/wtap-plugins.c
+   M /trunk/wiretap/wtap.h
 
-some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversions
+ remove the never used wiretap/wtap-plugins.c
 
 
 ------------------------------------------------------------------------
-r15287 | gerald | 2005-08-10 15:17:53 -0500 (Wed, 10 Aug 2005) | 2 lines
+r21937 | gerald | 2007-05-25 10:24:35 -0700 (Fri, 25 May 2007) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/main.c
 
-Add bug IDs to the list of bugs fixed.
+As Martin pointed out, we were comparing the wrong variable against our 
+modifier mask (and using the wrong bitwise operator to boot).
 
 ------------------------------------------------------------------------
-r15286 | ulfl | 2005-08-10 14:49:45 -0500 (Wed, 10 Aug 2005) | 5 lines
+r21938 | guy | 2007-05-25 12:13:49 -0700 (Fri, 25 May 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/capture_prefs.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/column_prefs.c
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/gtk_stat_util.c
+   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/mtp3_summary.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/toolbar.c
-   M /trunk/gtk/ui_util.c
-
-removed tons of MSVC const related warnings.
-
-This might at some places interfere with the changes for gcc4, we might have to negotiate in that case :-)
-
-Please note that a lot of these warnings were GTK1.x related only!
-------------------------------------------------------------------------
-r15285 | guy | 2005-08-10 14:38:04 -0500 (Wed, 10 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Fix a typo.
-
-------------------------------------------------------------------------
-r15284 | ulfl | 2005-08-10 14:37:29 -0500 (Wed, 10 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/file.c
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/register.h
+   M /trunk/statusbar.h
+   M /trunk/ui_util.h
 
-more snprintf() -> g_snprintf() replacements
-------------------------------------------------------------------------
-r15283 | ulfl | 2005-08-10 14:34:09 -0500 (Wed, 10 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
+Squelch some qualifier (const vs. non-const) warnings.
 
-don't warn the user about the WinPcap 3.1 release version as being unknown
 ------------------------------------------------------------------------
-r15282 | gerald | 2005-08-10 14:31:21 -0500 (Wed, 10 Aug 2005) | 2 lines
+r21939 | guy | 2007-05-25 12:26:45 -0700 (Fri, 25 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/capture_loop.c
 
-Remove proprietary information at the author's request.
+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.
 
 ------------------------------------------------------------------------
-r15281 | gerald | 2005-08-10 14:28:08 -0500 (Wed, 10 Aug 2005) | 2 lines
+r21940 | guy | 2007-05-25 12:31:13 -0700 (Fri, 25 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/tshark.c
 
-ep_tvb_get_string -> tvb_get_ephemeral_string
+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.
 
 ------------------------------------------------------------------------
-r15280 | gerald | 2005-08-10 13:54:30 -0500 (Wed, 10 Aug 2005) | 2 lines
+r21941 | guy | 2007-05-25 12:39:35 -0700 (Fri, 25 May 2007) | 4 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
 
-Add an item for the SLIMP3 overflow.
+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).
 
 ------------------------------------------------------------------------
-r15279 | gerald | 2005-08-10 13:50:36 -0500 (Wed, 10 Aug 2005) | 4 lines
+r21942 | guy | 2007-05-25 13:03:26 -0700 (Fri, 25 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-slimp3.c
+   M /trunk/dftest.c
+   M /trunk/epan/filesystem.c
+   M /trunk/epan/filesystem.h
 
-Don't overflow a buffer.  This might fix bug 327.
+No need to call init_plugin_dir() - it gets called, if necessary, by
+get_plugin_dir().
 
-Don't print non-pritable characters.
+Add checks for the success or failure of init_progfile_dir() in dftest.
 
 ------------------------------------------------------------------------
-r15278 | gerald | 2005-08-10 11:05:50 -0500 (Wed, 10 Aug 2005) | 7 lines
+r21943 | gerald | 2007-05-25 14:32:32 -0700 (Fri, 25 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-When we receive junk data, mark it as a malformed packet instead of
-a dissector bug.  This keeps buildbot from opening unnecessary bugs
-during fuzz testing.
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-When we create a new scsi_task_data_t struct make sure all of its
-members are initialized.
+Throw an exception instead of trying to add a 4GB fragment.
 
 ------------------------------------------------------------------------
-r15277 | gerald | 2005-08-10 10:58:26 -0500 (Wed, 10 Aug 2005) | 2 lines
+r21944 | guy | 2007-05-25 14:50:12 -0700 (Fri, 25 May 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/mgcp/packet-mgcp.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
 
-ep_tvb_get_string() -> tvb_get_ephemeral_string().
+Add a cast to squelch an MSVC warning.
 
 ------------------------------------------------------------------------
-r15276 | sahlberg | 2005-08-10 09:37:52 -0500 (Wed, 10 Aug 2005) | 3 lines
+r21945 | gerald | 2007-05-25 16:40:42 -0700 (Fri, 25 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-smb-logon.c
+   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
 
-tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion
+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.
 
 ------------------------------------------------------------------------
-r15275 | sahlberg | 2005-08-10 09:35:24 -0500 (Wed, 10 Aug 2005) | 3 lines
+r21946 | guy | 2007-05-25 17:12:28 -0700 (Fri, 25 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-jfif.c
-   M /trunk/epan/dissectors/packet-pgsql.c
-   M /trunk/epan/dissectors/packet-smb-browse.c
-
-tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.
+   M /trunk/epan/libwireshark.def
 
+init_plugin_dir() is now just internal to epan/filesystem.c.
 
 ------------------------------------------------------------------------
-r15274 | sahlberg | 2005-08-10 09:28:18 -0500 (Wed, 10 Aug 2005) | 3 lines
+r21947 | sfisher | 2007-05-25 17:38:53 -0700 (Fri, 25 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-bootp.c
+
 
-convert to tvb_get_ephemeral_stringz() and fix an obvious memleak
+Fix bug #1416: crash (stack smashing) on single DHCP packet
 
 
 ------------------------------------------------------------------------
-r15273 | sahlberg | 2005-08-10 09:25:59 -0500 (Wed, 10 Aug 2005) | 3 lines
+r21948 | standel | 2007-05-25 18:01:27 -0700 (Fri, 25 May 2007) | 11 lines
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-mip.c
+
+From Ville Nuorvala :
 
-add new function tvb_get_ephemeral_stringz()
+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
 
 
 ------------------------------------------------------------------------
-r15272 | sahlberg | 2005-08-10 09:17:27 -0500 (Wed, 10 Aug 2005) | 3 lines
+r21949 | guy | 2007-05-25 20:12:25 -0700 (Fri, 25 May 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-gsm_sms.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/plugins/m2m/Makefile.am
+   A /trunk/plugins/m2m/Makefile.common
+   M /trunk/plugins/m2m/Makefile.nmake
 
-convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()
+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.)
 
 ------------------------------------------------------------------------
-r15271 | sahlberg | 2005-08-10 08:56:34 -0500 (Wed, 10 Aug 2005) | 3 lines
+r21950 | guy | 2007-05-25 20:15:51 -0700 (Fri, 25 May 2007) | 2 lines
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/dissectors/packet-tds.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-
-rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update the README file.
+   M /trunk/plugins/m2m/packet-m2m.c
 
+Get rid of the old-style plugin registration stuff.
 
 ------------------------------------------------------------------------
-r15270 | sahlberg | 2005-08-10 08:41:13 -0500 (Wed, 10 Aug 2005) | 3 lines
+r21951 | guy | 2007-05-25 20:26:20 -0700 (Fri, 25 May 2007) | 2 lines
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/dissectors/packet-3g-a11.c
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-   M /trunk/epan/dissectors/packet-aim.c
-   M /trunk/epan/dissectors/packet-ansi_a.c
-   M /trunk/epan/dissectors/packet-atalk.c
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-   M /trunk/epan/dissectors/packet-dsi.c
-   M /trunk/epan/dissectors/packet-edonkey.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-gsm_a.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-image-gif.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-mmse.c
-   M /trunk/epan/dissectors/packet-mq.c
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-msrp.c
-   M /trunk/epan/dissectors/packet-multipart.c
-   M /trunk/epan/dissectors/packet-pagp.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-quake2.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtsp.c
-   M /trunk/epan/dissectors/packet-sdp.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-sipfrag.c
-   M /trunk/epan/dissectors/packet-slsk.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-tacacs.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-vnc.c
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-
-rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the documentation in README.developer
+   M /trunk/plugins/m2m/packet-m2m.c
 
+Get rid of another item that's now handled automatically.
 
 ------------------------------------------------------------------------
-r15269 | sahlberg | 2005-08-10 08:01:16 -0500 (Wed, 10 Aug 2005) | 3 lines
+r21952 | gal | 2007-05-26 03:17:08 -0700 (Sat, 26 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   A /trunk/plugins/m2m/moduleinfo.nmake
+   M /trunk/plugins/m2m/packet-m2m.c
+   A /trunk/plugins/m2m/plugin.rc.in
 
-ememify tywo more tvb_get_string()
+Missing bits and fixes to get the buildbot green again.
 
 
 ------------------------------------------------------------------------
-r15268 | gerald | 2005-08-09 09:46:06 -0500 (Tue, 09 Aug 2005) | 2 lines
+r21953 | guy | 2007-05-26 11:26:46 -0700 (Sat, 26 May 2007) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   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
 
-Add a note about the IrDA dissector crash.
+Convert to the new style of building plugins; hopefully this'll fix the
+rest of the distcheck issues.
 
 ------------------------------------------------------------------------
-r15267 | gerald | 2005-08-09 09:38:11 -0500 (Tue, 09 Aug 2005) | 4 lines
+r21954 | guy | 2007-05-26 11:59:56 -0700 (Sat, 26 May 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/wimax/msg_dreg.c
 
-Make sure we initialize our iap_conv struct _before_ we go digging
-into a tvbuff.  This keeps us from leaving junk data behind if we
-throw an exception.
+Get rid of unused parameter.
 
 ------------------------------------------------------------------------
-r15266 | guy | 2005-08-08 19:07:12 -0500 (Mon, 08 Aug 2005) | 3 lines
+r21955 | guy | 2007-05-26 12:31:50 -0700 (Sat, 26 May 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/proto_draw.c
+   M /trunk/plugins/wimax/msg_arq.c
 
-"g_locale_to_utf8()" returns a "gchar *", and the string it returns is
-dynamically allocated.  Don't assign its result to "const gchar *".
+Flag some parameters as unused.
 
 ------------------------------------------------------------------------
-r15265 | guy | 2005-08-08 19:03:45 -0500 (Mon, 08 Aug 2005) | 7 lines
+r21956 | guy | 2007-05-26 13:07:53 -0700 (Sat, 26 May 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/irda/packet-irda.c
+   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
 
-The "proto" argument to "conversation_get_proto_data()" and
-"conversation_add_proto_data()" is supposed to be a protocol ID, as
-returned by "proto_register_protocol()".  In addition, there are two
-different types of protocol data being attached to a conversation; use
-different protocol IDs for them, so we don't misinterpret an
-"iap_conversation_t" as a "lmp_conversation_t" or vice versa.
+Squelch some unused parameter warnings.
 
 ------------------------------------------------------------------------
-r15264 | ulfl | 2005-08-08 13:50:39 -0500 (Mon, 08 Aug 2005) | 5 lines
+r21957 | guy | 2007-05-26 19:01:00 -0700 (Sat, 26 May 2007) | 2 lines
 Changed paths:
-   M /trunk/capture_sync.c
-   M /trunk/disabled_protos.c
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/asn1.c
-   M /trunk/epan/atalk-utils.c
-   M /trunk/epan/atalk-utils.h
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/dfilter/dfilter.c
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-amr.c
-   M /trunk/epan/dissectors/packet-aoe.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-brdwlk.c
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-ccsds.c
-   M /trunk/epan/dissectors/packet-cip.c
-   M /trunk/epan/dissectors/packet-cpfi.c
-   M /trunk/epan/dissectors/packet-cpha.c
-   M /trunk/epan/dissectors/packet-csm-encaps.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-dnp.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-enip.c
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcfcs.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fclctl.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-fcsb3.c
-   M /trunk/epan/dissectors/packet-fcsp.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-g723.c
-   M /trunk/epan/dissectors/packet-gprs-llc.c
-   M /trunk/epan/dissectors/packet-hyperscsi.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-igmp.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-ipv6.c
-   M /trunk/epan/dissectors/packet-ipvs-syncd.c
-   M /trunk/epan/dissectors/packet-ismp.c
-   M /trunk/epan/dissectors/packet-isns.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-isup_thin.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-laplink.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-lwapp.c
-   M /trunk/epan/dissectors/packet-mdshdr.c
-   M /trunk/epan/dissectors/packet-msrp.c
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3mg.c
-   M /trunk/epan/dissectors/packet-multipart.c
-   M /trunk/epan/dissectors/packet-ntp.c
-   M /trunk/epan/dissectors/packet-pflog.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-pn-rt.c
-   M /trunk/epan/dissectors/packet-ptp.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rtps.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccpmg.c
-   M /trunk/epan/dissectors/packet-sebek.c
-   M /trunk/epan/dissectors/packet-sflow.c
-   M /trunk/epan/dissectors/packet-sigcomp.c
-   M /trunk/epan/dissectors/packet-sndcp.c
-   M /trunk/epan/dissectors/packet-stun.c
-   M /trunk/epan/dissectors/packet-uma.c
-   M /trunk/epan/dissectors/packet-wccp.c
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/dissectors/packet-wtls.c
-   M /trunk/epan/dissectors/packet-wtp.c
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/follow.c
-   M /trunk/epan/inet_ntop.c
-   M /trunk/epan/ipproto.c
-   M /trunk/epan/plugins.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/sigcomp-udvm.c
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-   M /trunk/epan/value_string.c
-   M /trunk/filters.c
-   M /trunk/pcap-util-unix.c
-   M /trunk/plugins/asn1/packet-asn1.c
-   M /trunk/plugins/ciscosm/packet-sm.c
-   M /trunk/plugins/docsis/packet-vendor.c
-   M /trunk/plugins/irda/packet-ircomm.c
-   M /trunk/plugins/irda/packet-irda.c
-   M /trunk/plugins/opsi/packet-opsi.c
-   M /trunk/plugins/rlm/packet-rlm.c
-   M /trunk/plugins/v5ua/packet-v5ua.c
-   M /trunk/ringbuffer.c
-   M /trunk/tap-iousers.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tethereal.c
-   M /trunk/util.c
+   M /trunk/plugins/wimax/Makefile.common
 
-various code cleanup:
--use g_snprintf instead of sprintf and snprintf
--use g_strdup_printf where appropriate
--remove #include "snprintf.h" (as only g_snprintf should be used)
--replace some more alloc/realloc/calloc/free with their glib pendants
-------------------------------------------------------------------------
-r15263 | ulfl | 2005-08-08 12:22:55 -0500 (Mon, 08 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/simple_dialog.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/toolbar.c
-   M /trunk/gtk/ui_util.c
-   M /trunk/gtk/ui_util.h
+wmxtypes.h is part of the m2m plugin, not the wimax plugin.
 
-fix some MSVC const warnings
 ------------------------------------------------------------------------
-r15262 | jmayer | 2005-08-08 11:53:09 -0500 (Mon, 08 Aug 2005) | 2 lines
+r21958 | guy | 2007-05-26 22:27:44 -0700 (Sat, 26 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
+   M /trunk/plugins/m2m/wimax_tlv.c
 
-OK, so Didier was probably right using $^ :-)
+Include wimax_tlv.h the same way packet-m2m.c does.
 
 ------------------------------------------------------------------------
-r15261 | jmayer | 2005-08-08 09:17:42 -0500 (Mon, 08 Aug 2005) | 4 lines
+r21959 | guy | 2007-05-27 11:30:03 -0700 (Sun, 27 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-
-Didier Gautheron:
-        A small patch for compiling ethereal outside the source tree.
+   M /trunk/plugins/profinet/Makefile.am
+   M /trunk/plugins/profinet/Makefile.nmake
 
+Clean up white space.
 
 ------------------------------------------------------------------------
-r15260 | sahlberg | 2005-08-08 04:52:59 -0500 (Mon, 08 Aug 2005) | 8 lines
+r21960 | guy | 2007-05-27 11:33:13 -0700 (Sun, 27 May 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   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
 
-From
-Eric Wedel
-
-Add a preference to RPC (default off) that will heuristically attempt to find
-PDUs starting in the middle of a segment.
+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 <glib.h>, not <gmodule.h>, even in plugins.
 
+Fix the version numbers in the rc files.
 
 ------------------------------------------------------------------------
-r15259 | sahlberg | 2005-08-08 03:53:05 -0500 (Mon, 08 Aug 2005) | 6 lines
+r21961 | guy | 2007-05-27 11:35:55 -0700 (Sun, 27 May 2007) | 2 lines
 Changed paths:
-   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
-
-updates from Anders B
+   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
 
-Regenerate gsm ss and gsm map
+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.
 
 ------------------------------------------------------------------------
-r15258 | guy | 2005-08-08 02:27:14 -0500 (Mon, 08 Aug 2005) | 7 lines
+r21964 | sfisher | 2007-05-27 16:34:55 -0700 (Sun, 27 May 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-drda.c
 
-Centralize the code to create the subtree for RSVP objects and to put
-the length and object class items into that tree.  Put the object class
-item into the tree as a visible item, rather than as a hidden item and
-as a text entry.
 
-Add some additional length checks.
+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
+
 
 ------------------------------------------------------------------------
-r15257 | sahlberg | 2005-08-07 18:39:00 -0500 (Sun, 07 Aug 2005) | 5 lines
+r21965 | sfisher | 2007-05-27 19:33:43 -0700 (Sun, 27 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-slowprotocols.c
+   D /trunk/asn1/snmp/README.txt
 
-from Dominique Bastien
 
-small update for slowprotocols
+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.
 
 
 ------------------------------------------------------------------------
-r15256 | ulfl | 2005-08-07 18:10:06 -0500 (Sun, 07 Aug 2005) | 4 lines
+r21966 | etxrab | 2007-05-27 23:13:03 -0700 (Sun, 27 May 2007) | 16 lines
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.am
-   M /trunk/packaging/nsis/WinPcapPage.ini
-   A /trunk/packaging/nsis/WinPcap_3_1.exe
-   D /trunk/packaging/nsis/WinPcap_3_1_beta4.exe
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-isup.h
 
-Use the now released WinPcap 3.1 version instead of the beta 4.
+From Neil Ostroff:
+The enclosed patch updates the ansi isup dissector to support the following parameters:  
 
-We don't need to uninstall an old WinPcap version first, as this is done by the WinPcap installer itself now.
 
-------------------------------------------------------------------------
-r15255 | guy | 2005-08-07 15:06:01 -0500 (Sun, 07 Aug 2005) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
+1. Generic Name  
 
-DHCP Failover runs over TCP; use tcp_dissect_pdus.
+2. Originating Line Info  
 
-There's no need to build a list of all the options and then dissect them
-individually; just have one loop that dissects them.  (The full list
-wasn't being freed, so we were leaking memory.)
+3. Jurisdiction  
 
-Add some more sanity checks.
+4. Charge Number  
 
-Clean up a bunch of other things.
+5. Forward Call Indicator (bits M and N are now being decoded)  
 
+6. Cause Code (all values are now being decoded)
 ------------------------------------------------------------------------
-r15254 | guy | 2005-08-07 13:03:34 -0500 (Sun, 07 Aug 2005) | 10 lines
+r21967 | etxrab | 2007-05-27 23:38:30 -0700 (Sun, 27 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
-
-Fix the spelling of "transferred".
+   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
 
-Fix the sizes of some items to match what's in the I-D and what's being
-fetched from the packet.
+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
 
-Check for the length of items before doing *anything* with the item,
-including fetching the data from the packet.  Just put a "bad length"
-indication into the protocol tree; don't abort the dissection (we can
-just move on to the next TLV).
+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.
 
 ------------------------------------------------------------------------
-r15253 | jmayer | 2005-08-06 19:21:35 -0500 (Sat, 06 Aug 2005) | 1 line
+r21969 | kukosa | 2007-05-28 00:10:09 -0700 (Mon, 28 May 2007) | 1 line
 Changed paths:
-   M /trunk/docbook
+   M /trunk/tools/asn2wrs.py
 
-Add release-notes-...pdf to svn:ignore
+small improvements in value handling, defined INTEGER value can be used in OID value
 ------------------------------------------------------------------------
-r15252 | jmayer | 2005-08-06 19:07:18 -0500 (Sat, 06 Aug 2005) | 6 lines
+r21970 | guy | 2007-05-28 00:26:59 -0700 (Mon, 28 May 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/README.txt
-
-Start a list of packages required for each distro.
-So far only Suse 9.3 is covered.
-
-Infos for other systems are very welcome.
+   M /trunk/asn1/Makefile.am
 
+asn1/snmp/README.txt is gone.
 
 ------------------------------------------------------------------------
-r15251 | guy | 2005-08-06 16:38:43 -0500 (Sat, 06 Aug 2005) | 9 lines
+r21971 | guy | 2007-05-28 01:31:18 -0700 (Mon, 28 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-frame.h
-   M /trunk/epan/exceptions.h
-
-If a dissector writer directly throws DissectorError, don't punish the
-user by crashing due to a null pointer dereference, punish the dissector
-writer by saying he or she didn't bother providing an explanation of the
-error.
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap-int.h
 
-The exception message isn't a const string any more; make the
-"exception_message" argument to "show_exception()" a "char *", not a
-"const char *".
+Throw in some casts to suppress warnings.
 
 ------------------------------------------------------------------------
-r15250 | guy | 2005-08-06 14:58:45 -0500 (Sat, 06 Aug 2005) | 14 lines
+r21972 | kukosa | 2007-05-28 03:55:03 -0700 (Mon, 28 May 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/except.c
-   M /trunk/epan/except.h
-   M /trunk/epan/exceptions.h
+   M /trunk/tools/asn2wrs.py
 
-Support throwing an exception with a null message pointer, and have the
-message not be const (as we generate messages with "g_strdup_sprintf()",
-which means they need to be freed; using a null message means that we
-don't have to use a special string for exceptions with no message, and
-don't have to worry about not freeing that).
+support of SelectionType
 
-Have THROW() throw an exception with a null message pointer.  (This
-means that you crash if you throw DissectorError with THROW().  Don't do
-that - it means you don't get a more detailed explanation of the
-dissector problem.  Use the DISSECTOR_ASSERT, etc. macros in
-epan/proto.h instead.)
-
-Free the exception message for DissectorError, as it's mallocated.
+e.g. in TCAP
+Component{...} ::= CHOICE {
+  basicROS  ROS{...},
+  returnResultNotLast [7] returnResult < ROS{..}
+}
 
 ------------------------------------------------------------------------
-r15249 | guy | 2005-08-06 13:42:07 -0500 (Sat, 06 Aug 2005) | 5 lines
+r21973 | kukosa | 2007-05-28 04:10:41 -0700 (Mon, 28 May 2007) | 1 line
 Changed paths:
-   M /trunk/filters.c
-   M /trunk/filters.h
-
-"read_filter_list()" and "save_filter_list()" mallocate the path string
-that they return through the "pref_path_return" argument; make it a
-"char **", as a pointer to a "char *" is passed to it, and the caller
-has to free that.
+   M /trunk/tools/asn2wrs.py
 
+fix SelectionType creation for export (if the type is only exported but not used in module)
 ------------------------------------------------------------------------
-r15248 | guy | 2005-08-06 13:40:03 -0500 (Sat, 06 Aug 2005) | 5 lines
+r21974 | standel | 2007-05-28 19:29:38 -0700 (Mon, 28 May 2007) | 2 lines
 Changed paths:
-   M /trunk/file.c
+   M /trunk/gtk/voip_calls.c
 
-We no longer generate a "Loading" message ourselves, we just pass the
-name of the file being loaded to "delayed_create_progress_dlg()".  Get
-rid of the pointless "g_strdup_printf()" call (which amounted to a
-more-expensive "g_strdup()", and the variables it used.
+fix warnings for gcc 4.2
 
 ------------------------------------------------------------------------
-r15247 | guy | 2005-08-06 13:38:35 -0500 (Sat, 06 Aug 2005) | 15 lines
+r21975 | standel | 2007-05-28 19:43:18 -0700 (Mon, 28 May 2007) | 14 lines
 Changed paths:
-   M /trunk/util.c
-
-"setup_tmpdir()" either returns the const string passed to it, or it
-returns a malloced string that's supposed to persist as long as Ethereal
-is running.  Make it return "const char *", and return either the former
-pointer or the result of mallocation, so we don't end up using the same
-variable for a const pointer and a non-const pointer.
+   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
 
-Make the variables to which its result is assigned const pointers as
-well.
+From David Howells :
 
-"strlen()" returns size_t; make a argument to which its result is
-assigned a size_t.
+  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).
 
-Just out of paranoia, check for a zero-length string passed to
-"setup_tmpdir()".
+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'.
 
 ------------------------------------------------------------------------
-r15246 | gerald | 2005-08-06 10:23:52 -0500 (Sat, 06 Aug 2005) | 2 lines
+r21976 | guy | 2007-05-28 23:16:24 -0700 (Mon, 28 May 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/wiretap/catapult_dct2000.c
 
-Add a note about the ISIS LSP bug.
+Print a gint64 the right way.
 
 ------------------------------------------------------------------------
-r15245 | gerald | 2005-08-06 10:18:45 -0500 (Sat, 06 Aug 2005) | 3 lines
+r21977 | guy | 2007-05-28 23:20:03 -0700 (Mon, 28 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/doc/tshark.pod
 
-Increase the size of some variables so that we don't overflow them and loop
-forever.  Fixes bug 320.
+Document "-T fields".
 
 ------------------------------------------------------------------------
-r15244 | jmayer | 2005-08-06 09:03:14 -0500 (Sat, 06 Aug 2005) | 3 lines
+r21978 | guy | 2007-05-28 23:56:07 -0700 (Mon, 28 May 2007) | 15 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_sync.c
-   M /trunk/file.c
-   M /trunk/filters.c
-   M /trunk/filters.h
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/mtp3_stat.c
+   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/progress_dlg.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/progress_dlg.h
-   M /trunk/tap-iostat.c
-   M /trunk/util.c
-   M /trunk/util.h
+   M /trunk/gtk/summary_dlg.c
 
+Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.
 
-Last set of char -> const char trivial warning fixes.
+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
 
-------------------------------------------------------------------------
-r15243 | tuexen | 2005-08-06 07:02:34 -0500 (Sat, 06 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-asap.c
-   M /trunk/epan/dissectors/packet-enrp.c
+       1) there's no guarantee that "%ll" works
 
-Update to
- * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-common-param-09.txt
- * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-enrp-12.txt
- * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-asap-12.txt
+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).
 
 ------------------------------------------------------------------------
-r15242 | guy | 2005-08-06 05:31:27 -0500 (Sat, 06 Aug 2005) | 2 lines
+r21979 | jmayer | 2007-05-29 02:23:36 -0700 (Tue, 29 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/packet.h
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/tethereal.c
+   M /trunk/FAQ
+   M /trunk/epan/enterprise-numbers
+   M /trunk/help/faq.txt
+   M /trunk/manuf
 
-Squelch more const pointer warnings.
+Update before new release
 
 ------------------------------------------------------------------------
-r15241 | guy | 2005-08-06 05:30:21 -0500 (Sat, 06 Aug 2005) | 4 lines
+r21980 | martinm | 2007-05-29 05:12:12 -0700 (Tue, 29 May 2007) | 3 lines
 Changed paths:
-   M /trunk/gtk/voip_calls.c
+   M /trunk/plugins/wimax/wimax_bits.h
 
-Make some structure members that are always set from mallocated data not
-"const" pointers, so that we don't get warnings when we free the data
-they point to.
+Add some casts to fix my build.
+I'm not sure why no-one else saw those warnings and failed with -Werror...
 
 ------------------------------------------------------------------------
-r15240 | guy | 2005-08-06 05:29:20 -0500 (Sat, 06 Aug 2005) | 3 lines
+r21981 | kukosa | 2007-05-29 07:13:33 -0700 (Tue, 29 May 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/mate/mate_parser.l
-
-Make a variable whose value might be trashed by setjmp/longjmp
-"volatile" to avoid that.
+   M /trunk/epan/libwireshark.def
 
+export dissect_ber_old_... functions
+can be removed when migration to new BER is finished
 ------------------------------------------------------------------------
-r15239 | guy | 2005-08-06 04:23:28 -0500 (Sat, 06 Aug 2005) | 14 lines
+r21982 | wmeier | 2007-05-29 07:20:54 -0700 (Tue, 29 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ms-mms.c
-
-Don't assign "" to a string that's only used after it's assigned to.
-
-"tvb_fake_unicode()" never returns a null pointer, so there's no need to
-check for it; there's also no need to check that it's not an empty
-string before freeing it, as it's always assigned a g_malloc()ed string.
+   M /trunk/wiretap/netxray.c
+   M /trunk/wiretap/wtap-int.h
 
-It also takes as an argument the number of Unicode characters in the
-string, not the number of bytes in the string.
+Another sniffer timestamp display fix; addresses bug 866 and other reports.
+(Also: change variable name to correctly reflect usage).
 
-Use "format_text()" when adding a string to the Info column, in case
-it has non-printable characters.
+------------------------------------------------------------------------
+r21983 | wmeier | 2007-05-29 07:27:42 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
 
-Don't use "proto_tree_add_string_format()" if you don't have to.
+(fix comment)
 
 ------------------------------------------------------------------------
-r15238 | guy | 2005-08-06 04:18:52 -0500 (Sat, 06 Aug 2005) | 9 lines
+r21984 | kukosa | 2007-05-29 07:32:46 -0700 (Tue, 29 May 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/tools/asn2wrs.py
 
-Use a NULL value for di->xfer as an indication that we don't know the
-transfer context; that way, we don't have to make "di->xfer" a "const"
-pointer, and can thus pass it to "g_free()" (if non-null) without
-the compiler whining at us.
+- 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
+------------------------------------------------------------------------
+r21985 | martinm | 2007-05-29 07:37:34 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-Note that telling the user to "click on ASSOC request" is not the best
-thing to do, unless we simply cannot determine the right ASSOC request
-to click on.
+When reporting roundtrip delay, show delay since timestamp of LSR frame.
 
 ------------------------------------------------------------------------
-r15237 | guy | 2005-08-05 23:01:38 -0500 (Fri, 05 Aug 2005) | 4 lines
+r21986 | martinm | 2007-05-29 07:38:40 -0700 (Tue, 29 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/wiretap/catapult_dct2000.c
 
-DissectorError is not supposed to be directly thrown; one should use the
-various DISSECTOR_ macros, so the error message includes an indication
-of the problem, and the file and line number.
+Work with isdn_l2.
 
 ------------------------------------------------------------------------
-r15236 | guy | 2005-08-05 22:44:55 -0500 (Fri, 05 Aug 2005) | 8 lines
+r21987 | grahamb | 2007-05-29 07:41:49 -0700 (Tue, 29 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/tap.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/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_jxta.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/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/summary_dlg.c
-   M /trunk/gtk/toolbar.c
-   M /trunk/gtk/voip_calls_dlg.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-iostat.c
-   M /trunk/tap-iousers.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-sctpchunkstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-stats_tree.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tap_dfilter_dlg.h
+   M /trunk/plugins/wimax
 
-Squelch more const warnings (and fix some memory leaks that found).
-
-_U_-ify some unused arguments, rather than assigning them to themselves.
+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
 
-Un-constify one variable that gets assigned a mallocated pointer.
+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
 
-Clean up indentation.
+Add missing calculated_delay_report_gap field to _rtcp_conversation_info
+structure.
 
 ------------------------------------------------------------------------
-r15235 | gerald | 2005-08-05 22:43:42 -0500 (Fri, 05 Aug 2005) | 6 lines
+r21990 | guy | 2007-05-29 11:52:42 -0700 (Tue, 29 May 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/asn1.c
+   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-kerberos.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-spnego.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-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
 
-In packet-frame.c, don't free static memory when we throw a
-DissectorError.  In packet-kerberos.c, restore pinfo->private_data if
-we throw an exception, which keeps the SMB dissector from throwing
-a DissectorError.  Initialize variables in other places to squelch
-valgrind warnings.
+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.
 
 ------------------------------------------------------------------------
-r15234 | guy | 2005-08-05 20:39:51 -0500 (Fri, 05 Aug 2005) | 2 lines
+r21991 | guy | 2007-05-29 11:59:50 -0700 (Tue, 29 May 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/doc/README.developer
 
-Squelch another const warning.
+Update to reflect the use of G_GINT64_MODIFIER, rather than PRI[douxX],
+with GLib routines and the routines that love them.
 
 ------------------------------------------------------------------------
-r15233 | ulfl | 2005-08-05 19:06:14 -0500 (Fri, 05 Aug 2005) | 1 line
+r21992 | etxrab | 2007-05-29 12:08:26 -0700 (Tue, 29 May 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/xml/xml_plugin.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
 
-fix a comment typo
+Clean up the .cnf file a bit.
 ------------------------------------------------------------------------
-r15232 | ulfl | 2005-08-05 18:58:58 -0500 (Fri, 05 Aug 2005) | 1 line
+r21993 | guy | 2007-05-29 15:52:42 -0700 (Tue, 29 May 2007) | 7 lines
 Changed paths:
-   M /trunk/capture_stop_conditions.c
-   M /trunk/conditions.c
-   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/follow.c
-   M /trunk/epan/tap.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/ui_util.c
+   M /trunk/wiretap/netxray.c
 
-replace malloc and alike calls by their GLib pendants -> g_malloc
-------------------------------------------------------------------------
-r15231 | guy | 2005-08-05 18:18:05 -0500 (Fri, 05 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-daap.c
+Update the big time unit comment to reflect Bill Meier's recent changes.
+
+Fix some other comments.
 
-Put in a comment asking about the music going over the connection - we
-shouldn't try to parse it as DAAP.
+Add a suggestion for why the realtick values might correlate with
+packets having an FCS.
 
 ------------------------------------------------------------------------
-r15230 | guy | 2005-08-05 18:17:15 -0500 (Fri, 05 Aug 2005) | 2 lines
+r21994 | sfisher | 2007-05-29 16:09:09 -0700 (Tue, 29 May 2007) | 9 lines
 Changed paths:
-   M /trunk/plugins/mate/mate_parser.l
+   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.
 
-Squelch a warning about "state" being used uninitialized.
 
 ------------------------------------------------------------------------
-r15229 | lego | 2005-08-05 17:36:28 -0500 (Fri, 05 Aug 2005) | 3 lines
+r21995 | sahlberg | 2007-05-29 16:29:20 -0700 (Tue, 29 May 2007) | 4 lines
 Changed paths:
-   M /trunk/gtk/hostlist_table.c
+   M /trunk/acinclude.m4
 
-have the definition of init_hostlist_table *ACTUALLY* match its declaration.
+we dont link with g_snprintf in the configure for gtk1-2 so fall back to 
+snprintf instead
 
 
 ------------------------------------------------------------------------
-r15228 | lego | 2005-08-05 17:34:45 -0500 (Fri, 05 Aug 2005) | 3 lines
+r21996 | guy | 2007-05-29 16:31:03 -0700 (Tue, 29 May 2007) | 8 lines
 Changed paths:
-   M /trunk/gtk/hostlist_table.c
+   M /trunk/wiretap/netxray.c
 
-have the definition of init_hostlist_table match the declaration.
+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).
 
 ------------------------------------------------------------------------
-r15227 | jmayer | 2005-08-05 15:59:08 -0500 (Fri, 05 Aug 2005) | 5 lines
+r21997 | guy | 2007-05-29 16:35:45 -0700 (Tue, 29 May 2007) | 2 lines
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet.h
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_prefs.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/column_prefs.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_jxta.c
-   M /trunk/gtk/conversations_sctp.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/decode_as_dcerpc.c
-   M /trunk/gtk/decode_as_dcerpc.h
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/dlg_utils.h
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/filter_dlg.c
-   M /trunk/gtk/filter_dlg.h
-   M /trunk/gtk/find_dlg.c
-   M /trunk/gtk/find_dlg.h
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gtk_stat_util.c
-   M /trunk/gtk/gtk_stat_util.h
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/hostlist_table.h
-   M /trunk/gtk/main.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/menu.h
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/plugins_dlg.c
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_stat.h
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/tap_menu.h
-   M /trunk/gtk/ui_util.c
-   M /trunk/gtk/ui_util.h
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls.h
-   M /trunk/image/dn_arrow.xpm
-   M /trunk/image/eexcl3d64.xpm
-   M /trunk/image/eicon3d16.xpm
-   M /trunk/image/eicon3d32.xpm
-   M /trunk/image/eicon3d48.xpm
-   M /trunk/image/icon-ethereal.xpm
-   M /trunk/image/icon-excl.xpm
-   M /trunk/image/stock_dialog_error_48.xpm
-   M /trunk/image/stock_dialog_info_48.xpm
-   M /trunk/image/stock_dialog_question_48.xpm
-   M /trunk/image/stock_dialog_warning_48.xpm
-   M /trunk/image/toolbar/autoscroll_24.xpm
-   M /trunk/image/toolbar/capture_filter_24.xpm
-   M /trunk/image/toolbar/capture_interfaces_24.xpm
-   M /trunk/image/toolbar/capture_options_24.xpm
-   M /trunk/image/toolbar/capture_restart_24.xpm
-   M /trunk/image/toolbar/capture_start_24.xpm
-   M /trunk/image/toolbar/capture_stop_24.xpm
-   M /trunk/image/toolbar/checkbox_16.xpm
-   M /trunk/image/toolbar/colorize_24.xpm
-   M /trunk/image/toolbar/conversations_16.xpm
-   M /trunk/image/toolbar/decode_as_16.xpm
-   M /trunk/image/toolbar/display_filter_24.xpm
-   M /trunk/image/toolbar/endpoints_16.xpm
-   M /trunk/image/toolbar/file_set_list_16.xpm
-   M /trunk/image/toolbar/file_set_next_16.xpm
-   M /trunk/image/toolbar/file_set_previous_16.xpm
-   M /trunk/image/toolbar/graphs_16.xpm
-   M /trunk/image/toolbar/internet_24.xpm
-   M /trunk/image/toolbar/resize_columns_24.xpm
-   M /trunk/image/toolbar/stock_add_24.xpm
-   M /trunk/image/toolbar/stock_bottom_24.xpm
-   M /trunk/image/toolbar/stock_clear_24.xpm
-   M /trunk/image/toolbar/stock_close_24.xpm
-   M /trunk/image/toolbar/stock_colorselector_24.xpm
-   M /trunk/image/toolbar/stock_help_24.xpm
-   M /trunk/image/toolbar/stock_jump_to_24.xpm
-   M /trunk/image/toolbar/stock_left_arrow_24.xpm
-   M /trunk/image/toolbar/stock_ok_20.xpm
-   M /trunk/image/toolbar/stock_open_24.xpm
-   M /trunk/image/toolbar/stock_preferences_24.xpm
-   M /trunk/image/toolbar/stock_print_24.xpm
-   M /trunk/image/toolbar/stock_properties_24.xpm
-   M /trunk/image/toolbar/stock_refresh_24.xpm
-   M /trunk/image/toolbar/stock_right_arrow_24.xpm
-   M /trunk/image/toolbar/stock_save_24.xpm
-   M /trunk/image/toolbar/stock_save_as_24.xpm
-   M /trunk/image/toolbar/stock_search_24.xpm
-   M /trunk/image/toolbar/stock_stop_24.xpm
-   M /trunk/image/toolbar/stock_top_24.xpm
-   M /trunk/image/toolbar/stock_zoom_1_24.xpm
-   M /trunk/image/toolbar/stock_zoom_in_24.xpm
-   M /trunk/image/toolbar/stock_zoom_out_24.xpm
-   M /trunk/image/toolbar/telephony_16.xpm
-   M /trunk/image/toolbar/time_24.xpm
-   M /trunk/image/toolbar/web_support_24.xpm
-   M /trunk/image/toolbar/wiki_24.xpm
-   M /trunk/image/up_arrow.xpm
-   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
-   M /trunk/tap_dfilter_dlg.h
-
+   M /trunk/wiretap/netxray.c
 
-More char -> const char warning fixes.
-Removed (very few) casts that only change the warning message
-  but don't remove it (with gcc-4).
+Give more detail on a captype of 6 for an Ethernet capture.
 
 ------------------------------------------------------------------------
-r15226 | etxrab | 2005-08-05 14:37:57 -0500 (Fri, 05 Aug 2005) | 12 lines
+r21998 | guy | 2007-05-29 17:36:32 -0700 (Tue, 29 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
+   M /trunk/wiretap/netxray.c
 
-From David Richards:
-here are the highlights of what's fixed:
+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
 
-1) Decoding of vendor-defined types
-2) Decoding of some event notification parameters (not all)
-3) Decoding of ABSTRACT-SYNTAX&Type
-4) Decoding of BACnetTimeStamp
-5) Some problems with context-tagged values (like booleans)
-6) Continuation segments - don't try to decode them since you can't 
-start mid-PDU
-7) Removed some excessive levels of subtrees
+Add some missing files.
 
 ------------------------------------------------------------------------
-r15225 | etxrab | 2005-08-05 14:32:26 -0500 (Fri, 05 Aug 2005) | 2 lines
+r22000 | sfisher | 2007-05-29 19:37:37 -0700 (Tue, 29 May 2007) | 1 line
 Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/gtk/graph_analysis.c
 
-From Thomas Steffen:
-Fix a copy-paste error in the prefs. code
+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.
 ------------------------------------------------------------------------
-r15224 | etxrab | 2005-08-05 14:16:29 -0500 (Fri, 05 Aug 2005) | 3 lines
+r22001 | sfisher | 2007-05-29 20:28:12 -0700 (Tue, 29 May 2007) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-gprs-llc.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/gtk/graph_analysis.c
 
-From THORNTON, MATT
-Some changes that I made to flesh out GPRS message parsing.  More information is displayed about the various frame formats.  I have also added some code to parse XID parameters in the U frame.  I have also fixed a couple of display bugs in the GSM and GPRS LLC parser.
+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
 ------------------------------------------------------------------------
-r15223 | jmayer | 2005-08-05 08:23:47 -0500 (Fri, 05 Aug 2005) | 1 line
+r22003 | kukosa | 2007-05-30 07:22:26 -0700 (Wed, 30 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/tools/asn2wrs.py
 
-char -> const char warning fixes
+- fix bug in TaggedType support
 ------------------------------------------------------------------------
-r15222 | jmayer | 2005-08-05 08:10:58 -0500 (Fri, 05 Aug 2005) | 1 line
+r22004 | kukosa | 2007-05-30 07:31:05 -0700 (Wed, 30 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-telnet.c
-   M /trunk/epan/dissectors/packet-tr.c
-   M /trunk/epan/dissectors/packet-trmac.c
-   M /trunk/epan/dissectors/packet-user_encap.c
-   M /trunk/epan/dissectors/packet-vines.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-x25.c
+   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
 
-More char -> const char warning fixes
+- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAP
+- dissectors regenerated with fixed asn2wrs
 ------------------------------------------------------------------------
-r15221 | ulfl | 2005-08-05 04:20:48 -0500 (Fri, 05 Aug 2005) | 3 lines
+r22005 | wmeier | 2007-05-30 08:32:31 -0700 (Wed, 30 May 2007) | 2 lines
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_sources.xml
-   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
+   M /trunk/wiretap/netxray.c
 
-note that calling distclean target should be done first
+Update Comments
 
-add the MSVC tools to the verify_tools target, add some explanation of common problems
 ------------------------------------------------------------------------
-r15220 | ulfl | 2005-08-05 03:34:47 -0500 (Fri, 05 Aug 2005) | 4 lines
+r22006 | etxrab | 2007-05-30 12:00:50 -0700 (Wed, 30 May 2007) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-
-verify_tools: 
-- not only look for the cygwin tools, but also check the MSVC tools required like cl.exe, link.exe and nmake.exe
+   M /trunk/epan/dissectors/packet-ber.c
 
-- I don't know why we should use /usr/bin/find but simply find, check for it instead. If there's a reason to use /usr/bin/find, we should use $(FIND) instead but I currently don't see a reason for this
+Change implicit tag handling for SEQUENCE OF and fix a cut'n paste error.
 ------------------------------------------------------------------------
-r15219 | jmayer | 2005-08-04 19:29:34 -0500 (Thu, 04 Aug 2005) | 1 line
+r22007 | etxrab | 2007-05-30 12:02:14 -0700 (Wed, 30 May 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/gsm_ss/Makefile
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Add eol-style and keywords properties
+Update value strings.
 ------------------------------------------------------------------------
-r15218 | jmayer | 2005-08-04 19:23:22 -0500 (Thu, 04 Aug 2005) | 1 line
+r22008 | etxrab | 2007-05-30 12:03:13 -0700 (Wed, 30 May 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-gssapi.h
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-nlsp.c
-   M /trunk/epan/dissectors/packet-nntp.c
-   M /trunk/epan/dissectors/packet-nt-sonmp.c
-   M /trunk/epan/dissectors/packet-ntp.c
-   M /trunk/epan/dissectors/packet-osi-options.c
-   M /trunk/epan/dissectors/packet-ospf.c
-   M /trunk/epan/dissectors/packet-pgm.c
-   M /trunk/epan/dissectors/packet-pn-rt.c
-   M /trunk/epan/dissectors/packet-portmap.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-q933.c
-   M /trunk/epan/dissectors/packet-quakeworld.c
-   M /trunk/epan/dissectors/packet-radius.h
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-rdt.c
-   M /trunk/epan/dissectors/packet-rdt.h
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-sap.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-slsk.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-socks.c
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/epan/dissectors/packet-t38.h
-   M /trunk/epan/radius_dict.l
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
+   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
 
-More char -> const char warning fixes
+Add separate asn1 files that may be used later.
 ------------------------------------------------------------------------
-r15217 | sahlberg | 2005-08-04 19:23:08 -0500 (Thu, 04 Aug 2005) | 3 lines
+r22009 | sfisher | 2007-05-30 12:43:33 -0700 (Wed, 30 May 2007) | 4 lines
 Changed paths:
-   A /trunk/asn1/gsm_ss/Makefile
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/graph_analysis.c
 
-Add unix makefile for work in progress GSM-SS dissector
+
+Fix bug #1530 this time for GTK1 builds.
 
 
 ------------------------------------------------------------------------
-r15216 | jmayer | 2005-08-04 17:54:04 -0500 (Thu, 04 Aug 2005) | 1 line
+r22010 | etxrab | 2007-05-30 14:50:31 -0700 (Wed, 30 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
+   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
 
-Separate declaration from initialization with non-static values
+- LDAP generated with -X option
+- a minor update to MobileDomainDefinitions.asn adding ID and a document reference.
 ------------------------------------------------------------------------
-r15215 | guy | 2005-08-04 17:37:49 -0500 (Thu, 04 Aug 2005) | 3 lines
+r22011 | gerald | 2007-05-30 16:33:26 -0700 (Wed, 30 May 2007) | 2 lines
 Changed paths:
-   M /trunk/README.win32
+   M /trunk/docbook/release-notes.xml
 
-Note that if you're building from a source tarball, before the first
-build you must do "nmake -f makefile.make distclean".
+Add an item for bug 1416 (an off-by-one error in DHCP/BOOTP).
 
 ------------------------------------------------------------------------
-r15214 | guy | 2005-08-04 17:22:53 -0500 (Thu, 04 Aug 2005) | 5 lines
+r22012 | gerald | 2007-05-30 17:11:27 -0700 (Wed, 30 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/plugins/mate/Makefile.nmake
-   M /trunk/plugins/xml/Makefile.nmake
+   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
 
-Put in comments explaining why we're removing some generated files with
-"make distclean", even though they come with the distribution, and
-make the one in plugins/xml/Makefile.nmake match the one in some other
-files.
+Fix a couple of TCP filter typos.
 
 ------------------------------------------------------------------------
-r15213 | guy | 2005-08-04 17:13:33 -0500 (Thu, 04 Aug 2005) | 3 lines
+r22013 | gerald | 2007-05-30 17:15:28 -0700 (Wed, 30 May 2007) | 4 lines
 Changed paths:
-   M /trunk/cleanbld.bat
+   M /trunk/docbook/release-notes.xml
 
-Delete some new Flex-generated files, and put in a comment explaining
-that we're doing that and explaining why we're doing it.
+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.
 
 ------------------------------------------------------------------------
-r15212 | jmayer | 2005-08-04 16:54:00 -0500 (Thu, 04 Aug 2005) | 1 line
+r22014 | sfisher | 2007-05-30 18:29:16 -0700 (Wed, 30 May 2007) | 8 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Forgot to remove gdebug.h from Makefile.common too
-------------------------------------------------------------------------
-r15211 | jmayer | 2005-08-04 16:40:58 -0500 (Thu, 04 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/doc/README.developer
 
-Don't initialize variables in their declaration with non-constant
-values.
+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.
+
 
 ------------------------------------------------------------------------
-r15210 | jmayer | 2005-08-04 16:31:40 -0500 (Thu, 04 Aug 2005) | 6 lines
+r22015 | guy | 2007-05-30 22:46:45 -0700 (Wed, 30 May 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/wiretap/netxray.c
 
+My comment is redundant with Bill's more-detailed comment; remove it.
 
-Albert Chin:
-        uses of some C99'isms which prevent compilation on
-        IRIX 6.5 with the SGI C compiler.
+------------------------------------------------------------------------
+r22016 | guy | 2007-05-30 22:51:15 -0700 (Wed, 30 May 2007) | 4 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r15209 | jmayer | 2005-08-04 16:09:08 -0500 (Thu, 04 Aug 2005) | 6 lines
+r22017 | sfisher | 2007-05-31 11:41:25 -0700 (Thu, 31 May 2007) | 9 lines
 Changed paths:
-   M /trunk/epan/dfilter/gencode.c
-   M /trunk/epan/ftypes/ftype-tvbuff.c
-   D /trunk/epan/gdebug.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
+
 
+From Lars Ruoff:
 
-Albert Chin:
-        Don't include epan/gdebug.h
+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.
 
-Now that epan/gdebug.h is unused: remove it
 
 ------------------------------------------------------------------------
-r15208 | jmayer | 2005-08-04 15:41:52 -0500 (Thu, 04 Aug 2005) | 6 lines
+r22018 | sfisher | 2007-05-31 12:29:29 -0700 (Thu, 31 May 2007) | 6 lines
 Changed paths:
-   M /trunk/tools/lemon/lempar.c
+   M /trunk/epan/dissectors/packet-redback.c
 
 
-Albert Chin:
-        "config.h" should always be included first. However, lemon
-        includes <stdio.h> first.
+From Florian Lohoff:
+
+Updates to the redback dissector
 
 
 ------------------------------------------------------------------------
-r15207 | gerald | 2005-08-04 12:14:19 -0500 (Thu, 04 Aug 2005) | 2 lines
+r22019 | sfisher | 2007-05-31 16:53:39 -0700 (Thu, 31 May 2007) | 15 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-stun.c
 
-Add items for the recent FC-FCS and RSVP bug fixes.
 
-------------------------------------------------------------------------
-r15206 | gerald | 2005-08-04 12:11:32 -0500 (Thu, 04 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+From Zach Chadwick:
 
-Increase the size of some variables, so that we don't overflow them.  Fixes
-the infinite loops in bugs 311 and 314.
+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
 
-------------------------------------------------------------------------
-r15205 | gram | 2005-08-04 08:54:46 -0500 (Thu, 04 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/exceptions.h
-   A /trunk/epan/exntest.c
+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
 
-Exception handling fixes, and a fix to packet-frame.c,
-from Richard van der Hoff.
 
 ------------------------------------------------------------------------
-r15204 | guy | 2005-08-04 05:24:33 -0500 (Thu, 04 Aug 2005) | 2 lines
+r22020 | martinm | 2007-06-01 11:29:23 -0700 (Fri, 01 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
 
-When processing records, advance the offset.
+- 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 
 
 ------------------------------------------------------------------------
-r15203 | etxrab | 2005-08-03 15:51:54 -0500 (Wed, 03 Aug 2005) | 1 line
+r22021 | etxrab | 2007-06-01 12:52:26 -0700 (Fri, 01 Jun 2007) | 2 lines
 Changed paths:
-   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/asn1/gsmmap/packet-gsm_map-template.h
+   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
 
-Use the new fn_par functions, fix of a bug and export functions used by gsm_ss.
+Regenerate the INAP dissector with the -X option using the original asn1 files
+(with small modifications).
 ------------------------------------------------------------------------
-r15202 | etxrab | 2005-08-03 15:49:52 -0500 (Wed, 03 Aug 2005) | 2 lines
+r22022 | etxrab | 2007-06-01 12:53:46 -0700 (Fri, 01 Jun 2007) | 1 line
 Changed paths:
-   A /trunk/asn1/gsm_ss
-   A /trunk/asn1/gsm_ss/Makefile.nmake
-   A /trunk/asn1/gsm_ss/SS-Operations.asn
-   A /trunk/asn1/gsm_ss/gsm_ss.cnf
-   A /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
-   A /trunk/asn1/gsm_ss/packet-gsm_ss-template.h
+   D /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt
 
-First checkin of asn2eth generated gsm ss dissector - work in progress not ready to replace the existing
-dissector yet.
+Delete file added by misstake.
 ------------------------------------------------------------------------
-r15201 | etxrab | 2005-08-03 15:37:28 -0500 (Wed, 03 Aug 2005) | 20 lines
+r22023 | sahlberg | 2007-06-02 01:20:58 -0700 (Sat, 02 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-iax2.c
-   A /trunk/epan/nstime.c
-   M /trunk/epan/nstime.h
-   M /trunk/timestats.c
-   M /trunk/timestats.h
+   M /trunk/epan/dissectors/packet-ctdb.c
 
-From Richard van der Hoff:
+update the ctdb controls to match the current version of the protocol 
 
-Among the improvements are:
-- fixes to call-tracking (it's now less likely to confuse two separate 
-calls, for instance)
-- improvements to Information Element dissection (clearer dissection, 
-dissects more IE types, easier to extend)
-- you can now filter on the content of DTMF packets
-- Analysis of timestamps (calculation of absolute timestamp, and packet 
-lateness).
-- fixed a couple of assertion failures in subtle corner-cases.
 
-negative relative times:
-   - get_timedelta()
-   - addtime()
-   - ftype-time.c:relative_val_from_unparsed()
 
-I've also moved get_timedelta() and addtime() out of calldata.c into a 
-new file, epan/nstime.c, as I needed to use them in a dissector I'm 
-working on (and they therefore needed to go into libethereal).
 ------------------------------------------------------------------------
-r15200 | gerald | 2005-08-03 12:32:00 -0500 (Wed, 03 Aug 2005) | 2 lines
+r22024 | etxrab | 2007-06-02 02:36:26 -0700 (Sat, 02 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/wiretap/i4b_trace.h
-   M /trunk/wiretap/i4btrace.c
-
-Don't assume ints are 32 bits.  Fixes a recent Buildbot error.
+   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
 
+Camel regenerated with the -X option
 ------------------------------------------------------------------------
-r15199 | etxrab | 2005-08-02 16:16:56 -0500 (Tue, 02 Aug 2005) | 1 line
+r22025 | etxrab | 2007-06-02 05:26:13 -0700 (Sat, 02 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/tools/asn2wrs.py
 
-Fix "tvb_fake_unicode takes the lengt in number of guint16's not guint8's" fix up indentation.
+Syntax suport for Embedded pdv.
 ------------------------------------------------------------------------
-r15198 | gerald | 2005-08-02 13:26:31 -0500 (Tue, 02 Aug 2005) | 4 lines
+r22026 | etxrab | 2007-06-02 05:29:18 -0700 (Sat, 02 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-After reading through the code again, the LPD
-dissector wasn't susceptible to a crash.  The patch at
-http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/ is unneccessary.
+   A /trunk/asn1/ros/Remote-Operations-Information-Objects.asn
 
+Check in original asn1, to be referenced.
 ------------------------------------------------------------------------
-r15197 | sahlberg | 2005-08-02 12:34:14 -0500 (Tue, 02 Aug 2005) | 7 lines
+r22027 | sahlberg | 2007-06-02 15:31:12 -0700 (Sat, 02 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mmse.c
-
-ememify the tvb_get_string call in mmse.
-the strings mmse got from tvb_get_string were never released anyway
-so this would resolve significant memory leakage in mmse.
+   M /trunk/epan/dissectors/packet-ctdb.c
 
-there are still memleaks in mmse   but one step at a time
+show the database name for ctdb.dbid fields
 
 
 ------------------------------------------------------------------------
-r15196 | sahlberg | 2005-08-02 12:24:26 -0500 (Tue, 02 Aug 2005) | 3 lines
+r22028 | sahlberg | 2007-06-02 15:50:31 -0700 (Sat, 02 Jun 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+add a new field to one of the pdus
 
-ememify packet-rpc call to tvb_get_string()
+rsn in dmaster request/response is aligned to a 64 bit bundary
 
 
 ------------------------------------------------------------------------
-r15195 | sahlberg | 2005-08-02 12:15:56 -0500 (Tue, 02 Aug 2005) | 3 lines
+r22029 | sahlberg | 2007-06-02 16:08:21 -0700 (Sat, 02 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-ctdb.c
 
-remove a pointless g_strdup
+srvid is also aligned to an 8 byte boundary
 
 
 ------------------------------------------------------------------------
-r15194 | gerald | 2005-08-02 10:25:41 -0500 (Tue, 02 Aug 2005) | 2 lines
+r22030 | wmeier | 2007-06-03 09:07:07 -0700 (Sun, 03 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/plugins/mate/Makefile.am
+   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
 
-Clean up after ourselves so that we pass "distcheck" again.
+(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark 
 
 ------------------------------------------------------------------------
-r15193 | guy | 2005-08-02 03:42:02 -0500 (Tue, 02 Aug 2005) | 3 lines
+r22031 | etxrab | 2007-06-03 12:58:59 -0700 (Sun, 03 Jun 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/exceptions.h
+   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
 
-Explain the BoundsError and ReportedBoundsError errors a bit more, as
-per Ulf Lamping's request.
+INAP:
+- Use (some) IN CS4 asn1 files Q.1248.1 Q.1248.2 Q.1248.3
 
+BER/asn2wrs:
+-  Add basic support for EmbeddedPDVType
 ------------------------------------------------------------------------
-r15192 | jmayer | 2005-08-02 03:37:53 -0500 (Tue, 02 Aug 2005) | 1 line
+r22032 | etxrab | 2007-06-03 14:10:29 -0700 (Sun, 03 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/gtk
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-inap.c
 
-Include .libs in svn:ignore
+Add some opcodes and mark func as _U_ in packet-ber.c
 ------------------------------------------------------------------------
-r15191 | jmayer | 2005-08-02 03:30:33 -0500 (Tue, 02 Aug 2005) | 2 lines
+r22033 | etxrab | 2007-06-03 15:06:19 -0700 (Sun, 03 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-   M /trunk/epan/dissectors/packet-sscop.c
-   M /trunk/epan/dissectors/packet-tacacs.c
-   M /trunk/epan/dissectors/packet-tds.c
-   M /trunk/epan/dissectors/packet-ymsg.c
-   M /trunk/epan/stats_tree.c
-   M /trunk/gtk/menu.c
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/plugins/mate/packet-mate.c
-
-Last set of trivial fixes for "no previous declaration" warnings.
+   M /trunk/epan/libwireshark.def
 
+Add dissect_per_enumerated
 ------------------------------------------------------------------------
-r15190 | ulfl | 2005-08-02 02:30:38 -0500 (Tue, 02 Aug 2005) | 1 line
+r22034 | sahlberg | 2007-06-04 00:24:55 -0700 (Mon, 04 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/epan.h
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+there is no longer a FINISHED pdu in the protocol
 
-add some comments, has to be extended
-------------------------------------------------------------------------
-r15189 | ulfl | 2005-08-02 02:29:15 -0500 (Tue, 02 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
 
-add some minor comments around the GTK main loop
 ------------------------------------------------------------------------
-r15188 | ulfl | 2005-08-02 02:26:57 -0500 (Tue, 02 Aug 2005) | 9 lines
+r22035 | sahlberg | 2007-06-04 00:35:05 -0700 (Mon, 04 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-bugfix: in an attepmt to fix a crash while doing reassemling of connection oriented packets, some weeks ago I've added some tvb_ensure_bytes_exist() calls to test the case that the alloc_hint value is bogus (found in private fuzz testing).
-
-Unfortunately, this is *very* safe now as it will mark a lot of DCE/RPC packets as malformed, thus the reassembling code won't work with most packets :-(
-
-I've replaced this with the correct check and used THROW(ReportedBoundsError) instead which is hopefully the right error in this case.
+   M /trunk/epan/dissectors/packet-ctdb.c
 
-BTW: could someone please add a description of the ReportedBoundsError vs. BoundsError to the code as I still don't get it.
+add the name for the keeaplive pdu
 
-In addition: Use a toplevel tree item to display the DCE/RPC defragmentation just as it's done in the TCP desegmentation code.
-------------------------------------------------------------------------
-r15187 | jmayer | 2005-08-02 02:03:46 -0500 (Tue, 02 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/aclocal-flags
 
-Make aclocal-flags executable again (hopefully fixes buildbot fc4)
 ------------------------------------------------------------------------
-r15186 | jmayer | 2005-08-02 01:44:18 -0500 (Tue, 02 Aug 2005) | 6 lines
+r22036 | kukosa | 2007-06-04 07:41:38 -0700 (Mon, 04 Jun 2007) | 10 lines
 Changed paths:
-   M /trunk/doc/capinfos.pod
-   M /trunk/doc/editcap.pod
-   M /trunk/doc/ethereal-filter.pod.template
-   M /trunk/doc/ethereal-tut.mgp
-   M /trunk/doc/ethereal.pod
-   M /trunk/doc/idl2eth.pod
-   M /trunk/doc/mergecap.pod
-   M /trunk/doc/sgml.doc.template
-   M /trunk/doc/tethereal.pod
-   M /trunk/doc/text2pcap.pod
-
-
- Fix svn properties where needed:
-          Add svn:eol-style
-          Add svn:keywords
+   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
 
+- 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
 ------------------------------------------------------------------------
-r15185 | jmayer | 2005-08-02 01:39:04 -0500 (Tue, 02 Aug 2005) | 7 lines
+r22037 | etxrab | 2007-06-04 08:55:20 -0700 (Mon, 04 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/edg_src/EDG_chapter_build_intro.xml
-   M /trunk/docbook/edg_src/EDG_chapter_capture.xml
-   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
-   M /trunk/docbook/edg_src/EDG_chapter_works.xml
-   M /trunk/docbook/release-notes.xml
-
- Fix svn properties where needed:
-          Remove svn:executable
-          Add svn:executable
-          Add svn:eol-style
-          Add svn:keywords
-          Add mime-type
+   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.
 ------------------------------------------------------------------------
-r15184 | jmayer | 2005-08-02 01:29:49 -0500 (Tue, 02 Aug 2005) | 8 lines
+r22038 | sfisher | 2007-06-04 13:15:10 -0700 (Mon, 04 Jun 2007) | 8 lines
 Changed paths:
-   M /trunk/help/capture_filters.txt
-   M /trunk/help/capturing.txt
-   M /trunk/help/display_filters.txt
-   M /trunk/help/faq.txt
-   M /trunk/help/getting_started.txt
-   M /trunk/help/overview.txt
-   M /trunk/help/toc
-   M /trunk/idl/coseventcomm.idl
-   M /trunk/idl/cosnaming.idl
-   M /trunk/idl/parlay/Parlay.idl
-   M /trunk/idl/parlay/am.idl
-   M /trunk/idl/parlay/cccs.idl
-   M /trunk/idl/parlay/cm.idl
-   M /trunk/idl/parlay/common_cc_data.idl
-   M /trunk/idl/parlay/cs.idl
-   M /trunk/idl/parlay/dsc.idl
-   M /trunk/idl/parlay/fw_data.idl
-   M /trunk/idl/parlay/fw_if.idl
-   M /trunk/idl/parlay/fw_if_access.idl
-   M /trunk/idl/parlay/fw_if_app.idl
-   M /trunk/idl/parlay/fw_if_entop.idl
-   M /trunk/idl/parlay/fw_if_service.idl
-   M /trunk/idl/parlay/gcc_data.idl
-   M /trunk/idl/parlay/gcc_interfaces.idl
-   M /trunk/idl/parlay/gms.idl
-   M /trunk/idl/parlay/mm.idl
-   M /trunk/idl/parlay/mmccs.idl
-   M /trunk/idl/parlay/mmm.idl
-   M /trunk/idl/parlay/mpcc_data.idl
-   M /trunk/idl/parlay/mpcc_interfaces.idl
-   M /trunk/idl/parlay/osa.idl
-   M /trunk/idl/parlay/pam_data.idl
-   M /trunk/idl/parlay/pam_interfaces.idl
-   M /trunk/idl/parlay/policy_data.idl
-   M /trunk/idl/parlay/policy_interfaces.idl
-   M /trunk/idl/parlay/termcap.idl
-   M /trunk/idl/parlay/ui_data.idl
-   M /trunk/idl/parlay/ui_interfaces.idl
-   M /trunk/idl/tango.idl
-   M /trunk/image/README.image
-   M /trunk/image/capinfos.rc.in
-   M /trunk/image/clist_ascend.xpm
-   M /trunk/image/clist_descend.xpm
-   M /trunk/image/dn_arrow.xpm
-   M /trunk/image/editcap.rc.in
-   M /trunk/image/eexcl3d64.xpm
-   M /trunk/image/eicon3d16.xpm
-   M /trunk/image/eicon3d32.xpm
-   M /trunk/image/eicon3d48.xpm
-   M /trunk/image/eicon3d64.xpm
-   M /trunk/image/elogo3d48x48.png
-   M /trunk/image/ethereal.rc.in
-   M /trunk/image/hi16-app-ethereal.png
-   M /trunk/image/hi32-app-ethereal.png
-   M /trunk/image/hi48-app-ethereal.png
-   M /trunk/image/icon-ethereal.xpm
-   M /trunk/image/icon-excl.xpm
-   M /trunk/image/icon_layout_1.xpm
-   M /trunk/image/icon_layout_2.xpm
-   M /trunk/image/icon_layout_3.xpm
-   M /trunk/image/icon_layout_4.xpm
-   M /trunk/image/icon_layout_5.xpm
-   M /trunk/image/icon_layout_6.xpm
-   M /trunk/image/libethereal.rc.in
-   M /trunk/image/lo16-app-ethereal.png
-   M /trunk/image/lo32-app-ethereal.png
-   M /trunk/image/lo48-app-ethereal.png
-   M /trunk/image/mergecap.rc.in
-   M /trunk/image/nsis-checked.bmp
-   M /trunk/image/nsis-unchecked.bmp
-   M /trunk/image/stock_dialog_error_48.xpm
-   M /trunk/image/stock_dialog_info_48.xpm
-   M /trunk/image/stock_dialog_question_48.xpm
-   M /trunk/image/stock_dialog_warning_48.xpm
-   M /trunk/image/toolbar/autoscroll_24.xpm
-   M /trunk/image/toolbar/capture_filter_24.xpm
-   M /trunk/image/toolbar/capture_interfaces_24.xpm
-   M /trunk/image/toolbar/capture_options_24.xpm
-   M /trunk/image/toolbar/capture_restart_24.xpm
-   M /trunk/image/toolbar/capture_start_24.xpm
-   M /trunk/image/toolbar/capture_stop_24.xpm
-   M /trunk/image/toolbar/checkbox_16.xpm
-   M /trunk/image/toolbar/colorize_24.xpm
-   M /trunk/image/toolbar/conversations_16.xpm
-   M /trunk/image/toolbar/decode_as_16.xpm
-   M /trunk/image/toolbar/display_filter_24.xpm
-   M /trunk/image/toolbar/endpoints_16.xpm
-   M /trunk/image/toolbar/file_set_list_16.xpm
-   M /trunk/image/toolbar/file_set_next_16.xpm
-   M /trunk/image/toolbar/file_set_previous_16.xpm
-   M /trunk/image/toolbar/graphs_16.xpm
-   M /trunk/image/toolbar/internet_24.xpm
-   M /trunk/image/toolbar/resize_columns_24.xpm
-   M /trunk/image/toolbar/stock_add_24.xpm
-   M /trunk/image/toolbar/stock_bottom_24.xpm
-   M /trunk/image/toolbar/stock_clear_24.xpm
-   M /trunk/image/toolbar/stock_close_24.xpm
-   M /trunk/image/toolbar/stock_colorselector_24.xpm
-   M /trunk/image/toolbar/stock_help_24.xpm
-   M /trunk/image/toolbar/stock_jump_to_24.xpm
-   M /trunk/image/toolbar/stock_left_arrow_24.xpm
-   M /trunk/image/toolbar/stock_ok_20.xpm
-   M /trunk/image/toolbar/stock_open_24.xpm
-   M /trunk/image/toolbar/stock_preferences_24.xpm
-   M /trunk/image/toolbar/stock_print_24.xpm
-   M /trunk/image/toolbar/stock_properties_24.xpm
-   M /trunk/image/toolbar/stock_refresh_24.xpm
-   M /trunk/image/toolbar/stock_right_arrow_24.xpm
-   M /trunk/image/toolbar/stock_save_24.xpm
-   M /trunk/image/toolbar/stock_save_as_24.xpm
-   M /trunk/image/toolbar/stock_search_24.xpm
-   M /trunk/image/toolbar/stock_stop_24.xpm
-   M /trunk/image/toolbar/stock_top_24.xpm
-   M /trunk/image/toolbar/stock_zoom_1_24.xpm
-   M /trunk/image/toolbar/stock_zoom_in_24.xpm
-   M /trunk/image/toolbar/stock_zoom_out_24.xpm
-   M /trunk/image/toolbar/telephony_16.xpm
-   M /trunk/image/toolbar/time_24.xpm
-   M /trunk/image/toolbar/web_support_24.xpm
-   M /trunk/image/toolbar/wiki_24.xpm
-
-
- Fix svn properties where needed:
-          Remove svn:executable
-          Add svn:executable
-          Add svn:eol-style
-          Add svn:keywords
-
-
-------------------------------------------------------------------------
-r15183 | jmayer | 2005-08-02 01:15:02 -0500 (Tue, 02 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/packaging/Makefile.am
-   M /trunk/packaging/nsis/GetWindowsVersion.nsh
-   M /trunk/packaging/nsis/Makefile.am
-   M /trunk/packaging/rpm/Makefile.am
-   M /trunk/packaging/rpm/SPECS/Makefile.am
-   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
-
-Fix svn properties where needed:
-         Remove svn:executable
-         Add svn:executable
-         Add svn:eol-style
-         Add svn:keywords
+   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
 
 
-------------------------------------------------------------------------
-r15182 | jmayer | 2005-08-02 00:58:15 -0500 (Tue, 02 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/tools/EtherealXML.py
-   M /trunk/tools/Makefile.nmake
-   M /trunk/tools/asn2eth.py
-   M /trunk/tools/ftsanity.py
-   M /trunk/tools/lemon/lemon.html
-   M /trunk/tools/lemon/lempar.c
-   M /trunk/tools/lex.py
-   M /trunk/tools/msnchat
-   M /trunk/tools/netscreen2dump.py
-   M /trunk/tools/pkt-from-core.py
-   M /trunk/tools/win32-setup.sh
-   M /trunk/tools/yacc.py
+Fix for bug #93: changes to the columns has no effect until restart
 
- Fix svn properties where needed:
-         Remove svn:executable
-         Add svn:executable
-         Add svn:eol-style
-         Add svn:keywords
+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. 
 
 
 ------------------------------------------------------------------------
-r15181 | jmayer | 2005-08-02 00:51:38 -0500 (Tue, 02 Aug 2005) | 7 lines
+r22039 | sfisher | 2007-06-04 14:18:19 -0700 (Mon, 04 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/wiretap/AUTHORS
-   M /trunk/wiretap/COPYING
-   M /trunk/wiretap/ChangeLog
-   M /trunk/wiretap/INSTALL
-   M /trunk/wiretap/NEWS
-   M /trunk/wiretap/wtap.def
+   M /trunk/epan/libwireshark.def
 
 
- Fix svn properties where needed:
-         Remove svn:executable
-         Add svn:eol-style
-         Add svn:keywords
+Get the Windows builds going again after my last check-in
 
 
 ------------------------------------------------------------------------
-r15180 | jmayer | 2005-08-02 00:46:16 -0500 (Tue, 02 Aug 2005) | 4 lines
+r22040 | tuexen | 2007-06-04 15:51:16 -0700 (Mon, 04 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/COPYING
-   M /trunk/ChangeLog
-   M /trunk/FAQ
-   M /trunk/INSTALL
-   M /trunk/INSTALL.configure
-   M /trunk/aclocal-flags
-   M /trunk/cfilters
-   M /trunk/colorfilters
-   M /trunk/config.guess
-   M /trunk/config.sub
-   M /trunk/dfilters
-   M /trunk/dictionary.dtd
-   M /trunk/dictionary.xml
-   M /trunk/doxygen.cfg.in
-   M /trunk/doxygen_global.cfg
-   M /trunk/getopt.h
-   M /trunk/imscxdx.xml
-   M /trunk/mkstemp.c
-   M /trunk/mkstemp.h
-   M /trunk/mobileipv4.xml
-   M /trunk/nasreq.xml
-   M /trunk/print.ps
-   M /trunk/strcasecmp.c
-   M /trunk/strncasecmp.c
-   M /trunk/strptime.c
-   M /trunk/sunping.xml
-   M /trunk/tap-sctpchunkstat.c
-   M /trunk/tap-stats_tree.c
+   M /trunk/epan/dissectors/packet-bssap.c
 
-Remove svn:executable
-Add svn:eol-style native
-Add svn:keywords Id
-
-------------------------------------------------------------------------
-r15179 | jmayer | 2005-08-02 00:39:45 -0500 (Tue, 02 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/AUTHORS
-   M /trunk/epan/ChangeLog
-   M /trunk/epan/NEWS
-   M /trunk/epan/dfilter/README.dfilter
-   M /trunk/epan/dfilter/gencode.h
-   M /trunk/epan/dissectors/dcerpc/atsvc/Makefile
-   M /trunk/epan/dissectors/dcerpc/atsvc/atsvc.cnf
-   M /trunk/epan/dissectors/dcerpc/atsvc/atsvc.idl
-   M /trunk/epan/dissectors/dcerpc/atsvc/template.c
-   M /trunk/epan/dissectors/dcerpc/atsvc/template.h
-   M /trunk/epan/dissectors/dcerpc/budb/Makefile
-   M /trunk/epan/dissectors/dcerpc/budb/budb.cnf
-   M /trunk/epan/dissectors/dcerpc/budb/budb.idl
-   M /trunk/epan/dissectors/dcerpc/budb/template.c
-   M /trunk/epan/dissectors/dcerpc/budb/template.h
-   M /trunk/epan/dissectors/dcerpc/butc/Makefile
-   M /trunk/epan/dissectors/dcerpc/butc/butc.cnf
-   M /trunk/epan/dissectors/dcerpc/butc/butc.idl
-   M /trunk/epan/dissectors/dcerpc/butc/template.c
-   M /trunk/epan/dissectors/dcerpc/butc/template.h
-   M /trunk/epan/dissectors/dcerpc/drsuapi/Makefile
-   M /trunk/epan/dissectors/dcerpc/drsuapi/drsuapi.cnf
-   M /trunk/epan/dissectors/dcerpc/drsuapi/drsuapi.idl
-   M /trunk/epan/dissectors/dcerpc/drsuapi/template.c
-   M /trunk/epan/dissectors/dcerpc/drsuapi/template.h
-   M /trunk/epan/dissectors/dcerpc/dssetup/Makefile
-   M /trunk/epan/dissectors/dcerpc/dssetup/dssetup.cnf
-   M /trunk/epan/dissectors/dcerpc/dssetup/dssetup.idl
-   M /trunk/epan/dissectors/dcerpc/dssetup/packet-dcerpc-dssetup.c
-   M /trunk/epan/dissectors/dcerpc/dssetup/packet-dcerpc-dssetup.h
-   M /trunk/epan/dissectors/dcerpc/dssetup/template.c
-   M /trunk/epan/dissectors/dcerpc/dssetup/template.h
-   M /trunk/epan/dissectors/dcerpc/efs/Makefile
-   M /trunk/epan/dissectors/dcerpc/efs/efs.cnf
-   M /trunk/epan/dissectors/dcerpc/efs/efs.idl
-   M /trunk/epan/dissectors/dcerpc/efs/template.c
-   M /trunk/epan/dissectors/dcerpc/efs/template.h
-   M /trunk/epan/dissectors/dcerpc/idl2eth.c
-   M /trunk/epan/dissectors/make-reg-dotc
-   M /trunk/epan/dissectors/make-reg-dotc.py
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-app-pkix-cert.c
-   M /trunk/epan/dissectors/packet-armagetronad.c
-   M /trunk/epan/dissectors/packet-bacapp.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-crmf.c
-   M /trunk/epan/dissectors/packet-crmf.h
-   M /trunk/epan/dissectors/packet-csm-encaps.c
-   M /trunk/epan/dissectors/packet-dcerpc-budb.h
-   M /trunk/epan/dissectors/packet-dcerpc-butc.h
-   M /trunk/epan/dissectors/packet-dcerpc-dssetup.h
-   M /trunk/epan/dissectors/packet-dec-dnart.c
-   M /trunk/epan/dissectors/packet-dua.c
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ess.h
-   M /trunk/epan/dissectors/packet-fr.h
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-h248_package_bcp.c
-   M /trunk/epan/dissectors/packet-h248_package_bcp.h
-   M /trunk/epan/dissectors/packet-ifcp.c
-   M /trunk/epan/dissectors/packet-kerberos4.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-mpls.h
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-netsync.c
-   M /trunk/epan/dissectors/packet-nettl.c
-   M /trunk/epan/dissectors/packet-ns_cert_exts.c
-   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-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-synergy.c
-   M /trunk/epan/dissectors/packet-wlancertextn.c
-   M /trunk/epan/dissectors/packet-wlancertextn.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/doxygen.cfg.in
-   M /trunk/epan/enterprise-numbers
-   M /trunk/epan/exceptions.h
-   M /trunk/epan/inet_aton.c
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/sigcomp_state_hdlr.h
-   M /trunk/epan/xmlstub.h
-   M /trunk/gtk/STATUS.gtk2
-   M /trunk/gtk/conversations_sctp.c
-   M /trunk/gtk/doxygen.cfg.in
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/plugins/acn/AUTHORS
-   M /trunk/plugins/acn/COPYING
-   M /trunk/plugins/acn/INSTALL
-   M /trunk/plugins/acn/NEWS
-   M /trunk/plugins/acn/acn.h
-   M /trunk/plugins/acn/moduleinfo.h
-   M /trunk/plugins/artnet/AUTHORS
-   M /trunk/plugins/artnet/COPYING
-   M /trunk/plugins/artnet/INSTALL
-   M /trunk/plugins/artnet/NEWS
-   M /trunk/plugins/artnet/moduleinfo.h
-   M /trunk/plugins/asn1/AUTHORS
-   M /trunk/plugins/asn1/COPYING
-   M /trunk/plugins/asn1/ChangeLog
-   M /trunk/plugins/asn1/INSTALL
-   M /trunk/plugins/asn1/NEWS
-   M /trunk/plugins/asn1/moduleinfo.h
-   M /trunk/plugins/ciscosm/AUTHORS
-   M /trunk/plugins/ciscosm/COPYING
-   M /trunk/plugins/ciscosm/ChangeLog
-   M /trunk/plugins/ciscosm/INSTALL
-   M /trunk/plugins/ciscosm/NEWS
-   M /trunk/plugins/ciscosm/moduleinfo.h
-   M /trunk/plugins/docsis/AUTHORS
-   M /trunk/plugins/docsis/ChangeLog
-   M /trunk/plugins/docsis/INSTALL
-   M /trunk/plugins/docsis/NEWS
-   M /trunk/plugins/docsis/README
-   M /trunk/plugins/docsis/moduleinfo.h
-   M /trunk/plugins/enttec/AUTHORS
-   M /trunk/plugins/enttec/COPYING
-   M /trunk/plugins/enttec/INSTALL
-   M /trunk/plugins/enttec/NEWS
-   M /trunk/plugins/enttec/moduleinfo.h
-   M /trunk/plugins/giop/AUTHORS
-   M /trunk/plugins/giop/COPYING
-   M /trunk/plugins/giop/ChangeLog
-   M /trunk/plugins/giop/INSTALL
-   M /trunk/plugins/giop/NEWS
-   M /trunk/plugins/giop/README
-   M /trunk/plugins/giop/moduleinfo.h
-   M /trunk/plugins/giop/packet-coseventcomm.c
-   M /trunk/plugins/giop/packet-cosnaming.c
-   M /trunk/plugins/gryphon/AUTHORS
-   M /trunk/plugins/gryphon/COPYING
-   M /trunk/plugins/gryphon/ChangeLog
-   M /trunk/plugins/gryphon/INSTALL
-   M /trunk/plugins/gryphon/NEWS
-   M /trunk/plugins/gryphon/README
-   M /trunk/plugins/gryphon/moduleinfo.h
-   M /trunk/plugins/gryphon/stamp-h.in
-   M /trunk/plugins/irda/moduleinfo.h
-   M /trunk/plugins/irda/packet-sir.c
-   M /trunk/plugins/lwres/AUTHORS
-   M /trunk/plugins/lwres/moduleinfo.h
-   M /trunk/plugins/mate/AUTHORS
-   M /trunk/plugins/mate/COPYING
-   M /trunk/plugins/mate/INSTALL
-   M /trunk/plugins/mate/NEWS
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/mate/mate_parser.l
-   M /trunk/plugins/mate/moduleinfo.h
-   M /trunk/plugins/megaco/AUTHORS
-   M /trunk/plugins/megaco/COPYING
-   M /trunk/plugins/megaco/ChangeLog
-   M /trunk/plugins/megaco/INSTALL
-   M /trunk/plugins/megaco/NEWS
-   M /trunk/plugins/megaco/moduleinfo.h
-   M /trunk/plugins/mgcp/AUTHORS
-   M /trunk/plugins/mgcp/COPYING
-   M /trunk/plugins/mgcp/ChangeLog
-   M /trunk/plugins/mgcp/INSTALL
-   M /trunk/plugins/mgcp/NEWS
-   M /trunk/plugins/mgcp/moduleinfo.h
-   M /trunk/plugins/pcli/AUTHORS
-   M /trunk/plugins/pcli/COPYING
-   M /trunk/plugins/pcli/ChangeLog
-   M /trunk/plugins/pcli/INSTALL
-   M /trunk/plugins/pcli/NEWS
-   M /trunk/plugins/pcli/moduleinfo.h
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-   M /trunk/plugins/profinet/packet-pn-dcp.c
-   M /trunk/plugins/rdm/AUTHORS
-   M /trunk/plugins/rdm/COPYING
-   M /trunk/plugins/rdm/moduleinfo.h
-   M /trunk/plugins/rlm/AUTHORS
-   M /trunk/plugins/rlm/COPYING
-   M /trunk/plugins/rlm/ChangeLog
-   M /trunk/plugins/rlm/INSTALL
-   M /trunk/plugins/rlm/NEWS
-   M /trunk/plugins/rlm/moduleinfo.h
-   M /trunk/plugins/rtnet/AUTHORS
-   M /trunk/plugins/rtnet/COPYING
-   M /trunk/plugins/rtnet/moduleinfo.h
-   M /trunk/plugins/rudp/AUTHORS
-   M /trunk/plugins/rudp/COPYING
-   M /trunk/plugins/rudp/ChangeLog
-   M /trunk/plugins/rudp/INSTALL
-   M /trunk/plugins/rudp/NEWS
-   M /trunk/plugins/rudp/moduleinfo.h
-   M /trunk/plugins/v5ua/AUTHORS
-   M /trunk/plugins/v5ua/COPYING
-   M /trunk/plugins/v5ua/ChangeLog
-   M /trunk/plugins/v5ua/moduleinfo.h
-   M /trunk/plugins/v5ua/packet-v5ua.c
-   M /trunk/plugins/xml/AUTHORS
-   M /trunk/plugins/xml/COPYING
-
-
-Some warning fixes for "no previous declaration"
-Remove svn:executable
-Add svn:eol-style native
-Add svn:keywords Id
-
-
-------------------------------------------------------------------------
-r15178 | jmayer | 2005-08-02 00:21:19 -0500 (Tue, 02 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/asn1/acse/Makefile
-   M /trunk/asn1/acse/Makefile.nmake
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/acse.asn
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/acse/packet-acse-template.h
-   M /trunk/asn1/camel/Makefile
-   M /trunk/asn1/camel/Makefile.nmake
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/cmip/CMIP.asn
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/asn1/cmip/packet-cmip-template.h
-   M /trunk/asn1/cms/cms-exp.cnf
-   M /trunk/asn1/ess/ExtendedSecurityServices.asn
-   M /trunk/asn1/ess/ess.cnf
-   M /trunk/asn1/ess/packet-ess-template.c
-   M /trunk/asn1/ess/packet-ess-template.h
-   M /trunk/asn1/ftam/ISO8571-FTAM.asn
-   M /trunk/asn1/ftam/Makefile
-   M /trunk/asn1/ftam/Makefile.nmake
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/asn1/ftam/packet-ftam-template.h
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/h225/h225-exp.cnf
-   M /trunk/asn1/h225/h225.asn
-   M /trunk/asn1/h235/h235-exp.cnf
-   M /trunk/asn1/h245/h245-exp.cnf
-   M /trunk/asn1/h245/h245.asn
-   M /trunk/asn1/h450/h4501.asn
-   M /trunk/asn1/inap/inap.asn
-   M /trunk/asn1/logotype-cert-extn/LogotypeCertExtn.asn
-   M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
-   M /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.c
-   M /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.h
-   M /trunk/asn1/ocsp/OCSP.asn
-   M /trunk/asn1/ocsp/ocsp.cnf
-   M /trunk/asn1/ocsp/packet-ocsp-template.c
-   M /trunk/asn1/ocsp/packet-ocsp-template.h
-   M /trunk/asn1/pkixcmp/CMP.asn
-   M /trunk/asn1/pkixcmp/cmp-exp.cnf
-   M /trunk/asn1/pkixcmp/cmp.cnf
-   M /trunk/asn1/pkixcmp/packet-cmp-template.c
-   M /trunk/asn1/pkixcmp/packet-cmp-template.h
-   M /trunk/asn1/pkixcrmf/CRMF.asn
-   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
-   M /trunk/asn1/pkixcrmf/crmf.cnf
-   M /trunk/asn1/pkixcrmf/packet-crmf-template.c
-   M /trunk/asn1/pkixcrmf/packet-crmf-template.h
-   M /trunk/asn1/pkixproxy/PKIXProxy.asn
-   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
-   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.h
-   M /trunk/asn1/pkixproxy/pkixproxy.cnf
-   M /trunk/asn1/pkixqualified/PKIXqualified.asn
-   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c
-   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.h
-   M /trunk/asn1/pkixqualified/pkixqualified.cnf
-   M /trunk/asn1/pkixtsp/PKIXTSP.asn
-   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
-   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.h
-   M /trunk/asn1/pkixtsp/pkixtsp.cnf
-   M /trunk/asn1/smrse/SMRSE.asn
-   M /trunk/asn1/smrse/packet-smrse-template.c
-   M /trunk/asn1/smrse/packet-smrse-template.h
-   M /trunk/asn1/smrse/smrse.cnf
-   M /trunk/asn1/tcap/tcap.asn
-   M /trunk/asn1/wlancertextn/Makefile
-   M /trunk/asn1/wlancertextn/Makefile.nmake
-   M /trunk/asn1/wlancertextn/WLANCERTEXTN.asn
-   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
-   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.h
-   M /trunk/asn1/wlancertextn/wlancertextn.cnf
-   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
+Register as heuristic dissector for SUA.
 
+------------------------------------------------------------------------
+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
 
-Fix svn properties where needed:
-        Remove svn:executable
-        Add svn:eol-style
-        Add svn:keywords
+From Michael Scharf: Add support for TCP Quickstart.
 
 
 ------------------------------------------------------------------------
-r15177 | jmayer | 2005-08-02 00:17:00 -0500 (Tue, 02 Aug 2005) | 1 line
+r22042 | kukosa | 2007-06-05 01:33:39 -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/asn1/mms/mms.asn
-   M /trunk/asn1/mms/mms.cnf
-   M /trunk/asn1/mms/packet-mms-template.c
-   M /trunk/asn1/mms/packet-mms-template.h
+   M /trunk/tools/asn2wrs.py
 
-set svn:eol-style and svn:keywords
+few small changes to compile INAP (Q.1248.x) from original ASN.1 source
 ------------------------------------------------------------------------
-r15176 | jmayer | 2005-08-02 00:12:23 -0500 (Tue, 02 Aug 2005) | 1 line
+r22043 | kukosa | 2007-06-05 05:00:57 -0700 (Tue, 05 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
-   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
-   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.h
+   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
 
-It's svn:eol-style, not eol-style
+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)
 ------------------------------------------------------------------------
-r15175 | jmayer | 2005-08-02 00:09:41 -0500 (Tue, 02 Aug 2005) | 3 lines
+r22044 | kukosa | 2007-06-05 05:15:52 -0700 (Tue, 05 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
-   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
-
-Fix "no previous declaration" warnings
-Remove trailing ^M (cr) from some files
+   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
 ------------------------------------------------------------------------
-r15174 | jmayer | 2005-08-01 23:57:58 -0500 (Mon, 01 Aug 2005) | 1 line
+r22045 | kukosa | 2007-06-05 06:34:18 -0700 (Tue, 05 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/asn1/dop/dop.cnf
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/epan/dissectors/packet-dop.c
 
-Fix more "no previous declaration" warnings
+use ASN.1 type names in conformance file instead of Wireshak types
 ------------------------------------------------------------------------
-r15173 | jmayer | 2005-08-01 23:47:15 -0500 (Mon, 01 Aug 2005) | 1 line
+r22046 | kukosa | 2007-06-05 06:43:45 -0700 (Tue, 05 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/cfilter_combo_utils.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/main.h
-   M /trunk/gtk/packet_history.c
-   M /trunk/gtk/packet_list.c
+   M /trunk/tools/asn2wrs.py
 
-Fix more "no previous declaration" warnings
+replace '&' with '_' in asn2c() function
 ------------------------------------------------------------------------
-r15172 | jmayer | 2005-08-01 23:35:40 -0500 (Mon, 01 Aug 2005) | 1 line
+r22047 | etxrab | 2007-06-05 07:47:11 -0700 (Tue, 05 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/tools/lemon/lemon.c
+   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 more "no previous declaration" warnings
+Regenerate the MMS dissector with -T and -X options.
 ------------------------------------------------------------------------
-r15171 | jmayer | 2005-08-01 23:34:35 -0500 (Mon, 01 Aug 2005) | 1 line
+r22048 | etxrab | 2007-06-05 07:53:37 -0700 (Tue, 05 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/base64.c
-   M /trunk/epan/conversation.c
-   M /trunk/epan/packet.c
-   M /trunk/epan/prefs.c
-   M /trunk/epan/radius_dict.l
-   M /trunk/epan/sha1.c
+   M /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
+   M /trunk/epan/dissectors/packet-inap.c
 
-Fix more "no previous declaration" warnings
+Regenerate the INAP dissector with thelatest asn2wrs and theunmodified asn files.
 ------------------------------------------------------------------------
-r15170 | jmayer | 2005-08-01 23:32:33 -0500 (Mon, 01 Aug 2005) | 1 line
+r22049 | guy | 2007-06-05 10:15:21 -0700 (Tue, 05 Jun 2007) | 5 lines
 Changed paths:
-   M /trunk/asn1/pkcs1/packet-pkcs1-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/epan/dissectors/packet-inap.c
 
-Fix more "no previous declaration" warnings - the forgotten files
-------------------------------------------------------------------------
-r15169 | jmayer | 2005-08-01 23:31:42 -0500 (Mon, 01 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-   M /trunk/epan/dissectors/packet-aim.c
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-ipmi.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-nlsp.c
-   M /trunk/epan/dissectors/packet-pcnfsd.c
-   M /trunk/epan/dissectors/packet-pflog.c
-   M /trunk/epan/dissectors/packet-pgm.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-pkcs1.c
-   M /trunk/epan/dissectors/packet-q933.c
-   M /trunk/epan/dissectors/packet-sigcomp.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-wbxml.c
-   M /trunk/epan/dissectors/packet-x509if.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.
 
-Fix more "no previous declaration" warnings
 ------------------------------------------------------------------------
-r15168 | jmayer | 2005-08-01 23:23:39 -0500 (Mon, 01 Aug 2005) | 4 lines
+r22050 | guy | 2007-06-05 10:17:22 -0700 (Tue, 05 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/wiretap/5views.c
-   M /trunk/wiretap/i4btrace.c
-   M /trunk/wiretap/k12.c
+   M /trunk/wiretap/netmon.c
 
-Include the .h files into the .c files. That way we
-a) get rid of warnings of type "no previous declaration" and
-b) make sure that declaration and implementation are in sync.
+Note the version numbers in NetMon 3.0 files.
 
 ------------------------------------------------------------------------
-r15167 | gerald | 2005-08-01 16:09:34 -0500 (Mon, 01 Aug 2005) | 3 lines
+r22051 | jake | 2007-06-05 13:26:03 -0700 (Tue, 05 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/plugins/mate/Makefile.am
-
-Make sure "lemon" exists before we try to use it.  This can happen if we
-run "make dist" before running "make".
+   M /trunk/epan/dissectors/packet-smpp.c
 
+Fix for bug 1642:
+Added hf_smpp_sms_signal to hf_array.
 ------------------------------------------------------------------------
-r15166 | gerald | 2005-08-01 14:51:06 -0500 (Mon, 01 Aug 2005) | 3 lines
+r22052 | jake | 2007-06-05 13:36:23 -0700 (Tue, 05 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-
-The .spec file now refers to "ethereal.desktop".  Link to it when we
-create our RPMs.
+   M /trunk/epan/dissectors/packet-smpp.c
 
+Fix for bug 1512:
+Present user with the invalid time string.
 ------------------------------------------------------------------------
-r15165 | gerald | 2005-08-01 13:04:37 -0500 (Mon, 01 Aug 2005) | 2 lines
+r22053 | guy | 2007-06-05 14:23:49 -0700 (Tue, 05 Jun 2007) | 6 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
+   M /trunk/epan/dissectors/packet-smb.c
 
-Update RPM builds.
+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.
 
 ------------------------------------------------------------------------
-r15164 | gerald | 2005-08-01 08:53:50 -0500 (Mon, 01 Aug 2005) | 2 lines
+r22054 | kukosa | 2007-06-06 01:12:27 -0700 (Wed, 06 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add notes about the LPD and ISAKMP bugs.
+   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)
 ------------------------------------------------------------------------
-r15163 | gerald | 2005-08-01 08:52:22 -0500 (Mon, 01 Aug 2005) | 2 lines
+r22055 | kukosa | 2007-06-06 02:43:45 -0700 (Wed, 06 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
-
-Break out of a loop before we exhaust system memory.
+   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
 ------------------------------------------------------------------------
-r15162 | kukosa | 2005-08-01 03:46:09 -0500 (Mon, 01 Aug 2005) | 3 lines
+r22056 | kukosa | 2007-06-06 02:46:35 -0700 (Wed, 06 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/tools/asn2wrs.py
 
-- update ftam.cnf for new asn2eth compiler
-- usage of #.FN_PARS in h225 and h245 dissectors
-- PER dissectors regenerated
+build-in OPERATION and ERROR classes definition
 ------------------------------------------------------------------------
-r15161 | kukosa | 2005-08-01 03:40:13 -0500 (Mon, 01 Aug 2005) | 2 lines
+r22057 | kukosa | 2007-06-06 04:52:48 -0700 (Wed, 06 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/tools/asn2eth.py
+   M /trunk/asn1/Makefile.am
 
-- fix name handling of imported types
-- #.FN_PARS implemented for TypeRef, SET, SEQUENCE, CHOICE
+fix dist failed
 ------------------------------------------------------------------------
-r15160 | etxrab | 2005-07-31 15:42:48 -0500 (Sun, 31 Jul 2005) | 4 lines
+r22058 | jake | 2007-06-06 12:50:28 -0700 (Wed, 06 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
-From Martin Mathieson
-- Makes more of the header fields filterable
-- Rationalises a bit the way header lines are parsed
+Fix for bug 1644.
+Get the DST from the right offset in the tvb.
 
 ------------------------------------------------------------------------
-r15159 | etxrab | 2005-07-31 15:36:59 -0500 (Sun, 31 Jul 2005) | 5 lines
+r22059 | jake | 2007-06-06 12:58:26 -0700 (Wed, 06 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
-From Martin Mathieson:
-This update:
-- adds more command parameter details
-- doesn't clutter the tree with unknown fields
+Fix for bug 1643.
+Add element type Policy Server.
 
 ------------------------------------------------------------------------
-r15158 | jmayer | 2005-07-30 11:34:38 -0500 (Sat, 30 Jul 2005) | 4 lines
+r22060 | lego | 2007-06-06 13:56:38 -0700 (Wed, 06 Jun 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-icq.c
-   M /trunk/epan/dissectors/packet-ipp.c
-   M /trunk/epan/dissectors/packet-ipx.c
-   M /trunk/epan/dissectors/packet-isakmp.c
-   M /trunk/epan/dissectors/packet-isis-clv.h
-   M /trunk/epan/dissectors/packet-isis-lsp.c
-   M /trunk/epan/dissectors/packet-isis.c
-   M /trunk/epan/dissectors/packet-isis.h
-   M /trunk/epan/dissectors/packet-kink.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-manolito.c
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-msproxy.c
-   M /trunk/epan/dissectors/packet-msrp.c
-   M /trunk/epan/dissectors/packet-multipart.c
-   M /trunk/epan/dissectors/packet-nbns.c
-   M /trunk/epan/dissectors/packet-ncp-int.h
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-netbios.c
-   M /trunk/epan/dissectors/packet-netbios.h
+   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.
 
 
-More char -> const char fixes
-Declare some functions static
 
 ------------------------------------------------------------------------
-r15157 | jmayer | 2005-07-30 11:28:00 -0500 (Sat, 30 Jul 2005) | 5 lines
+r22061 | wmeier | 2007-06-06 14:04:22 -0700 (Wed, 06 Jun 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-igmp.c
-   M /trunk/epan/dissectors/packet-igmp.h
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-epl.h
 
-
-Include .h into .c to make sure declarations match.
-Fix a copy/paste in the .h surrounding ifndef.
-One char -> const char fix.
+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).
 
 ------------------------------------------------------------------------
-r15156 | jmayer | 2005-07-30 11:15:23 -0500 (Sat, 30 Jul 2005) | 5 lines
+r22062 | lego | 2007-06-06 15:02:56 -0700 (Wed, 06 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/proto.h
+   M /trunk/epan/dissectors/packet-epl.c
 
-Stefan Rompf:
-        Fix warnings of type:
-proto.c:2219: warning: ISO C forbids conditional expr with only one void side
+Unconditionally initialize profile (avoid a warning causing the distcheck buildbot to fail).
 
 
 ------------------------------------------------------------------------
-r15155 | jmayer | 2005-07-30 02:13:27 -0500 (Sat, 30 Jul 2005) | 1 line
+r22063 | kukosa | 2007-06-06 23:05:36 -0700 (Wed, 06 Jun 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-nfs.c
-   M /trunk/epan/dissectors/packet-nfs.h
-   M /trunk/epan/dissectors/packet-nfsacl.c
+   M /trunk/tools/asn2wrs.py
 
-More char -> const char warning fixes
+- improve compilation (passing type information) if modules are not merged with -p option
+- start "module grouping" compilation feature
 ------------------------------------------------------------------------
-r15154 | jmayer | 2005-07-30 02:08:04 -0500 (Sat, 30 Jul 2005) | 3 lines
+r22064 | gerald | 2007-06-07 10:40:23 -0700 (Thu, 07 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-   A /trunk/epan/dissectors/packet-dcom-cba-acco.h
-
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-Create packet-dcom-cba-acco.h
+Add an option to ignore vendor-specific HT elements.
 
 ------------------------------------------------------------------------
-r15153 | guy | 2005-07-29 21:44:20 -0500 (Fri, 29 Jul 2005) | 5 lines
+r22065 | guy | 2007-06-07 19:45:30 -0700 (Thu, 07 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   M /trunk/epan/dissectors/packet-nfs.c
 
-Make dissect_CBA_Connection_Data again available for plugins (although
-it should be declared in a header file, so that the plugins can #include
-the header file rather than using a possibly-out-of-date private
-declaration, and so that it's clearer that it shouldn't be static).
+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).
 
 ------------------------------------------------------------------------
-r15152 | jmayer | 2005-07-29 21:30:05 -0500 (Fri, 29 Jul 2005) | 1 line
+r22066 | etxrab | 2007-06-07 22:04:54 -0700 (Thu, 07 Jun 2007) | 6 lines
 Changed paths:
-   M /trunk/epan/prefs.c
+   M /trunk/epan/dissectors/packet-amr.c
 
-Fix 'isn't prototype' warning
+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
 ------------------------------------------------------------------------
-r15151 | guy | 2005-07-29 21:22:22 -0500 (Fri, 29 Jul 2005) | 2 lines
+r22067 | guy | 2007-06-08 10:06:13 -0700 (Fri, 08 Jun 2007) | 44 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.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
 
-Clean up some more const issues.
+From Stephen Donnelly of Endace:
 
-------------------------------------------------------------------------
-r15150 | guy | 2005-07-29 21:20:59 -0500 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+       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.
 
-Get rid of another unused variable.
+       1) Increase number of decodable ERF types from 7 to 12. This
+          covers newer DAG card models and firmware updates.
 
-------------------------------------------------------------------------
-r15149 | guy | 2005-07-29 21:09:59 -0500 (Fri, 29 Jul 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+       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.
 
-Widen a variable, as a guint16 value is assigned to it; the upper 8 bits
-might be irrelevant in this case, but we might as well not throw them
-out.
+       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.
 
-Clean up some code that sets "cdata->flags".
+          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.
 
-------------------------------------------------------------------------
-r15148 | guy | 2005-07-29 21:07:36 -0500 (Fri, 29 Jul 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+          I know environment variables are ugly, suggestions are welcome.
 
-Get rid of some unused variables.
+       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?)
 
-------------------------------------------------------------------------
-r15147 | guy | 2005-07-29 21:06:13 -0500 (Fri, 29 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lpd.c
+       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.
 
-Declare the value_string tables as arrays of value_strings, not of
-pointers to same, and make them "const" while we're at it.
+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.)
 
 ------------------------------------------------------------------------
-r15146 | jmayer | 2005-07-29 20:01:02 -0500 (Fri, 29 Jul 2005) | 1 line
+r22068 | etxrab | 2007-06-09 07:58:51 -0700 (Sat, 09 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dis-fields.c
-   M /trunk/epan/dissectors/packet-dis.c
-   M /trunk/epan/dissectors/packet-dnp.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-enc.c
-   M /trunk/epan/dissectors/packet-esis.c
-   M /trunk/epan/dissectors/packet-etheric.c
-   M /trunk/epan/dissectors/packet-fddi.c
-   M /trunk/epan/dissectors/packet-gnutella.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_sms.c
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/epan/dissectors/packet-radius.h
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtcp.h
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-rtp.h
+   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
 
-Make some funtions static. More char -> const char warning fixes
+Add more ofthe needed splited ASN1 files.
 ------------------------------------------------------------------------
-r15145 | jmayer | 2005-07-29 19:59:08 -0500 (Fri, 29 Jul 2005) | 1 line
+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
 
-Remove packet-fcse.h
+Updated GSM MAP to use the latest asn1 original files.
+MAP-dalouge and gsm_ss is included in this dissector.
 ------------------------------------------------------------------------
-r15144 | jmayer | 2005-07-29 19:55:30 -0500 (Fri, 29 Jul 2005) | 5 lines
+r22070 | etxrab | 2007-06-10 14:31:10 -0700 (Sun, 10 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcsp.c
-   D /trunk/epan/dissectors/packet-fcsp.h
-
-
-Declare many functions static, move the #defines from packet-fcse.h to
-packet-fcse.c and remove packet-fcse.h
-
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
+Remove an unused variable.
 ------------------------------------------------------------------------
-r15143 | gerald | 2005-07-29 16:55:45 -0500 (Fri, 29 Jul 2005) | 13 lines
+r22071 | gerald | 2007-06-10 20:58:58 -0700 (Sun, 10 Jun 2007) | 11 lines
 Changed paths:
-   M /trunk/config.h.win32
-   M /trunk/configure.in
-   M /trunk/epan/dissectors/packet-lpd.c
-   M /trunk/epan/prefs.c
-
-Pick up some fixes and enhancements from
-http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/:
+   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
 
-In the LPD dissector, make lpd_client_code a value_string so that we
-don't segfault.  Do the same for lpd_server_code, although it's not
-strictly necessary.
+One more step in privilege separation.
 
-Check to see if htmlview is installed, and use it as our HTML viewer.
+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.
 
-The Fedora RPM has other patches, but I'm not sure if they should
-be applied.
+Add a "-I" flag to dumpcap, which prints out verbose interface
+information.
 
+Tested under Windows and Linux.
 
 ------------------------------------------------------------------------
-r15142 | sahlberg | 2005-07-29 05:00:37 -0500 (Fri, 29 Jul 2005) | 3 lines
+r22072 | etxrab | 2007-06-10 22:28:18 -0700 (Sun, 10 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
-
-some more ememification of tvb_get_string()
-
+   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.
 ------------------------------------------------------------------------
-r15141 | guy | 2005-07-29 02:35:43 -0500 (Fri, 29 Jul 2005) | 5 lines
+r22073 | jake | 2007-06-10 23:40:56 -0700 (Sun, 10 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-Suggest that perhaps displaying chunks in the chunked encoding with the
-data dissector might be overkill, as it causes each of those chunks to
-be dumped in hex in Tethereal output - along with whatever's done with
-the data reassembled from those chunks.
+   M /trunk/capture.c
 
+Fix segmentation fault when NULL err_msg pointer passed to capture_interface_list() and sync_list_interface_open() fails.
 ------------------------------------------------------------------------
-r15140 | guy | 2005-07-29 02:28:07 -0500 (Fri, 29 Jul 2005) | 3 lines
+r22074 | wmeier | 2007-06-11 08:50:03 -0700 (Mon, 11 Jun 2007) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/wiretap/netxray.c
 
-Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; it
-takes care of the square brackets, etc..
+Note invalidity of realtick for 
+captypes ETH_CAPTYPE_OTHERPOD2 and
+ETH_CAPTYPE_GIGPOD2 in comments for
+the associated TpS tables.
 
 ------------------------------------------------------------------------
-r15139 | guy | 2005-07-29 02:14:32 -0500 (Fri, 29 Jul 2005) | 9 lines
+r22075 | gerald | 2007-06-11 11:26:09 -0700 (Mon, 11 Jun 2007) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/reassemble.c
-
-If we do reassembly and hand the packet to the dissector, and the
-dissector says "sorry, I need even more data in this packet", don't flag
-that packet as being reassembled in that frame.  Indicate that we should
-perhaps do all the "partial reassembly" stuff in
-"fragment_set_partial_assembly()", which would obviate the need for the
-hack in the TCP dissector.
-
-Clean up indentation.
+   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)
 
-------------------------------------------------------------------------
-r15138 | guy | 2005-07-28 22:49:23 -0500 (Thu, 28 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rpc.h
-   M /trunk/tap-rpcstat.c
+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.
 
-Constify some variables, functions, and structure members to squelch
-compiler warnings.
+(It's 2007, for crying out loud.  Why is this even an issue?)
 
 ------------------------------------------------------------------------
-r15137 | guy | 2005-07-28 22:48:03 -0500 (Thu, 28 Jul 2005) | 2 lines
+r22076 | gerald | 2007-06-11 12:03:20 -0700 (Mon, 11 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-ssl.c
 
-Constify some variables and arguments to squelch compiler warnings.
+Fix include paths.
 
 ------------------------------------------------------------------------
-r15136 | guy | 2005-07-28 22:47:12 -0500 (Thu, 28 Jul 2005) | 2 lines
+r22077 | etxrab | 2007-06-11 15:17:28 -0700 (Mon, 11 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-Include <epan/emem.h> to declare ep_alloc().
+   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 some more asn1 modules.
 ------------------------------------------------------------------------
-r15135 | guy | 2005-07-28 22:27:59 -0500 (Thu, 28 Jul 2005) | 3 lines
+r22078 | gerald | 2007-06-11 15:40:38 -0700 (Mon, 11 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/Makefile.am
 
-Cast away some (otherwise unremovable, and harmless, in this case)
-warnings.
+Fix dist.
 
 ------------------------------------------------------------------------
-r15134 | gerald | 2005-07-28 09:29:19 -0500 (Thu, 28 Jul 2005) | 2 lines
+r22079 | martinm | 2007-06-12 04:09:22 -0700 (Tue, 12 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/docbook/Makefile
-   A /trunk/docbook/release-notes.xml
+   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
 
-Add release notes.  The content still needs to be filled in.
+Diameter update:
+- add IMS Gq interface (same AVPs seem to be used by IMS Rx and ETSI Gq' interfaces)
+- other small corrections
 
 ------------------------------------------------------------------------
-r15133 | sahlberg | 2005-07-28 05:05:37 -0500 (Thu, 28 Jul 2005) | 3 lines
+r22080 | martinm | 2007-06-12 08:29:23 -0700 (Tue, 12 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sipfrag.c
-   M /trunk/epan/dissectors/packet-wsp.c
-
-more emeification of tvb_get_string()
+   M /trunk/packaging/nsis/wireshark.nsi
 
+Add gqpolicy.xml to installed diameter XML files
 
 ------------------------------------------------------------------------
-r15132 | sahlberg | 2005-07-28 04:56:19 -0500 (Thu, 28 Jul 2005) | 6 lines
+r22081 | jake | 2007-06-12 11:43:24 -0700 (Tue, 12 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-multipart.c
-
-ememify some more calls to tvb_get_string()
-
-
-this fixes an obvious memleak in ms-mms
-
+   M /trunk/gtk/about_dlg.c
 
+Just keep it simple.
 ------------------------------------------------------------------------
-r15131 | sahlberg | 2005-07-28 04:47:28 -0500 (Thu, 28 Jul 2005) | 3 lines
+r22082 | etxrab | 2007-06-12 14:26:29 -0700 (Tue, 12 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-image-gif.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-telnet.c
-
-some more memification of tvb_get_string()    no obvious memleaks fixed this time :-(
-
+   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 some more asn1 modules.
 ------------------------------------------------------------------------
-r15130 | sahlberg | 2005-07-28 04:35:27 -0500 (Thu, 28 Jul 2005) | 5 lines
+r22083 | etxrab | 2007-06-12 14:29:27 -0700 (Tue, 12 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-vnc.c
-
-ememify some more tvb_get_string() calls
-
-one memleak in vnc related to tvb_get_string() closed.
-
+   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
 
+Preparations for updated CMIP dissector:
+- Export AE-title from ACSE
+- Start REAL dissection(unfinished).
 ------------------------------------------------------------------------
-r15129 | sahlberg | 2005-07-28 04:20:56 -0500 (Thu, 28 Jul 2005) | 3 lines
+r22084 | lego | 2007-06-12 16:53:58 -0700 (Tue, 12 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-k12.c
 
-ememify the tvb_get_string() and tvb_fake_unicode() calls in tds
+This should fix Coverity's CID: 240 (Bug 1648)
 
 
 ------------------------------------------------------------------------
-r15128 | sahlberg | 2005-07-28 03:55:11 -0500 (Thu, 28 Jul 2005) | 3 lines
+r22085 | jake | 2007-06-12 22:27:32 -0700 (Tue, 12 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-
-add an ep version of tvb_fake_unicode()
-
+   M /trunk/acinclude.m4
+   M /trunk/docbook/GPL_appendix.xml
 
+YAE2W
 ------------------------------------------------------------------------
-r15127 | sahlberg | 2005-07-28 03:18:18 -0500 (Thu, 28 Jul 2005) | 11 lines
+r22086 | sfisher | 2007-06-12 23:22:43 -0700 (Tue, 12 Jun 2007) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-packet_ber has for some time been doing sanity checking of the BER Length fields
-that they are not longer than the reported length of the tvb.
-
-this triggers some bugs since in packet-ber we are a bit too lax in setting reported_length of the tvb_new_subset() tvb.
-
-this cause short kerberos packets to not be decoded at all and the same for other short asn based packets as well.
 
 
-fix some of these instances.
+Get the Unix buildbots going again
 
 
 ------------------------------------------------------------------------
-r15126 | jmayer | 2005-07-28 02:53:38 -0500 (Thu, 28 Jul 2005) | 1 line
+r22087 | jake | 2007-06-12 23:52:23 -0700 (Tue, 12 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-   M /trunk/epan/dissectors/packet-beep.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-cdp.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-cups.c
-   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/dissectors/packet-llc.h
-   M /trunk/epan/dissectors/packet-rpc.h
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fc.h
 
-char -> const char warning fixes
+Fix for bug 1633:
+Adding BLS ABTS handling.
 ------------------------------------------------------------------------
-r15125 | jmayer | 2005-07-28 02:51:52 -0500 (Thu, 28 Jul 2005) | 1 line
+r22088 | jake | 2007-06-12 23:54:49 -0700 (Tue, 12 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/epan/dissectors/packet-fcels.c
 
-Warning fixes
+Fix for bug 1632:
+Fix bitmask for FCP "retry requested/reply".
 ------------------------------------------------------------------------
-r15124 | jmayer | 2005-07-28 02:50:31 -0500 (Thu, 28 Jul 2005) | 1 line
+r22089 | grahamb | 2007-06-13 03:15:31 -0700 (Wed, 13 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-dnp.c
 
-Updated Ankur Aggarwal's entry
+Fixed crash with missing conversation fragment, improved presentation, minor typos corrected
 ------------------------------------------------------------------------
-r15123 | jmayer | 2005-07-28 02:49:55 -0500 (Thu, 28 Jul 2005) | 1 line
+r22090 | morriss | 2007-06-13 06:39:05 -0700 (Wed, 13 Jun 2007) | 7 lines
 Changed paths:
-   M /trunk/oui.h
-   M /trunk/wka.tmpl
+   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.
 
-Add Extreme stuff
 ------------------------------------------------------------------------
-r15122 | guy | 2005-07-27 13:38:35 -0500 (Wed, 27 Jul 2005) | 2 lines
+r22091 | lego | 2007-06-13 12:05:03 -0700 (Wed, 13 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/wiretap/k12.c
+
+Fix coverity bug 244, [WS Bug 1649]
 
-Squelch another qualifier warning.
 
 ------------------------------------------------------------------------
-r15121 | jmayer | 2005-07-27 13:15:07 -0500 (Wed, 27 Jul 2005) | 5 lines
+r22092 | lego | 2007-06-13 12:06:19 -0700 (Wed, 13 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/radius_dict.l
+   M /trunk/wiretap/wtap.def
 
+Export all that's exportable from libwiretap.dll
 
-As Guy mentioned: last patch replaced one occurrence too many,
-thus the dictionary keyword encrypt was changed from encrypt
-to encrypted too. Undo this.
 
 ------------------------------------------------------------------------
-r15120 | jmayer | 2005-07-27 12:52:51 -0500 (Wed, 27 Jul 2005) | 4 lines
+r22093 | lego | 2007-06-13 12:43:26 -0700 (Wed, 13 Jun 2007) | 4 lines
 Changed paths:
-   M /trunk/epan/radius_dict.l
+   M /trunk/wiretap/wtap.def
 
+turns out that wtap_pkthdr was not exportable!
+nm on my mac says it is there...
 
-The variable encrypt collides with the declaration in <unistd.h> on
-some platforms. Rename encrypt to encrypted.
 
 ------------------------------------------------------------------------
-r15119 | gerald | 2005-07-27 11:25:44 -0500 (Wed, 27 Jul 2005) | 3 lines
+r22094 | gerald | 2007-06-13 15:36:58 -0700 (Wed, 13 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/prefs.c
+   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
 
-Move preference initialization to its own routine and make sure it gets run
-when we pass "-G defaultprefs" on the command line.
+Add support for PPI (the Per-Packet Information header), described at
+http://www.cacetech.com/documents/PPI_Header_format_1.0.pdf .
 
 ------------------------------------------------------------------------
-r15118 | jmayer | 2005-07-27 11:05:41 -0500 (Wed, 27 Jul 2005) | 1 line
+r22095 | guy | 2007-06-13 16:43:07 -0700 (Wed, 13 Jun 2007) | 3 lines
 Changed paths:
-   M /trunk/epan/proto.h
+   M /trunk/epan/dissectors/packet-afp.c
+
+Include a link to the AFP reference, as well as to the programming
+guide.
 
-Revert my previous patch - something else was seriously screwed up
 ------------------------------------------------------------------------
-r15117 | jmayer | 2005-07-27 10:08:22 -0500 (Wed, 27 Jul 2005) | 6 lines
+r22096 | gerald | 2007-06-13 18:13:04 -0700 (Wed, 13 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/proto.h
+   M /trunk/epan/dissectors/packet-ppi.c
 
+Fix a bunch of errors found by gcc.
 
-gcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux)
-fails when trying to use varargs. Due to a missing include
-config.h we were using varargs with proto.h
+------------------------------------------------------------------------
+r22097 | etxrab | 2007-06-13 22:17:07 -0700 (Wed, 13 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/asn1.h
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-per.c
 
+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.
 ------------------------------------------------------------------------
-r15116 | jmayer | 2005-07-27 08:10:57 -0500 (Wed, 27 Jul 2005) | 5 lines
+r22099 | martinm | 2007-06-14 04:24:37 -0700 (Thu, 14 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-The latest patch used the fields
-        hf_qos_buf_ac, hf_qos_buf_load and hf_qos_buf_state
-but failed to add them to the hf_ array. Commented out their
-use for now.
+Improve parsing of sctpprim header (variant 1)
 
 ------------------------------------------------------------------------
-r15115 | jmayer | 2005-07-27 03:28:27 -0500 (Wed, 27 Jul 2005) | 4 lines
+r22100 | martinm | 2007-06-14 05:43:15 -0700 (Thu, 14 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Ankur Aggarwal:
-        IEEE 802.11 QoS decoding
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
+Try again!
 
 ------------------------------------------------------------------------
-r15114 | jmayer | 2005-07-27 02:57:01 -0500 (Wed, 27 Jul 2005) | 7 lines
+r22101 | martinm | 2007-06-14 08:17:49 -0700 (Thu, 14 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-alcap.c
-   M /trunk/epan/dissectors/packet-ansi_637.c
-   M /trunk/epan/dissectors/packet-ansi_683.c
-   M /trunk/epan/dissectors/packet-ansi_801.c
-   M /trunk/epan/dissectors/packet-ansi_a.c
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-arp.h
-
-Fix >2600 warnings by doing char -> const char changes.
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-Additionally in dissectors/packet-ansi_map.c:
-        Flag unused parameters as such and remove dummy
-        param = param;
-        statements.
+Try to fix warning/error.
 
 ------------------------------------------------------------------------
-r15113 | lego | 2005-07-26 20:32:31 -0500 (Tue, 26 Jul 2005) | 3 lines
+r22102 | gerald | 2007-06-14 09:44:36 -0700 (Thu, 14 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/plugins/mgcp/packet-mgcp.c
-
-fix another leak of tap data
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
+Add a hint for using wlan.fc.type_subtype.
 
 ------------------------------------------------------------------------
-r15112 | guy | 2005-07-26 20:13:28 -0500 (Tue, 26 Jul 2005) | 2 lines
+r22103 | etxrab | 2007-06-14 12:05:20 -0700 (Thu, 14 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/gtk/flow_graph.c
-
-There aren't any clists here, and the clist arrows aren't used.
+   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
 
+From Stig Bj?\195?\184rlykke.
+ContentsTypeParameter and Relationship are OPTIONAL as they are defined with a DEFAULT.
 ------------------------------------------------------------------------
-r15111 | guy | 2005-07-26 20:12:44 -0500 (Tue, 26 Jul 2005) | 2 lines
+r22104 | gerald | 2007-06-14 15:09:14 -0700 (Thu, 14 Jun 2007) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   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.
+
+Remove fcsPresent, radiotapPresent, and associated code from airpdcap.c
+since they were always FALSE.  Glib-ize some data types.  Fixup white
+space.
 
-Squelch another const warning.
+Update the release notes.
 
 ------------------------------------------------------------------------
-r15110 | guy | 2005-07-26 20:02:03 -0500 (Tue, 26 Jul 2005) | 8 lines
+r22105 | etxrab | 2007-06-15 09:20:35 -0700 (Fri, 15 Jun 2007) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/asn1/gsmmap/Makefile
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
 
-*Removing* an include is usally not the right way of removing warnings;
-if some function takes, for example, a "char *" as an argument, but
-you're passing it an "unsigned char *", you don't squelch the warning by
-removing the include of the header that declares that function (you then
-get warnings about the function not being declared, at least with some
-compilers), you put in a cast (if the signedness doesn't matter) or
-arrange that you pass a "char *".
+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.
 ------------------------------------------------------------------------
-r15109 | lego | 2005-07-26 19:45:02 -0500 (Tue, 26 Jul 2005) | 3 lines
+r22107 | martinm | 2007-06-15 10:21:13 -0700 (Fri, 15 Jun 2007) | 2 lines
 Changed paths:
-   M /trunk/epan/emem.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-Remove two warnings
+For IPPRIM, try to set UDP/TCP address info so conversation tracking will work.
 
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------