Updates for 0.99.6
[metze/wireshark/wip.git] / ChangeLog
index b5a0bf83b25a9b6209b0b89e656965052488da71..777421ae89a107b39a9092c3180abf025998c21d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-$Id: ChangeLog,v 1.34 2004/02/19 02:26:48 gerald Exp $
+------------------------------------------------------------------------
+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
+
+display filter macros.
+NOT to be copied over to release 0.99.5
+
+
+------------------------------------------------------------------------
+r20468 | lego | 2007-01-17 19:13:10 -0800 (Wed, 17 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/version_info.c
+
+the version string stated "without Lua" regardless or not Lua support was indeed built.
+
+------------------------------------------------------------------------
+r20469 | lego | 2007-01-17 19:17:33 -0800 (Wed, 17 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/Makefile.common
+
+not for 0.99.5
+add macro_dlg.h and macro_dlg.c
+
+
+------------------------------------------------------------------------
+r20470 | lego | 2007-01-17 19:21:22 -0800 (Wed, 17 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
+
+NOT for 0.99.5
+macro_dlg.h was in this other file!
+
+
+------------------------------------------------------------------------
+r20471 | jake | 2007-01-17 23:10:02 -0800 (Wed, 17 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
+
+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
+
+Add separate union entries to fvalue.value for signed and unsigned
+32-bit numbers.  Separate signed and unsigned accessors have been
+added and used where appropriate.
+
+Definitely not for 0.99.5.
+
+------------------------------------------------------------------------
+r20473 | jake | 2007-01-18 03:28:47 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.am
+
+Trying to fix the build on Ubuntu-5.10-x86 buildbot again.
+
+------------------------------------------------------------------------
+r20474 | martinm | 2007-01-18 03:44:24 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-pcre.c
+
+Missed this one (I don't build with pcre)
+
+------------------------------------------------------------------------
+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
+
+From Clay Jones: Shomiti wireless packet support.
+
+------------------------------------------------------------------------
+r20476 | jake | 2007-01-18 04:22:21 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/README.plugins
+
+Improve information on building plugins.
+
+------------------------------------------------------------------------
+r20477 | martinm | 2007-01-18 05:13:55 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/ftypes/ftype-pcre.c
+
+Remove extra element.
+
+------------------------------------------------------------------------
+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 version_info.c compilation
+
+
+------------------------------------------------------------------------
+r20479 | martinm | 2007-01-18 06:41:59 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-udld.c
+
+Filled in missing hf entries.
+
+------------------------------------------------------------------------
+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
+
+The forgotten file strikes back... 
+
+
+------------------------------------------------------------------------
+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
+
+I actually  forgot that dfilter_macro_expand.l was not used
+
+
+------------------------------------------------------------------------
+r20482 | lego | 2007-01-18 07:32:01 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.nmake
+
+fix the dfilter_macro_load.c rule
+
+------------------------------------------------------------------------
+r20483 | jake | 2007-01-18 08:36:10 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Export the split fvalue_get_integer as fvalue_get_uinteger and fvalue_get_sinteger
+
+------------------------------------------------------------------------
+r20484 | guy | 2007-01-18 10:41:46 -0800 (Thu, 18 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
+
+guint32 requires %[doxu], not %l[doxu].  (We don't support ILP16
+platforms, just ILP32, LP64, and LLP64.)
+
+------------------------------------------------------------------------
+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
+
+Put
+       #ifdef __cplusplus
+       extern "C" {
+       #endif /* __cplusplus */
+
+               ...
+
+       #ifdef __cplusplus
+       }
+       #endif /* __cplusplus */
+
+wrappers into some header files, for the benefit of C++ plugins.  Also,
+add multiple-include protections.
+
+------------------------------------------------------------------------
+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
+
+
+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.
+------------------------------------------------------------------------
+r20491 | ulfl | 2007-01-18 15:57:03 -0800 (Thu, 18 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+
+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?!?
+------------------------------------------------------------------------
+r20492 | ulfl | 2007-01-18 16:10:22 -0800 (Thu, 18 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+
+instead of getting the user-guide.chm file always from the docbook dir, copy the more recent one from docbook or win32-libs\user-guide dir into local nsis dir, and use that one to build the installer - seems to be the cleanest way
+------------------------------------------------------------------------
+r20493 | ulfl | 2007-01-18 16:12:01 -0800 (Thu, 18 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile
+
+add a target to build a zipped version of user-guide.chm
+------------------------------------------------------------------------
+r20494 | ulfl | 2007-01-18 16:14:43 -0800 (Thu, 18 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile
+
+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
+------------------------------------------------------------------------
+r20496 | ulfl | 2007-01-18 17:21:17 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/config.nmake
+
+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
+------------------------------------------------------------------------
+r20498 | guy | 2007-01-18 21:22:43 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/wtap.h
+
+Put in some information about RSSI.
+
+------------------------------------------------------------------------
+r20500 | gerald | 2007-01-18 22:34:07 -0800 (Thu, 18 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/make-version.pl
+
+Set our package version even if we're using the SVN client.
+
+------------------------------------------------------------------------
+r20501 | grahamb | 2007-01-19 08:20:48 -0800 (Fri, 19 Jan 2007) | 1 line
+Changed paths:
+   M /trunk
+   M /trunk/epan
+   M /trunk/epan/wslua
+   M /trunk/image
+   M /trunk/packaging/nsis
+   M /trunk/plugins/agentx
+   M /trunk/plugins/artnet
+   M /trunk/plugins/asn1
+   M /trunk/plugins/ciscosm
+   M /trunk/plugins/docsis
+   M /trunk/plugins/enttec
+   M /trunk/plugins/gryphon
+   M /trunk/plugins/h223
+   M /trunk/plugins/irda
+   M /trunk/plugins/lwres
+   M /trunk/plugins/mate
+   M /trunk/plugins/megaco
+   M /trunk/plugins/mgcp
+   M /trunk/plugins/opsi
+   M /trunk/plugins/pcli
+   M /trunk/plugins/profinet
+   M /trunk/plugins/rlm
+   M /trunk/plugins/rtnet
+   M /trunk/plugins/rudp
+   M /trunk/plugins/sbus
+   M /trunk/plugins/stats_tree
+   M /trunk/plugins/v5ua
+
+Updated svn:ignore props for win32 build artifacts
+------------------------------------------------------------------------
+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).
+
+
+------------------------------------------------------------------------
+r20505 | morriss | 2007-01-19 15:27:24 -0800 (Fri, 19 Jan 2007) | 9 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r20506 | jake | 2007-01-19 15:56:42 -0800 (Fri, 19 Jan 2007) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+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
+
+------------------------------------------------------------------------
+r20507 | gerald | 2007-01-19 18:05:49 -0800 (Fri, 19 Jan 2007) | 9 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/dlg_utils.h
+   M /trunk/gtk/simple_dialog.c
+
+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.
+
+Work around this by setting the focus on the "OK" button in the about
+dialog and the first button specified in simple dialogs.
+
+------------------------------------------------------------------------
+r20508 | jake | 2007-01-20 06:08:05 -0800 (Sat, 20 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/dlg_utils.c
+
+Trying to get buildbot Windows-XP-x86 to build again.
+Reverting GTK2 to GTK1.2 functionname
+------------------------------------------------------------------------
+r20509 | jake | 2007-01-20 08:46:42 -0800 (Sat, 20 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
+   M /trunk/epan/dissectors/packet-ethertype.c
+
+From Graeme Hewson:
+The attached patch adds Homeplug to the table of ethernet types.
+------------------------------------------------------------------------
+r20510 | ulfl | 2007-01-20 09:52:39 -0800 (Sat, 20 Jan 2007) | 9 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+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 ;-)
+------------------------------------------------------------------------
+r20511 | etxrab | 2007-01-20 13:45:38 -0800 (Sat, 20 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-l2tp.c
+
+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
 
 
-2003-12-13 01:08  guy
+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. 
+
+
+------------------------------------------------------------------------
+r20513 | ulfl | 2007-01-20 20:48:49 -0800 (Sat, 20 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/developer-guide.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+   A /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+
+major redesign:
+- add a chapter about a Win32 Quick Setup
+- update MSVC information about Versions > 6
+------------------------------------------------------------------------
+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
+
+
+------------------------------------------------------------------------
+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
+
+
+------------------------------------------------------------------------
+r20516 | guy | 2007-01-21 14:28:54 -0800 (Sun, 21 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter-macro.h
+
+Set the appropriate keywords.
+
+Add a newline at the end of the file.
+
+------------------------------------------------------------------------
+r20517 | guy | 2007-01-21 14:32:37 -0800 (Sun, 21 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/dfilter/dfilter_macro_load.l
+
+Set the appropriate keywords.
+
+------------------------------------------------------------------------
+r20518 | sfisher | 2007-01-21 14:45:58 -0800 (Sun, 21 Jan 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/stats_tree.c
 
-       * packet-ipmi.c:
 
-         Fix a typo.
+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.
+
+
+------------------------------------------------------------------------
+r20519 | sfisher | 2007-01-21 15:02:07 -0800 (Sun, 21 Jan 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
 
-2003-12-13 01:08  guy
 
-       * packet-afp.c:
+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.
 
-         Put in URLs for the AFP 3.1 spec.
 
-         Update some references to refer to the 3.1 spec.
+------------------------------------------------------------------------
+r20520 | sfisher | 2007-01-21 15:36:53 -0800 (Sun, 21 Jan 2007) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssap.c
 
-         Fix up the handling of the request bitmap in CatSearch and
-         CatSearchExt.
 
-2003-12-13 01:57  guy
+From Tobias Witek:
 
-       * packet-bssap.c:
+I found a rare situation in which the BSSAP dissector seems to wrongly
+assume a packet.
 
-         Widen formal parameters rather than narrowing actual parameters.
+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).
 
-2003-12-13 02:10  guy
+My patch includes code that checks this very special case.
 
-       * packet-cops.c:
 
-         Make some variables that hold unsigned 16-bit quantities
-         "guint16", which lets us get rid of some casts.
+------------------------------------------------------------------------
+r20521 | guy | 2007-01-21 15:45:36 -0800 (Sun, 21 Jan 2007) | 17 lines
+Changed paths:
+   M /trunk/airpcap_loader.c
+   M /trunk/airpcap_loader.h
+   M /trunk/capture-pcap-util-int.h
+   M /trunk/capture-pcap-util-unix.c
+   M /trunk/capture-pcap-util.c
+   M /trunk/capture-pcap-util.h
+   M /trunk/capture-wpcap.c
+   M /trunk/capture_opts.c
+   M /trunk/capture_ui_utils.c
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/capture_prefs.c
+   M /trunk/gtk/main.c
 
-2003-12-13 02:17  guy
+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.
 
-       * packet-esis.c:
+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.
 
-         Check that the length in the ESIS header is sane, i.e. >= the
-         length of the fixed-length part of the header.
+Have get_airpcap_interface_list() explicitly set "*err" to the
+appropriate error code.
 
-         Make "variable_len" a "guint8", as the above check ensures it
-         fits, make the length arguments to dissect routines "guint8"
-         (same type as "guchar", but it makes it clearer that it's an
-         integral value not a text character), and get rid of the casts of
-         "variable_len".
+Clean up indentation.
 
-2003-12-13 02:24  guy
+------------------------------------------------------------------------
+r20522 | sfisher | 2007-01-21 16:20:33 -0800 (Sun, 21 Jan 2007) | 4 lines
+Changed paths:
+   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
 
-       * packet-isakmp.c:
 
-         Widen the "value" parameter to "value2str()", rather than
-         narrowing the values passed via that parameter.
+Fix various compiler warnings
 
-         Fix indentation.
 
-2003-12-13 02:30  guy
+------------------------------------------------------------------------
+r20523 | ulfl | 2007-01-21 20:03:17 -0800 (Sun, 21 Jan 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/menu.c
 
-       * packet-osi-options.c:
+as Bill Meier noted:
+"The Help ! Contents and the Help ! User's Guide  both display the User's 
+Guide."
 
-         Use ints, not guchars, as packet offsets.
+Remove the duplicate Help!/User's Guide item
+------------------------------------------------------------------------
+r20524 | etxrab | 2007-01-22 13:32:17 -0800 (Mon, 22 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.nmake
 
-2003-12-13 02:38  guy
+Add dfilter_macro_load.c to the distclean target to rebuild it if building from a tarball.
+------------------------------------------------------------------------
+r20526 | gerald | 2007-01-22 14:57:32 -0800 (Mon, 22 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/configure.in
 
-       * plugins/docsis/packet-tlv.c:
+Bump the trunk version to 0.99.6.
 
-         Use "int"s, not "guint16"s, as packet offsets (using values
-         shorter than 32 bits risks overflow problems).
+------------------------------------------------------------------------
+r20527 | gerald | 2007-01-22 17:25:57 -0800 (Mon, 22 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/capture_errs.c
 
-2003-12-13 02:42  ulfl
+winpcap.mirror.wireshark.org doesn't exist, so remove it.
 
-       * gtk/print_dlg.c:
+------------------------------------------------------------------------
+r20528 | gerald | 2007-01-22 17:49:30 -0800 (Mon, 22 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/capture_errs.c
 
-         sensitivity of packet range options fine tuning: don't let the
-         user choose "selected packets", when no packets displayed
+Add a link to the Providence University WinPcap mirror, and a comment
+linking to the WinPcap mirror page.
 
-2003-12-13 02:45  guy
+------------------------------------------------------------------------
+r20529 | ulfl | 2007-01-23 00:12:20 -0800 (Tue, 23 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
 
-       * plugins/docsis/packet-vendor.c:
+add correct link to vcredist_x86.exe
+------------------------------------------------------------------------
+r20530 | ulfl | 2007-01-23 00:20:59 -0800 (Tue, 23 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/wireshark.nsi
 
-         Use "int"s, not "guint16"s, as packet offsets (using values
-         shorter than32 bits risks overflow problems).
+remove example_snmp_users_file at uninstall
+------------------------------------------------------------------------
+r20531 | sahlberg | 2007-01-23 01:38:41 -0800 (Tue, 23 Jan 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iscsi.c
 
-         Use a "gint" as the length of the vsif TLV, as that's what
-         "tvb_length_remaining()" returns.
+if DataSegmentLength is non zero for iscsi async messages  the data segment contains
+scsi sense information potentially followed by iscsi event data.
 
-2003-12-13 03:18  guy
+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.
 
-       * plugins/docsis/: packet-bpkmattr.c, packet-bpkmreq.c,
-         packet-bpkmrsp.c, packet-docsis.c, packet-dsaack.c,
-         packet-dsareq.c, packet-dsarsp.c, packet-dscack.c,
-         packet-dscreq.c, packet-dscrsp.c, packet-dsdreq.c,
-         packet-dsdrsp.c, packet-map.c, packet-regack.c, packet-regreq.c,
-         packet-regrsp.c, packet-rngreq.c, packet-rngrsp.c, packet-tlv.c,
-         packet-uccreq.c, packet-uccrsp.c, packet-ucd.c, packet-vendor.c:
 
-         Use "int"s, not "guint16"s, as packet offsets (using values
-         shorter than32 bits risks overflow problems).
+------------------------------------------------------------------------
+r20532 | guy | 2007-01-23 10:31:26 -0800 (Tue, 23 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/proto.c
 
-         Use "gint" for tvbuff lengths.
+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.
 
-         Use -1 for uses of "tvb_length_remaining()" that mean "the rest
-         of the tvbuff"; use "tvb_reported_length_remaining()" for "the
-         rest of the packet.
+------------------------------------------------------------------------
+r20533 | lego | 2007-01-23 11:46:55 -0800 (Tue, 23 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
 
-         Clean up the handling of the DOCSIS payload.
+Have build succeed even if portaudio is located somewhere else than any other libraries in use.
 
-2003-12-13 03:30  guy
 
-       * gtk/dcerpc_stat.c:
+------------------------------------------------------------------------
+r20534 | lego | 2007-01-23 11:56:10 -0800 (Tue, 23 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/example_snmp_users_file
 
-         Add some sanity checking of arguments.
+Add a shord description on how the snmp_users_file can be used
 
-2003-12-13 03:36  guy
 
-       * gtk/dlg_utils.c:
+------------------------------------------------------------------------
+r20535 | gerald | 2007-01-23 12:12:09 -0800 (Tue, 23 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/airpcap_loader.h
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/main.c
 
-         Put in a comment about some issues with the way we do "Update
-         list of packets in real time" captures.
+Propagate the recent interface list changes (r20521) to the AirPcap code.
+Fix a mismatched declaration found by Gisle Vanem.
 
-2003-12-13 11:00  ulfl
+------------------------------------------------------------------------
+r20536 | sahlberg | 2007-01-23 12:49:57 -0800 (Tue, 23 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
-       * gtk/capture_dlg.c:
+some iscsi/scsi initiators still use the ancient sbc1 commandset    so add RESERVE6/RELEASE6 to the SBC dissector
 
-         set link layer type sensitive only, if the user has to choose
-         between at least two choices
 
-2003-12-13 13:27  obiot
 
-       * packet-wbxml.c:
+------------------------------------------------------------------------
+r20537 | sahlberg | 2007-01-23 12:59:50 -0800 (Tue, 23 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
 
-         Add an equal sign to WBXML Attribute Start items that didn't have
-         it.
+add the obsolete RESERVE10/RELEASE10 to the sbc dissector
 
-2003-12-13 16:30  ulfl
 
-       * gtk/main.c:
 
-         mention the GPL license in the Help->About dialog
+------------------------------------------------------------------------
+r20538 | ulfl | 2007-01-23 13:19:46 -0800 (Tue, 23 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile
 
-2003-12-13 17:10  ulfl
+fix problem "no target to build user-guide.zip"
+------------------------------------------------------------------------
+r20539 | lego | 2007-01-23 15:34:41 -0800 (Tue, 23 Jan 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/epan/wslua/wslua_tvb.c
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, gsm_a_stat.c, http_stat.c, isup_stat.c,
-         rpc_progs.c, rpc_stat.c, wsp_stat.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)
 
-         removed unused #include "menu.h" from the stats.c files
 
-2003-12-13 17:24  ulfl
+------------------------------------------------------------------------
+r20540 | lego | 2007-01-23 15:36:28 -0800 (Tue, 23 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_tvb.c
 
-       * prefs-int.h, prefs.c:
+add range to the metatable of Tvb.
 
-         changed read_prefs_file(): read in a generic config file and do a
-         callback to pref_set_pair_fct() for every key/value pair found
 
-2003-12-13 18:01  ulfl
+------------------------------------------------------------------------
+r20541 | gerald | 2007-01-23 17:06:24 -0800 (Tue, 23 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_tvb.c
 
-       * file.c, menu.h, gtk/main.c, gtk/main.h, gtk/menu.c, gtk/menu.h:
+Fix compilation (under Windows, at least).
 
-         added "most recently used" lists for "opened capture files" and
-         "display filter used", the settings will be saved in the file
-         "recent" in the users config path
+------------------------------------------------------------------------
+r20542 | gerald | 2007-01-23 17:16:45 -0800 (Tue, 23 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/capture_if_details_dlg.c
 
-2003-12-13 18:05  gerald
+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.
 
-       * Makefile.am, configure.in, epan/configure.in, help/Makefile.am:
+------------------------------------------------------------------------
+r20543 | gerald | 2007-01-23 17:17:48 -0800 (Tue, 23 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/airpcap_loader.c
 
-         Add the help directory to the build.  Bump the release version to
-         0.10.0a
+It's not an error if we don't find any AirPcap interfaces when AirPcap isn't
+loaded.
 
-2003-12-13 22:05  guy
+------------------------------------------------------------------------
+r20544 | sfisher | 2007-01-23 20:57:32 -0800 (Tue, 23 Jan 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tacacs.c
 
-       * gtk/main.c:
 
-         Squelch some compiler warnings.
+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.
 
-         Clean up white space.
 
-2003-12-13 22:23  guy
+------------------------------------------------------------------------
+r20545 | lego | 2007-01-24 09:19:44 -0800 (Wed, 24 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248_q1950.c
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, gsm_a_stat.c, http_stat.c, isup_stat.c,
-         rpc_progs.c, rpc_stat.c, wsp_stat.c:
+dissect SDP encapsulated inside an Q1950 annex A.7 paramenter of H248
 
-         Put back "menu.h" - it's needed to declare
-         "register_tap_menu_item()".
 
-2003-12-13 23:55  guy
+------------------------------------------------------------------------
+r20546 | gerald | 2007-01-24 11:22:13 -0800 (Wed, 24 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-       * packet-gsm_sms.c:
+Fix Coverity CID 230: Make sure we handle a negative tvb_length_remaining()
+value correctly.  Fix up indentation.
 
-         "wctomb()" doesn't necessarily accept Unicode as input, and may
-         produce more than one character as output.  Use
-         "tvb_fake_unicode()" to handle Unicode strings, instead.
+------------------------------------------------------------------------
+r20547 | gerald | 2007-01-24 11:27:49 -0800 (Wed, 24 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/NEWS
 
-         Don't hand strings to "proto_tree_add_text()" - it expects a
-         printf-style formatting operator, which means it'd treat "%"
-         specially.  Use "%s", or "%.*s", instead; use "%.*s" when we
-         don't know that the string is null-terminated.
+Update the NEWS file.
 
-2003-12-14 00:04  guy
+------------------------------------------------------------------------
+r20548 | guy | 2007-01-24 15:30:23 -0800 (Wed, 24 Jan 2007) | 6 lines
+Changed paths:
+   M /trunk/util.c
 
-       * packet-gsm_sms.c:
+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.
 
-         Use "tvb_format_text()" to format 8-bit strings, so we don't have
-         problems with non-printable characters.
+Fix indentation of a comment.
 
-         Don't un-constify "tvb_get_ptr()".
+------------------------------------------------------------------------
+r20549 | gerald | 2007-01-24 17:24:14 -0800 (Wed, 24 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/strutil.c
 
-2003-12-14 00:05  guy
+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.
 
-       * help/.cvsignore:
+------------------------------------------------------------------------
+r20550 | gerald | 2007-01-24 18:54:14 -0800 (Wed, 24 Jan 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/filter_dlg.c
 
-         Provide a .cvsignore file.
+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.
 
-2003-12-14 10:24  guy
+------------------------------------------------------------------------
+r20551 | gerald | 2007-01-24 22:45:09 -0800 (Wed, 24 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-       * gtk/io_stat.c:
+Attempt to squelch Coverity CID 222.
 
-         From Ronnie Sahlberg: support iostat graphs with 1ms resolution.
+------------------------------------------------------------------------
+r20552 | gerald | 2007-01-24 22:51:30 -0800 (Wed, 24 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/emem.c
 
-2003-12-14 10:28  guy
+Squelch Coverity CIDs 225, 226, and 227.
 
-       * gtk/endpoint_talkers_table.c:
+------------------------------------------------------------------------
+r20553 | gerald | 2007-01-24 23:06:47 -0800 (Wed, 24 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
 
-         From Ronnie Sahlberg: fix a crash on Win32 when we resort a
-         column in the conversation list and then create/apply a filter
-         from the conversation list popup.
+Remove dead code.  Fixes Coverity CID 228.  Squelch various compiler warnings.
 
-2003-12-15 00:08  guy
+------------------------------------------------------------------------
+r20554 | jake | 2007-01-24 23:42:10 -0800 (Wed, 24 Jan 2007) | 5 lines
+Changed paths:
+   M /trunk/plugins/h223/Makefile.nmake
+   M /trunk/plugins/h223/plugin.rc.in
 
-       * packet-tzsp.c:
+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
 
-         From Chris Waters: use "proto_tree_add_uint()" for an FT_UINT*
-         field.
+------------------------------------------------------------------------
+r20555 | gal | 2007-01-25 09:37:54 -0800 (Thu, 25 Jan 2007) | 10 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/manifest.tmpl
 
-2003-12-15 04:22  guy
+Update manifest file (template) to:
+a) remove schema reference
+b) assign new GUID for 0.99.6
 
-       * Makefile.nmake:
+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
 
-         From Lars Roland: build the documentation at the end of the make
-         process.
 
-2003-12-15 04:23  guy
+------------------------------------------------------------------------
+r20556 | sfisher | 2007-01-25 12:47:37 -0800 (Thu, 25 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/proto.h
 
-       * packet-h225.c, packet-h225.h, tap-h225counter.c,
-         gtk/h225_counter.c:
 
-         From Lars Roland: export the value_string tables from
-         packet-h225.c and use them in the H.225 taps.
+Fix indentation of field_info struct definition
 
-2003-12-15 04:28  guy
 
-       * packaging/nsis/: Makefile.nmake, ethereal.nsi:
+------------------------------------------------------------------------
+r20557 | sfisher | 2007-01-25 13:07:29 -0800 (Thu, 25 Jan 2007) | 5 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
 
-         From Lars Roland: get rid of NSIS support for glib 1.3, as we
-         don't support that any more.
 
-2003-12-15 06:38  ulfl
+Remove extra space from a call .cmd file command line so it can be copied
+and pasted out of the guide
 
-       * gtk/menu.c:
 
-         if user clicks recent capture file item, and this file no longer
-         exists, remove the menu item
+------------------------------------------------------------------------
+r20558 | sfisher | 2007-01-25 15:00:29 -0800 (Thu, 25 Jan 2007) | 7 lines
+Changed paths:
+   M /trunk/proto_hier_stats.c
 
-2003-12-15 20:15  guy
 
-       * tap-dcerpcstat.c, gtk/dcerpc_stat.c:
+Fix for bug #1325: Protocol hierarchy display shows an empty line because of
+the hop-by-hop option header tree in the main protocol tree.  This fix skips
+those entries that don't have a name assigned to them and goes on to the next
+entry before adding it to the protocol hierarchy display.
 
-         DCE RPC version numbers are unsigned - print them with "%u".
 
-         Do the same checks for negative and >255 version numbers in the
-         Tethereal DCE RPC statistics tap that are done in the Ethereal
-         tap.
+------------------------------------------------------------------------
+r20559 | wmeier | 2007-01-25 17:34:29 -0800 (Thu, 25 Jan 2007) | 2 lines
+Changed paths:
+   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
 
-         In the Ethereal tap, do those checks before looking up the
-         protocol name.
+A few more ethereal --> wireshark
 
-2003-12-15 22:38  obiot
+------------------------------------------------------------------------
+r20560 | gerald | 2007-01-25 22:34:05 -0800 (Thu, 25 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/airpcap_dlg.c
 
-       * packet-wbxml.c, packet-wsp.c, packet-wtls.c, packet-wtp.c:
+Massive indentation fixes.
 
-         Remove unused dissector handles from the WAP dissectors.
+------------------------------------------------------------------------
+r20561 | gerald | 2007-01-25 22:45:12 -0800 (Thu, 25 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/airpcap_loader.c
+   M /trunk/airpcap_loader.h
+   M /trunk/gtk/airpcap_gui_utils.c
 
-         Rename the WAP protocols so that they reflect the protocol name
-         and not the protocol stack name.
+Spelling fixes.
 
-         Fix the WSP content-type header.
+------------------------------------------------------------------------
+r20562 | jmayer | 2007-01-26 00:09:20 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tftp.c
 
-         Rename the WSP header fields from 'hdr' to 'header'.
+If there is just a tftp response without a prior request,
+dissection would fail with dissector assert.
 
-         Rename the WSP Openwave header fields from header code page
-         'x-up-1': replace 'openwave' with 'x_up_1' (is more intuitive).
+------------------------------------------------------------------------
+r20563 | martinm | 2007-01-26 02:40:34 -0800 (Fri, 26 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
-         Remove unused WSP header fields.
+Fix bugs 1330 & 1333 (one wrong and one missing entry in XML description)
 
-         Rename the WTLS header fields so they do not contain 'wsp'
-         anymore.
+------------------------------------------------------------------------
+r20564 | martinm | 2007-01-26 03:31:51 -0800 (Fri, 26 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
 
-         Correct the WBXML code page switches in the token parsers.
+Make COPS dissector findable by name
+------------------------------------------------------------------------
+r20565 | kukosa | 2007-01-26 04:08:45 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
 
-         Fix the code page support of multi-codepage content.
+TLS 1.0/1.1 just ignores unknown records - RFC 2246 chapter 6. The TLS Record Protocol
+(some implementations use it like "keepalive")
 
-         Update the PROV WBXML content (and find bugs in the new OMA Prov
-         spec :).
+------------------------------------------------------------------------
+r20566 | martinm | 2007-01-26 04:14:06 -0800 (Fri, 26 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
 
-2003-12-16 05:04  guy
+Use previously unused hf_cops_obj_c_type (cops.c_type) field
+------------------------------------------------------------------------
+r20567 | lego | 2007-01-26 07:10:47 -0800 (Fri, 26 Jan 2007) | 7 lines
+Changed paths:
+   M /trunk/radius/dictionary.redback
 
-       * gtk/endpoint_talkers_table.c:
+form Florian Lohoff
 
-         From Ronnie Sahlberg: when the user selects a filter from the
-         popup dialog, make the main window come to the front.
+here is an addition to the redback radius dictionary - Attributes seen
+in all authentications for PPPoE sessions ...
 
-2003-12-16 05:07  guy
 
-       * Makefile.am, Makefile.nmake, packet-dcerpc-trksvr.c:
 
-         From Ronnie Sahlberg: stub dissector for the Microsoft
-         Distributed Link Tracking Server Service (uuid and finction name
-         from Jean-Baptiste Marchand).
+------------------------------------------------------------------------
+r20568 | jake | 2007-01-26 09:06:17 -0800 (Fri, 26 Jan 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-2003-12-16 06:25  ulfl
+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.
 
-       * packaging/nsis/ethereal.nsi:
+------------------------------------------------------------------------
+r20569 | jake | 2007-01-26 09:12:00 -0800 (Fri, 26 Jan 2007) | 14 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
 
-         minor change in the uninstaller "Publisher" string
+From Graham Bloice:
+In the Developers Guide, Section 9.3, Example 9.17. Decompressing data
+packets for dissection
 
-2003-12-16 06:46  ulfl
+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.
 
-       * help/convert-include.sh:
+In README.developer, para 2..2.7 The example conversation code doesn't
+assign the result of conversation_new() back into the conversation variable.
 
-         From Jeff Morris: using named tempfiles preventing errors on
-         multiprocessor machines
+------------------------------------------------------------------------
+r20570 | tuexen | 2007-01-26 09:27:32 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/sctp_assoc_analyse.c
 
-2003-12-16 18:43  oabad
+Fix handling when both endpoints use the same port number.
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         capture_info_dlg.c, compat_macros.h, dcerpc_stat.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, main.c, menu.c, mgcp_stat.c,
-         proto_draw.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, wsp_stat.c:
 
-         Use gtk compatibility macros (from compat_macros.h) instead of
-         some gtk+ v1.2 functions which are deprecated in gtk+ v2.
+------------------------------------------------------------------------
+r20571 | lego | 2007-01-26 10:34:05 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   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
 
-         Update OBJECT_SET_DATA macros to cast "data" to (gpointer).
+Trying to get the WS Lua Ref Man to build with the rest of the documentation
 
-2003-12-16 19:31  guy
 
-       * packet-mip6.h:
+------------------------------------------------------------------------
+r20572 | gerald | 2007-01-26 13:54:59 -0800 (Fri, 26 Jan 2007) | 10 lines
+Changed paths:
+   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 Martti Kuparinen: fixes, and more values, for Mobile IPv6
-         Binding Acknowledgment status.
+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.
 
-2003-12-16 19:58  guy
+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.
 
-       * packet-lwapp.c:
+------------------------------------------------------------------------
+r20573 | gerald | 2007-01-26 15:28:22 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
 
-         From David Frascone: support LWAPP on port 12223 (for control
-         traffic) and, for packets sent to that port, handle the MAC
-         address that's at the beginning of the packet.
+Fix saving WPA key preferences from the decryption key management dialog,
+which was broken by r20388.
 
-2003-12-16 21:02  ulfl
+------------------------------------------------------------------------
+r20574 | lego | 2007-01-26 17:11:39 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/Makefile
 
-       * plugins/asn1/packet-asn1.c:
+fix generation of ws(ug|dg), use fop.bat not fop.sh
 
-         using G_DIR_SEPARATOR_S instead of hardcoded slash (not suitable
-         on win32 platforms)
 
-2003-12-16 22:21  guy
+------------------------------------------------------------------------
+r20575 | lego | 2007-01-26 17:36:00 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/Makefile
 
-       * Makefile.am:
+do not overwrite the realse notes...
 
-         From Jeff Morriss: don't spew out the entire "if" statement as
-         output when doing "make svr4-package".
 
-2003-12-16 22:39  obiot
+------------------------------------------------------------------------
+r20576 | lego | 2007-01-26 18:32:02 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/make-wsluarm.pl
+
+Fix DTD validation ( older dtds were happy with it :/ )
+
+
+------------------------------------------------------------------------
+r20577 | lego | 2007-01-26 18:33:21 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   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
+
+Fix docbook documentation
+
+
+------------------------------------------------------------------------
+r20578 | lego | 2007-01-26 20:08:06 -0800 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/Makefile.am
 
-       * packet-wbxml.c, packet-wsp.c:
+fix distcheck
 
-         WBXML dissector: Move summary update code outside of if (tree)
-         construct.
 
-         WSP dissector: clean up redirect dissection, add generic address
-         field dissection, add Session Initiation Request dissection,
-         rewrite capability dissection, and various small updates.
+------------------------------------------------------------------------
+r20579 | lego | 2007-01-27 17:24:20 -0800 (Sat, 27 Jan 2007) | 9 lines
+Changed paths:
+   M /trunk/wiretap/k12.c
 
-2003-12-16 22:55  guy
+from Kriang Lerdsuwanakij
 
-       * acinclude.m4:
+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.
 
-         Fix some typoes in variable names.
 
-2003-12-16 23:00  guy
+------------------------------------------------------------------------
+r20580 | lego | 2007-01-27 17:41:58 -0800 (Sat, 27 Jan 2007) | 30 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/dissectors/packet-sscop.c
+   M /trunk/epan/dissectors/packet-sscop.h
 
-       * AUTHORS, configure.in, doc/ethereal.pod:
+From Kriang Lerdsuwanakij:
 
-         From D. Manzella: run $NETSNMPCONFIG, not "net-snmp-config" (as
-         long as we've gone through the trouble of finding the path, we
-         should use it, and if the user explicitly said where it is, we
-         should *definitely* use it), and add the output of
-         "$NETSNMPCONFIG --cflags" to CFLAGS and CPPFLAGS before searching
-         for Net-SNMP headers, so we check the appropriate directory for
-         them.
+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)
 
-2003-12-17 00:41  guy
+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)
 
-       * packet-radius.c:
+3 Make K12xx configuration file supporting the following syntax:
+   C:\k1297\stacks\umts_iub\umts_iub_aal2l3.stk sscop:alcap
+ This says dissect with SSCOP first and then pass to ALCAP.
+ The change is made general, so it supports arbitrary number of
+ protocol, like "proto1:proto2:proto3". Using ":" as separator
+ allow us to expand the syntax further to support parameters like
+ "proto1 param1:proto2 param2 param3". (Changes in packet-k12.c)
+
+With above 3 changes together, dissecting Iub traces are correct for
+control and signaling planes. I am still investigating user plane
+frames because writing UMTS RLC/MAC protocol dissector is required.
+The patch and sample .rf file (same as my previous patch) is in the
+attachment.
+
+plus:
+Add Kriang to the AUTHORS list (and once at it upate my own record)
 
-         Instead of having a whole pile of RADIUS value types, each of
-         which has a value_string table associated with it, just have them
-         all be RADIUS_INTEGER4 or RADIUS_INTEGER4_TAGGED, and add to the
-         table of value tags/value types/value names a pointer to a
-         value_string table - if it's null, just show the value, otherwise
-         use the table.
 
-         Use that for the 3GPP protocol type field as well, with a
-         value_string table, rather than doing a switch.
+------------------------------------------------------------------------
+r20581 | sfisher | 2007-01-27 18:49:50 -0800 (Sat, 27 Jan 2007) | 24 lines
+Changed paths:
+   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
 
-         Constify a bunch of tables.
 
-         Replace "get_vsa_table()" with "get_attr_info_table()", which
-         returns the attribute information table for the vendor in
-         question, or NULL.
+From Douglas Pratley:
+
+This is a patch adding items to the context menus for the packet list
+and packet details panes for copying packet data to the clipboard.
 
-         Fix the handling of IPX addresses.
+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
 
-2003-12-17 00:50  guy
 
-       * gtk/supported_protos_dlg.c:
+------------------------------------------------------------------------
+r20582 | gal | 2007-01-28 02:10:06 -0800 (Sun, 28 Jan 2007) | 4 lines
+Changed paths:
+   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).
+
+
+------------------------------------------------------------------------
+r20583 | gal | 2007-01-28 02:12:51 -0800 (Sun, 28 Jan 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
+
+Fix for per-domain-bilateral-information (bilateral-information field wasn't handled).
+
+
+------------------------------------------------------------------------
+r20584 | gal | 2007-01-28 02:15:46 -0800 (Sun, 28 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/x509sat/x509sat.cnf
+   M /trunk/epan/dissectors/packet-x509sat.c
+
+Definition of a per-recipient extension to prevent failure of dissection. 
+(Don't know what the extension actually is.)
+
+
+------------------------------------------------------------------------
+r20585 | gal | 2007-01-28 02:20:51 -0800 (Sun, 28 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/cms/CryptographicMessageSyntax.asn
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/asn1/cms/packet-cms-template.c
+   M /trunk/epan/dissectors/packet-cms.c
+
+Support for SMIMECapabilities and KeyPreference attributes.
+ContentInfo syntax for .p7s, .p7c and .p7m files.
+
+
+------------------------------------------------------------------------
+r20586 | lego | 2007-01-28 02:31:32 -0800 (Sun, 28 Jan 2007) | 15 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/Makefile.nmake
+   A /trunk/epan/uat-int.h
+   A /trunk/epan/uat.c
+   A /trunk/epan/uat.h
+   A /trunk/epan/uat_load.l
+
+Although yet untested (but it compiles and is still unused) add UAT to the repo.
+UAT is an API to handle User Accessible Tables,
+an UAT is basically an array of arbitrary structs that has a file representation
+as a mean for mantaining things like:
+- the snmp_users_table
+- dfilter macros
+- ipsec/ssl key bindings
+- k12 configuration,
+- and many other table-like user modifiable preferences
+
+comming soon gtk's uat_window() and prefs_add_uat()
+
+uat.h is fairly doc[uo]m[m]?ented, a README with a simple example of how is to be used will be available as I write them
+
+
+------------------------------------------------------------------------
+r20587 | wmeier | 2007-01-28 09:33:14 -0800 (Sun, 28 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/capinfos.c
+
+If no packets in input file then don't calc packets/sec, etc
+
+------------------------------------------------------------------------
+r20588 | lego | 2007-01-28 10:37:23 -0800 (Sun, 28 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/Makefile
+
+wsluarm.pdf => wsluarm-a4.pdf wsluarm-us.pdf
+
+
+------------------------------------------------------------------------
+r20589 | wmeier | 2007-01-28 10:56:17 -0800 (Sun, 28 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/test/suite-capture.sh
+
+Add some debug output so can see why failure when buildbot runs this script
+
+------------------------------------------------------------------------
+r20590 | wmeier | 2007-01-28 12:41:50 -0800 (Sun, 28 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/test/config.sh
 
-         From Albert Chin: get rid of C++ comments.
+Now need to use interface #2 ??
 
-2003-12-17 01:57  guy
+------------------------------------------------------------------------
+r20591 | ulfl | 2007-01-28 12:58:50 -0800 (Sun, 28 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/config.h.win32
 
-       * packet-radius.c:
+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
+------------------------------------------------------------------------
+r20592 | jake | 2007-01-28 13:26:13 -0800 (Sun, 28 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile
 
-         Put in more information about the attribute type enum.
+Have a real JAVA_OPTS symbol for fop on Debian
+------------------------------------------------------------------------
+r20593 | ulfl | 2007-01-28 15:36:13 -0800 (Sun, 28 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-         Get rid of "rd_value_to_str()", pulling its code up into the one
-         place it's called, and rename "rd_value_to_str_2()" to
-         "rd_value_to_str()" (and get rid of its return value - it just
-         returns its first argument).
+add some manifest files (on demand), otherwise u3 package won't work with MSVC!=6 (note that it still might need to provide msvcr*.dll files, I currently don't have a machine to test)
+------------------------------------------------------------------------
+r20594 | ulfl | 2007-01-28 15:48:53 -0800 (Sun, 28 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+remove unused "cant_get_if_list_errstr" warning
+------------------------------------------------------------------------
+r20595 | lego | 2007-01-28 20:47:58 -0800 (Sun, 28 Jan 2007) | 3 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
 
-         Make "textbuffer" and "vsabuffer" local variables in
-         "dissect_attribute_value_pairs()".
+now it is operational.
 
-         Get rid of "rd_match_strval_attrib()" - just fetch the full
-         radius_attr_info entry and use its "str" member.
 
-2003-12-17 02:17  guy
+------------------------------------------------------------------------
+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
 
-       * packet-radius.c:
+Drop dfilter_macro_load.l as dfilter-macro now uses UAT
 
-         Call the "type" member of a "radius_attr_info" structure
-         "value_type" (as it's the type of the value for that attribute,
-         e.g. integer, string, binary string, time, ...), and call "val1"
-         "attr_type" (as it's the "type" field value for that attribute in
-         RADIUS packets).
 
-         Add a type for EAP messages, and check for EAP messages using the
-         value type.
+------------------------------------------------------------------------
+r20597 | lego | 2007-01-28 21:02:14 -0800 (Sun, 28 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan
+   M /trunk/epan/uat-int.h
+   M /trunk/epan/uat.h
 
-         For tagged integers, fetch the tag and value separately.
+svn:ignore uat_load.c
+$Id$ for uat.h uat-int.h
 
-         Fix the tagged-integer code to overwrite the buffer rather than
-         appending to it.
 
-2003-12-17 02:24  guy
+------------------------------------------------------------------------
+r20598 | lego | 2007-01-29 02:23:38 -0800 (Mon, 29 Jan 2007) | 7 lines
+Changed paths:
+   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
 
-       * packet-radius.c:
+The UAT gui starts to work
 
-         According to RFC 2868, a tag value of 0 is not valid for a string
-         - we just treat a 0 tag byte as the first byte of the string.
+set the macros_dlg to use it
 
-2003-12-17 02:36  guy
+add a dummy dfilter_macros file to supress a warning at startup
+
+
+------------------------------------------------------------------------
+r20599 | lego | 2007-01-29 02:25:54 -0800 (Mon, 29 Jan 2007) | 3 lines
+Changed paths:
+   A /trunk/gtk/uat_gui.c
+   A /trunk/gtk/uat_gui.h
 
-       * acinclude.m4, epan/acinclude.m4:
+Actually this is the UAT GUI...
+
+
+------------------------------------------------------------------------
+r20600 | lego | 2007-01-29 02:29:50 -0800 (Mon, 29 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/uat_load.l
+
+uat_load.l improve error reporting
+Makefile.am add uat_load.l to distribution
+
+
+------------------------------------------------------------------------
+r20601 | lego | 2007-01-29 02:31:48 -0800 (Mon, 29 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+ load_snmp_users_file.l  hasn't been dropped (yet)
+
+------------------------------------------------------------------------
+r20602 | jake | 2007-01-29 04:38:48 -0800 (Mon, 29 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/README
+
+Delist Windows 98 as possible platform
+
+------------------------------------------------------------------------
+r20603 | lego | 2007-01-29 06:11:44 -0800 (Mon, 29 Jan 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook
+   M /trunk/docbook/wsluarm_src
+   M /trunk/epan
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/uat.c
+   M /trunk/epan/wslua
+   D /trunk/epan/wslua/doc
+
+some cleanup and pset of svn:ignore
+
+
+
+------------------------------------------------------------------------
+r20604 | lego | 2007-01-29 06:12:57 -0800 (Mon, 29 Jan 2007) | 3 lines
+Changed paths:
+   A /trunk/svnadd
+
+little helper script that sets props after adding a file
+
+
+------------------------------------------------------------------------
+r20605 | lego | 2007-01-29 06:14:01 -0800 (Mon, 29 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/uat_gui.c
+   M /trunk/gtk/uat_gui.h
+
+Finish (?) UAT's GUI
 
-         From Albert Chin: fix for the following:
 
-                 The PCRE test in acinclude.m4 and epan/acinclude.m4 don't
-         work
-                 if PCRE exists in a non-system directory.  The problem is
-         that
-                 LDFLAGS and LIBS are set incorrectly.  LIBS shouldn't
-         contain -L
-                 arguments.
+------------------------------------------------------------------------
+r20606 | jake | 2007-01-29 10:06:45 -0800 (Mon, 29 Jan 2007) | 7 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+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/ipv4.c
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+
+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).
+
+------------------------------------------------------------------------
+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
+
+Improve the handling of INIT/ABORT mesage pairs.
+
+
+------------------------------------------------------------------------
+r20609 | etxrab | 2007-01-29 12:58:46 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/config.h.win32
+
+Comment out Ulfs changes to be able to do a test build.
+------------------------------------------------------------------------
+r20610 | etxrab | 2007-01-29 13:26:08 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/sctp_assoc_analyse.c
+
+Fix a typo (double ;;).
+------------------------------------------------------------------------
+r20611 | etxrab | 2007-01-29 13:27:48 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Add some missing defines for uat_gui.c
+------------------------------------------------------------------------
+r20612 | etxrab | 2007-01-29 13:30:06 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+
+Update value strings.
+------------------------------------------------------------------------
+r20613 | ulfl | 2007-01-29 14:15:13 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r20614 | ulfl | 2007-01-29 14:40:52 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/config.h.win32
+
+fix compiler version detection logic, sorry for the noise!
+------------------------------------------------------------------------
+r20615 | ulfl | 2007-01-29 15:29:11 -0800 (Mon, 29 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/uat_gui.c
+
+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...
+------------------------------------------------------------------------
+r20616 | lego | 2007-01-29 16:05:22 -0800 (Mon, 29 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/uat_load.l
+
+do not use yy_flex_realloc()
+
+
+------------------------------------------------------------------------
+r20618 | ulfl | 2007-01-29 17:26:56 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+   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...
+------------------------------------------------------------------------
+r20619 | sfisher | 2007-01-29 17:57:34 -0800 (Mon, 29 Jan 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r20622 | gerald | 2007-01-29 23:16:01 -0800 (Mon, 29 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.am
+   M /trunk/packaging/nsis/Makefile.nmake
+   D /trunk/packaging/nsis/WinPcap_3_1.exe
+   A /trunk/packaging/nsis/WinPcap_4_0.exe
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/u3util.c
+
+Switch to WinPcap 4.0.
+
+------------------------------------------------------------------------
+r20623 | martinm | 2007-01-30 05:39:58 -0800 (Tue, 30 Jan 2007) | 2 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r20631 | sfisher | 2007-01-30 11:43:29 -0800 (Tue, 30 Jan 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+
+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.
+
+
+------------------------------------------------------------------------
+r20632 | guy | 2007-01-30 12:07:55 -0800 (Tue, 30 Jan 2007) | 17 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap.h
+
+From Paolo Abeni: update to support the new DLT_USB_LINUX format header.
+
+Modified to support the header as a pseudo_header rather than as part of
+the packet data.
+
+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".
+
+------------------------------------------------------------------------
+r20633 | sfisher | 2007-01-30 12:57:51 -0800 (Tue, 30 Jan 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+
+Add descriptions to radiotap fields.  Fix some formatting.  Add an extra
+linebreak between hf field definitions for readability.
+
+
+------------------------------------------------------------------------
+r20634 | etxrab | 2007-01-30 14:52:09 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+
+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
+------------------------------------------------------------------------
+r20638 | morriss | 2007-01-30 18:55:14 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/macros_dlg.c
+   M /trunk/gtk/macros_dlg.h
+
+#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
+------------------------------------------------------------------------
+r20640 | ulfl | 2007-01-30 19:08:39 -0800 (Tue, 30 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+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
+------------------------------------------------------------------------
+r20642 | ulfl | 2007-01-30 19:36:25 -0800 (Tue, 30 Jan 2007) | 5 lines
+Changed paths:
+   M /trunk/NEWS
+
+- correct the U3 section and add a link
+- it's called "places bar", will help if someone e.g. googles on this
+- mention that the last known version for Win9x was Ethereal 0.99.0 and add a link
+
+this should go into 0.99.5!
+------------------------------------------------------------------------
+r20643 | ulfl | 2007-01-30 19:49:09 -0800 (Tue, 30 Jan 2007) | 3 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/README.txt
+
+- add some links about U3
+- fix some typos
+- mention that uninstalling WS from the stick removes personal settings
+------------------------------------------------------------------------
+r20644 | morriss | 2007-01-30 20:14:11 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r20646 | ulfl | 2007-01-30 21:26:41 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wiretap/config.h.win32
+
+instead of putting the MSC_VER_REQUIRED test into the root Makefile (which would require to change ALL makefiles - the buildbot revealed it), simply put it in the wiretap generation. As wiretap is mandatory and one of the first things to be build this doesn't even sound like a bad idea anyway ...
+------------------------------------------------------------------------
+r20647 | morriss | 2007-01-30 22:01:14 -0800 (Tue, 30 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/tshark.c
+
+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"
+------------------------------------------------------------------------
+r20649 | lego | 2007-01-31 01:30:08 -0800 (Wed, 31 Jan 2007) | 8 lines
+Changed paths:
+   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
+
+
+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..)
+
+
+------------------------------------------------------------------------
+r20650 | martinm | 2007-01-31 02:57:54 -0800 (Wed, 31 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+
+Fix bug 1332 properly.
+
+------------------------------------------------------------------------
+r20651 | grahamb | 2007-01-31 05:58:55 -0800 (Wed, 31 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+Major upgrades to dissector: Added defragmentation of tcp pdus, fixed defragmention of application layer fragments, many more object types decoded thanks to Chris Bontje
+------------------------------------------------------------------------
+r20652 | martinm | 2007-01-31 09:42:45 -0800 (Wed, 31 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Add some missing RFC references to header long text.
+
+------------------------------------------------------------------------
+r20654 | sfisher | 2007-01-31 13:30:19 -0800 (Wed, 31 Jan 2007) | 5 lines
+Changed paths:
+   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
+
 
-2003-12-17 02:41  guy
+From Douglas Pratley: Documentation updates for new copy packet data features
+checked in as SVN revision 20581.
 
-       * epan/acinclude.m4, wiretap/acinclude.m4:
 
-         Fix more "CPPLAGS" typoes.
+------------------------------------------------------------------------
+r20655 | etxrab | 2007-01-31 14:35:08 -0800 (Wed, 31 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/epan/Makefile.nmake
 
-2003-12-17 05:16  guy
+Add uat_load.c to the distclean target for generated files.
+------------------------------------------------------------------------
+r20656 | gerald | 2007-01-31 14:55:55 -0800 (Wed, 31 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-       * AUTHORS, Makefile.am, configure.in, doc/ethereal.pod,
-         packaging/nsis/Makefile.nmake, packaging/nsis/ethereal.nsi,
-         plugins/Makefile.am, plugins/Makefile.nmake,
-         plugins/v5ua/.cvsignore, plugins/v5ua/AUTHORS,
-         plugins/v5ua/COPYING, plugins/v5ua/ChangeLog,
-         plugins/v5ua/Makefile.am, plugins/v5ua/Makefile.nmake,
-         plugins/v5ua/moduleinfo.h, plugins/v5ua/packet-v5ua.c:
+Sync with the 0.99.5 release.
 
-         From Christoph Neusch: V5UA support.
+------------------------------------------------------------------------
+r20657 | etxrab | 2007-01-31 14:59:41 -0800 (Wed, 31 Jan 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-         From Anders Broman: patches to various makefiles and configure
-         scripts to build the V5UA dissector, and patches to make it
-         compile.
+Extend the events valuestring with Bearer Modification Support Event.
+------------------------------------------------------------------------
+r20658 | gerald | 2007-01-31 15:26:29 -0800 (Wed, 31 Jan 2007) | 15 lines
+Changed paths:
+   M /trunk/epan/to_str.c
 
-         From me: .cvsignore file, and NSIS patches.
+From Andrej Mikus: 
 
-2003-12-17 07:02  guy
+  IMO, the function should return an error string instead of cowardly
+  bailing out with an empty string.
 
-       * plugins/v5ua/: Makefile.am, Makefile.nmake:
+  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.
 
-         Make Makefile.am and Makefile.nmake match those for other
-         plugins.
+  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.
 
-2003-12-17 07:05  guy
+Have the error string return a more descriptive clue.
 
-       * packet-radius.c:
+------------------------------------------------------------------------
+r20659 | gerald | 2007-01-31 17:15:07 -0800 (Wed, 31 Jan 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/Makefile.nmake
 
-         Pass "attr_info" to "rd_value_to_str()" - don't look it up again
-         in "rd_value_to_str()".
+Let the user (e.g. one named "buildbot") specify the location of FOP.
 
-         Handle a null return from "find_radius_attr_info()".
+------------------------------------------------------------------------
+r20660 | sfisher | 2007-01-31 17:37:34 -0800 (Wed, 31 Jan 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/strutil.c
 
-         We don't have to reserve a value type of 0 for "not found in the
-         table" - a null return from "find_radius_attr_info()" indicates
-         that.
 
-         Hoist the code to make the top-level item for an AVP above the
-         check for an EAP message.
+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.
 
-2003-12-17 08:34  guy
 
-       * packet-dns.c:
+------------------------------------------------------------------------
+r20661 | sahlberg | 2007-02-01 00:36:35 -0800 (Thu, 01 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/gui_utils.c
 
-         Put the key and other lengths into the protocol tree for TKEY
-         RRs.
+dont ifdef out main_window_exit() if we dont have PCAP since this symbol is required even without pcap
 
-2003-12-17 08:40  guy
 
-       * packet-dns.c:
+------------------------------------------------------------------------
+r20662 | sahlberg | 2007-02-01 00:37:54 -0800 (Thu, 01 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/file.c
 
-         Give the key and other lengths and data names that match the
-         names in RFC 2930.
+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)
 
-2003-12-17 08:51  guy
 
-       * packet-dns.c:
+------------------------------------------------------------------------
+r20663 | sahlberg | 2007-02-01 00:38:54 -0800 (Thu, 01 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/pcapio.c
 
-         Update a comment.
+there is no point in pcapio unless we have PCAP available.
 
-2003-12-17 08:59  guy
 
-       * packet-dns.c:
+------------------------------------------------------------------------
+r20664 | sahlberg | 2007-02-01 01:04:46 -0800 (Thu, 01 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/tshark.c
 
-         For unknown key IDs, show the algorithm symbolically if possible.
+make tshark compile and work also when pcap is not available
 
-2003-12-17 18:05  ulfl
 
-       * plugins/Makefile.nmake:
+------------------------------------------------------------------------
+r20665 | morriss | 2007-02-01 01:55:52 -0800 (Thu, 01 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-syslog.c
 
-         added missing rule for v5ua plugin
+From Abhik Sarkar: support for decoding SS7 MSUs embedded in a syslog message
+(as generated by the Cisco ITP packet logging facility).
 
-2003-12-17 20:28  ulfl
 
-       * gtk/menu.c:
+------------------------------------------------------------------------
+r20666 | sahlberg | 2007-02-01 02:10:15 -0800 (Thu, 01 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
 
-         removed some MSVC warnings (casting gdouble to gint, which is ok)
+logoncontrol2 response is a Win32 error code   not an nt status code
 
-2003-12-17 20:30  guy
 
-       * plugins/v5ua/packet-v5ua.c:
+------------------------------------------------------------------------
+r20667 | martinm | 2007-02-01 04:28:35 -0800 (Thu, 01 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/pcapio.c
 
-         Get rid of an unused value_string table and unused #defines.
+Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason it isn't defined when building this file.
 
-2003-12-17 20:39  guy
+------------------------------------------------------------------------
+r20668 | martinm | 2007-02-01 04:34:28 -0800 (Thu, 01 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/pcapio.c
 
-       * packet-sip.c:
+OK, fix it properly by adding test after config.h has been included...
 
-         From Anders Broman:
+------------------------------------------------------------------------
+r20669 | gerald | 2007-02-01 10:35:14 -0800 (Thu, 01 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/NEWS
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/Makefile.nmake
+   M /trunk/docbook/release-notes.xml
 
-                 check that there *is* a content type string before using
-         it;
+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.
 
-                 get rid of some incomplete code for multipart/mixed (it
-         set some
-                 variables but didn't use them);
+------------------------------------------------------------------------
+r20672 | sahlberg | 2007-02-01 12:10:51 -0800 (Thu, 01 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-                 add some incomplete code for handling parameters to
-         Content-Type.
+use the correct offset to access the service action in PERSISTENT RESERVE IN
 
-2003-12-17 20:52  guy
 
-       * packet-sip.c:
+------------------------------------------------------------------------
+r20674 | gerald | 2007-02-01 12:29:17 -0800 (Thu, 01 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-         There's no need for the "content_type_exist" variable - we can
-         just check whether "media_type_str" is null.
+Fix a ulink tag.
 
-2003-12-17 21:03  guy
+------------------------------------------------------------------------
+r20676 | gerald | 2007-02-01 12:31:59 -0800 (Thu, 01 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/NEWS
 
-       * packet-rtsp.c:
+Fix a link.
 
-         From Anders Broman: add a preference setting for the RTSP TCP
-         port.
+------------------------------------------------------------------------
+r20678 | etxrab | 2007-02-01 12:49:34 -0800 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
 
-2003-12-17 21:11  guy
+Don't call subdissector for dynamic PT based on PT number if conversation info exists.
+------------------------------------------------------------------------
+r20679 | sahlberg | 2007-02-01 12:56:36 -0800 (Thu, 01 Feb 2007) | 25 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-fmp.c
+   A /trunk/epan/dissectors/packet-fmp.h
+   A /trunk/epan/dissectors/packet-fmp_notify.c
+   A /trunk/epan/dissectors/packet-fmp_notify.h
 
-       * tethereal.c:
 
-         Set "print_args" regardless of whether we're printing the packet
-         detail or not - it's used if we're printing the hex data.
+Ian Schorr <ian.schorr@gmail.com> 
+Wed, Jan 31, 2007 at 7:24 PM 
+To: wireshark-dev@wireshark.org 
 
-2003-12-17 21:34  ulfl
 
-       * packet-dcerpc-svcctl.c:
+Hello,
 
-         renamed some defines SERVICE_xy to SVCCTL_SERVICE_xy to avoid
-         "duplicate definition" warnings with win32's winsvc.h
+Please consider for checkin the following new dissectors, for the FMP protocol.
 
-2003-12-17 22:11  ulfl
+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. 
 
-       * gtk/: main.c, tcp_graph.c:
+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.
 
-         removed some more MSVC warnings (type casting)
+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.
 
-2003-12-17 22:13  guy
+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). 
 
-       * gtk/: Makefile.am, Makefile.nmake, ansi_a_stat.c,
-         ansi_map_stat.c, bootp_stat.c, dcerpc_stat.c,
-         endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, menu.h, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, tap_dfilter_dlg.c, tap_dfilter_dlg.h, wsp_stat.c:
+Thanks,
+Ian Schorr
+EMC Corporation
 
-         From Lars Roland: have common code to handle display filter
-         dialogs in taps, and use that in the H.225 taps.
 
-2003-12-17 22:30  guy
+------------------------------------------------------------------------
+r20680 | sfisher | 2007-02-01 16:32:33 -0800 (Thu, 01 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
 
-       * packet-dns.c:
 
-         Only dissect the key in TKEY RRs if it's present (i.e., has a
-         non-zero length) - zero-length keys "shouldn't happen", but what
-         the heck....
+Add more examples to eth.addr display filter examples, including the new 
+xxxx.xxxx.xxxx format recently introduced
 
-2003-12-17 22:42  obiot
 
-       * epan/ftypes/ftype-tvbuff.c:
+------------------------------------------------------------------------
+r20681 | sfisher | 2007-02-01 17:09:41 -0800 (Thu, 01 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/filter_dlg.c
 
-         Add protocols to the header fields for which the "matches"
-         operator can be appliedi (PCRE). In fact, all FT_TVBUFF fields.
 
-2003-12-17 22:43  obiot
+Assign the cancel button (so you can hit the escape key) on the capture/display
+filter dialog box
 
-       * packet-wsp.c:
 
-         Get rid of unused registered header fields. Some white-space
-         changes.
+------------------------------------------------------------------------
+r20682 | sahlberg | 2007-02-02 00:47:43 -0800 (Fri, 02 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-udp.c
 
-2003-12-17 23:24  obiot
+replace a rotating buffer for the udp header structure with ep allocated memory
 
-       * doc/ethereal-filter.pod.template:
 
-         Update the "matches" explanation as it now also works for
-         protocol fields (FT_TVBUFF). Thanks libpcre for allowing pattern
-         matching in binary data!
+------------------------------------------------------------------------
+r20683 | grahamb | 2007-02-02 02:21:43 -0800 (Fri, 02 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
 
-2003-12-17 23:35  ulfl
+Corrected handling of udp messages, don't call tcp_dissect_pdus for udp fragments
+------------------------------------------------------------------------
+r20684 | gerald | 2007-02-02 10:43:25 -0800 (Fri, 02 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/image/wsiconinst.svg
+   A /trunk/image/wsiconinst256.png
 
-       * packet-bssap.c, packet-cpha.c, packet-fc.c, packet-fcsb3.c,
-         packet-gsm_a.c, packet-null.c, packet-sccp.c, packet-scsi.c,
-         packet-smb-pipe.c, packet-smb.c:
+Add an installer icon.
+
+------------------------------------------------------------------------
+r20685 | gerald | 2007-02-02 10:45:23 -0800 (Fri, 02 Feb 2007) | 3 lines
+Changed paths:
+   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 Windows installer icon.  Remove the ARGB versions from the other
+Windows icons.
+
+------------------------------------------------------------------------
+r20686 | gerald | 2007-02-02 12:07:58 -0800 (Fri, 02 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+
+Fix dist.
+
+------------------------------------------------------------------------
+r20687 | sfisher | 2007-02-02 14:06:20 -0800 (Fri, 02 Feb 2007) | 4 lines
+Changed paths:
+   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
 
-         removed some more MSVC warnings (type casting)
 
-2003-12-17 23:41  ulfl
+Minor documentation updates.
 
-       * gtk/: main.c, proto_draw.c:
 
-         removed some more MSVC warnings (type casting), GTK2 specific
+------------------------------------------------------------------------
+r20688 | ulfl | 2007-02-02 18:01:25 -0800 (Fri, 02 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile
+   M /trunk/docbook/Makefile.auto.am
+
+remove Win32/cygwin remains, as these files are Unix only now
+------------------------------------------------------------------------
+r20689 | ulfl | 2007-02-02 18:09:39 -0800 (Fri, 02 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile.nmake
+
+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 :-)
+------------------------------------------------------------------------
+r20691 | ulfl | 2007-02-02 20:09:22 -0800 (Fri, 02 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook/README.txt
+
+- 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
+------------------------------------------------------------------------
+r20693 | ulfl | 2007-02-02 23:54:18 -0800 (Fri, 02 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+fix HHC_DIR to work
+------------------------------------------------------------------------
+r20694 | ulfl | 2007-02-03 00:01:16 -0800 (Sat, 03 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/README.txt
+
+mention lynx, it's mandatory and needed to create plain text version of the release-notes (aka NEWS)
+------------------------------------------------------------------------
+r20695 | lego | 2007-02-03 06:25:02 -0800 (Sat, 03 Feb 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/prefs-int.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/prefs.h
+   M /trunk/epan/uat-int.h
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat.h
+   M /trunk/epan/uat_load.l
+   M /trunk/gtk/macros_dlg.c
+   M /trunk/gtk/prefs_dlg.c
+   M /trunk/gtk/uat_gui.c
+   M /trunk/gtk/uat_gui.h
+
+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
+
+
+------------------------------------------------------------------------
+r20696 | sahlberg | 2007-02-03 08:21:21 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
+
+updates to the LOG SELECT CDB decoding
+
+
+------------------------------------------------------------------------
+r20697 | jake | 2007-02-03 09:27:57 -0800 (Sat, 03 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/custom_layer_pdf.xsl
+
+Improve layout of listings and long URL's
+------------------------------------------------------------------------
+r20698 | wmeier | 2007-02-03 11:33:32 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/config.nmake
+
+Quotes around HHC_DIR required so build doesn't fail;
+Will the buildbot "build docs" step work ? Let's see
+
+------------------------------------------------------------------------
+r20699 | ulfl | 2007-02-03 11:37:59 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/config.nmake
+
+... no it won't, that's why I removed them ...
+
+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.
+------------------------------------------------------------------------
+r20701 | ulfl | 2007-02-03 12:40:11 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/config.nmake
+
+as discussed on the list:
+- GTK 2.10 is mainline now
+- WINPCAP_VERSION is just confusing without benefit, remove it
+------------------------------------------------------------------------
+r20702 | ulfl | 2007-02-03 12:57:24 -0800 (Sat, 03 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+some minor cleanup
+------------------------------------------------------------------------
+r20703 | sahlberg | 2007-02-03 14:03:39 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+   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
+
+
+------------------------------------------------------------------------
+r20704 | ulfl | 2007-02-03 17:33:48 -0800 (Sat, 03 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/Makefile.nmake
+
+quote HHC_DIR here too
+------------------------------------------------------------------------
+r20705 | lego | 2007-02-03 18:13:12 -0800 (Sat, 03 Feb 2007) | 14 lines
+Changed paths:
+   M /trunk/wiretap/k12.c
+
+from:
+        Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>  
+
+I discovered that Wireshark K12xx detects the type of input (E1 timeslot or ATM)
+based on the extra information. My previous patch to enable Wireshark to open
+K12xx files with no extra information (extra_len equals 0 in SRCDEST record)
+failed to give later dissectors the input type.
+
+Attached is the patch to correct this for ATM PVC. It adds VPI/VCI/CID information
+for display in the dissected tree (in k12_open function). k12_read and k12_seek_read
+are also made more robust. These are reverse engineered based on hexeditor
+and constants found in tektronix configuration file. Please apply the patch.
+
 
-2003-12-17 23:54  guy
+------------------------------------------------------------------------
+r20706 | lego | 2007-02-03 18:29:06 -0800 (Sat, 03 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat_load.l
 
-       * packet-bssap.c:
+the quoted_string regexp in uat_load() fails badly on "...\\", workarround in uat_save() using \x5c and \x22 (hex for \ and ")
 
-         Make packet offsets "gint"s rather than "guint8"s.
+------------------------------------------------------------------------
+r20707 | lego | 2007-02-03 18:30:59 -0800 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-k12.c
 
-2003-12-18 00:18  guy
+UATify k12 configuration
 
-       * packet-smb.c, smb.h:
 
-         The "cmd" members of "smb_saved_info_t" and "smb_info_t"
-         structures always contain an SMB command code (SMB requests and
-         responses both have command codes, so there's no "unknown"
-         out-of-band value); make it a "guint8".
+------------------------------------------------------------------------
+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
 
-         Make the argument to "decode_smb_name()" a "guint8" as an SMB
-         command code is passed to it ("guint8" and "unsigned char" are
-         the same types on all platforms we're likely to deal with, so
-         it's a cosmetic change, not a semantic one).
+Move (Up/Down) & Save buttons
 
-         Put in an extra "GPOINTER_TO_UINT()" call before casting
-         "si->sip->extra_info" to "guint16", to squelch compiler warnings.
 
-2003-12-18 00:25  guy
+------------------------------------------------------------------------
+r20709 | gal | 2007-02-04 04:00:25 -0800 (Sun, 04 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-       * packet-cpha.c:
+Small fix for incorrect column use when dissecting a BER file. 
 
-         Use a value_string table for the Status field.
+------------------------------------------------------------------------
+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
 
-2003-12-18 00:28  guy
+Remove version from Launchpad name and include a default dfilter_macros to remove start-up warning.
 
-       * packet-fcsb3.c:
+------------------------------------------------------------------------
+r20711 | gal | 2007-02-04 04:39:07 -0800 (Sun, 04 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/main.c
+   M /trunk/gtk/u3.c
+   M /trunk/gtk/u3.h
 
-         Make "ctlfn" a "guint8", as it holds a single-byte value.
+Augment get_gui_runtime_info() with additional information about the U3 device Wireshark is being run from.
 
-2003-12-18 00:43  guy
 
-       * packet-sccp.c:
+------------------------------------------------------------------------
+r20712 | lego | 2007-02-04 05:47:58 -0800 (Sun, 04 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-         Make packet offsets, and lengths, "guint".
+add uat_swap() to libwireshark.def
 
-         Put in some sanity checking to make sure we don't go completely
-         crazy if an offset goes past the length (we should check as the
-         offset is advanced, but...).
+------------------------------------------------------------------------
+r20713 | sfisher | 2007-02-04 11:16:24 -0800 (Sun, 04 Feb 2007) | 7 lines
+Changed paths:
+   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
 
-2003-12-18 01:47  guy
 
-       * plugins/v5ua/packet-v5ua.c:
+From Sebastien Tandel:
 
-         Fix some typoes.
+    Execute permission should be changed [removed] on files 
+packet-fmp.[c,h] and packet-fmp_notify.[c,h].
 
-2003-12-18 02:07  guy
 
-       * packet-mmse.c:
+------------------------------------------------------------------------
+r20714 | sfisher | 2007-02-04 11:23:10 -0800 (Sun, 04 Feb 2007) | 16 lines
+Changed paths:
+   M /trunk/epan/strutil.c
 
-         Mallocate buffers for the strings gotten by
-         "get_encoded_strval()" and "get_encoded_strval()", rather than
-         filling in a fixed-size buffer, so that we don't overflow the
-         buffer.
 
-2003-12-18 02:46  guy
+From Sebastien Tandel:
 
-       * acinclude.m4, tethereal.c:
+   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.
 
-         "pcap_compile_nopcap()" has a different signature in recent
-         NetBSD libpcap than in tcpdump.org libpcap; it's been deprecated
-         for that reason.  "pcap_open_dead()" has been in libpcap since
-         0.6, so only for 0.5[.x] will you have "pcap_compile_nopcap()"
-         but not "pcap_open_dead()" - for now, we use "pcap_open_dead()"
-         rather than "pcap_compile_nopcap()", and don't do the check for
-         capture filters in systems with libpcaps that lack
-         "pcap_open_dead()".
 
-2003-12-18 03:41  guy
+------------------------------------------------------------------------
+r20715 | wmeier | 2007-02-04 16:57:59 -0800 (Sun, 04 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/test/suite-capture.sh
 
-       * README, doc/editcap.pod, doc/ethereal.pod, doc/mergecap.pod,
-         doc/tethereal.pod, wiretap/etherpeek.c:
+Additoinal diagnostic info in output logs
 
-         WildPackets' EtherHelp appears to write EtherPeek-compatible
-         files, except that the 0x80 bit is turned on in the file version
-         number field.  Turn that bit off before processing that field.
+------------------------------------------------------------------------
+r20716 | lego | 2007-02-04 20:22:06 -0800 (Sun, 04 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/uat_gui.c
 
-2003-12-18 13:02  obiot
+Add a confirm dialog when the user closes the window with unsaved data.
 
-       * epan/ftypes/: ftype-bytes.c, ftype-string.c, ftype-tvbuff.c:
 
-         Add support of the "matches" operator to FT_BYTES and FT_ETHER. I
-         don't think it would make sense to add PCRE support for byte
-         arrays containing an integer or an IP address.
+------------------------------------------------------------------------
+r20717 | lego | 2007-02-04 21:06:21 -0800 (Sun, 04 Feb 2007) | 4 lines
+Changed paths:
+   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
 
-         Avoid lengthy pointer constructs in cmp_matches().
+* Add a help facility for UATs
+* export help_topic_html()
 
-2003-12-18 18:18  guy
 
-       * packet-ldap.c:
+------------------------------------------------------------------------
+r20718 | sahlberg | 2007-02-05 01:39:36 -0800 (Mon, 05 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-         From Ronnie Sahlberg: if the GSSAPI token is empty, don't dissect
-         it.
+add some infrastructure to enable us to dissect the content of LOG SENSE pages and parameters
 
-2003-12-18 18:56  guy
+dissect the READ WARNING flag in the TAPE-ALERT log page as an example
 
-       * AUTHORS, Makefile.am, capture.c, configure.in:
 
-         From Jan Kiszka: IrDA support.
+------------------------------------------------------------------------
+r20719 | sahlberg | 2007-02-05 03:31:21 -0800 (Mon, 05 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-2003-12-18 19:01  guy
+add the remaining TAPE ALERT log flags from ssc3r01c
 
-       * doc/ethereal.pod, packaging/nsis/Makefile.nmake,
-         packaging/nsis/ethereal.nsi, plugins/Makefile.am:
 
-         From Jan Kiszka: IrDA support.
+------------------------------------------------------------------------
+r20720 | lego | 2007-02-05 08:26:48 -0800 (Mon, 05 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/sminmpec.h
 
-2003-12-18 19:04  guy
+From  Boris Misenov
 
-       * plugins/Makefile.nmake, plugins/irda/.cvsignore,
-         plugins/irda/Makefile.am, plugins/irda/Makefile.nmake,
-         plugins/irda/irda-appl.h, plugins/irda/moduleinfo.h,
-         plugins/irda/packet-ircomm.c, plugins/irda/packet-irda.c,
-         wiretap/libpcap.c, wiretap/wtap.c, wiretap/wtap.h:
+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.
 
-         From Jan Kiszka: IrDA support.
 
-2003-12-18 20:34  guy
+------------------------------------------------------------------------
+r20721 | jmayer | 2007-02-05 12:01:31 -0800 (Mon, 05 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/Makefile
 
-       * plugins/irda/packet-irda.c:
+Don't read and write to a file at the same time
+------------------------------------------------------------------------
+r20722 | jake | 2007-02-05 13:42:41 -0800 (Mon, 05 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-udp.c
 
-         From Jan Kiszka: add a comment explaining what the IrDA plugin
-         does.
+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.
 
-2003-12-18 20:35  guy
+Also set some items attribute to generated.
+------------------------------------------------------------------------
+r20723 | ulfl | 2007-02-05 17:33:39 -0800 (Mon, 05 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom-cba.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-dcom.h
+
+dissector changes:
+- new: ICBALogicalDevice2::PBAddressInfo
+- enhanced: GROUPERRORDEF
+
+simplify ett registration
+add a callback for SAFEARRAY data dissection
+------------------------------------------------------------------------
+r20724 | ulfl | 2007-02-05 17:37:32 -0800 (Mon, 05 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+- add dissection for "I&M0" block
+- enhance dissection or ErrorDecode2 (ErrorCode1 rta_err_cls_protocol specific) - a lot more of ErrorCode1/ErrorCode2 combinations still to go ...
+------------------------------------------------------------------------
+r20725 | gerald | 2007-02-05 17:59:50 -0800 (Mon, 05 Feb 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Clay Jones:
+
+This patch adds decodes for 802.11n information elements.  Since 802.11n
+isn't a formal standard yet they are not using the final packet
+structures or ie type numbers.  But there are already 802.11n pre
+release devices out there and these decodes do seem to correctly decode
+the IEs that they use.
 
-       * plugins/irda/.cvsignore:
+------------------------------------------------------------------------
+r20726 | morriss | 2007-02-05 18:27:59 -0800 (Mon, 05 Feb 2007) | 12 lines
+Changed paths:
+   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
 
-         Add more files.
+From Eric Hall to fix bug 1289:
 
-2003-12-18 20:36  sharpe
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1289
 
-       * gtk/proto_draw.c:
+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...)
 
-         A small patch from Kai Krueger <kai@kruegernetz.de> to ensure
-         that we keep the file name around long enough to use it when
-         saving highlighted data etc.
+From Andreas Fink: change #ifdef for size_t in airdcap_interop.h to fix
+compile on MacOS X.
+
+
+------------------------------------------------------------------------
+r20727 | morriss | 2007-02-05 22:24:34 -0800 (Mon, 05 Feb 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r20728 | etxrab | 2007-02-05 23:59:24 -0800 (Mon, 05 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
-2003-12-18 21:18  guy
+Fix a copy error.
+------------------------------------------------------------------------
+r20729 | sahlberg | 2007-02-06 13:19:17 -0800 (Tue, 06 Feb 2007) | 4 lines
+Changed paths:
+   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
 
-       * capture.c:
 
-         Top-of-tree and top-of-0.8-branch libpcap support limited
-         filtering on DLT_LINUX_IRDA (empty expression and "link[M:N]"
-         expressions), so don't special-case IRDA adapters.
+------------------------------------------------------------------------
+r20730 | morriss | 2007-02-06 18:41:10 -0800 (Tue, 06 Feb 2007) | 7 lines
+Changed paths:
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+
+Fix for bug 1350: Add return value for
+dissect_ansi_map_sms_originationrestrictions()
+
+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.
+
+------------------------------------------------------------------------
+r20731 | ulfl | 2007-02-06 18:45:53 -0800 (Tue, 06 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.nmake
+
+fix a comment typo
+------------------------------------------------------------------------
+r20732 | ulfl | 2007-02-06 18:50:33 -0800 (Tue, 06 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/win32-file-dlg.c
+
+don't free ofn before the last place used
+------------------------------------------------------------------------
+r20733 | lego | 2007-02-06 19:39:40 -0800 (Tue, 06 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat.h
+   M /trunk/epan/uat_load.l
+   M /trunk/gtk/uat_gui.c
 
-2003-12-18 23:50  guy
+Add ENUM and HEXBYTES modes
 
-       * wiretap/libpcap.c:
 
-         Add support for a link-layer type value of 143 as DOCSIS in
-         libpcap captures.
+------------------------------------------------------------------------
+r20734 | lego | 2007-02-07 05:45:28 -0800 (Wed, 07 Feb 2007) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
 
-2003-12-19 01:24  guy
+From: Gisle Vanem
 
-       * packet-arcnet.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?)
 
-         As noted by Peter Fales, the offset in "capture_arcnet()" should
-         be 4 if the extra offset field is present and 2 if it's absent,
-         not the other way around.
 
-2003-12-19 01:36  guy
 
-       * acinclude.m4:
 
-         The GNU ADNS library requires whatever libraries are needed for
-         socket calls.
 
-2003-12-19 04:40  gram
+------------------------------------------------------------------------
+r20735 | lego | 2007-02-07 05:55:34 -0800 (Wed, 07 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/uat_gui.c
 
-       * epan/dfilter/dfvm.c:
+no gtk_window_set_resizable in GTK1
 
-         Print values for ANY_MATCHES and ANY_CONTAINS so that the dftest
-         executable works properly.
 
-2003-12-19 16:42  gram
+------------------------------------------------------------------------
+r20736 | lego | 2007-02-07 06:54:35 -0800 (Wed, 07 Feb 2007) | 5 lines
+Changed paths:
+   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
+
+
+------------------------------------------------------------------------
+r20737 | lego | 2007-02-07 08:08:19 -0800 (Wed, 07 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/tools/lemon/lemon.c
+
+do not use an uninitialized rp->line to generate destructor code for rules without code.
+
+
+------------------------------------------------------------------------
+r20738 | lego | 2007-02-07 10:51:44 -0800 (Wed, 07 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Oddly enough MSVC cannot compile this one.
+
+
+------------------------------------------------------------------------
+r20739 | lego | 2007-02-07 10:56:07 -0800 (Wed, 07 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/uat.h
+
+MSVC does not like mixed declarations and code
+* I'm checking in some still unuused work in progress
+
+------------------------------------------------------------------------
+r20740 | lego | 2007-02-07 12:45:14 -0800 (Wed, 07 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/uat.c
+   M /trunk/epan/uat.h
+
+UAT: filed definitions for proto (a dissector hanlde obtained by name)
+
+UATify user-DLTs
+
+
+------------------------------------------------------------------------
+r20741 | ulfl | 2007-02-07 17:05:43 -0800 (Wed, 07 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+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.
+
+
+------------------------------------------------------------------------
+r20743 | guy | 2007-02-08 02:26:15 -0800 (Thu, 08 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-udp.c
+
+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.
+
+------------------------------------------------------------------------
+r20744 | jmayer | 2007-02-08 05:54:27 -0800 (Thu, 08 Feb 2007) | 367 lines
+Changed paths:
+   M /trunk/tools/pidl/MANIFEST
+   M /trunk/tools/pidl/Makefile.PL
+   M /trunk/tools/pidl/TODO
+   A /trunk/tools/pidl/expr.yp
+   M /trunk/tools/pidl/idl.yp
+   M /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
+   A /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Template.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl.pm
+   A /trunk/tools/pidl/lib/Parse/Yapp
+   A /trunk/tools/pidl/lib/Parse/Yapp/Driver.pm
+   M /trunk/tools/pidl/pidl
+   M /trunk/tools/pidl/tests/Util.pm
+   A /trunk/tools/pidl/tests/ndr.pl
+   M /trunk/tools/pidl/tests/ndr_align.pl
+   M /trunk/tools/pidl/tests/ndr_alloc.pl
+   M /trunk/tools/pidl/tests/ndr_array.pl
+   A /trunk/tools/pidl/tests/ndr_compat.pl
+   A /trunk/tools/pidl/tests/ndr_deprecations.pl
+   M /trunk/tools/pidl/tests/ndr_fullptr.pl
+   M /trunk/tools/pidl/tests/ndr_refptr.pl
+   M /trunk/tools/pidl/tests/ndr_represent.pl
+   M /trunk/tools/pidl/tests/ndr_simple.pl
+   M /trunk/tools/pidl/tests/ndr_string.pl
+   M /trunk/tools/pidl/tests/ndr_tagtype.pl
+   M /trunk/tools/pidl/tests/parse_idl.pl
+   A /trunk/tools/pidl/tests/samba-ndr.pl
+   A /trunk/tools/pidl/tests/test_util.pl
+   A /trunk/tools/pidl/tests/util.pl
+
+Update from samba tree revision 20292 to 21237
+============================ Samba log start ============
+------------------------------------------------------------------------
+r20298 | jelmer | 2006-12-21 02:51:35 +0100 (Thu, 21 Dec 2006) | 2 lines
+Changed paths:
+   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
+
+Fix pidl tests (missing symlink..).
+
+------------------------------------------------------------------------
+r20299 | jelmer | 2006-12-21 03:48:46 +0100 (Thu, 21 Dec 2006) | 2 lines
+Changed paths:
+   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
+
+Disable two new tests that are apparently broken.
+
+------------------------------------------------------------------------
+r20358 | metze | 2006-12-27 16:36:50 +0100 (Wed, 27 Dec 2006) | 6 lines
+Changed paths:
+   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
+
+- 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
+------------------------------------------------------------------------
+r20511 | jelmer | 2007-01-03 16:34:01 +0100 (Wed, 03 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Compat.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm
+
+Combine warnings/errors/fatal functions and move them to Parse::Pidl.
+
+------------------------------------------------------------------------
+r20543 | jelmer | 2007-01-05 13:56:15 +0100 (Fri, 05 Jan 2007) | 5 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/util.pl
+
+Merge some pidl bug fixes:
+ * C expressions that just started with a constant were erroneously flagged 
+   as being a constant.
+ * 1-length variable names in expressions were broken.
+
+------------------------------------------------------------------------
+r20545 | jelmer | 2007-01-05 15:25:21 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+
+Fix is_constant().
+
+------------------------------------------------------------------------
+r20547 | jelmer | 2007-01-05 15:55:26 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/ndr_compat.pl
+   A /branches/SAMBA_4_0/source/pidl/tests/test_util.pl
+
+Add tests for expected errors/warnings.
+
+------------------------------------------------------------------------
+r20548 | jelmer | 2007-01-05 16:03:21 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r20550 | jelmer | 2007-01-05 16:20:23 +0100 (Fri, 05 Jan 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/idl.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
+
+Use standard error mechanism in parser. 
+Make sure errors are reported correctly.
+
+------------------------------------------------------------------------
+r20556 | jelmer | 2007-01-05 18:18:22 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+
+Add more tests to make sure nothing breaks when I replace the ParseExpr code.
+
+------------------------------------------------------------------------
+r20561 | jelmer | 2007-01-05 21:12:21 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+   A /branches/SAMBA_4_0/source/pidl/expr.yp
+   A /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+
+Add parser for subexpressions used in IDL attributes.
+
+------------------------------------------------------------------------
+r20562 | jelmer | 2007-01-05 21:13:48 +0100 (Fri, 05 Jan 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/main.mk
+   M /branches/SAMBA_4_0/source/pidl/Makefile.PL
+   A /branches/SAMBA_4_0/source/pidl/lib/Parse/Yapp
+   A /branches/SAMBA_4_0/source/pidl/lib/Parse/Yapp/Driver.pm
+
+Start building expr parser. Add separate copy of Yapp::Driver 
+rather than including it in each individual parser.
+
+------------------------------------------------------------------------
+r20563 | jelmer | 2007-01-05 21:18:33 +0100 (Fri, 05 Jan 2007) | 5 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+
+Start using the new parser in ParseExpr(). It's now trivial to use this 
+to check for NULL pointers when pointers are being dereferenced (#4218).
+
+There are exactly 500 tests for pidl now :-)
+
+------------------------------------------------------------------------
+r20564 | jelmer | 2007-01-05 21:23:48 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+
+Regenerate.
+
+------------------------------------------------------------------------
+r20567 | jelmer | 2007-01-05 21:52:12 +0100 (Fri, 05 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/expr.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+
+Print proper errors with filename and line numbers in ParseExpr()
+
+------------------------------------------------------------------------
+r20571 | jelmer | 2007-01-05 22:26:28 +0100 (Fri, 05 Jan 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+
+fix '' case
+------------------------------------------------------------------------
+r20573 | metze | 2007-01-05 22:36:57 +0100 (Fri, 05 Jan 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+
+fix handling of pointers handling to elements with the charset property
+
+metze
+------------------------------------------------------------------------
+r20625 | jelmer | 2007-01-09 07:02:41 +0100 (Tue, 09 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/expr.yp
+   M /branches/SAMBA_4_0/source/pidl/idl.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+
+Fix couple of warnings.
+
+------------------------------------------------------------------------
+r20631 | jelmer | 2007-01-09 16:50:36 +0100 (Tue, 09 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+
+Add some tests for the ndr parser.
+
+------------------------------------------------------------------------
+r20633 | jelmer | 2007-01-09 16:54:36 +0100 (Tue, 09 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+
+Add another test, fix warnings.
+
+------------------------------------------------------------------------
+r20637 | jelmer | 2007-01-10 00:41:25 +0100 (Wed, 10 Jan 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Don't check for NULL pointers when the pointer is guaranteed to not be NULL 
+(if it is a ref pointer).
+
+------------------------------------------------------------------------
+r20638 | jelmer | 2007-01-10 01:37:30 +0100 (Wed, 10 Jan 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Check for NULL pointers (where possible) in print functions. Fixes #4218, 
+but without reintroducing coverity warnings. 
+
+------------------------------------------------------------------------
+r20675 | jelmer | 2007-01-11 03:10:01 +0100 (Thu, 11 Jan 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/MANIFEST
+   M /branches/SAMBA_4_0/source/pidl/Makefile.PL
+
+Fix installation.
+
+------------------------------------------------------------------------
+r20688 | jelmer | 2007-01-11 23:47:29 +0100 (Thu, 11 Jan 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/pidl
+
+Use argv[0] equivalent of perl.
+------------------------------------------------------------------------
+r20746 | jelmer | 2007-01-14 02:33:16 +0100 (Sun, 14 Jan 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+   D /branches/SAMBA_4_0/source/script/tests/test_smbclient.sh
+   M /branches/SAMBA_4_0/source/script/tests/tests_all.sh
+   A /branches/SAMBA_4_0/testprogs/blackbox
+   A /branches/SAMBA_4_0/testprogs/blackbox/test_smbclient.sh (from /branches/SAMBA_4_0/source/script/tests/test_smbclient.sh:20745)
+
+Don't report each individual test in test_smbclient as a single testsuite. 
+Create separate directory for blackbox tests.
+
+------------------------------------------------------------------------
+r20830 | jelmer | 2007-01-16 15:44:23 +0100 (Tue, 16 Jan 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/librpc/idl/mgmt.idl
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
+   M /branches/SAMBA_4_0/source/rpc_server/config.mk
+   M /branches/SAMBA_4_0/source/rpc_server/dcerpc_server.c
+   A /branches/SAMBA_4_0/source/rpc_server/dcesrv_mgmt.c (from /branches/SAMBA_4_0/source/rpc_server/mgmt/dcesrv_mgmt.c:20829)
+   D /branches/SAMBA_4_0/source/rpc_server/mgmt
+   M /branches/SAMBA_4_0/source/script/tests/test_rpc.sh
+   M /branches/SAMBA_4_0/source/torture/rpc/mgmt.c
+
+merge mgmt work
+------------------------------------------------------------------------
+r20834 | jelmer | 2007-01-16 16:51:37 +0100 (Tue, 16 Jan 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
+
+No longer generate extra pointers for top-level [out] unique pointers.
+------------------------------------------------------------------------
+r20836 | jelmer | 2007-01-16 18:45:33 +0100 (Tue, 16 Jan 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+
+Use real type name, to fix compilation with -WC++-compat
+------------------------------------------------------------------------
+r20850 | jelmer | 2007-01-17 15:49:36 +0100 (Wed, 17 Jan 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Template.pm
+   M /branches/SAMBA_4_0/source/rpc_server/dcesrv_mgmt.c
+   M /branches/SAMBA_4_0/source/rpc_server/drsuapi/dcesrv_drsuapi.c
+   M /branches/SAMBA_4_0/source/rpc_server/echo/rpc_echo.c
+   M /branches/SAMBA_4_0/source/rpc_server/epmapper/rpc_epmapper.c
+   M /branches/SAMBA_4_0/source/rpc_server/lsa/dcesrv_lsa.c
+   M /branches/SAMBA_4_0/source/rpc_server/netlogon/dcerpc_netlogon.c
+   M /branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c
+   M /branches/SAMBA_4_0/source/rpc_server/samr/samr_password.c
+   M /branches/SAMBA_4_0/source/rpc_server/spoolss/dcesrv_spoolss.c
+   M /branches/SAMBA_4_0/source/rpc_server/srvsvc/dcesrv_srvsvc.c
+   M /branches/SAMBA_4_0/source/rpc_server/unixinfo/dcesrv_unixinfo.c
+   M /branches/SAMBA_4_0/source/rpc_server/winreg/rpc_winreg.c
+   M /branches/SAMBA_4_0/source/rpc_server/wkssvc/dcesrv_wkssvc.c
+
+Prefix all server calls with dcesrv_
+------------------------------------------------------------------------
+r20942 | jelmer | 2007-01-22 01:04:59 +0100 (Mon, 22 Jan 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/build/m4/check_cc.m4
+   M /branches/SAMBA_4_0/source/build/m4/check_perl.m4
+   M /branches/SAMBA_4_0/source/build/smb_build/makefile.pm
+   M /branches/SAMBA_4_0/source/main.mk
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/pidl
+
+Simplify handling of systems that don't support negative enum values by using an ifdef rather than a pidl argument.
+------------------------------------------------------------------------
+r20967 | jelmer | 2007-01-23 11:08:08 +0100 (Tue, 23 Jan 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_refptr.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+   M /branches/SAMBA_4_0/source/script/tests/tests_all.sh
+   M /branches/SAMBA_4_0/source/torture/config.mk
+
+Allow pidl tests to work with gcov
+------------------------------------------------------------------------
+r21075 | jelmer | 2007-01-31 12:54:01 +0100 (Wed, 31 Jan 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+
+Generate parameters in structs for the server side Samba 3 code. The current code in Samba 3 is already generated using this pidl patch.
+------------------------------------------------------------------------
+r21222 | jelmer | 2007-02-07 20:03:19 +0100 (Wed, 07 Feb 2007) | 8 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/TODO
+   M /branches/SAMBA_4_0/source/pidl/expr.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/pidl
+   D /branches/SAMBA_4_0/source/pidl/ref_notes.txt
+   A /branches/SAMBA_4_0/source/pidl/tests/ndr_deprecations.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+   M /branches/SAMBA_4_0/source/torture/smbtorture.c
+   M /branches/SAMBA_4_0/source/torture/torture.c
+
+Merge a couple of pidl fixes:
+                
+* Pidl will now warn when trying to use pointers as integers in expressions.
+* "subcontext()" is now marked as deprecated. The alternatives, 
+  transmit_as() / represent_as() should be available soon.
+* More tests.
+* Remove some unused code in smbtorture.
+
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r20745 | gal | 2007-02-08 09:09:15 -0800 (Thu, 08 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/epan/dissectors/packet-x411.c
+
+This patch adds support for decoding BER-encoded files as "X.411 Message". 
+
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00355.html
+
+
+------------------------------------------------------------------------
+r20746 | gal | 2007-02-08 09:12:38 -0800 (Thu, 08 Feb 2007) | 7 lines
+Changed paths:
+   M /trunk/asn1/cdt/cdt.cnf
+   M /trunk/asn1/cdt/packet-cdt-template.c
+   M /trunk/asn1/cdt/packet-cdt-template.h
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-cdt.h
+
+This patch adds some expert info in CDT when:
+- Unable to get compressed content
+- Unable to uncompress content
+
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00356.html
+
+
+------------------------------------------------------------------------
+r20747 | gal | 2007-02-08 09:15:45 -0800 (Thu, 08 Feb 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-p_mul.c
+
+This patch adds some expert info in P_Mul when:
+- Checksum failure
+- Missing sequence numbers
+
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00357.html
+
+
+------------------------------------------------------------------------
+r20748 | gal | 2007-02-08 09:17:36 -0800 (Thu, 08 Feb 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dmp.c
+
+This patch adds some expert info in DMP when:
+- Checksum failure
+- Decoding of SIC failure
+- Negative ACK response
+- Unsupported DMP version
+- Error uncompressing content
+
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00358.html
+
+
+------------------------------------------------------------------------
+r20749 | lego | 2007-02-08 09:35:03 -0800 (Thu, 08 Feb 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/dissectors/packet-umts_fp.h
+   M /trunk/wiretap/k12.c
+   M /trunk/wiretap/wtap.h
 
-       * packet-dcerpc-dce122.c:
+From: Kriang Lerdsuwanakij
+
+In the attached patch, the K12 wiretap now saves the content of record
+after captured packet data. The K12 dissector then could extract them and provide
+useful information to properly dissect FP frames (user plane of UTRAN Iub
+interface).
+
+
+
+------------------------------------------------------------------------
+r20750 | ulfl | 2007-02-08 10:25:45 -0800 (Thu, 08 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
 
-         Remove \n from value-strings.
+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.
 
-2003-12-19 19:03  guy
+If the buildbot will be updated, we could also activate the new version in config.nmake.
+------------------------------------------------------------------------
+r20751 | ulfl | 2007-02-08 10:29:47 -0800 (Thu, 08 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-       * packet-tacacs.c:
+various major enhancements to the PROFINET-IO dissector (including some new TLV blocks)
+------------------------------------------------------------------------
+r20752 | guy | 2007-02-08 13:55:57 -0800 (Thu, 08 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-         Don't use "u_char", use "guchar" for characters and "guint8" for
-         8-bit unsigned integers.
+Add dissect_nt_64bit_time to the list of exported routines.
 
-2003-12-19 19:08  guy
+------------------------------------------------------------------------
+r20753 | lego | 2007-02-08 19:11:14 -0800 (Thu, 08 Feb 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/Makefile.common
+   D /trunk/gtk/macros_dlg.c
+   D /trunk/gtk/macros_dlg.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/uat_gui.c
+   M /trunk/gtk/uat_gui.h
+   M /trunk/stat_menu.h
 
-       * doc/README.developer:
 
-         Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are
-         also forbidden.
+* 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#
 
-2003-12-19 19:09  guy
 
-       * packet-arcnet.c:
 
-         From Peter Fales: count IPX-over-ARCNET packets in
-         "capture_arcnet()".
+------------------------------------------------------------------------
+r20754 | martinm | 2007-02-09 03:24:59 -0800 (Fri, 09 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
 
-2003-12-19 20:16  obiot
+Fix build (at least for me) by removing macros_dlg.h
 
-       * packet-wsp.c:
+------------------------------------------------------------------------
+r20755 | jake | 2007-02-09 06:43:24 -0800 (Fri, 09 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/irda/packet-ircomm.c
 
-         Add extra debug logging. Fix typo in debug log explanation.
+Source code cleanup.
 
-2003-12-19 20:26  obiot
+------------------------------------------------------------------------
+r20756 | tuexen | 2007-02-09 08:38:57 -0800 (Fri, 09 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-sctp.h
 
-       * packet-mmse.c:
+Add support for SCTP reassembly from Robin Seggelmann.
+You must enable this feature via Edit/Preferences/Protocols/SCTP
 
-         Add debug logging to the MMSE dissector.
+------------------------------------------------------------------------
+r20757 | tuexen | 2007-02-09 09:47:39 -0800 (Fri, 09 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
 
-2003-12-19 22:23  guy
+Formatting.
 
-       * wiretap/snoop.c:
+------------------------------------------------------------------------
+r20758 | sahlberg | 2007-02-09 13:03:41 -0800 (Fri, 09 Feb 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
 
-         Add some additional sanity checking.
+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
 
-2003-12-19 22:31  guy
 
-       * packet-smpp.c:
+this should probably be completely converted into se_tree's and se_alloc to completely remove the hashtable altogether
 
-         Don't store the result of "tvb_reported_length()" into a "guint8"
-         - it could be more than 255 (even if that "shouldn't happen").
 
-         Don't use "frags != 0" as an indication that the message was
-         fragmented - that can't handle bogus packets with a zero fragment
-         count.  Have an explicit variable for that.
 
-         Check that "sm_data_len" isn't 0 before attempting dissection or
-         reassembly.
+------------------------------------------------------------------------
+r20759 | tuexen | 2007-02-09 13:05:43 -0800 (Fri, 09 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
 
-         Check that "frag" and "frags" aren't zero before attempting
-         reassembly (arguably, we should report both of those as errors).
+A fix from Irene Ruengeler to keep assocs selected when
+setting/applying filters.
+Remove some warnings.
 
-         Use "process_reassembled_data()" to do the bulk of the work for
-         reassembly - it handles the case where a "fragmented" packet has
-         only one fragment.  This fixes a crash that occurred when only
-         the last fragment was seen, although there's an underlying
-         problem there, namely that the hack tha
-         "fragment_add_seq_check()" does to handle some problems with some
-         802.11 captures causes it to consider a packet where the first
-         fragment seen is also the last fragment as a one-fragment packet;
-         we probably need to do that *only* for 802.11.
 
-2003-12-19 22:46  guy
+------------------------------------------------------------------------
+r20760 | tuexen | 2007-02-09 15:14:15 -0800 (Fri, 09 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
 
-       * packet-pgm.c:
+Fix whitespaces.
 
-         Add an hf[] entry for the OPT_FRAG_OFF field of the OPT_FRAGMENT
-         option (the hf_ variable for it existed, but there was no hf[]
-         entry, so it didn't get initialized).
+------------------------------------------------------------------------
+r20761 | tuexen | 2007-02-09 15:29:57 -0800 (Fri, 09 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
 
-2003-12-19 23:13  guy
+Provide a correct argument to g_hash_table_foreach_remove.
 
-       * AUTHORS, packet-dns.c:
+------------------------------------------------------------------------
+r20762 | gerald | 2007-02-09 17:13:05 -0800 (Fri, 09 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/capture_loop.c
 
-         From David Fort: update some comments now that RFC 3658 is out,
-         and fix a typo in the AUTHORS file.
+Windows named pipe support, which was disabled several months ago,
+is now inexplicably working, so enable it.
 
-2003-12-19 23:20  guy
+------------------------------------------------------------------------
+r20763 | ulfl | 2007-02-10 00:03:47 -0800 (Sat, 10 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-       * AUTHORS, packet-icmpv6.c, packet-ipv6.h:
+add a lot more TLV block decodes, some code cleanup, ...
+------------------------------------------------------------------------
+r20764 | ulfl | 2007-02-10 02:28:59 -0800 (Sat, 10 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
 
-         From David Fort: support for decoding MLD v2 report messages.
+add STATUS_STACK_OVERFLOW to the possible Win32 exception codes - unfortunately, this exception seems to corrupt the stack at least in a way that the TRY / CATCH pair later causes an access violation ...
+------------------------------------------------------------------------
+r20765 | sahlberg | 2007-02-10 11:56:41 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-2003-12-19 23:25  guy
+prettify READ6 and dissect the flags bits properly instead of using a proto_tree_add_text()
 
-       * packaging/nsis/ethereal.nsi:
 
-         From Lars Roland: fix a typo.
+------------------------------------------------------------------------
+r20766 | sahlberg | 2007-02-10 12:06:01 -0800 (Sat, 10 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-2003-12-19 23:39  guy
+add dissewction of the SSC READ16 cdb
 
-       * Makefile.am, file.c, tap_dfilter_dlg.h, gtk/h225_counter.c,
-         gtk/h225_ras_srt.c, gtk/mgcp_stat.c, gtk/tap_dfilter_dlg.c,
-         gtk/tap_dfilter_dlg.h:
+------------------------------------------------------------------------
+r20767 | sahlberg | 2007-02-10 12:13:03 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-         From Lars Roland:
+add dissection of SSC READREVERSE16 cdb
 
-                 use the common display filter dialog infrastructure in
-         the MGCP
-                 service response time tap;
 
-                 add common infrastructure for updating the titles of tap
-         dialogs
-                 when the capture file name changes.
+------------------------------------------------------------------------
+r20768 | sahlberg | 2007-02-10 12:23:38 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-2003-12-20 03:21  guy
+add dissection of SSC VERIFY16 cdb
 
-       * packet-ieee80211.c, reassemble.c, reassemble.h:
 
-         Do the special "if the first fragment we see is also the final
-         fragment, treat it as a reassembled frame" hack *only* for
-         802.11, as that's the only protocol we know of that requires it.
+------------------------------------------------------------------------
+r20769 | sahlberg | 2007-02-10 12:31:01 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-2003-12-20 09:09  guy
+add dissection of the WRITE16 and the WRITEFILEMARKS16 cdbs
 
-       * packet-mmse.c:
 
-         Not all C compilers allow declarations in the middle of
-         executable code.
+------------------------------------------------------------------------
+r20770 | sahlberg | 2007-02-10 12:38:59 -0800 (Sat, 10 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.h
 
-2003-12-20 12:03  obiot
+change all SSC2 into SSC to indicate this is an SSC dissector and not specific to SSC v2
 
-       * gtk/summary_dlg.c:
 
-         Move display filter into filtered packets frame.
 
-         Fix NaN when a capture and/or a filter don't have any matching
-         packets so the average packet size is obtained by dividing by
-         zero.
+------------------------------------------------------------------------
+r20771 | sahlberg | 2007-02-10 12:55:37 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-2003-12-20 23:50  ulfl
+add dissection of the SSC READREVERSE6 cdb
 
-       * epan/dfilter/scanner.l:
 
-         removed some MSVC warnings (added type casts)
+------------------------------------------------------------------------
+r20772 | sahlberg | 2007-02-10 13:26:38 -0800 (Sat, 10 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-2003-12-21 00:16  ulfl
+add dissection of VERIFY6 cdb 
+dissect SPACE6/16 code field using a value_string
 
-       * tools/lemon/lemon.c:
 
-         removed some MSVC warnings (added type casts)
+------------------------------------------------------------------------
+r20773 | sahlberg | 2007-02-10 13:39:40 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-2003-12-21 02:54  jmayer
+add dissection of the RECOVER BUFFERED DATA cdb
 
-       * manuf:
 
-         Manuf updates
+------------------------------------------------------------------------
+r20774 | sahlberg | 2007-02-10 13:48:12 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-2003-12-21 03:06  jmayer
+add dissection of REPORTDENSITYSUPPORT cdb
 
-       * make-faq:
 
-         The FAQ is now located in help/
+------------------------------------------------------------------------
+r20775 | sahlberg | 2007-02-10 13:53:09 -0800 (Sat, 10 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-2003-12-21 03:16  jmayer
+update the REWIND cdb dissector
 
-       * make-faq, .cvsignore:
+------------------------------------------------------------------------
+r20776 | sahlberg | 2007-02-10 14:01:27 -0800 (Sat, 10 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
 
-         The include file is generated elsewhere
+add dissection of SSC SETCAPACITY cdb
 
-2003-12-21 03:20  jmayer
+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
 
-       * help/: faq.h, faq.txt:
 
-         Update FAQ to December 12 2003
+------------------------------------------------------------------------
+r20777 | sahlberg | 2007-02-10 16:09:46 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-smc.c
+   M /trunk/epan/dissectors/packet-scsi-smc.h
 
-2003-12-21 03:44  jmayer
+add the name for two missing SMC cdbs
 
-       * packet-giop.h:
 
-         Compiling with -pendantic: ../../packet-giop.h:579: warning:
-         comma at end of enumerator list
+------------------------------------------------------------------------
+r20778 | sahlberg | 2007-02-10 16:20:37 -0800 (Sat, 10 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-smc.c
+   M /trunk/epan/dissectors/packet-scsi-smc.h
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+   M /trunk/epan/dissectors/packet-scsi.c
 
-2003-12-21 03:48  jmayer
+dont encode a specific revision of the standard in the symbol names
 
-       * plugins/irda/packet-irda.c:
+change all symbols from smc2 to smc
 
-         Compiling with -pedantic: packet-irda.c:453:1: warning: C++ style
-         comments are not allowed in ISO C90 packet-irda.c:453:1: warning:
-         (this will be reported only once per input file) (+ several more
-         // disabling debug output)
+------------------------------------------------------------------------
+r20779 | sahlberg | 2007-02-10 16:45:15 -0800 (Sat, 10 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-mmc.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+   M /trunk/epan/dissectors/packet-scsi-smc.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-scsi.h
 
-2003-12-21 03:49  jmayer
+remove the revision number from the spc symbols
 
-       * plugins/irda/moduleinfo.h:
+change all spc2 and spc3 to spc
 
-         Compiling with -pedantic: moduleinfo.h:16:24: warning: no newline
-         at end of file
 
-2003-12-21 03:53  jmayer
 
-       * plugins/v5ua/moduleinfo.h:
+------------------------------------------------------------------------
+r20780 | sahlberg | 2007-02-10 17:32:53 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-smc.c
 
-         Compiling with -pedantic: moduleinfo.h:16:24: warning: no newline
-         at end of file
+add dissection of SMC EXCHANGE MEDIUM cdb
 
-2003-12-21 03:58  jmayer
 
-       * packet-rmi.h:
+------------------------------------------------------------------------
+r20781 | sahlberg | 2007-02-10 17:50:16 -0800 (Sat, 10 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-smc.c
 
-         Compiling with -pedantic: packet-rmi.h:67: warning: comma at end
-         of enumerator list
+add dissection of the two SMC cdbs
+INITIALIZE ELEMENT STATUS
+INITIALIZE ELEMENT STATUS WITH RANGE
 
-2003-12-21 04:20  jmayer
 
-       * plugins/v5ua/packet-v5ua.c:
+------------------------------------------------------------------------
+r20782 | sahlberg | 2007-02-10 17:59:53 -0800 (Sat, 10 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-smc.c
 
-         Compiling with -pedantic: packet-v5ua.c:1044:139: warning: C++
-         style comments are not allowed in ISO C90
+update the SMC MOVEMEDIUM cdb dissector
 
-2003-12-21 04:25  jmayer
 
-       * FAQ.include, Makefile.am:
+------------------------------------------------------------------------
+r20783 | sfisher | 2007-02-10 19:36:04 -0800 (Sat, 10 Feb 2007) | 8 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-bootp.c
 
-         No more FAQ.include
 
-2003-12-21 04:27  jmayer
+From Joe McEachern:
 
-       * Makefile.am:
+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.
 
-         SoulSeek is not yet in
 
-2003-12-21 04:31  jmayer
+------------------------------------------------------------------------
+r20784 | ulfl | 2007-02-10 19:45:21 -0800 (Sat, 10 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-       * packet-ansi_a.c, packet-fcip.c, packet-giop.c, packet-gsm_a.c,
-         packet-lmp.c, packet-mip.c, packet-ospf.c, packet-smb-pipe.c,
-         packet-tacacs.h, packet-tcap.h, packet-wsp.c, text2pcap.c,
-         gtk/supported_protos_dlg.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
 
-         Compiling with -pedantic: warning: comma at end of enumerator
-         list
+remove some warnings
+------------------------------------------------------------------------
+r20786 | sfisher | 2007-02-10 22:44:18 -0800 (Sat, 10 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
 
-2003-12-21 04:38  jmayer
 
-       * plugins/asn1/packet-asn1.c:
+Remove unused variable
 
-         warning: comma at end of enumerator list
 
-2003-12-21 04:40  jmayer
+------------------------------------------------------------------------
+r20787 | ulfl | 2007-02-11 00:38:49 -0800 (Sun, 11 Feb 2007) | 15 lines
+Changed paths:
+   M /trunk/docbook/Makefile.common
+   D /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png
+   M /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png
+   M /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
 
-       * plugins/lwres/moduleinfo.h:
+from Douglas Pratley:
 
-         warning: no newline at end of file
+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.
 
-2003-12-21 05:29  jmayer
+(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.
 
-       * plugins/asn1/packet-asn1.c:
+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).
 
-         warning: ISO C does not allow extra ; outside of a function
+------------------------------------------------------------------------
+r20788 | lego | 2007-02-11 08:09:21 -0800 (Sun, 11 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/uat-int.h
+   M /trunk/epan/uat.c
+   M /trunk/gtk/uat_gui.c
 
-2003-12-21 05:51  jmayer
+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)
 
-       * packet-asap.c, packet-cops.c, packet-cpfi.c,
-         packet-dcerpc-rs_acct.c, packet-dcerpc-rs_misc.c, packet-esis.c,
-         packet-igrp.c, packet-iua.c, packet-m2tp.c, packet-m3ua.c,
-         packet-mip.c, packet-mip6.c, packet-mtp2.c, packet-ranap.c,
-         packet-sna.c, packet-wbxml.c, packet-wsp.c, packet-wtp.c,
-         packet-xdmcp.c:
 
-         warning: ISO C does not allow extra ; outside of a function
+------------------------------------------------------------------------
+r20789 | ulfl | 2007-02-11 21:05:57 -0800 (Sun, 11 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
 
-2003-12-21 06:02  jmayer
+add link to PSML specification
+------------------------------------------------------------------------
+r20790 | ulfl | 2007-02-11 21:08:33 -0800 (Sun, 11 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/menu.c
 
-       * wiretap/libpcap.c:
+ooops, and here comes the actual context menu code change from Douglas Pratley ... already mentioned in SVN 20787
+------------------------------------------------------------------------
+r20791 | ulfl | 2007-02-11 21:10:52 -0800 (Sun, 11 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/packet_list.c
 
-         libpcap.c:1777: warning: implicit declaration of function htons
+delimit each CSV output with "
 
-2003-12-21 11:38  jmayer
+(this should be combined into a generic function as this CSV encapsulation functionality is implemented several times)
+------------------------------------------------------------------------
+r20792 | etxrab | 2007-02-12 00:12:32 -0800 (Mon, 12 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-       * FAQ:
+Add uat_clear and uat_load.
+------------------------------------------------------------------------
+r20793 | etxrab | 2007-02-12 00:13:56 -0800 (Mon, 12 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+
+Fix Bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1365 Authentication Quintuplet decoding fails.
+------------------------------------------------------------------------
+r20794 | sahlberg | 2007-02-12 02:30:10 -0800 (Mon, 12 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-smc.c
+
+add dissection of SMC OPEN/CLOSE IMPORT/EXPORT ELEMENT cdb
+
+
+------------------------------------------------------------------------
+r20795 | ulfl | 2007-02-12 11:01:20 -0800 (Mon, 12 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+add remaining TLV blocks (complete now?)
+add a lot of missing index values
+fix some minor bugs
+------------------------------------------------------------------------
+r20796 | lego | 2007-02-12 11:55:54 -0800 (Mon, 12 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/Makefile.am
+
+From Albert Chin:
+Gnutls can be located in a different place than the other libs.
+
+
+------------------------------------------------------------------------
+r20797 | lego | 2007-02-12 11:57:41 -0800 (Mon, 12 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/uat.h
+   M /trunk/gtk/uat_gui.c
+
+Add a description of UAT fields, and have it as a tooltip in the New/Edit Dialog. 
+
+
+------------------------------------------------------------------------
+r20798 | sahlberg | 2007-02-12 12:11:42 -0800 (Mon, 12 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/packet_list.c
+
+use g_string_append() instead of g_string_append_printf()
+
+we dont have g_string_append_printf() in gtk 1 
+
+------------------------------------------------------------------------
+r20799 | sahlberg | 2007-02-12 12:26:52 -0800 (Mon, 12 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-smc.c
+
+add dissection of SMC  POSITION TO ELEMENT cdb
+
+
+------------------------------------------------------------------------
+r20800 | etxrab | 2007-02-12 13:48:41 -0800 (Mon, 12 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
 
-         Updated to Dec 12 2003
+Return correct length.
+------------------------------------------------------------------------
+r20801 | etxrab | 2007-02-12 14:04:58 -0800 (Mon, 12 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-uma.c
+
+Display 2 octet length field correctly.
+------------------------------------------------------------------------
+r20802 | sfisher | 2007-02-12 18:06:04 -0800 (Mon, 12 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/doc/README.tapping
+
+
+Minor cleanup - spelling fixes, formatting
+
+
+------------------------------------------------------------------------
+r20803 | grahamb | 2007-02-13 02:30:00 -0800 (Tue, 13 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+
+Added Chris Bontje for his work on the DNP3 dissector committed in r14794 and 20651
+------------------------------------------------------------------------
+r20804 | sfisher | 2007-02-13 12:57:22 -0800 (Tue, 13 Feb 2007) | 10 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/ex-opt.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/stats_tree.c
+   A /trunk/epan/ws_strsplit.c
+   A /trunk/epan/ws_strsplit.h
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/webbrowser.c
+   M /trunk/plugins/mate/mate_grammar.lemon
+   M /trunk/plugins/mate/mate_setup.c
+   M /trunk/plugins/mate/mate_util.c
+   M /trunk/tap-funnel.c
+   M /trunk/util.c
 
-2003-12-21 11:40  jmayer
 
-       * packet-aim.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().
+
 
-         warning: ISO C does not allow extra ; outside of a function
+------------------------------------------------------------------------
+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
 
-2003-12-21 12:07  jmayer
 
-       * packet-isdn.c:
+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.
 
-         warning: overflow in implicit constant conversion
 
-2003-12-21 12:08  ulfl
+------------------------------------------------------------------------
+r20806 | sfisher | 2007-02-13 17:16:19 -0800 (Tue, 13 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ospf.c
 
-       * packet-gsm_map.c:
 
-         removed MSVC warning (uninitialized value)
+Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)
+feature.
 
-2003-12-21 12:17  ulfl
 
-       * wiretap/libpcap.c, gtk/capture_combo_utils.c, gtk/capture_dlg.c,
-         gtk/capture_info_dlg.c, gtk/capture_prefs.c, gtk/main.c,
-         capture-wpcap.c, capture.c, pcap-util.c, util.c:
+------------------------------------------------------------------------
+r20807 | kukosa | 2007-02-14 00:08:44 -0800 (Wed, 14 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/H323-MESSAGES.asn
+   M /trunk/epan/dissectors/packet-h225.c
 
-         removed some MSVC warnings (moved pcap.h before glib.h)
+H.225.0 updated to 05/2006, Amendment 1 01/2007
+------------------------------------------------------------------------
+r20808 | sahlberg | 2007-02-14 03:49:01 -0800 (Wed, 14 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
 
-2003-12-21 12:21  jmayer
+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
 
-       * packet-mmse.c, packet-nt-tpcp.c, packet-wtp.c:
 
-         warning: static declaration for ... follows non-static
+------------------------------------------------------------------------
+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
 
-2003-12-21 18:12  obiot
+Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMP
+in TCP (incomplete).
+Add preference to select the tcp port (default: 10000)
 
-       * packet-mmse.c:
+------------------------------------------------------------------------
+r20810 | jmayer | 2007-02-14 05:23:47 -0800 (Wed, 14 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook
 
-         Fix a sprintf to non-malloc()ed memory by using g_strdup_printf()
-         and g_free().
+Add some files to svn:ignore
+Sort files alphabetically
 
-2003-12-21 21:04  guy
+------------------------------------------------------------------------
+r20811 | jmayer | 2007-02-14 05:25:08 -0800 (Wed, 14 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/wireshark.pod
 
-       * epan/dfilter/scanner.l:
+Version 0.10.12 was still Ethereal, not Wireshark
 
-         Add, for \xXX, the same sanity check (that 0xXX fits in a single
-         byte) that we have for \0OOO.
+------------------------------------------------------------------------
+r20812 | martinm | 2007-02-14 07:41:43 -0800 (Wed, 14 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-umts_fp.h
 
-2003-12-21 21:41  guy
+Change fp_info struct to be more general by removing DCT2000-specific field.
 
-       * packet-gsm_map.c:
+Also:
+- Fix a division-by-zero error in FP dissector
+- Correct the way DCT2000 IPPrim addresses and ports are dissected and displayed
 
-         In the MLUM-is-defined code path, "idx" is set - the only issue
-         is if MLUM isn't defined (which it isn't, by default).
+------------------------------------------------------------------------
+r20813 | lego | 2007-02-14 11:21:37 -0800 (Wed, 14 Feb 2007) | 11 lines
+Changed paths:
+   M /trunk/gtk/uat_gui.c
 
-2003-12-21 22:21  guy
+From Peter Johansson:
 
-       * gtk/: ansi_map_stat.c, isup_stat.c:
+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.
 
-         "sizeof(array)" is the size of the array in bytes, not the number
-         of elements in the array.
 
-2003-12-21 22:24  guy
 
-       * gtk/: ansi_map_stat.c, isup_stat.c:
+------------------------------------------------------------------------
+r20814 | gerald | 2007-02-14 14:03:39 -0800 (Wed, 14 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-umts_fp.h
 
-         Arrays indexed by a 1-octet unsigned value, if we don't know
-         which values are permitted, must have 256 elements, not 255
-         elements.
+Try to fix a naming conflict on Windows.
 
-2003-12-21 22:32  guy
+------------------------------------------------------------------------
+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
 
-       * gtk/summary_dlg.c:
+Guess the meaning of some trailer bytes
 
-         If we don't have any packets, or don't have any filtered packets,
-         don't even show the averages over the empty sets in question.
+------------------------------------------------------------------------
+r20816 | sahlberg | 2007-02-15 01:33:12 -0800 (Thu, 15 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
+   M /trunk/epan/dissectors/pidl/winreg.idl
 
-2003-12-21 22:56  obiot
+using the latest SVN of PIDL it is now possible to compile the corrected WINREG.IDL where QueryInfoKey responses are parsed correctly.
+
+(since we do not yet use all of the various idl files from s4 i commented out the import directove from the idl file since othervise it would generate #include directives for files we do not yet provide)
+
+
+
+------------------------------------------------------------------------
+r20817 | gerald | 2007-02-15 10:35:30 -0800 (Thu, 15 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+According to David Young, IEEE80211_RADIOTAP_FCS was never officially
+assigned.
+
+------------------------------------------------------------------------
+r20818 | ulfl | 2007-02-15 12:48:39 -0800 (Thu, 15 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/proto_dlg.c
 
-       * packet-smpp.c:
+bugfix: call set_proto_selection() before actually writing the selections to disk. Otherwise the changes won't be written to disk correctly (when pressing the OK button).
 
-         Fix unconditional handoff to subdissector introduced with the
-         common reassembly code.
+Interestingly, no complains were heard about this before ...
+------------------------------------------------------------------------
+r20819 | lego | 2007-02-15 13:50:32 -0800 (Thu, 15 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
 
-         Add the "Reassembled in" header field, and show it if the packet
-         has been reassembled, but not in the given packet. This also
-         allows to use the "Jump to the corresponding frame" feature in
-         Ethereal.
+change of AUTHOR address upon request
 
-2003-12-22 00:57  guy
 
-       * Makefile.am, Makefile.nmake, packet-http.c, rreh.c, rreh.h:
 
-         Pull the code to do reassembly of the request/response line,
-         entity headers, and body into a separate routine, for use by
-         other dissectors.
+------------------------------------------------------------------------
+r20820 | etxrab | 2007-02-15 22:38:59 -0800 (Thu, 15 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Copy the changes done for 0.99.5 to use WinPcap 4.0 to trunk.
+------------------------------------------------------------------------
+r20821 | etxrab | 2007-02-15 22:54:32 -0800 (Thu, 15 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+
+Fix the bugs part of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1371.
+- a typor in in hf_bssgp_ie_type
+- id def out debug code.
+------------------------------------------------------------------------
+r20822 | martinm | 2007-02-16 05:47:49 -0800 (Fri, 16 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+
+Make RFC2198 pt preference work (wasn't calling
+proto_reg_handoff_rtp when prefs changed).
+
+------------------------------------------------------------------------
+r20823 | etxrab | 2007-02-16 13:02:19 -0800 (Fri, 16 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-gtp.c
 
-2003-12-22 02:04  guy
+From Florent Drouin:
+
+A patch to update the gsm map definition up to 3GPP TS 29.002 V7.5.0 (2006-09) Release 7 There is a little impact on the GTP dissector, because I had to change the name of the Local ErrorCode in the gsm map asn1 definition due to a conflict with the Camel dissector.
+------------------------------------------------------------------------
+r20824 | sahlberg | 2007-02-16 13:04:45 -0800 (Fri, 16 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+when decrypting a blob  allocate a new private memory area to return to the caller instead of reusing the same one over and over (g_free followed by g_malloc by the same size often result in the same area being returned)
+
+this resolves some issues where the decode is ok  but the hexpane shows corrupted memory where the decrypted blob should be.
+
+
+
+------------------------------------------------------------------------
+r20825 | ulfl | 2007-02-16 13:53:36 -0800 (Fri, 16 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   D /trunk/epan/dissectors/packet-dcom-cba-acco.h
+   D /trunk/epan/dissectors/packet-dcom-cba.c
+   M /trunk/epan/dissectors/packet-dcom.h
+   D /trunk/epan/dissectors/packet-pn-rt.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/plugins/profinet/Makefile.common
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   A /trunk/plugins/profinet/packet-dcom-cba-acco.c (from /trunk/epan/dissectors/packet-dcom-cba-acco.c:20794)
+   A /trunk/plugins/profinet/packet-dcom-cba-acco.h (from /trunk/epan/dissectors/packet-dcom-cba-acco.h:20794)
+   A /trunk/plugins/profinet/packet-dcom-cba.c (from /trunk/epan/dissectors/packet-dcom-cba.c:20794)
+   M /trunk/plugins/profinet/packet-pn-dcp.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/profinet/packet-pn-mrrt.c
+   M /trunk/plugins/profinet/packet-pn-ptcp.c
+   A /trunk/plugins/profinet/packet-pn-rt.c (from /trunk/epan/dissectors/packet-pn-rt.c:20794)
+   A /trunk/plugins/profinet/packet-pn.c
+   A /trunk/plugins/profinet/packet-pn.h
+
+major code cleanup:
+- move dcom-cba and pn-rt files into profinet plugin (where they really belong)
+- move some common pn functionality into new packet-pn.c/h instead of having duplicate code
+------------------------------------------------------------------------
+r20826 | sahlberg | 2007-02-16 16:13:57 -0800 (Fri, 16 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+decode the known 4 bytes of the 16 byte blob that prepends the ndr encoded logoninfo and constraineddelegation ndr encoded blobs inside the PAC
+
+
+------------------------------------------------------------------------
+r20827 | sahlberg | 2007-02-16 16:47:09 -0800 (Fri, 16 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+if the KRB-ERROR PDU contains a pw-salt containing an NT status code, show that NT status code on the summary line since it gives more precise error description to why there was an kerberos error.
+
+
+
+------------------------------------------------------------------------
+r20828 | ulfl | 2007-02-17 00:08:40 -0800 (Sat, 17 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+   M /trunk/plugins/profinet/packet-dcom-cba.c
+   M /trunk/plugins/profinet/packet-pn-ptcp.c
+
+squelch some compiler warnings
+------------------------------------------------------------------------
+r20829 | ulfl | 2007-02-17 01:42:38 -0800 (Sat, 17 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.h
+
+some more compiler warnings removed
+------------------------------------------------------------------------
+r20830 | gal | 2007-02-17 03:06:25 -0800 (Sat, 17 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
+
+Tidy ups for SASL/GSSAPI support:
+1) Handle empty (zero length) saslCredentials
+2) Handle "GSSAPI" auth_mech when identified from the bind
+3) Annotate column info to show SASL service applied to LDAP operation
 
-       * packet-ncp.c, packet-ncp2222.inc:
 
-         Don't call "nds_defrag()" for positive ACK packets.
+------------------------------------------------------------------------
+r20831 | gal | 2007-02-17 03:10:02 -0800 (Sat, 17 Feb 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+This patch adds some new features to the BER dissector:
+- Added option to decode OCTET STRINGs as BER encoded data
+- Added decoding of unknown VisibleString and GeneralString
+- Some code cleanup
 
-         Put in some comments noting problems with NDS reassembly.
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00482.html
 
-2003-12-22 02:06  guy
 
-       * packet-smpp.c:
+------------------------------------------------------------------------
+r20832 | ulfl | 2007-02-17 03:13:24 -0800 (Sat, 17 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
 
-         Fix a typo.
+fix an error added lately
+------------------------------------------------------------------------
+r20833 | gal | 2007-02-17 03:16:52 -0800 (Sat, 17 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
 
-2003-12-22 02:25  guy
+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.
 
-       * reassemble.c:
 
-         We need to do the "if the first fragment we see has no more
-         fragments after it, treat it as the only fragment" stuff for
-         "fragment_add_seq_next()" as well, so we handle non-fragmented
-         packets.
+------------------------------------------------------------------------
+r20834 | gal | 2007-02-17 06:23:09 -0800 (Sat, 17 Feb 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
-2003-12-22 07:57  ulfl
+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." 
 
-       * packaging/nsis/ethereal.nsi:
+The BER dissector marked empty bitstrings as "Padding", but they are now marked as "Empty". 
 
-         distribute the text files in help dir
+http://www.wireshark.org/lists/wireshark-dev/200702/msg00574.html
 
-2003-12-22 08:01  ulfl
 
-       * gtk/help_dlg.c:
+------------------------------------------------------------------------
+r20835 | etxrab | 2007-02-17 12:04:10 -0800 (Sat, 17 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.asn
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/camel/packet-camel-template.h
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-camel.h
 
-         Patch from Guy: using distributed help text files, instead of
-         "#include" built in texts (and some other minor changes)
+From Florent Drouin:
 
-2003-12-22 08:07  ulfl
+Update the Camel dissector to have the same structure as the gsm map dissector.
+Now the dissector correctly handles the Tcap return error component.
+Some improvement have been made for ApplyChargingReport too.
+------------------------------------------------------------------------
+r20836 | sfisher | 2007-02-17 19:30:20 -0800 (Sat, 17 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
 
-       * help/: Makefile.nmake, capture_filters.h, convert-include.sh,
-         display_filters.h, faq.h, overview.h, well_known.h:
 
-         using distributed help text files, instead of "#include" built in
-         texts
+From Mike Duigou:
 
-2003-12-22 08:12  ulfl
+Adds support for dissecting the new version 2 binary wire format messages.
 
-       * help/Makefile.am:
 
-         using distributed help text files, instead of "#include" built in
-         texts
+------------------------------------------------------------------------
+r20837 | morriss | 2007-02-18 02:18:53 -0800 (Sun, 18 Feb 2007) | 7 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
 
-2003-12-22 08:58  guy
+Fix bug 1380:
 
-       * packet-rtsp.c:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1380
 
-         Use "rreh_do_reassembly()" to do reassembly.
+by registering the spnego dissector by name (e.g., call 'register_dissector()').
 
-2003-12-22 11:55  obiot
 
-       * packet-wtp.c:
+------------------------------------------------------------------------
+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
 
-         Speed up WTP dissection by performing TPI subdissection only once
-         and setting the WTP length after processing the TPI.
+From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) files
+------------------------------------------------------------------------
+r20839 | girlich | 2007-02-18 05:24:30 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dtpt.c
 
-         Update reassembly so dissection of reassembled data is only
-         enabled in the last reassembled packet. This way, we alo see the
-         WTP PDUs.
+Added a DTPT (DekTop PassThrough) dissector.
 
-2003-12-22 20:04  guy
+------------------------------------------------------------------------
+r20840 | sfisher | 2007-02-18 16:23:58 -0800 (Sun, 18 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/doc/README.request_response_tracking
 
-       * help/Makefile.am:
 
-         Arrange to install the help files.
+Fix a couple of spelling mistakes
 
-2003-12-22 20:26  guy
 
-       * packet-sll.c:
+------------------------------------------------------------------------
+r20841 | guy | 2007-02-18 16:46:01 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dtd_preparse.l
 
-         Set "pinfo->p2p_dir" if the packet wasn't received promiscuously.
+Get rid of an unused variable.
 
-2003-12-22 21:01  ulfl
+------------------------------------------------------------------------
+r20842 | guy | 2007-02-18 16:56:22 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-pn.c
 
-       * help/Makefile.am:
+Include <string.h> to declare memcpy().
 
-         file "convert-include.sh" no longer used, so no need to
-         distribute it
+------------------------------------------------------------------------
+r20843 | guy | 2007-02-18 16:59:20 -0800 (Sun, 18 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-syslog.c
 
-2003-12-22 21:34  ulfl
+Declare nbytes to match what the routine getting a pointer to it
+expects.
 
-       * config.nmake:
+------------------------------------------------------------------------
+r20844 | guy | 2007-02-18 17:09:55 -0800 (Sun, 18 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x411/packet-x411-template.h
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
 
-         calling pod2man and pod2html indirectly through the bash
+dissect_x411_mts_apdu() is an old-style dissector, so it shouldn't
+return any value.
 
-2003-12-22 21:39  ulfl
+------------------------------------------------------------------------
+r20845 | guy | 2007-02-18 17:15:22 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
 
-       * config.nmake, packaging/nsis/Makefile.nmake,
-         packaging/nsis/ethereal.nsi:
+Get rid of an unused variable.
 
-         get rid of the COMMON_FILES_GNU setting, by getting the DLL's
-         from the "source tree"
+------------------------------------------------------------------------
+r20846 | guy | 2007-02-18 17:18:26 -0800 (Sun, 18 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-2003-12-22 21:52  guy
+wep_decrypt() isn't needed if we have AirPDCap.
 
-       * gtk/help_dlg.c:
+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.
 
-         Have a "toc" file in the help directory, which gives a list of
-         help topic titles and help file names.
+------------------------------------------------------------------------
+r20847 | guy | 2007-02-18 17:19:36 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/main.c
 
-2003-12-22 22:16  guy
+We only need the Wireshark splash image if we have the welcome page.
 
-       * help/Makefile.am, help/toc, packaging/nsis/ethereal.nsi:
+------------------------------------------------------------------------
+r20848 | guy | 2007-02-18 17:21:10 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/uat_gui.c
 
-         Have a "toc" file in the help directory, which gives a list of
-         help topic titles and help file names.
+Squelch a "used without being set" warning.
 
-2003-12-22 22:57  obiot
+------------------------------------------------------------------------
+r20849 | guy | 2007-02-18 17:22:45 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/uat.h
 
-       * packet-wsp.c:
+Initialize the description in UAT_FLD_PROTO().
 
-         Move SIR to a dedicated subdissector.
+------------------------------------------------------------------------
+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
 
-         Question: should we define "media type" subdissectors as special?
+packet-afp:  remove unneeded line of code;
+packet-sctp: register sctp dissector since packet-lge-monitor wants to call same
 
-2003-12-22 23:37  guy
 
-       * packet-rtsp.c:
+------------------------------------------------------------------------
+r20851 | wmeier | 2007-02-18 20:48:02 -0800 (Sun, 18 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/capture_loop.c
 
-         Do reassembly of interleaved binary data.
+Fix error handling for invalid named pipe;
+Generate correct message;
+(test suite 'tshark invalid capture interface' test
+should now work again).
 
-2003-12-22 23:43  guy
 
-       * packet-rtsp.c:
+------------------------------------------------------------------------
+r20852 | sfisher | 2007-02-18 21:21:12 -0800 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
 
-         Call subdissectors even if we're not building a protocol tree.
+Add comments to the statistics functions to tell which is which
+
+------------------------------------------------------------------------
+r20853 | sfisher | 2007-02-18 21:32:01 -0800 (Sun, 18 Feb 2007) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iuup.c
+
+
+From Kriang Lerdsuwanakij:
+
+While I reading source code of IuUP dissector, I notice some
+obvious bugs inside the code. One is a missing assignment
+that causes the following "if (iuup_circuit)" block to never execute.
+Another is wrong field names.
+
+Althoug both won't show up in final result (for the first bug, the call to
+g_hash_table_insert several lines later will do the right thing anyway;
+for the second bug, there is no services utilizing more than 3 subflows),
+I think it is better to have them fixed.
+
+
+------------------------------------------------------------------------
+r20854 | etxrab | 2007-02-18 22:09:33 -0800 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/asn1/ranap/ranap-exp.cnf
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-ranap.h
+
+Decode some RANAP elements.
+------------------------------------------------------------------------
+r20855 | jake | 2007-02-18 22:24:29 -0800 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/doc/README.request_response_tracking
+
+Further cleanup of the document
+------------------------------------------------------------------------
+r20856 | jake | 2007-02-18 22:26:07 -0800 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/doc/README.request_response_tracking
+
+Id keyword property added
+------------------------------------------------------------------------
+r20857 | sahlberg | 2007-02-19 00:26:27 -0800 (Mon, 19 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/pidl/winreg.cnf
+
+the policy handles created/opened in CreateKey and OpenKey are now called "handle" and not "new_handle"
+
+update the conformance file so the correct functions are loaded with the correct PARAM value to signal "in this frame, this policy handle was created"
+
+
+
+------------------------------------------------------------------------
+r20858 | morriss | 2007-02-19 02:26:21 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/tcp_graph.c
+
+Squelch a couple (false) uninitialized variable warnings
+------------------------------------------------------------------------
+r20859 | morriss | 2007-02-19 02:43:53 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/help_dlg.c
+
+Oops, help_topic_gtk() is _only_ needed in GTK1.2 builds, so #ifdef it (and some of its helpers) out in GTK2 builds.
+------------------------------------------------------------------------
+r20860 | morriss | 2007-02-19 03:24:56 -0800 (Mon, 19 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/tcap-persistentdata.c
+
+Remove some unused parameters (pinfo).
+Remove some _U_'s on parameters that _are_ used.
+Reindent some.
+
+------------------------------------------------------------------------
+r20861 | morriss | 2007-02-19 04:24:32 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+
+fetch_tapped_data() returns a const pointer, so declare the function as returning such
+------------------------------------------------------------------------
+r20862 | morriss | 2007-02-19 07:14:00 -0800 (Mon, 19 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/camel-persistentdata.c
+
+Remove some unused parameters (pinfo).
+Remove some _U_'s on parameters that _are_ used.
+Reindent some.
+
+------------------------------------------------------------------------
+r20863 | morriss | 2007-02-19 07:30:06 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/reassemble.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/tshark.c
+
+Squelch a few unused parameter warnings.
+------------------------------------------------------------------------
+r20864 | wmeier | 2007-02-19 12:25:56 -0800 (Mon, 19 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/capture_loop.c
+   M /trunk/dumpcap.c
+
+Output error msgs when using dumpcap from cmd-line (stand-alone);
+Also: minor cleanup for capture_loop.c
+
+------------------------------------------------------------------------
+r20865 | wmeier | 2007-02-19 13:45:27 -0800 (Mon, 19 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/airpcap_loader.c
+   M /trunk/epan/crypt/airpdcap_ccmp.c
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/main.c
+
+Fix some C++ style comments
+
+------------------------------------------------------------------------
+r20866 | wmeier | 2007-02-19 14:29:23 -0800 (Mon, 19 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-dis-fields.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-mp2t.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
+
+Continuing the tradition: squelch some compiler warnings ....
+
+------------------------------------------------------------------------
+r20867 | sfisher | 2007-02-19 14:37:45 -0800 (Mon, 19 Feb 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-http.h
+   M /trunk/gtk/Makefile.common
+   A /trunk/gtk/content_list_http.c
+   M /trunk/gtk/menu.c
+   M /trunk/stat_menu.h
+
+
+Initial version of the new Statistics -> Content List -> HTTP feature.  This
+feature lists all of the content found in an HTTP stream (images, http, etc.)
+and displays it in a list that allows the user to save each one as a file that
+is already reassembled by the dissectors.
+
+
+------------------------------------------------------------------------
+r20868 | wmeier | 2007-02-19 15:18:48 -0800 (Mon, 19 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/sync_pipe_write.c
+
+Add missing include file when compiling under windows
+
+------------------------------------------------------------------------
+r20869 | sfisher | 2007-02-19 16:22:00 -0800 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/menu.c
+   M /trunk/stat_menu.h
+
+Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around parts of the Content List -> HTTP feature code.
+------------------------------------------------------------------------
+r20870 | gerald | 2007-02-19 17:32:14 -0800 (Mon, 19 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+Clarify the description of frame.time_delta.  This partially addresses
+bug 491.
+
+------------------------------------------------------------------------
+r20871 | sahlberg | 2007-02-20 00:05:26 -0800 (Tue, 20 Feb 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+
+changes to comments generated for winreg using the latest svn of pidl
+
+pidl will probably be in flux for a short while and this checkin is to reduce the some noice generated to winreg while other changes are implemented.
+
+this change only affects c-code comments in the pidl generated code
+
+
+------------------------------------------------------------------------
+r20872 | sahlberg | 2007-02-20 01:01:50 -0800 (Tue, 20 Feb 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.h
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/pidl/winreg.cnf
+
+add a PIDL specific helper for managing dissection of policy handles.
+let this helper take a parameter to describe how the policy handle should be
+managed (is this an open, close ?) to improve policy handle tracking.
+(centralizing to a single function of code makes other changes easier)
+
+create defines to indicate OPEN/CLOSE and use them as a start/test in the winreg conformance file.
+
+
+
+------------------------------------------------------------------------
+r20873 | morriss | 2007-02-20 06:00:53 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Squelch some unused variable warnings
+------------------------------------------------------------------------
+r20874 | jmayer | 2007-02-20 09:40:07 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/tools/lemon/Makefile.am
+
+Nikns Siankin: Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1387
+------------------------------------------------------------------------
+r20875 | gerald | 2007-02-20 10:44:22 -0800 (Tue, 20 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/crypt/airpdcap.c
+
+WEP decryption is destructive -- pass a fresh copy of our data buffer
+instead of the actual buffer.  Add an entry to the release notes, and
+clear out leftovers from the 0.99.5 release.
+
+------------------------------------------------------------------------
+r20876 | jmayer | 2007-02-20 11:13:42 -0800 (Tue, 20 Feb 2007) | 287 lines
+Changed paths:
+   M /trunk/tools/pidl/TODO
+   M /trunk/tools/pidl/idl.yp
+   M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   D /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   D /trunk/tools/pidl/lib/Parse/Pidl/Samba4/COM
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/tools/pidl/pidl
+   M /trunk/tools/pidl/tests/Util.pm
+   A /trunk/tools/pidl/tests/dump.pl
+   A /trunk/tools/pidl/tests/header.pl
+   M /trunk/tools/pidl/tests/ndr.pl
+   M /trunk/tools/pidl/tests/ndr_deprecations.pl
+   M /trunk/tools/pidl/tests/ndr_tagtype.pl
+   M /trunk/tools/pidl/tests/parse_idl.pl
+   M /trunk/tools/pidl/tests/samba-ndr.pl
+   A /trunk/tools/pidl/tests/samba3-cli.pl
+   A /trunk/tools/pidl/tests/tdr.pl
+   A /trunk/tools/pidl/tests/typelist.pl
+   A /trunk/tools/pidl/tests/wireshark-conf.pl
+   A /trunk/tools/pidl/tests/wireshark-ndr.pl
+
+Update from samba tree revision 21237 to 21471
+============================ Samba log start ============
+------------------------------------------------------------------------
+r21253 | jelmer | 2007-02-09 00:54:31 +0100 (Fri, 09 Feb 2007) | 7 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/TODO
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/header.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+   A /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
+
+Merge some pidl fixes:
+
+ * Add tests for wireshark dissector generator
+ * Add tests for the header code
+ * Some cleanups
+ * Fix handling of elements without [in] or [out]
+
+------------------------------------------------------------------------
+r21254 | jelmer | 2007-02-09 01:18:06 +0100 (Fri, 09 Feb 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+
+Fix running the testsuite outside pidl/
+
+------------------------------------------------------------------------
+r21260 | jelmer | 2007-02-09 10:44:11 +0100 (Fri, 09 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+
+Fix regex.
+------------------------------------------------------------------------
+r21297 | jelmer | 2007-02-12 13:12:12 +0100 (Mon, 12 Feb 2007) | 5 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/.bzrignore
+   M /branches/SAMBA_4_0/source/configure.ac
+   D /branches/SAMBA_4_0/source/gtk
+   M /branches/SAMBA_4_0/source/headermap.txt
+   M /branches/SAMBA_4_0/source/include/core.h
+   M /branches/SAMBA_4_0/source/lib/events/config.mk
+   M /branches/SAMBA_4_0/source/lib/events/events.h
+   M /branches/SAMBA_4_0/source/lib/registry/config.mk
+   M /branches/SAMBA_4_0/source/lib/registry/registry.h
+   M /branches/SAMBA_4_0/source/lib/talloc/talloc.h
+   M /branches/SAMBA_4_0/source/libcli/util/nt_status.h
+   M /branches/SAMBA_4_0/source/librpc/config.mk
+   M /branches/SAMBA_4_0/source/main.mk
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /branches/SAMBA_4_0/webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/translation/C.po
+
+Remove the GTK+ tools and library from the main repository. They are now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk
+
+This also adds some more headers to the list that is installed and a couple of extra #include lines so these 
+headers can be used externally without problems.
+
+------------------------------------------------------------------------
+r21332 | jelmer | 2007-02-14 13:44:50 +0100 (Wed, 14 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Fix bug in pidl that prevented value(0) from working. Bug reported by metze.
+------------------------------------------------------------------------
+r21338 | jelmer | 2007-02-14 15:23:59 +0100 (Wed, 14 Feb 2007) | 6 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/samba3-cli.pl
+
+Fix handling of top-level arrays for the Samba 3 client code. This doesn't 
+fix the winreg code yet (as that's an array on top of a pointer), but at least 
+it gets us closer.
+
+Also added a couple of tests for the Samba 3 client code.
+
+------------------------------------------------------------------------
+r21340 | jelmer | 2007-02-14 15:42:42 +0100 (Wed, 14 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Fix warning undef
+------------------------------------------------------------------------
+r21384 | jelmer | 2007-02-16 15:13:14 +0100 (Fri, 16 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+
+Change warning to pidl warning, fix uppercasing.
+------------------------------------------------------------------------
+r21411 | jelmer | 2007-02-18 00:38:57 +0100 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+Add some simple tests for the wireshark NDR generator.
+------------------------------------------------------------------------
+r21427 | jelmer | 2007-02-18 13:54:03 +0100 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Add tests for Needed*(), in preparation of refactoring.
+------------------------------------------------------------------------
+r21428 | jelmer | 2007-02-18 14:44:01 +0100 (Sun, 18 Feb 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Handle representation types in Needed().
+
+------------------------------------------------------------------------
+r21430 | jelmer | 2007-02-18 17:21:28 +0100 (Sun, 18 Feb 2007) | 10 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/TODO
+   M /branches/SAMBA_4_0/source/pidl/idl.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_deprecations.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Support tagged types without typedef. This means:
+
+struct foo {
+ ...
+};
+
+in IDL will now work. This is the first step towards nested types and 
+using typedefs for partial types (such as "typedef int *bar;"), a requirement
+for complex uses of represent_as().
+
+------------------------------------------------------------------------
+r21431 | jelmer | 2007-02-18 17:46:59 +0100 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Dump.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/dump.pl
+
+More tests, work on support in wireshark for tagged types.
+------------------------------------------------------------------------
+r21432 | jelmer | 2007-02-18 17:54:54 +0100 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+
+Handle properties on tagged types in TDR.
+------------------------------------------------------------------------
+r21433 | jelmer | 2007-02-18 19:44:56 +0100 (Sun, 18 Feb 2007) | 9 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/lib/registry/regf.idl
+   M /branches/SAMBA_4_0/source/librpc/config.mk
+   D /branches/SAMBA_4_0/source/librpc/idl/dcom.idl
+   M /branches/SAMBA_4_0/source/librpc/idl/oxidresolver.idl
+   M /branches/SAMBA_4_0/source/librpc/idl/remact.idl
+   D /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   D /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/COM
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/SWIG.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+   M /branches/SAMBA_4_0/source/pidl/pidl
+   A /branches/SAMBA_4_0/source/pidl/tests/tdr.pl
+   M /branches/SAMBA_4_0/source/script/build_idl.sh
+   M /branches/SAMBA_4_0/source/torture/rpc/oxidresolve.c
+   M /branches/SAMBA_4_0/source/torture/rpc/remact.c
+
+Get rid of the COM support code - it's not used and unmaintained. We can 
+always bring it back if we need to. This code was getting in the way while 
+refactoring.
+
+Add some tests for TDR.
+
+Get rid of typedef in lib/registry/tdr_regf.idl and fix the 
+TDR code to be able to deal with it.
+
+------------------------------------------------------------------------
+r21437 | jelmer | 2007-02-19 00:48:16 +0100 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
+
+Cherrypick typelib tests.
+------------------------------------------------------------------------
+r21440 | jelmer | 2007-02-19 00:57:26 +0100 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Support different variables in environments.
+------------------------------------------------------------------------
+r21442 | jelmer | 2007-02-19 01:48:05 +0100 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+
+Allow more flexible data structure names.
+------------------------------------------------------------------------
+r21443 | jelmer | 2007-02-19 02:51:46 +0100 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+
+Refactor some of the NDR code in preparation of nested data structure support.
+------------------------------------------------------------------------
+r21455 | jelmer | 2007-02-19 20:42:51 +0100 (Mon, 19 Feb 2007) | 5 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Fix a bug in our handling of conformant arrays. The conformant array was 
+always pushed, even if just the buffers part of a struct had to be pushed. 
+
+Pull was not affected.
+
+------------------------------------------------------------------------
+r21456 | jelmer | 2007-02-19 22:37:54 +0100 (Mon, 19 Feb 2007) | 6 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+
+Allow anonymous and non-anonymous nested structures/unions/enums/bitmaps to be 
+used in the Samba 4 NDR parser.
+
+This doesn't actually work yet as Parse::Pidl::NDR doesn't handle nested 
+data structures yet, but it's a first step.
+
+------------------------------------------------------------------------
+r21457 | jelmer | 2007-02-19 23:10:23 +0100 (Mon, 19 Feb 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+
+Cope with anonymous nested types in the NDR layer. This doesn't handled 
+named nested types yet, as these have to be registered.
+
+------------------------------------------------------------------------
+r21458 | jelmer | 2007-02-20 00:11:01 +0100 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+
+Prepare for generating separate primitives/deferred code.
+------------------------------------------------------------------------
+r21459 | jelmer | 2007-02-20 02:27:48 +0100 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Remove name argument, more refactoring.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r20877 | jmayer | 2007-02-20 11:19:57 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.h
+   M /trunk/epan/dissectors/pidl/nspi/README
+   M /trunk/epan/dissectors/pidl/nspi/nspi.cnf
+   M /trunk/epan/dissectors/pidl/nspi/nspi.idl
+
+Update to current version of openchange
+------------------------------------------------------------------------
+r20878 | etxrab | 2007-02-20 11:37:06 -0800 (Tue, 20 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+From Florent Drouin:
+
+This patch provide a new function to decode messages when several ASN1 encoding can be used.
+This is the case, for example, when a same message has different encoding according to the MAP version, or in case of ASN1 encoder optimization.
+ At the same time, I did remove the configuration variable "old_gsm_map_version", which is taken into account in the patch.
+And likewise, for all the messages defined with the ASN1 sequence "[3] SEQUENCE", this function is called for the decoding.
+------------------------------------------------------------------------
+r20879 | etxrab | 2007-02-20 11:40:14 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+
+Fix a typo and some reported compiler warnings(hopefully).
+------------------------------------------------------------------------
+r20880 | sfisher | 2007-02-20 11:57:04 -0800 (Tue, 20 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/content_list_http.c
+
+
+Treat "<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.
+
+
+------------------------------------------------------------------------
+r20881 | girlich | 2007-02-20 12:07:50 -0800 (Tue, 20 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dtpt.c
+
+DTPT: Improve Blob handling, more error codes
+
+------------------------------------------------------------------------
+r20882 | sahlberg | 2007-02-20 12:21:49 -0800 (Tue, 20 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+
+dont use _U_ when typedeffing a function pointer.
+
+gcc 2.96 does not like _U_ here.
+
+
+
+------------------------------------------------------------------------
+r20883 | etxrab | 2007-02-20 13:58:30 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+
+Test before comitting...
+------------------------------------------------------------------------
+r20884 | etxrab | 2007-02-20 14:12:54 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+
+Get rid of yet another printout that does not go well with optional IE:s
+------------------------------------------------------------------------
+r20885 | lego | 2007-02-20 16:00:49 -0800 (Tue, 20 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-h248_3gpp.c
+
++ add some more packages from 3GPP TS 29.232
+- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385
+
+
+------------------------------------------------------------------------
+r20886 | sfisher | 2007-02-20 16:59:16 -0800 (Tue, 20 Feb 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-vnc.c
+
+
+Major overhaul of VNC dissector: split everything into its own function and
+bring the server message type dissection nearly to completion.  As for RealVNC
+protocol dissection, the only things not working at 100% is the TCP
+reassembly and some ZRLE subencoding types.  However, it is is much more useful
+shape now than before.
+
+------------------------------------------------------------------------
+r20887 | sfisher | 2007-02-20 17:27:28 -0800 (Tue, 20 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+
+Remove two empty itemized lists that are breaking XML validation and
+stopping the Windows buildbot in its tracks.
+
+
+------------------------------------------------------------------------
+r20888 | etxrab | 2007-02-20 22:19:03 -0800 (Tue, 20 Feb 2007) | 17 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+   A /trunk/epan/reassemble_test.c
+
+From Richard van der Hoff:
+01_reassemble_test.patch
+------------------------
+I didn't want to do anything without some unit tests, so here they are. 
+This allows a standalone binary, epan/reassemble_test, to be built; this can be run from the commandline and should end up printing out "success" 
+if all goes well.
+NOTE the changes to makefile.am NOT checked in currently.
+
+Incidentally: is it possible to get the buildbot to run things like this, exntest and tvbtest?
 
-         In the loop that processes TCP segment data, loop over the full
-         reported length of the segment, so that we throw an exception if
-         the frame was short.
+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().
 
-2003-12-23 00:01  guy
+03_reassemble_partial_reassembly.patch
+---------------------------------------
+This makes fragment_set_partial_reassembly() work for datagrams assembled with fragment_add_seq(). The patch itself is actually quite small, but it adds another unit test which is reasonably lengthy.
+------------------------------------------------------------------------
+r20889 | etxrab | 2007-02-20 22:25:13 -0800 (Tue, 20 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/stream.c
+
+From Richard van der Hoff:
+This patch replaces g_assert() calls in epan/stream.c with DISSECTOR_ASSERT().
+------------------------------------------------------------------------
+r20890 | etxrab | 2007-02-20 22:42:31 -0800 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/stream.c
+
+Include  "emem.h".
+------------------------------------------------------------------------
+r20891 | etxrab | 2007-02-20 22:45:34 -0800 (Tue, 20 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rtp.h
+
+From Richard van der Hoff:
+Here's a patch which adds an option enabling subdissectors to request defragmentation of packets over RTP streams, using the 
+pinfo->desegment_{len,offset} API.
+------------------------------------------------------------------------
+r20892 | etxrab | 2007-02-20 22:48:28 -0800 (Tue, 20 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+
+From Richard van der Hoff:
+This patch makes the defragmentation code in the iax2 dissector handle 
+pinfo->desegment_len=DESEGMENT_ONE_MORE_SEGMENT, in line with
+Ronnie's changes to the tcp dissector of 11 November.
+------------------------------------------------------------------------
+r20893 | etxrab | 2007-02-20 23:26:33 -0800 (Tue, 20 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/h223/packet-h223.c
+
+From Richard van der Hoff:
+The H.223 dissector contains code to deal with "bitswapped" captures - ie, where all of the bytes have their bits backwards. It seems that this is much better handled as a separate dissector entry point, so that the right one can be chosen when the dissector is registered, rather than the current dubious heuristics.
+------------------------------------------------------------------------
+r20894 | gerald | 2007-02-21 10:10:43 -0800 (Wed, 21 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/Makefile.am
+
+Try to fix distcheck.
+
+------------------------------------------------------------------------
+r20895 | sahlberg | 2007-02-21 12:21:11 -0800 (Wed, 21 Feb 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet_info.h
+
+add a field in pinfo where dcerpc/pidl can store the name of the current dcerpc procedure
+
+use this field in the policy handle helper to indicate not only which frames the handle was opened/close in but also the name of the function that opened it.
+eventually, when other pidl support infrastructure is developed it would be nice if this could be expanded to also contain the name of the object/handle opened.
+
+
+
+------------------------------------------------------------------------
+r20896 | sahlberg | 2007-02-21 12:23:44 -0800 (Wed, 21 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/pidl/winreg.cnf
+
+regenerate WINREG as a test with the some new PIDL enhancements to show ithe name of the iprocedure a policy handle was created in.
+
+also
+fix some mistakes in the conformance file for when handles are opened/created
+
+
+------------------------------------------------------------------------
+r20897 | wmeier | 2007-02-21 19:21:26 -0800 (Wed, 21 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
+
+From Ryan Wamsley: Add Connection Configuration Object support to EtherNet/IP dissector
+
+------------------------------------------------------------------------
+r20898 | etxrab | 2007-02-22 12:40:19 -0800 (Thu, 22 Feb 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/plugins/h223/packet-h223.c
+
+From Richard van der Hoff:
+Along with this bug, identified by Mark, there is another problem, in that one of the chunks of my earlier patch seemed to get missed off when Anders committed it. This won't break anything yet, as the H.223-over-RTP dissection hasn't landed on trunk yet, but it will cause all sorts of nasties when it does.
+
+Here is a new patch, against current trunk, which should fix Mark's bug, my bug, and a comment typo.
+
+And a patch wich improves the general robustness of the h.223 dissector (making it less likely to crash on malformed data).
+
+Hopefully this also fixes a bug raised by Fabio Sguanci a few weeks ago. 
+Fabio: I think a better way to fix the problem is to stop the dissector crashing when it finds a malformed PDU, so that it just treats the first pdu as malformed; there is then no need to special-case it.
+------------------------------------------------------------------------
+r20899 | etxrab | 2007-02-22 22:47:07 -0800 (Thu, 22 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+
+From Charles Lepple:
+When dissecting RTP packets with a H.263 payload, the "Mark" flag runs into the Mode A/B flag in the info column.
+
+From me abriviate Payload type to PT.
+------------------------------------------------------------------------
+r20900 | jake | 2007-02-23 07:22:24 -0800 (Fri, 23 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+From Morro Roberto:
+Please find attached a patch to the RSVP dissector that fixes a small inaccuracy when printing the SENDER TSPEC object.
+Substantially, it changes the string
+"C-type: 1 - Integrated Services" into the correct one
+"C-type: 2 - Integrated Services"
+------------------------------------------------------------------------
+r20901 | lego | 2007-02-23 11:04:41 -0800 (Fri, 23 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-m3ua.c
+
+add hidden fields for mtp3.dpc mtp3.opc mtp3.pc to m3ua so that if someone filters by mtp3.pc can get both m2ua and m3ua packets directed towars a caertain pc.
+
+------------------------------------------------------------------------
+r20902 | lego | 2007-02-23 11:26:09 -0800 (Fri, 23 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-m3ua.c
+
+Wow!
+ hidden fields appear twice defeating the purpose, that's what I call deprecating a function!! 
+------------------------------------------------------------------------
+r20903 | jake | 2007-02-23 11:37:01 -0800 (Fri, 23 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/Makefile.am
+   M /trunk/plugins/profinet/Makefile.common
+
+Properly introduce packet-pn.c as a helper
+------------------------------------------------------------------------
+r20904 | ulfl | 2007-02-23 11:40:27 -0800 (Fri, 23 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
+
+system requirements Windows updates:
+- Vista is no longer beta
+- disk space min. 75MB
+- be a bit more specific about no longer supported NT 4.0
+- some editing
+------------------------------------------------------------------------
+r20905 | lego | 2007-02-23 11:47:02 -0800 (Fri, 23 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-m3ua.c
+
+remove another hidden item 
+------------------------------------------------------------------------
+r20906 | ulfl | 2007-02-23 11:48:59 -0800 (Fri, 23 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/nsis/wireshark.nsi
+
+prohibit installation on Win NT 4.0
+------------------------------------------------------------------------
+r20907 | lego | 2007-02-23 12:04:09 -0800 (Fri, 23 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/megaco/packet-megaco.c
+
+have megaco handing over to h248 in case it does not recognize the buffer as text encoded megaco 
+------------------------------------------------------------------------
+r20908 | lego | 2007-02-23 12:57:22 -0800 (Fri, 23 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/h248/packet-h248-template.h
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-h248_3gpp.c
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+   M /trunk/epan/dissectors/packet-sctp.c
+
+fix some bugs introduced in the latest releases and add value_strings for param, evt, sig and stat ids s well as "sub-parameters".
+
+------------------------------------------------------------------------
+r20909 | lego | 2007-02-23 13:12:25 -0800 (Fri, 23 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+I unadvertedly checked in this one, it adds tsn analysis to sctp which is still broken (although it is disabled by default).
+Revert to previous version.
+------------------------------------------------------------------------
+r20910 | sfisher | 2007-02-23 13:31:11 -0800 (Fri, 23 Feb 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mp2t.c
+
+
+From Mark Lewis:
+
+The current RTP/MPEG2 Transport Stream dissector has a bug. When both
+Adaptation Field and Payload are present in a packet (AFC==3) the
+payload is ignored and Wireshark marks the packet as malformed.
+This patch to epan/dissectors/packet-mp2t.c fixes the problem.
+
+
+------------------------------------------------------------------------
+r20911 | ulfl | 2007-02-24 01:49:43 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
+
+WS won't work well with 256 colors
+------------------------------------------------------------------------
+r20912 | ulfl | 2007-02-24 02:26:38 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
+
+mention that Windows with 256 colors still work with GTK1
+------------------------------------------------------------------------
+r20913 | lego | 2007-02-24 04:24:13 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sdp.c
+
+have sdp ignoring useless caracters efore the first element (this is a hack to avoid the two spaces found before the v= in sdp messages embeded in h248/q1950)
+------------------------------------------------------------------------
+r20914 | ulfl | 2007-02-24 04:40:35 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
+
+better reflect the current Windows installer
+------------------------------------------------------------------------
+r20915 | ulfl | 2007-02-24 05:11:47 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
+
+give some reasons why older windows versions are no longer supported, add links to the versions known to still work with Win9x / NT 4.0
+------------------------------------------------------------------------
+r20916 | etxrab | 2007-02-24 09:31:55 -0800 (Sat, 24 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Add basic support for RFC4585.
+------------------------------------------------------------------------
+r20917 | sahlberg | 2007-02-24 13:34:29 -0800 (Sat, 24 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-efs.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
+   M /trunk/epan/dissectors/pidl/efs.cnf
+   M /trunk/epan/dissectors/pidl/efs.idl
+   M /trunk/epan/dissectors/pidl/eventlog.cnf
+   M /trunk/epan/dissectors/pidl/eventlog.idl
+
+update EFS and EVENTLOG conformance files to use the new defines
+for when policy handles are opened/closed and regenerate the dissector
+with the latest version of PIDL
+
+
+
+------------------------------------------------------------------------
+r20918 | sahlberg | 2007-02-24 17:34:41 -0800 (Sat, 24 Feb 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-ndr.c
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/packet-dcerpc.h
+
+add new PIDL friendly helpers for dissection of integer types.
+these new helpers take a parameter that can be used to decorate the tree and summary line (when this parameter is acted upon/implemented in the code inside the helpers)
+
+WINREG was regenerated using a patched version of PIDL. Mainline version of PIDL does not yet have this patch applied.
+
+
+
+------------------------------------------------------------------------
+r20919 | sahlberg | 2007-02-24 17:47:43 -0800 (Sat, 24 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nt.h
+   M /trunk/epan/dissectors/packet-dcerpc.h
+
+move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.h
+
+also change their values to use the top order bits of an uint32 instead of the least significant ones
+
+
+
+------------------------------------------------------------------------
+r20920 | lego | 2007-02-25 02:13:49 -0800 (Sun, 25 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+
++ some cosmetic changes to package dissection.
++ add more Q.1950 packages and parameters
+------------------------------------------------------------------------
+r20921 | lego | 2007-02-25 03:23:49 -0800 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248_3gpp.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+
+remove warnings
+------------------------------------------------------------------------
+r20922 | sahlberg | 2007-02-25 03:48:06 -0800 (Sun, 25 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-ndr.c
+   M /trunk/epan/dissectors/packet-dcerpc.h
+
+add new flag for PIDL conformance files : PIDL_SET_COL_INFO
+which applies (for now only) to integer types.
+when this flag is specified as PARAM_VALUE the fields name and its value will be pushed onto the info column of the summary line
+
+
+
+------------------------------------------------------------------------
+r20923 | ulfl | 2007-02-25 04:50:21 -0800 (Sun, 25 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
+
+fix #1399: don't assert the oidlength returned from the network card driver, but simply return that the PacketRequest call failed in that case.
+
+BTW: this is a serious bug in the specific network card driver of this report, it returned a buffer length LONGER than the provided buffer length one!
+------------------------------------------------------------------------
+r20924 | ulfl | 2007-02-25 07:42:56 -0800 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/update.c
+
+fix the WinPcap version detection, some minor enhancements to the update logic
+------------------------------------------------------------------------
+r20925 | ulfl | 2007-02-25 07:44:38 -0800 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/nio-ie5.c
+
+don't cache the downloaded file, so changes in the update file will have an effect while experimenting
+------------------------------------------------------------------------
+r20926 | ulfl | 2007-02-25 07:48:43 -0800 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-dcom.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+
+add a new function dissect_dcom_HRESULT_item() for some more flexibility, use it in the CBA-ACCO dissector - as the value_strings from dcom can't be used in hf_register_info from a plugin
+------------------------------------------------------------------------
+r20927 | ulfl | 2007-02-25 07:50:40 -0800 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+fix the padding in the read/write headers, some other minor changes
+------------------------------------------------------------------------
+r20928 | lego | 2007-02-25 10:03:05 -0800 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/Makefile.common
+   A /trunk/gtk/macros_dlg.c (from /trunk/gtk/macros_dlg.c:20752)
+   A /trunk/gtk/macros_dlg.h (from /trunk/gtk/macros_dlg.h:20752)
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/uat_gui.c
+   M /trunk/gtk/uat_gui.h
+   M /trunk/stat_menu.h
+
+revert (most) changes in rev #20753, to avoid items being created on a wrong menu on windows.
+------------------------------------------------------------------------
+r20929 | lego | 2007-02-25 10:22:08 -0800 (Sun, 25 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+I'm checking in what I got so far for TSN analysis.
+It's disabled. To enable uncomment the preference, recompile and enable it from preferences.
+
+I checking it in because I need it as a reference.
+------------------------------------------------------------------------
+r20930 | guy | 2007-02-25 13:57:23 -0800 (Sun, 25 Feb 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+The type argument to dnp3_al_obj_quality() isn't taken from the packet,
+so invalid type arguments are programming errors; check for them with
+DISSECTOR_ASSERT().
+
+Fix a call to use the right value from the packet.
+
+The dissector is a new-style dissector, so register it as such.
+
+------------------------------------------------------------------------
+r20931 | guy | 2007-02-25 14:46:54 -0800 (Sun, 25 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap_interop.h
+
+ANSI C defines size_t; if we don't have that defined, we have bigger
+problems, and there's no guarantee that _SIZE_T is defined on all ANSI C
+platforms, so you might end up with a redefinition and a compile failure.
+
+------------------------------------------------------------------------
+r20932 | guy | 2007-02-25 15:25:23 -0800 (Sun, 25 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap_ccmp.c
+   M /trunk/epan/crypt/airpdcap_rijndael.h
+   M /trunk/epan/crypt/airpdcap_tkip.c
+
+Eliminate __inline - not all compilers support it.
+
+------------------------------------------------------------------------
+r20933 | jmayer | 2007-02-26 00:57:03 -0800 (Mon, 26 Feb 2007) | 98 lines
+Changed paths:
+   M /trunk/tools/pidl/TODO
+   M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/tools/pidl/tests/dump.pl
+   M /trunk/tools/pidl/tests/header.pl
+   A /trunk/tools/pidl/tests/samba-ejs.pl
+   M /trunk/tools/pidl/tests/samba-ndr.pl
+   M /trunk/tools/pidl/tests/samba3-cli.pl
+   M /trunk/tools/pidl/tests/tdr.pl
+   M /trunk/tools/pidl/tests/typelist.pl
+   M /trunk/tools/pidl/tests/wireshark-conf.pl
+   M /trunk/tools/pidl/tests/wireshark-ndr.pl
+
+Update from samba tree revision 21471 to 21535
+============================ Samba log start ============
+------------------------------------------------------------------------
+r21484 | jelmer | 2007-02-21 11:31:14 +0100 (Wed, 21 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Fix Needed* for nested datastructures.
+------------------------------------------------------------------------
+r21486 | jelmer | 2007-02-21 11:55:03 +0100 (Wed, 21 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+
+Remove spurious semicolons.
+------------------------------------------------------------------------
+r21487 | jelmer | 2007-02-21 12:32:48 +0100 (Wed, 21 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/librpc/idl/echo.idl
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+
+Fix warning when using anonymous types, initial work on nested type support in ejs.
+------------------------------------------------------------------------
+r21490 | jelmer | 2007-02-21 13:35:21 +0100 (Wed, 21 Feb 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   A /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
+
+Add some tests for the EJS code
+More work on supporting nested types in EJS.
+
+------------------------------------------------------------------------
+r21492 | jelmer | 2007-02-21 15:35:25 +0100 (Wed, 21 Feb 2007) | 2 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/TODO
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+
+Finish work on nested type support in EJS.
+
+------------------------------------------------------------------------
+r21493 | jelmer | 2007-02-21 21:59:01 +0100 (Wed, 21 Feb 2007) | 15 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Patch from Ronnie Sahlberg. From his email:
+
+This patch changes the function name and signature that pidl generate
+a call for when dissecting a policy handle to a new, more
+PIDL-friendly function.
+
+It also stores the procedure name in a new pinfo-> field so that
+helpers that want to know the procedure name can finbd out easily.
+
+The new PIDL helper function for policy handles use this new field and will show
+   OpenHKU(<...>)
+       opened in frame X
+          closed in frame Y
+for the policy handle.
+
+------------------------------------------------------------------------
+r21531 | jelmer | 2007-02-25 10:35:32 +0100 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+
+Use pidl-specific utility functions. Patch from Ronnie Sahlberg
+------------------------------------------------------------------------
+r21532 | jelmer | 2007-02-25 10:55:57 +0100 (Sun, 25 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/TODO
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+Add tests for StripPrefixes utility function.
+------------------------------------------------------------------------
+r21534 | jelmer | 2007-02-26 02:03:19 +0100 (Mon, 26 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+Add some more tests for wireshark.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r20934 | jake | 2007-02-26 12:39:38 -0800 (Mon, 26 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/agentx/Makefile.nmake
+   M /trunk/plugins/agentx/plugin.rc.in
+   M /trunk/plugins/artnet/Makefile.nmake
+   M /trunk/plugins/artnet/plugin.rc.in
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/asn1/plugin.rc.in
+   M /trunk/plugins/ciscosm/Makefile.nmake
+   M /trunk/plugins/ciscosm/plugin.rc.in
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/docsis/plugin.rc.in
+   M /trunk/plugins/enttec/Makefile.nmake
+   M /trunk/plugins/enttec/plugin.rc.in
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/gryphon/plugin.rc.in
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/irda/plugin.rc.in
+   M /trunk/plugins/lwres/Makefile.nmake
+   M /trunk/plugins/lwres/plugin.rc.in
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/mate/plugin.rc.in
+   M /trunk/plugins/megaco/Makefile.nmake
+   M /trunk/plugins/megaco/plugin.rc.in
+   M /trunk/plugins/mgcp/Makefile.nmake
+   M /trunk/plugins/mgcp/plugin.rc.in
+   M /trunk/plugins/opsi/Makefile.nmake
+   M /trunk/plugins/opsi/plugin.rc.in
+   M /trunk/plugins/pcli/Makefile.nmake
+   M /trunk/plugins/pcli/plugin.rc.in
+   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/plugins/profinet/plugin.rc.in
+   M /trunk/plugins/rlm/Makefile.nmake
+   M /trunk/plugins/rlm/plugin.rc.in
+   M /trunk/plugins/rtnet/Makefile.nmake
+   M /trunk/plugins/rtnet/plugin.rc.in
+   M /trunk/plugins/rudp/Makefile.nmake
+   M /trunk/plugins/rudp/plugin.rc.in
+   M /trunk/plugins/sbus/Makefile.nmake
+   M /trunk/plugins/sbus/plugin.rc.in
+   M /trunk/plugins/stats_tree/Makefile.nmake
+   M /trunk/plugins/stats_tree/plugin.rc.in
+   M /trunk/plugins/v5ua/Makefile.nmake
+   M /trunk/plugins/v5ua/plugin.rc.in
+
+-Add the compiler version to the plugin resource
+-Remove the SPECIAL_BUILD tag
+-Set to OS type to NT_WINDOWS32
+------------------------------------------------------------------------
+r20935 | etxrab | 2007-02-26 22:25:07 -0800 (Mon, 26 Feb 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/plugins/h223/packet-h223.c
+
+From Richard van der Hoff:
+
+- Registers H.223 as a dissector for RTP CLEARMODE payloads -
+and makes some other modifications to the H.223 dissector to make this
+work correctly.
+
+-Allows a standalone binary, epan/reassemble_test, to be built; this can be run from the commandline and should end up printing out "success" 
+if all goes well.
+------------------------------------------------------------------------
+r20936 | etxrab | 2007-02-26 22:38:49 -0800 (Mon, 26 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/simple_dialog.c
+
+From Floren Drouin:
+
+This patch add a test on the GTK version to avoid a warning with the "gtk-label-select-on-focus" configuration parameter, introduced in GTK-2.9.0.
+------------------------------------------------------------------------
+r20937 | etxrab | 2007-02-26 22:54:41 -0800 (Mon, 26 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-epl.h
+
+From Daniel Kr?\195?\188ger:
+
+I attached a patch to this dissector, which includes some corrections, updates and SDO by UDP support. I will upload a sample capture of SDO by UDP to the wiki. The patch is fuzzy tested against the current SVN rev under Linux and it builds also under MSVC2005.
+------------------------------------------------------------------------
+r20938 | etxrab | 2007-02-26 22:58:30 -0800 (Mon, 26 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
+
+From Douglas Pratley:
+
+This patch gives brief instructions on how to build the RPM package target for Wireshark.
+------------------------------------------------------------------------
+r20939 | etxrab | 2007-02-26 23:00:11 -0800 (Mon, 26 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+
+Add $Id:$
+------------------------------------------------------------------------
+r20940 | etxrab | 2007-02-26 23:02:29 -0800 (Mon, 26 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/TGPPSh.xml
+   M /trunk/diameter/imscxdx.xml
+
+Add some AVP:s
+------------------------------------------------------------------------
+r20941 | sahlberg | 2007-02-27 01:37:48 -0800 (Tue, 27 Feb 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcerpc.h
+
+add PIDL friendly helper to manage unicode strings
+
+
+------------------------------------------------------------------------
+r20942 | morriss | 2007-02-27 02:02:28 -0800 (Tue, 27 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Some minor readability enhancements to the (still disabled) sequence analysis: use PROTO_ITEM_SET_GENERATED() on all the new fields and change hf_sctp_dup_ack's description to indicate that it's showing you the frame number of the previous ack.
+------------------------------------------------------------------------
+r20943 | lego | 2007-02-27 02:27:05 -0800 (Tue, 27 Feb 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+
+fix Bug 1406:
+it looks like 1 byte parameters are ber encoded integers, not raw data.
+------------------------------------------------------------------------
+r20944 | lego | 2007-02-27 02:47:58 -0800 (Tue, 27 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+
+fix Bug 1407
+as per bug 1406 actual values aren't raw bytes, they are BER encoded octet strings.
+
+
+------------------------------------------------------------------------
+r20945 | jmayer | 2007-02-27 12:32:15 -0800 (Tue, 27 Feb 2007) | 28 lines
+Changed paths:
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+   M /trunk/tools/pidl/tests/wireshark-conf.pl
+   M /trunk/tools/pidl/tests/wireshark-ndr.pl
+
+Update from samba tree revision 21535 to 21565
+============================ Samba log start ============
+------------------------------------------------------------------------
+r21545 | jelmer | 2007-02-26 18:43:01 +0100 (Mon, 26 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+Fix pidl test.
+------------------------------------------------------------------------
+r21555 | jelmer | 2007-02-27 13:46:19 +0100 (Tue, 27 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
+
+Some tests for TYPE in wireshark conformance files.
+------------------------------------------------------------------------
+r21559 | jelmer | 2007-02-27 14:41:56 +0100 (Tue, 27 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
+
+More tests.
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r20946 | sfisher | 2007-02-27 16:08:23 -0800 (Tue, 27 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+
+Fix for bug #1408:
+
+Add proto_tree_add_bitmask to epan/libwireshark.def
+
+
+------------------------------------------------------------------------
+r20947 | lego | 2007-02-28 06:09:25 -0800 (Wed, 28 Feb 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+SCTP TSN analysis part 1.
 
-       * packet-rtsp.c:
+Up and running.
+As it is analysis will stop at TSN rollover (0xffffffff->0x00000000).
 
-         From Anders Broman: add the alternate TCP port.
+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).
 
-2003-12-23 00:15  ulfl
+It still needs testing.
+------------------------------------------------------------------------
+r20948 | etxrab | 2007-02-28 13:10:25 -0800 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/inap/inap.asn
+   M /trunk/epan/dissectors/packet-inap.c
 
-       * wiretap/netmon.c, gtk/capture_dlg.c, gtk/gui_prefs.c,
-         gtk/io_stat.c, gtk/progress_dlg.c, gtk/tcp_graph.c:
+Add a missing OPTIONAL.
+------------------------------------------------------------------------
+r20949 | etxrab | 2007-02-28 13:46:06 -0800 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h263.c
 
-         removed some MSVC warnings (conversions between double/float and
-         int)
+Start dissecting H.263 according to RFC 4629.
+------------------------------------------------------------------------
+r20950 | sfisher | 2007-02-28 14:45:18 -0800 (Wed, 28 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/tshark.c
 
-2003-12-23 00:32  guy
 
-       * gtk/print_dlg.c:
+Fix problem where specifying -b duration:xx on tshark wasn't working by
+testing for the "duration specified" variable along with the "maximum
+file size" variable.
 
-         Base the count of selected packets on whether there's a
-         currently-selected packet.
+------------------------------------------------------------------------
+r20951 | sfisher | 2007-02-28 15:20:40 -0800 (Wed, 28 Feb 2007) | 6 lines
+Changed paths:
+   M /trunk/gtk/Makefile.common
+   D /trunk/gtk/content_list_http.c
+   A /trunk/gtk/export_object.c
+   A /trunk/gtk/export_object.h
+   A /trunk/gtk/export_object_http.c (from /trunk/gtk/content_list_http.c:20894)
+   M /trunk/gtk/file_dlg.c
+   M /trunk/gtk/file_dlg.h
+   M /trunk/gtk/menu.c
+   M /trunk/stat_menu.h
 
-         Use "cfile.count" as the total number of packets in the capture.
 
-         Use "plurality" to display "packet" vs. "packets".
+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..
 
-2003-12-23 01:22  guy
 
-       * packet-http.c:
+------------------------------------------------------------------------
+r20952 | lego | 2007-02-28 16:24:57 -0800 (Wed, 28 Feb 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-bctp.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+   M /trunk/epan/dissectors/packet-sdp.c
 
-         Note that we should handle the Content-Length entity header.
+Those two spaces before sdp were bctp (Q.1990), a protocol conveniently encoded to be two spaces in case of IPBCP (SDP+extras).
 
-2003-12-23 01:25  guy
+There's probably something similar in packet-isup.c
 
-       * packet-rtsp.c:
+------------------------------------------------------------------------
+r20953 | sfisher | 2007-02-28 18:18:18 -0800 (Wed, 28 Feb 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/simple_dialog.c
 
-         Note that we should do the same sort of entity header processing
-         that HTTP does.
 
-         Note that the RTSP RFC talks about packets with no content
-         length, although it also says they shouldn't exist.
+Wrap long lines in simple dialogs so that the dialog and its message
+won't ever extend off the screen.
 
-         Update a comment now that we *do* handle data that crosses TCP
-         segment boundaries.
 
-         Handle the payload length a bit differently, to make it a bit
-         clearer what's going on.
+------------------------------------------------------------------------
+r20954 | ulfl | 2007-03-01 01:36:01 -0800 (Thu, 01 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.am
 
-2003-12-23 01:42  guy
+add export_object.h so distcheck don't fail
+------------------------------------------------------------------------
+r20955 | sfisher | 2007-03-01 13:08:01 -0800 (Thu, 01 Mar 2007) | 13 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
 
-       * packet-http.c:
 
-         Process the content length.
+Fix bug #1409:
 
-2003-12-23 02:02  guy
+There is an error in the page:
+http://wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html
 
-       * packet-http.c:
+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'.
 
-         In HTTP-over-TCP, handle more than one HTTP message in a TCP
-         segment.  Don't do that for HTTP-over-UDP, however.
 
-2003-12-23 02:29  guy
+------------------------------------------------------------------------
+r20956 | sfisher | 2007-03-01 13:28:57 -0800 (Thu, 01 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan
 
-       * Makefile.am, Makefile.nmake, packet-http.c, packet-rtsp.c,
-         req_resp_hdrs.c, req_resp_hdrs.h, rreh.c, rreh.h:
 
-         Not all headers in HTTP, RTSP, SIP, etc. are entity headers;
-         rename some files, routines, data structures, etc..
+Add epan/reassemble_test executable to svn:ignore
 
-2003-12-23 11:53  ulfl
 
-       * doc/Makefile.nmake:
+------------------------------------------------------------------------
+r20957 | gal | 2007-03-02 09:28:43 -0800 (Fri, 02 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
 
-         calling tethereal in it's place, to prevent problems with dll
-         loading
+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.
 
-2003-12-23 11:57  ulfl
 
-       * config.nmake:
+------------------------------------------------------------------------
+r20958 | sfisher | 2007-03-02 13:17:44 -0800 (Fri, 02 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/filesystem.c
 
-         removed COMMON_FILES_GNU from path, use the directories xy_DIR
-         from the settings above
 
-2003-12-23 12:07  obiot
+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.
 
-       * epan/packet_info.h, packet-smpp.c, packet-wsp.c, packet-wtp.c:
 
-         Move the GSM SMS dissection to a dedicated subdissector
-         (currently still within packet-smpp.c).
+------------------------------------------------------------------------
+r20959 | sfisher | 2007-03-02 13:47:34 -0800 (Fri, 02 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/menu.c
 
-         Now the higher-level protocols show up without the need of
-         unfolding the SMPP dissector tree.
 
-         Add a new address type AT_STRINGZ, and use it for GSM SMS message
-         reassembly.
+Activate the File -> Export menu when a capture is in
+progress in addition to when a capture file is open.
 
-         Get rid of the different UDH IE subtrees, and replace them with
-         one subtree for all UDH IEs.
 
-         Add debug logging to SMPP and SMPP GSM SMS dissectors.
+------------------------------------------------------------------------
+r20960 | gerald | 2007-03-02 15:44:54 -0800 (Fri, 02 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
 
-         Move the Short Message reassembly from the SMPP dissector to the
-         SMPP GSM SMS dissector. Fix duplicated "reassembled in" header
-         fields.
+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.
 
-         Rename header fields that are now part of SMPP GSM SMS (including
-         the dissector table name, so it has also been updated in
-         packet-wsp.c and packet-wtp.c).
+------------------------------------------------------------------------
+r20961 | sfisher | 2007-03-02 19:14:00 -0800 (Fri, 02 Mar 2007) | 12 lines
+Changed paths:
+   M /trunk/docbook/user-guide.xml
+   A /trunk/docbook/wsug_graphics/ws-export-objects.png
+   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/gtk/export_object.c
+   M /trunk/gtk/export_object.h
+   M /trunk/gtk/export_object_http.c
+   M /trunk/gtk/help_dlg.c
+   M /trunk/gtk/help_dlg.h
 
-         Add an explicit "if (!tree) return" in the WSP add_headers()
-         method.
 
-         NOTE: it would be great if we were able to merge the existing
-         packet-gsm_sms.c and the SMPP GSM SMS dissector.
+Update object export code:
 
-2003-12-23 21:16  guy
+ - 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 
 
-       * packet-ssh.c:
 
-         Handle the case where "ssh_dissect_protocol()", for the first
-         packet, didn't determine the version number.
+------------------------------------------------------------------------
+r20962 | ulfl | 2007-03-03 01:30:15 -0800 (Sat, 03 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-lldp.c
 
-2003-12-23 21:18  guy
+use the official PROFINET names (only comments changed)
+------------------------------------------------------------------------
+r20963 | ulfl | 2007-03-03 01:33:02 -0800 (Sat, 03 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-       * packet-beep.c:
+fix read handling of index 0x8051 and 0xe00c
+------------------------------------------------------------------------
+r20964 | gal | 2007-03-03 07:05:03 -0800 (Sat, 03 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/manifest.tmpl
+   M /trunk/packaging/u3/win32/u3util.c
 
-         Have "tvb_ensure_length_remaining()" throw the appropriate
-         exception if there's no data remaining - its callers largely
-         depend on it doing so.
+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.
 
-         That means that the BEEP dissector doesn't have to check for it
-         returning 0.
 
-2003-12-23 21:22  guy
+------------------------------------------------------------------------
+r20965 | lego | 2007-03-03 08:36:19 -0800 (Sat, 03 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/h248/packet-h248-template.h
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
-       * epan/tvbuff.c:
++ improve dissection of PkdName
++ complete H.248.1 E.1 Generic Package
+
+------------------------------------------------------------------------
+r20966 | lego | 2007-03-03 15:33:56 -0800 (Sat, 03 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
+
+- have the signal name to be in the right subtree
+------------------------------------------------------------------------
+r20967 | lego | 2007-03-03 15:38:35 -0800 (Sat, 03 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sccp.h
+
+Add an optional generated id to each association and have a tree with links to all messages of the association bellow it.
+
+------------------------------------------------------------------------
+r20968 | sahlberg | 2007-03-03 17:15:44 -0800 (Sat, 03 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/pidl/winreg.cnf
+
+add dissection of the WINREG specific bits in the accessmask for WINREG objects
+
+
+------------------------------------------------------------------------
+r20969 | lego | 2007-03-03 17:55:02 -0800 (Sat, 03 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+
+add sections for the various user tables.
+------------------------------------------------------------------------
+r20970 | lego | 2007-03-03 18:27:11 -0800 (Sat, 03 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/uat_gui.c
+
+protect callbacks of derived windows from dereferencing a null pointer if the main table has being closed in the meanwhile.
+------------------------------------------------------------------------
+r20971 | jmayer | 2007-03-04 03:48:07 -0800 (Sun, 04 Mar 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ip.c
+   A /trunk/epan/dissectors/packet-tapa.c
+
+The beginnings of a TAPA dissector (Trapeze Access Point Access Protocol).
+Admittedly not much, so if you have any ideas what the rest means or where
+I'm wrong please provide feedback.
+
+As tapa uses udp 5000 and ip protocol 4, I needed to add a hack for the
+ip part to properly dispatch betweeen ipip and tapa-tunnel (actually I
+was unable to turn the ipip dissector into a heuristic dissector :-)
+
+------------------------------------------------------------------------
+r20972 | lego | 2007-03-04 08:00:05 -0800 (Sun, 04 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua.h
+   M /trunk/epan/wslua/wslua_proto.c
+
+do not return before ENDTRY when handling an exception, this would leave the fat stack without the top and cause the dereferencing of a null pointer later on when popping in the next ENDTRY.
+
+Oddly enough this shows up only on windows. Maybe there's something good in my Mac's temporary disability!
+
+------------------------------------------------------------------------
+r20973 | jmayer | 2007-03-04 13:26:47 -0800 (Sun, 04 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tapa.c
+
+Some updates to the tunnel protocol decoding.
+Make tapa.discover.x and tapa.tunnel.y more consistent.
+
+------------------------------------------------------------------------
+r20974 | jake | 2007-03-05 12:25:54 -0800 (Mon, 05 Mar 2007) | 17 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+From Richard van der Hoff:
+I've had a good look at the code in packet-tcp.c, and whilst it's
+somewhat impenetrable, I've come to the conclusion that it just doesn't
+support multiple pdus as described.
+
+That's not entirely unreasonable in itself; my objection is solely to
+the fact that README.developer is completely misleading. In fact, even
+the example dissect_cstr won't work on the tcp dissector, because if you
+set desegment_len=1 the tcp dissector believes that you know what you
+are doing and doesn't let you change your mind later.
+
+Furthermore, 2.7.2 says that you can set desegment_len=-1; that doesn't
+work either, because the tcp dissector expects
+DESEGMENT_ONE_MORE_SEGMENT, which is 0x0fffffff, which is nowhere near -1.
+
+In short, I think the relevant section of README.developer needs a
+rewrite. I attach a patch - comments welcome.
+------------------------------------------------------------------------
+r20975 | etxrab | 2007-03-05 14:04:51 -0800 (Mon, 05 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+
+Add Dave Butt to the AUTHORS file.
+------------------------------------------------------------------------
+r20976 | lego | 2007-03-05 14:47:40 -0800 (Mon, 05 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
++ Quick and dirty fix in association matching code to avoid a vtag==0 (init) to "curse" an entire association. Yes, it has to be reworked... but I need it for debugging purposes.
+
++ Add the fields sctp.sack_gap_block_start_tsn and sctp.sack_gap_block_end_tsn so that one can filter over a tsn ack acked by a gap block.
+
+
+------------------------------------------------------------------------
+r20977 | etxrab | 2007-03-05 15:11:11 -0800 (Mon, 05 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-mikey.c
+   A /trunk/epan/dissectors/packet-mikey.h
+   M /trunk/epan/dissectors/packet-sdp.c
+
+From Mikael Magnusson:
+
+This patch adds support for key-mgmt session attributes in SDP (defined in RFC 4567). The patch also contains a Multimedia Internet KEYing (MIKEY is defined in RFC 3830) dissector plugin for "mikey" key-mgmt data.
+------------------------------------------------------------------------
+r20978 | lego | 2007-03-05 15:50:08 -0800 (Mon, 05 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sccp.h
+
+prepare for in-tree call tracing of bssap and ranap.
+
+------------------------------------------------------------------------
+r20979 | sfisher | 2007-03-05 16:35:35 -0800 (Mon, 05 Mar 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+
+
+Introduce a new function called have_tap_listener(int tap_id) to
+tell if a specific tap id is currently listening for data.
+This complements the function have_tap_listeners(), which checks
+to see if any tap is currently listening.
+
+
+------------------------------------------------------------------------
+r20980 | sfisher | 2007-03-05 16:36:25 -0800 (Mon, 05 Mar 2007) | 15 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/gtk/export_object.c
+   M /trunk/gtk/export_object.h
+   M /trunk/gtk/export_object_http.c
+
+
+Export Object code/documentation updates:
+
+ - Note in the user's guide that export object is not available 
+   in GTK1 builds of Wireshark.
+ - Make scanning through the slists more efficient
+ - Use new tap.c function called have_tap_listener() to only save
+   object payload data when the export object listener is actively
+   listening for it.
+ - Save objects in the HTTP dissector with g_malloc() instead of
+   se_malloc() and free it when we're done with it - when the
+   export object window is closed (Fixes bug #1412)
+ - Various minor improvements
+
+
+------------------------------------------------------------------------
+r20981 | lego | 2007-03-05 16:48:46 -0800 (Mon, 05 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
++ get the Acks in the block where they belong.
++ change the ack tree root to be the TSN being acked and have the chunk frame and rtt under it.
+
+still to do: TSN wrap
+
+------------------------------------------------------------------------
+r20982 | martinm | 2007-03-06 05:37:39 -0800 (Tue, 06 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Append ms calculation to DLSR field.
+Show number of bytes derived from length field.
+
+------------------------------------------------------------------------
+r20983 | etxrab | 2007-03-06 12:58:14 -0800 (Tue, 06 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h263.c
+
+More dissecting of H.263 according to RFC 4629.
+------------------------------------------------------------------------
+r20984 | etxrab | 2007-03-06 13:03:27 -0800 (Tue, 06 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+From Stig Bj?\195?\184rlykke:
+When dumping elements in a constructor in dissect_unknown_ber the last element is not put in the correct subtree, because the while- loop does not include the header length when checking for the end.
+------------------------------------------------------------------------
+r20985 | ulfl | 2007-03-06 13:54:53 -0800 (Tue, 06 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-pn-rt.c
+
+PROFINET RT frames can also be transported over UDP Port 0x8892 - to be routable
+------------------------------------------------------------------------
+r20986 | lego | 2007-03-06 14:13:12 -0800 (Tue, 06 Mar 2007) | 7 lines
+Changed paths:
+   M /trunk/asn1/h248/h248v3.asn
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+
+Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:
+
+- for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change.
+
+> In observed event descriptor, it is called ?\226?\128?\156eventName?\226?\128?\157, but in event descriptor,
+> it is called ?\226?\128?\156pkgdName?\226?\128?\157. It should be ?\226?\128?\156eventName?\226?\128?\157 in both cases.
+
+------------------------------------------------------------------------
+r20987 | lego | 2007-03-06 15:16:59 -0800 (Tue, 06 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+
+terminate an array!
+------------------------------------------------------------------------
+r20988 | lego | 2007-03-06 15:23:59 -0800 (Tue, 06 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+
+two inverted value_strings
+------------------------------------------------------------------------
+r20989 | gerald | 2007-03-06 15:55:00 -0800 (Tue, 06 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/test/config.sh
+
+Under Windows, try to use the first interface that looks like Ethernet
+as the capture interface.  This should fix the capture test failures on
+the Windows builder.
+
+------------------------------------------------------------------------
+r20990 | gerald | 2007-03-06 17:17:24 -0800 (Tue, 06 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/wiretap/iseries.c
+
+Fix a couple of off-by-one overflows reported in bug 1415.  Update the
+release notes accordingly.
+
+------------------------------------------------------------------------
+r20991 | jmayer | 2007-03-06 23:50:48 -0800 (Tue, 06 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/FAQ
+   M /trunk/help/faq.txt
+   M /trunk/manuf
+
+Update manuf and faq
+
+------------------------------------------------------------------------
+r20992 | jmayer | 2007-03-06 23:55:00 -0800 (Tue, 06 Mar 2007) | 168 lines
+Changed paths:
+   M /trunk/tools/pidl/MANIFEST
+   M /trunk/tools/pidl/README
+   M /trunk/tools/pidl/TODO
+   M /trunk/tools/pidl/idl.yp
+   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/tools/pidl/tests/header.pl
+   M /trunk/tools/pidl/tests/ndr.pl
+   M /trunk/tools/pidl/tests/ndr_tagtype.pl
+   M /trunk/tools/pidl/tests/parse_idl.pl
+   M /trunk/tools/pidl/tests/samba-ejs.pl
+   M /trunk/tools/pidl/tests/samba-ndr.pl
+   M /trunk/tools/pidl/tests/typelist.pl
+   M /trunk/tools/pidl/tests/wireshark-ndr.pl
+
+Update from samba tree revision 21565 to 21739
+============================ Samba log start ============
+------------------------------------------------------------------------
+r21567 | jelmer | 2007-02-27 21:35:56 +0100 (Tue, 27 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+Add some more wireshark tests.
+------------------------------------------------------------------------
+r21568 | jelmer | 2007-02-27 22:37:31 +0100 (Tue, 27 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
+
+More tests.
+------------------------------------------------------------------------
+r21572 | jelmer | 2007-02-28 00:47:07 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
+
+More work towards supporting tagged types.
+------------------------------------------------------------------------
+r21573 | jelmer | 2007-02-28 01:19:57 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
+
+Remove more code that assumed all types are typedefs.
+------------------------------------------------------------------------
+r21574 | jelmer | 2007-02-28 01:28:14 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+
+Fix handling of DECLARE.
+------------------------------------------------------------------------
+r21575 | jelmer | 2007-02-28 01:35:21 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
+
+Fix handling of is_scalar() for declares.
+------------------------------------------------------------------------
+r21578 | jelmer | 2007-02-28 02:51:37 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/README
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Use utility function for naming pull/push/print functions.
+------------------------------------------------------------------------
+r21579 | jelmer | 2007-02-28 03:01:58 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
+
+Use utility function to determine function names in ejs code.
+------------------------------------------------------------------------
+r21584 | jelmer | 2007-02-28 14:25:53 +0100 (Wed, 28 Feb 2007) | 6 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/librpc/idl/echo.idl
+   M /branches/SAMBA_4_0/source/pidl/README
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
+
+Support for tagged types has landed!
+
+It's now possible to use "struct foo" without a typedef in IDL files.
+
+echo_info4 is the first type that's been converted.
+
+------------------------------------------------------------------------
+r21586 | jelmer | 2007-02-28 15:56:46 +0100 (Wed, 28 Feb 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/MANIFEST
+
+update manifest
+------------------------------------------------------------------------
+r21654 | jelmer | 2007-03-02 15:05:52 +0100 (Fri, 02 Mar 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
+
+Add simple test for print functions.
+------------------------------------------------------------------------
+r21656 | jelmer | 2007-03-02 15:53:09 +0100 (Fri, 02 Mar 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   A /branches/SAMBA_4_0/source/lib/registry/tests
+   A /branches/SAMBA_4_0/source/lib/registry/tests/generic.c (from /branches/SAMBA_4_0/source/torture/local/registry.c:21654)
+   A /branches/SAMBA_4_0/source/lib/socket/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/socket.c:21654)
+   A /branches/SAMBA_4_0/source/lib/tdr/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/tdr.c:21654)
+   A /branches/SAMBA_4_0/source/lib/util/tests
+   A /branches/SAMBA_4_0/source/lib/util/tests/file.c (from /branches/SAMBA_4_0/source/torture/local/util_file.c:21654)
+   A /branches/SAMBA_4_0/source/lib/util/tests/idtree.c (from /branches/SAMBA_4_0/source/torture/local/idtree.c:21654)
+   A /branches/SAMBA_4_0/source/lib/util/tests/strlist.c (from /branches/SAMBA_4_0/source/torture/local/util_strlist.c:21654)
+   A /branches/SAMBA_4_0/source/librpc/tests
+   A /branches/SAMBA_4_0/source/librpc/tests/binding_string.c (from /branches/SAMBA_4_0/source/torture/local/binding_string.c:21654)
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   D /branches/SAMBA_4_0/source/torture/local/binding_string.c
+   M /branches/SAMBA_4_0/source/torture/local/config.mk
+   D /branches/SAMBA_4_0/source/torture/local/idtree.c
+   D /branches/SAMBA_4_0/source/torture/local/registry.c
+   D /branches/SAMBA_4_0/source/torture/local/socket.c
+   D /branches/SAMBA_4_0/source/torture/local/tdr.c
+   D /branches/SAMBA_4_0/source/torture/local/util_file.c
+   D /branches/SAMBA_4_0/source/torture/local/util_strlist.c
+
+Move tests a bit closer to the things they test, should make syncing with samba3 easier.
+------------------------------------------------------------------------
+r21681 | jelmer | 2007-03-04 15:16:52 +0100 (Sun, 04 Mar 2007) | 5 lines
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/TODO
+   M /branches/SAMBA_4_0/source/pidl/idl.yp
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
+
+Fix bug in the parsing code that parsed "struct foo;" the same as 
+"struct foo {};". 
+
+Reported by one of the OpenChange folks, thanks!
+
+------------------------------------------------------------------------
+r21682 | jelmer | 2007-03-04 15:31:18 +0100 (Sun, 04 Mar 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
+
+Remove accidently committed debug command.
+------------------------------------------------------------------------
+r21690 | jelmer | 2007-03-05 01:03:44 +0100 (Mon, 05 Mar 2007) | 1 line
+Changed paths:
+   M /branches/SAMBA_4_0
+   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+   M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
+
+Test use of typedef /and/ struct name
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r20993 | lego | 2007-03-07 06:13:56 -0800 (Wed, 07 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-h248_10.c
+
+another (very small) H.248 package, H.248.10 : Media gateway resource congestion handling package
+
+------------------------------------------------------------------------
+r20994 | lego | 2007-03-07 06:17:08 -0800 (Wed, 07 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248_10.c
+
+props
+------------------------------------------------------------------------
+r20995 | tuexen | 2007-03-07 10:37:56 -0800 (Wed, 07 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iua.c
+
+Fix a crash: You can not combine unsinged types like FT_INT32 and BASE_HEX.
+
+------------------------------------------------------------------------
+r20996 | tuexen | 2007-03-07 12:28:48 -0800 (Wed, 07 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-enrp.c
+
+Add support for draft-ietf-rserpool-policies-04.txt.
+
+------------------------------------------------------------------------
+r20997 | sfisher | 2007-03-07 15:39:45 -0800 (Wed, 07 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
+   M /trunk/gtk/io_stat.c
+
+
+Add a "Bits/Tick" option to the IO Stats dialog to complement the
+"Bytes/Tick" option.
+
+
+------------------------------------------------------------------------
+r20998 | lego | 2007-03-07 16:18:25 -0800 (Wed, 07 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+in TSN tracking: handle the TSN rollover.
+I'll keep TSN tracking disabled by default, as it slows down dissection significantly and eats tons of memory!
+
+------------------------------------------------------------------------
+r20999 | lego | 2007-03-07 16:37:07 -0800 (Wed, 07 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+avoid using an "uninitialized" start variable on gap blocks
+------------------------------------------------------------------------
+r21000 | lego | 2007-03-07 16:43:08 -0800 (Wed, 07 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+fix a syntax error on the last check-in...
+
+------------------------------------------------------------------------
+r21001 | lego | 2007-03-08 01:59:16 -0800 (Thu, 08 Mar 2007) | 2 lines
+Changed paths:
+   A /trunk/epan/dissectors/packet-h248_7.c
+
+Yet another H.248 package: H.248.7 Gateway control protocol: Generic Announcement package
+
+------------------------------------------------------------------------
+r21002 | jmayer | 2007-03-08 06:49:14 -0800 (Thu, 08 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.common
+
+Whitespace changes
+------------------------------------------------------------------------
+r21003 | lego | 2007-03-08 14:59:44 -0800 (Thu, 08 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+actually compile H.248.7
+------------------------------------------------------------------------
+r21004 | lego | 2007-03-08 15:00:28 -0800 (Thu, 08 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_field.c
+
+fix Bug 1370
+LUA function all_field_infos() causes wire shark to terminate.
+------------------------------------------------------------------------
+r21005 | ulfl | 2007-03-08 15:37:55 -0800 (Thu, 08 Mar 2007) | 7 lines
+Changed paths:
+   M /trunk/doc/wireshark.pod
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/menu.c
+
+from Sake Blok:
+I have changed the patch according to your suggestions and also changed
+the doc[book] files accordingly. I tested the patch and it does seem to
+work fine on my test-system.
+
+ULFL: In addition, I've added the en-/disabling to the other (already existing) Copy menu items - some just did nothing, some crashed if nothing was selected.
+I've also sligthly changed the menu seperators and made both context menus look a bit more identical.
+------------------------------------------------------------------------
+r21006 | ulfl | 2007-03-08 15:48:59 -0800 (Thu, 08 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+
+remove the separator above the "Export Selected Packet Bytes" context menu item
+------------------------------------------------------------------------
+r21007 | gerald | 2007-03-08 17:40:30 -0800 (Thu, 08 Mar 2007) | 12 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+
+Fix for bug 1264 from Julian Cable:
+
+    I've refactored the offending code branch and added some comments so
+  hopefully the intent is a bit clearer. The loop termination conditions
+  are now obviously independent of the content on the wire (they were
+  meant to be before, but I admit it was obscure). I've tried using the
+  ephemeral memory routines.
+
+Add a check for a maximum fragment count, and bail out of reassembly instead
+of triggering an ep_alloc exception.  Add Julian to AUTHORS.  Update the 
+release notes.
+
+------------------------------------------------------------------------
+r21008 | tuexen | 2007-03-09 02:49:23 -0800 (Fri, 09 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Add HMAC Algo constants.
+
+------------------------------------------------------------------------
+r21009 | jmayer | 2007-03-09 05:11:33 -0800 (Fri, 09 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
+
+Regenerated with current pidl compiler
+
+------------------------------------------------------------------------
+r21010 | jmayer | 2007-03-09 05:13:44 -0800 (Fri, 09 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/packet_info.h
+
+dcerpc_procedure_name  is actually a const char*, not just char*
+
+------------------------------------------------------------------------
+r21011 | jmayer | 2007-03-09 05:14:09 -0800 (Fri, 09 Mar 2007) | 29 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bctp.c
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sccp.h
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/u3.h
+
+GCC warning fixes
+epan/dissectors/
+packet-bctp.c:
+       no newline at end of file
+packet-epl.c:
+       C++ style comments are not allowed in ISO C90
+packet-sccp.c:
+       missing initializer
+packet-sccp.h:
+       comma at end of enumerator list
+packet-sctp.c:
+       suggest parentheses around assignment used as truth value
+packet-vnc.c:
+       control reaches end of non-void function
+       pointer targets in passing argument 1 of 'g_strtod' differ in
+               signedness
+       pointer targets in passing argument 3 of 'vnc_client_to_server'
+               differ in signedness
+gtk/
+main.c:
+       C++ style comments are not allowed in ISO C90
+u3.h:
+       function declaration isn't a prototype
+
+Other (trivial) stuff
+packet-sccp.h:
+       Add svn properties
+
+
+------------------------------------------------------------------------
+r21012 | sahlberg | 2007-03-09 12:02:25 -0800 (Fri, 09 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+
+move some variable declarations to the start of the block.
+
+many compilers do not support the nonstandard feature to declare variables in the middle of a block.
+
+
+
+------------------------------------------------------------------------
+r21013 | lego | 2007-03-09 18:04:57 -0800 (Fri, 09 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/k12.c
+
+Major cleanup of debug code and whitespace changes.
+------------------------------------------------------------------------
+r21014 | lego | 2007-03-09 18:11:51 -0800 (Fri, 09 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+Make sure ENDTRY is evaluated.
+
+On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack.
+
+------------------------------------------------------------------------
+r21015 | lego | 2007-03-09 18:13:00 -0800 (Fri, 09 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wcp.c
+
+Make sure ENDTRY is evaluated.
+
+On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack.
+
+------------------------------------------------------------------------
+r21016 | morriss | 2007-03-10 00:36:24 -0800 (Sat, 10 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-epmd.c
+
+From Joost Yervante Damad via bug 1383: support for Erlang Port Mapper Daemon
+message dissection.
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1383
+
+------------------------------------------------------------------------
+r21017 | morriss | 2007-03-10 07:06:11 -0800 (Sat, 10 Mar 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-epl.h
+
+From David Buechi:
+
+- don't show EPL src- and dst-address of SoC frame (same as SoA)
+- show SoA requested service only if it's not "NO_SERVICE"
+- NMT state in StatusResponse in words, not numbers
+- don't show MC and PS flags in SoC (it's now configurable via "Preferences")
+
+Furthermore I extended the value_string struct for the NMT-Command-IDs
+(asnd_cid_vals). This change is used to fully decode the NMTRequest frames.
+
+------------------------------------------------------------------------
+r21018 | morriss | 2007-03-10 22:16:00 -0800 (Sat, 10 Mar 2007) | 18 lines
+Changed paths:
+   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
+   M /trunk/epan/dissectors/packet-dcp.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/proto.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-ptcp.c
+
+Fix bug 552:
+
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=552
+
+by enforcing that header fields have names of length > 0.  This should fix
+the display of those fields and also make them filterable (which was the
+subject of the bug).  Abbreviations are (still) optional: if they are empty
+then the field is not filterable.
+
+Update README.developer with this information.
 
-         Have "tvb_ensure_length_remaining()" throw the appropriate
-         exception if there's no data remaining - its callers largely
-         depend on it doing so.
+Add header field names in several dissectors where they were missing.
 
-         That means that the BEEP dissector doesn't have to check for it
-         returning 0.
+In packet-arp.c give "packet-storm-detected" a name (as above) but also set it
+as _GENERATED.
 
-2003-12-23 21:29  guy
+Also remove trailing white space from all the files checked in.
 
-       * prefs.c:
+------------------------------------------------------------------------
+r21019 | ulfl | 2007-03-11 05:07:43 -0700 (Sun, 11 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-ptcp.c
 
-         Handle the move of "smpp" preferences to "smpp-gsm-sms".
+as Jeff made empty field names "illegal", he changed the way PN-IO and PN-PTCP showed their blocks in an unwanted way - fix it
+------------------------------------------------------------------------
+r21020 | martinm | 2007-03-12 04:21:02 -0700 (Mon, 12 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-m2pa.c
 
-2003-12-24 01:12  guy
+Make m2pa dissector findable by name.
 
-       * packet-radius.c, epan/strutil.c:
+------------------------------------------------------------------------
+r21021 | sfisher | 2007-03-13 13:42:04 -0700 (Tue, 13 Mar 2007) | 17 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-http.h
+   M /trunk/gtk/export_object.c
+   M /trunk/gtk/export_object.h
+   M /trunk/gtk/export_object_http.c
 
-         Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX
-         or Windows - the problem is that GTK+ 1.3[.x] and later assume
-         strings handed to them are UTF-8 strings, not, for example, ISO
-         8859/x strings.
 
-         In packet-radius.c, re-define "isprint()" rather than #ifdeffing
-         its use (the old code was also incorrectly treating 0x7f as a
-         printable).
+HTTP Export Object updates:
 
-2003-12-24 01:21  guy
+ - Split the HTTP tap into two taps: one for the HTTP statistics
+   and the other for the export object function.  This allows the
+   HTTP statistics to work again (they seem to have been
+   partially broken since SVN rev 18901).
+ - Pass the conversation data (conv_data) between functions now
+   instead of using the global variable stat_info (now only used
+   for the HTTP stats)
+ - Pass only pointers from the HTTP dissector to the Export Object
+   tap, where we'll then copy the values and insert into the slist.
+ - Make sure we free all memory allocated by this feature when
+   we're done with it.
+ - Various other minor improvements
+
+
+------------------------------------------------------------------------
+r21022 | ulfl | 2007-03-13 19:55:54 -0700 (Tue, 13 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/filesystem.c
+   M /trunk/epan/filesystem.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/main.c
+
+as requested by "John T. Haller" for PortableApps.com:
+add new WS command line option -P to be able to change some of the path settings
+
+this is experimental, please report bugs
+------------------------------------------------------------------------
+r21023 | etxrab | 2007-03-13 23:29:14 -0700 (Tue, 13 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/diameter/TGPPSh.xml
+   M /trunk/diameter/dictionary.xml
+   M /trunk/diameter/imscxdx.xml
+
+Add comments about 3gpp AVP:s
+------------------------------------------------------------------------
+r21024 | etxrab | 2007-03-14 00:12:55 -0700 (Wed, 14 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/tools/win32-setup.sh
+
+Use the latest GTK packages for Windows.
+------------------------------------------------------------------------
+r21025 | jmayer | 2007-03-14 08:40:44 -0700 (Wed, 14 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tapa.c
+
+Improve the heuristic for the tapa discovery classification.
+This should fix bug 1437.
+
+------------------------------------------------------------------------
+r21026 | gal | 2007-03-14 10:28:55 -0700 (Wed, 14 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-x25.c
+
+"When X.264/ISO 11570 default identification is  being used, there is no user data field in the
+CALL REQUEST packet.  This is for X.225/ISO 8073 COTP."
 
-       * gtk/: follow_dlg.c, gtkglobals.h:
+Added this default handling.
+
+
+------------------------------------------------------------------------
+r21027 | guy | 2007-03-14 11:19:13 -0700 (Wed, 14 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/main.c
 
-         Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX
-         or Windows - the problem is that GTK+ 1.3[.x] and later assume
-         strings handed to them are UTF-8 strings, not, for example, ISO
-         8859/x strings.
+Fix indentation.
 
-         In packet-radius.c, re-define "isprint()" rather than #ifdeffing
-         its use (the old code was also incorrectly treating 0x7f as a
-         printable).
+------------------------------------------------------------------------
+r21028 | guy | 2007-03-14 11:22:28 -0700 (Wed, 14 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/filesystem.c
+
+Include <ctype.h> to define "isspace()".
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r21029 | guy | 2007-03-14 11:23:19 -0700 (Wed, 14 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tapa.c
+
+"dissect_tapa_static()" is a new-style dissector; register it as such.
 
-2003-12-24 02:06  obiot
+------------------------------------------------------------------------
+r21030 | guy | 2007-03-14 11:25:19 -0700 (Wed, 14 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom.c
 
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-image-gif.c:
+Correctly return the item value through the pointer.
 
-         Add support for GIF image dissection.
+------------------------------------------------------------------------
+r21031 | guy | 2007-03-14 12:29:42 -0700 (Wed, 14 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/file_dlg.c
 
-         NOTE: I propose to use packet-MIME-TREE for future media types
-         that will be added to Ethereal (E.g., packet-image-png.c).
+Get rid of some #if-ed out includes, which aren't needed.
 
-2003-12-24 09:50  guy
+------------------------------------------------------------------------
+r21032 | guy | 2007-03-14 12:30:19 -0700 (Wed, 14 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/menu.h
 
-       * packet-http.c, req_resp_hdrs.c:
+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.
 
-         In the loop that processes lines in HTTP requests and replies,
-         loop as long as there's reported data, don't just loop through
-         the data in the tvbuff.
+------------------------------------------------------------------------
+r21033 | jmayer | 2007-03-14 15:58:09 -0700 (Wed, 14 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
 
-         Fix some problems with short frames.
+strncmp(NULL, ...) isn't such a good idea.
 
-2003-12-24 10:48  guy
+------------------------------------------------------------------------
+r21034 | sfisher | 2007-03-15 17:47:26 -0700 (Thu, 15 Mar 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
 
-       * packet-tftp.c:
 
-         Don't display TFTP data if there isn't any to display.
+Fix bug #1394: Runtime error crash after clicking on HTTP packet
 
-2003-12-24 11:07  guy
+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.
 
-       * epan/proto.c:
+------------------------------------------------------------------------
+r21035 | grahamb | 2007-03-16 04:39:19 -0700 (Fri, 16 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
 
-         Let FT_PROTOCOL fields, if the length specified is -1, have a
-         length of 0 - now that "tvb_ensure_length_remaining()" ensures
-         that there's at least one byte of data, we should use
-         "tvb_length_remaining()" for FT_PROTOCOL fields.
+Corrected dissection when reading binary inputs that have per point indexes, found by Steven J. Schaeffer
+------------------------------------------------------------------------
+r21036 | martinm | 2007-03-16 07:09:12 -0700 (Fri, 16 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cops.c
 
-2003-12-24 12:46  obiot
+Turn an error that I've encountered into an easily findable expert item.
 
-       * packet-image-gif.c:
+------------------------------------------------------------------------
+r21037 | lego | 2007-03-16 14:22:35 -0700 (Fri, 16 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/crypt/crypt-sha1.c
+   M /trunk/epan/crypt/crypt-sha1.h
 
-         Fix highlighting of Image record (forgot one fixed header byte).
+From: Sebastien Tandel
+And here is the patch to change guint -> guint32 in the hmac function.
 
-         Add comments on computation of fixed header.
 
-2003-12-24 14:06  jmayer
+------------------------------------------------------------------------
+r21038 | sfisher | 2007-03-16 15:05:57 -0700 (Fri, 16 Mar 2007) | 12 lines
+Changed paths:
+   M /trunk/gtk/capture_dlg.c
 
-       * configure.in:
 
-         Add -pedantic to --with-extra-gcc-checks
+Fix bug #1375: Capture Options with many IP addresses scrolls off
+screen
 
-2003-12-24 14:45  jmayer
+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. 
 
-       * wiretap/configure.in, epan/configure.in:
 
-         Add -pedantic to --with-extra-gcc-checks
+------------------------------------------------------------------------
+r21039 | sfisher | 2007-03-16 17:10:48 -0700 (Fri, 16 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/capture_dlg.c
+
 
-2003-12-24 23:28  guy
+Update to revision 21038 - line up the IP address label with the
+rest of the items in that part of the capture dialog.
+
+
+------------------------------------------------------------------------
+r21040 | ulfl | 2007-03-16 17:36:40 -0700 (Fri, 16 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+
+minor clean_setup target enhancements
+------------------------------------------------------------------------
+r21041 | morriss | 2007-03-17 01:28:20 -0700 (Sat, 17 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tapa.c
+
+Strengthen TAPA's heuristics some:
+       - check if the tunnel type is known
+       - if it's a discover_request, check that the (first) request type
+         is known
+
+------------------------------------------------------------------------
+r21042 | morriss | 2007-03-17 01:56:11 -0700 (Sat, 17 Mar 2007) | 7 lines
+Changed paths:
+   M /trunk/gtk/mtp3_stat.c
+
+Fix bug 1336:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1336
+
+Since mtp3_stat_draw() returns immediately if passed a NULL tapdata pointer,
+call it with a pointer to the stat data (instead of NULL) in
+mtp3_stat_gtk_cb().
+
+------------------------------------------------------------------------
+r21043 | lego | 2007-03-17 07:56:04 -0700 (Sat, 17 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/wiretap/k12.c
+
+K15 phase 1
+be able to read files with records larger than 0x2000 bytes
+
+this fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=532
+------------------------------------------------------------------------
+r21044 | lego | 2007-03-17 10:40:21 -0700 (Sat, 17 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/wiretap/k12.c
+
+K15 final:
+add another interface record type with the very same arch than the "old" one.
+
+now I can read all the K15 files I got.
+------------------------------------------------------------------------
+r21045 | lego | 2007-03-17 10:55:19 -0700 (Sat, 17 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/k12.c
+
+rename a variable.
+------------------------------------------------------------------------
+r21046 | lego | 2007-03-17 14:43:34 -0700 (Sat, 17 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+
+dissect H.248 over TPKT over TCP
+------------------------------------------------------------------------
+r21047 | lego | 2007-03-17 14:44:22 -0700 (Sat, 17 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+
+dissect H.248 over TPKT over TCP
+------------------------------------------------------------------------
+r21048 | lego | 2007-03-18 06:53:07 -0700 (Sun, 18 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+
+make sure curr_info.evt is not-NULL before derreferencing it.
+
+fixes Bug 1451
+------------------------------------------------------------------------
+r21049 | lego | 2007-03-18 06:53:28 -0700 (Sun, 18 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248.c
+
+make sure curr_info.evt is not-NULL before derreferencing it.
+
+fixes Bug 1451
+------------------------------------------------------------------------
+r21050 | lego | 2007-03-18 07:56:58 -0700 (Sun, 18 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+
+make sure curr_info.sig is not-NULL before derreferencing it.
+
+similar to  Bug 1451
+------------------------------------------------------------------------
+r21051 | lego | 2007-03-18 07:57:26 -0700 (Sun, 18 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248.c
+
+make sure curr_info.sig is not-NULL before derreferencing it.
+
+similar to  Bug 1451
+------------------------------------------------------------------------
+r21052 | wmeier | 2007-03-18 08:36:22 -0700 (Sun, 18 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/epan/ftypes/Makefile.nmake
+   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/tools/lemon/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+
+Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defined)
+
+------------------------------------------------------------------------
+r21053 | lego | 2007-03-18 11:55:52 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-mtp3.h
+
+protect from multiple inclussion
+------------------------------------------------------------------------
+r21054 | lego | 2007-03-18 14:54:07 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/h248/packet-h248-template.h
+
+add a tap to h248
+------------------------------------------------------------------------
+r21055 | lego | 2007-03-18 14:55:00 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+
+add a tap to h248
+------------------------------------------------------------------------
+r21056 | lego | 2007-03-18 15:14:12 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls.h
+   M /trunk/gtk/voip_calls_dlg.c
+
+add  h248 to VoIP Calls
+------------------------------------------------------------------------
+r21057 | lego | 2007-03-18 15:26:08 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+squelch some warnings
+------------------------------------------------------------------------
+r21058 | lego | 2007-03-18 16:14:06 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-m3ua.c
+
+add an mtp3  tap to m3ua to allow VoIP Calls to see ISUP/BICC calls over M3UA
+------------------------------------------------------------------------
+r21059 | lego | 2007-03-18 16:15:19 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls_dlg.c
+
+check the pointer before derreferencing it
+------------------------------------------------------------------------
+r21060 | lego | 2007-03-18 16:16:54 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls.h
+
+have voip_calls using the m3ua tap
+------------------------------------------------------------------------
+r21061 | guy | 2007-03-18 17:03:17 -0700 (Sun, 18 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-usb.c
+
+From Charles Lepple: in a Get Descriptor message, the descriptor index
+comes before the descriptor type.
+
+------------------------------------------------------------------------
+r21062 | lego | 2007-03-18 17:32:33 -0700 (Sun, 18 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-m3ua.c
+
+bzero the tap data.
+------------------------------------------------------------------------
+r21063 | lego | 2007-03-18 17:36:42 -0700 (Sun, 18 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/voip_calls.c
+
+voip_calls.c:
+- instead of wrongly using the h248 call counter use tapinfo's counter
+
+graph_analysis.c:
+- beautify  the code (I was trying to the bug that got fixed by bzeroing m3ua tap data however this looks better!).
+------------------------------------------------------------------------
+r21064 | guy | 2007-03-18 19:36:30 -0700 (Sun, 18 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+Get rid of unused variable.
+
+------------------------------------------------------------------------
+r21065 | morriss | 2007-03-19 03:34:26 -0700 (Mon, 19 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+- Set hf_sctp_acked and hf_sctp_rtt as generated.
+- Change "sctp.retransmitted" to "sctp.retransmission" since that field
+  is set on messages that are retransmissions, not messages that were
+  retransmitted.
+- Change some formatting to make it more consistent.
+
+------------------------------------------------------------------------
+r21066 | gal | 2007-03-19 12:08:22 -0700 (Mon, 19 Mar 2007) | 34 lines
+Changed paths:
+   M /trunk/epan/prefs-int.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/prefs.h
+   M /trunk/gtk/prefs_dlg.c
+
+This change allows a structure to be created under the "Protocols" section of the preferences.
 
-       * epan/tvbuff.c:
+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);
 
-         In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, not
-         BoundsError, if the offset is just past the end of the reported
-         data (because we're ensuring that there actually *is* a byte
-         there, and, even according to the reported length, it isn't).
+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.
 
-2003-12-24 23:37  guy
+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.) 
 
-       * epan/proto.c:
 
-         In "alloc_field_info()", handle the case where the offset is past
-         the byte past the end of the tvbuff.
+------------------------------------------------------------------------
+r21067 | gerald | 2007-03-19 13:13:01 -0700 (Mon, 19 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-udp.c
 
-2003-12-26 11:36  ulfl
+Extend the bad checksum description to include '(maybe caused by "UDP
+checksum offload"?)', similar to the TCP dissector.
+
+Minor whitespace fixups.
 
-       * packaging/nsis/ethereal.nsi:
+------------------------------------------------------------------------
+r21068 | sahlberg | 2007-03-20 07:27:13 -0700 (Tue, 20 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
 
-         bugfix: uninstall also the help textfiles
+ifdef out a function that is not yet used to get rid of a compiler warning
 
-2003-12-26 11:37  ulfl
+packet-bacapp.c:4269: warning: `fDeviceObjectPropertyReference' defined but not
+used
 
-       * config.nmake:
 
-         conditionally use modern UI for NSIS installer
+------------------------------------------------------------------------
+r21069 | sahlberg | 2007-03-20 07:42:49 -0700 (Tue, 20 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mikey.c
+
+remove some compiler warnings for unused parameters
 
-2003-12-26 12:27  ulfl
 
-       * packaging/nsis/: Makefile.nmake, ethereal.nsi:
+------------------------------------------------------------------------
+r21070 | sahlberg | 2007-03-20 07:50:15 -0700 (Tue, 20 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+remove some compiler warnings about unused parameters
+
+
+------------------------------------------------------------------------
+r21071 | sahlberg | 2007-03-20 07:58:55 -0700 (Tue, 20 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+remove some compiler warnings
+
+
+------------------------------------------------------------------------
+r21072 | sahlberg | 2007-03-20 08:05:04 -0700 (Tue, 20 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rmcp.c
+
+remove some compiler warnings about unused variables
+
+
+------------------------------------------------------------------------
+r21073 | sahlberg | 2007-03-20 08:07:28 -0700 (Tue, 20 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-logon.c
+
+remove some unused variables
+
+
+------------------------------------------------------------------------
+r21074 | martinm | 2007-03-20 10:20:36 -0700 (Tue, 20 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Try to squash a warning seen by win32 buildbot
+
+------------------------------------------------------------------------
+r21075 | lego | 2007-03-20 17:43:05 -0700 (Tue, 20 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ranap/packet-ranap-template.c
+   M /trunk/asn1/ranap/ranap-exp.cnf
+
+Add RANAP information to the sccp_info
+------------------------------------------------------------------------
+r21076 | lego | 2007-03-20 17:48:46 -0700 (Tue, 20 Mar 2007) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssap.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-ranap.h
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sccp.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet_info.h
+   M /trunk/epan/wslua/Makefile.am
+   M /trunk/epan/wslua/wslua_dumper.c
+
+packet_info.c and packet.c
+add sccp_info to struct _packet_info (Sorry but the way private_data works and the fact that TCAP uses it and BSSAP/RANAP can be tunnelled on GSMMAP over TCAP makes it impossible to avoid)
+
+SCCP
+- Have SCCP to have a TAP,
+- Fix associations so that every message belongs to the association.
+- Export message type values so that they can be used by a tap listener
+
+RANAP
+ - Have RANAP information attached to the sccp_info 
+
+BSSAP + GSM_A
+- Have DTAP, BSSMAP and BSSAP info attached to the sccp_info
+------------------------------------------------------------------------
+r21077 | lego | 2007-03-20 17:59:00 -0700 (Tue, 20 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls.h
+   M /trunk/gtk/voip_calls_dlg.c
+
+Add the sccp tap to the "VoIP Calls" Tap (which by now should be renamed to just "Calls") but that's for later.
+
+Now it does H323, SIP, MGCP, ISUP/BICC, RANAP, BSSAP, H.248  and others...
+------------------------------------------------------------------------
+r21078 | ulfl | 2007-03-20 18:32:50 -0700 (Tue, 20 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wiretap/ascend-grammar.y
+   M /trunk/wiretap/ascend-int.h
+   M /trunk/wiretap/k12.c
+   M /trunk/wiretap/lanalyzer.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/visual.c
+
+set compiler option "treat warnings as errors" - to prevent new warnings for wiretap
+
+remove all compiler warnings:
+a) prevent wrong malloc/free definitions by lex/yacc generated files
+b) add int/time_t casts - MSVC2005 is more "sensitive" about this than MSVC6
+------------------------------------------------------------------------
+r21079 | ulfl | 2007-03-20 19:47:53 -0700 (Tue, 20 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/k12.c
+
+fix another warning
+------------------------------------------------------------------------
+r21080 | ulfl | 2007-03-20 20:26:26 -0700 (Tue, 20 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/gtk/compat_macros.h
+   M /trunk/gtk/filter_dlg.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/mcast_stream.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/rtp_player.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls.c
+
+fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flag
+------------------------------------------------------------------------
+r21081 | morriss | 2007-03-20 21:48:32 -0700 (Tue, 20 Mar 2007) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Add tracking of retransmitted TSNs.  That is, for a TSN that we found was
+retransmitted, add items to its tree describing those retransmissions (frame
+where the retransmission is and RTO).  Limit this to 100 retransmissions to
+avoid running out of memory in pathological cases.
+
+This adds the filters "sctp.retransmitted" (TSNs that were retransmitted)
+and "sctp.retransmitted_count" (count of number of times the TSN was
+retransmitted).
+
+The RTO is intentionally not added to the retransmitted TSN tree as it is
+already added to the retransmission(s).  The RTO is displayed, however.
+
+------------------------------------------------------------------------
+r21082 | jmayer | 2007-03-20 21:54:20 -0700 (Tue, 20 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-homeplug.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-roofnet.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/packet_list.h
+
+Fixes for: warning: function declaration isn't a prototype
+
+------------------------------------------------------------------------
+r21083 | jmayer | 2007-03-20 21:58:38 -0700 (Tue, 20 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-lwapp.c
+
+Small spelling fixes
+------------------------------------------------------------------------
+r21084 | jmayer | 2007-03-20 21:59:53 -0700 (Tue, 20 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mikey.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+
+Fixes for: warning: comma at end of enumerator list
+
+------------------------------------------------------------------------
+r21085 | jmayer | 2007-03-20 22:06:01 -0700 (Tue, 20 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/unicode-utils.c
+   M /trunk/epan/wslua/make-taps.pl
+
+Fixes for: warning: ISO C does not allow extra ';' outside of a function
+
+------------------------------------------------------------------------
+r21086 | sahlberg | 2007-03-21 01:11:37 -0700 (Wed, 21 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb-masstorage.c
+
+remove some compiler warnings
+
+
+------------------------------------------------------------------------
+r21087 | sahlberg | 2007-03-21 01:32:15 -0700 (Wed, 21 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-t38.c
+
+remove some compiler warnings
+
+
+------------------------------------------------------------------------
+r21088 | sahlberg | 2007-03-21 03:22:22 -0700 (Wed, 21 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/cmip/cmip-exp.cnf
+   M /trunk/asn1/disp/disp-exp.cnf
+   M /trunk/asn1/dop/dop-exp.cnf
+   M /trunk/asn1/dsp/dsp-exp.cnf
+   M /trunk/asn1/ftam/ftam-exp.cnf
+   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
+   M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
+   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
+   M /trunk/asn1/ros/ros-exp.cnf
+   M /trunk/asn1/rtse/rtse-exp.cnf
+   M /trunk/asn1/umts_rrc/umts_rrc-exp.cnf
+   M /trunk/asn1/umts_rrc_Internode-defs/umts_rrc_internode-defs-exp.cnf
+   M /trunk/asn1/umts_rrc_ies/umts_rrc_ies-exp.cnf
+   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-acp133.h
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_map.h
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-camel.h
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-cdt.h
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmp.h
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cms.h
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-crmf.h
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-dap.h
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-disp.h
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dop.h
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-dsp.h
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ess.h
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftam.h
+   M /trunk/epan/dissectors/packet-ftbp.c
+   M /trunk/epan/dissectors/packet-ftbp.h
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-gnm.h
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/epan/dissectors/packet-gsm_ss.h
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h225.h
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h235.h
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-inap.h
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.h
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mms.h
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-nbap.h
+   M /trunk/epan/dissectors/packet-ns_cert_exts.c
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-ocsp.h
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-pkcs1.h
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-pkinit.c
+   M /trunk/epan/dissectors/packet-pkinit.h
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.h
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.h
+   M /trunk/epan/dissectors/packet-pkixproxy.c
+   M /trunk/epan/dissectors/packet-pkixproxy.h
+   M /trunk/epan/dissectors/packet-pkixqualified.c
+   M /trunk/epan/dissectors/packet-pkixqualified.h
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pkixtsp.h
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pres.h
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-ranap.h
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/dissectors/packet-rnsap.h
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-ros.h
+   M /trunk/epan/dissectors/packet-rrlp.c
+   M /trunk/epan/dissectors/packet-rrlp.h
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtse.h
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-smrse.h
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/epan/dissectors/packet-ulp.c
+   M /trunk/epan/dissectors/packet-umts_rrc.c
+   M /trunk/epan/dissectors/packet-umts_rrc.h
+   M /trunk/epan/dissectors/packet-umts_rrc_ies.c
+   M /trunk/epan/dissectors/packet-umts_rrc_ies.h
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-wlancertextn.h
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x420.h
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509af.h
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509ce.h
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509if.h
+   M /trunk/tools/asn2wrs.py
+
+change the signature that asn2wrs generates for functions to marm all parameters as _U_
+to reduce the number of compiler warnings.
+
+update some template and cnf files to use _U_ as well 
+
+
+------------------------------------------------------------------------
+r21089 | ulfl | 2007-03-21 05:37:39 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+fix another three MSVC 8.0 warnings
+------------------------------------------------------------------------
+r21090 | martinm | 2007-03-21 07:00:23 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
+
+Squash a couple of warnings.
+
+------------------------------------------------------------------------
+r21091 | jake | 2007-03-21 09:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
+
+Add ether type for Link Layer Topology Discovery (LLTD)
+------------------------------------------------------------------------
+r21092 | martinm | 2007-03-21 10:14:33 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-umts_fp.c
+
+Try to squash a warning seen on win32 buildbot.
+
+------------------------------------------------------------------------
+r21093 | gerald | 2007-03-21 13:44:07 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add a note about the HTTP chunked response crash.
+
+------------------------------------------------------------------------
+r21094 | ulfl | 2007-03-21 14:13:39 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/README.txt
+
+add zip to the list of required packages for cygwin
+------------------------------------------------------------------------
+r21095 | ulfl | 2007-03-21 14:15:35 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+
+add a (small) section to create the User/Developer Guide - it only links to the file docbook/README.txt
+------------------------------------------------------------------------
+r21096 | ulfl | 2007-03-21 14:17:21 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_app_files.xml
+
+add folder information about Vista and some redesign of the general file/folder informations
+------------------------------------------------------------------------
+r21097 | ulfl | 2007-03-21 14:23:56 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/menu.c
+
+minor "Copy" menu item fix:
+split the "sensitivity control" into "Copy" and "Copy/As Filter", otherwise it's not possible to copy a field that is not filterable (e.g. text only descriptions)
+------------------------------------------------------------------------
+r21098 | ulfl | 2007-03-21 16:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/capture_stop_conditions.c
+   M /trunk/editcap.c
+   M /trunk/tap-iostat.c
+   M /trunk/text2pcap.c
+
+fix MSVC warnings of / and set CFLAGS to block new warnings
+------------------------------------------------------------------------
+r21099 | sfisher | 2007-03-21 16:22:32 -0700 (Wed, 21 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk
+   M /trunk/docbook
+
+
+Set svn:ignore on ylwrap (introduced as a symlink in newer versions of
+automake) and docbook/fop-* to cover any version of FOP files.
+
+
+------------------------------------------------------------------------
+r21100 | ulfl | 2007-03-21 16:55:46 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/codecs/Makefile.nmake
+
+no MSVC warnings, set CFLAGS to block new warnings
+------------------------------------------------------------------------
+r21101 | ulfl | 2007-03-21 16:58:14 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/asn1/packet-asn1.c
+
+fix two MSVC warnings
+------------------------------------------------------------------------
+r21102 | ulfl | 2007-03-21 16:59:41 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/agentx/Makefile.nmake
+   M /trunk/plugins/artnet/Makefile.nmake
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/ciscosm/Makefile.nmake
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/enttec/Makefile.nmake
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/lwres/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/megaco/Makefile.nmake
+   M /trunk/plugins/mgcp/Makefile.nmake
+   M /trunk/plugins/opsi/Makefile.nmake
+   M /trunk/plugins/pcli/Makefile.nmake
+   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/plugins/rlm/Makefile.nmake
+   M /trunk/plugins/rtnet/Makefile.nmake
+   M /trunk/plugins/rudp/Makefile.nmake
+   M /trunk/plugins/sbus/Makefile.nmake
+   M /trunk/plugins/stats_tree/Makefile.nmake
+   M /trunk/plugins/tpg/Makefile.nmake
+   M /trunk/plugins/v5ua/Makefile.nmake
+
+set CFLAGS to block new warnings for all plugins (except for giop and h223, which has remaining issues - for now)
+------------------------------------------------------------------------
+r21103 | ulfl | 2007-03-21 17:11:55 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/h223/Makefile.nmake
+   M /trunk/plugins/h223/packet-h223.c
+
+fix a warning, set CFLAGS to block new warnings
+------------------------------------------------------------------------
+r21104 | ulfl | 2007-03-21 17:40:04 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/guid-utils.c
+   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/to_str.c
+
+fix some more warnings
+------------------------------------------------------------------------
+r21105 | ulfl | 2007-03-21 17:49:06 -0700 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/radius_dict.l
+
+fix some more warnings
+------------------------------------------------------------------------
+r21106 | wmeier | 2007-03-21 19:44:52 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+
+Use correct 'rm -f gtk2.tmp/*' so all files in dir get deleted
+
+------------------------------------------------------------------------
+r21107 | wmeier | 2007-03-21 19:51:21 -0700 (Wed, 21 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+
+Even simpler: use 'rm -rf gtk2.tmp'
+
+------------------------------------------------------------------------
+r21108 | sahlberg | 2007-03-22 01:03:44 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+
+Remove a compiler warning by #if 0  out a function that is not called.
+
+The function is referenced from a comment which is why it was #ifed out instead of just deleted.
+
+
+------------------------------------------------------------------------
+r21109 | morriss | 2007-03-22 01:11:16 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-syslog.c
+
+From Abhik Sarkar: call add_new_data_source() on generated (MTP3) tvb so that users can see the bytes in a (new) byte pane.
+------------------------------------------------------------------------
+r21110 | sahlberg | 2007-03-22 01:45:01 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
+   M /trunk/epan/dissectors/pidl/eventlog.cnf
+
+Using a patched version of pidl that decorates all parameters with _U_
+and updates to the conformance file,
+regenerate the eventlog dissector to remove a lot of compiler warnings
+
+
+------------------------------------------------------------------------
+r21111 | martinm | 2007-03-22 03:32:42 -0700 (Thu, 22 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iuup.c
+
+Try to squelch another couple of MSVC warnings.
+
+------------------------------------------------------------------------
+r21112 | sahlberg | 2007-03-22 03:44:33 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/wiretap/Makefile.common
+   M /trunk/wiretap/file_access.c
+   A /trunk/wiretap/mpeg-audio.c
+   A /trunk/wiretap/mpeg-audio.h
+   A /trunk/wiretap/mpeg.c
+   A /trunk/wiretap/mpeg.h
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
+
+From Shaun Jackman
+
+Wiretap support to read MPEG files
+
+
+------------------------------------------------------------------------
+r21113 | sahlberg | 2007-03-22 04:33:18 -0700 (Thu, 22 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/mpeg.c
+
+Add some missing includes and hope that msvc will find the definition for off_t
+
+
+------------------------------------------------------------------------
+r21114 | sahlberg | 2007-03-22 04:43:07 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   A /trunk/asn1/mpeg
+   A /trunk/asn1/mpeg/Makefile
+   A /trunk/asn1/mpeg/mpeg-audio-exp.cnf
+   A /trunk/asn1/mpeg/mpeg-audio.asn
+   A /trunk/asn1/mpeg/mpeg-audio.cnf
+   A /trunk/asn1/mpeg/mpeg-pes-exp.cnf
+   A /trunk/asn1/mpeg/mpeg-pes.asn
+   A /trunk/asn1/mpeg/mpeg-pes.cnf
+   A /trunk/asn1/mpeg/packet-mpeg-audio-template.c
+   A /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-mpeg-audio.c
+   A /trunk/epan/dissectors/packet-mpeg-pes.c
+
+From Shaun J
+
+Dissectors for MPEG streams
+
+
+------------------------------------------------------------------------
+r21115 | sahlberg | 2007-03-22 04:59:39 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/wiretap/mpeg.c
+
+From Graham Bloice
+
+Remove compiler warnings
+
+
+------------------------------------------------------------------------
+r21116 | grahamb | 2007-03-22 05:55:01 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/wtap.def
+
+Added mpeg exports
+------------------------------------------------------------------------
+r21117 | grahamb | 2007-03-22 06:16:37 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/packaging/u3/win32
+
+Added entries to ignore list
+------------------------------------------------------------------------
+r21118 | ulfl | 2007-03-22 06:57:02 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/mate/Makefile.nmake
+
+leave out the mate plugin for now, so buildbot might compile again ...
+------------------------------------------------------------------------
+r21119 | jmayer | 2007-03-22 08:12:14 -0700 (Thu, 22 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Add a comment about CCX
+
+------------------------------------------------------------------------
+r21120 | jmayer | 2007-03-22 08:19:49 -0700 (Thu, 22 Mar 2007) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-kink.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-pflog.c
+
+Sebastien Tandel:
+some warning fixes
+
+packet-http.c
+    set headers.content_length = 0 before the first potential use of it.
+packet-kink.c
+    "ifdef kerberos" around one function declaration
+packet-nbns.c
+    set headers.{dgm_length|pkt_offset|error_code} = 0
+packet-pflog.c
+    delete capture_pflog and
+capture_old_pflog which aren't used anymore in the code.
+
+------------------------------------------------------------------------
+r21121 | lego | 2007-03-22 14:51:56 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Avoid calling ep_alloc for 0 bytes.
+------------------------------------------------------------------------
+r21122 | etxrab | 2007-03-22 15:26:59 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
+
+Use the latest GTK stuff.
+------------------------------------------------------------------------
+r21123 | ulfl | 2007-03-22 15:41:16 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcom.c
+
+correct multidimensional SAFEARRAYs
+------------------------------------------------------------------------
+r21124 | ulfl | 2007-03-22 15:47:37 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/wslua/make-taps.pl
+
+fix warnings
+------------------------------------------------------------------------
+r21125 | ulfl | 2007-03-22 15:54:00 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/crypt/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/ftypes/Makefile.nmake
+   M /trunk/epan/wslua/Makefile.nmake
+
+add "treat warnings as errors" flag(s)
+------------------------------------------------------------------------
+r21126 | lego | 2007-03-22 15:59:20 -0700 (Thu, 22 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssap.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sccp.h
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/voip_calls.h
+
+Mine:
+* add SUA to the "VoIP Calls" tap.
+* propagate changes to packet-sccp.h to other dissectors
+
+From Neil Piercy:
+* add SLR, DLR and CAUSE to COL_INFO
+------------------------------------------------------------------------
+r21127 | sfisher | 2007-03-22 16:03:39 -0700 (Thu, 22 Mar 2007) | 9 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/capture_sync.c
+   M /trunk/codecs/Makefile.am
+   M /trunk/configure.in
+   M /trunk/file.c
+   M /trunk/plugins/agentx/Makefile.am
+   M /trunk/plugins/artnet/Makefile.am
+   M /trunk/plugins/asn1/Makefile.am
+   M /trunk/plugins/ciscosm/Makefile.am
+   M /trunk/plugins/docsis/Makefile.am
+   M /trunk/plugins/enttec/Makefile.am
+   M /trunk/plugins/gryphon/Makefile.am
+   M /trunk/plugins/h223/Makefile.am
+   M /trunk/plugins/h223/packet-h223.c
+   M /trunk/plugins/irda/Makefile.am
+   M /trunk/plugins/lwres/Makefile.am
+   M /trunk/plugins/megaco/Makefile.am
+   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/plugins/mgcp/Makefile.am
+   M /trunk/plugins/opsi/Makefile.am
+   M /trunk/plugins/pcli/Makefile.am
+   M /trunk/plugins/profinet/Makefile.am
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+   M /trunk/plugins/rlm/Makefile.am
+   M /trunk/plugins/rtnet/Makefile.am
+   M /trunk/plugins/rudp/Makefile.am
+   M /trunk/plugins/sbus/Makefile.am
+   M /trunk/plugins/stats_tree/Makefile.am
+   M /trunk/plugins/tpg/Makefile.am
+   M /trunk/plugins/v5ua/Makefile.am
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/configure.in
+
+
+Add -Werror when using GCC only to the Makefile.am of the base
+directory and most of the plugins to match the same command 
+put in the Makefile.nmake files for Windows compliations.  Fix
+a few warnings when compiling under gcc 3.4.4 on FreeBSD.  Create
+new automake file variable called USING_GCC in configure.in and
+wiretap/configure.in to acomplish the above -Werror addition. 
+
+
+------------------------------------------------------------------------
+r21128 | ulfl | 2007-03-22 16:14:37 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/mpeg.c
+
+fix a new warning
+------------------------------------------------------------------------
+r21129 | sfisher | 2007-03-22 16:24:13 -0700 (Thu, 22 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/crypt/Makefile.am
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/epan/ftypes/Makefile.am
+   M /trunk/epan/wslua/Makefile.am
+
+
+Add -Werror for gcc to a few more directories and fix a few warnings
+
+
+------------------------------------------------------------------------
+r21130 | sfisher | 2007-03-22 16:28:58 -0700 (Thu, 22 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.am
+
+
+Remove -Werror under gcc temporarily until a warning can be fixed 
+in grammar.c
+
+
+------------------------------------------------------------------------
+r21131 | ulfl | 2007-03-22 16:29:55 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+fix new warnings
+------------------------------------------------------------------------
+r21132 | ulfl | 2007-03-22 16:30:57 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dtd.h
+
+fix warning: add #include <stdlib.h> to get exit() declaration
+------------------------------------------------------------------------
+r21133 | ulfl | 2007-03-22 16:32:31 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/radius_dict.l
+
+fix warning: add WS_ prefix to OUT, it conflicts with a platform SDK header file
+------------------------------------------------------------------------
+r21134 | lego | 2007-03-22 16:39:02 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/tools/lemon/lempar.c
+
+squelch a warning generated by generated code
+------------------------------------------------------------------------
+r21135 | ulfl | 2007-03-22 16:44:48 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/file.h
+
+match declaration of cf_continue_tail() with implementation
+------------------------------------------------------------------------
+r21136 | sfisher | 2007-03-22 16:49:06 -0700 (Thu, 22 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.am
+
+
+Add -Werror for gcc back to epan/dfilter directory
+
+
+------------------------------------------------------------------------
+r21137 | ulfl | 2007-03-22 16:50:38 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/tools/lemon/lemon.c
+
+add type casts to fix two warnings
+------------------------------------------------------------------------
+r21138 | lego | 2007-03-22 17:15:48 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/tools/lemon/lemon.c
+
+squelch signedness warnings generated by generated code due to mayors being decleared as signed but added as signed in tables (it will generate larger tables when the number of tokens or actions is more than MAX_INT8, MAX_INT16).
+------------------------------------------------------------------------
+r21139 | ulfl | 2007-03-22 17:20:59 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-wsp.c
+
+fix various const warnings
+------------------------------------------------------------------------
+r21140 | sfisher | 2007-03-22 17:42:45 -0700 (Thu, 22 Mar 2007) | 16 lines
+Changed paths:
+   M /trunk/docbook/wsug_graphics/ws-edit-menu.png
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+   M /trunk/gtk/menu.c
+
+
+From Sake Blok (via -dev list and enhancement bug #1449):
+
+I did however see some small errors in the
+documentation that I did not notice when I sent in the patch. This
+patch corrects them and adds an accelerated key:
+
+- table 6.1 remove "Analyze" from "Identical..." column for "Copy as Filter"
+- table 6.2 add "Edit" from "Identical..." column for "Copy as Filter"
+- Added accelerator key for "Copy as Filter". I chose "Shift+Ctrl+C", so
+  that "Ctrl+C" is still available for "standard" copy
+
+Image figure 3.4 should be renewed, reflecting the change in the menu
+structure. 
+
+
+------------------------------------------------------------------------
+r21141 | ulfl | 2007-03-22 17:51:21 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-vnc.c
+
+fix some more warnings (type casts)
+------------------------------------------------------------------------
+r21142 | ulfl | 2007-03-22 18:29:52 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-dmp.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-fmp.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp-sss.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-radius.c
+
+fix a lot more warnings
+------------------------------------------------------------------------
+r21143 | ulfl | 2007-03-22 18:55:29 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-dcerpc-ndr.c
+
+fix some more warnings
+------------------------------------------------------------------------
+r21144 | ulfl | 2007-03-22 18:56:09 -0700 (Thu, 22 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kerberos.c
+
+/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */
+#undef HAVE_STDARG_H
+#undef HAVE_SYS_TYPES_H
+------------------------------------------------------------------------
+r21145 | ulfl | 2007-03-22 19:27:14 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.nmake
+
+disable "warning as error" for now so the buildbot runs again, grammar.c still makes trouble :-(
+------------------------------------------------------------------------
+r21146 | ulfl | 2007-03-22 20:45:18 -0700 (Thu, 22 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/tools/lemon/lempar.c
+
+fix warnings of (generated) grammar.c
+------------------------------------------------------------------------
+r21147 | sfisher | 2007-03-22 22:50:31 -0700 (Thu, 22 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+
+Fix some warnings on the Solaris buildbot
+
+
+------------------------------------------------------------------------
+r21148 | gal | 2007-03-23 09:38:52 -0700 (Fri, 23 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/dissectors/packet-x411.c
+
+Support for X.411 "additional information" field.
+
+
+------------------------------------------------------------------------
+r21149 | gal | 2007-03-23 09:41:26 -0700 (Fri, 23 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/x509ce/CertificateExtensions.asn
+   M /trunk/asn1/x509ce/x509ce.cnf
+   M /trunk/epan/dissectors/packet-x509ce.c
+
+Support for the Microsoft-specific certificate-template and application-certificate-policies certificate extensions.
+
+
+------------------------------------------------------------------------
+r21150 | gal | 2007-03-23 09:44:08 -0700 (Fri, 23 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/x509sat/packet-x509sat-template.c
+   M /trunk/asn1/x509sat/x509sat.cnf
+   M /trunk/epan/dissectors/packet-x509sat.c
+
+Support for:
+RFC2247 objectclasses and attributes (specifically "dc")
+Microsoft-defined User Principal Name subjectAltName extension (used in certificates)
+
+
+------------------------------------------------------------------------
+r21151 | gal | 2007-03-23 09:45:49 -0700 (Fri, 23 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/epan/dissectors/packet-cms.c
+
+Support for recognising RC4 algorithm.
+
+
+------------------------------------------------------------------------
+r21152 | gal | 2007-03-23 09:52:22 -0700 (Fri, 23 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/pkix1implicit/pkix1implicit.cnf
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+
+Support for Microsoft-defined enhancedKeyUsage OIDs.
+
+
+------------------------------------------------------------------------
+r21153 | sfisher | 2007-03-23 10:49:59 -0700 (Fri, 23 Mar 2007) | 18 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/codecs/Makefile.am
+   M /trunk/configure.in
+   M /trunk/epan/crypt/Makefile.am
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/epan/ftypes/Makefile.am
+   M /trunk/epan/wslua/Makefile.am
+   M /trunk/plugins/agentx/Makefile.am
+   M /trunk/plugins/artnet/Makefile.am
+   M /trunk/plugins/asn1/Makefile.am
+   M /trunk/plugins/ciscosm/Makefile.am
+   M /trunk/plugins/docsis/Makefile.am
+   M /trunk/plugins/enttec/Makefile.am
+   M /trunk/plugins/gryphon/Makefile.am
+   M /trunk/plugins/h223/Makefile.am
+   M /trunk/plugins/irda/Makefile.am
+   M /trunk/plugins/lwres/Makefile.am
+   M /trunk/plugins/megaco/Makefile.am
+   M /trunk/plugins/mgcp/Makefile.am
+   M /trunk/plugins/opsi/Makefile.am
+   M /trunk/plugins/pcli/Makefile.am
+   M /trunk/plugins/profinet/Makefile.am
+   M /trunk/plugins/rlm/Makefile.am
+   M /trunk/plugins/rtnet/Makefile.am
+   M /trunk/plugins/rudp/Makefile.am
+   M /trunk/plugins/sbus/Makefile.am
+   M /trunk/plugins/stats_tree/Makefile.am
+   M /trunk/plugins/tpg/Makefile.am
+   M /trunk/plugins/v5ua/Makefile.am
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/configure.in
+
+
+From Sebastien Tandel:
+
+(Temporarily disable the warnings as errors default on Unix to get
+to get the buildbots and people with gcc40 going again until those
+additional warnings gcc40 generates can be fixed-I'm working on it
+ASAP)
+
+   Patch for configure.in which disables by default the treatment of
+warnings as errors.
+It can be enabled with './configure --with-warnings-as-errors'.
+The macro will test first if GCC is present. If it's the case,
+HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced
+by HAVE_WARNINGS_AS_ERRORS.
+With this switch, people won't suffer from unexpected warnings when
+downloading svn sources during the transition time ;)
+
+
+------------------------------------------------------------------------
+r21154 | sfisher | 2007-03-23 11:08:17 -0700 (Fri, 23 Mar 2007) | 12 lines
+Changed paths:
+   M /trunk/doc/wireshark.pod
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/frame_data.h
+   M /trunk/epan/timestamp.h
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/menu.c
+   M /trunk/gtk/packet_list.c
+   M /trunk/tshark.c
+
+
+From Sake Blok:
+
+Fix for bug #491: Unexpected frame.time_delta behavior
+
+This patch ... fixes bug 491. It does this by changing the
+behaviour of the frame.time_delta field so it reflects the delta
+time between captured packets (tshark already did this).  To keep
+the delta time between displayed packets, the field 
+frame.time_delta_displayed is created.
+
+
+------------------------------------------------------------------------
+r21155 | sfisher | 2007-03-23 11:16:53 -0700 (Fri, 23 Mar 2007) | 7 lines
+Changed paths:
+   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+
+
+From Sebastien Tandel:
+
+First patch fixes warning of profinet and megaco plugins to compile
+again with gcc-4.1.2.
+
+
+------------------------------------------------------------------------
+r21156 | sfisher | 2007-03-23 11:45:21 -0700 (Fri, 23 Mar 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/gtkvumeter.c
+
+
+From Sebastien Tandel: 
+
+(Fixing warnings)
+
+stripped away some unused variables/parameters
++ in prefs.c
+    suggestion of parentheses makes gcc happy
+
+
+------------------------------------------------------------------------
+r21157 | sfisher | 2007-03-23 11:48:57 -0700 (Fri, 23 Mar 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/proto.h
+
+
+From Sebastien Tandel:
+
+copy paste hit again, here is a patch with the accurate declaration of
+RVALS in proto.h
+Thx gcc-4.1.2 for finding new ways of generating strict aliasing warnings :)
+
+patch with accurate comment and declaration.
+
+
+------------------------------------------------------------------------
+r21158 | sfisher | 2007-03-23 15:49:23 -0700 (Fri, 23 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/capture_sync.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/expert.c
+   M /trunk/file.c
+   M /trunk/plugins/agentx/packet-agentx.c
+   M /trunk/plugins/artnet/packet-artnet.c
+   M /trunk/plugins/asn1/Makefile.am
+   M /trunk/plugins/enttec/packet-enttec.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/lwres/packet-lwres.c
+   M /trunk/plugins/mate/mate_setup.c
+   M /trunk/plugins/mgcp/packet-mgcp.c
+   M /trunk/plugins/opsi/packet-opsi.c
+   M /trunk/plugins/profinet/packet-dcom-cba.c
+   M /trunk/plugins/sbus/packet-sbus.c
+   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
+   M /trunk/print.c
+   M /trunk/tap-stats_tree.c
+   M /trunk/text2pcap.c
+   M /trunk/wiretap/iseries.c
+
+
+Fix about 150 warnings new to gcc 4.0 in the error on warning directories.
+Comment out -Werror in plugins/asn1/ until warnings can be fixed.
+
+
+------------------------------------------------------------------------
+r21159 | sfisher | 2007-03-23 16:47:41 -0700 (Fri, 23 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/plugins/asn1/Makefile.am
+   M /trunk/plugins/asn1/asn1.c
+   M /trunk/plugins/asn1/packet-asn1.c
 
-         conditionally use modern UI for NSIS installer
 
-2003-12-26 23:33  guy
+From Sebastien Tandel:
 
-       * packet-l2tp.c:
+fixes gcc warnings and get rid of declaration after statements
+
+
+------------------------------------------------------------------------
+r21160 | sfisher | 2007-03-23 17:45:11 -0700 (Fri, 23 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/find_dlg.c
+   M /trunk/gtk/follow_dlg.c
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/proto_draw.c
+   M /trunk/gtk/recent.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/image/toolbar/capture_capture_16.xpm
+   M /trunk/image/toolbar/capture_details_16.xpm
+   M /trunk/image/toolbar/capture_prepare_16.xpm
+
+
+Remove all warnings under Unix for the gtk/ directory.
+
+
+------------------------------------------------------------------------
+r21161 | sfisher | 2007-03-23 18:38:58 -0700 (Fri, 23 Mar 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+   M /trunk/epan/dissectors/packet-ssl.c
+
+
+Fix mess with ssl_version_short_names[] being defined multiple places
+now that it is no longer a static variable in packet-ssl-utils.h.
+Leaving it as static caused a warning turned error that it was unused
+in the current file (packet-ssl-utils.h).  Resolution: Move the variable
+to packet-ssl.c and declare as extern in packet-dtls.c - the only other
+place that needs it.
+
+
+------------------------------------------------------------------------
+r21162 | ulfl | 2007-03-23 19:45:45 -0700 (Fri, 23 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/gtk/capture_if_details_dlg.c
+
+as mentioned by Graham Bloice:
+sockaddr_storage doesn't depend on the MSVC version used, but the version of the Winsock API, which might be updated by the Platform SDK even on MSVC 6 - so depending on the _MSC_VER is not the way to go
+------------------------------------------------------------------------
+r21163 | jake | 2007-03-24 00:05:39 -0700 (Sat, 24 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Make some more string conversions available to plugins
+------------------------------------------------------------------------
+r21164 | sfisher | 2007-03-24 00:33:25 -0700 (Sat, 24 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-aim-buddylist.c
+   M /trunk/epan/dissectors/packet-aim-chat.c
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim-signon.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-aim.h
+   M /trunk/epan/dissectors/packet-ajp13.c
+
+
+From Sebastien Tandel:
+
+Fixes for warnings
+
+
+------------------------------------------------------------------------
+r21165 | morriss | 2007-03-24 03:07:20 -0700 (Sat, 24 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+
+Fix bug 1452: Don't pass a null pointer to g_strsplit().
+------------------------------------------------------------------------
+r21166 | morriss | 2007-03-24 06:21:08 -0700 (Sat, 24 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dtls.c
 
-         Check that the length of an AVP is >= 6, not just that it's
-         non-zero.
+Add brackets to extern of ssl_version_short_names[] to fix compiler warnings.
+------------------------------------------------------------------------
+r21167 | morriss | 2007-03-24 06:46:41 -0700 (Sat, 24 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-smb2.c
 
-2003-12-27 01:42  guy
+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
 
-       * packet-http.c:
+hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 also defines this - but not sockaddr_storage :-(
 
-         When testing the first line of HTTP data, process what data we
-         have - don't give up if we don't have the full line.
+Next try is to use the WINVER #define. AFAIK, this depends on the Platform SDK version used, which is actually our problem here. So this fix *might* work ...
+------------------------------------------------------------------------
+r21169 | sahlberg | 2007-03-24 14:56:14 -0700 (Sat, 24 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb.c
 
-2003-12-27 02:01  guy
+fix a bug (found by compiler warning) where we initialize the wrong variable.
 
-       * packet-clnp.c:
 
-         Note that this is another client for reassembly using connection
-         sequence numbers.
+------------------------------------------------------------------------
+r21170 | ulfl | 2007-03-24 16:50:15 -0700 (Sat, 24 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
 
-2003-12-27 02:17  guy
+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
 
-       * packet-tds.c:
+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
 
-         Don't defragment packets that aren't fragmented.
+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
 
-         Note that we've seen weird sequence numbers for login packets.
+unbreaking the usb dissector
 
-2003-12-27 03:45  guy
+since dlt189 was introduced   the dissector has been suboptimal
 
-       * packet-afs.c:
 
-         There might not be any AFS payload in an AFS reply; for fields in
-         the reply that don't come from the packet, use an offset and
-         length of 0, so that we don't throw an exception if the purported
-         data at that offset with that length doesn't exist.
+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.
 
-2003-12-27 04:01  guy
 
-       * packet-ndmp.c:
 
-         Don't create a protocol tree entry for the body of an NDMP
-         request or reply if there isn't a body, just a header, so that we
-         don't throw an exception and mark the frame as malformed if the
-         request or reply isn't supposed to have a body.
+------------------------------------------------------------------------
+r21174 | sahlberg | 2007-03-25 01:26:44 -0700 (Sun, 25 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-amqp.c
 
-2003-12-27 08:35  guy
+From Martin Sustrik
 
-       * packet-http.c:
+New protocol: AMQP
 
-         Fix some comments.
 
-2003-12-27 13:19  ulfl
+------------------------------------------------------------------------
+r21175 | sahlberg | 2007-03-25 01:49:47 -0700 (Sun, 25 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-amqp.c
 
-       * config.nmake:
+Add a small example on how to prettify the AMQP dissector
 
-         added/changed some comments
 
-2003-12-27 18:45  guy
+------------------------------------------------------------------------
+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
 
-       * packet-http.c:
+create a tap for usb   so that we can do conversation/host lists
 
-         Properly handle 1xx, 204, and 304 responses, which don't contain
-         a message body.
 
-2003-12-28 08:39  guy
+------------------------------------------------------------------------
+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
 
-       * packet-http.c:
+Change USB address structure back to 8 bytes in length.
 
-         If we've seen an HTTP request or response or header line, and the
-         line we're looking at looks as if it could be the beginning of a
-         header line but stops at the end of the tvbuff before we see the
-         colon for the header line, throw an exception rather than
-         treating it as "not HTTP".
+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> .
 
-2003-12-28 12:43  ulfl
 
-       * packet-bssgp.c, packet-dcerpc-rpriv.c, packet-dcerpc-rs_repadm.c,
-         packet-giop.c, packet-ldp.c, packet-rpc.c, packet-smb.c,
-         packet-teredo.c, gtk/rtp_analysis.c, wiretap/lanalyzer.c:
+------------------------------------------------------------------------
+r21178 | sahlberg | 2007-03-25 04:20:09 -0700 (Sun, 25 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb.c
 
-         removed some MSVC warnings (warning level 2)
+take the address to the structure and not the address to the first element of the structure when doing a SET_ADDRESS
 
-2003-12-28 12:50  ulfl
 
-       * gtk/proto_draw.c:
+------------------------------------------------------------------------
+r21179 | sahlberg | 2007-03-25 04:27:29 -0700 (Sun, 25 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/conversations_table.c
+   A /trunk/gtk/conversations_usb.c
 
-         removed some MSVC warnings (warning level 2)
+From Jon Smirl
 
-2003-12-28 18:31  ulfl
+support for USB conversations
 
-       * config.nmake:
 
-         all libs now relative to a base dir, use compiler warning level 2
 
-2003-12-28 20:36  sharpe
+------------------------------------------------------------------------
+r21180 | sahlberg | 2007-03-25 04:37:13 -0700 (Sun, 25 Mar 2007) | 5 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/hostlist_table.c
+   A /trunk/gtk/hostlist_usb.c
 
-       * prefs.h:
+From Jon Smirl
 
-         Add a preferences item for the recent file count max so we can
-         tie it to the edit preferences dialog box and then use it in the
-         code that handles recent files.
+support for usb host/endpoint lists
 
-2003-12-28 21:10  sharpe
 
-       * prefs.c, prefs.h, gtk/menu.c:
+------------------------------------------------------------------------
+r21181 | ulfl | 2007-03-25 08:13:03 -0700 (Sun, 25 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/uat_load.l
 
-         Connect the recent_file_count_max variable to the
-         prefs.gui_recent_file_count_max variable entry, and fix a small
-         spelling/grammar mistake.
+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
 
-         Now all we need is some enterprising individual to write the
-         small amount of preferences code to actually allow it to be
-         changed etc, but I have to go to Costco, so, later...
+remove unused CFLAGS
+------------------------------------------------------------------------
+r21183 | ulfl | 2007-03-25 08:39:06 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/tools/lemon/Makefile.nmake
 
-2003-12-28 23:20  sharpe
+set "treat warnings as errors" CFLAGS, no warning were in this dir :-)
+------------------------------------------------------------------------
+r21184 | ulfl | 2007-03-25 10:07:36 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/mate/Makefile.nmake
 
-       * prefs.c:
+all warnings removed in the meantime, "treat warnings as errors" :-)
+------------------------------------------------------------------------
+r21185 | lego | 2007-03-25 12:00:59 -0700 (Sun, 25 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/mpeg.c
 
-         Add more code to handle the recent_files_count_max as a
-         preference ...  Here we can read and write it from and to the
-         preferences file. I only have to add code to allow it to be set
-         in the Edit->Preferences area,
+make the mpeg_open() more conservative checking whether there's ssome magic bytes at the beginning of the file.
 
-2003-12-28 23:50  guy
+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
 
-       * packet-dcerpc-rpriv.c, packet-dcerpc-rs_repadm.c:
+Before we've decided to dissect a frame, don't fetch any data before
+checking to make sure it's available.
 
-         In calls to "dcerpc_init_uuid()" only the *major* version number
-         of the interface is supplied; by virtue of 1.1 being truncated to
-         1, and by virtue of the putative major and minor version numbers
-         in 1.1 both being 1, a version number initialized to 1.1
-         presumably happened to work for RPRIV and RS_REPADM, but we might
-         as well do it right.
+Don't dissect an audio frame if it doesn't have a valid version or layer
+value.
+
+Don't do anything with the columns until we've decided to accept a
+frame.
 
-2003-12-29 00:19  guy
+The register routines are only called once; we don't have to check
+whether they've already been called.
 
-       * packet-teredo.c:
+------------------------------------------------------------------------
+r21187 | guy | 2007-03-25 14:10:10 -0700 (Sun, 25 Mar 2007) | 8 lines
+Changed paths:
+   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
 
-         At least as I read the Teredo draft, the nonce value is just an
-         opaque 8-byte value.
+Before accepting a packet in a heuristic dissector, don't fetch any data
+without first checking to make sure it's available.
+
+Clear the Info column as soon as we've accepted a packet.
 
-2003-12-29 00:25  guy
+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> )
+------------------------------------------------------------------------
+r21189 | lego | 2007-03-25 14:42:26 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+   A /trunk/epan/gcp.c
+   A /trunk/epan/gcp.h
 
-       * wiretap/lanalyzer.c:
+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
 
-         Make all the byte arrays for writing out stuff "guint8" rather
-         than "gint8" - there's no reason for them to be signed, and
-         making them signed can cause compiler warnings if a value won't
-         fit in 8 bits if sign-extended.
+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
 
-2003-12-29 00:36  guy
+migrate packet-megaco.c from plugins/megaco to epan/dissectors
+------------------------------------------------------------------------
+r21192 | guy | 2007-03-25 15:07:40 -0700 (Sun, 25 Mar 2007) | 15 lines
+Changed paths:
+   M /trunk/wiretap/mpeg.c
+   M /trunk/wiretap/wtap-int.h
 
-       * AUTHORS, wiretap/AUTHORS, wiretap/dbs-etherwatch.c:
+All private data for a capture in a Wiretap module must be per-file, not
+static to the module.
 
-         From Neils Koot:
+Add the older(?) ID tag for MPEG audio.
 
-                 add the ability to read Ethernet captures;
+Just use the ID at the beginning to identify MPEG audio files; don't
+check the file any further.
 
-                 add the ability to read hex-only dumps.
+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).
 
-2003-12-29 00:41  guy
+Similarly, if the magic number doesn't match, just return 0, so other
+types of file are tried.
 
-       * packet-tcap.c:
+------------------------------------------------------------------------
+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 Niels Koot: support TCAP over SUA.
+From Jon Smirl
 
-2003-12-29 00:48  sharpe
+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
 
-       * gtk/gui_prefs.c:
 
-         OK, now I have added the preference for recent_files_count_max,
-         and we can set the value and so on. We put the value in the text
-         field before it is displayed, and so on ...
 
-2003-12-29 04:02  gerald
+------------------------------------------------------------------------
+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
 
-       * packet-ieee80211.c:
 
-         Pull most of bytes_from_unparsed() into a new routine,
-         hex_str_to_bytes().  Use the new routine to initialize any WEP
-         keys we have defined.  This has the side effect of fixing an
-         overflow if the user entered a long WEP key.
 
-2003-12-29 04:06  gerald
+------------------------------------------------------------------------
+r21197 | sahlberg | 2007-03-25 18:41:50 -0700 (Sun, 25 Mar 2007) | 15 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb.c
 
-       * epan/: strutil.c, strutil.h, ftypes/ftype-bytes.c:
+From 
+Charles Lepple
 
-         Pull most of bytes_from_unparsed() into a new routine,
-         hex_str_to_bytes().  Use the new routine to initialize any WEP
-         keys we have defined.  This has the side effect of fixing an
-         overflow if the user entered a long WEP key.
 
-2003-12-29 19:04  guy
+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.)
 
-       * packet-ipx.c:
+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.
 
-         Add support for NetWare's serialization protocol.
 
-2003-12-29 19:05  guy
 
-       * packet-socks.c:
+------------------------------------------------------------------------
+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
 
-         Make sure the "we're in the middle of dissecting SOCKS" flag gets
-         cleared even if we throw an exception when dissecting the
-         payload.
+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
 
-2003-12-29 19:53  guy
+From Jon Smirl
 
-       * epan/: strutil.c, strutil.h:
+add a whole bunch of new descriptor types
 
-         "hex_str_to_bytes()" modifies the GByteArray supplied to it, so
-         don't mark it as "const".
 
-2003-12-29 19:56  guy
+------------------------------------------------------------------------
+r21200 | morriss | 2007-03-25 19:05:54 -0700 (Sun, 25 Mar 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/configure.in
 
-       * prefs.c, prefs.h, gtk/menu.c:
+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
 
-         Make the "max count of recently-visited files" preference
-         unsigned.
+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
 
-         Get rid of an unused variable.
+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
 
-         Fix up whitespace.
+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
 
-2003-12-29 20:03  ulfl
 
-       * file.c, file.h, range.h, gtk/Makefile.am, gtk/Makefile.nmake,
-         gtk/file_dlg.c, gtk/main.c, gtk/range.c:
+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
 
-         From Dick Gooris (and me :-) more ways to choose which packets
-         can be saved, in the save(as) dialog box
 
-2003-12-29 20:11  gram
 
-       * tools/Makefile.am:
+------------------------------------------------------------------------
+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
+
+
 
-         Add a missing backslash for the EXTRA_DIST files.
+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";
 
-2003-12-29 20:40  guy
 
-       * gtk/range.c:
 
-         Add an RCS ID.
+------------------------------------------------------------------------
+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
 
-         Include <ctype.h> to declare "isdigit()".
+fixup the idl to always use pointer for out parameters
 
-2003-12-29 20:40  guy
+regenerate with patched pidl
 
-       * range.h:
 
-         Give it an RCS ID.
+------------------------------------------------------------------------
+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
 
-2003-12-29 20:41  guy
+regenerate the dissectors with an even newer patched version of pidl to add two more pragmas
 
-       * gtk/file_dlg.c:
 
-         Get rid of an unused variable.
+you need this patch ontop of svn pidl to regenerate the files :
 
-2003-12-29 20:46  guy
+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";
 
-       * tools/Makefile.am:
 
-         Give it an RCS ID and copyright notice.
 
-2003-12-29 20:53  ulfl
+------------------------------------------------------------------------
+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
 
-       * range.h:
+update INITSHUTDOWN and SRVSVC and regenerate with patched PIDL
 
-         removed a GTK2 warning
 
-2003-12-29 21:04  ulfl
+------------------------------------------------------------------------
+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
 
-       * gtk/: file_dlg.c, range.c:
+update WZCSVC idl and regenerate the dissector
 
-         removed a GTK2 warning
 
-2003-12-29 21:13  jmayer
+------------------------------------------------------------------------
+r21267 | jmayer | 2007-03-29 00:41:54 -0700 (Thu, 29 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/crypt/Makefile.am
 
-       * Makefile.am:
+- Add Makefile.common to EXTRA_DIST (spotted by Christopher Maynard)
+- Replaced spaces at beginning of line by tab
 
-         range.h moved from gtk to .
+------------------------------------------------------------------------
+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
 
-2003-12-29 21:18  jmayer
+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
 
-       * gtk/Makefile.am:
+Patch from Ronnie Sahlberg.
 
-         range.h moved from gtk to .
+Change the signatures for all functions it generates to specify
+_U_ so that GCC "parameter not used" warnings are suppressed.
 
-2003-12-29 21:39  jmayer
+------------------------------------------------------------------------
+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
 
-       * plugins/Makefile.am:
+Fix a bug for invalid casts of pointers.
 
-         Delete the generated files only during maintainerclean
+Patch by Ronnie Sahlberg.
 
-2003-12-29 22:33  guy
+------------------------------------------------------------------------
+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
 
-       * req_resp_hdrs.c:
+Check for dereferencing null pointers. 
 
-         From RFC 2616: "Field names are case-insensitive."  Use
-         "tvb_strncaseeql()", not "tvb_strneql()", to check for
-         "Content-Length:".
+Patch by Ronnie Sahlberg.
 
-2003-12-29 22:42  guy
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
 
-       * Makefile.am, Makefile.nmake, range.c, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/range.c:
+------------------------------------------------------------------------
+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
 
-         Nothing in "range.c" is GTK+-specific, so move it to the
-         top-level directory.
+Manually add the patch mentioned in
+http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21262
 
-2003-12-29 22:44  guy
 
-       * epan/: packet.c, packet_info.h:
+------------------------------------------------------------------------
+r21270 | lego | 2007-03-29 05:24:04 -0700 (Thu, 29 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
 
-         Add a "saved_can_desegment" field to the "packet_info" structure,
-         so that dissectors for pass-through proxying protocols such as
-         SOCKS can allow the subdissectors they call to ask that
-         desegmentation be done.
+remove debugging printf() calls left in the code.
 
-2003-12-30 00:03  guy
 
-       * packet-socks.c, packet-tcp.c, packet-tcp.h:
+------------------------------------------------------------------------
+r21271 | lego | 2007-03-29 05:25:50 -0700 (Thu, 29 Mar 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mtp3.c
 
-         Export a "dissect_tcp_payload()" routine from the TCP dissector,
-         for use by pass-through proxying dissectors such as the SOCKS
-         dissector; it does the work of processing a TCP segment,
-         including desegmentation.  Export the "next sequence number"
-         value to subdissectors, so they can use it when calling
-         "dissect_tcp_payload()".
+When there are multiple mtp3 packets on a single sctp packet (m2ua)  have each one has its own pcs and tap structure
 
-         Use that in the SOCKS dissector.
 
-2003-12-30 00:19  guy
+------------------------------------------------------------------------
+r21272 | sfisher | 2007-03-29 11:07:36 -0700 (Thu, 29 Mar 2007) | 6 lines
+Changed paths:
+   M /trunk/gtk/export_object.c
 
-       * packet-socks.c:
 
-         Update a URL.
+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.
 
-2003-12-30 00:22  guy
 
-       * packet-socks.c:
+------------------------------------------------------------------------
+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
 
-         Update another URL and other stuff in that comment.
 
-2003-12-30 01:19  ulfl
+Fix some more warnings
 
-       * gtk/file_dlg.c:
 
-         minor changes and a small bugfix
+------------------------------------------------------------------------
+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
 
-2003-12-30 01:58  guy
+strict aliasing warnings fix : replace (void**) by (void*)
 
-       * packet-wtp.c:
+------------------------------------------------------------------------
+r21275 | standel | 2007-03-29 16:36:11 -0700 (Thu, 29 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
 
-         Clean up the handling of the code that handles the payload a bit;
-         this also fixes a case where we'd put the same string into the
-         Info column twice.
+delete megaco plugin trace
 
-         Put the packet sequence number into the Info column for segmented
-         invoke and result PDUs, even if we don't try to reassemble them.
+------------------------------------------------------------------------
+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
 
-         Don't put an entry into the protocol tree for the payload if
-         there isn't any payload.
+- 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().
 
-2003-12-30 04:38  sharpe
+- Documentation of the new ptvcursor functions in README.developer
 
-       * packet-smb.c:
 
-         A small fix from Andrew Bartlett. The Short File Name is always
-         in UNICODE.
+------------------------------------------------------------------------
+r21277 | wmeier | 2007-03-29 17:23:19 -0700 (Thu, 29 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/follow_dlg.c
 
-2003-12-30 15:49  obiot
+From Sake Blok: fix bug 598 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=598)
 
-       * doc/README.developer:
+------------------------------------------------------------------------
+r21278 | standel | 2007-03-29 17:38:58 -0700 (Thu, 29 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-         Header files proto-ABBREV.h must not exist if there are no
-         functions to export to other dissectors.
+update of homeplug dissector with the use of ptvcursor subtree management
+functions.
 
-         Describe the "if (tree)" construct and its sense by introducing 2
-         operation modes of Ethereal:  (a) operational dissection (tree ==
-         NULL) and   (b) detailed dissection (tree != NULL).
 
-         Fix some typos.
+------------------------------------------------------------------------
+r21279 | standel | 2007-03-29 17:54:39 -0700 (Thu, 29 Mar 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/hostlist_usb.c
 
-2003-12-30 17:14  jmayer
+remove svn:executable
 
-       * Makefile.am, packet-ismp.c, AUTHORS, Makefile.nmake,
-         doc/ethereal.pod:
+------------------------------------------------------------------------
+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
 
-         New protocol: Enterasys Interswitch Message Protocol (ismp) and
-         edp (Enterasys Discovery Protocol)
+remove some g_malloc/g_free
 
-2003-12-30 19:11  jmayer
+------------------------------------------------------------------------
+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
 
-       * packet-ismp.c:
+ep_malloc -> ep_alloc !!
 
-         Remove unused variable firmware_rev
+------------------------------------------------------------------------
+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
 
-2003-12-30 21:52  ulfl
+revert back (void*) -> (void**) which will stop free-warning compilation with
+gcc-4.1.2
 
-       * AUTHORS:
 
-         added dick gooris to the list of contributors
+------------------------------------------------------------------------
+r21283 | standel | 2007-03-30 07:43:55 -0700 (Fri, 30 Mar 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipv6.c
 
-2003-12-30 21:55  ulfl
+- 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
 
-       * doc/ethereal.pod:
+------------------------------------------------------------------------
+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
 
-         added dick gooris to the list of contributors
+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
 
-2003-12-30 22:18  ulfl
 
-       * Makefile.nmake:
+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.
 
-         removed compilation of packet-slsk
 
-2003-12-30 22:48  guy
+------------------------------------------------------------------------
+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
 
-       * range.c:
 
-         Include <string.h> to declare various string manipulation
-         functions.
+Fix more warnings
 
-2003-12-30 23:13  guy
 
-       * print.c:
+------------------------------------------------------------------------
+r21287 | sfisher | 2007-03-30 15:14:33 -0700 (Fri, 30 Mar 2007) | 10 lines
+Changed paths:
+   M /trunk/gtk/decode_as_dlg.c
 
-         In "get_field_data()", check to make sure the field doesn't run
-         past the end of the tvbuff.
 
-2003-12-31 01:07  guy
+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).
 
-       * wiretap/dbs-etherwatch.c:
 
-         For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len"
-         member of the pseudo-header; these captures don't appear to have
-         an FCS in them, so set that member to 0.
+------------------------------------------------------------------------
+r21288 | etxrab | 2007-03-31 04:47:14 -0700 (Sat, 31 Mar 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-h263.c
 
-2003-12-31 01:17  guy
+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
 
-       * packet-tds.c:
+Add Licence and TO DO list
 
-         If a packet has a packet number of 0, it's not a fragment if the
-         status is "last buffer".
 
-2003-12-31 09:47  guy
+------------------------------------------------------------------------
+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.
 
-       * packet-sdp.c:
 
-         Make the tvbuff for SDP lines have the line length as its length
-         and reported length, so we show the right error if we go past the
-         end of the tvbuff.
+------------------------------------------------------------------------
+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
 
-2003-12-31 09:58  guy
+Fix management of lstrings in uat code so that arbitrary chars (even '\0's) can be used inside.
+Fixes bug 1502
 
-       * packet-http.c, packet-rtsp.c, prefs.c:
 
-         Remove redundant protocol names from preference values.
+------------------------------------------------------------------------
+r21295 | standel | 2007-04-01 08:42:08 -0700 (Sun, 01 Apr 2007) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
 
-2003-12-31 22:17  guy
+From Sake Blok : 
+Fix for Bug 1136 (TCP Checksum Validation)
 
-       * README.win32:
+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
 
-         http://www.ethereal.com/distribution/win32/development/ has GLib
-         2.2.3 packages, and a gtk+-1.3.0-20030717.zip package; update the
-         version numbers accordingly.
+------------------------------------------------------------------------
+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
 
-2004-01-01 13:10  ulfl
+Have the prototypes of uat_esc and uat_unesc available to packet-snmp.c
 
-       * gtk/file_dlg.c:
 
-         comment fixed
+------------------------------------------------------------------------
+r21297 | standel | 2007-04-01 09:04:04 -0700 (Sun, 01 Apr 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
 
-2004-01-01 13:16  ulfl
+First step of TCP dissector refactoring.
 
-       * gtk/gui_prefs.c:
+I have a dream today.
+I have a dream that one day the TCP dissector shall become human-readable. :)
 
-         moved recent files pref, as it splits corresponding dir entries
+------------------------------------------------------------------------
+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
 
-2004-01-01 13:29  ulfl
+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
 
-       * gtk/prefs_dlg.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
 
-         rearranged prefs topics
+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
 
-2004-01-01 13:41  ulfl
+- 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.
 
-       * gtk/display_opts.c:
+------------------------------------------------------------------------
+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
 
-         label texts changed (tip from Richard)
+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
 
-2004-01-01 16:59  obiot
+There are odd packet records in k15 generated files where the interface record does not match any given one.
 
-       * epan/dfilter/semcheck.c:
+I noticed that these records have the first byte changed so When a lookup fails mask the byte and lookup again.
 
-         Add support of contains and matches operators on slices.
 
-2004-01-01 17:02  obiot
+------------------------------------------------------------------------
+r21304 | sfisher | 2007-04-02 16:45:38 -0700 (Mon, 02 Apr 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ppp.c
 
-       * epan/ftypes/ftype-bytes.c:
 
-         Add support of contains operator in slices.
+From Donald White:
 
-2004-01-01 21:35  guy
+A partial RFC 2508 dissector for packet-ppp.c
 
-       * packet-vines.c:
 
-         From Chris Waters: fix a typo.
+------------------------------------------------------------------------
+r21305 | richardv | 2007-04-02 18:31:22 -0700 (Mon, 02 Apr 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
 
-2004-01-01 21:47  guy
+From Mike Duigou:
 
-       * packet-sdp.c:
+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.
 
-         Don't show empty media formats.
+The patch has been fuzz tested with a broad selection of jxta captures and ran successfully overnight for over 4000 iterations.
 
-2004-01-01 23:34  guy
 
-       * packet-http.c:
+------------------------------------------------------------------------
+r21306 | richardv | 2007-04-02 18:45:59 -0700 (Mon, 02 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/tvbtest.c
 
-         Clean up the blank line handling a bit.
+From me:
 
-2004-01-01 23:36  guy
+fix compiler warnings in tvbtest.c
 
-       * packet-rtsp.c:
+------------------------------------------------------------------------
+r21307 | richardv | 2007-04-02 18:49:14 -0700 (Mon, 02 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/tvbtest.c
 
-         Make the RTSP packet handling more like the HTTP packet handling.
+From me:
 
-2004-01-02 00:19  sharpe
+disable failing composite tvb tests
 
-       * gtk/color_dlg.c:
+------------------------------------------------------------------------
+r21308 | richardv | 2007-04-02 18:53:52 -0700 (Mon, 02 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbtest.c
 
-         Tweak the name of the Coloring Rules dialog box to be more
-         consistent ...
+From me: make tvbtest return an exitcode appropriate to its success
 
-2004-01-02 02:03  guy
 
-       * packet-sip.c:
+------------------------------------------------------------------------
+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
 
-         From Steven Lass: put the request and status lines into the
-         protocol tree as filterable fields.
+Run the epan unittests as part of the test suite
 
-2004-01-02 06:35  sharpe
+------------------------------------------------------------------------
+r21310 | morriss | 2007-04-02 23:27:18 -0700 (Mon, 02 Apr 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isup.c
 
-       * packet-smb.c:
+Fix bug 1508:
 
-         Revert a small change I made a day or so ago because Guy has
-         captures that show that the short name can be in ASCII if flags 2
-         says ASCII.
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1508
 
-2004-01-02 12:52  obiot
+Dissect ISUP CIC as 14 bits in ANSI (instead of 12 bits like in ITU)
 
-       * packet-x11-keysymdef.h, packet-x11.c, x11-fields:
 
-         From Michael Shuldman:
+------------------------------------------------------------------------
+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
 
-         Add support for parsing some X11 replies and events (and the
-         framework for handling X11 errors it looks like) to the existing
-         X11 code, which parses X11 requests.
+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
 
-         It parses what is the most difficult part of the replies/events,
-         they Keycode stuff by parsing the Keyboardmapping replies and
-         etc, and then KeyPress, KeyRelease events and some related stuff
-         (used for a specific project).
+hopefully fix this for win32 by using nmake
 
-         Adding support for parsing the rest of the event/replies should
-         not be difficult, I think it will mostly consist of going through
-         every event/reply and add the missing calls for each dataitem
-         i.e.  register the data, the remaining the eventcodes/replies are
-         pretty straightforward if I remember correctly.
+------------------------------------------------------------------------
+r21313 | richardv | 2007-04-03 04:12:27 -0700 (Tue, 03 Apr 2007) | 1 line
+Changed paths:
+   M /trunk/epan/Makefile.am
 
-         All events and replies are reported, it's the "detailed" (-V
-         option) that's missing for most.
+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
 
-         The replies, events and errors are listed in the Info column, and
-         are summarized in the protocol summary line.
+another go at fixing the unit tests under windows - give a -f Makefile.nmake arg
 
-         Bogus if (tree) { } constructs have also been fixed.
+------------------------------------------------------------------------
+r21315 | richardv | 2007-04-03 06:20:11 -0700 (Tue, 03 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan
 
-         List over other misc. stuff added:  - handle multiple outstanding
-         requests.   - add AllocNamedColor to list of requests expecting a
-         reply.   - body for parsing error replies.   - each packet can be
-         sent to us multiple times, try to handle that.   - change
-         request_length display to be what the client actually sends
-         for x11_request, not what it means (don't multiply by four).   -
-         add some more opcodes expecting a reply (gone through all listed
-            in the ref. now, so should be complete).   - use hashtable and
-         sequencenumber for matching reply to request.
+ignore exntest
 
-2004-01-02 12:57  obiot
+------------------------------------------------------------------------
+r21316 | richardv | 2007-04-03 06:24:20 -0700 (Tue, 03 Apr 2007) | 1 line
+Changed paths:
+   M /trunk/epan/Makefile.nmake
 
-       * AUTHORS:
+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
 
-         From Michael Shuldman: enhanced X11 support.
+mpa_* stubs to make this link properly
 
-2004-01-02 13:27  ulfl
+------------------------------------------------------------------------
+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
 
-       * gtk/progress_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:
 
-         From Didier: don't update the progress bar more often than every
-         100ms
+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
 
-2004-01-02 13:38  ulfl
+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
 
-       * AUTHORS:
+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
 
-         From Didier: don't update the progress bar more often than every
-         100ms
+Add Via sigcomp-id param (from draft-ietf-rohc-sigcomp-sip)
 
-2004-01-02 17:27  ulfl
+------------------------------------------------------------------------
+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
 
-       * gtk/menu.c:
+section added to AUTHORS
 
-         recent files: make submenu insensitive if empty and add a menu
-         item to clear the list
 
-2004-01-02 21:01  ulfl
+------------------------------------------------------------------------
+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
 
-       * file.c:
+Additional 802.11k/n support from Dustin Johnson and myself:
 
-         added a progressbar, when saving a large capture file
+  - 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
 
-2004-01-02 21:47  ulfl
+...along with a bunch of other updates, including displaying the
+type/subtype as a hex value (first nibble: type, second nibble: subtype).
 
-       * file.c:
+------------------------------------------------------------------------
+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
 
-         bugfix: init progbar to NULL at the right place
+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
 
-2004-01-02 21:48  ulfl
+set unused parameters flags to fiw some gcc warnings
 
-       * gtk/file_dlg.c:
+------------------------------------------------------------------------
+r21394 | standel | 2007-04-12 15:39:16 -0700 (Thu, 12 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-         hide save dialog, while saving
+get rid of unused variable
 
-2004-01-02 23:44  guy
+------------------------------------------------------------------------
+r21395 | standel | 2007-04-12 15:42:31 -0700 (Thu, 12 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-raw.c
 
-       * packet-smb.c:
+include packet-ipv6.h for capture_ipv6 function
 
-         Fix a comment.
+------------------------------------------------------------------------
+r21396 | standel | 2007-04-12 15:43:45 -0700 (Thu, 12 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
 
-2004-01-03 03:37  guy
+move dissectors which compiles without any warning from DISSECTOR_SRC to
+CLEAN_DISSECTOR_SRC
 
-       * packet-ismp.c:
+------------------------------------------------------------------------
+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
 
-         Deal with some weird ISMP packets that have 0x42 0x42 0x03 in
-         front of the payload (are they some kind of weird 802.2 header?
-         0x42 is the SAP for IEEE 802.1d Spanning Tree BPDUs).
+From: Balint Reczey
 
-2004-01-03 03:43  guy
+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().
 
-       * packet-sdp.c:
 
-         Process all the data in the packet, regardless of whether it's
-         captured or not.
+------------------------------------------------------------------------
+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
 
-2004-01-03 03:49  guy
 
-       * packet-fr.c, packet-lapb.c, packet-lapd.c, packet-llc.c,
-         packet-sdlc.c, packet-v120.c, xdlc.c, xdlc.h,
-         plugins/plugin_api_list.c, plugins/Xass-list,
-         plugins/Xplugin_api.c, plugins/Xplugin_api.h,
-         plugins/Xplugin_api_decls.h, plugins/Xplugin_table.h:
+Fix various warnings
 
-         Have "dissect_xdlc_control()" take a pointer to a structure
-         containing pointers to hf_ values, so the subfields of the
-         control field are put into the protocol tree as filterable items.
-          Change the protocols that use it appropriately.
+Move packet-cops.c out of clean dissectors due to a #define conflict
+in the headers of net-snmp with our config.h
 
-         Export "dissect_xdlc_control()" to plugins.
 
-2004-01-03 05:13  guy
+------------------------------------------------------------------------
+r21399 | sfisher | 2007-04-12 18:03:55 -0700 (Thu, 12 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
 
-       * gtk/menu.c:
 
-         Mark arguments as unused.
+Fix unused variable warning when neither SSL_DECRYPT_DEBUG nor HAVE_LIBGNUTLS is defined.
 
-         Clean up indentation.
 
-2004-01-03 05:14  guy
+------------------------------------------------------------------------
+r21400 | wmeier | 2007-04-12 18:53:14 -0700 (Thu, 12 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
 
-       * packet-x11.c:
+Fix for link commands for exntest.exe, tvbtest.exe and reassemble_test.exe;
+(Seems to work using vc6 on Windows XP).
 
-         At least with some versions of GCC, the __attribute__((unused))
-         stuff has to come *after* the variable.
+------------------------------------------------------------------------
+r21401 | gerald | 2007-04-12 22:44:57 -0700 (Thu, 12 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipsec.c
 
-2004-01-03 12:43  obiot
+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.
 
-       * packet-image-gif.c:
+------------------------------------------------------------------------
+r21402 | etxrab | 2007-04-12 22:49:43 -0700 (Thu, 12 Apr 2007) | 1 line
+Changed paths:
+   D /trunk/asn1/ansi_map/README
 
-         Fix an incorrect filterable field name.
+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
 
-2004-01-03 13:03  tuexen
+Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns()
+as per the change in rev 21398 to get Windows builds working again.
 
-       * packet-x11-keysymdef.h:
 
-         Make XConvertCase static to avoid a warning at link time.
+------------------------------------------------------------------------
+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
 
-2004-01-03 14:08  jmayer
+From Kevin A. Noll via bug 1522:
 
-       * plugins/v5ua/packet-v5ua.c:
+http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1522
 
-         Warning fix: Mark a parameter as unused
+Support for WLCCP version 0xC1.
 
-2004-01-03 18:05  sharpe
+Also updated his email address in AUTHORS.
 
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, wsp_stat.c:
 
-         Make Analyze/Statistics have an accelerator of Alt+A S and move
-         Analyze/Summary to Alt+A Y.
+------------------------------------------------------------------------
+r21405 | standel | 2007-04-13 00:50:53 -0700 (Fri, 13 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
 
-2004-01-03 18:40  sharpe
+remove ref to ansi_map/README in the Makefile
 
-       * AUTHORS, disabled_protos.c, disabled_protos.h, packet-data.c,
-         packet-frame.c, tethereal.c, epan/proto.c, epan/proto.h,
-         gtk/main.c:
+ubuntu buildbot should work again
 
-         Apply the patches from Tadaaki Nagao for a global version of
-         disabled protocols ...
+------------------------------------------------------------------------
+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
 
-2004-01-04 02:24  guy
+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
 
-       * gtk/proto_dlg.c:
+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
 
-         A missing piece of Tadaaki Nagao's patches to add a global
-         "disabled protocols" file.
+fix gcc warning :
+  use of new_register_dissector instead of register_dissector
 
-2004-01-04 02:55  obiot
+------------------------------------------------------------------------
+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
 
-       * packet-mmse.c, packet-wsp.c, packet-wsp.h:
+use of volatile for every functions and not only the ones using the Exception
+mechanisms. (fix rev21398)
 
-         Fix the multipart dissection in WSP so media embedded in a
-         multipart entity gets handed off to subdissectors. However nested
-         multipart entities are not supported yet.
+Windows buildbot sould be green again as formal parameters are the same as the
+ones in the declaration now.
 
-         Add more information to the WSP protocol summary line.
+------------------------------------------------------------------------
+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
 
-         Add some more clarifications (comments) in the WSP code.
+fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRC
 
-         Skip parsing of URL encoded data if tree is NULL.
+------------------------------------------------------------------------
+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
 
-2004-01-04 02:59  obiot
+miss some volatile qualifiers in scsi-osd
 
-       * Makefile.am, Makefile.nmake, packet-image-jfif.c:
+------------------------------------------------------------------------
+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
 
-         Add support for JFIF (JPEG File Interchange Format) media.
+another attempt to let windows buildbot becoming green
 
-         The JFIF dissector processes everything up to the start of scan
-         as the data thereafter is encoded and I didn't have the time to
-         figure out how it is :)
+fix rev21398 (gcc warning fix)
 
-         TODO: fix the WTP dissector so it doesn't hand off unreassembled
-         data to WSP.
+------------------------------------------------------------------------
+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
 
-2004-01-04 03:01  obiot
+ Have the h248term handle evaluated as late as possible.
 
-       * AUTHORS:
 
-         JPEG File Interchange Format (JFIF) dissection.
+------------------------------------------------------------------------
+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
 
-2004-01-04 06:16  sharpe
+ultimate declaration of a volatile variable to let gcc-3.4 happy.
 
-       * gtk/menu.c:
 
-         User Specified Decodes, since it brings up a dialog box, should
-         be User Specified Decodes...
+------------------------------------------------------------------------
+r21415 | gerald | 2007-04-13 12:28:03 -0700 (Fri, 13 Apr 2007) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-2004-01-04 10:57  guy
+802.11k/n updates from Dustin Johnson:
 
-       * packet-x11-keysymdef.h, packet-x11.c, x11-fields:
+  - 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
 
-         Move "XConvertCase()" from a header file to "packet-x11.c".
+------------------------------------------------------------------------
+r21416 | standel | 2007-04-13 13:38:19 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-         Handle the failure reply from the initial connection request.
+fix gcc warning
 
-         "proto_item_append_text()" accepts "printf"-like formats; we
-         don't need to generate a string with a formatting routine and
-         hand it to "proto_item_append_text()", so don't do so.
+------------------------------------------------------------------------
+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
 
-         When doing reassembly, the length that should be checked is the
-         length remaining in the tvbuff, not the length remaining in the
-         packet, and that length should be fetched with
-         "tvb_ensure_length_remaining()" so that if we *do* go past the
-         end of the tvbuff we throw the appropriate exception.
+fix gcc warning about qualifier types (const) which are discarded when arriving
+at the pcap interface.
 
-         To determine whether a reply is a reply to the initial
-         connection, check the connection state and "initial connection
-         reply" frame - don't check the first byte of the message unless
-         we've determined that the message isn't an initial connection
-         reply (the first byte of the initial connection reply is the
-         success/failure flag, so it could be 0 or 1).
+------------------------------------------------------------------------
+r21418 | standel | 2007-04-13 15:40:42 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
 
-         Display window IDs in hex in replies, as we do in requests.
+move to CLEAN_DISSECTOR_SRC
 
-         Fix the masks for Button3, Button4, and Button5 (it's a bitset,
-         not a button number - more than one mouse button can be down in
-         an event, although it can be a pain to try to click more than one
-         button at the same time).
+------------------------------------------------------------------------
+r21419 | gerald | 2007-04-13 15:49:54 -0700 (Fri, 13 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/make-dissector-reg.py
 
-2004-01-04 20:42  guy
+Fixup whitespace.
 
-       * packet-x11.c:
+------------------------------------------------------------------------
+r21420 | sfisher | 2007-04-13 15:50:47 -0700 (Fri, 13 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-         Move a comment to the appropriate location, and put in another
-         comment about problems with handling replies.
 
-2004-01-04 20:44  guy
+Remove unused variable that is causing a warning 
 
-       * packet-stun.c:
 
-         From Shiang-Ming Huang: bug fix.
+------------------------------------------------------------------------
+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
 
-2004-01-04 22:02  obiot
+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
 
-       * packet-wtp.c:
 
-         Add more information to the WTP protocol summary (PDU type and
-         PDU specific important parameters).
+Fix bug #1547: Expert Info Composite column "Count" is not sorting numerically
 
-         Document the computation of the length field in WTP concatenation
-         after having looked at a capture with the length field encoded as
-         a WSP uintvar-integer.
 
-         Use "common code" for WTP reassembly, by calling
-         process_reassembled_data().  Document the behavior of reassembly
-         as the output of Ethereal differs between the first and the
-         second pass.
+------------------------------------------------------------------------
+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
 
-         Question: shoud the common reassembly code provide a call-back
-         mechanism to get access to previously-unreassembled packets that
-         appear to be part of a reassembled whole, and to be able to
-         update the state and information of those packets at the time of
-         the reassembly?
+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
 
-2004-01-04 23:32  ulfl
+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
 
-       * range.c:
+Match "%4x" with an unsigned value in sscanf.
 
-         From Dick Gooris: updated lots of comments
+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.
 
-2004-01-05 00:44  guy
+------------------------------------------------------------------------
+r21491 | guy | 2007-04-21 16:04:36 -0700 (Sat, 21 Apr 2007) | 6 lines
+Changed paths:
+   M /trunk/wiretap/configure.in
 
-       * AUTHORS:
+Fix a comment to reflect reality - -Wcast-qual is added only with
+--with-extra-gcc-checks.
 
-         From Yaniv Kaul:
+Unconditionally add -Wpointer-arith to GCC flags, and, if
+--with-extra-gcc-checks is specified, add -Wstrict-prototypes.
 
-                 add parsing of message token (Unicode and regular);
+------------------------------------------------------------------------
+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
 
-                 add parsing of error token (Unicode only - do not have a
-         non Unicode
-                 sample. Anyone?);
+Use AC_HELP_STRING for the help strings for --with and --enable flags.
 
-                 add parsing of done token (only minimal actually);
+Add -Wpointer-arith to the GCC -W flags by default.
 
-                 add parsing of Collation Information structure in
-         Environment
-                 Change token.
+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.).
 
-2004-01-05 00:55  guy
+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.)
 
-       * packet-tds.c:
+------------------------------------------------------------------------
+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
 
-         From Yaniv Kaul:
+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.
 
-                 add parsing of message token (Unicode and regular);
 
-                 add parsing of error token (Unicode only - do not have a
-         non Unicode
-                 sample. Anyone?);
+------------------------------------------------------------------------
+r21494 | sahlberg | 2007-04-22 02:58:12 -0700 (Sun, 22 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
 
-                 add parsing of done token (only minimal actually);
+fix the sign of a variable to prevent a singed/unsigned warning during 
+compiling
 
-                 add parsing of Collation Information structure in
-         Environment
-                 Change token.
 
-2004-01-05 01:18  guy
+------------------------------------------------------------------------
+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
 
-       * packet-tds.c:
+From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.
 
-         Handle non-Unicode error tokens.
+------------------------------------------------------------------------
+r21496 | jake | 2007-04-22 03:29:47 -0700 (Sun, 22 Apr 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
 
-         Error tokens (at least in one capture) appear to have a server
-         name in them; handle that as well.  (They also appear to have 3
-         more bytes of stuff in them.)
+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
 
-2004-01-05 03:51  guy
+Fix a signedness warning.
 
-       * packet-rtsp.c:
+------------------------------------------------------------------------
+r21498 | standel | 2007-04-22 06:38:50 -0700 (Sun, 22 Apr 2007) | 5 lines
+Changed paths:
+   M /trunk/acinclude.m4
 
-         For RTSP requests, we assume that, if there's no Content-Length
-         header, the request has no body.
+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.
 
-         When displaying the body, use the reported length remaining, not
-         the captured length remaining, as the length.
 
-2004-01-05 15:02  ulfl
+------------------------------------------------------------------------
+r21499 | sahlberg | 2007-04-22 08:22:53 -0700 (Sun, 22 Apr 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
 
-       * epan/plugins.c, plugins/plugin_api.h:
+GString.len has changed signednedd between gtk1 and gtk2
 
-         Bugfix from Lars Roland: included missing xdlc.h
+this will hopefully again compile under both gtk1 and 2
 
-2004-01-05 15:05  ulfl
 
-       * config.nmake:
+------------------------------------------------------------------------
+r21500 | sahlberg | 2007-04-22 08:43:01 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
 
-         From Lars Roland: corrected PATH settings
+some updates to allow gtk1 to compile without warnings
 
-2004-01-05 15:27  ulfl
+------------------------------------------------------------------------
+r21501 | sahlberg | 2007-04-22 08:45:34 -0700 (Sun, 22 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/main.c
 
-       * packaging/nsis/ethereal.nsi:
+dont include these headers under gtk1  
 
-         using the file "COPYING" instead of "GPL.txt"
 
-2004-01-05 17:26  guy
+------------------------------------------------------------------------
+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
 
-       * AUTHORS, packet-bpdu.c:
+fix compiler warning for gtk1 builds
 
-         From Alex Rozin: fix handling of MST messages.
+------------------------------------------------------------------------
+r21503 | sahlberg | 2007-04-22 08:49:29 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/rtp_stream.c
 
-         Fix his e-mail address.
+compile fix for gtk1
 
-2004-01-05 17:29  ulfl
+------------------------------------------------------------------------
+r21504 | sahlberg | 2007-04-22 09:40:34 -0700 (Sun, 22 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/rtp_analysis.c
 
-       * packaging/nsis/GPL.txt:
+move include of a few headers down a few lines so the compile works on 
+gtk1
 
-         using the file "COPYING" instead of "GPL.txt"
+------------------------------------------------------------------------
+r21505 | sahlberg | 2007-04-22 09:44:36 -0700 (Sun, 22 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/rtp_stream_dlg.c
 
-2004-01-05 17:33  ulfl
+move some headers so that the compile works on gtk1
 
-       * wiretap/: erf.c, lanalyzer.c, libpcap.c, network_instruments.c,
-         netxray.c, snoop.c, toshiba.c, wtap-int.h:
 
-          removed some MSVC warnings (level 3)
+------------------------------------------------------------------------
+r21506 | guy | 2007-04-22 11:04:52 -0700 (Sun, 22 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
 
-2004-01-05 17:35  guy
+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.
 
-       * doc/ethereal.pod:
+------------------------------------------------------------------------
+r21507 | guy | 2007-04-22 11:26:45 -0700 (Sun, 22 Apr 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
 
-         From Alex Rozin: fix handling of MST messages.
+Get rid of some const warnings.
 
-         Fix his e-mail address.
+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.
 
-2004-01-05 18:10  ulfl
+Similarly, compare a possibly-unaligned (we make no alignment guarantees
+in Wireshark) 16-bit quantity against 0 a byte at a time.
 
-       * epan/resolv.c, gtk/capture_info_dlg.c, gtk/io_stat.c,
-         gtk/progress_dlg.c, gtk/tcp_graph.c:
+------------------------------------------------------------------------
+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
 
-         removed some MSVC warnings (level 3)
+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.
 
-2004-01-05 19:27  ulfl
 
-       * plugins/: gryphon/packet-gryphon.c, giop/packet-coseventcomm.c,
-         giop/packet-cosnaming.c, docsis/packet-rngrsp.c,
-         artnet/packet-artnet.c:
+------------------------------------------------------------------------
+r21509 | guy | 2007-04-22 13:29:31 -0700 (Sun, 22 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
 
-         removed some MSVC warnings (level 3)
+Don't play type-punning games - they cause compiler warnings (not that
+anybody appears to ever *set* sack_header->gaps).
 
-2004-01-05 19:31  ulfl
+------------------------------------------------------------------------
+r21510 | guy | 2007-04-22 13:43:01 -0700 (Sun, 22 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
 
-       * capture-wpcap.c, capture.c, packet-atalk.c, packet-bgp.c,
-         packet-cops.c, packet-dns.c, packet-gtp.c, packet-nbns.c,
-         packet-ospf.c, packet-smb-common.c, packet-vines.c, prefs.c,
-         tethereal.c, text2pcap.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.
 
-         removed some MSVC warnings (level 3)
+------------------------------------------------------------------------
+r21511 | standel | 2007-04-22 14:55:39 -0700 (Sun, 22 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/text2pcap.c
 
-2004-01-05 21:04  ulfl
+set #ifndef __USE_XOPEN instead of only #ifndef
 
-       * config.nmake:
+should fix rev21508
 
-         switched to MSVC warning level 3 and default is winpcap version 3
-         now
+------------------------------------------------------------------------
+r21512 | wmeier | 2007-04-22 15:23:19 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
 
-2004-01-05 21:47  ulfl
+Another fix to allow gtk1 to compile w/o warnings....
 
-       * packaging/nsis/Makefile.nmake:
+------------------------------------------------------------------------
+r21513 | jmayer | 2007-04-22 16:01:49 -0700 (Sun, 22 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/configure.in
 
-         fixed / updated some dependencies
+Fix regression: Automatically disable -Werror in case of extra gcc flags.
 
-2004-01-05 22:21  ulfl
+------------------------------------------------------------------------
+r21514 | guy | 2007-04-22 16:47:56 -0700 (Sun, 22 Apr 2007) | 11 lines
+Changed paths:
+   M /trunk/wiretap/configure.in
 
-       * gtk/file_dlg.c, range.c, range.h:
+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.
 
-         an enum represents the radio buttons much better, than an "array"
-         of gbooleans
+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
 
-2004-01-06 00:08  guy
+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
 
-       * packet-rstat.c:
 
-         Use "rstat4_proc" rather than "rstat3_proc" for rstat version 4.
+------------------------------------------------------------------------
+r21550 | sahlberg | 2007-04-23 22:52:01 -0700 (Mon, 23 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/toolbar.c
 
-2004-01-06 00:09  guy
+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
 
-       * packet-image-jfif.c:
 
-         Get rid of an unused value_string table.
+------------------------------------------------------------------------
+r21551 | jake | 2007-04-23 23:16:58 -0700 (Mon, 23 Apr 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/toolbar.c
 
-2004-01-06 02:20  guy
+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
 
-       * packet-atalk.c, packet-dsi.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).
 
-         Note in a comment that "dissect_asp_reply_get_status()" might be
-         dissecting AFP server status - other servers might have different
-         status formats.
+------------------------------------------------------------------------
+r21553 | sahlberg | 2007-04-23 23:49:38 -0700 (Mon, 23 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/compat_macros.h
 
-         In "dissect_asp_reply_get_status()", put the UTF-8 server name
-         into a tree, with the length and name in the tree as separate
-         items, and fetch the length into a 16-bit variable (as it's a
-         16-bit length in the packet), as is done in
-         "dissect_dsi_reply_get_status()".  (XXX - should that just be
-         done with an FT_UINT_STRING field, as is done for other strings?)
+add an explicit cast of the callback function in the gtk1 SIGNAL_DISCONNECT_BY_FUNC()
 
-         Use "tvb_get_string()" to fetch the UTF-8 server name, and set
-         the length and name from the values we fetched, in both of those
-         routines.
 
-         For FT_UINT_STRING fields in "dissect_asp_reply_get_status()" and
-         "dissect_dsi_reply_get_status()", don't fetch the length
-         separately - just use the value filled in by
-         "proto_tree_add_item()" (now that a "proto_item" is no longer
-         opaque, we can do that).  That means we don't have a problem with
-         overflows of the 8-bit "len" variable if the length is 255.
+------------------------------------------------------------------------
+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
 
-2004-01-06 02:29  guy
+"memcpy()" takes void *'s as arguments and returns a void *; have
+tvb_memcpy() be similar, to avoid unnecessarily alignment warnings.
 
-       * packet-bgp.c:
+Do the same with "ep_tvb_memdup()".
 
-         "decode_MPLS_stack()" always returns a nonnegative value; make it
-         return "guint", and make the "labnum" variable to which its
-         return value is assigned a "guint".
+------------------------------------------------------------------------
+r21555 | guy | 2007-04-24 10:12:29 -0700 (Tue, 24 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
 
-         "plen" in "decode_prefix_MP()" can have a 16-bit value assigned
-         to it; make it a "guint", not just a "guint8".
+Fix definition of tvb_memcpy() to match declaration.
 
-2004-01-06 02:38  guy
+------------------------------------------------------------------------
+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
 
-       * packet-gtp.c:
+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
 
-         In "decode_qos_umts()", "length" can get assigned a 2-byte value,
-         so make it a "guint", not just a "guint8".
+extraInfo was not propperly tagged causing ber decoding errors.
+Fixes Bug 1554
 
-2004-01-06 02:42  guy
 
-       * packet-nbns.c:
+------------------------------------------------------------------------
+r21558 | jmayer | 2007-04-24 14:26:40 -0700 (Tue, 24 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iuup.c
 
-         The error code in an NBDS error packet is 1 byte, not 2.
+proto_tree_add_bits -> iuup_proto_tree_add_bits as discussed
+on wireshark-dev to make it compile again
 
-2004-01-06 02:47  guy
+------------------------------------------------------------------------
+r21559 | kukosa | 2007-04-24 23:33:24 -0700 (Tue, 24 Apr 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
 
-       * packet-ospf.c:
+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
 
-         Make some variables to which 16-bit values are assigned wide
-         enough to hold those values.
+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
 
-2004-01-06 02:51  guy
+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
 
-       * packet-vines.c:
+From Stig Bj?\195?\184rlykke:
 
-         Make a variable to which a 16-bit value is assigned big enough to
-         hold such a value.
+Fix break placement for control frames in dissect_ieee80211_common()
 
-2004-01-06 02:58  guy
+------------------------------------------------------------------------
+r21563 | guy | 2007-04-25 12:28:56 -0700 (Wed, 25 Apr 2007) | 11 lines
+Changed paths:
+   M /trunk/epan/address.h
 
-       * text2pcap.c:
+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.
 
-         Add some sanity checking for the "-i" argument.
+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.)
 
-2004-01-06 19:56  guy
+------------------------------------------------------------------------
+r21564 | gerald | 2007-04-25 12:38:47 -0700 (Wed, 25 Apr 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-       * packet-x11.c:
+From Dustin Johnson:
 
-         Make the forward declarations of routines and their definitions
-         match.
+  - 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
 
-2004-01-06 20:05  guy
+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
 
-       * wiretap/: ascend-grammar.y, ascend-int.h, ascend-scanner.l:
+Use "address_to_str()" to format an address, rather than assuming it's
+an IPv4 address.
 
-         Packet data is an array of "guint8"s, not an array of "char"s;
-         declare variables appropriately.
+------------------------------------------------------------------------
+r21569 | guy | 2007-04-25 16:09:58 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cpfi.c
 
-         Put in a cast to squelch MSVC++ warnings.
+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
 
-2004-01-06 21:11  guy
+Check that the addresses are FC addresses before looking at them.
 
-       * packet-fw1.c:
+If the address is an FC address, convert the data pointer to a guint8 *,
+as it's a void *.
 
-         Don't add an interface to the interface list if we already have
-         MAX_INTERFACES interfaces in the list.
+------------------------------------------------------------------------
+r21571 | guy | 2007-04-25 16:31:22 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
 
-         Make "found" a gboolean.
+Fix the previous fix.
 
-2004-01-06 22:05  guy
+------------------------------------------------------------------------
+r21572 | guy | 2007-04-25 16:54:54 -0700 (Wed, 25 Apr 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tr.c
 
-       * packet-fw1.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.
 
-         Clear the interface list and free up interface names whenever a
-         new capture is read.
+------------------------------------------------------------------------
+r21573 | guy | 2007-04-25 16:56:46 -0700 (Wed, 25 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl.c
 
-         "interface_anzahl" is always <= MAX_INTERFACES, so we don't need
-         to check array indices against MAX_INTERFACES when iterating over
-         all known interfaces.
+Use "address_to_str()" to format an address, rather than assuming it's
+an IPv4 address.
 
-2004-01-06 22:38  guy
+------------------------------------------------------------------------
+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
 
-       * gtk/menu.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.
 
-         Widgets get freed when the reference count goes to zero; we don't
-         need to explicitly destroy menu items when we remove them from
-         the "recent files" list.
+------------------------------------------------------------------------
+r21575 | guy | 2007-04-25 17:01:29 -0700 (Wed, 25 Apr 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-igrp.c
 
-         Clean up indentation.
+Check to make sure the address really *is* an IPv4 address.
 
-2004-01-06 22:52  jmayer
+If it is, convert the "void *" data pointer to a "guint8 *", so we can
+look at the first byte.
 
-       * packaging/nsis/Makefile.am:
+------------------------------------------------------------------------
+r21576 | guy | 2007-04-25 17:03:41 -0700 (Wed, 25 Apr 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
 
-         GPL.txt -> ../../COPYING
+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.
 
-2004-01-07 00:10  ulfl
+------------------------------------------------------------------------
+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
 
-       * range.c, range.h, gtk/dlg_utils.c, gtk/dlg_utils.h,
-         gtk/file_dlg.c:
+Add a macro for hashing the bytes of an address into a hash value.
 
-         save dialog with "Captured" and "Displayed" buttons in packet
-         range
+Use it in the IAX2 dissector and in the conversation code.
 
-2004-01-07 01:44  jmayer
+------------------------------------------------------------------------
+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
 
-       * gtk/: ansi_map_stat.c, isup_stat.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).
 
-         Not that it really matters as the test still alwas evaluates to
-         false: An array with 256 elements should not be accessed with an
-         index >= 256, as we do not count as normal people do.
+------------------------------------------------------------------------
+r21579 | guy | 2007-04-25 18:11:24 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/address.h
 
-2004-01-07 04:33  guy
+Add missing backslash.
 
-       * plugins/artnet/packet-artnet.c:
+------------------------------------------------------------------------
+r21580 | guy | 2007-04-25 18:35:26 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
 
-         Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte
-         numbers.
+Get rid of no-longer-needed variable.
 
-         Use "proto_tree_add_item()" if you don't need the number's value.
+------------------------------------------------------------------------
+r21581 | guy | 2007-04-25 19:35:36 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/address.h
 
-2004-01-07 04:50  guy
+Use the right local variable.
 
-       * wiretap/lanalyzer.c:
+------------------------------------------------------------------------
+r21582 | guy | 2007-04-25 19:36:24 -0700 (Wed, 25 Apr 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
 
-         The year in a LANalyzer capture's trace summary record is a
-         2-byte year number.
+Get rid of unused variable.
 
-2004-01-07 05:13  guy
+------------------------------------------------------------------------
+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
 
-       * plugins/docsis/packet-rngrsp.c:
+prettify wkssvc dissection using the conformance file and generate the 
+dissector again using a new version of pidl
 
-         Don't do anything exotic to get signed integral values -
-         Ethereal's dissectors assume a two's-complement machine (we offer
-         our apologies to those trying to run it on sign-magnitude IBM
-         7090/7094's and one's complement Univac/Unisys 11xx machines
-         :-)).
 
-2004-01-07 05:24  gram
+------------------------------------------------------------------------
+r21724 | gerald | 2007-05-08 09:18:59 -0700 (Tue, 08 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
 
-       * epan/dfilter/scanner.l:
+Add NULL dereference checks.  Fixes Coverity CID 241.
 
-         Don't assert that quoted_string be NULL; it can be non-NULL if
-         the previous dfilter failed to compile because a closing
-         double-quote was not provided. Handle that case.
+------------------------------------------------------------------------
+r21725 | jmayer | 2007-05-08 10:12:59 -0700 (Tue, 08 May 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/wtap-plugins.c
 
-2004-01-07 05:24  guy
+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
 
-       * packet-cops.c:
+From Kriang Lerdsuwanakij:
 
-         The type values from Net-SNMP are u_chars; make the formal
-         argument for them u_char.
+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).
 
-2004-01-07 07:17  guy
+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.
 
-       * README.win32:
+Much of other changes is to update "offset" variable and
+return it so that the location of Spare Extension and CRC
+is available.
 
-         Fix some typoes.
+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.
 
-         Give the appropriate locations for libiconv, gettext, and
-         WinPcap.
+------------------------------------------------------------------------
+r21727 | martinm | 2007-05-08 10:17:51 -0700 (Tue, 08 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
 
-         Note that the WinPcap package is *not* available from
-         ethereal.com.
+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).
 
-         Explain a bit more about how to unpack the zip files for
-         development packages.
+------------------------------------------------------------------------
+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
 
-2004-01-07 12:10  ulfl
+prettify dissection of FIDs,
+put the filename, if known, on the fid expansion line
 
-       * README:
+also place a "generated" fid in failed ntcreateandx so it is easier to 
+quickly see which file the ntcreateandx failed for
 
-         added current windows versions
 
-2004-01-07 12:12  ulfl
+------------------------------------------------------------------------
+r21740 | martinm | 2007-05-10 03:56:36 -0700 (Thu, 10 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dhcpv6.c
 
-       * README.win32:
+Make dhcpv6 findable by name.
 
-         minor changes
+------------------------------------------------------------------------
+r21741 | martinm | 2007-05-10 08:29:38 -0700 (Thu, 10 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+mipv6 -> ip
+
+------------------------------------------------------------------------
+r21742 | martinm | 2007-05-10 09:49:00 -0700 (Thu, 10 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+
+- show NACK summary in info column
+- calculated and show compression ratio achieved
+- show some fields as being generated
+
+------------------------------------------------------------------------
+r21743 | sahlberg | 2007-05-10 13:53:35 -0700 (Thu, 10 May 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
+
+add more tracking of FID properties
+
+track create_flags, access_mask, file_attributes, share_access and 
+create options for all FIDs
+
+
+------------------------------------------------------------------------
+r21744 | gerald | 2007-05-10 15:30:29 -0700 (Thu, 10 May 2007) | 6 lines
+Changed paths:
+   M /trunk/gtk/capture_info_dlg.c
+
+On slow displays (such as RDP sessions), it looks like the "update"
+callback routines might get called before we're ready for them.
+Add checks to handle this.
+
+Fixup whitespace.
+
+------------------------------------------------------------------------
+r21745 | sahlberg | 2007-05-10 20:02:38 -0700 (Thu, 10 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+make create_options, access_mask and share_access fitlerable
+
+
+------------------------------------------------------------------------
+r21746 | etxrab | 2007-05-10 23:21:18 -0700 (Thu, 10 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
+
+From Andrew Feren:
+This patch collapses start and end time for each flow to a single duration item.  The duration item can, of course, be expanded to display the start and end time.
+------------------------------------------------------------------------
+r21747 | jake | 2007-05-10 23:31:22 -0700 (Thu, 10 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bvlc.c
+
+Fix for bug 1545.
+Add a preference to support BVLC on non standard UDP port.
+------------------------------------------------------------------------
+r21748 | gerald | 2007-05-11 08:52:13 -0700 (Fri, 11 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Add separate filters for vendor-specific HT items.
+
+------------------------------------------------------------------------
+r21749 | gerald | 2007-05-11 15:51:48 -0700 (Fri, 11 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+implented -> implemented.
+
+------------------------------------------------------------------------
+r21750 | sfisher | 2007-05-11 15:54:54 -0700 (Fri, 11 May 2007) | 4 lines
+Changed paths:
+   M /trunk/tools/win32-setup.sh
+
+Copy environment variable HTTP_PROXY when set to http_proxy so wget can grab it.
+
+Also add $Id$ tag
+
+------------------------------------------------------------------------
+r21751 | gerald | 2007-05-11 17:01:57 -0700 (Fri, 11 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix a bunch of spelling errors.
+
+------------------------------------------------------------------------
+r21752 | jake | 2007-05-12 12:54:55 -0700 (Sat, 12 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+From bug 1492: Fortify layer name presentation.
+Some code cleanups.
+
+------------------------------------------------------------------------
+r21753 | etxrab | 2007-05-13 13:58:29 -0700 (Sun, 13 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
+   M /trunk/asn1/acp133/packet-acp133-template.c
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/cdt/cdt.cnf
+   M /trunk/asn1/cdt/packet-cdt-template.c
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/asn1/cms/packet-cms-template.c
+   M /trunk/asn1/dap/dap.cnf
+   M /trunk/asn1/dap/packet-dap-template.c
+   M /trunk/asn1/disp/disp.cnf
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/asn1/dop/dop.cnf
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ess/ess.cnf
+   M /trunk/asn1/ess/packet-ess-template.c
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/ftbp/packet-ftbp-template.c
+   M /trunk/asn1/gnm/packet-gnm-template.c
+   M /trunk/asn1/gsm_ss/gsm_ss.cnf
+   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.h
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/inap/inap.asn
+   M /trunk/asn1/inap/inap.cnf
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/mms/mms.cnf
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/ocsp/ocsp.cnf
+   M /trunk/asn1/ocsp/packet-ocsp-template.c
+   M /trunk/asn1/pkcs1/packet-pkcs1-template.c
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/asn1/pkcs12/pkcs12.cnf
+   M /trunk/asn1/pkinit/packet-pkinit-template.c
+   M /trunk/asn1/pkinit/packet-pkinit-template.h
+   M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.c
+   M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.h
+   M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
+   M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.c
+   M /trunk/asn1/pkix1implicit/packet-pkix1implicit-template.h
+   M /trunk/asn1/pkixcmp/cmp.cnf
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/pkixcrmf/crmf.cnf
+   M /trunk/asn1/pkixcrmf/packet-crmf-template.c
+   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
+   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c
+   M /trunk/asn1/pkixqualified/pkixqualified.cnf
+   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/pres/pres.cnf
+   M /trunk/asn1/q932/packet-q932-ros-template.c
+   M /trunk/asn1/q932/packet-q932-template.c
+   M /trunk/asn1/q932/q932-ros.cnf
+   M /trunk/asn1/qsig/packet-qsig-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/asn1/ros/ros.cnf
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/asn1/s4406/s4406.cnf
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/asn1/smrse/smrse.cnf
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/snmp/snmp.cnf
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/asn1/x509af/packet-x509af-template.c
+   M /trunk/asn1/x509af/x509af.cnf
+   M /trunk/asn1/x509ce/packet-x509ce-template.c
+   M /trunk/asn1/x509ce/x509ce.cnf
+   M /trunk/asn1/x509if/packet-x509if-template.c
+   M /trunk/asn1/x509if/x509if.cnf
+   M /trunk/asn1/x509sat/packet-x509sat-template.c
+   M /trunk/epan/asn1.h
+   M /trunk/epan/camel-persistentdata.c
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-app-pkix-cert.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-cdt.h
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmip.h
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmp.h
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cms.h
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-crmf.h
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-dap.h
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-disp.h
+   M /trunk/epan/dissectors/packet-dmp.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dop.h
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-dsp.h
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftam.h
+   M /trunk/epan/dissectors/packet-ftbp.c
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/epan/dissectors/packet-gsm_ss.h
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos.h
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.c
+   M /trunk/epan/dissectors/packet-mikey.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mms.h
+   M /trunk/epan/dissectors/packet-ns_cert_exts.c
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-pkcs1.h
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-pkinit.c
+   M /trunk/epan/dissectors/packet-pkinit.h
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.h
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.h
+   M /trunk/epan/dissectors/packet-pkixproxy.c
+   M /trunk/epan/dissectors/packet-pkixqualified.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-q932.h
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-qsig.h
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-ros.h
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtse.h
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x420.h
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509af.h
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509ce.h
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509if.h
+   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/epan/dissectors/packet-x509sat.h
+   M /trunk/epan/gcp.h
+   M /trunk/epan/tcap-persistentdata.c
+   M /trunk/gtk/camel_counter.c
+   M /trunk/gtk/camel_srt.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/tap-camelcounter.c
+   M /trunk/tap-camelsrt.c
+   M /trunk/tools/asn2wrs.py
+
+Second step in introducing asn context to BER dissectors just like in PER.
+------------------------------------------------------------------------
+r21754 | etxrab | 2007-05-13 14:54:45 -0700 (Sun, 13 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Try to make the buildbot happy.
+------------------------------------------------------------------------
+r21755 | etxrab | 2007-05-13 15:01:17 -0700 (Sun, 13 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/tools/asn2wrs.py
+
+actx in ber_external
+------------------------------------------------------------------------
+r21756 | sahlberg | 2007-05-13 15:19:04 -0700 (Sun, 13 May 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+
+replace an incorrect '{' with ';' in the ber header file
+
+change the signature for dissect_ber_external_type() to only provide the 
+parameter actx once
+
+
+------------------------------------------------------------------------
+r21757 | kukosa | 2007-05-14 06:39:31 -0700 (Mon, 14 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/asn1.c
+   M /trunk/epan/asn1.h
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+
+- more variants of dissect_per_open_type_*()
+- move asn1_get_real() to asn1.c/.h
+------------------------------------------------------------------------
+r21758 | kukosa | 2007-05-14 06:46:09 -0700 (Mon, 14 May 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/pkcs12/pkcs12.asn
+   M /trunk/epan/dissectors/packet-umts_rrc_ies.c
+   M /trunk/tools/asn2wrs.py
+
+- support of constraint unions
+- support of FN_VARIANT parameter for OpenType
+- many small changes
+------------------------------------------------------------------------
+r21759 | ulfl | 2007-05-14 06:47:03 -0700 (Mon, 14 May 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/to_str.c
+
+fix a bug found while fuzz testing the opcua dissector:
+MSVC 2005 crashes, if localtime is called with very large numbers (in this case 218939827321) - probably due to changes that time_t is now 64bits long as default
+
+limit the number given to localtime to a reasonable value
+
+while this isn't a nice fix, I don't see a better way to fix it :-(
+------------------------------------------------------------------------
+r21760 | ulfl | 2007-05-14 06:58:54 -0700 (Mon, 14 May 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+   M /trunk/configure.in
+   M /trunk/plugins/Makefile.am
+   M /trunk/plugins/Makefile.nmake
+   A /trunk/plugins/opcua
+   A /trunk/plugins/opcua/AUTHORS
+   A /trunk/plugins/opcua/COPYING
+   A /trunk/plugins/opcua/ChangeLog
+   A /trunk/plugins/opcua/Doxyfile
+   A /trunk/plugins/opcua/Makefile.am
+   A /trunk/plugins/opcua/Makefile.common
+   A /trunk/plugins/opcua/Makefile.nmake
+   A /trunk/plugins/opcua/README
+   A /trunk/plugins/opcua/moduleinfo.h
+   A /trunk/plugins/opcua/opcua.c
+   A /trunk/plugins/opcua/opcua_complextypeparser.c
+   A /trunk/plugins/opcua/opcua_complextypeparser.h
+   A /trunk/plugins/opcua/opcua_enumparser.c
+   A /trunk/plugins/opcua/opcua_enumparser.h
+   A /trunk/plugins/opcua/opcua_hfindeces.c
+   A /trunk/plugins/opcua/opcua_hfindeces.h
+   A /trunk/plugins/opcua/opcua_identifiers.h
+   A /trunk/plugins/opcua/opcua_serviceparser.c
+   A /trunk/plugins/opcua/opcua_serviceparser.h
+   A /trunk/plugins/opcua/opcua_servicetable.c
+   A /trunk/plugins/opcua/opcua_simpletypes.c
+   A /trunk/plugins/opcua/opcua_simpletypes.h
+   A /trunk/plugins/opcua/plugin.c
+   A /trunk/plugins/opcua/ua_application_layer.c
+   A /trunk/plugins/opcua/ua_application_layer.h
+   A /trunk/plugins/opcua/ua_security_layer.c
+   A /trunk/plugins/opcua/ua_security_layer.h
+   A /trunk/plugins/opcua/ua_transport_layer.c
+   A /trunk/plugins/opcua/ua_transport_layer.h
+
+from Gerhard Gappmeier (ascolab):
+new dissector for OPCUA protocol
+------------------------------------------------------------------------
+r21761 | kukosa | 2007-05-14 07:11:43 -0700 (Mon, 14 May 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/rnsap/Makefile
+   M /trunk/asn1/rnsap/Makefile.nmake
+   A /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
+   A /trunk/asn1/rnsap/RNSAP-Constants.asn
+   A /trunk/asn1/rnsap/RNSAP-Containers.asn
+   A /trunk/asn1/rnsap/RNSAP-IEs.asn
+   A /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
+   A /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
+   M /trunk/asn1/rnsap/packet-rnsap-template.c
+   D /trunk/asn1/rnsap/rnsap.asn
+   M /trunk/asn1/rnsap/rnsap.cnf
+   A /trunk/asn1/rnsap/rnsap_dummy.asn
+   M /trunk/epan/dissectors/packet-rnsap.c
+   D /trunk/epan/dissectors/packet-rnsap.h
+
+- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)
+  (original unchanged ASN.1 source could be used because asn2wrs has been improved)
+- IE value switch(){} replaced with dissector table
+  (some switch() and dummy CHOICE still remains but will be removed soon)
+------------------------------------------------------------------------
+r21762 | kukosa | 2007-05-14 07:14:32 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+   D /trunk/asn1/rnsap/packet-rnsap-template.h
+
+packet-rnsap-template.h is not necessary
+------------------------------------------------------------------------
+r21763 | kukosa | 2007-05-14 07:17:42 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+fix packet-per.c:155: warning: 'val_tvb' may be used uninitialized in this function
+------------------------------------------------------------------------
+r21764 | martinm | 2007-05-14 07:23:52 -0700 (Mon, 14 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
+
+- give NACK reason codes in hex rather than decimal
+- minor prettifications
+
+------------------------------------------------------------------------
+r21765 | kukosa | 2007-05-14 07:27:09 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/h225_ras_srt.c
+
+missing includes
+------------------------------------------------------------------------
+r21766 | kukosa | 2007-05-14 08:00:08 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+remove packet-rnsap.h which was empty
+------------------------------------------------------------------------
+r21767 | ulfl | 2007-05-14 08:08:01 -0700 (Mon, 14 May 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+
+some minor fixes for the Win32 setup guide:
+- command.com -> cmd.exe
+- reverse the calling of vcvars32 and setenv environment setting scripts (to avoid problems with nmake)
+------------------------------------------------------------------------
+r21768 | kukosa | 2007-05-14 09:53:23 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+   M /trunk/tap-h225counter.c
+   M /trunk/tap-h225rassrt.c
+
+next missing includes
+------------------------------------------------------------------------
+r21769 | gerald | 2007-05-14 10:01:25 -0700 (Mon, 14 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/opcua/Makefile.nmake
+
+Quote the path to make-dissector-reg.py.
+
+------------------------------------------------------------------------
+r21770 | gerald | 2007-05-14 10:07:34 -0700 (Mon, 14 May 2007) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/tools/win32-setup.sh
+
+Update to the latest Win32 libraries.
+
+------------------------------------------------------------------------
+r21771 | gerald | 2007-05-14 11:27:47 -0700 (Mon, 14 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+From Dustin Johnson:  Fix a couple of spelling errors.  Normalize the display
+of A-MPDU and A-MSDU trees.
+
+------------------------------------------------------------------------
+r21772 | jake | 2007-05-14 13:55:11 -0700 (Mon, 14 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wsp.c
+
+Attempt to fix bug 1360.
+Remove calls to tvb_free on subsets, since this seems to upset the tvb administration(!?)
+------------------------------------------------------------------------
+r21773 | etxrab | 2007-05-14 22:49:43 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.nmake
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/cmip/cmip.cnf
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/inap/inap.cnf
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/snmp/snmp.cnf
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/spnego/spnego.cnf
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/asn1/x509if/x509if.cnf
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftbp.c
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248_3gpp.c
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+   M /trunk/epan/dissectors/packet-h248_q1950.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-ns_cert_exts.c
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-pkinit.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkixproxy.c
+   M /trunk/epan/dissectors/packet-pkixqualified.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/tools/asn2wrs.py
+
+actx in the rest of dissect_ber..()l
+------------------------------------------------------------------------
+r21774 | kukosa | 2007-05-14 23:03:27 -0700 (Mon, 14 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/umts_rrc/Makefile
+   M /trunk/asn1/umts_rrc_Internode-defs/Makefile
+   M /trunk/asn1/umts_rrc_ies/Makefile
+   M /trunk/asn1/umts_rrc_pdu_def/Makefile
+
+remove obsolete -X command line option of asn2wrs
+------------------------------------------------------------------------
+r21775 | jake | 2007-05-15 00:53:37 -0700 (Tue, 15 May 2007) | 2 lines
+Changed paths:
+   M /trunk/ringbuffer.c
+
+Fix for bug 1591:
+The 5 digit file number should contain the monotonic increasing file number modulo 100000 to fit the alloted space.
+------------------------------------------------------------------------
+r21776 | sahlberg | 2007-05-15 01:12:10 -0700 (Tue, 15 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
+   M /trunk/epan/dissectors/pidl/wkssvc.cnf
+
+prettify the server_name component of NetWkstaTransportEnum
+
+
+------------------------------------------------------------------------
+r21777 | kukosa | 2007-05-15 01:15:34 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/tools/asn2wrs.py
+
+support for value range and unions in permitted alphabet
+------------------------------------------------------------------------
+r21778 | kukosa | 2007-05-15 01:26:18 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/ulp/Makefile
+   M /trunk/asn1/ulp/Makefile.nmake
+   A /trunk/asn1/ulp/SUPL.asn
+   A /trunk/asn1/ulp/ULP-Components.asn
+   M /trunk/asn1/ulp/ULP.asn
+   M /trunk/asn1/ulp/packet-ulp-template.c
+   D /trunk/asn1/ulp/packet-ulp-template.h
+   M /trunk/asn1/ulp/ulp.cnf
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ulp.c
+   D /trunk/epan/dissectors/packet-ulp.h
+
+ULP regenerated from OMA UserPlane Location Protocol Candidate Version 1.0 ?\226?\128?\147 22 Jan 2007
+------------------------------------------------------------------------
+r21779 | kukosa | 2007-05-15 01:55:12 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+command line option -X for "new BER" CHOICE and SEQUENCE table format (type oriented instead of field oriented)
+------------------------------------------------------------------------
+r21780 | ulfl | 2007-05-15 02:05:53 -0700 (Tue, 15 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/opcua
+   M /trunk/plugins/opcua/AUTHORS
+   M /trunk/plugins/opcua/COPYING
+   M /trunk/plugins/opcua/ChangeLog
+   M /trunk/plugins/opcua/Doxyfile
+   M /trunk/plugins/opcua/Makefile.am
+   M /trunk/plugins/opcua/Makefile.common
+   M /trunk/plugins/opcua/Makefile.nmake
+   M /trunk/plugins/opcua/README
+   M /trunk/plugins/opcua/moduleinfo.h
+   M /trunk/plugins/opcua/opcua.c
+   M /trunk/plugins/opcua/opcua_complextypeparser.c
+   M /trunk/plugins/opcua/opcua_complextypeparser.h
+   M /trunk/plugins/opcua/opcua_enumparser.c
+   M /trunk/plugins/opcua/opcua_enumparser.h
+   M /trunk/plugins/opcua/opcua_hfindeces.c
+   M /trunk/plugins/opcua/opcua_hfindeces.h
+   M /trunk/plugins/opcua/opcua_identifiers.h
+   M /trunk/plugins/opcua/opcua_serviceparser.c
+   M /trunk/plugins/opcua/opcua_serviceparser.h
+   M /trunk/plugins/opcua/opcua_servicetable.c
+   M /trunk/plugins/opcua/opcua_simpletypes.c
+   M /trunk/plugins/opcua/opcua_simpletypes.h
+   M /trunk/plugins/opcua/plugin.c
+   M /trunk/plugins/opcua/ua_application_layer.c
+   M /trunk/plugins/opcua/ua_application_layer.h
+   M /trunk/plugins/opcua/ua_security_layer.c
+   M /trunk/plugins/opcua/ua_security_layer.h
+   M /trunk/plugins/opcua/ua_transport_layer.c
+   M /trunk/plugins/opcua/ua_transport_layer.h
+
+add svn properties for dir and files
+
+------------------------------------------------------------------------
+r21781 | ulfl | 2007-05-15 02:10:16 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/opcua/Makefile.common
+
+add the list of DISSECTOR_INCLUDES
+------------------------------------------------------------------------
+r21782 | ulfl | 2007-05-15 02:12:39 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   D /trunk/plugins/opcua/plugin.c
+
+remove generated file
+------------------------------------------------------------------------
+r21783 | sahlberg | 2007-05-15 02:48:02 -0700 (Tue, 15 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+
+since the fid dissector helper now adds a lot of extra info to the tree
+we must now pass it a (semi-)valid tvb.
+
+
+------------------------------------------------------------------------
+r21784 | ulfl | 2007-05-15 02:53:26 -0700 (Tue, 15 May 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/opcua/Makefile.common
+   M /trunk/plugins/opcua/opcua.c
+   A /trunk/plugins/opcua/opcua_application_layer.c (from /trunk/plugins/opcua/ua_application_layer.c:21780)
+   A /trunk/plugins/opcua/opcua_application_layer.h (from /trunk/plugins/opcua/ua_application_layer.h:21780)
+   A /trunk/plugins/opcua/opcua_security_layer.c (from /trunk/plugins/opcua/ua_security_layer.c:21780)
+   A /trunk/plugins/opcua/opcua_security_layer.h (from /trunk/plugins/opcua/ua_security_layer.h:21780)
+   M /trunk/plugins/opcua/opcua_simpletypes.c
+   A /trunk/plugins/opcua/opcua_transport_layer.c (from /trunk/plugins/opcua/ua_transport_layer.c:21780)
+   A /trunk/plugins/opcua/opcua_transport_layer.h (from /trunk/plugins/opcua/ua_transport_layer.h:21780)
+   D /trunk/plugins/opcua/ua_application_layer.c
+   D /trunk/plugins/opcua/ua_application_layer.h
+   D /trunk/plugins/opcua/ua_security_layer.c
+   D /trunk/plugins/opcua/ua_security_layer.h
+   D /trunk/plugins/opcua/ua_transport_layer.c
+   D /trunk/plugins/opcua/ua_transport_layer.h
+
+from Gerhard Gappmeier:
+renamed prefix ua_ -> opcua_
+remove unused code
+------------------------------------------------------------------------
+r21785 | kukosa | 2007-05-15 04:41:45 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+fix bug - compiler crashes if already imported value or class is defined
+------------------------------------------------------------------------
+r21786 | kukosa | 2007-05-15 05:50:13 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+fix crash if C enum for ENUMERATED type is created
+------------------------------------------------------------------------
+r21787 | kukosa | 2007-05-15 05:53:04 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/rnsap/Makefile.nmake
+   M /trunk/asn1/rnsap/packet-rnsap-template.c
+   M /trunk/asn1/rnsap/rnsap.cnf
+   D /trunk/asn1/rnsap/rnsap_dummy.asn
+   M /trunk/epan/dissectors/packet-rnsap.c
+
+get rid of the rest of dummy ASN.1 code and switch()
+------------------------------------------------------------------------
+r21788 | kukosa | 2007-05-15 06:10:49 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+
+typo SULP.asn -> SUPL.asn
+------------------------------------------------------------------------
+r21789 | martinm | 2007-05-15 07:49:26 -0700 (Tue, 15 May 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+TBCP fixes:
+- more careful checking of packet length
+- skip padding at end of SDES items block
+- formatting
+
+------------------------------------------------------------------------
+r21790 | martinm | 2007-05-15 08:26:13 -0700 (Tue, 15 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Fix problem from previous commit (confused myself with FT_UINT_STRING needing length of 1 when adding to tree...), and show display-name in info column.
+
+------------------------------------------------------------------------
+r21791 | wmeier | 2007-05-15 09:12:46 -0700 (Tue, 15 May 2007) | 1 line
+Changed paths:
+   M /trunk/test/suite-capture.sh
+
+Capture tests using Wireshark seem to be causing a problem; disable them for now.
+------------------------------------------------------------------------
+r21792 | sahlberg | 2007-05-15 13:07:58 -0700 (Tue, 15 May 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
+
+from metze
+
+add support for smb2 chaining
+
+rename sessionsetupandz to sessionsetup
+
+
+------------------------------------------------------------------------
+r21793 | sahlberg | 2007-05-15 13:13:30 -0700 (Tue, 15 May 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-smb2.h
+
+from metze
+
+patch to find and enhancement of extra_info handling
+
+
+------------------------------------------------------------------------
+r21794 | sahlberg | 2007-05-15 13:33:44 -0700 (Tue, 15 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-smb2.h
+
+add dissection of the end_of_chain bit in the header flags
+
+
+------------------------------------------------------------------------
+r21795 | sahlberg | 2007-05-15 13:46:45 -0700 (Tue, 15 May 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
+
+when spawning off to the next smb2 pdu in a chain we need to create a 
+new tvb for it    or else the offset/length calculations for where blobs 
+a              next_tvb=tvb_new_subset(tvb, chain_offset, MIN((int)len, 
+tvb_length_remaining(tvb, off)), len);
+re in the packets are wrong.
+
+
+
+------------------------------------------------------------------------
+r21796 | gerald | 2007-05-15 16:06:48 -0700 (Tue, 15 May 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+
+Instead of updating the splash screen every time we load or hand off
+a dissector, update it every 250 ms.  This drastically reduces the
+startup time on remote displays (for me, at least).
+
+------------------------------------------------------------------------
+r21797 | sahlberg | 2007-05-15 16:30:03 -0700 (Tue, 15 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
+   M /trunk/epan/dissectors/pidl/srvsvc.cnf
+
+we must provide a hfinfo field when dissecting a dcerpc integer or else 
+we might get a dissector bug assert and fail to dissect the blob
+
+
+------------------------------------------------------------------------
+r21798 | sahlberg | 2007-05-15 17:55:47 -0700 (Tue, 15 May 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
 
-2004-01-07 19:10  obiot
+dont use g_time_add_val() since it is not available in gtk1
 
-       * gtk/file_dlg.c:
 
-         Remove extraneous parameters of packet count in case the end-user
-         manually enters a range of packets. Comment this in the code.
+------------------------------------------------------------------------
+r21799 | sahlberg | 2007-05-15 18:06:30 -0700 (Tue, 15 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
+   M /trunk/epan/dissectors/pidl/srvsvc.cnf
 
-2004-01-07 19:49  obiot
+start prettifying SRVSVC
 
-       * packet-sip.c:
 
-         Add a preference that controls the way the SIP version is
-         enforced. By default, strict enforcement of SIP/2.0 will be
-         applied.
+------------------------------------------------------------------------
+r21800 | kukosa | 2007-05-15 23:30:45 -0700 (Tue, 15 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/rnsap/packet-rnsap-template.c
+   M /trunk/asn1/rnsap/rnsap.cnf
+   M /trunk/epan/dissectors/packet-rnsap.c
 
-         Add some comments.
+use some by mistake unused types
+remove unused variables and types
+------------------------------------------------------------------------
+r21801 | sahlberg | 2007-05-15 23:50:19 -0700 (Tue, 15 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
 
-         From Anders Broman:
+from metze
+prettify dissection of multiple chained smb2 pdus in one frame
 
-                 Fix the length of content_type_parameter_str.
 
-                 Fix a typo in a comment.
+------------------------------------------------------------------------
+r21802 | ulfl | 2007-05-16 01:13:11 -0700 (Wed, 16 May 2007) | 15 lines
+Changed paths:
+   M /trunk/plugins/opcua/Makefile.am
+   M /trunk/plugins/opcua/Makefile.common
+   M /trunk/plugins/opcua/Makefile.nmake
+   A /trunk/plugins/opcua/moduleinfo.nmake
+   M /trunk/plugins/opcua/opcua.c
+   M /trunk/plugins/opcua/opcua_application_layer.c
+   M /trunk/plugins/opcua/opcua_complextypeparser.c
+   M /trunk/plugins/opcua/opcua_security_layer.c
+   A /trunk/plugins/opcua/plugin.rc.in
 
-2004-01-07 19:51  guy
+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.
 
-       * README:
+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
 
-         Update the list of OSes and OS versions on which Ethereal is
-         known to work (or inferred to work - some lists were changed to
-         "XXX and later", on the assumption that later releases didn't
-         break anything).
+I tested it on Windows with VC6 and on Gentoo linux with gcc 3.4.6.
+------------------------------------------------------------------------
+r21803 | kukosa | 2007-05-16 06:41:54 -0700 (Wed, 16 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
+   M /trunk/asn1/rnsap/RNSAP-Constants.asn
+   M /trunk/asn1/rnsap/RNSAP-Containers.asn
+   M /trunk/asn1/rnsap/RNSAP-IEs.asn
+   M /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
+   M /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
+   M /trunk/asn1/rnsap/rnsap.cnf
+   M /trunk/epan/dissectors/packet-rnsap.c
 
-2004-01-07 19:52  obiot
+RNSAP updated to V7.4.0 (2007-03)
+------------------------------------------------------------------------
+r21804 | martinm | 2007-05-16 07:24:13 -0700 (Wed, 16 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
 
-       * packet-wtp.c:
+Allow Via sigcomp-id parameter name to be matched properly.
 
-         Get rid of a now unused variable.
+------------------------------------------------------------------------
+r21805 | lego | 2007-05-16 10:35:07 -0700 (Wed, 16 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter-macro.c
 
-2004-01-07 20:14  ulfl
+Terminate the strings of the various parts and advance the write pointer.
 
-       * gtk/proto_draw.c:
 
-         added some simple_dialogs, if save of raw data fails for some
-         reasons
+------------------------------------------------------------------------
+r21806 | gerald | 2007-05-16 11:46:29 -0700 (Wed, 16 May 2007) | 2 lines
+Changed paths:
+   M /trunk/COPYING
 
-2004-01-07 21:14  guy
+Update the summary at the top of the license text.
 
-       * packet-bpdu.c:
+------------------------------------------------------------------------
+r21807 | sfisher | 2007-05-16 13:19:30 -0700 (Wed, 16 May 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/capture_file_dlg.c
 
-         From Alex Rozin: cope with what appears to be an ambiguity in the
-         802.1s spec, where different implementations take different
-         interpretations.
 
-2004-01-07 21:29  guy
+Fix bug #1600: Merge feature from File menu does'nt do what it should
+(append vs prepend)
 
-       * gtk/file_dlg.c:
 
-         Get rid of "gtk_box_pack_start()" call to put the range table
-         into the range frame - we already have a "gtk_container_add()"
-         call that does that.
+------------------------------------------------------------------------
+r21808 | sfisher | 2007-05-16 14:45:02 -0700 (Wed, 16 May 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/prefs_dlg.c
+
+
+Fix bug #1548: call of "Protocol Preferences" results in GTK error msg
+at the command line
+
+
+------------------------------------------------------------------------
+r21809 | sahlberg | 2007-05-16 18:19:26 -0700 (Wed, 16 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-windows-common.h
+
+add a new dos error code
 
-2004-01-07 22:16  jmayer
 
-       * gtk/proto_draw.c:
+------------------------------------------------------------------------
+r21810 | wmeier | 2007-05-16 18:41:47 -0700 (Wed, 16 May 2007) | 2 lines
+Changed paths:
+   M /trunk/capture.c
+
+Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when valid.
 
-         Include string.h to import strerror
+------------------------------------------------------------------------
+r21811 | wmeier | 2007-05-16 19:43:38 -0700 (Wed, 16 May 2007) | 2 lines
+Changed paths:
+   M /trunk/test/config.sh
+   M /trunk/test/suite-capture.sh
 
-2004-01-08 10:40  ulfl
+Try this again (with a longer timeout and more diagnostic info)
 
-       * gtk/file_dlg.c, range.c, range.h:
+------------------------------------------------------------------------
+r21812 | standel | 2007-05-17 07:36:32 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/asn1.c
 
-         Save As and range: don't use global vars in range.c, as this will
-         be also used for the print dialog later.  Calculate packet count
-         for user specified ranges
+include string.h to import memcpy and memset functions signatures
 
-2004-01-08 20:05  guy
+------------------------------------------------------------------------
+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
 
-       * packet-bpdu.c:
+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.
 
-         Update the comment about the length issue to reflect mail from
-         somebody on the stds-802-1@ieee.org list.
 
-2004-01-08 20:19  guy
+------------------------------------------------------------------------
+r21814 | gerald | 2007-05-17 10:14:39 -0700 (Thu, 17 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
 
-       * AUTHORS, packet-sccp.c, doc/ethereal.pod:
+Try WEP decryption before WPA.  This keeps us from returning
+prematurely if we have an IBSS frame.
 
-         From Jari Mustajarvi: fix handling of PDUs with 2-byte-long
-         variable and optional pointers.
+------------------------------------------------------------------------
+r21815 | gerald | 2007-05-17 10:15:51 -0700 (Thu, 17 May 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
 
-2004-01-08 20:39  guy
+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.
 
-       * gtk/: main.c, toolbar.c:
+------------------------------------------------------------------------
+r21816 | gerald | 2007-05-17 10:38:11 -0700 (Thu, 17 May 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/packet_list.c
 
-         If building without libpcap, exclude some stuff that builds only
-         if you're building with libpcap or that's not necessary if you're
-         not building with libpcap.
+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.
 
-2004-01-08 22:52  guy
+------------------------------------------------------------------------
+r21817 | standel | 2007-05-17 11:02:22 -0700 (Thu, 17 May 2007) | 6 lines
+Changed paths:
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/Makefile.common
+
+Since code generated by lex may trigger gcc warnings, we are now generating two
+libraries.  A single library is generated with the lex code without the barrier
+"stop on warning". An other library is generated from the remaining source
+files with the "stop on warning" barrier.
+
+
+------------------------------------------------------------------------
+r21818 | gerald | 2007-05-17 11:41:07 -0700 (Thu, 17 May 2007) | 6 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/rtp_analysis.c
+
+When saving an RTP stream, don't insert silence if our packet has a
+wrong timestamp.  Place a cap on the amount of silence that we do
+insert.  This should fix bug 1580.
+
+Update the release notes.
+
+------------------------------------------------------------------------
+r21819 | standel | 2007-05-17 13:03:23 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+
+uat_load.c is moved to generated files
+
+------------------------------------------------------------------------
+r21820 | standel | 2007-05-17 17:00:10 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/Makefile.am
+   M /trunk/wiretap/Makefile.common
+
+include generator sources in EXTRA_DIST
+
+------------------------------------------------------------------------
+r21821 | standel | 2007-05-17 17:04:58 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
+
+temporarily disable cast-align warnings
+
+------------------------------------------------------------------------
+r21822 | standel | 2007-05-17 17:15:31 -0700 (Thu, 17 May 2007) | 2 lines
+Changed paths:
+   M /trunk/configure.in
+
+typo fix
+
+------------------------------------------------------------------------
+r21823 | sahlberg | 2007-05-17 22:25:31 -0700 (Thu, 17 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-windows-common.h
+
+this error is returned in srvsvc when a SessDel fails because no matching session can be 
+found
+
+
+------------------------------------------------------------------------
+r21824 | kukosa | 2007-05-18 05:48:28 -0700 (Fri, 18 May 2007) | 3 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+- fix asn2wrs crash if typereference assignment has non-default body
+- mode directives for assignments omitting 
+  (#.NO_OMIT_ASSGN, #.OMIT_ALL_ASSIGNMENTS, #.OMIT_ASSIGNMENTS_EXCEPT, #.OMIT_ALL_TYPE_ASSIGNMENTS, #.OMIT_TYPE_ASSIGNMENTS_EXCEPT, #.OMIT_ALL_VALUE_ASSIGNMENTS, #.OMIT_VALUE_ASSIGNMENTS_EXCEPT)
+------------------------------------------------------------------------
+r21825 | kukosa | 2007-05-18 05:53:55 -0700 (Fri, 18 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   A /trunk/asn1/gsmmap/MAP-ExtensionDataTypes.asn
+   A /trunk/asn1/gsmmap/MAP-LCS-DataTypes.asn
+   M /trunk/asn1/rrlp/Makefile
+   M /trunk/asn1/rrlp/Makefile.nmake
+   A /trunk/asn1/rrlp/RRLP-Components.asn
+   A /trunk/asn1/rrlp/RRLP-Messages.asn
+   M /trunk/asn1/rrlp/packet-rrlp-template.c
+   D /trunk/asn1/rrlp/packet-rrlp-template.h
+   D /trunk/asn1/rrlp/rrlp.asn
+   M /trunk/asn1/rrlp/rrlp.cnf
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-rrlp.c
+   D /trunk/epan/dissectors/packet-rrlp.h
+
+RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03)
+------------------------------------------------------------------------
+r21826 | standel | 2007-05-18 06:14:03 -0700 (Fri, 18 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.common
+
+include dtd_parse.h in the distribution
+
+------------------------------------------------------------------------
+r21827 | etxrab | 2007-05-18 08:11:48 -0700 (Fri, 18 May 2007) | 2 lines
+Changed paths:
+   A /trunk/asn1/ranap/RANAP-CommonDataTypes.asn
+   A /trunk/asn1/ranap/RANAP-Constants.asn
+   A /trunk/asn1/ranap/RANAP-Containers.asn
+   A /trunk/asn1/ranap/RANAP-IEs.asn
+   A /trunk/asn1/ranap/RANAP-PDU-Contents.asn
+   A /trunk/asn1/ranap/RANAP-PDU-Descriptions.asn
+
+Latest ASN1 files to be used later when the RANAP dissector is regenerated with
+the latest asn2wrs facillities.
+------------------------------------------------------------------------
+r21828 | etxrab | 2007-05-18 09:46:35 -0700 (Fri, 18 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb_get_bits64
+and use them in proto_tree_add_bits_ret_val().
+------------------------------------------------------------------------
+r21829 | martinm | 2007-05-18 10:25:26 -0700 (Fri, 18 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ymsg.c
+
+- show service val in protocol tree label (there can be multiple of them)
+- use fences so that multiple summaries can appear together in the info column
+
+------------------------------------------------------------------------
+r21830 | etxrab | 2007-05-18 11:14:09 -0700 (Fri, 18 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-h263.c
+
+Use proto_tree_add_bits_ret_val and proto_tree_add_bits_item().
+------------------------------------------------------------------------
+r21831 | gerald | 2007-05-18 14:06:20 -0700 (Fri, 18 May 2007) | 12 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/Makefile.nmake
+   D /trunk/airpcap.h
+   M /trunk/airpcap_loader.c
+   M /trunk/airpcap_loader.h
+   M /trunk/config.nmake
+   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee80211.h
+   M /trunk/epan/dissectors/packet-radiotap.c
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/airpcap_dlg.h
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/airpcap_gui_utils.h
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/keys.h
+   M /trunk/gtk/main.c
+
+From Dustin Johnson:
+
+  - Update the wireless/AirPcap GUI code to support 802.11n as well as
+    some related upcoming code changes.
+  - Remove airpcap.h from the repository, since it exists in the AirPcap
+    devpack (and will be superseded Real Soon Now).
+  - Show the individual channel flag bits in radiotap.
+  
+Fix the 802.11n MCS set display.
+
+This is a partial checkin, so hopefully nothing is broken.
+
+------------------------------------------------------------------------
+r21832 | guy | 2007-05-18 20:45:39 -0700 (Fri, 18 May 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Get rid of unused variables.
+
+Wrap 64-bit constants in G_GINT64_CONSTANT(), so they get the
+appropriate suffix appended so the compiler knows they're 64 bits.
+
+------------------------------------------------------------------------
+r21833 | jake | 2007-05-19 03:59:44 -0700 (Sat, 19 May 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/capture_if_dlg.c
+
+Get the build going.
+
+------------------------------------------------------------------------
+r21834 | standel | 2007-05-19 11:33:44 -0700 (Sat, 19 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+distclean fix (delete dtd_grammar.h)
+
+------------------------------------------------------------------------
+r21835 | standel | 2007-05-19 11:38:45 -0700 (Sat, 19 May 2007) | 4 lines
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
+
+temporarily put cast-align in extra-gcc-warnings while compilation on Solaris
+slave generates 'cast increases required alignment of target type' warnings. 
+
+
+------------------------------------------------------------------------
+r21836 | standel | 2007-05-19 11:42:58 -0700 (Sat, 19 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/configure.in
+
+typo fix
+
+------------------------------------------------------------------------
+r21837 | guy | 2007-05-19 14:22:05 -0700 (Sat, 19 May 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+
+There's more than one IE table; instead of fixing up all the IE tables
+with default IE names, have bssgp_proto_tree_add_ie() use val_to_str()
+if the IE table doesn't have an IE name.
+
+Don't use the IE name as a format; use "%s" as the format, and the IE
+name as the argument.  (That more clearly states what's being done.)
+
+------------------------------------------------------------------------
+r21838 | guy | 2007-05-19 15:00:09 -0700 (Sat, 19 May 2007) | 8 lines
+Changed paths:
+   M /trunk/gtk/capture_if_dlg.c
+
+Convert the arguments to if_list_comparator_alph() to if_info_t *'s
+early on, and use the converted versions.
+
+#if 0 out the error dialog for CANT_GET_AIRPCAP_INTERFACE_LIST, rather
+than commenting it out - it's a bit easier to un-out the code, and you
+don't have to worry about whether there's a comment in the stuff being
+xxx-outed.
+
+------------------------------------------------------------------------
+r21839 | guy | 2007-05-19 15:33:42 -0700 (Sat, 19 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-slimp3.c
+
+Make the SliMP3 dissector a "new-style" dissector, so it rejects packets
+that don't look like SliMP3 packets.  This fixes bug 1259 (at least for
+the packet in the bug).
+
+------------------------------------------------------------------------
+r21840 | jmayer | 2007-05-20 07:40:45 -0700 (Sun, 20 May 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/configure.in
+
+Fix a typo to make compiling with extra-gcc flags disable compiling with
+errors.
+
+------------------------------------------------------------------------
+r21841 | etxrab | 2007-05-20 12:55:34 -0700 (Sun, 20 May 2007) | 1 line
+Changed paths:
+   M /trunk/airpcap_loader.c
+   M /trunk/config.nmake
+
+Undefine AIRPCAP_DIR to get the Windows build going again.
+------------------------------------------------------------------------
+r21842 | etxrab | 2007-05-20 12:56:44 -0700 (Sun, 20 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/MAP-ExtensionDataTypes.asn
+   M /trunk/asn1/gsmmap/MAP-LCS-DataTypes.asn
+
+Add Id.
+------------------------------------------------------------------------
+r21843 | jmayer | 2007-05-20 13:26:17 -0700 (Sun, 20 May 2007) | 16 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-gdsdb.c (from /trunk/epan/dissectors/packet-ib.c:21840)
+   D /trunk/epan/dissectors/packet-ib.c
+
+M?\195?\180she van der Sterre:
+       Replace the Interbase dissector by a Firebird/Interbase
+       dissector.
+
+Me:
+       Fix warnings about unused parameters
+       Fix warnings about unused variables
+       Fix warning about unused function
+       Fix warning about mixed code and declaration
+       Declare all dissection functions static
+       Remove function declarations and move the switching
+               function down instead.
+       Update AUTHORS file
+       Add $Id$ and email address to file header
+       Fix filename in first comment line
+
+------------------------------------------------------------------------
+r21844 | jmayer | 2007-05-20 13:41:48 -0700 (Sun, 20 May 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gdsdb.c
+
+Remove cvs2svn:cvs-rev property
+Remove forward declaration of proto_reg_handoff_gdsdb
+  (this is just a hack to suppress a warning that needs
+  a proper solution for many many more files)
+
+------------------------------------------------------------------------
+r21845 | etxrab | 2007-05-20 14:19:48 -0700 (Sun, 20 May 2007) | 4 lines
+Changed paths:
+   A /trunk/asn1/MAP_Dialogue/MAP-DialogueInformation.asn
+   D /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
+   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
+   M /trunk/asn1/MAP_Dialogue/Makefile
+   M /trunk/asn1/MAP_Dialogue/Makefile.nmake
+   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
+   M /trunk/asn1/tcap/Makefile
+   M /trunk/asn1/tcap/Makefile.nmake
+   M /trunk/asn1/tcap/tcap.asn
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
+
+Update MAP_DialoguePDU to 3GPP TS 29.002 V8.1.0 (2007-03) update makefiles and
+rename the asn file.
+
+TCAP ad Id and update makefiles.
+------------------------------------------------------------------------
+r21846 | gerald | 2007-05-20 15:32:14 -0700 (Sun, 20 May 2007) | 3 lines
+Changed paths:
+   A /trunk/airpcap.h
+   M /trunk/config.nmake
+
+Revert back to having a local copy of airpcap.h.  This should fix building
+with AirPcap.  Re-define AIRPCAP_DIR.
+
+------------------------------------------------------------------------
+r21847 | gerald | 2007-05-20 15:40:35 -0700 (Sun, 20 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/crypt/airpdcap_int.h
+   M /trunk/epan/crypt/airpdcap_wep.c
 
-       * configure.in:
+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.
 
-         Cope with "net-snmp-config --cflags" emitting flags that the C
-         compiler can use but cpp can't.
+------------------------------------------------------------------------
+r21848 | wmeier | 2007-05-20 17:41:58 -0700 (Sun, 20 May 2007) | 2 lines
+Changed paths:
+   M /trunk/airpcap_loader.c
 
-2004-01-09 00:34  guy
+Alter slightly so compile/link with airpcap works again....
 
-       * configure.in:
+------------------------------------------------------------------------
+r21849 | guy | 2007-05-20 18:51:38 -0700 (Sun, 20 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
 
-         The extra flags that "net-snmp-config --cflags" might emit might
-         cause problems with compilation, so, if they do, the
-         "net-snmp-config" in question would need to be fixed; back out
-         the previous change.
+Reflect the name change of the .asn file.
 
-2004-01-09 00:56  guy
+------------------------------------------------------------------------
+r21850 | sahlberg | 2007-05-20 19:12:19 -0700 (Sun, 20 May 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/wtap-plugins.c
 
-       * packet-h225.c, packet-h245.c, packet-portmap.c, packet-sdp.c:
+workaroung a warning for const that prevents gtk1 builds
 
-         "conversation_new()" takes flags NO_ADDR2 and NO_PORT2, not
-         NO_ADDR_B and NO_PORT_B - the corresponding flags have the same
-         values, but they don't have the same semantics (a
-         "find_conversation()" call with a missing address or port B will
-         do a wildcard match on *both* addresses or ports, not just the
-         second one).
 
-2004-01-09 00:57  guy
+------------------------------------------------------------------------
+r21851 | sahlberg | 2007-05-20 19:13:21 -0700 (Sun, 20 May 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/wtap-plugins.c
 
-       * epan/conversation.c:
+make the workaround use static so it wont dissapear when the frame ends
 
-         Fix a comment.
 
-2004-01-09 01:02  guy
+------------------------------------------------------------------------
+r21852 | sahlberg | 2007-05-20 19:32:54 -0700 (Sun, 20 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/prefs.c
 
-       * epan/circuit.c:
+add workaround so that gtk1 compiles again thanks to stupid const mismatch between 
+gtk versions  and warnings treaded as errors
 
-         Fix a typo.
 
-2004-01-09 02:57  obiot
+------------------------------------------------------------------------
+r21853 | sahlberg | 2007-05-20 19:36:33 -0700 (Sun, 20 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/proto.c
 
-       * file.c, epan/frame_data.h, gtk/main.c:
+make proto.c compile again after the recent changes
 
-         Fix the "unmarking a packet matching a color filter does not
-         apply the color filter's colors" bug, by storing the pointer to
-         the matching color_filter_t structure in the frame_data
-         structure.
 
-         Replace "frame" and "frames" by "packet" and "packets" in many
-         places.
+------------------------------------------------------------------------
+r21854 | sahlberg | 2007-05-20 19:38:19 -0700 (Sun, 20 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/strutil.c
 
-2004-01-09 08:36  guy
+make gtk1 compile again
 
-       * gtk/: Makefile.am, Makefile.nmake, ethclist.c, ethclist.h,
-         gtkclist_v12.c, gtkclist_v12.h, gtkglobals.h, gui_prefs.c,
-         main.c, main.h, menu.c, packet_list.c, packet_list.h:
 
-         Turn the GTK+ 1.2.10 clist code into our own widget; that lets us
-         modify it to add functionality or improve performance, although,
-         until we make it work on GTK+ 1.3[.x] and 2.x, we shouldn't count
-         on the performance improvements, or make its API different from
-         that of the GtkClist API (other than names).
+------------------------------------------------------------------------
+r21855 | sahlberg | 2007-05-20 20:07:25 -0700 (Sun, 20 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
 
-         Move all the code that knows about the packet list into
-         gtk/packet_list.c, so that the GtkClist vs. EthClist stuff is
-         encapsulated inside it.
+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
 
-2004-01-09 14:04  ulfl
 
-       * file.c, range.c, range.h, gtk/file_dlg.c:
+------------------------------------------------------------------------
+r21856 | sahlberg | 2007-05-20 20:44:49 -0700 (Sun, 20 May 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-         some code cleanup in range.c
+track FIDs on a per transaction (request+response) basis and make sure the FID is printed 
+in both packets of a transaction.
 
-2004-01-09 18:10  ulfl
+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
 
-       * file.c, print.h, range.c, range.h, gtk/file_dlg.c,
-         gtk/print_dlg.c:
 
-         use the same packet range things for "Print" dialog, as already
-         implemented in the "Save As" dialog and some other minor changes
 
-2004-01-09 18:49  sharpe
+------------------------------------------------------------------------
+r21857 | sahlberg | 2007-05-20 23:49:18 -0700 (Sun, 20 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
 
-       * print.c:
+since we now have a generic "track fid for transactions" we no longer need to do this 
+explicitely in the read/write functions
 
-         There seems to be a missing #include ... there are still errors,
-         though.
 
-2004-01-09 19:02  ulfl
+------------------------------------------------------------------------
+r21858 | sahlberg | 2007-05-21 00:17:36 -0700 (Mon, 21 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-       * tethereal.c:
+add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a failed read/write 
+what offset/length was requested
 
-         use the same packet range things for "Print" dialog, as already
-         implemented in the "Save As" dialog and some other minor changes
 
-2004-01-09 20:19  obiot
+------------------------------------------------------------------------
+r21859 | sahlberg | 2007-05-21 03:16:21 -0700 (Mon, 21 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
 
-       * color.h, gtk/color_dlg.c, gtk/color_filters.c:
+from metze
+improved handling of smb2 errors
 
-         Part 2 of the "unmarking a packet matching a color filter does
-         not apply the color filter's colors" bug: keep a list of removed
-         color filters, so there's no problem if we delete a color filter
-         for which there are one or more packets that have its colors.
-         Only get rid of the lists when they ar no longer needed.
 
-2004-01-09 20:36  guy
+------------------------------------------------------------------------
+r21860 | sahlberg | 2007-05-21 03:19:29 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
 
-       * gtk/packet_list.c:
+additional smb2 fixes from metze
 
-         Include <string.h> to declare "strcmp()".
 
-2004-01-09 20:39  guy
+------------------------------------------------------------------------
+r21861 | jmayer | 2007-05-21 09:02:31 -0700 (Mon, 21 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/wslua/Makefile.am
 
-       * gtk/color_filters.h:
+Hack to fix out of tree builds
+------------------------------------------------------------------------
+r21862 | jmayer | 2007-05-21 09:16:18 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/airopeek9.c
+   M /trunk/wiretap/catapult_dct2000.c
 
-         Export "remove_color_filter()", as it's used in "color_dlg.c".
+Fix some (incorrect but unforseeable)
+"might be used uninitialized" warnings.
 
-2004-01-09 21:38  guy
+------------------------------------------------------------------------
+r21863 | jmayer | 2007-05-21 09:36:21 -0700 (Mon, 21 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/wslua/make-taps.pl
 
-       * cfile.h, file.c, proto_hier_stats.c, tethereal.c:
+Fix warning about unused parameter
+------------------------------------------------------------------------
+r21864 | jake | 2007-05-21 11:08:47 -0700 (Mon, 21 May 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/opcua/Makefile.nmake
+   M /trunk/plugins/opcua/opcua.c
+   M /trunk/plugins/opcua/opcua_application_layer.c
+   M /trunk/plugins/opcua/opcua_complextypeparser.c
+   M /trunk/plugins/opcua/opcua_complextypeparser.h
+   M /trunk/plugins/opcua/opcua_enumparser.c
+   M /trunk/plugins/opcua/opcua_enumparser.h
+   M /trunk/plugins/opcua/opcua_hfindeces.c
+   M /trunk/plugins/opcua/opcua_hfindeces.h
+   M /trunk/plugins/opcua/opcua_identifiers.h
+   M /trunk/plugins/opcua/opcua_security_layer.c
+   M /trunk/plugins/opcua/opcua_serviceparser.c
+   M /trunk/plugins/opcua/opcua_serviceparser.h
+   M /trunk/plugins/opcua/opcua_servicetable.c
+   M /trunk/plugins/opcua/opcua_simpletypes.c
+   M /trunk/plugins/opcua/opcua_transport_layer.c
 
-         We don't need to keep the progress bar quantum or next step in
-         the capture_file structure - just make it local to the routine
-         scanning through the packets.
+Make files more generic.
+------------------------------------------------------------------------
+r21865 | jmayer | 2007-05-21 12:43:17 -0700 (Mon, 21 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/follow.c
 
-2004-01-09 21:45  obiot
+put fwrite and fread into DISSECTOR_ASSERT in order to use the result
+------------------------------------------------------------------------
+r21866 | guy | 2007-05-21 13:31:45 -0700 (Mon, 21 May 2007) | 13 lines
+Changed paths:
+   M /trunk/dftest.c
+   M /trunk/epan/filesystem.c
+   M /trunk/gtk/main.c
+   M /trunk/tshark.c
 
-       * packet-http.c:
+Have init_progfile_dir() also check whether
+WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set and, if so and we weren't run
+with special privileges, set the running_in_build_directory_flag.  Have
+it do the same if it finds ".libs" in the pathname of the program and we
+weren't run with special privileges, as that means it was probably run
+from the libtool wrapper script and presumably thus isn't an installed
+binary.
+
+This means that get_credential_info() has to be called before
+init_progfile_dir().
+
+Clean up some indentation.
+
+------------------------------------------------------------------------
+r21867 | sfisher | 2007-05-21 13:41:05 -0700 (Mon, 21 May 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/file.c
+   M /trunk/tshark.c
 
-         Add support for the message/http media type defined in HTTP.
 
-         TODO: the HTTP dissector does not deal yet with chunked coding.
+From Sake Blok:
+
+Fix for bug #1056
+
+
+------------------------------------------------------------------------
+r21868 | gerald | 2007-05-21 15:40:13 -0700 (Mon, 21 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors
 
-2004-01-09 21:49  obiot
+Add jEdit mark files svn:ignore.
+
+------------------------------------------------------------------------
+r21869 | sahlberg | 2007-05-21 16:50:18 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-kingfisher.c
+
+From Rob Casey    a dissector for the KingFisher protocol
+
+
+------------------------------------------------------------------------
+r21870 | guy | 2007-05-21 17:00:09 -0700 (Mon, 21 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/follow.c
+   M /trunk/epan/follow.h
+   M /trunk/gtk/follow_dlg.c
+
+Have the follow code keep track of whether there's any data in the TCP
+stream, and, if there isn't, pop up a dialog indicating that there isn't
+any data in the stream.  This fixes bug 1604.
 
-       * AUTHORS:
+------------------------------------------------------------------------
+r21871 | sfisher | 2007-05-21 17:14:39 -0700 (Mon, 21 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-         Dissector for message/http media type defined in HTTP.
+Add new functions from SVN revision 21867 to libwireshark.def to get Windows builds going again
+------------------------------------------------------------------------
+r21872 | sfisher | 2007-05-21 17:33:46 -0700 (Mon, 21 May 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/win32-file-dlg.c
+
+Fix bug #1600 in the Win32 file dialog (it was fixed for the GTK file dialog in SVN revision 21807).
+------------------------------------------------------------------------
+r21873 | sahlberg | 2007-05-21 18:26:32 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-2004-01-09 22:10  obiot
+add the disposition to the data we store for how a fid is opened
 
-       * packet-wsp.c:
 
-         Decode HEAD, OPTIONS, TRACE, DELETE as GET.  Decode PUT as POST.
+------------------------------------------------------------------------
+r21874 | sahlberg | 2007-05-21 18:42:56 -0700 (Mon, 21 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
 
-         Note: It looks like the WAP specs are not publicly available
-         anymore.
+add the level of interest   to the dissection of QUERY_PATH_INFO/QUERY_FILE_INFO responses 
+as a generated item
 
-2004-01-09 22:56  guy
 
-       * file.c:
+------------------------------------------------------------------------
+r21875 | sahlberg | 2007-05-21 19:14:35 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
 
-         Have a common "process_specified_packets()" routine for
-         processing packets in a loop; it handles reading the packet from
-         the capture file, creating and updating the progress bar,
-         handling the stop button, and handling range specifications.
+show the QUERY_FS_INFO level as a generated item in the response packet
 
-         Use that for printing and saving packets.  (There might be other
-         loops that should use it as well.)
 
-2004-01-09 23:18  guy
+------------------------------------------------------------------------
+r21876 | guy | 2007-05-21 19:21:01 -0700 (Mon, 21 May 2007) | 15 lines
+Changed paths:
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/layout_prefs.c
+   M /trunk/ui_util.h
 
-       * packet-ses.c, packet-ses.h:
+Don't explicitly set the main window name unless you're changing the
+state to "no packets", "file open", or "live capture in progress".
 
-         From Yuriy Sidelnikov:
+Instead, to update the main window title when the user-specified prefix
+for the title changes:
 
-                 fixed up the problem with short SPDU (dissector didn't
-         recognize
-                 short SPDU);
+       save the un-decorated title as a data value attached to the main
+       window in set_main_window_name();
 
-                 added support for presentation dissector.  Presentation
-         as well
-                 as ASCE dissectors have to know type of session
-         primitives.
+       have a new routine to update the title, which fetches the
+       un-decorated title, decorates it, and sets the title to the
+       decorated value.
 
-2004-01-09 23:24  guy
+This fixes bug 1608.
 
-       * packet-t38.c:
+------------------------------------------------------------------------
+r21877 | wmeier | 2007-05-21 19:25:37 -0700 (Mon, 21 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
-         From Martin Regner:
+add empty_tcp_stream
 
-                 temporary hack added to check for packets that look like
-         RTPv2
-                 packets and to dissect them as such (the right fix is to
-         support
-                 starting and ending frames in conversations and to have
-         H.245
-                 close UDP conversations when appropriate and start new
-         ones);
+------------------------------------------------------------------------
+r21878 | sahlberg | 2007-05-21 19:55:14 -0700 (Mon, 21 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kingfisher.c
 
-                 add preferences for the UDP and TCP port numbers;
+fix an incorrect shift
 
-                 add a preference to specify whether to use
-         pre-corrigendum T.38
-                 or post-corrigendum T.38;
 
-                 give a summary in the Info column.
+------------------------------------------------------------------------
+r21879 | standel | 2007-05-21 20:30:28 -0700 (Mon, 21 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
 
-2004-01-10 02:38  obiot
+fix gcc 4.2 warnings (qualifier type)
 
-       * Makefile.am, packet-http.c, packet-text-media.c, Makefile.nmake:
+------------------------------------------------------------------------
+r21880 | sahlberg | 2007-05-21 20:33:51 -0700 (Mon, 21 May 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
 
-         Add support for a generic line-based text data dissector.
+remember the object name from a QUERY_PATH_INFO and show it as a 
+generated item in the response.
 
-2004-01-10 02:40  obiot
+also show the infolevel in the response as a generated item
 
-       * AUTHORS:
 
-         Generic line-based text data dissector.
+------------------------------------------------------------------------
+r21881 | sahlberg | 2007-05-21 20:55:54 -0700 (Mon, 21 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
 
-2004-01-10 02:43  guy
+improve FIND_FIRST2 useability in the same way as in the previous 
+patches
+
+
+------------------------------------------------------------------------
+r21882 | guy | 2007-05-22 00:21:12 -0700 (Tue, 22 May 2007) | 15 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/plugins/mate/Makefile.am
+
+"make maintainer-clean" cleans up everything that "make distclean" does;
+there's no need for files in DISTCLEANFILES to be in
+MAINTAINERCLEANFILES as well.
+
+In epan, split the generated source files into those that should be
+cleaned by "make distclean" and those that shouldn't, and have
+DISTCLEANFILES include only the ones that should be cleaned by "make
+distclean" and have MAINTAINERCLEANFILES include the ones that shouldn't
+be cleaned by "make distclean".  This should fix bug 1595.
+
+The generated source files don't need to be in EXTRA_DIST.
+
+Use LIBWIRESHARK_DISTCLEAN_GENERATED_SRC and
+LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC in epan/Makefile.nmake.
+
+------------------------------------------------------------------------
+r21883 | guy | 2007-05-22 00:52:11 -0700 (Tue, 22 May 2007) | 11 lines
+Changed paths:
+   M /trunk/configure.in
+
+If GTK+ isn't available, fail unless the user explicitly specified
+"--disable-wireshark"; if they haven't explicitly said that they don't
+want Wireshark, assume they do, and that they won't be happy if, when
+the build finishes, they don't have Wireshark and weren't made
+sufficiently aware that they wouldn't get it.
+
+People who want to build TShark for machines that don't have GTK+
+installed, but don't want to build Wireshark because they can't install
+GTK+ on the build/target machine, can still do that; they just have to
+explicitly specify "--disable-wireshark" to do it.
+
+------------------------------------------------------------------------
+r21884 | jmayer | 2007-05-22 06:16:36 -0700 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+   M /trunk/packaging/svr4/checkinstall.in
+
+Make sure we compare against something ("") in case
+GTK_CONFIG is empty.
+
+------------------------------------------------------------------------
+r21885 | jmayer | 2007-05-22 06:17:24 -0700 (Tue, 22 May 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-smb2.h
+   M /trunk/plugins/opcua/opcua_complextypeparser.c
+   M /trunk/plugins/opcua/opcua_complextypeparser.h
+   M /trunk/plugins/opcua/opcua_serviceparser.c
+   M /trunk/plugins/opcua/opcua_serviceparser.h
+
+Trivial warning fixes:
+
+opcua: warning: function declaration isn't a prototype
+rest: comma at end of enumerator
+
+------------------------------------------------------------------------
+r21886 | standel | 2007-05-22 06:47:45 -0700 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+revert changes of r21879 which fix gcc bugs. These changes was from mipv4
+improvements patch.
+
+------------------------------------------------------------------------
+r21887 | grahamb | 2007-05-22 09:01:25 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+Code cleanups, some parsing errors fixed, added more object types
+------------------------------------------------------------------------
+r21888 | jmayer | 2007-05-22 09:14:28 -0700 (Tue, 22 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/tools/asn2wrs.py
+
+Don't generate enums that end in a comma
+
+------------------------------------------------------------------------
+r21889 | etxrab | 2007-05-22 09:17:54 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.nmake
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/asn1/mms/mms.cnf
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/epan/asn1.h
+   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cms.c
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-ess.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftbp.c
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-pkcs1.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-pkinit.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkix1implicit.c
+   M /trunk/epan/dissectors/packet-pkixproxy.c
+   M /trunk/epan/dissectors/packet-pkixqualified.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-wlancertextn.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/tools/asn2wrs.py
+
+Prepare for the use of the new -X parameter for BER encoded protocols.
+------------------------------------------------------------------------
+r21890 | guy | 2007-05-22 10:32:39 -0700 (Tue, 22 May 2007) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+With at least some compilers, "enum QUALITY_TYPE" is unsigned, and the
+compiler warns about checking whether it's >= 0, as it always is.
+
+Don't do that check - we don't use "type" until the switch statement,
+and GCC should issue a warning if not all valid "enum QUALITY_TYPE"
+values are handled in the switch statement.
+
+Sort the items in the switch statement in the order in which they appear
+in the enum definition, so it's clearer that it covers all values.
+
+------------------------------------------------------------------------
+r21891 | gerald | 2007-05-22 12:05:27 -0700 (Tue, 22 May 2007) | 5 lines
+Changed paths:
+   M /trunk/doc/README.packaging
+   M /trunk/docbook/release-notes.xml
+
+Add a note about the recent change in "--disable-wireshark" behavior to 
+the release notes.
+
+Add a couple of updates to the packaging doc.
+
+------------------------------------------------------------------------
+r21892 | etxrab | 2007-05-22 14:13:55 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+Copy paste error, actx duplicated.
+------------------------------------------------------------------------
+r21893 | etxrab | 2007-05-22 14:15:00 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Update the EXTERNAL dissection code(still unfinished).
+------------------------------------------------------------------------
+r21894 | tuexen | 2007-05-22 14:16:30 -0700 (Tue, 22 May 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.c
+   M /trunk/gtk/sctp_stat.h
+   M /trunk/gtk/sctp_stat_dlg.c
+
+From Irene Ruengeler: Fix TSN handling in graphs.
+
+------------------------------------------------------------------------
+r21895 | etxrab | 2007-05-22 14:17:08 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ftam/Makefile
+   M /trunk/asn1/ftam/Makefile.nmake
+   M /trunk/asn1/ftam/ftam-exp.cnf
+   M /trunk/asn1/ftam/ftam.cnf
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftam.h
+
+Regenerate dissector with -X and -T directives.
+------------------------------------------------------------------------
+r21896 | sfisher | 2007-05-22 15:55:09 -0700 (Tue, 22 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+
+Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455)
+
+
+------------------------------------------------------------------------
+r21897 | sahlberg | 2007-05-22 16:05:25 -0700 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb.h
+
+show the filename that was to be deleted in the Delete reply
+
+
+------------------------------------------------------------------------
+r21898 | gerald | 2007-05-22 16:06:22 -0700 (Tue, 22 May 2007) | 5 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Don't set the focus on the display filter entry when we're passed a
+contorl- or alt-modified character.  Fixes bug 1610.
+
+Fixup whitespace.
+
+------------------------------------------------------------------------
+r21899 | sahlberg | 2007-05-22 16:12:58 -0700 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+show the directory name in replies to CreateDir/Checkdir and DeleteDir
+
+
+------------------------------------------------------------------------
+r21900 | guy | 2007-05-22 16:56:52 -0700 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
+
+Put back some casts, and don't use rint() on Windows, in the hopes of
+clearing up at least some buildbot errors on Windows.
+
+------------------------------------------------------------------------
+r21901 | guy | 2007-05-22 17:28:59 -0700 (Tue, 22 May 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
+
+Put back some more missing casts.
+
+------------------------------------------------------------------------
+r21902 | guy | 2007-05-22 18:27:57 -0700 (Tue, 22 May 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/ssl-dlg.c
+
+Handle characters with the 8th bit set.
+
+------------------------------------------------------------------------
+r21903 | etxrab | 2007-05-22 22:27:17 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
+
+Put in some more, hopfully correct casts.
+------------------------------------------------------------------------
+r21904 | jake | 2007-05-22 23:03:48 -0700 (Tue, 22 May 2007) | 1 line
+Changed paths:
+   M /trunk/wiretap/pppdump.c
+
+Fix for bug 1601: handle zero length packets.
+------------------------------------------------------------------------
+r21905 | kukosa | 2007-05-23 06:36:25 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-per.h
+
+support of CONTAINING constraint in OCTET STRING and BIT STRING
+------------------------------------------------------------------------
+r21906 | kukosa | 2007-05-23 06:42:05 -0700 (Wed, 23 May 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/nbap/packet-nbap-template.c
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/tools/asn2wrs.py
+
+- support of CONTAINING constraint in OCTET STRING and BIT STRING
+- fix handling of tag for EXTERNAL type
+- change automatic postfix for duplicate names from '...%d' to '..._%02d'
+------------------------------------------------------------------------
+r21907 | kukosa | 2007-05-23 07:31:12 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
+
+fix warning
+------------------------------------------------------------------------
+r21908 | jmayer | 2007-05-23 08:42:48 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+warning fix: passing argument 2 of 'iconv' from incompatible pointer type
+------------------------------------------------------------------------
+r21909 | grahamb | 2007-05-23 09:35:42 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+Corrected dissection of read requests when no object indexes are supplied, i.e. index field is 0
+------------------------------------------------------------------------
+r21910 | gerald | 2007-05-23 10:12:01 -0700 (Wed, 23 May 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
+   M /trunk/gtk/menu.c
+
+Add shortcuts for expanding/collapsing the packet detail.
+
+------------------------------------------------------------------------
+r21911 | kukosa | 2007-05-23 12:35:29 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+small fix in duplicate type warning
+------------------------------------------------------------------------
+r21912 | etxrab | 2007-05-23 13:49:53 -0700 (Wed, 23 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
+   M /trunk/epan/dissectors/packet-gsm_ss.c
+
+Put in some forgotten actx.
+------------------------------------------------------------------------
+r21913 | wmeier | 2007-05-23 18:05:08 -0700 (Wed, 23 May 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/proto_dlg.c
+
+Fix 'Analyze ! Enabled_Protocols' search to search on correct column.
+
+------------------------------------------------------------------------
+r21914 | guy | 2007-05-23 19:08:49 -0700 (Wed, 23 May 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Emphasize that if you try to build on a system without GTK+ installed,
+the configure script will fail unless you explicitly say you don't want
+Wireshark built.
+
+------------------------------------------------------------------------
+r21915 | guy | 2007-05-23 19:10:49 -0700 (Wed, 23 May 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
+
+Use the same workaround for the absence of rint() in MSVC++ that's used
+by the TCP graph code.
+
+------------------------------------------------------------------------
+r21916 | kukosa | 2007-05-24 00:19:21 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+- improvements in registering dissectors to OID table (value defined in ASN.1 can be used)
+- new #.END_OF_CNF directive
+------------------------------------------------------------------------
+r21917 | guy | 2007-05-24 04:43:53 -0700 (Thu, 24 May 2007) | 6 lines
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
+
+Temporarily turn on a bunch of warnings and turn off -Werror, to see
+what the complete set of warnings we should either try to fix or, for
+cases where it can't be fixed, turn off or or avoid -Werror for.  I'll
+revert this change as soon as a complete set of buildbot builds start
+with it.
+
+------------------------------------------------------------------------
+r21918 | guy | 2007-05-24 05:00:55 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+   M /trunk/configure.in
+   M /trunk/wiretap/configure.in
+
+Back out the previous change.
+
+------------------------------------------------------------------------
+r21919 | kukosa | 2007-05-24 05:30:38 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/rnsap/packet-rnsap-template.c
+   M /trunk/asn1/rnsap/rnsap.cnf
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/dissectors/packet-rrlp.c
+   M /trunk/epan/dissectors/packet-ulp.c
+
+- RNSAP calls RRC through dissector handle instead of direct function call
+- PER dissectors regenerated
+------------------------------------------------------------------------
+r21920 | kukosa | 2007-05-24 05:36:41 -0700 (Thu, 24 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+
+few BER dissectors regenerated
+------------------------------------------------------------------------
+r21921 | kukosa | 2007-05-24 06:30:45 -0700 (Thu, 24 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ulp/packet-ulp-template.c
+   M /trunk/asn1/ulp/ulp.cnf
+   M /trunk/epan/dissectors/packet-ulp.c
+
+fix rrlp subdissector calling
+------------------------------------------------------------------------
+r21922 | wmeier | 2007-05-24 09:18:33 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/ansi_map_stat.c
+
+When computing average: use 0 as avg if divisor=0
+
+------------------------------------------------------------------------
+r21923 | guy | 2007-05-24 10:02:06 -0700 (Thu, 24 May 2007) | 4 lines
+Changed paths:
+   M /trunk/wiretap/k12text.l
+
+Get rid of CR's, and add a newline at the end.
+
+Set svn:keywords and svn:eol-style appropriately.
+
+------------------------------------------------------------------------
+r21924 | gerald | 2007-05-24 10:36:07 -0700 (Thu, 24 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+Fix a crash bug found through fuzz testing.  The bug was introduced
+after the 0.99.5 release.
+
+------------------------------------------------------------------------
+r21925 | etxrab | 2007-05-24 12:11:04 -0700 (Thu, 24 May 2007) | 1 line
+Changed paths:
+   D /trunk/asn1/ulp/ulp-exp.cnf
+
+No longer needed as nothing is exported.
+------------------------------------------------------------------------
+r21926 | lego | 2007-05-24 13:40:42 -0700 (Thu, 24 May 2007) | 3 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+
+Help for the SCTP Users Table
+
+
+------------------------------------------------------------------------
+r21927 | etxrab | 2007-05-24 13:42:55 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/nbap/packet-nbap-template.c
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/sctpppids.h
+
+Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID's
+for SCTP.
+------------------------------------------------------------------------
+r21928 | lego | 2007-05-24 15:26:51 -0700 (Thu, 24 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/plugins.c
+   M /trunk/epan/plugins.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/plugins_dlg.c
+   M /trunk/tshark.c
+
+Prepare wireshark and tshark for wiretap plugins
+
+
+------------------------------------------------------------------------
+r21929 | jake | 2007-05-24 23:35:21 -0700 (Thu, 24 May 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+From Brian Vandenberg:
+I ran into a problem trying to debug some of my stuff yesterday that depends on the http dissector, and the server I'm working with defaults to ssl traffic; whenever I try to debug it, it always gets hung up on the lines I mentioned in the email quoted below (within the ssl dissector).
+
+It seems the culprit is in the use of g_malloc within ssl_data_alloc, and free (instead of g_free) in  tls_prf. 
+
+I've attached the diff for the fixes I made.
+------------------------------------------------------------------------
+r21930 | jake | 2007-05-24 23:46:47 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+   M /trunk/tshark.c
+
+Fix for bug 1614:
+Output preamble and finale on live capture.
+------------------------------------------------------------------------
+r21931 | kukosa | 2007-05-24 23:54:39 -0700 (Thu, 24 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+   M /trunk/asn1/Makefile.nmake
+   A /trunk/asn1/rrc
+   A /trunk/asn1/rrc/Class-definitions.asn
+   A /trunk/asn1/rrc/Constant-definitions.asn
+   A /trunk/asn1/rrc/InformationElements.asn
+   A /trunk/asn1/rrc/Internode-definitions.asn
+   A /trunk/asn1/rrc/Makefile
+   A /trunk/asn1/rrc/Makefile.nmake
+   A /trunk/asn1/rrc/PDU-definitions.asn
+   A /trunk/asn1/rrc/packet-rrc-template.c
+   A /trunk/asn1/rrc/rrc.cnf
+   D /trunk/asn1/umts_rrc
+   D /trunk/asn1/umts_rrc_Internode-defs
+   D /trunk/asn1/umts_rrc_ies
+   D /trunk/asn1/umts_rrc_pdu_def
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/Makefile.nmake
+   A /trunk/epan/dissectors/packet-rrc.c
+   D /trunk/epan/dissectors/packet-umts_rrc.c
+   D /trunk/epan/dissectors/packet-umts_rrc.h
+   D /trunk/epan/dissectors/packet-umts_rrc_ies.c
+   D /trunk/epan/dissectors/packet-umts_rrc_ies.h
+   D /trunk/epan/dissectors/packet-umts_rrc_pdu_def.c
+   D /trunk/epan/dissectors/packet-umts_rrc_pdu_def.h
+
+UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directory
+
+------------------------------------------------------------------------
+r21932 | jmayer | 2007-05-25 01:34:15 -0700 (Fri, 25 May 2007) | 22 lines
+Changed paths:
+   M /trunk/tools/pidl/tests/Util.pm
+
+Update from samba tree revision 23054 to 23135
+============================ Samba log start ============
+------------------------------------------------------------------------
+r23069 | metze | 2007-05-22 13:23:36 +0200 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+
+print out the command, to find out the problem on host 'tridge'
+
+metze
+------------------------------------------------------------------------
+r23071 | metze | 2007-05-22 14:45:58 +0200 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+
+print the command on failure only
+
+metze
+------------------------------------------------------------------------
+------------------------------------------------------------------------
+============================ Samba log end ==============
+
+------------------------------------------------------------------------
+r21933 | kukosa | 2007-05-25 04:40:32 -0700 (Fri, 25 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.nmake
+   M /trunk/asn1/h225/h225.cnf
+   M /trunk/asn1/h235/h235.cnf
+   M /trunk/asn1/rrlp/rrlp.cnf
+   M /trunk/asn1/ulp/ulp.cnf
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-rrlp.c
+   M /trunk/epan/dissectors/packet-ulp.c
+
+get rid of few warnings
+------------------------------------------------------------------------
+r21934 | lego | 2007-05-25 09:47:22 -0700 (Fri, 25 May 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/uat.h
+   M /trunk/gtk/uat_gui.c
+
+- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the dissector and the handle
+- packet-user_encap.c: use the new UAT_PROTO_DEF
+- gtk/uat_gui.c:  change the order of "containment" of the widgets to have the clist fields sized to the scrolledwindow instead of the whole window
+
+
+------------------------------------------------------------------------
+r21935 | lego | 2007-05-25 10:22:32 -0700 (Fri, 25 May 2007) | 23 lines
+Changed paths:
+   M /trunk/Makefile.common
+   M /trunk/Makefile.nmake
+   M /trunk/capinfos.c
+   M /trunk/editcap.c
+   M /trunk/epan/Makefile.common
+   M /trunk/epan/epan.c
+   M /trunk/epan/filesystem.c
+   M /trunk/epan/plugins.c
+   M /trunk/epan/plugins.h
+   M /trunk/epan/proto.c
+   A /trunk/epan/report_err.c
+   M /trunk/epan/report_err.h
+   M /trunk/gtk/main.c
+   M /trunk/tshark.c
+
+Have editcap and capinfos loading the wiretap plugins.
+
+epan/filesystem.c
+   have get_plugin_dir() calling init_plugin_dir() if necessary
+
+epan/epan.c and epan/report_err.c
+   move the report_failure family into the new report_err.c file, have epan_init() calling the initializer
+
+epan/plugins.h and epan/proto.c
+   do not have init_plugins() calling the proto_reg functions instead do it in init_proto()
+
+gtk/main.c and tshark.c
+   init_plugin_dir() has become suprefluous
+
+capinfos.c and editcap.c
+   load the wiretap plugins
+
+Makefiles
+   do what's needed to build withe the above changes.
+
+
+
+
+------------------------------------------------------------------------
+r21936 | lego | 2007-05-25 10:23:46 -0700 (Fri, 25 May 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/Makefile.common
+   D /trunk/wiretap/wtap-plugins.c
+   M /trunk/wiretap/wtap.h
+
+ remove the never used wiretap/wtap-plugins.c
+
+
+------------------------------------------------------------------------
+r21937 | gerald | 2007-05-25 10:24:35 -0700 (Fri, 25 May 2007) | 3 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+As Martin pointed out, we were comparing the wrong variable against our 
+modifier mask (and using the wrong bitwise operator to boot).
+
+------------------------------------------------------------------------
+r21938 | guy | 2007-05-25 12:13:49 -0700 (Fri, 25 May 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+   M /trunk/gtk/about_dlg.h
+   M /trunk/gtk/export_object.c
+   M /trunk/gtk/export_object.h
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/hostlist_table.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/register.h
+   M /trunk/statusbar.h
+   M /trunk/ui_util.h
+
+Squelch some qualifier (const vs. non-const) warnings.
+
+------------------------------------------------------------------------
+r21939 | guy | 2007-05-25 12:26:45 -0700 (Fri, 25 May 2007) | 5 lines
+Changed paths:
+   M /trunk/capture_loop.c
+
+The libpcap callback "user" argument *should* have been a "void *", as
+it's a pointer to an arbitrary object, assumed to be correctly aligned,
+not a pointer to a not-necessarily-properly-aligned array of bytes. 
+Cast it, so we won't get alignment warnings.
+
+------------------------------------------------------------------------
+r21940 | guy | 2007-05-25 12:31:13 -0700 (Fri, 25 May 2007) | 5 lines
+Changed paths:
+   M /trunk/tshark.c
+
+The libpcap callback "user" argument *should* have been a "void *", as
+it's a pointer to an arbitrary object, assumed to be correctly aligned,
+not a pointer to a not-necessarily-properly-aligned array of bytes. 
+Cast it, so we won't get alignment warnings.
+
+------------------------------------------------------------------------
+r21941 | guy | 2007-05-25 12:39:35 -0700 (Fri, 25 May 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
+
+Make SND_SEQ an array of 2 guint32's, rather than an array of 8
+guint8's, to squelch some compiler warnings (and clean up some
+comparisons).
+
+------------------------------------------------------------------------
+r21942 | guy | 2007-05-25 13:03:26 -0700 (Fri, 25 May 2007) | 5 lines
+Changed paths:
+   M /trunk/dftest.c
+   M /trunk/epan/filesystem.c
+   M /trunk/epan/filesystem.h
+
+No need to call init_plugin_dir() - it gets called, if necessary, by
+get_plugin_dir().
+
+Add checks for the success or failure of init_progfile_dir() in dftest.
+
+------------------------------------------------------------------------
+r21943 | gerald | 2007-05-25 14:32:32 -0700 (Fri, 25 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Throw an exception instead of trying to add a 4GB fragment.
+
+------------------------------------------------------------------------
+r21944 | guy | 2007-05-25 14:50:12 -0700 (Fri, 25 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
+
+Add a cast to squelch an MSVC warning.
+
+------------------------------------------------------------------------
+r21945 | gerald | 2007-05-25 16:40:42 -0700 (Fri, 25 May 2007) | 5 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.nmake
+   M /trunk/configure.in
+   M /trunk/epan/Makefile.am
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/plugins/Makefile.am
+   M /trunk/plugins/Makefile.nmake
+   A /trunk/plugins/m2m
+   A /trunk/plugins/m2m/AUTHORS
+   A /trunk/plugins/m2m/COPYING
+   A /trunk/plugins/m2m/ChangeLog
+   A /trunk/plugins/m2m/Makefile.am
+   A /trunk/plugins/m2m/Makefile.nmake
+   A /trunk/plugins/m2m/moduleinfo.h
+   A /trunk/plugins/m2m/packet-m2m.c
+   A /trunk/plugins/m2m/wimax_tlv.c
+   A /trunk/plugins/m2m/wmxtypes.h
+   A /trunk/plugins/wimax
+   A /trunk/plugins/wimax/AUTHORS
+   A /trunk/plugins/wimax/COPYING
+   A /trunk/plugins/wimax/ChangeLog
+   A /trunk/plugins/wimax/Makefile.am
+   A /trunk/plugins/wimax/Makefile.nmake
+   A /trunk/plugins/wimax/README.wimax
+   A /trunk/plugins/wimax/crc.c
+   A /trunk/plugins/wimax/crc.h
+   A /trunk/plugins/wimax/crc_data.c
+   A /trunk/plugins/wimax/mac_hd_generic_decoder.c
+   A /trunk/plugins/wimax/mac_hd_type1_decoder.c
+   A /trunk/plugins/wimax/mac_hd_type2_decoder.c
+   A /trunk/plugins/wimax/mac_mgmt_msg_decoder.c
+   A /trunk/plugins/wimax/moduleinfo.h
+   A /trunk/plugins/wimax/msg_aas_beam.c
+   A /trunk/plugins/wimax/msg_aas_fbck.c
+   A /trunk/plugins/wimax/msg_arq.c
+   A /trunk/plugins/wimax/msg_clk_cmp.c
+   A /trunk/plugins/wimax/msg_dcd.c
+   A /trunk/plugins/wimax/msg_dlmap.c
+   A /trunk/plugins/wimax/msg_dreg.c
+   A /trunk/plugins/wimax/msg_dsa.c
+   A /trunk/plugins/wimax/msg_dsc.c
+   A /trunk/plugins/wimax/msg_dsd.c
+   A /trunk/plugins/wimax/msg_dsx_rvd.c
+   A /trunk/plugins/wimax/msg_fpc.c
+   A /trunk/plugins/wimax/msg_pkm.c
+   A /trunk/plugins/wimax/msg_pmc.c
+   A /trunk/plugins/wimax/msg_prc_lt_ctrl.c
+   A /trunk/plugins/wimax/msg_reg_req.c
+   A /trunk/plugins/wimax/msg_reg_rsp.c
+   A /trunk/plugins/wimax/msg_rep.c
+   A /trunk/plugins/wimax/msg_res_cmd.c
+   A /trunk/plugins/wimax/msg_rng_req.c
+   A /trunk/plugins/wimax/msg_rng_rsp.c
+   A /trunk/plugins/wimax/msg_sbc.c
+   A /trunk/plugins/wimax/msg_ucd.c
+   A /trunk/plugins/wimax/msg_ulmap.c
+   A /trunk/plugins/wimax/packet-wmx.c
+   A /trunk/plugins/wimax/wimax_bits.h
+   A /trunk/plugins/wimax/wimax_cdma_code_decoder.c
+   A /trunk/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
+   A /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+   A /trunk/plugins/wimax/wimax_fch_decoder.c
+   A /trunk/plugins/wimax/wimax_ffb_decoder.c
+   A /trunk/plugins/wimax/wimax_hack_decoder.c
+   A /trunk/plugins/wimax/wimax_harq_map_decoder.c
+   A /trunk/plugins/wimax/wimax_mac.h
+   A /trunk/plugins/wimax/wimax_pdu_decoder.c
+   A /trunk/plugins/wimax/wimax_phy_attributes_decoder.c
+   A /trunk/plugins/wimax/wimax_tlv.c
+   A /trunk/plugins/wimax/wimax_tlv.h
+   A /trunk/plugins/wimax/wimax_utils.c
+   A /trunk/plugins/wimax/wimax_utils.h
+   M /trunk/randpkt.c
+
+From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.
+
+Add support for WiMAX and M2M to various makefiles and installer files.  Add
+basic support for M2M to randpkt.
+
+------------------------------------------------------------------------
+r21946 | guy | 2007-05-25 17:12:28 -0700 (Fri, 25 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+init_plugin_dir() is now just internal to epan/filesystem.c.
+
+------------------------------------------------------------------------
+r21947 | sfisher | 2007-05-25 17:38:53 -0700 (Fri, 25 May 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+
+Fix bug #1416: crash (stack smashing) on single DHCP packet
+
+
+------------------------------------------------------------------------
+r21948 | standel | 2007-05-25 18:01:27 -0700 (Fri, 25 May 2007) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-mip.c
+
+From Ville Nuorvala :
+
+adds support for the following RFCs (and RFC-to-be):
+  - RFC 3519 Mobile IP Traversal of Network Address Translation (NAT) Devices
+  - RFC 3543 Registration Revocation in Mobile IPv4
+  - RFC 4433 Mobile IPv4 Dynamic Home Agent (HA) Assignment (including the not
+      yet published errata about the message extension using the short message
+      extension format)
+  - draft-ietf-mip4-message-string-ext Mobile IPv4 Message String Extension
+
+
+------------------------------------------------------------------------
+r21949 | guy | 2007-05-25 20:12:25 -0700 (Fri, 25 May 2007) | 7 lines
+Changed paths:
+   M /trunk/plugins/m2m/Makefile.am
+   A /trunk/plugins/m2m/Makefile.common
+   M /trunk/plugins/m2m/Makefile.nmake
+
+Go with a Makefile.common as other plugins have, and tweak the
+Makefile.nmake and Makefile.am files to more closely resemble the ones
+for other plugins.
+
+(This should fix at least one of the distcheck problems, namely that
+wmxtypes.h apparently wasn't getting put into the distribution.)
+
+------------------------------------------------------------------------
+r21950 | guy | 2007-05-25 20:15:51 -0700 (Fri, 25 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/m2m/packet-m2m.c
+
+Get rid of the old-style plugin registration stuff.
+
+------------------------------------------------------------------------
+r21951 | guy | 2007-05-25 20:26:20 -0700 (Fri, 25 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/m2m/packet-m2m.c
+
+Get rid of another item that's now handled automatically.
+
+------------------------------------------------------------------------
+r21952 | gal | 2007-05-26 03:17:08 -0700 (Sat, 26 May 2007) | 3 lines
+Changed paths:
+   A /trunk/plugins/m2m/moduleinfo.nmake
+   M /trunk/plugins/m2m/packet-m2m.c
+   A /trunk/plugins/m2m/plugin.rc.in
+
+Missing bits and fixes to get the buildbot green again.
+
+
+------------------------------------------------------------------------
+r21953 | guy | 2007-05-26 11:26:46 -0700 (Sat, 26 May 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/wimax/Makefile.am
+   A /trunk/plugins/wimax/Makefile.common
+   M /trunk/plugins/wimax/Makefile.nmake
+   A /trunk/plugins/wimax/moduleinfo.nmake
+   M /trunk/plugins/wimax/packet-wmx.c
+   A /trunk/plugins/wimax/plugin.rc.in
+
+Convert to the new style of building plugins; hopefully this'll fix the
+rest of the distcheck issues.
+
+------------------------------------------------------------------------
+r21954 | guy | 2007-05-26 11:59:56 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimax/msg_dreg.c
+
+Get rid of unused parameter.
+
+------------------------------------------------------------------------
+r21955 | guy | 2007-05-26 12:31:50 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimax/msg_arq.c
+
+Flag some parameters as unused.
+
+------------------------------------------------------------------------
+r21956 | guy | 2007-05-26 13:07:53 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimax/msg_aas_beam.c
+   M /trunk/plugins/wimax/msg_aas_fbck.c
+   M /trunk/plugins/wimax/msg_clk_cmp.c
+   M /trunk/plugins/wimax/msg_dsx_rvd.c
+   M /trunk/plugins/wimax/msg_fpc.c
+   M /trunk/plugins/wimax/msg_prc_lt_ctrl.c
+   M /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+
+Squelch some unused parameter warnings.
+
+------------------------------------------------------------------------
+r21957 | guy | 2007-05-26 19:01:00 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimax/Makefile.common
+
+wmxtypes.h is part of the m2m plugin, not the wimax plugin.
+
+------------------------------------------------------------------------
+r21958 | guy | 2007-05-26 22:27:44 -0700 (Sat, 26 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/m2m/wimax_tlv.c
+
+Include wimax_tlv.h the same way packet-m2m.c does.
+
+------------------------------------------------------------------------
+r21959 | guy | 2007-05-27 11:30:03 -0700 (Sun, 27 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/profinet/Makefile.am
+   M /trunk/plugins/profinet/Makefile.nmake
+
+Clean up white space.
+
+------------------------------------------------------------------------
+r21960 | guy | 2007-05-27 11:33:13 -0700 (Sun, 27 May 2007) | 9 lines
+Changed paths:
+   M /trunk/plugins/m2m/moduleinfo.nmake
+   M /trunk/plugins/m2m/packet-m2m.c
+   M /trunk/plugins/wimax/crc_data.c
+   M /trunk/plugins/wimax/mac_hd_generic_decoder.c
+   M /trunk/plugins/wimax/mac_hd_type1_decoder.c
+   M /trunk/plugins/wimax/mac_hd_type2_decoder.c
+   M /trunk/plugins/wimax/mac_mgmt_msg_decoder.c
+   M /trunk/plugins/wimax/moduleinfo.nmake
+   M /trunk/plugins/wimax/msg_aas_beam.c
+   M /trunk/plugins/wimax/msg_aas_fbck.c
+   M /trunk/plugins/wimax/msg_arq.c
+   M /trunk/plugins/wimax/msg_clk_cmp.c
+   M /trunk/plugins/wimax/msg_dcd.c
+   M /trunk/plugins/wimax/msg_dlmap.c
+   M /trunk/plugins/wimax/msg_dreg.c
+   M /trunk/plugins/wimax/msg_dsa.c
+   M /trunk/plugins/wimax/msg_dsc.c
+   M /trunk/plugins/wimax/msg_dsd.c
+   M /trunk/plugins/wimax/msg_dsx_rvd.c
+   M /trunk/plugins/wimax/msg_fpc.c
+   M /trunk/plugins/wimax/msg_pkm.c
+   M /trunk/plugins/wimax/msg_pmc.c
+   M /trunk/plugins/wimax/msg_prc_lt_ctrl.c
+   M /trunk/plugins/wimax/msg_reg_req.c
+   M /trunk/plugins/wimax/msg_reg_rsp.c
+   M /trunk/plugins/wimax/msg_rep.c
+   M /trunk/plugins/wimax/msg_res_cmd.c
+   M /trunk/plugins/wimax/msg_rng_req.c
+   M /trunk/plugins/wimax/msg_rng_rsp.c
+   M /trunk/plugins/wimax/msg_sbc.c
+   M /trunk/plugins/wimax/msg_ucd.c
+   M /trunk/plugins/wimax/msg_ulmap.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimax/wimax_cdma_code_decoder.c
+   M /trunk/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
+   M /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+   M /trunk/plugins/wimax/wimax_fch_decoder.c
+   M /trunk/plugins/wimax/wimax_ffb_decoder.c
+   M /trunk/plugins/wimax/wimax_hack_decoder.c
+   M /trunk/plugins/wimax/wimax_harq_map_decoder.c
+   M /trunk/plugins/wimax/wimax_pdu_decoder.c
+   M /trunk/plugins/wimax/wimax_phy_attributes_decoder.c
+   M /trunk/plugins/wimax/wimax_tlv.h
+   M /trunk/plugins/wimax/wimax_utils.c
+   M /trunk/plugins/wimax/wimax_utils.h
+
+Use tvb_reported_length() to get the amount of data we should look at;
+the number of bytes in the packet or subset of the packet is the
+reported length, tvb_length() just gives you the amount of that data
+that was actually captured.
+
+Include <glib.h>, not <gmodule.h>, even in plugins.
+
+Fix the version numbers in the rc files.
+
+------------------------------------------------------------------------
+r21961 | guy | 2007-05-27 11:35:55 -0700 (Sun, 27 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/agentx/Makefile.am
+   M /trunk/plugins/artnet/Makefile.am
+   M /trunk/plugins/asn1/Makefile.am
+   M /trunk/plugins/ciscosm/Makefile.am
+   M /trunk/plugins/enttec/Makefile.am
+   M /trunk/plugins/gryphon/Makefile.am
+   M /trunk/plugins/h223/Makefile.am
+   M /trunk/plugins/irda/Makefile.am
+   M /trunk/plugins/lwres/Makefile.am
+   M /trunk/plugins/mate/Makefile.am
+   M /trunk/plugins/mgcp/Makefile.am
+   M /trunk/plugins/opsi/Makefile.am
+   M /trunk/plugins/pcli/Makefile.am
+   M /trunk/plugins/rlm/Makefile.am
+   M /trunk/plugins/rtnet/Makefile.am
+   M /trunk/plugins/rudp/Makefile.am
+   M /trunk/plugins/sbus/Makefile.am
+   M /trunk/plugins/tpg/Makefile.am
+   M /trunk/plugins/v5ua/Makefile.am
+
+Get rid of trailing blank lines.
+
+------------------------------------------------------------------------
+r21962 | guy | 2007-05-27 11:44:22 -0700 (Sun, 27 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/agentx/Makefile.nmake
+   M /trunk/plugins/artnet/Makefile.nmake
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/ciscosm/Makefile.nmake
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/enttec/Makefile.nmake
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/h223/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/lwres/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/mgcp/Makefile.nmake
+   M /trunk/plugins/opcua/Makefile.nmake
+   M /trunk/plugins/opsi/Makefile.nmake
+   M /trunk/plugins/pcli/Makefile.nmake
+   M /trunk/plugins/rlm/Makefile.nmake
+   M /trunk/plugins/rtnet/Makefile.nmake
+   M /trunk/plugins/rudp/Makefile.nmake
+   M /trunk/plugins/sbus/Makefile.nmake
+   M /trunk/plugins/v5ua/Makefile.nmake
+   M /trunk/plugins/wimax/Makefile.nmake
+
+Clean up white space.
+
+------------------------------------------------------------------------
+r21963 | guy | 2007-05-27 11:56:39 -0700 (Sun, 27 May 2007) | 2 lines
+Changed paths:
+   M /trunk/plugins/agentx/Makefile.nmake
+   M /trunk/plugins/artnet/Makefile.nmake
+   M /trunk/plugins/ciscosm/Makefile.nmake
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/enttec/Makefile.nmake
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/h223/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/lwres/Makefile.nmake
+   M /trunk/plugins/m2m/Makefile.nmake
+   M /trunk/plugins/opsi/Makefile.nmake
+   M /trunk/plugins/pcli/Makefile.nmake
+   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/plugins/rlm/Makefile.nmake
+   M /trunk/plugins/rtnet/Makefile.nmake
+   M /trunk/plugins/rudp/Makefile.nmake
+   M /trunk/plugins/sbus/Makefile.nmake
+   M /trunk/plugins/stats_tree/Makefile.nmake
+   M /trunk/plugins/v5ua/Makefile.nmake
+   M /trunk/plugins/wimax/Makefile.nmake
+
+Use $(PLUGIN_LDFLAGS) for LDFLAGS.
+
+------------------------------------------------------------------------
+r21964 | sfisher | 2007-05-27 16:34:55 -0700 (Sun, 27 May 2007) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-drda.c
+
+
+From Metatech:
+
+Here is a small patch of a dozen lines that extracts SQL statements from
+the packet.
+This allows to use the field "drda.sqlstatement" in coloring rules or in a
+packet filter so that only SQL statements are dumped from a connection
+
+
+------------------------------------------------------------------------
+r21965 | sfisher | 2007-05-27 19:33:43 -0700 (Sun, 27 May 2007) | 5 lines
+Changed paths:
+   D /trunk/asn1/snmp/README.txt
+
+
+Remove old readme file from snmp asn1 directory that says it isn't ready
+for use because it is already in use as the packet-snmp.c dissector.
+
+
+------------------------------------------------------------------------
+r21966 | etxrab | 2007-05-27 23:13:03 -0700 (Sun, 27 May 2007) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-isup.h
+
+From Neil Ostroff:
+The enclosed patch updates the ansi isup dissector to support the following parameters:  
+
+
+1. Generic Name  
+
+2. Originating Line Info  
+
+3. Jurisdiction  
+
+4. Charge Number  
+
+5. Forward Call Indicator (bits M and N are now being decoded)  
+
+6. Cause Code (all values are now being decoded)
+------------------------------------------------------------------------
+r21967 | etxrab | 2007-05-27 23:38:30 -0700 (Sun, 27 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-ethertype.c
+   A /trunk/epan/dissectors/packet-fcoe.c
+   M /trunk/epan/etypes.h
+
+From Joe Eykholt:
+Attached is a patch file and a new dissector for FCoE.   This protocol
+is described at http://fcoe.com and has been submitted to T11. It is an encapsulation protocol that can be used to transport FC frames over raw Ethernet when the link is loss-free due to pause.  The Ethertype 0x8906 has been reserved through IEEE for this protocol.
+------------------------------------------------------------------------
+r21968 | guy | 2007-05-27 23:47:50 -0700 (Sun, 27 May 2007) | 4 lines
+Changed paths:
+   M /trunk/wiretap/configure.in
+   M /trunk/wiretap/csids.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap-int.h
+
+Change the Wiretap code so that it doesn't dereference
+possibly-unaligned pointers, and turn on -Wcast-align so at least some
+future code that does that will fail to compile.
+
+------------------------------------------------------------------------
+r21969 | kukosa | 2007-05-28 00:10:09 -0700 (Mon, 28 May 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+small improvements in value handling, defined INTEGER value can be used in OID value
+------------------------------------------------------------------------
+r21970 | guy | 2007-05-28 00:26:59 -0700 (Mon, 28 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+
+asn1/snmp/README.txt is gone.
+
+------------------------------------------------------------------------
+r21971 | guy | 2007-05-28 01:31:18 -0700 (Mon, 28 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap-int.h
+
+Throw in some casts to suppress warnings.
+
+------------------------------------------------------------------------
+r21972 | kukosa | 2007-05-28 03:55:03 -0700 (Mon, 28 May 2007) | 8 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+support of SelectionType
+
+e.g. in TCAP
+Component{...} ::= CHOICE {
+  basicROS  ROS{...},
+  returnResultNotLast [7] returnResult < ROS{..}
+}
+
+------------------------------------------------------------------------
+r21973 | kukosa | 2007-05-28 04:10:41 -0700 (Mon, 28 May 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+fix SelectionType creation for export (if the type is only exported but not used in module)
+------------------------------------------------------------------------
+r21974 | standel | 2007-05-28 19:29:38 -0700 (Mon, 28 May 2007) | 2 lines
+Changed paths:
+   M /trunk/gtk/voip_calls.c
+
+fix warnings for gcc 4.2
+
+------------------------------------------------------------------------
+r21975 | standel | 2007-05-28 19:43:18 -0700 (Mon, 28 May 2007) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_801.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/emem.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/stream.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/column_prefs.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/scsi_stat.c
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/ssl-dlg.c
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/plugins/h223/packet-h223.c
+   M /trunk/wiretap/catapult_dct2000.c
+
+From David Howells :
+
+  Fix compilation failures when building wireshark-0.99.6-SVN-21916 on an
+x86_64-unknown-linux-gnu target with gcc version 4.1.2 20070403 (Red Hat
+4.1.2-8).
+
+The failures fall into two categories:
+  (1) Casts between pointers and 32-bit integers without an intermediary cast
+via 'long' or 'unsigned long'.  This results in a compiler warning complaining
+about casts between a pointer and an integer of a different size.
+  (2) Passing values to "%lld" or similar printf-style format options that the
+compiler thinks are a different size.  Such values need to be cast to 'long
+long' or 'unsigned long long'.
+
+------------------------------------------------------------------------
+r21976 | guy | 2007-05-28 23:16:24 -0700 (Mon, 28 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+Print a gint64 the right way.
+
+------------------------------------------------------------------------
+r21977 | guy | 2007-05-28 23:20:03 -0700 (Mon, 28 May 2007) | 2 lines
+Changed paths:
+   M /trunk/doc/tshark.pod
+
+Document "-T fields".
+
+------------------------------------------------------------------------
+r21978 | guy | 2007-05-28 23:56:07 -0700 (Mon, 28 May 2007) | 15 lines
+Changed paths:
+   M /trunk/acinclude.m4
+   M /trunk/configure.in
+   M /trunk/epan/dissectors/packet-ansi_801.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/emem.c
+   M /trunk/epan/proto.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/summary_dlg.c
+
+Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.
+
+In all the places where a cast to "long long" or "unsigned long long"
+was done, use G_GINT64_MODIFIER and get rid of the cast, as
+
+       1) there's no guarantee that "%ll" works
+
+and
+
+       2) there's no guarantee that "long long" works
+
+(the latter definitely does *NOT* work with MSVC++; the former doesn't
+work with regular printf in MSVC++, but it might work with the GLib
+printf-based functions).
+
+------------------------------------------------------------------------
+r21979 | jmayer | 2007-05-29 02:23:36 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+   M /trunk/FAQ
+   M /trunk/epan/enterprise-numbers
+   M /trunk/help/faq.txt
+   M /trunk/manuf
+
+Update before new release
+
+------------------------------------------------------------------------
+r21980 | martinm | 2007-05-29 05:12:12 -0700 (Tue, 29 May 2007) | 3 lines
+Changed paths:
+   M /trunk/plugins/wimax/wimax_bits.h
+
+Add some casts to fix my build.
+I'm not sure why no-one else saw those warnings and failed with -Werror...
+
+------------------------------------------------------------------------
+r21981 | kukosa | 2007-05-29 07:13:33 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+export dissect_ber_old_... functions
+can be removed when migration to new BER is finished
+------------------------------------------------------------------------
+r21982 | wmeier | 2007-05-29 07:20:54 -0700 (Tue, 29 May 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+   M /trunk/wiretap/wtap-int.h
+
+Another sniffer timestamp display fix; addresses bug 866 and other reports.
+(Also: change variable name to correctly reflect usage).
+
+------------------------------------------------------------------------
+r21983 | wmeier | 2007-05-29 07:27:42 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+(fix comment)
+
+------------------------------------------------------------------------
+r21984 | kukosa | 2007-05-29 07:32:46 -0700 (Tue, 29 May 2007) | 5 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+- 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
+
+When reporting roundtrip delay, show delay since timestamp of LSR frame.
+
+------------------------------------------------------------------------
+r21986 | martinm | 2007-05-29 07:38:40 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/catapult_dct2000.c
+
+Work with isdn_l2.
+
+------------------------------------------------------------------------
+r21987 | grahamb | 2007-05-29 07:41:49 -0700 (Tue, 29 May 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/wimax
+
+Added standard ignore list to directory
+------------------------------------------------------------------------
+r21988 | grahamb | 2007-05-29 07:43:31 -0700 (Tue, 29 May 2007) | 1 line
+Changed paths:
+   M /trunk/plugins/m2m
+
+Added standard ignore list to directory
+------------------------------------------------------------------------
+r21989 | guy | 2007-05-29 10:27:59 -0700 (Tue, 29 May 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.h
+
+Add missing calculated_delay_report_gap field to _rtcp_conversation_info
+structure.
+
+------------------------------------------------------------------------
+r21990 | guy | 2007-05-29 11:52:42 -0700 (Tue, 29 May 2007) | 4 lines
+Changed paths:
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-9p.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-daap.c
+   M /trunk/epan/dissectors/packet-dcerpc-ndr.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-dcp.c
+   M /trunk/epan/dissectors/packet-dis-fields.c
+   M /trunk/epan/dissectors/packet-dmp.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-mp2t.c
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-redback.c
+   M /trunk/epan/dissectors/packet-rmt-lct.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-scsi-sbc.c
+   M /trunk/epan/dissectors/packet-scsi-ssc.c
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/proto.c
+   M /trunk/file.c
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/service_response_time_table.c
+   M /trunk/gtk/summary_dlg.c
+   M /trunk/plugins/giop/packet-parlay.c
+   M /trunk/plugins/profinet/packet-pn-ptcp.c
+   M /trunk/plugins/rtnet/packet-rtnet.c
+   M /trunk/tools/wireshark_gen.py
+
+Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib
+routines and routines using those routines.  GLib might use different
+modifiers for 64-bit quantities than the platform's C library does.
+
+------------------------------------------------------------------------
+r21991 | guy | 2007-05-29 11:59:50 -0700 (Tue, 29 May 2007) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+Update to reflect the use of G_GINT64_MODIFIER, rather than PRI[douxX],
+with GLib routines and the routines that love them.
+
+------------------------------------------------------------------------
+r21992 | etxrab | 2007-05-29 12:08:26 -0700 (Tue, 29 May 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/ldap/Makefile
+   M /trunk/asn1/ldap/Makefile.nmake
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/epan/dissectors/packet-ldap.c
+
+Clean up the .cnf file a bit.
+------------------------------------------------------------------------
+r21993 | guy | 2007-05-29 15:52:42 -0700 (Tue, 29 May 2007) | 7 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+Update the big time unit comment to reflect Bill Meier's recent changes.
+
+Fix some other comments.
+
+Add a suggestion for why the realtick values might correlate with
+packets having an FCS.
+
+------------------------------------------------------------------------
+r21994 | sfisher | 2007-05-29 16:09:09 -0700 (Tue, 29 May 2007) | 9 lines
+Changed paths:
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/graph_analysis.h
+
+
+Fix for bug #1530: Graph Analysis window misbehaves if Flow Window that
+created it is closed.
+
+The fix is to close the graph analysis window when the flow graph setup
+window is closed since closing the flow graph window first destroys all
+of the data structures.
+
+
+------------------------------------------------------------------------
+r21995 | sahlberg | 2007-05-29 16:29:20 -0700 (Tue, 29 May 2007) | 4 lines
+Changed paths:
+   M /trunk/acinclude.m4
+
+we dont link with g_snprintf in the configure for gtk1-2 so fall back to 
+snprintf instead
+
+
+------------------------------------------------------------------------
+r21996 | guy | 2007-05-29 16:31:03 -0700 (Tue, 29 May 2007) | 8 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+It's pretty clear that hdr.captype's interpretation depends on the
+network type; there's no "presumably" about it.
+
+Suggest that "realtick" might have the right time stamp in other cases
+(if not, a comment should explicitly indicate that, so that in all cases
+where we either know that realtick is wrong or have a lot of evidence to
+show that it's right, we note that fact).
+
+------------------------------------------------------------------------
+r21997 | guy | 2007-05-29 16:35:45 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+Give more detail on a captype of 6 for an Ethernet capture.
+
+------------------------------------------------------------------------
+r21998 | guy | 2007-05-29 17:36:32 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+Update a comment.
+
+------------------------------------------------------------------------
+r21999 | guy | 2007-05-29 18:50:08 -0700 (Tue, 29 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/Makefile.am
+
+Add some missing files.
+
+------------------------------------------------------------------------
+r22000 | sfisher | 2007-05-29 19:37:37 -0700 (Tue, 29 May 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+Wrap call to gtk_window_set_destroy_with_parent() within check for GTK_MAJOR_VERSION > 2 to get the Windows build-bot going again.  This means that bug #1530 has to be reopened awaiting a fix that covers GTK1 also.
+------------------------------------------------------------------------
+r22001 | sfisher | 2007-05-29 20:28:12 -0700 (Tue, 29 May 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2
+------------------------------------------------------------------------
+r22002 | kukosa | 2007-05-30 07:13:26 -0700 (Wed, 30 May 2007) | 3 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+- better support if more modules are compiled together
+- BSTRING support
+- bug fix which sometimes duplicates items in SEQ/CHOICE extension
+------------------------------------------------------------------------
+r22003 | kukosa | 2007-05-30 07:22:26 -0700 (Wed, 30 May 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+- fix bug in TaggedType support
+------------------------------------------------------------------------
+r22004 | kukosa | 2007-05-30 07:31:05 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/rnsap/packet-rnsap-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/dissectors/packet-x411.c
+
+- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAP
+- dissectors regenerated with fixed asn2wrs
+------------------------------------------------------------------------
+r22005 | wmeier | 2007-05-30 08:32:31 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+Update Comments
+
+------------------------------------------------------------------------
+r22006 | etxrab | 2007-05-30 12:00:50 -0700 (Wed, 30 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+Change implicit tag handling for SEQUENCE OF and fix a cut'n paste error.
+------------------------------------------------------------------------
+r22007 | etxrab | 2007-05-30 12:02:14 -0700 (Wed, 30 May 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+
+Update value strings.
+------------------------------------------------------------------------
+r22008 | etxrab | 2007-05-30 12:03:13 -0700 (Wed, 30 May 2007) | 1 line
+Changed paths:
+   A /trunk/asn1/gsmmap/MAP-ApplicationContexts.asn
+   A /trunk/asn1/gsmmap/MAP-BS-Code.asn
+   A /trunk/asn1/gsmmap/MAP-CH-DataTypes.asn
+   A /trunk/asn1/gsmmap/MAP-CommonDataTypes.asn
+   A /trunk/asn1/gsmmap/MAP-ER-DataTypes.asn
+   A /trunk/asn1/gsmmap/MAP-GR-DataTypes.asn
+   A /trunk/asn1/gsmmap/MAP-MS-DataTypes.asn
+   A /trunk/asn1/gsmmap/MAP-OM-DataTypes.asn
+   A /trunk/asn1/gsmmap/MAP-SM-DataTypes.asn
+   A /trunk/asn1/gsmmap/MAP-SS-Code.asn
+   A /trunk/asn1/gsmmap/MAP-SS-DataTypes.asn
+   A /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt
+   A /trunk/asn1/gsmmap/MAP-TS-Code.asn
+   A /trunk/asn1/gsmmap/MobileDomainDefinitions.asn
+
+Add separate asn1 files that may be used later.
+------------------------------------------------------------------------
+r22009 | sfisher | 2007-05-30 12:43:33 -0700 (Wed, 30 May 2007) | 4 lines
+Changed paths:
+   M /trunk/gtk/flow_graph.c
+   M /trunk/gtk/graph_analysis.c
+
+
+Fix bug #1530 this time for GTK1 builds.
+
+
+------------------------------------------------------------------------
+r22010 | etxrab | 2007-05-30 14:50:31 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/ldap/Makefile
+   M /trunk/asn1/ldap/Makefile.nmake
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
+
+- LDAP generated with -X option
+- a minor update to MobileDomainDefinitions.asn adding ID and a document reference.
+------------------------------------------------------------------------
+r22011 | gerald | 2007-05-30 16:33:26 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+Add an item for bug 1416 (an off-by-one error in DHCP/BOOTP).
+
+------------------------------------------------------------------------
+r22012 | gerald | 2007-05-30 17:11:27 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+
+Fix a couple of TCP filter typos.
+
+------------------------------------------------------------------------
+r22013 | gerald | 2007-05-30 17:15:28 -0700 (Wed, 30 May 2007) | 4 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
+
+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.
+
+------------------------------------------------------------------------
+r22014 | sfisher | 2007-05-30 18:29:16 -0700 (Wed, 30 May 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+
+
+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.
+
+
+------------------------------------------------------------------------
+r22015 | guy | 2007-05-30 22:46:45 -0700 (Wed, 30 May 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+My comment is redundant with Bill's more-detailed comment; remove it.
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r22017 | sfisher | 2007-05-31 11:41:25 -0700 (Thu, 31 May 2007) | 9 lines
+Changed paths:
+   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:
+
+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.
 
-       * Makefile.am, alignment.h, packet-msproxy.c, packet-smb-browse.c,
-         packet-smb-common.h, packet-smb.c, packet-socks.c:
 
-         Eliminate "alignment.h" header - the stuff in it is no longer
-         used.
+------------------------------------------------------------------------
+r22018 | sfisher | 2007-05-31 12:29:29 -0700 (Thu, 31 May 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-redback.c
 
-2004-01-10 02:54  obiot
 
-       * packet-text-media.c:
+From Florian Lohoff:
 
-         Get rid of an unused variable.
+Updates to the redback dissector
 
-         NOTE: the HTTP dissecotr does not remove content and transfer
-         coding from the entity yet. This may look a little weird, but it
-         is not unsafe :) Anyway, we now know what to do next ;^p
 
-2004-01-10 04:09  guy
+------------------------------------------------------------------------
+r22019 | sfisher | 2007-05-31 16:53:39 -0700 (Thu, 31 May 2007) | 15 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-stun.c
 
-       * Makefile.am, Makefile.nmake:
 
-         Move header files for stuff used by dissectors, and source files
-         containing helper routines, to DISSECTOR_HELPER_SRC.  Include
-         DISSECTOR_HELPER_SRC in ETHEREAL_COMMON_SRC, and include
-         BUILT_SOURCES in ETHEREAL_COMMON_SRC rather than repeating those
-         headers directly.  Do similar things with ETHEREAL_COMMON_OBJECTS
-         and DISSECTOR_COMMON_OBJECTS in Makefile.nmake.
+From Zach Chadwick:
 
-         Add "packet-x11-keysymdef.h" to "noinst_Headers", so it's built
-         as part of the tarball.
+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
 
-2004-01-10 12:43  ulfl
+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.
 
-       * gtk/tcp_graph.c:
+Me: Changed stun.att.connection.request.binding to
+stun.att.connection_request_binding
 
-         removed two MSVC warnings (GTK2 related)
 
-2004-01-10 12:50  jmayer
+------------------------------------------------------------------------
+r22020 | martinm | 2007-06-01 11:29:23 -0700 (Fri, 01 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sigcomp.c
 
-       * epan/to_str.h:
+- 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 
 
-         to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do
-         the same   (char -> gchar)
+------------------------------------------------------------------------
+r22021 | etxrab | 2007-06-01 12:52:26 -0700 (Fri, 01 Jun 2007) | 2 lines
+Changed paths:
+   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
 
-2004-01-10 13:15  jmayer
-
-       * epan/frame_data.h:
-
-         Remove a C++ style comment
-
-2004-01-10 13:49  jmayer
-
-       * packet-h245.c:
-
-         Fix the following type of warings: packet-h245.c:13932: warning:
-         invalid storage class for function
-         `dissect_h245_RedundancyEncodingElement' by moving the function
-         declarations outside other functions
-
-2004-01-10 14:10  ulfl
-
-       * gtk/compat_macros.h:
-
-         added various button compatibility macros, to be used in the
-         dialogs and elsewhere
-
-2004-01-10 14:11  ulfl
-
-       * gtk/: capture_dlg.c, color_dlg.c, file_dlg.c, print_dlg.c:
-
-         using button compatibility macros
-
-2004-01-10 14:57  obiot
-
-       * packet-ldp.c:
-
-         Pointed out by Joerg Mayer:
-
-         The LDP dissector uses a pointer-to-func for the translation of
-         addresses to text. Replace the void * and obscure type casts with
-         a storage class definition for such a function, and type cast its
-         argument in the cases where it is not a const guint8 * anymore
-         (e.g., IPv6 address).
-
-         Add a default type-casting function for unhandled cases.
-
-         Fix signedness complaint of the TCP and UDP port preferences for
-         LDP.
-
-2004-01-10 15:33  obiot
-
-       * packet-wsp.c:
-
-         Get rid of 290 warnings (-pedantic). The only warnigs that
-         remain, are braces in expressions, which should be no harm
-         however.
-
-         NOTE: Is there a means of disabling this type of warning in gcc?
-
-2004-01-10 16:27  ulfl
-
-       * gtk/: bootp_stat.c, capture_dlg.c, capture_prefs.c, color_dlg.c,
-         column_prefs.c, compat_macros.h, dcerpc_stat.c, decode_as_dlg.c,
-         dfilter_expr_dlg.c, display_opts.c, fc_stat.c, filter_prefs.c,
-         find_dlg.c, follow_dlg.c, goto_dlg.c, gui_prefs.c, help_dlg.c,
-         http_stat.c, ldap_stat.c, main.c, plugins_dlg.c, prefs_dlg.c,
-         print_dlg.c, proto_dlg.c, proto_hier_stats_dlg.c, rpc_stat.c,
-         simple_dialog.c, smb_stat.c, supported_protos_dlg.c,
-         tap_dfilter_dlg.c, tcp_graph.c, wsp_stat.c:
-
-         using button compatibility macros
-
-2004-01-10 16:34  obiot
-
-       * Makefile.am, configure.in:
-
-         Get rid of rdps in CLEAN target for cygwin (EXEEXT = ".exe").
-
-2004-01-10 16:35  ulfl
-
-       * gtk/proto_draw.c:
-
-         using button compatibility macros
-
-2004-01-10 16:50  obiot
-
-       * configure.in, epan/configure.in, wiretap/configure.in:
-
-         Add -Wbad-function-cast to extra gcc flags.
-
-2004-01-10 16:58  ulfl
-
-       * image/toolbar/stock_save_as_24.xpm:
-
-         add a "Save As" button to the toolbar
-
-2004-01-10 17:10  ulfl
-
-       * gtk/toolbar.c:
-
-         add a "Save As" button to the toolbar, changed some tooltips
-
-2004-01-10 17:28  ulfl
-
-       * gtk/file_dlg.c, file.c, ui_util.h:
-
-         close the Save (As) dialog, when the capture file is closed
-
-2004-01-10 17:31  obiot
-
-       * epan/: resolv.c, resolv.h:
-
-         Replace guchar * with gchar * and get rid of many signedness
-         warnings.
-
-2004-01-11 10:02  jmayer
-
-       * gtk/: ansi_map_stat.c, isup_stat.c:
-
-         #if 0 out test that causes an always false warning
-
-2004-01-11 22:17  guy
-
-       * Makefile.am, Makefile.nmake, tethereal.c, util.c, util.h,
-         version_info.c, version_info.h, gtk/main.c:
-
-         Rename DISSECTOR_HELPER_{SRC,OBJECTS} to
-         DISSECTOR_SUPPORT_{SRC,OBJECTS}.
-
-         Add some additional files, required by dissectors, to those
-         lists.
-
-         Extract the stuff to get version information strings for
-         libraries and the OS, which is *not* needed by dissectors, from
-         "util.c", which contains routines that *are* needed by
-         dissectors, and put it into a separate file.
-
-         Make "dftest" link only with the dissector support stuff, not
-         with all of the Ethereal common files.
-
-2004-01-12 08:55  guy
-
-       * Makefile.nmake:
-
-         Fix a source file name that got added to the list of object
-         files.
-
-2004-01-13 01:52  guy
-
-       * packet-ses.c:
-
-         From Yuriy Sidelnikov: remove an incorrect "&".
-
-2004-01-13 01:55  guy
-
-       * packet-ses.c:
-
-         From Yuriy Sidelnikov: fix a bug caused by incorrect by-hand
-         application of an earlier one of his patches.
-
-2004-01-13 02:10  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-pres.c,
-         packet-pres.h:
-
-         From Yuriy Sidelnikov: ISO 8823 Presentation Protocol support.
-
-2004-01-13 02:36  guy
-
-       * plugins/asn1/packet-asn1.c:
-
-         From Matthijs Melchior: allow an absent or empty file name to
-         mean "no type table".
-
-2004-01-13 03:27  guy
-
-       * AUTHORS, packet-radius.c, doc/ethereal.pod:
-
-         From Joost Yervante Damad:
-
-                 add 3 new vendors;
-
-                 add 3 non-encapsulated Merit vendor-specific attributes;
-
-                 display the authenticator in the protocol tree.
-
-2004-01-13 03:35  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: dissect media type application/ISUP as ISUP.
-
-2004-01-13 07:55  guy
-
-       * packet-text-media.c:
-
-         Get rid of CRs.
-
-         Note that we have to deal with the character set of the text.
-
-2004-01-13 08:25  guy
-
-       * gtk/tcp_graph.c:
-
-         Make the variable into which values from
-         "gtk_spin_button_get_value_as_float()" be doubles rather than
-         floats - GTK+ 2.x's "gtk_spin_button_get_value_as_float()"
-         actually returns doubles.
-
-2004-01-13 20:59  obiot
-
-       * packet-wap.c:
-
-         Fix the MIBenum mapping for HZ-GB-2312 (MIBenum = 2085).  Add "*"
-         value (MIBenum = 0).  Add the IANA character set registry URL in
-         a comment.
-
-2004-01-13 21:04  guy
-
-       * gtk/io_stat.c:
-
-         Add a routine "io_stat_reset()" to reset an io_stat_t; have
-         "gtk_iostat_reset()" call it, and have calls to
-         "gtk_iostat_reset(&io->graphs[0])" just call "io_stat_reset(io)".
-
-         Add a routine "io_stat_draw()" to draw an io_stat_t; have
-         "gtk_iostat_draw()" call it, and have calls to
-         "gtk_iostat_draw(&io->graphs[0])" just call "io_stat_draw(io)".
-
-         Add a routine "io_stat_redraw()" to set the "needs_redraw" flag
-         on an io_stat_t and call "io_stat_draw()" on it, in order to
-         force a redraw.  Use that in place of set flag/io_stat_draw
-         pairs.
-
-         Add a routine "enable_graph()" to set an io_stat_graph_t's
-         display flag to TRUE and register a tap listener for it, and add
-         a routine "disable_graph()" to, if an io_stat_graph_t's display
-         flag is set, clear it, remove its tap listener, and turn its
-         display button off.  Use "disable_graph()" to disable graphs,
-         rather than just turning the display flag off, so that we ensure
-         that the invariant "tap listener present iff graph enabled" is
-         preserved - the code to destroy an io-stat window only removes
-         tap listeners for enabled graphs, so it depends on that invariant
-         being preserved.
-
-         Check the validity of a display filter by compiling it, not by
-         going through the whole sequence of registering a tap listener.
-
-2004-01-13 21:10  guy
-
-       * gtk/io_stat.c:
-
-         "dfilter_compile()" supplies a null dfilter pointer for an empty
-         filter expression; don't assume it always supplies a non-null
-         pointer.
-
-2004-01-13 21:49  guy
-
-       * packet-atalk.c, packet-dsi.c:
-
-         You can't rely on "proto_tree_add_item()" returning a non-null
-         pointer, so you can't rely on getting the length of an
-         FT_UINT_STRING item by calling "proto_tree_add_item()" and
-         fetching the item length from the item.  Get the length of the
-         string explicitly, and advance the offset by the length of the
-         string plus the length of the length field.
-
-2004-01-13 22:33  guy
-
-       * file.c, file.h, gtk/io_stat.c:
-
-         Add a routine "retap_packet()" that runs through all packets,
-         dissecting them and running all taps on them, but not
-         reconstructing the packet list.  Use that in the IO-stat tap
-         rather than "redissect_packet()"; the latter does more work and
-         redraws the display, neither of which are necessary.
-
-         Call the filter callback when the Calc field is changed, to
-         redraw the graphs; that change also fixes things so that it's
-         called when the Filter field is changed.
-
-         Rename the "filter_button" member of an io_stat_graph_t to
-         "filter_field", as it's not the "Filter:" button, it's the text
-         field containing the filter expression.
-
-2004-01-13 22:49  guy
-
-       * gtk/: bootp_stat.c, dcerpc_stat.c, endpoint_talkers_table.c,
-         fc_stat.c, http_stat.c, ldap_stat.c, mgcp_stat.c, rpc_stat.c,
-         rtp_analysis.c, rtp_stream.c, smb_stat.c, wsp_stat.c:
-
-         Use "retap_packets()" rather than "redissect_packets()".
-
-2004-01-13 22:58  guy
-
-       * packet-isup.c:
-
-         From Anders Broman:
-
-                 handle the case where the address presentation restricted
-                 indicator in a location number parameter indicates the
-         address
-                 isn't available;
-
-                 register as "application/isup", not "application/ISUP",
-         as
-                 dissectors that use the media_type dissector table
-         convert the
-                 media type to lower case, under the assumption that
-         dissectors
-                 register all-lower-case media types, to make the match
-                 case-insensitive.
-
-2004-01-13 23:03  guy
-
-       * packet-isup.c:
-
-         In at least one capture, the User teleservices parameter length
-         is 2, not 3; change the value, and use the length of the
-         parameter tvbuff when constructing an item for that parameter.
-
-2004-01-13 23:11  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: dissect message compatibility information
-         parameter.
-
-2004-01-13 23:18  guy
-
-       * packet-sdp.c:
-
-         From Martin Mathieson: handle up to 4 RTP channels in an SDP
-         packet.
-
-2004-01-14 14:28  ulfl
-
-       * gtk/file_dlg.c:
-
-         destroy the "save as" dialog only, if it's existing
-
-2004-01-14 23:32  ulfl
-
-       * gtk/: prefs_dlg.c, stream_prefs.c:
-
-         Change labels from "TCP Streams" to "Colors", to add other color
-         values later Later, file has to be renamed to color_prefs.dlg
-         (function renaming similar)
-
-2004-01-15 01:13  ulfl
-
-       * gtk/: gui_prefs.c, stream_prefs.c:
-
-         move "marked packet color" setting from gui_prefs to Colors page.
-          remove the Color dialog from gui_prefs.c
-
-2004-01-15 02:23  guy
-
-       * packet-isup.c, packet-q931.c, packet-q931.h:
-
-         From Anders Broman: dissect access transport, user teleservice
-         info, user service infor prime, and echo control information
-         parameters.
-
-2004-01-15 02:29  guy
-
-       * packet-isup.c:
-
-         Put in a space where it belongs.
-
-2004-01-16 01:32  obiot
-
-       * packet-http.c, packet-multipart.c, AUTHORS, Makefile.am,
-         Makefile.nmake:
-
-         Add support for MIME multipart dissection.
-
-2004-01-16 01:49  obiot
-
-       * packet-multipart.c:
-
-         Fix a typo in protocol tree.
-
-2004-01-16 04:32  gerald
-
-       * packet-multipart.c:
-
-         GLib versions prior to 2.0 don't have g_ascii_strdown().  Use
-         g_strdown() instead.
-
-2004-01-16 04:37  gerald
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-olsr.c:
-
-         From Aaron Woo (via Jeff Weston): Optimized Link State Routing
-         Protocol (OLSR) support.
-
-2004-01-16 11:53  ulfl
-
-       * gtk/stream_prefs.c:
-
-         bugfix: use correct size of global value
-
-2004-01-16 14:08  gerald
-
-       * doc/ethereal.pod:
-
-         From Aaron Woo (via Jeff Weston): Optimized Link State Routing
-         Protocol (OLSR) support.
-
-2004-01-16 18:28  guy
-
-       * packet-q931.c:
-
-         From Tomas Kukosa: there are 3, not 4, bits of codeset in an IE.
-
-         That means that the codeset number cannot be bigger than the
-         number of elements in "q931_info_element_vals[]", so we can get
-         rid of the checks for the codeset value; we also make
-         NUM_INFO_ELEMENT_VALS equal to (Q931_IE_SHIFT_CODESET+1), to make
-         this clearer.
-
-2004-01-16 19:35  guy
-
-       * file.c:
-
-         Reset the tap listeners in "retap_packets()" before rerunning the
-         taps.
-
-2004-01-16 19:51  guy
-
-       * AUTHORS, packet-sdp.c, doc/ethereal.pod:
-
-         From Thomas Anders: fix a typo.
-
-         Update the list of contributors in the man page.
-
-2004-01-16 20:03  jmayer
-
-       * Makefile.am, make-version.pl, mergecap.c, tethereal.c,
-         gtk/main.c:
-
-         In case of CVS sources, add the date of the last change to the
-         version number.
-
-         2do: Add support to Makefile.nmake      Enforce the generation of
-         cvsversion.h on each run of make
-
-2004-01-16 21:25  ulfl
-
-       * gtk/column_prefs.c:
-
-         column preferences page now looks similar to the color dialog
-         layout, as it's doing the same thing
-
-2004-01-16 22:11  guy
-
-       * Makefile.am:
-
-         Add a Mac OS X icon file, for possible future use.
-
-2004-01-16 22:18  guy
-
-       * Makefile.am:
-
-         CVS isn't letting me check in the icons file, so back the
-         Makefile.am change out for now.
-
-2004-01-16 22:19  guy
-
-       * .cvsignore:
-
-         Add cvsversion.h to the list of files to be ignored by CVS, as
-         it's a generated file.
-
-2004-01-16 22:22  guy
-
-       * packet-multipart.c:
-
-         Constify some pointers to which pointers-to-const are assigned.
-
-2004-01-16 22:31  guy
-
-       * packet-olsr.c:
-
-         Passing a double as the value argument to "proto_tree_add_uint()"
-         or "proto_tree_add_uint_format()" truncates it to a guint32; that
-         might be what you'd want if it has no fractional part, but it's
-         probably not what you want if it has a fractional part.  Make the
-         validity time and hello emission interval values be FT_DOUBLE -
-         and make the variables storing them doubles so that we don't get
-         whinging from some compilers about stuffing doubles into floats.
-
-         Use hex, not decimal, for bitmasks.
-
-2004-01-17 00:26  ulfl
-
-       * gtk/: gui_prefs.c, gui_prefs.h, prefs_dlg.c:
-
-         new "Font" preferences page instead of a font dialog in "User
-         Interface"
-
-2004-01-17 00:26  jmayer
-
-       * Makefile.nmake:
-
-         Try to genereate cvsversion.h Note: I don't know anything about
-         the limitations of nmake, so I don't know whether the `find ...`
-         will work and I can't test it, as I don't have a Windows system
-         with anything even remotely resembling a compiler on it.
-
-2004-01-17 00:45  obiot
-
-       * packet-mmse.c:
-
-         PDUs with a content-type header may contain data that can be
-         handed off to subdissectors.  This means that we need to parse
-         the MMS headers for those PDUs.
-
-         Fix also indentation (8-space tabs, 4-space soft tabs).
-
-2004-01-17 03:09  guy
-
-       * gtk/gui_prefs.c:
-
-         Clean up some compiler warnings.
-
-         Clean up white space.
-
-         Have "font_fetch()" return a Boolean indicating whether it
-         succeeded or not.  If it failed, don't use "new_font_name", as it
-         hasn't been set.
-
-2004-01-17 11:05  ulfl
-
-       * README.win32:
-
-         precompiled wpdpack.zip file is now at the website
-
-2004-01-17 11:10  ulfl
-
-       * doc/README.capture:
-
-         First attempt to make a description of the capturing things
-
-2004-01-17 12:12  ulfl
-
-       * gtk/column_prefs.c:
-
-         Select first row in column list by default, fixed sensitivity of
-         option_menu
-
-2004-01-17 12:50  ulfl
-
-       * packet-cops.c, packet-diameter.c, packet-http.c, packet-ldp.c,
-         packet-rsync.c, packet-rtsp.c, packet-smtp.c, packet-snmp.c:
-
-         splitted some of the preferences texts into more than one line,
-         to reduce the size of the preferences dialog.  This becoming
-         necessary, as some of the texts were huge
-
-2004-01-17 13:09  jmayer
-
-       * Makefile.am, Makefile.nmake, make-version.pl:
-
-         Integrate the "find . -name Entries" into make-version.pl, to
-         make this work with nmake too.
-
-2004-01-17 18:52  ulfl
-
-       * Makefile.nmake:
-
-         cvsversion.h: added distclean target and dependencies
-
-2004-01-18 00:07  obiot
-
-       * AUTHORS, packet-smpp.c, doc/ethereal.pod:
-
-         From Chris Wilson:
-
-                 Support for dissection of concatenated SMPP PDUs.
-
-         Also:
-
-                 Add more information to the protocol tree summary.
-                 Clean up the white space so it's in-line with the
-         conventions
-                 of the original author (8-space tabs, 4-space
-         indentations).
-
-2004-01-18 00:33  ulfl
-
-       * gtk/: color_dlg.c, compat_macros.h:
-
-         complete redesign of color dialog
-
-2004-01-18 00:40  ulfl
-
-       * gtk/: filter_prefs.c, filter_prefs.h, main.c:
-
-         no more differences, wether display filter dialog is called from
-         menu "Analyze->Display Filter" or statusbar "Filter:" button.
-
-2004-01-18 00:53  ulfl
-
-       * gtk/column_prefs.c:
-
-         make the column preferences page look a bit more like the color
-         rules dialog
-
-2004-01-18 01:33  jmayer
-
-       * FAQ, help/faq.txt:
-
-         Update to Jan 16th
-
-2004-01-18 01:41  obiot
-
-       * make-version.pl, tethereal.c, mergecap.c, gtk/main.c:
-
-         Nice rendering of the CVS version as "(cvs 200401181200003000)".
-         The make-version.pl script only defines CVSVERSION if this was a
-         build from CVS.
-
-2004-01-18 02:12  jmayer
-
-       * mergecap.c, tethereal.c:
-
-         Output the result of -h to stdout, not stderr
-
-2004-01-18 02:19  jmayer
-
-       * gtk/main.c:
-
-         Output the result of -h to stdout, not stderr
-
-2004-01-18 02:29  guy
-
-       * image/Ethereal.icns:
-
-         Add a Mac OS X icon file, for possible future use.
-
-2004-01-18 02:47  guy
-
-       * Makefile.am:
-
-         Add a Mac OS X icon file, for possible future use.
-
-2004-01-18 03:48  guy
-
-       * doc/README.capture:
-
-         Give it an RCS ID.
-
-2004-01-18 03:49  guy
-
-       * Makefile.am:
-
-         Add README.capture to the list of files.
-
-2004-01-18 03:55  guy
-
-       * Makefile.nmake:
-
-         Put the list of generated source files (well, generated header
-         files, really) into a BUILD_SOURCES macro, as is done in
-         Makefile.am, and use that in the "distclean" rule.
-
-2004-01-18 04:13  guy
-
-       * capture.c, tethereal.c:
-
-         Update the Win32 information given when we fail to open a capture
-         device to note that the 3.0 and later versions of WinPcap don't
-         support PPP/WAN captures even on Windows OT.
-
-2004-01-18 04:26  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: fix some string output (and split some
-         lines).
-
-2004-01-18 05:17  jmayer
-
-       * make-version.pl:
-
-         Add a few comments
-
-2004-01-18 06:38  sharpe
-
-       * packet-dcerpc-wkssvc.c:
-
-         Fix a type that Jean-Baptiste Marchand found.
-
-2004-01-18 08:32  guy
-
-       * packet-fr.c, packet-lapb.c, packet-lapd.c, packet-llc.c,
-         packet-sdlc.c, packet-v120.c, xdlc.c, xdlc.h,
-         plugins/irda/packet-irda.c:
-
-         Add arguments to "dissect_xdlc_control()" to specify value_string
-         tables, for use in the top-level item for the control field, for
-         unnumbered frame function codes for commands and responses.  If
-         the argument is null, default to the standard tables.
-
-         Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for
-         IrDA.
-
-         Use the reported length rather than the data length in the IrDA
-         dissector when iterating over the data in an IrDA packet.
-
-         Make "dissect_xid()" update the column information as well as the
-         protocol tree.  Put the slot number into the protocol tree only
-         for command frames - "the slot number field is undefined in
-         discovery XID response frames", to quote the IrLAP spec.
-
-2004-01-18 11:10  guy
-
-       * packet-olsr.c:
-
-         Use a value_string for the message type field.
-
-         Do some checks for validity before dissecting the packet - reject
-         as not being OLSR packets that don't match.
-
-         Use "proto_tree_add_item()" in some places where the value of the
-         field isn't used.
-
-         Do some sanity checking on the message size field.
-
-2004-01-18 12:57  guy
-
-       * plugins/plugin_api_list.c:
-
-         Add arguments to "dissect_xdlc_control()" to specify value_string
-         tables, for use in the top-level item for the control field, for
-         unnumbered frame function codes for commands and responses.  If
-         the argument is null, default to the standard tables.
-
-         Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for
-         IrDA.
-
-         Use the reported length rather than the data length in the IrDA
-         dissector when iterating over the data in an IrDA packet.
-
-         Make "dissect_xid()" update the column information as well as the
-         protocol tree.  Put the slot number into the protocol tree only
-         for command frames - "the slot number field is undefined in
-         discovery XID response frames", to quote the IrLAP spec.
-
-2004-01-18 13:02  guy
-
-       * plugins/Xplugin_table.h:
-
-         Add arguments to "dissect_xdlc_control()" to specify value_string
-         tables, for use in the top-level item for the control field, for
-         unnumbered frame function codes for commands and responses.  If
-         the argument is null, default to the standard tables.
-
-         Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for
-         IrDA.
-
-         Use the reported length rather than the data length in the IrDA
-         dissector when iterating over the data in an IrDA packet.
-
-         Make "dissect_xid()" update the column information as well as the
-         protocol tree.  Put the slot number into the protocol tree only
-         for command frames - "the slot number field is undefined in
-         discovery XID response frames", to quote the IrLAP spec.
-
-2004-01-18 14:03  guy
-
-       * plugins/irda/packet-irda.c:
-
-         Give the IrDA dissector its own private value_string table for
-         the frame type in the IrLAP control field - on most UNIXes the
-         dissector should be able to use the table from the main program,
-         but that doesn't currently work on Windows.
-
-2004-01-18 14:08  jmayer
-
-       * plugins/asn1/Makefile.am:
-
-         Remove unused rule to build packet-asn1-static.o
-
-2004-01-18 15:34  jmayer
-
-       * epan/dfilter/drange.h:
-
-         Warning fix when compiling with -strict-prototypes
-         ../../epan/dfilter/drange.h:62: warning: function declaration
-         isn't a prototype ../../epan/dfilter/drange.h:83: warning:
-         function declaration isn't a prototype
-
-2004-01-18 15:53  jmayer
-
-       * tools/lemon/lemon.c:
-
-         Fix some of the warnings when compiling with -Wstrict-prototypes
-
-2004-01-18 15:57  jmayer
-
-       * plugins/asn1/packet-asn1.c:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:08  jmayer
-
-       * gtk/rtp_stream.c, gtk/rtp_stream.h, xmlstub.h:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:15  jmayer
-
-       * packet-icmpv6.c:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:18  jmayer
-
-       * packet-x11.c, xmlstub.c, conditions.c, editcap.c, mergecap.c:
-
-         Fix warnings found by -Wstrict-prototypes
-
-2004-01-18 16:24  jmayer
-
-       * configure.in:
-
-         Add -Wstrict-prototypes to extra-gcc-checks
-
-2004-01-18 16:48  gerald
-
-       * packet-olsr.c:
-
-         Note that Jeff Weston is now the maintainer.
-
-2004-01-18 23:21  obiot
-
-       * packet-sip.c:
-
-         From Anders Broman:
-
-                 Convert content type to lowercase, and save
-         pinfo->prvate_data before
-                 handing off to a subdissector.
-
-2004-01-19 00:42  ulfl
-
-       * prefs.c, prefs.h, gtk/Makefile.am, gtk/main.c, gtk/main.h,
-         gtk/Makefile.nmake, gtk/menu.c, gtk/menu.h, gtk/packet_list.c,
-         gtk/packet_list.h, gtk/packet_win.c, gtk/proto_draw.c,
-         gtk/proto_draw.h, gtk/recent.c, gtk/recent.h, gtk/toolbar.c,
-         gtk/toolbar.h:
-
-         added some menuitems "View->Show" including show/hide of all main
-         widgets, saving the states in the recent file
-
-2004-01-19 01:00  guy
-
-       * gtk/recent.c:
-
-         Include <string.h> to declare "strcasecmp()".
-
-2004-01-19 02:23  guy
-
-       * wiretap/netxray.c:
-
-         It appears that, for ISDN captures, the rules for whether there's
-         4 bytes of extra stuff at the end of the packet or not are the
-         same as for Ethernet and 802.11.
-
-2004-01-19 03:46  ulfl
-
-       * column.c, dftest.c, tethereal.c, epan/column-utils.c,
-         epan/timestamp.h, gtk/display_opts.c, gtk/main.c, gtk/menu.c,
-         gtk/packet_list.c, gtk/recent.c, gtk/recent.h:
-
-         move timestamp format options from "View->Options" dialog into
-         menuitems under "View->Time Display Format".  renamed timestamp
-         enum items e.g. from ABSOLUTE to TS_ABSOLUTE, to prevent
-         conflicting definitions with MSVC
-
-2004-01-19 10:54  sahlberg
-
-       * packet-ldap.c:
-
-         Update to CLDAP
-
-         dissect the CLDAP netlogon rpc call
-
-2004-01-19 18:21  jmayer
-
-       * tethereal.c, gtk/main.c:
-
-         The current year is 2004
-
-2004-01-19 18:23  jmayer
-
-       * tap-dcerpcstat.c, gtk/dcerpc_stat.c:
-
-         Trivial signed/unsigned warning fixes
-
-2004-01-19 18:28  jmayer
-
-       * packet-diameter.c:
-
-         Trivial warning fixes: func(void), not func()
-
-2004-01-19 18:36  jmayer
-
-       * packet-afs-macros.h, packet-afs.c:
-
-         Trivial signed/unsigned warning fixes
-
-2004-01-19 20:10  jmayer
-
-       * packet-dcerpc-atsvc.c, packet-dcerpc-browser.c,
-         packet-dcerpc-conv.c, packet-dcerpc-epm.c, packet-dcerpc-epm4.c,
-         packet-dcerpc-initshutdown.c, packet-dcerpc-krb5rpc.c,
-         packet-dcerpc-lsa-ds.c, packet-dcerpc-lsa.c, packet-dcerpc-lsa.h,
-         packet-dcerpc-mapi.c, packet-dcerpc-messenger.c,
-         packet-dcerpc-ndr.c, packet-dcerpc-netlogon.c,
-         packet-dcerpc-nt.c, packet-dcerpc-nt.h, packet-dcerpc-oxid.c,
-         packet-dcerpc-reg.c, packet-dcerpc-rpriv.c,
-         packet-dcerpc-rs_acct.c, packet-dcerpc-rs_misc.c,
-         packet-dcerpc-rs_pgo.c, packet-dcerpc-samr.c,
-         packet-dcerpc-spoolss.c, packet-dcerpc-srvsvc.c,
-         packet-dcerpc-svcctl.c, packet-dcerpc-tapi.c,
-         packet-dcerpc-wkssvc.c, packet-dcerpc.c, packet-dcerpc.h,
-         packet-gssapi.c, packet-ntlmssp.c, packet-smb-browse.c,
-         packet-smb-browse.h, packet-smb-common.h, packet-smb.c:
-
-         char *drep -> guint8 *drep
-
-2004-01-19 21:00  guy
-
-       * Makefile.nmake:
-
-         We need "cvsversion.h" in order to build stuff in the "gtk"
-         directory.
-
-2004-01-19 22:26  guy
-
-       * Makefile.am:
-
-         Put $(srcdir) in front of "make-version.pl", as is done for other
-         scripts.
-
-2004-01-19 22:58  guy
-
-       * packet-ldap.c:
-
-         Before checking for SASL security stuff, make sure the bytes
-         you're going to check exist.
-
-         Doing so arranges that "tvb_reported_length_remaining(tvb,
-         offset) is >= 5 (unless the reported length is less than the data
-         length, but that "shouldn't happen").  Instead of comparing
-         "tvb_get_ntohl(tvb, offset) - 4" against
-         "tvb_reported_length_remaining(tvb, offset)", which runs the risk
-         of giving a bogus answer if "tvb_get_ntohl(tvb, offset)" is < 4,
-         compare "tvb_get_ntohl(tvb, offset) against
-         "tvb_reported_length_remaining(tvb, offset)-4", as the latter is
-         guaranteed to be > 0 (and cast the latter expression to get rid
-         of the signed/unsigned comparison warning that caused me to
-         notice this issue in the first place).
-
-2004-01-19 23:00  guy
-
-       * gtk/dcerpc_stat.c:
-
-         Make the signatures of "dcerpcstat_reset()",
-         "dcerpcstat_packet()", and "dcerpcstat_draw()" match what
-         "register_tap_listener()" expects, to squelch warnings.
-
-2004-01-19 23:03  guy
-
-       * epan/timestamp.h, gtk/main.c, gtk/menu.c, gtk/recent.c:
-
-         Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c",
-         as it's only used in the latter; that avoids lots of warnings
-         about "ts_type_text" being defined but not used in other source
-         files that include "epan/timestamp.h".  (If it's going to be used
-         in more than one file, make it non-static and declare it "extern"
-         in "epan/timestamp.h".)
-
-         Define TS_NOT_SET as ((ts_type)-1), and use that when
-         initializing "timestamp_type" in Ethereal and when checking to
-         see whether "timestamp_type" was set, to avoid signed vs.
-         unsigned comparison warnings.
-
-         Clean up indentation.
-
-2004-01-19 23:08  obiot
-
-       * packet-sip.c:
-
-         Fix a double free bug introduced by the previous patch.
-
-2004-01-19 23:35  obiot
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Ruoff: temporarily comment out the code for the
-         "refresh" button; register and unregister the tap listener in a
-         thread-safe manner.
-
-2004-01-19 23:43  guy
-
-       * tap-dcerpcstat.c, gtk/dcerpc_stat.c:
-
-         DCE RPC statistics are maintained only by major version, not by
-         major and minor version.
-
-2004-01-19 23:48  guy
-
-       * packet-sip.c:
-
-         Free "media_type_str" once we've made the lower-cased copy - and
-         refer only to the lower-cased copy in subsequent code.
-
-2004-01-19 23:57  guy
-
-       * packet-http.c:
-
-         From Yaniv Kaul: add Shoutcast's ICY as a response(?).
-
-2004-01-20 00:11  guy
-
-       * packet-dns.c:
-
-         From David Fort: use the checksum algorithm when computing the
-         key ID for all algorithms other than RSAMD5.
-
-         Make "compute_key_id()" return a "guint16", as the key IDs are
-         16-bit and as it can no longer return -1 meaning "I don't know
-         how to compute the key ID for that algorithm".
-
-2004-01-20 02:21  ulfl
-
-       * gtk/: capture_dlg.c, compat_macros.h, file_dlg.c, find_dlg.c,
-         toolbar.c, toolbar.h:
-
-         code cleanup and added some more application specific stock items
-         in toolbar.c, use them where appropriate
-
-2004-01-20 02:26  ulfl
-
-       * gtk/main.c:
-
-         minor tooltip changes
-
-2004-01-20 02:35  guy
-
-       * gtk/compat_macros.h:
-
-         Put in missing GTK_STOCK_STOP #define for GTK+ 1.2[.x].
-
-2004-01-20 02:36  guy
-
-       * gtk/toolbar.c:
-
-         Get rid of declaration of no-longer-extant routine.
-
-2004-01-20 17:58  obiot
-
-       * packet-smpp.c:
-
-         From Chris Wilson:
-
-                 Use tcp_dissect_pdus() for SMPP dissection over TCP.
-
-         Also:
-
-                 Get rid of the (broken) loop in dissect_smpp() which is
-         called
-                 dissect_smpp_pdu() now.
-                 Add a preference to enable reassembly of SMPP over TCP.
-
-         NOTE:
-
-                 The SMPP dissector currently uses a global variable
-         static to
-                 packet-smpp.c for distinguishing between the first PDU
-         and subsequent
-                 PDUs so the summary line can be set correctly.
-
-2004-01-20 18:30  obiot
-
-       * packet-isup.c:
-
-         From Anders Broman:
-
-                 Append "/ISUP(ITU)" to the protocol column.
-
-2004-01-20 18:47  ulfl
-
-       * capture.c, file.c, file.h, prefs.c, prefs.h, gtk/compat_macros.h,
-         gtk/gui_prefs.c, gtk/main.c, gtk/main.h, gtk/menu.c,
-         gtk/recent.c, gtk/recent.h, gtk/toolbar.c:
-
-         a.) saving GTK1 and GTK2 fontnames in different preference
-         setting, to prevent problems when switching between GTK1 and GTK2
-         ethereal versions b.) added new feature "Edit->Go To First
-         Packet" "Edit->Go To Last Packet" with corresponding menu and
-         toolbar items c.) added new feature "View->Zoom In" / "View->Zoom
-         Out" / View->Normal Size" with corresponding menu and toolbar
-         items This feature will act as a "size offset" to the current
-         fontsize, so that the packet list/tree view/... will have a
-         larger/smaller font size.  The value is stored inside the recent
-         file.  d.) Win32 only: Try to get the win32 system font and
-         fontsize at program startup and show the menus/dialogs and such
-         with the same font and fontsize like other win32 windows.  This
-         makes the program make a *lot* more feel like a normal win32
-         program.
-
-2004-01-20 19:24  jmayer
-
-       * packet-kerberos.c:
-
-         signed/unsigned warning fixes
-
-2004-01-20 19:31  ulfl
-
-       * gtk/rtp_analysis.c:
-
-         commented out refresh_bt, as it's currently unused
-
-2004-01-20 19:33  ulfl
-
-       * gtk/gui_prefs.c:
-
-         prevented GTK-warning, as the column index was too high
-
-2004-01-20 20:06  ulfl
-
-       * image/toolbar/: stock_bottom_24.xpm, stock_left_arrow_24.xpm,
-         stock_top_24.xpm, stock_zoom_1_24.xpm, stock_zoom_in_24.xpm,
-         stock_zoom_out_24.xpm:
-
-         missing icons for recent GUI additions
-
-2004-01-20 20:27  guy
-
-       * xdlc.c:
-
-         From Jan Kiszka: compress the summary line display.
-
-2004-01-20 20:32  guy
-
-       * packet-kerberos.c:
-
-         The offset argument to a "get_pdu_len" function is an "int", not
-         a "guint".
-
-2004-01-20 21:20  guy
-
-       * gtk/menu.c:
-
-         "Go To {First,Last} Packet" don't pop up dialog boxes, they Just
-         Do It - don't give their menu items a "...", as that's for menu
-         items that pop up dialog boxes to ask you for more information.
-
-         Give them menu accelerators that don't clash with other
-         accelerators.
-
-2004-01-21 01:10  guy
-
-       * packet-kerberos.c:
-
-         Fix a check.
-
-2004-01-21 03:02  ulfl
-
-       * gtk/main.c:
-
-         don't try to set font size <= 0
-
-2004-01-21 03:54  ulfl
-
-       * gtk/ansi_a_stat.c, gtk/ansi_map_stat.c, gtk/bootp_stat.c,
-         gtk/capture_dlg.c, gtk/capture_info_dlg.c, gtk/capture_prefs.c,
-         gtk/color_dlg.c, gtk/compat_macros.h, gtk/dcerpc_stat.c,
-         gtk/fc_stat.c, gtk/filter_prefs.c, gtk/gsm_a_stat.c,
-         gtk/http_stat.c, gtk/io_stat.c, gtk/isup_stat.c, gtk/ldap_stat.c,
-         gtk/print_dlg.c, gtk/print_prefs.c, gtk/proto_draw.c,
-         gtk/rpc_stat.c, gtk/rtp_analysis.c, gtk/rtp_stream_dlg.c,
-         gtk/smb_stat.c, gtk/summary_dlg.c, gtk/tap_dfilter_dlg.c,
-         gtk/tcp_graph.c, gtk/toolbar.c, gtk/wsp_stat.c,
-         image/toolbar/stock_add_24.xpm, image/toolbar/stock_ok_20.xpm,
-         image/toolbar/stock_properties_24.xpm:
-
-         use stock buttons whereever possible, added some ethereal
-         specific stock icons
-
-2004-01-21 05:35  ulfl
-
-       * gtk/filter_prefs.c:
-
-         redesign of capture/display filter dialog.  didn't change the
-         behaviour of the edit buttons, although they should be changed
-
-2004-01-21 06:41  ulfl
-
-       * gtk/menu.c:
-
-         moved remaining display options dialog settings to menuitems, to
-         get rid of the options dialog completely still need to think, how
-         the whole thing should work with these settings
-
-2004-01-21 08:39  guy
-
-       * packet-ipv6.c:
-
-         From Taisuke Sasaki: convert the ident field in the fragment
-         header to host byte order.
-
-2004-01-21 09:00  guy
-
-       * gtk/main.c:
-
-         Squelch some compiler warnings.
-
-         "font_point_size_l" is a "long", so use "strtol()" to set it
-         (note that even "strtoul()", for some not-entirely-obvious
-         reason, accepts numbers starting with a "-" as input - ANSI C
-         requires it!).
-
-2004-01-21 09:02  guy
-
-       * gtk/toolbar.c:
-
-         Don't include some xpm's when built with GTK+ 1.2[.x] - the icons
-         they define aren't used with 1.2[.x].
-
-2004-01-21 12:19  oabad
-
-       * gtk/: gui_prefs.c, prefs_dlg.c:
-
-         gtk_font_selection_set_font_name doesn't work when run before
-         appending the font selection widget to the notebook (at least in
-         GTK2).
-
-2004-01-21 19:21  ulfl
-
-       * gtk/: Makefile.am, Makefile.nmake, menu.c:
-
-         display_opts.c / .h no longer needed, all items moved to
-         menuitems
-
-2004-01-21 21:19  ulfl
-
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         capture_dlg.c, capture_info_dlg.c, capture_prefs.c, color_dlg.c,
-         dcerpc_stat.c, decode_as_dlg.c, dfilter_expr_dlg.c,
-         display_opts.c, dlg_utils.c, dlg_utils.h, fc_stat.c,
-         filter_prefs.c, find_dlg.c, goto_dlg.c, gsm_a_stat.c, help_dlg.c,
-         http_stat.c, isup_stat.c, ldap_stat.c, main.c, plugins_dlg.c,
-         prefs_dlg.c, print_dlg.c, proto_dlg.c, proto_draw.c,
-         proto_hier_stats_dlg.c, rpc_stat.c, simple_dialog.c, smb_stat.c,
-         summary_dlg.c, supported_protos_dlg.c, tap_dfilter_dlg.c,
-         tcp_graph.c, wsp_stat.c:
-
-         implemented dlg_button_row_new to get a standard function for
-         layouting the dialog buttons, and use it where appropriate.  This
-         will help us with the GTK1/2 conflict on button layouts and will
-         also result in a more consistent look of the dialogs at all.
-
-2004-01-21 21:46  jmayer
-
-       * Makefile.am, Makefile.common, Makefile.nmake,
-         doc/README.developer, doc/ethereal-tut.mgp:
-
-         Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am
-         and Makefile.nmake into a shared file named Makefile.common
-
-2004-01-21 21:56  ulfl
-
-       * gtk/: display_opts.c, display_opts.h:
-
-         this dialog isn't used any longer.  All setting moved to direct
-         menuitems under View
-
-2004-01-21 22:00  ulfl
-
-       * file.c, progress_dlg.h, proto_hier_stats.c, gtk/progress_dlg.c,
-         gtk/rtp_analysis.c:
-
-         The progressbar had a parameter to specify the text of the
-         Cancel/Stop button.  As this will always be a Cancel of a running
-         operation, this parameter was removed.  This makes us also able
-         to use a stock button for this.
-
-2004-01-22 07:14  obiot
-
-       * Makefile.common:
-
-         Add RCS ID with "$Id: ChangeLog,v 1.34 2004/02/19 02:26:48 gerald Exp $" (colon was missing).
-
-2004-01-22 18:08  ulfl
-
-       * gtk/: Makefile.am, Makefile.common, Makefile.nmake:
-
-         added new Makefile.common just like in root, including sources
-         common in Makefile.am and Makefile.nmake
-
-2004-01-22 18:13  ulfl
-
-       * capture.c, ui_util.h, gtk/menu.c, gtk/toolbar.c, gtk/ui_util.c:
-
-         moved GTK specific parts from capture.c to ui_util.c, implemented
-         Win32 "Capture Stop" when using "update list of packets in
-         realtime" while capturing
-
-2004-01-22 19:25  ulfl
-
-       * capture.c:
-
-         bugfix: wrong parameter name
-
-2004-01-22 19:27  ulfl
-
-       * epan/: Makefile.nmake, dfilter/Makefile.nmake,
-         ftypes/Makefile.nmake:
-
-         epan don't need GTK_CFLAGS as GTK isn't used, GLIB_CFLAGS are
-         just enough
-
-2004-01-22 20:31  guy
-
-       * gtk/: Makefile.am, Makefile.common:
-
-         Move the list of headers to "Makefile.am" (it's not used by
-         "Makefile.nmake"), and rename it to "noinst_HEADERS", as that's
-         what automake requires.
-
-2004-01-22 20:33  guy
-
-       * gtk/dlg_utils.c:
-
-         Fix a typo.
-
-2004-01-22 20:43  guy
-
-       * packet-msproxy.c, packet-socks.c, packet-udp.c, packet-udp.h:
-
-         Use the length field in the UDP header:
-
-                 if it's < 8, don't dissect anything past the length field
-         (the
-                 length must be >= 8);
-
-                 otherwise, if it's less than the data or reported length
-         from
-                 the tvbuff, use the length from the header;
-
-                 otherwise, don't checksum the packet (if it's greater
-         than the
-                 reported length, and the packet isn't fragmented, we
-         should
-                 somehow report that as an error).
-
-2004-01-22 20:45  guy
-
-       * capture.c:
-
-         Use "fork_child" rather than "child_process" - on Win32,
-         "child_process" tracks "fork_child", and, on UNIX,
-         "child_process" doesn't exist.
-
-2004-01-22 20:47  guy
-
-       * gtk/ui_util.c:
-
-         We can't save "child_process" as a HANDLE on UNIX - save it as an
-         "int", and cast it in the "GetExitCodeProcess()" call (rather
-         than converting it when assigning it).
-
-2004-01-22 21:32  guy
-
-       * gtk/Makefile.common:
-
-         Fix the RCS ID.
-
-2004-01-22 23:09  jmayer
-
-       * gtk/Makefile.common:
-
-         Slight formatting change Reorder lists alphabetically
-
-2004-01-22 23:47  obiot
-
-       * packet-multipart.c:
-
-         From Yaniv Kaul: register multipart/form-data.
-
-2004-01-23 00:29  guy
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Roland:
-
-                 - "Refresh" button is back again.  Everything should work
-         fine now
-                   with multiple windows on the same streams.
-                 - made packet list sortable by column.
-                 - show a warning when user chooses "RTP Streams/Analyze"
-                   without having a RTP packet selected instead of
-         displaying the
-                   streams box.
-                 - minor GUI updates, renamed button "Next" to "Next
-         non-Ok" for
-                   more clarity.
-
-2004-01-23 00:35  guy
-
-       * AUTHORS, doc/ethereal.pod, plugins/plugin_api_list.c,
-         plugins/Xass-list, plugins/Xplugin_api.c, plugins/Xplugin_api.h,
-         plugins/Xplugin_api_decls.h, plugins/Xplugin_table.h:
-
-         From Pierre Juhen: add "find_protocol_by_id()" to the list of
-         functions exported to plugins.
-
-         Fix some author list glitches.
-
-2004-01-23 00:40  jmayer
-
-       * packet-snmp.c:
-
-         signed/unsigned warning fixes
-
-2004-01-23 00:43  jmayer
-
-       * rdps.c:
-
-         trivial signed/unsigned warning fixes
-
-2004-01-23 00:43  ulfl
-
-       * gtk/menu.c:
-
-         make some of the new menuitems insensitive, if no capture
-         file/data is available
-
-2004-01-23 00:51  guy
-
-       * packet-dns.c:
-
-         From David Fort: add support for RFC2535bis records.
-
-2004-01-23 01:10  ulfl
-
-       * gtk/gui_prefs.c:
-
-         code cleanup
-
-2004-01-23 01:12  ulfl
-
-       * gtk/prefs_dlg.c:
-
-         gtk_font_selection_set_filter doesn't work when run before
-         appending the font selection widget to the notebook.
-
-2004-01-23 01:42  jmayer
-
-       * follow.c, follow.h:
-
-         Move struct tcp_frag from follow.h to follow.c as it wasn't used
-         anywere else.  Fix a trivial signed/unsigned warning in follow.c
-         by changing tcp_frag.data from guchar* to gchar*
-
-2004-01-23 01:51  jmayer
-
-       * packet-tcap.c:
-
-         trivial signed/unsigned warning fixes
-
-2004-01-23 02:09  guy
-
-       * gtk/prefs_dlg.c:
-
-         Improve some comments.
-
-2004-01-23 02:38  gerald
-
-       * README.win32, config.nmake:
-
-         Update to GLib 2.2.3-20040116 and gettext 0.13.1.
-
-2004-01-23 09:24  jmayer
-
-       * manuf:
-
-         Update manuf
-
-2004-01-23 09:40  jmayer
-
-       * packet-rsvp.c, packet-wsp.c, epan/tvbuff.c, epan/tvbuff.h:
-
-         Change return type of tvb_format_text from guint8* to gchar*.
-         Remove now unnecessary casts in two files.
-
-2004-01-23 09:47  jmayer
-
-       * plugins/megaco/packet-megaco.c:
-
-         Change msg from guint8* to gchar* (because of tvb_format_text
-         change)
-
-2004-01-23 09:50  guy
-
-       * packet-kerberos.c:
-
-         "%.*" requires an "int" argument for the length.
-
-2004-01-23 09:53  guy
-
-       * packet-pres.c:
-
-         From Yuriy Sidelnikov: call ACSE dissector for any presentation
-         context.
-
-2004-01-23 10:15  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, packet-acse.c,
-         packet-acse.h:
-
-         From Yuriy Sidelnikov: call ACSE dissector for any presentation
-         context.
-
-2004-01-23 10:25  guy
-
-       * packet-snmp.c:
-
-         "sprint_realloc_value()" takes a "u_char **" as an argument -
-         pass it one.
-
-2004-01-23 16:07  ulfl
-
-       * gtk/main.c:
-
-         fix assert, when failed loading zoomed font, prepare possibility
-         to put filter toolbar just below the main toolbar
-
-2004-01-23 16:08  ulfl
-
-       * gtk/toolbar.c:
-
-         added a comment
-
-2004-01-23 16:10  ulfl
-
-       * gtk/menu.c:
-
-         fixed various things in "View" menu
-
-2004-01-23 18:18  ulfl
-
-       * packet-acse.c:
-
-         removed line breaks to be able to compile again
-
-2004-01-23 19:16  guy
-
-       * packet-dns.c:
-
-         From David Fort: NSEC RRs aren't the same as NXT RRs - dissect
-         them differently.
-
-         Remove a redundant "break" statement.
-
-2004-01-23 19:19  guy
-
-       * packet-bgp.c:
-
-         From Akira Endoh: support for labeled IPv6 unicast in the MP-BGP
-         dissector.
-
-2004-01-23 19:53  guy
-
-       * gtk/main.c:
-
-         Clean up indentation.
-
-         Make "font_zoom()" static - it's not used outside gtk/main.c.
-
-         Use "g_strdup()" rather than "strdup()", as we use "g_free()" to
-         free the result.
-
-         Put in a little more information when "font_zoom()" fails due to
-         the font name not being an XLFD font name, and don't continue if
-         it fails.
-
-         Don't continue if the attempt to load the fonts fails, either.
-
-2004-01-23 20:11  guy
-
-       * gtk/main.c:
-
-         If the zoom factor is zero, don't construct a new font name - the
-         supplied font name is correct.  That lets us handle fonts whose
-         size we can't change because this is GTK+ 1.2[.x] and the name
-         isn't an XLFD name so we don't know where the size is.
-
-         In "font_zoom()", remove some code from the GTK+ 1.2[.x] vs. GTK+
-         2.x #ifdefs.
-
-         Fix the comment for "font_zoom()".
-
-         Get rid of a no-longer-used "simple_dialog()" argument.
-
-2004-01-23 20:13  guy
-
-       * gtk/gui_prefs.c:
-
-         If we call "font_apply()", we don't need to call
-         "redraw_hex_dump_all()".
-
-2004-01-23 20:34  guy
-
-       * gtk/main.c:
-
-         Include the AddStyleName information in the zoomed font name.
-
-2004-01-23 21:22  guy
-
-       * gtk/main.c:
-
-         Do the font loading code as two larger sections of code, one for
-         GTK+ 1.2[.x] and one for GTK+ 2.x, rather than as one section
-         peppered with #ifdefs.
-
-2004-01-24 01:02  guy
-
-       * gtk/: gui_prefs.c, main.c, main.h, recent.c:
-
-         Have "font_apply()" return an indication as to whether it
-         succeeded or failed and, if it failed, how it failed.  Have it
-         leave up to its caller the job of reporting that it couldn't load
-         the requested font; have its callers do that, and have them set
-         the zoom level on failure so that we have a zoom level that is at
-         least more likely to work.  Make the alert boxes for
-         "font_apply()" failures be error boxes, not warning boxes.
-
-2004-01-24 01:15  guy
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Ruoff (who also contributed the previous change; my
-         apologies to both Larses):
-
-                 - Comfort noise (CN) packets and packets following them
-                   immediately are excluded from maximum delay calculation
-         (as
-                   well as marked packets are)
-                 - Payload changes between CN and regular packets are
-         ignored.
-                 - Added a "Marker missing?" status warning for packets
-         following
-                   CN that don't have the marker bit set (cf. RFC1890 4.1)
-                 - Changed status "Ok" to "[ Ok ]", so that when sorting
-         by status
-                   column, all non-Oks are grouped together.
-                 - Minor GUI updates: reduced size of box, borders,
-         spacing,
-                   changed highlight colors.
-
-2004-01-24 01:30  jmayer
-
-       * packet-acse.h:
-
-         Remove extra , at end of enum, change C++ style comment
-
-2004-01-24 01:44  guy
-
-       * capture.c, file.c, file.h, tethereal.c, epan/filesystem.c,
-         epan/filesystem.h:
-
-         Add a new "file_open_error_message()" routine in
-         "epan/filesystem.c", to translate UNIX errno values to a somewhat
-         friendly message format string.
-
-         Rename "file_open_error_message()" in "file.c" to
-         "cf_open_error_message()", make "cf_open_error_message()" use the
-         new "file_open_error_message()" for UNIX errno values, have
-         "do_capture()" in "capture.c" use "file_open_error_message()" to
-         report errors from "open()", and make "cf_open_error_message()"
-         static as nothing outside "file.c" uses it.
-
-         Do similar stuff in "tethereal.c".
-
-2004-01-24 01:53  jmayer
-
-       * packet-acse.c:
-
-         Trivial warning fixes
-
-2004-01-24 02:01  guy
-
-       * file.c, file.h, epan/filesystem.c, epan/filesystem.h,
-         gtk/follow_dlg.c:
-
-         As with "cf_open_error_message()"/"file_open_error_message()", so
-         with "cf_write_error_message()"/"file_write_error_message()".
-
-         Use "file_open_error_message()" instead of
-         "cf_open_error_message()" in some places we missed in the
-         previous checkin.
-
-         Catch ENOSPC and EDQUOT in "file_open_error_message()".
-
-         Use "file_open_error_message()" rather than
-         "file_write_error_message()" to report errors when creating the
-         file to which we're saving the "Follow TCP Stream" data.
-
-2004-01-24 02:07  jmayer
-
-       * plugins/gryphon/packet-gryphon.c:
-
-         Trivial signed/unsigned warning fixes
-
-2004-01-24 10:53  guy
-
-       * file.c, print.c, print.h, ps.h, rdps.c, gtk/follow_dlg.c:
-
-         As with "file_write_error_message()", so with
-         "file_close_error_message()" - but just use
-         "file_write_error_message()" for UNIX-style errors, under the
-         assumption that a close will only fail because a buffer-flushing
-         write fails or because "close()" itself fails when, for example,
-         pushing unsynced NFS client-side writes out over the wire.
-
-         Make several routines in "print.c" return success/failure
-         indications.
-
-         Check for write errors when printing "Follow TCP Stream" stuff or
-         saving it to a file.
-
-2004-01-24 16:48  jmayer
-
-       * wiretap/: configure.in, cosine.c, dbs-etherwatch.c, iptrace.c,
-         libpcap.c, radcom.c, vms.c:
-
-         Fix all fixable warnings
-
-         Move addional warnings from extra-gcc-checks to normal
-         compilation flags
-
-2004-01-24 20:01  ulfl
-
-       * Makefile.nmake, config.nmake, plugins/asn1/Makefile.nmake:
-
-         Added the ability to compile both GTK versions 1 and 2 at the
-         same time.
-
-2004-01-25 00:58  guy
-
-       * cfile.h, file.c, file.h, print.c, print.h, ps.h, rdps.c,
-         tethereal.c, gtk/follow_dlg.c, gtk/print_dlg.c:
-
-         There's no need to keep a "FILE *" for the file being printed to
-         in a "capture_file" structure.  Keep it locally, instead.
-
-         Check for errors when printing packets.
-
-         Report failure to open a print destination and failure to write
-         to a print destination differently.
-
-         Don't have the "print preamble" and "print final" routines return
-         success/failure indications - revert to the old scheme where they
-         didn't, and have the callers use "ferror()" to check for errors.
-
-         Report write errors when printing dissections in Tethereal.
-
-         Report print errors as errors, not warnings.
-
-2004-01-25 01:19  guy
-
-       * tethereal.c:
-
-         Add another check for output errors when printing.
-
-2004-01-25 01:53  guy
-
-       * gtk/follow_dlg.c:
-
-         Don't have "follow_print_text()" display the error message, leave
-         that up to its caller.
-
-         Show errors as such, not as warnings, and show the right error
-         message for failures to open/create output files.
-
-2004-01-25 01:58  guy
-
-       * gtk/rtp_analysis.c:
-
-         Check whether the "fopen()" that creates a CSV file fails and, if
-         so, report the error and don't dismiss the file selection dialog
-         box.
-
-2004-01-25 02:14  guy
-
-       * gtk/rtp_analysis.c:
-
-         Check for write errors when writing CSV data as well.
-
-         Check for write errors when opening the CSV file to write the
-         reverse data information.
-
-         For some reason (perhaps having to do with the sort indicators in
-         titles, the column titles don't show up in the GtkCList
-         structure, so they don't get printed; just directly use the table
-         of column titles.
-
-2004-01-25 02:24  guy
-
-       * gtk/: rtp_stream.c, rtp_stream.h, rtp_stream_dlg.c:
-
-         Report open errors when saving the contents of an RTP stream.
-         Check for and report write errors as well.
-
-2004-01-25 09:49  jmayer
-
-       * tools/lemon/lemon.c:
-
-         Fix a warning by using a function typedef
-
-2004-01-25 12:10  ulfl
-
-       * gtk/column_prefs.c:
-
-         minor GTK2 layout change
-
-2004-01-25 12:22  ulfl
-
-       * gtk/prefs_dlg.c:
-
-         make resized prefs_dlg look better
-
-2004-01-25 12:25  ulfl
-
-       * gtk/filter_prefs.c:
-
-         changed the behaviour of the edit buttons to make more sense,
-         removed the no longer needed "Edit and "Copy" buttons, do a lot
-         of code cleanup
-
-2004-01-25 13:47  ulfl
-
-       * gtk/: color_dlg.c, filter_prefs.c:
-
-         added/changed some tooltips
-
-2004-01-25 15:10  ulfl
-
-       * gtk/: filter_prefs.c, filter_prefs.h, main.c:
-
-         add syntax check and an "Add Expression" button to the filter
-         toolbar
-
-2004-01-25 15:35  jmayer
-
-       * epan/resolv.c:
-
-         The octets in an ip address are unsigned
-
-2004-01-25 15:56  jmayer
-
-       * packet-distcc.c:
-
-         A few signedness warning fixes
-
-2004-01-25 16:58  jmayer
-
-       * epan/: strutil.c, strutil.h:
-
-         Change the first arg to hex_str_to_bytes from guchar* -> char*
-
-2004-01-25 17:07  jmayer
-
-       * epan/ftypes/ftype-bytes.c:
-
-         Add a cast to avoid a signedness warning
-
-2004-01-25 17:22  jmayer
-
-       * epan/ftypes/: ftype-bytes.c, ftypes.h:
-
-         Remove the cast again and do the proper fix (add right type to
-         union)
-
-2004-01-25 17:33  jmayer
-
-       * epan/ftypes/ftype-pcre.c:
-
-         Fix 'warning: cast discards qualifiers from pointer target type'
-         by removing cast
-
-2004-01-25 17:51  gerald
-
-       * Makefile.am, image/README.image:
-
-         Capitalize "Ethereal.icns" to fix a distclean error.  Add its
-         description to README.image.
-
-2004-01-25 17:53  gerald
-
-       * plugins/: Xplugin_table.h, plugin_api_list.c:
-
-         Make the definition of tvb_format_text() match what's in
-         tvbuff.h.
-
-2004-01-25 18:39  ulfl
-
-       * gtk/dcerpc_stat.c:
-
-         fix some filter dialog things
-
-2004-01-25 18:51  ulfl
-
-       * gtk/: endpoint_talkers_table.c, follow_dlg.c, main.c, main.h,
-         recent.c, rtp_stream_dlg.c, service_response_time_table.c:
-
-         apply automatically generated filters strings to the recent
-         dropdown list, e.g. when applying a "Follow TCP stream", fix a
-         bug in the recent function, discarding the newest entries when
-         saving a full list (now discarding the oldest).
-
-2004-01-25 18:52  gerald
-
-       * plugins/Makefile.am:
-
-         Delete generated files during distclean instead of
-         maintainerclean, so that we pass distcheck.
-
-2004-01-25 21:27  ulfl
-
-       * gtk/: dlg_utils.c, filter_prefs.c, help_dlg.c, help_dlg.h:
-
-         adding a function to the help dialog, showing a specific topic
-         (context help), beautifying the placement of the help button in
-         the button_row, using the context help for the filter dialog
-
-2004-01-25 21:55  guy
-
-       * capture.c, editcap.c, file.c, file.h, mergecap.c,
-         proto_hier_stats.c, tethereal.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/rtp_analysis.c, gtk/tcp_graph.c,
-         wiretap/5views.c, wiretap/5views.h, wiretap/airopeek9.c,
-         wiretap/airopeek9.h, wiretap/ascend-grammar.y,
-         wiretap/ascend-int.h, wiretap/ascend.c, wiretap/ascend.h,
-         wiretap/cosine.c, wiretap/cosine.h, wiretap/csids.c,
-         wiretap/csids.h, wiretap/dbs-etherwatch.c,
-         wiretap/dbs-etherwatch.h, wiretap/erf.c, wiretap/erf.h,
-         wiretap/etherpeek.c, wiretap/etherpeek.h, wiretap/file_access.c,
-         wiretap/hcidump.c, wiretap/hcidump.h, wiretap/i4btrace.c,
-         wiretap/i4btrace.h, wiretap/iptrace.c, wiretap/iptrace.h,
-         wiretap/lanalyzer.c, wiretap/lanalyzer.h, wiretap/libpcap.c,
-         wiretap/libpcap.h, wiretap/netmon.c, wiretap/netmon.h,
-         wiretap/nettl.c, wiretap/nettl.h, wiretap/network_instruments.c,
-         wiretap/network_instruments.h, wiretap/netxray.c,
-         wiretap/netxray.h, wiretap/ngsniffer.c, wiretap/ngsniffer.h,
-         wiretap/pppdump.c, wiretap/pppdump.h, wiretap/radcom.c,
-         wiretap/radcom.h, wiretap/snoop.c, wiretap/snoop.h,
-         wiretap/toshiba.c, wiretap/toshiba.h, wiretap/visual.c,
-         wiretap/visual.h, wiretap/vms.c, wiretap/vms.h,
-         wiretap/wtap-int.h, wiretap/wtap.c, wiretap/wtap.h:
-
-         Have the Wiretap open, read, and seek-and-read routines return,
-         in addition to an error code, an error info string, for
-         WTAP_ERR_UNSUPPORTED, WTAP_ERR_UNSUPPORTED_ENCAP, and
-         WTAP_ERR_BAD_RECORD errors.  Replace the error messages logged
-         with "g_message()" for those errors with g_strdup()ed or
-         g_strdup_printf()ed strings returned as the error info string,
-         and change the callers of those routines to, for those errors,
-         put the info string into the printed message or alert box for the
-         error.
-
-         Add messages for cases where those errors were returned without
-         printing an additional message.
-
-         Nobody uses the error code from "cf_read()" - "cf_read()" puts up
-         the alert box itself for failures; get rid of the error code, so
-         it just returns a success/failure indication.
-
-         Rename "file_read_error_message()" to "cf_read_error_message()",
-         as it handles read errors from Wiretap, and have it take an error
-         info string as an argument.  (That handles a lot of the work of
-         putting the info string into the error message.)
-
-         Make some variables in "ascend-grammar.y" static.
-
-         Check the return value of "erf_read_header()" in
-         "erf_seek_read()".
-
-         Get rid of an unused #define in "i4btrace.c".
-
-2004-01-25 22:20  guy
-
-       * gtk/main.c:
-
-         In "main_filter_packets()", use the "cf" argument rather than
-         always passing "&cfile" to "filter_packets()".
-
-         Mark the "w" argument to "filter_activate_cb()" as unused.
-
-2004-01-25 22:21  guy
-
-       * gtk/filter_prefs.c:
-
-         Get rid of an unused variable.
-
-2004-01-25 22:21  guy
-
-       * editcap.c, mergecap.c:
-
-         Free the error info string after using it.
-
-2004-01-25 22:27  guy
-
-       * file.c:
-
-         Don't use "cf_read_error_message()" when reporting errors not
-         from Wiretap.
-
-2004-01-25 23:50  guy
-
-       * wiretap/netxray.c:
-
-         Don't muck with the Ethernet pseudo-header if we have an 802.11
-         capture.
-
-2004-01-26 06:43  ulfl
-
-       * file.c:
-
-         filter_packets: don't refilter all the packets, if the new filter
-         string is identical to the old one (as it's useless then)
-
-2004-01-26 09:05  guy
-
-       * gtk/capture_dlg.c:
-
-         On Windows OT, interface names *can* have spaces in them; to find
-         the interface name, look forward in the interface string for
-         "\Device\", not backwards for a space, on Windows.  (Continue to
-         look backwards for a space on UNIX; names don't start with
-         "\Device\", or even "/dev/", and don't have spaces in them on any
-         UNIX-flavored OS I know of.)
-
-2004-01-26 18:35  ulfl
-
-       * gtk/menu.c:
-
-         slightly changed the menuitem names in View->Show->Packet xy
-
-2004-01-26 18:40  ulfl
-
-       * gtk/main.c:
-
-         added a tooltip to explain the behaviour of the syntax check in
-         the filter toolbar
-
-2004-01-26 18:51  ulfl
-
-       * gtk/filter_prefs.c:
-
-         added a tooltip to explain the behaviour of the syntax check in
-         the filter string
-
-2004-01-26 19:16  obiot
-
-       * gtk/: rtp_stream.c, rtp_stream.h, rtp_stream_dlg.c:
-
-         From Lars Ruoff:
-
-         - made streams list sortable by column - added a button "Find
-         Reverse" that finds the reverse stream to the   selected forward
-         stream. (If different reverse streams available,   pushing the
-         button repeatedly will cycle through all of them,   one after the
-         other.) - tidied up lots of superflous code.
-
-         Also get rid of a const pointer cast warning, and remove the _U_
-         attribute from rtpstream_reset().
-
-2004-01-26 20:48  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, lapd_sapi.h,
-         packet-lapd.c, packet-q931.c, packet-teimanagement.c,
-         doc/ethereal.pod:
-
-         Add a dissector table for LAPD SAPIs, and move the #defines for
-         them into "lapd_sapi.h".  Use that to register the Q.931
-         dissector atop LAPD.
-
-         From Rolf Fiedler: ISDN TEI management frame support.
-
-2004-01-26 21:02  obiot
-
-       * gtk/dfilter_expr_dlg.c:
-
-         Add support for the "matches" operator if HAVE_LIBPCRE is
-         defined.
-
-2004-01-26 21:12  ulfl
-
-       * Makefile.nmake, packaging/nsis/Makefile.nmake,
-         packaging/nsis/ethereal.nsi:
-
-         updated NSIS generation to build GTK version 1 or 2, added new
-         target "packaging" to root Makefile.nmake, which will generate
-         version 1 or 2 or both, depending on config.nmake GTK?_DIR
-         setting
-
-2004-01-26 21:26  guy
-
-       * wiretap/i4btrace.c:
-
-         Fix a compiler warning.
-
-2004-01-26 22:16  obiot
-
-       * packet-t38.c:
-
-         From Martin Regner:
-
-         - support both T.38IFP/TCP and T38IFP/TPKT/TCP
-
-         There is one new preference setting tpkt_usage where you can
-         specify if TPKT header is used. With the default setting
-         (tpkt_usage=Maybe) the dissector will look on the first four
-         octets and try to determine if TPKT is used or not. This setting
-         seems to work well with the captures I have tried, but there
-         might be some scenarios where it will be better to set the value
-         to 'Always' or 'Never' dependant on if TPKT header is used or
-         not.
-
-         There is also a new preference setting regarding TCP
-         desegmentation. TCP desegmentation is currently only supported
-         when TPKT header is used.  You will need to set the preference
-         setting "Allow subdisectors to desegment TCP streams" for TCP and
-         also the "Desegment all TPKT messages spanning multiple TCP
-         segments" for TPKT if you want to use this feature. I don't have
-         any T.38 captures with segmented packets so I have not been able
-         to test this so much.
-
-         - Support for T.38 (2002) ASN.1 specification
-         http://www.itu.int/ITU-T/asn1/database/itu-t/t/t38/2003/T38(2002).html
-          Note: This ASN.1 specification is incompatible with the
-         Pre-Corigendum T.38 ASN.1 specification (1998) so you will need
-         to set the preference setting accordingly.
-
-         - When there are extra octets after the T.38 UDPTL packet you
-         will now see [Malformed?] in the Info-column. I thought that it
-         was quite irritating that non-T.38 packets could look like they
-         were correctly coded T.38 packets.
-
-         - There might be several T.38 IFP packets in a TCP packet for the
-         T.38 directly over TCP scenario. There is now at least some
-         support for this, but since TCP desegmentation is only supported
-         for the TPKT scenario this will not work if an IFP packet is
-         splitted into several TCP packets.
-
-2004-01-26 22:34  guy
-
-       * gtk/follow_dlg.c:
-
-         Newlines in filter strings are a Bad Idea, as they don't display
-         well in the title or contents of the filtering progress bar
-         window and don't work very well in files such as "recent" or
-         "dfilters".
-
-2004-01-26 22:52  guy
-
-       * packet-t38.c:
-
-         Rename "dissect_t38_tcp()" to "dissect_t38_tcp_pdu()" to make it
-         clearer what it does (dissect a single T.38-over-TCP or
-         T.38-over-TPKT PDU).
-
-         Have "dissect_t38_udp()" that does T.38-over-UDP dissection and
-         "dissect_t38_tcp()" that does T.38-over-TCP dissection; register
-         handles for them for the appropriate protocols, rather than
-         having a single dissector that checks the IP protocol type.
-
-         Use -1 rather than "tvb_length(tvb)" as the length for top-level
-         protocol tree items.
-
-         Clean up indentation.
-
-2004-01-26 23:49  obiot
-
-       * packet-text-media.c:
-
-         Add application/smil to the registered line-based text media
-         dissector.
-
-2004-01-27 00:20  obiot
-
-       * packet-gsm_sms_ud.c, packet-smpp.c, packet-wsp.c, AUTHORS,
-         Makefile.common, packet-wtp.c:
-
-         From Chris Wilson:
-
-                 Separate the GSM SMS User Data dissector from the SMPP
-         dissector.
-
-                 Rename the protocol.
-
-2004-01-27 00:26  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         Get rid of a debug printf statement.
-
-2004-01-27 00:30  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         Add a correct RCS ID (starts with capitalized "i").
-
-2004-01-27 01:35  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, packet-iax2.c,
-         packet-iax2.h, doc/ethereal.pod:
-
-         From  Alastair Maw: IAX2 support.
-
-2004-01-27 01:43  guy
-
-       * packet-iax2.c:
-
-         Clear the Info column.
-
-2004-01-27 03:49  guy
-
-       * AUTHORS, packet-bvlc.c, doc/ethereal.pod:
-
-         From David Richards: don't stuff the packet length into a guint8,
-         as it can be bigger than 255.
-
-2004-01-27 03:55  guy
-
-       * packet-dcerpc-afs4int.c:
-
-         Update from Jaime Fournier.
-
-2004-01-27 04:11  guy
-
-       * prefs.c:
-
-         Map SMPP and smpp-gsm-sms preferences to their new homes in
-         gsm-sms-ud.
-
-2004-01-27 04:15  guy
-
-       * packet-dcerpc-afs4int.c, packet-dcerpc-bossvr.c,
-         packet-dcerpc-budb.c, packet-dcerpc-butc.c,
-         packet-dcerpc-cds_clerkserver.c, packet-dcerpc-cds_solicit.c,
-         packet-dcerpc-cprpc_server.c, packet-dcerpc-dce122.c,
-         packet-dcerpc-dce122.h, packet-dcerpc-dtsprovider.c,
-         packet-dcerpc-dtsstime_req.c, packet-dcerpc-fldb.c,
-         packet-dcerpc-ftserver.c, packet-dcerpc-icl_rpc.c,
-         packet-dcerpc-krb5rpc.c, packet-dcerpc-rep_proc.c,
-         packet-dcerpc-roverride.c, packet-dcerpc-rpriv.c,
-         packet-dcerpc-rs_acct.c, packet-dcerpc-rs_attr.c,
-         packet-dcerpc-rs_bind.c, packet-dcerpc-rs_misc.c,
-         packet-dcerpc-rs_pgo.c, packet-dcerpc-rs_plcy.c,
-         packet-dcerpc-rs_prop_acct.c, packet-dcerpc-rs_repadm.c,
-         packet-dcerpc-rs_replist.c, packet-dcerpc-rs_unix.c,
-         packet-dcerpc-rsec_login.c, packet-dcerpc-secidmap.c,
-         packet-dcerpc-tkn4int.c, packet-dcerpc-ubikdisk.c,
-         packet-dcerpc-ubikvote.c, packet-dcerpc-update.c:
-
-         From Jaime Fournier: update his e-mail address.
-
-2004-01-27 04:24  guy
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Jaime Fournier's address.
-
-2004-01-27 04:43  guy
-
-       * packet-enip.c:
-
-         For EtherNet/IP-over-TCP, handle multiple PDUs in a TCP segment
-         and PDUs split across segment boundaries.
-
-2004-01-27 05:05  guy
-
-       * gtk/menu.c:
-
-         Add a detail-pane context menu item for "Export As Raw Packet
-         Data", so you can select something and export it without shoving
-         the rodent up to the menu bar.
-
-2004-01-27 08:06  guy
-
-       * packet-ieee80211.c, wiretap/airopeek9.c, wiretap/etherpeek.c,
-         wiretap/libpcap.c, wiretap/netxray.c, wiretap/wtap.h:
-
-         Supply a pseudo-header for all 802.11 packets; add an "fcs_len"
-         field to it, similar to the Ethernet pseudo-header's "fcs_len"
-         field, and use it in the 802.11 dissector.
-
-2004-01-27 17:17  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         From Chris Wilson: add missing initialization of CL-WSP dissector
-         handle.
-
-         As proposed by some postings on Ethereal-Dev, remove the email
-         addresses from the authors and refer to the AUTHORS file or the
-         man page.
-
-2004-01-27 18:05  obiot
-
-       * gtk/rtp_analysis.c:
-
-         From Lars Ruoff: - use create_tempfile() to create the temporary
-         files (causes temp files to be   created at the same location as
-         other Ethereal temp files). Changed temp   filenames to
-         "ether_rtp_dXXXXXX", where d is the stream direction.  - fixed a
-         bug with temp files not being removed
-
-2004-01-27 19:46  ulfl
-
-       * gtk/: menu.c, proto_draw.c, proto_draw.h:
-
-         always select the current item under cursor, before showing up
-         the corresponding context menu (right mouse click)
-
-2004-01-27 20:13  guy
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Andy Hood's e-mail address.
-
-2004-01-27 20:25  guy
-
-       * packet-iax2.c:
-
-         From Alastair Maw: the IAX2 type is unsigned, not signed.
-
-2004-01-27 20:36  guy
-
-       * gtk/: proto_draw.c, proto_draw.h:
-
-         Make "{byte,tree}_view_select()" return "gboolean", not "gint",
-         as they return TRUE or FALSE as a success/failure indication.
-
-2004-01-27 20:58  ulfl
-
-       * gtk/: menu.c, proto_draw.c:
-
-         "Export Selected Packet Bytes" -> change all appearances to this
-         text, don't show up this dialog if no data *is* selected (didn't
-         find an easy way to control sensitivity of the menus by some
-         mechanism :-(
-
-2004-01-28 01:24  guy
-
-       * wiretap/: libpcap.c, wtap.c, wtap.h:
-
-         From Tomas Kukosa: reserve private WTAP_ENCAP values and map them
-         to reserved private DLT_ values.
-
-2004-01-28 03:36  gerald
-
-       * packet-ethertype.c:
-
-         Catch any exceptions that add_ethernet_trailer() throws in
-         add_dix_trailer().  Otherwise, they're caught by ethertype()
-         which results in an infinite loop.
-
-2004-01-28 09:10  guy
-
-       * gtk/main.c:
-
-         "gtk/main.c" no longer has any code to manage the packet list, so
-         it no longer needs to define the "column_arrows" structure.
-
-2004-01-28 09:53  guy
-
-       * gtk/packet_list.c:
-
-         For columns whose data comes from the frame_data structure for a
-         packet, sort the columns based on that data, rather than on the
-         raw text of the column - that's probably faster, and also doesn't
-         get rudely surprised by "atof()" being locale-dependent.
-
-2004-01-28 10:19  guy
-
-       * gtk/packet_list.c:
-
-         Clean up the comparison code a bit.
-
-2004-01-28 10:37  guy
-
-       * gtk/packet_list.c:
-
-         Fix a comment.
-
-2004-01-28 20:09  guy
-
-       * packet-ethertype.c:
-
-         If we don't have any of the packet padding in the tvbuff, don't
-         even try to add the trailer - that avoids the problem with
-         throwing an exception inside a CATCH* clause for that same
-         exception.  (XXX - is this a problem with our exception
-         mechanism? What happens in languages with built-in exceptions if
-         a
-
-                 try
-                         XXX
-                 catch YYY
-                         ZZZ
-                 end
-
-         construct throws exception YYY inside code block ZZZ?  If it
-         doesn't re-enter ZZZ, that argues that our exception mechanism is
-         buggy or, at least, violates the Principle of Least Surprise.)
-
-         Move the code to put the trailer information into the protocol
-         tree out of the CATCH2 clause, so the trailer shows up if we *do*
-         have the trailer information.
-
-2004-01-28 22:14  ulfl
-
-       * packet-clnp.c:
-
-         commented out setting the packet_info srcport and destport
-         fields, as this will prevent "ISO on TCP" (RFC1006) packet from
-         using: "follow TCP stream" function
-
-2004-01-29 03:37  guy
-
-       * epan/column-utils.c:
-
-         Clean up whitespace, and use "%u" to print unsigned quantities.
-
-2004-01-29 03:46  guy
-
-       * packet-dhcpv6.c:
-
-         From Shinsuke Suzuki:
-
-                 - updated the IETF spec names
-                 - changed Prefix-Delegation related DHCPv6 option
-                   numbers from temporary one to the official one
-                 - fixed typo in DHCPv6 message type
-
-2004-01-29 03:51  guy
-
-       * AUTHORS, packet-gre.c:
-
-         From Shinsuke Suzuki: add the payload type code for IPv6.
-
-2004-01-29 03:59  guy
-
-       * AUTHORS, packet-icmpv6.c, doc/ethereal.pod:
-
-         From Shusaku Ueda:
-
-                 - show all Home Agent Addresses of DHAAD Reply
-                 - show ICMP options of Mobile Prefix Advertisement
-
-2004-01-29 10:58  guy
-
-       * packet-tzsp.c, packet-wlancap.c, wiretap/libpcap.c,
-         wiretap/wtap.c, wiretap/wtap.h:
-
-         The DLT_ value 127 is being used for the BSD radio header, and
-         the current CVS libpcap uses 163 for the AVS radio header (127
-         was never used for the AVS radio header).  Redo the Wiretap
-         encapsulation values for that (and shuffle them to put the 802.11
-         Wiretap values together).
-
-2004-01-29 21:19  obiot
-
-       * packet-gsm_sms_ud.c:
-
-         From Chris Wilson:
-
-          - Do not reassemble if the fragmentation IE is available but
-         there is
-            only one fragment reported.
-          - Add a preference to disallow sub-dissectors to update the
-         columns.
-
-         Also: fix white-space at 2 places (tabs to spaces).
-
-2004-01-29 22:37  ulfl
-
-       * gtk/: compat_macros.h, dlg_utils.c:
-
-         added GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_row
-
-2004-01-29 23:07  ulfl
-
-       * simple_dialog.h, gtk/simple_dialog.c:
-
-         added "Yes" and "No" buttons to the simple_dialog, added a
-         callback method, to be called if a button was pressed
-
-2004-01-29 23:11  ulfl
-
-       * gtk/: capture_dlg.c, capture_dlg.h, file_dlg.c, file_dlg.h,
-         main.c, main.h, menu.c, menu.h:
-
-         every GUI action, which will erease a currently unsaved capture
-         file, will now raise a dialog "Save xy before z?" with
-         Yes/No/Cancel buttons.
-
-2004-01-30 06:43  ulfl
-
-       * gtk/ui_util.c:
-
-         slightly higher polling rate, to detect stop condition from
-         capture task
-
-2004-01-30 10:51  sahlberg
-
-       * packet-ndmp.c:
-
-         update to ndmp   if there is an error, put the error string in
-         the packet summary
-
-2004-01-31 01:28  ulfl
-
-       * gtk/simple_dialog.c, image/stock_dialog_error_48.xpm,
-         image/stock_dialog_info_48.xpm,
-         image/stock_dialog_question_48.xpm,
-         image/stock_dialog_warning_48.xpm:
-
-         using GTK2 stock icons for dialogs instead of Ethereal specific
-         ones
-
-2004-01-31 01:32  guy
-
-       * capture.c:
-
-         If "pcap_compile()" fails to compile an empty filter string
-         (because, for example, the libpcap code generator doesn't support
-         the link-layer type for the capture), "dfilter_compile()" will
-         succeed but return a null rfcode pointer.
-
-         In that case, instead of telling people that it looks like a
-         valid display filter (which it does, but it also looks like a
-         complete list of all the Basque words likely to be known by
-         Hammurabi :-)), and then crashing when we try to "free" that
-         non-existent dfilter code, we just report it as a "sorry,
-         couldn't compile that capture filter.
-
-2004-01-31 02:25  ulfl
-
-       * capture.c, file.c, proto_hier_stats.c, simple_dialog.h,
-         gtk/capture_dlg.c, gtk/color_dlg.c, gtk/color_filters.c,
-         gtk/dfilter_expr_dlg.c, gtk/file_dlg.c, gtk/filter_prefs.c,
-         gtk/find_dlg.c, gtk/follow_dlg.c, gtk/goto_dlg.c,
-         gtk/gui_prefs.c, gtk/help_dlg.c, gtk/main.c, gtk/print_dlg.c,
-         gtk/rtp_analysis.c, gtk/rtp_stream.c, gtk/simple_dialog.c,
-         gtk/tcp_graph.c:
-
-         renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to better reflect the
-         real error text
-
-2004-01-31 02:29  guy
-
-       * capture.c:
-
-         Add some more information to the error message for invalid
-         capture filters that look like display filters.
-
-2004-01-31 03:22  guy
-
-       * capture.c, file.c, proto_hier_stats.c, gtk/ansi_a_stat.c,
-         gtk/ansi_map_stat.c, gtk/bootp_stat.c, gtk/capture_dlg.c,
-         gtk/capture_prefs.c, gtk/color_dlg.c, gtk/color_filters.c,
-         gtk/colors.c, gtk/dcerpc_stat.c, gtk/decode_as_dlg.c,
-         gtk/dfilter_expr_dlg.c, gtk/endpoint_talkers_table.c,
-         gtk/fc_stat.c, gtk/file_dlg.c, gtk/filter_prefs.c,
-         gtk/find_dlg.c, gtk/follow_dlg.c, gtk/goto_dlg.c,
-         gtk/gsm_a_stat.c, gtk/gui_prefs.c, gtk/h225_counter.c,
-         gtk/h225_ras_srt.c, gtk/help_dlg.c, gtk/http_stat.c,
-         gtk/io_stat.c, gtk/isup_stat.c, gtk/ldap_stat.c, gtk/main.c,
-         gtk/mgcp_stat.c, gtk/prefs_dlg.c, gtk/print_dlg.c,
-         gtk/proto_dlg.c, gtk/proto_draw.c, gtk/rpc_stat.c,
-         gtk/rtp_analysis.c, gtk/rtp_stream.c,
-         gtk/service_response_time_table.c, gtk/simple_dialog.c,
-         gtk/smb_stat.c, gtk/tcp_graph.c, gtk/wsp_stat.c:
-
-         Pass ESD_BTN_OK rather than NULL as a second argument to
-         "simple_dialog()"; NULL might be #defined to be a pointer
-         expression on some platforms, causing compiler warnings (and, on
-         platforms where a null pointer doesn't have all its bits 0,
-         possibly causing misbehavior, although I don't think there are
-         any such platforms on which Ethereal runs).
-
-         Don't allow 0 as button mask argument to "simple_dialog()".
-
-         Squelch a compiler warning.
-
-         Report fatal problems as errors, not warnings.
-
-         Report file I/O errors with "file_open_error_message()".
-
-         Report file write errors (including those reported by "close()",
-         e.g.  some errors writing to an NFS server) when saving raw
-         packet data to a file.
-
-2004-01-31 03:35  guy
-
-       * config.nmake:
-
-         Raise the Wiretap version number to 0.1, as the current version
-         isn't binary-compatible with earlier versions.  (That should have
-         been done for all binary-incompatible changes, and should be done
-         for binary-incompatible changes in the future.)
-
-2004-01-31 04:10  guy
-
-       * column.c, file.c, tethereal.c, epan/column-utils.c,
-         epan/column_info.h, epan/frame_data.h, gtk/packet_list.c:
-
-         Fix the spelling of "cumulative" (and variables whose names
-         derive from that spelling).
-
-2004-01-31 04:26  guy
-
-       * gtk/packet_list.c:
-
-         If comparing any field other than the frame number, if both field
-         values are the same, compare the frame number, so that the sort
-         order doesn't depend on how packets happened to be sorted
-         previously (i.e., so that if you sort on a given column in a
-         given direction, the sort order is always the same).
-
-2004-01-31 04:40  guy
-
-       * AUTHORS, Makefile.am, Makefile.common, packet-radiotap.c,
-         packet-radiotap.h, doc/ethereal.pod:
-
-         From Sam Leffler: support for BSD radiotap header for 802.11.
-
-2004-01-31 09:48  guy
-
-       * packet-rtp.c, packet-rtp.h, gtk/rtp_analysis.c, gtk/rtp_stream.c:
-
-         Add to the _rtp_info structure a "info_all_data_present" boolean,
-         which is TRUE if all the RTP raw data is present in the tvbuff
-         and FALSE otherwise.  If it's not all present, also set
-         "info_data_len" to 0 and "info_data" to NULL.
-
-         In the RTP Analysis "Save Payload..." operation, check the
-         "info_all_data_present" flag and fail if it's not set, and use
-         "rtpinfo->info_data" and "rtpinfo->info_payload_offset" to get at
-         the payload, rather than using "cfile.pd", as the latter doesn't
-         necessarily refer to the current frame data.
-
-         Note that the RTP Streams save operation should also check the
-         "info_all_data_present" flag.
-
-2004-01-31 12:13  ulfl
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/color_dlg.c,
-         gtk/compat_macros.h, gtk/dlg_utils.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         cleanup of new "question dialogs", using GTK2 primary/secondary
-         message text from GNOME HIG for simple_dialogs, added a "question
-         dialog" for the coloring rules "Clear" button
-
-2004-01-31 12:19  ulfl
-
-       * Makefile.nmake:
-
-         use identical depencies for gtk1 also for gtk2 target
-
-2004-01-31 12:49  ulfl
-
-       * gtk/simple_dialog.c:
-
-         gtk_label_set_selectable() is only available from GTK version 2
-
-2004-01-31 14:16  ulfl
-
-       * gtk/file_dlg.c:
-
-         minor change in dialog text
-
-2004-01-31 14:23  ulfl
-
-       * gtk/menu.c:
-
-         fixed some sensitivity things in the context menues
-
-2004-01-31 18:32  ulfl
-
-       * gtk/: file_dlg.c, file_dlg.h, main.c, main.h:
-
-         Implemented rudimentary Drag and Drop support.
-
-2004-01-31 20:31  ulfl
-
-       * gtk/print_dlg.c:
-
-         change layout, as dialog was a bit tall, improved resizability
-
-2004-02-01 02:10  jmayer
-
-       * FAQ, make-faq, help/faq.txt:
-
-         Update FAQ to Jan 27th 2004
-
-2004-02-01 02:26  jmayer
-
-       * make-manuf, manuf:
-
-         Update manuf to Feb, 1st 2004
-
-2004-02-01 02:35  jmayer
-
-       * epan/packet.c:
-
-         Fix some pointer types
-
-2004-02-01 02:35  jmayer
-
-       * epan/: ipv4.c, ftypes/ftype-string.c, ftypes/ftypes.h:
-
-         signed/unsigend warning fixes
-
-2004-02-01 02:59  guy
-
-       * gtk/main.c:
-
-         Konqueror, in KDE 3.0, appears to drop file names of the form
-         "file:/foo/bar/...", so that only the "file:" should be stripped
-         off.
-
-         Note that we should probably look for "file:" followed by an
-         arbitrary number of "/"s, and, at least on UNIX, strip off all
-         but the last of those "/"s.
-
-2004-02-01 03:35  guy
-
-       * packaging/nsis/ethereal.nsi:
-
-         Arrange that the shortcuts for Ethereal start Ethereal in the
-         user's profile directory, so that the file dialogs start there
-         rather than in the directory in which the MIB files appear.
-
-2004-02-01 04:20  jmayer
-
-       * packet-radiotap.c:
-
-         Remove comma after last element of enum
-
-2004-02-01 04:29  jmayer
-
-       * packet-radiotap.c:
-
-         Add consts to avoid 'cast discards qualifiers from pointer target
-         type'
-
-2004-02-01 04:34  gerald
-
-       * Makefile.am:
-
-         Add the new dialog images to the distribution.
-
-2004-02-01 04:54  jmayer
-
-       * epan/strutil.c:
-
-         Add consts to fix 'cast discards qualifiers from pointer target
-         type'
-
-2004-02-01 06:49  jmayer
-
-       * packet-dcerpc-afs4int.c, packet-http.c, packet-radius.c,
-         epan/configure.in, epan/tvbuff.c, epan/tvbuff.h,
-         plugins/Xplugin_table.h, plugins/plugin_api_list.c:
-
-         packet-dcerpc-afs4int.c
-
-2004-02-01 06:56  jmayer
-
-       * packet-radius.c:
-
-         Undo previous checkin, it only contained acidentally escaped
-         unfinished code
-
-2004-02-01 10:01  ulfl
-
-       * gtk/main.c:
-
-         DND: also unescape URI characters (e.g. %20 -> ' ')
-
-2004-02-01 10:07  jmayer
-
-       * Makefile.am, Makefile.common, Makefile.nmake:
-
-         Move sourcelists into Makefile.common
-
-2004-02-01 10:11  jmayer
-
-       * Makefile.nmake:
-
-         The last commit was only half complete
-
-2004-02-01 10:31  jmayer
-
-       * Makefile.common:
-
-         Saved wrong version
-
-2004-02-01 11:32  obiot
-
-       * make-version.pl:
-
-         Speed up the generation of the CVS version tag, by only looking
-         for directories named CVS, and by considering only the most
-         recent Entries file herein.
-
-         Get rid of the code assuming that a CVS snapshot generates a
-         "cvsversion" file.
-
-2004-02-01 13:12  ulfl
-
-       * gtk/progress_dlg.c:
-
-         avoid problems when strings becoming too large, especially true
-         when working with TCP stream filtering
-
-2004-02-01 13:13  ulfl
-
-       * gtk/summary_dlg.c:
-
-         avoid very large dialogs, when display filters becoming too
-         large, especially true when working with TCP stream filtering
-
-2004-02-01 15:33  ulfl
-
-       * gtk/summary_dlg.c:
-
-         beautified the dialog a bit
-
-2004-02-01 15:36  ulfl
-
-       * gtk/menu.c:
-
-         replace "RTT Graph" by "Round Trip Time Graph" as this is more
-         descriptive
-
-2004-02-01 20:28  ulfl
-
-       * prefs.c, prefs.h, gtk/file_dlg.c, gtk/gui_prefs.c, gtk/main.c,
-         gtk/menu.h, gtk/recent.c, gtk/recent.h:
-
-         moved window geometry values from prefs to recent, added new pref
-         / recent setting: "maximized main window", which will save, if
-         the main window is maximized or not, this will take effect on GTK
-         version 2 only, but is saved nonetheless
-
-2004-02-01 20:46  guy
-
-       * packet-srvloc.c:
-
-         From Greg Morris: handle SLPv1 service type requests that ask for
-         all naming authorities.
-
-2004-02-01 21:30  guy
-
-       * epan/: tvbuff.c, tvbuff.h:
-
-         Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as
-         the string argument.
-
-         Add some casts to squelch compiler warnings.
-
-2004-02-01 21:33  guy
-
-       * packet-tds.c:
-
-         From Yaniv Kaul:
-
-                 add dissection of TDS7 results token and login_ack token;
-
-                 fix a small bug in the login packet dissection;
-
-                 add partial dissection of a query packet.
-
-2004-02-01 21:48  guy
-
-       * Ethereal.desktop:
-
-         At least with KDE 3.0, it appears that the icon color (high vs.
-         low) and size are specified by the directory in which the icon
-         resides, so you have to just have "ethereal.png" be the icon in
-         the "icons/hicolor/{16x16,32x32,48x48}" directory.
-
-2004-02-01 22:42  guy
-
-       * epan/ftypes/ftype-tvbuff.c:
-
-         Cast the result of "tvb_get_ptr()" to squelch a compiler warning.
-
-2004-02-01 22:43  guy
-
-       * gtk/main.c:
-
-         Mark the "widget" argument to "main_load_window_geometry()" as
-         unused when building for GTK+ 1.2[.x].
-
-2004-02-02 11:07  sahlberg
-
-       * packet-telnet.c:
-
-         start to dissect telnet (kerberos) authentication according to
-         rfc2941 start with dissection of the SEND request and the NAME
-         field.  continue later with the ones holding a kerberos ticket.
-
-2004-02-02 17:57  guy
-
-       * AUTHORS, packet-mtp3mg.c, doc/ethereal.pod:
-
-         From Jonathan Perkins; the in ANSI MTP3, the SLC field of
-         SLTM/SLTA messages is in a different place from where it is in
-         ITU MTP3.
-
-2004-02-02 18:00  guy
-
-       * plugins/: plugin_api_list.c, Xplugin_table.h:
-
-         From Lars Roland: fix the declaration of "tvb_strneql()".
-
-2004-02-02 22:51  guy
-
-       * gtk/summary_dlg.c:
-
-         Include <string.h> to declare "strlen()".
-
-2004-02-02 23:55  ulfl
-
-       * doc/README.capture:
-
-         reflect latest changes to capture.c
-
-2004-02-03 00:16  ulfl
-
-       * cfile.h, file.c, gtk/main.c, gtk/main.h, gtk/menu.c,
-         gtk/packet_list.c:
-
-         added some more info to the statusbar (filesize, packet count,
-         ..), fixed a minor bug in the cfile handling (file length in
-         summary dialog)
-
-2004-02-03 00:30  guy
-
-       * file.c:
-
-         Use "%ld", not "%u", to print "long" values.
-
-2004-02-03 01:06  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         set compression mechanism for Modern UI to lzma
-
-2004-02-03 11:40  sahlberg
-
-       * packet-telnet.c:
-
-         update to packet-telnet and kerberos authentication it now
-         dissects the kerberos blobs inside the ktelnet+keytab files
-         posted yesterday.
-
-         it still needs the kerberos+ber updates to be checked in after
-         next release before we can attack opening hte encrypted parts of
-         kerberos tickets and authenticators
-
-         the code assumes all telnet authentications being krb5.  if that
-         is inconvenient feel welcome to send me captures with krb4 or
-         other telnet authentication protocols,
-
-2004-02-03 17:59  ulfl
-
-       * capture.c, file.c, simple_dialog.h, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         enhanced some dialog messages, close capture file when user told
-         so
-
-2004-02-03 18:22  guy
-
-       * AUTHORS, packet-eap.c, doc/ethereal.pod:
-
-         From Holger Schurig; add support for EAP-TTLS.
-
-2004-02-03 18:39  guy
-
-       * capture.c:
-
-         Add a missing "%s" to the format string.
-
-2004-02-03 18:41  guy
-
-       * packet-telnet.c:
-
-         Make a pointer to which a "const" pointer value is assigned
-         "const" itself.
-
-         Instead of crashing if a too-large Kerberos blob is seen, just
-         show it as an undecoded item.
-
-2004-02-03 18:57  guy
-
-       * AUTHORS, Makefile.common, packet-sipfrag.c, doc/ethereal.pod:
-
-         From Martin Mathieson: SIP sipfrag support.
-
-2004-02-03 19:54  ulfl
-
-       * capture.c:
-
-         ups, moved previously missing %s to the right place
-
-2004-02-03 20:03  ulfl
-
-       * packaging/nsis/: ethereal.nsi, Makefile.nmake:
-
-         from Lars Roland: fix NSIS uninstallation
-
-2004-02-03 20:13  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         patch error removed
-
-2004-02-03 20:39  guy
-
-       * packet-sip.c:
-
-         Handle the media type "message/sip".
-
-2004-02-03 20:48  guy
-
-       * capture.c:
-
-         Tweak the error messages for bad capture filters.
-
-2004-02-03 22:30  guy
-
-       * version_info.c:
-
-         As Apple's advertising industry might have said, "word-wrap
-         different".
-
-2004-02-03 23:19  guy
-
-       * AUTHORS, packet-eth.c, doc/ethereal.pod:
-
-         From Peter J. Creath: add a heuristic dissector table, so that
-         dissectors for protocols that put non-802.3 packets inside 802.3
-         frames can intercept 802.3/Ethernet frames before they're
-         dissected as 802.3/Ethernet packets.
-
-2004-02-04 01:10  guy
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         Add some comments about the types of alert boxes you get with the
-         simple_dialog routines (which are really just message box/alert
-         box routines).
-
-         Add some macros for combinations of buttons (corresponding to
-         combinations that some GUI toolkits, which only support some
-         combinations, allow).
-
-2004-02-04 20:19  obiot
-
-       * packet-wsp.c:
-
-         Use InterCapNotation on the protocol header field.  Add the hex
-         encoding of the main PDU items displayed in the protocol header
-         field.
-
-         Some small white space fixes.
-
-2004-02-04 20:34  guy
-
-       * AUTHORS, packet-enip.c, doc/ethereal.pod:
-
-         From Magnus Hansson:
-
-                 * Added decoding of Transport type/trigger
-                 * Updated service code's text to match specification
-                 * Added new vendor IDs from ODVA
-                 * Added service etc to info column, formatted info column
-         for
-                   easier overview
-                 * Added actual time out calculation for Forward close,
-                   Unconnected send
-                 * Fixed bug, port not shown for extended addresses
-                 * Added Network Segment to EPATH decode
-                 * NOP packets not decoded as they contain Common data
-         Format
-
-2004-02-04 20:46  guy
-
-       * gtk/menu.c:
-
-         The menu item for changing the state of name resolution for
-         network-layer addresses should call the callback for network name
-         resolution, not MAC name resolution.
-
-2004-02-05 08:16  guy
-
-       * plugins/docsis/packet-docsis.c:
-
-         Update a comment.
-
-2004-02-05 09:42  guy
-
-       * packet-radius.c, epan/strutil.c:
-
-         We can't test the GTK+ version in dissectors or libethereal code,
-         as they don't include any GTK+ headers (and shouldn't do so, as
-         they can't use GTK+); we use the GLib version as a proxy.
-
-2004-02-05 18:57  obiot
-
-       * packet-wbxml.c:
-
-         Spotted by Guy Harris: SyncML media type was not registered (it
-         was lost when we introduced the media dissector table and got rid
-         of the WSP binary content type dissector table).
-
-2004-02-05 19:08  obiot
-
-       * packet-ssl.c:
-
-         From Holger Schurig: add two cipher strings.
-
-2004-02-05 19:19  obiot
-
-       * packet-h225.c:
-
-         From Martin Regner (patch from Anders Broman):
-
-                 Calculate the correct offset for fastStart (bits, not
-         bytes).
-
-2004-02-05 23:57  obiot
-
-       * epan/: column-utils.c, column-utils.h:
-
-         Add new col_append methods which will prepend the (format) string
-         with the provided separator (or a default ", ") if the column is
-         not empty.
-
-2004-02-06 00:45  guy
-
-       * wiretap/libpcap.c:
-
-         Sort the link-layer type values a little better.
-
-2004-02-06 01:07  obiot
-
-       * packet-mmse.c, packet-multipart.c:
-
-         Add a new dissector table for multipart media encpsulation
-         (similar to the "media_type" dissector table defined in the HTTP
-         dissector), allowing us to make the distinction between
-         dissecting a standaone media type and an encapsulated media type
-         (e.g., encapsulated in a multipart entity).
-
-         Provide separate dissectors for "standalone" and "encapsulated"
-         MMSE, hence fixing the needlessly clearing of the Info column
-         when the MMSE is only part of the encapsulated entity (e.g., in
-         the PAP protocol for WAP Push).
-
-2004-02-06 02:09  guy
-
-       * wiretap/etherpeek.c:
-
-         Fix up a comment to note that this is also used for AiroPeek, and
-         used only for versions 5, 6, and 7 of the file format.
-
-         Add another comment explaining why this refers to "etherpeek"
-         even though it's also used for AiroPeek and probably also
-         TokenPeek.
-
-2004-02-06 02:11  guy
-
-       * wiretap/: airopeek9.c, file_access.c:
-
-         V9 format appears to be used by some versions of EtherPeek, too.
-
-         The MediaType field seems to be 0 for the Ethernet captures;
-         however, the MediaSubType field is different.
-
-         The fields in the header are different - we can't use hard-coded
-         offsets for the fields, we have to process them as a sequence of
-         tag/value items.
-
-         Rename some routines to use the same naming convention as the V9
-         open routine rather than the same convention as the V5/V6/V7 read
-         and seek/read routines.
-
-2004-02-06 03:12  guy
-
-       * wiretap/airopeek9.c:
-
-         Ethernet frames appear to have 4 bytes of 0 at the end, at least
-         in the captures I've seen.
-
-2004-02-06 03:25  guy
-
-       * packet-tds.c:
-
-         From Yaniv Kaul:
-
-                 label each column of a results token;
-
-                 handle types 35, 38, and 104.
-
-2004-02-06 04:27  guy
-
-       * wiretap/airopeek9.c:
-
-         The time stamps in *Peek V9 files appear to be in nanoseconds
-         from the Windows FILETIME epoch, i.e. midnight, January 1, 1601.
-
-2004-02-06 04:48  guy
-
-       * wiretap/airopeek9.c:
-
-         Make sure a packet has one and only one length field, one and
-         only one timestamp lower field, and one and only one timestamp
-         lower field.
-
-2004-02-06 05:23  guy
-
-       * wiretap/airopeek9.c:
-
-         A MediaSubType value of 1 also means 802.11.  (Is that what
-         indicates whether there's an FCS or not?)
-
-2004-02-06 06:51  ulfl
-
-       * image/README.image:
-
-         simple_dialog now uses the stock_dialog_xy icons
-
-2004-02-06 14:59  jmayer
-
-       * gtk/main.c:
-
-         Fix a few warnings
-
-2004-02-06 18:47  ulfl
-
-       * Makefile.nmake, packaging/nsis/ethereal.nsi,
-         packaging/nsis/Makefile.nmake:
-
-         renamed GTK2 version from ethereal2.exe to ethereal-gtk2.exe, as
-         this is *not* the Ethereal version 2 already.  Some other cleanup
-         done
-
-2004-02-06 19:19  ulfl
-
-       * gtk/ansi_a_stat.c, gtk/ansi_map_stat.c, gtk/capture_prefs.c,
-         gtk/color_dlg.c, gtk/column_prefs.c, gtk/decode_as_dlg.c,
-         gtk/dfilter_expr_dlg.c, gtk/endpoint_talkers_table.c,
-         gtk/filter_prefs.c, gtk/follow_dlg.c, gtk/gsm_a_stat.c,
-         gtk/gtk_stat_util.c, gtk/h225_counter.c, gtk/h225_ras_srt.c,
-         gtk/help_dlg.c, gtk/isup_stat.c, gtk/mgcp_stat.c,
-         gtk/packet_list.c, gtk/plugins_dlg.c, gtk/prefs_dlg.c,
-         gtk/proto_dlg.c, gtk/proto_draw.c, gtk/proto_hier_stats_dlg.c,
-         gtk/rtp_analysis.c, gtk/rtp_stream_dlg.c,
-         gtk/service_response_time_table.c, gtk/supported_protos_dlg.c,
-         gtk/tcp_graph.c, gtk/ui_util.c, plugins/asn1/packet-asn1.c:
-
-         replaced every appearance of gtk_scrolled_window_new() with
-         scrolled_window_new().  added
-         gtk_scrolled_window_set_policy(AUTOMATIC,AUTOMATIC) to
-         scrolled_window_new() added GTK2's
-         gtk_scrolled_window_set_shadow(GTK_SHADOW_IN) to every place
-         needed
-
-2004-02-06 20:04  jmayer
-
-       * packet-h225.c:
-
-         From Lars Roland: Warning fixes
-
-2004-02-06 20:50  guy
-
-       * wiretap/: airopeek9.c, wtap-int.h:
-
-         Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0
-         or an FCS at the end appears to depend on the network subtype
-         value.
-
-2004-02-07 04:25  guy
-
-       * util.c:
-
-         Use G_DIR_SEPARATOR_S rather than "/" as the pathname separator
-         when constructing the pathname of a temporary file, so as not to
-         frighten the horses when they see an error message for a
-         temporary capture file.
-
-2004-02-07 04:35  jmayer
-
-       * .cvsignore, epan/.cvsignore, wiretap/.cvsignore:
-
-         Ignore byproducts of shared lib compilation
-
-2004-02-07 05:44  jmayer
-
-       * epan/configure.in, wiretap/configure.in:
-
-         Don't build as shared *and* static by default
-
-2004-02-07 06:32  jmayer
-
-       * configure.in:
-
-         Put AM_DISABLE_STATIC into the same place as in epan and wiretap
-
-2004-02-07 21:47  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         corrected links to the ethereal.exe for GTK2 version
-
-2004-02-08 01:15  jmayer
-
-       * epan/configure.in:
-
-         Move -pedandic & co back into extra-flags (prepare for dissectors
-         moving to epan/)
-
-2004-02-08 14:11  jmayer
-
-       * wiretap/configure.in:
-
-         Move -pedantic back to extra-gcc-flags, as glib generates more
-         warnings than our code
-
-2004-02-09 00:05  guy
-
-       * wiretap/network_instruments.c:
-
-         Add extra {} to "avoid ambiguous `else'", to quote the GCC
-         warning that this squelches.
-
-2004-02-09 00:06  guy
-
-       * wiretap/: cosine.c, dbs-etherwatch.c, vms.c:
-
-         Cast the arguments to <ctype.h> macros to "guchar", to squelch
-         "subscript has type `char'" warnings and to make the code work
-         correctly if there are characters with the 8th bit set.
-
-2004-02-09 16:49  jmayer
-
-       * epan/: dfilter/.cvsignore, ftypes/.cvsignore:
-
-         Ignore shared dll stuff
-
-2004-02-09 17:23  jmayer
-
-       * epan/: dfilter/.cvsignore, ftypes/.cvsignore:
-
-         Forgot *.la
-
-2004-02-09 18:22  ulfl
-
-       * help/: Makefile.am, capturing.txt, getting_started.txt:
-
-         two new help pages: getting_started for the very first steps
-         running Ethereal capturing for some explanation how to capture
-         data
-
-2004-02-09 18:23  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         typo fixed
-
-2004-02-09 18:25  ulfl
-
-       * gtk/color_dlg.c:
-
-         minor changes
-
-2004-02-09 18:32  ulfl
-
-       * gtk/toolbar.c:
-
-         bugfix: init the toolbar's Save icons correctly
-
-2004-02-09 19:19  ulfl
-
-       * capture.c:
-
-         bugfix: close capture file again, if empty after capturing (bug
-         appears only, if "update list of packets ..." not used)
-
-2004-02-09 19:36  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: fix the decoding of BAT ASE elements with
-         more than one octet.
-
-2004-02-10 00:50  jmayer
-
-       * Makefile.am:
-
-         Run make-version.pl on every make (at least with gnu make)
-
-2004-02-10 12:11  jmayer
-
-       * Makefile.am:
-
-         Undo last change for cvsversion.h generation. It causes make to
-         loop on some systems
-
-2004-02-10 18:02  ulfl
-
-       * help/toc:
-
-         added help pages "Getting Started" and "Capturing"
-
-2004-02-10 18:12  ulfl
-
-       * config.nmake:
-
-         making the Modern UI the default
-
-2004-02-10 23:30  guy
-
-       * plugins/: plugin_api_list.c, Xass-list, Xplugin_api.c,
-         Xplugin_api.h, Xplugin_api_decls.h, Xplugin_table.h:
-
-         Add "tvb_strsize()".
-
-2004-02-10 23:38  guy
-
-       * AUTHORS, Makefile.common, packet-dcerpc-llb.c,
-         packet-dcerpc-rdaclif.c, packet-dcerpc-rs_attr_schema.c,
-         packet-dcerpc-rs_prop_acl.c, packet-dcerpc-rs_prop_attr.c,
-         packet-dcerpc-rs_prop_pgo.c, packet-dcerpc-rs_prop_plcy.c,
-         packet-dcerpc-rs_pwd_mgmt.c, packet-dcerpc-rs_repmgr.c:
-
-         From Jaime Fournier: add a bunch of DCE RPC stub dissectors.
-
-2004-02-11 00:55  guy
-
-       * Makefile.common, alert_box.c, alert_box.h, file.c,
-         gtk/file_dlg.c, gtk/find_dlg.c, gtk/io_stat.c, gtk/main.c:
-
-         Add a routine to be used to put up alert boxes for invalid
-         display filter expressions; use that in a number of places, so we
-         use the same alert box.  (More work is needed to figure out the
-         right way to handle some other "dfilter_compile()" failures.)
-
-         Use the error message from the display filter as the primary
-         error, as that's the message that tells you what the underlying
-         problem is.  (The GNOME HIG says "In most situations the user
-         should only need the primary text to make a quick decision", so
-         the primary text should tell you what's wrong with the filter,
-         not just that it's invalid.  If there are messages from the
-         display filter code that don't give enough information, or are a
-         bit cryptic, such as "Unexpected end of filter string," those
-         should be fixed in the display filter code.)
-
-         Improve the error used if an empty filter is used for "find
-         frame".
-
-2004-02-11 01:23  guy
-
-       * alert_box.c, alert_box.h, capture.c, file.c, gtk/follow_dlg.c,
-         gtk/print_dlg.c, gtk/proto_draw.c, gtk/rtp_analysis.c,
-         gtk/rtp_stream.c:
-
-         Add an "open_failure_alert_box()" routine to pop up an alert box
-         for a failed attempt to open/create a file.
-
-         Fix one call to pass the right value for the "for_writing" flag.
-
-2004-02-11 01:37  guy
-
-       * alert_box.c, alert_box.h, file.c, gtk/follow_dlg.c,
-         gtk/print_dlg.c, gtk/proto_draw.c, gtk/rtp_analysis.c,
-         gtk/rtp_stream.c:
-
-         Add "write_failure_alert_box()" to put up an alert box for a
-         failed attempt to write to a file (or close a file opened for
-         writing).
-
-         Get rid of no-longer-needed #includes of <epan/filesystem.h>.
-
-2004-02-11 02:02  guy
-
-       * file.c:
-
-         Replace the "cf_XXX_error_message()" routines with
-         "cf_XXX_failure_alert_box()" routines that put the alert box up,
-         and directly call the "alert_box.h" routines for OS errors.
-
-2004-02-11 03:40  guy
-
-       * gtk/simple_dialog.c:
-
-         Give alert boxes an empty title on UN*X and a title of "Ethereal"
-         on Win32, to match the GNOME HIG on UN*X and the Win32 HIG on
-         Windows (or, at least, to approximate the Win32 HIG on Windows).
-
-2004-02-11 03:55  guy
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/file_dlg.c, gtk/main.c,
-         gtk/menu.c, gtk/simple_dialog.c:
-
-         Get rid of the "Question" alert box type - rename it to
-         "Confirmation", as that seems to be the name used in the GNOME
-         HIG, at least.  Make it use the Warning icon (that's what the
-         GNOME HIG says - and it's also what's used for the equivalent on
-         Windows), and use it for the "Save current capture?" alert boxes.
-
-2004-02-11 04:17  guy
-
-       * gtk/: Makefile.am, ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, menu.h, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, rtp_analysis.c, rtp_stream_dlg.c,
-         smb_stat.c, tap_menu.h, wsp_stat.c:
-
-         Move the declaration of "register_tap_menu_item()" into a new
-         "tap_menu.h" file, and have the Ethereal taps include that rather
-         than "menu.h", so we don't have to worry about making sure we've
-         included <stdio.h> to define FILE, etc. just because some
-         "menu.h" functions require it.
-
-2004-02-11 04:19  guy
-
-       * AUTHORS, Makefile.common, packet-gsm_map.c, gtk/Makefile.common,
-         gtk/gsm_map_stat.c:
-
-         From Michael Lum: add tap for GSM MAP message statistics.
-
-2004-02-11 04:27  guy
-
-       * packet-gsm_map.h:
-
-         From Michael Lum: add tap for GSM MAP message statistics.
-
-2004-02-11 04:28  guy
-
-       * gtk/: ansi_a_stat.c, ansi_map_stat.c, bootp_stat.c,
-         dcerpc_stat.c, endpoint_talkers_eth.c, endpoint_talkers_fc.c,
-         endpoint_talkers_fddi.c, endpoint_talkers_ip.c,
-         endpoint_talkers_ipx.c, endpoint_talkers_tcpip.c,
-         endpoint_talkers_tr.c, endpoint_talkers_udpip.c, fc_stat.c,
-         gsm_a_stat.c, h225_counter.c, h225_ras_srt.c, http_stat.c,
-         io_stat.c, isup_stat.c, ldap_stat.c, menu.c, mgcp_stat.c,
-         rpc_progs.c, rpc_stat.c, smb_stat.c, wsp_stat.c:
-
-         Most taps that now include "tap_menu.h" no longer need to include
-         <stdio.h> to define FILE; get rid of the include.
-
-2004-02-11 04:34  guy
-
-       * AUTHORS, packet-nfs.c:
-
-         From Prabhakar Krishnan: dissect NetApp ONTAP file handles.
-
-2004-02-11 09:19  guy
-
-       * packet-multipart.c, packet-sip.c, range.c, gtk/main.c:
-
-         Cast "char" values to "guchar" before passing them to <ctype.h>
-         macros, so that characters with the 8th bit set don't get
-         sign-extended and cause the macros not to return the right
-         answer.
-
-2004-02-11 09:58  guy
-
-       * Makefile.nmake:
-
-         The top-level Makefile.nmake doesn't yet get all the source files
-         from Makefile.common, so we have to add alert_box.obj to the list
-         of object files for Ethereal.
-
-2004-02-11 20:05  guy
-
-       * AUTHORS, doc/ethereal.pod, wiretap/AUTHORS, wiretap/Makefile.am,
-         wiretap/Makefile.nmake, wiretap/eyesdn.c, wiretap/eyesdn.h,
-         wiretap/file_access.c, wiretap/wtap.h:
-
-         From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.
-
-2004-02-11 20:23  jmayer
-
-       * AUTHORS, Makefile.common, packet-slsk.c, doc/ethereal.pod:
-
-         Christian Wagner: Support for the Soul Seek P2P protocol
-
-2004-02-11 20:30  guy
-
-       * README, doc/editcap.pod, doc/ethereal.pod, doc/mergecap.pod,
-         doc/tethereal.pod:
-
-         Include EyeSDN USB S0 trace files in the list of file formats we
-         read.
-
-2004-02-11 20:47  guy
-
-       * wiretap/libpcap.c:
-
-         Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now;
-         we could probably map it to one of the many different
-         802.11+radio headers, but we should probably just have *one*
-         Wiretap encapsulation for 802.11, with a radiotap-style list of
-         attributes attached to it.
-
-2004-02-11 20:55  guy
-
-       * packet-h225.c:
-
-         From Anders Broman: dissect manufacturer information in
-         "dissect_h225_h221NonStandard()".
-
-2004-02-11 21:20  guy
-
-       * epan/dfilter/: grammar.lemon, semcheck.c:
-
-         Make an existence test of an arbitrary entity syntactically
-         valid, but check, in the semantics-checking phase, that we're
-         testing a field, so that we can give a better message than, for
-         example, "Unexpected end of filter string." for an existence test
-         with a misspelled field name.
-
-2004-02-11 22:52  guy
-
-       * epan/dfilter/: dfilter-int.h, dfilter.c, scanner.l:
-
-         Use -1 rather than 0 as the SCAN_FAILED return value from the
-         lexical analyzer on errors, and check for SCAN_FAILED from the
-         lexical analyzer and abort the parse if we see it; 0 means "end
-         of input", and we want to distinguish errors from end-of-input,
-         so that we can report errors as such.
-
-         If we see end-of-input while parsing a double-quoted string,
-         report the error (missing closing quote).
-
-         Fix the URL for the "Start conditions" section of the Flex
-         manual.
-
-2004-02-12 07:59  ulfl
-
-       * README.win32:
-
-         from Anders Broman: added some tips for compiling with GTK2 and
-         other things
-
-2004-02-12 19:49  guy
-
-       * wiretap/libpcap.c:
-
-         Note that 164 is reserved for Juniper chassis-internal
-         meta-information (DLT_JUNIPER_MONITOR/LINKTYPE_JUNIPER_MONITOR).
-
-         Fix a typo.
-
-2004-02-12 20:47  guy
-
-       * packet-socks.c:
-
-         From Yaniv Kaul: the response to an V5 authentication response is
-         a V5 authentication response, not a V5 command.
-
-         Clean up white space.
-
-2004-02-12 20:58  guy
-
-       * packet-slsk.c:
-
-         From Kendy Kutzner: don't use variable-length arrays, not all C
-         compilers support them.
-
-         Also, use "tvb_memdup()" to make a copy of the compressed data -
-         it's faster, and also checks to make sure the data is actually
-         there (it throws an exception before allocating anything).
-
-2004-02-12 21:04  guy
-
-       * packet-socks.c:
-
-         Eliminate a compiler warning.
-
-         Use "guint8" for 8-bit binary data, and use "%u" to print
-         unsigned values.
-
-2004-02-12 21:25  guy
-
-       * wiretap/eyesdn.c:
-
-         Use "guint8" for 8-bit binary data.
-
-         "file_getc()" returns either an 8-bit unsigned value, or -1 for
-         error or EOF; store its return value into an "int", and check for
-         -1 and return -2, in "esc_read()" (rather than checking
-         "file_error()" at the end).
-
-         Clean up some comments, routine names, and variable names -
-         eyeSDN files are binary, not text.
-
-         In "parse_eyesdn_packet_data()", handle the case of an EOF from
-         "esc_read()".
-
-2004-02-12 22:24  guy
-
-       * simple_dialog.h, gtk/capture_dlg.c, gtk/color_dlg.c,
-         gtk/dfilter_expr_dlg.c, gtk/file_dlg.c, gtk/gui_prefs.c,
-         gtk/main.c, gtk/menu.c, gtk/rtp_analysis.c, gtk/rtp_stream.c,
-         gtk/simple_dialog.c:
-
-         The HIG's and/or GUI toolkit documentation for:
-
-                 Mac OS X
-
-                 GNOME
-
-                 Qt
-
-                 KDE
-
-                 Windows
-
-         all indicate that {message,alert} boxes are modal, at least for
-         the window to which they apply.  (Presumably the idea is that not
-         forcing the user to pay attention to the alert box, and allowing
-         more than one alert box to be up for a given window, causes more
-         problems than not letting the user do stuff to that window in
-         order to figure out what the underlying problem is or figure out
-         what to do to fix it - the message should be sufficient, in most
-         if not all cases, to let you know what the problem is.)
-
-         Make "simple_dialog()" unconditionally make the alert box modal,
-         and get rid of ESD_TYPE_MODAL.  XXX - we need to make it possible
-         to make an alert box modal for a given window, rather than just
-         the top-level window.
-
-2004-02-13 00:00  guy
-
-       * gtk/main.c:
-
-         Create only one "About Ethereal" window per process.
-
-2004-02-13 00:00  guy
-
-       * gtk/plugins_dlg.c:
-
-         Create only one "Plugins" window per process.
-
-2004-02-13 00:53  guy
-
-       * gtk/: bootp_stat.c, capture_prefs.c, dcerpc_stat.c, dlg_utils.c,
-         endpoint_talkers_table.c, fc_stat.c, follow_dlg.c,
-         h225_counter.c, h225_ras_srt.c, http_stat.c, io_stat.c,
-         ldap_stat.c, main.c, mgcp_stat.c, packet_win.c, rpc_progs.c,
-         rpc_stat.c, rtp_analysis.c, smb_stat.c, summary_dlg.c,
-         tcp_graph.c, ui_util.c, ui_util.h, wsp_stat.c:
-
-         Add a "window_new()" routine that creates a window of a given
-         type, sets the title, and arranges to set the icon for it.  Use
-         that instead of "gtk_window_new()" and separate calls to set the
-         title and arrange to set the icon.
-
-         Regularize #includes a bit.
-
-         Clean up white space.
-
-2004-02-13 00:56  guy
-
-       * gtk/help_dlg.c:
-
-         The Help window should be a separate top-level window, not a
-         dialog subordinate to the main window - it's a separate top-level
-         window in W2K, Mac OS X, and, I think, both GNOME and KDE.
-
-2004-02-13 01:09  guy
-
-       * epan/resolv.h, gtk/menu.c:
-
-         As noted by Pavel Kankovsky, the "Resolve Name" menu items should
-         be available if *any* forms of name resolution aren't enabled.
-         (Well, actually, it should probably affect only the item the
-         mouse was over when you selected it, and should be available if
-         name resolution for that type of name isn't enabled, but....)
-
-2004-02-13 02:03  guy
-
-       * Makefile.nmake:
-
-         Now that Ethereal *itself* (not just Wiretap) can use libz (the
-         Soulseek dissector can use it), we have to link Ethereal,
-         Tethereal, and dftest with libz, as well as linking Wiretap with
-         it.
-
-         We also probably need to link dftest with the PCRE library, as
-         the display filter code uses PCRE.
-
-2004-02-13 19:15  guy
-
-       * packet-iax2.c:
-
-         From Alastair Maw: fix DTMF and call transfer dissection.
-
-2004-02-13 19:19  guy
-
-       * wiretap/eyesdn.c:
-
-         Get rid of unused variables and #defines.
-
-2004-02-13 19:33  guy
-
-       * packet-h225.c, packet-h245.c:
-
-         From Anders Broman: fix the offsets usd when adding the
-         manufacturer info.
-
-2004-02-14 10:37  obiot
-
-       * doc/README.developer:
-
-         Add a note on white space conventions (tab expansion different
-         from 8 spaces is a Bad Idea).
-
-         Add a note on the new col_append_sep_str() and
-         col_append_sep_fstr() methods.
-
-2004-02-14 11:13  obiot
-
-       * packet-image-jfif.c:
-
-         Update the Info column.
-
-2004-02-14 20:55  guy
-
-       * AUTHORS, packet-prism.c, doc/ethereal.pod:
-
-         From Pavel Kankovsky: fix the name of the channel field in the
-         Prism 802.11 radio header.
-
-2004-02-14 22:25  guy
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Andreas Sikkema's e-mail address.
-
-2004-02-14 22:48  guy
-
-       * packet-h225.c, packet-h245.c, packet-h261.c, packet-rtcp.c,
-         packet-rtp.c, packet-tpkt.c:
-
-         Update Andreas Sikkema's e-mail address.
-
-2004-02-15 07:35  jmayer
-
-       * doc/README.tvbuff:
-
-         Put a prominent note at the top that the actual function
-         descriptions can be found in epan/tvbuff.h
-
-2004-02-16 09:42  sahlberg
-
-       * packet-kpasswd.c:
-
-         Update to kpasswd so that it calls the kerberos dissector to
-         dissect the AP-REQ and KRB-PRIV ans.1 encoded kerberos blobs
-
-         KRB-PRIV (application 21) is not yet supported/handled by the
-         existing kerberos dissector but will be after next release when
-         the new one makes it test run.
-
-2004-02-16 13:30  jmayer
-
-       * AUTHORS, packet-postgresql.c, doc/ethereal.pod:
-
-         Edwin Calo: Extract strings from a postgres datastream
-
-2004-02-16 16:49  jmayer
-
-       * Makefile.common:
-
-         Edwin Calo: Extract strings from a postgres datastream
-
-2004-02-16 18:23  sahlberg
-
-       * packet-h450.c:
-
-         Update to fix the bug reported by Zhao, Allen Weitao using the
-         fix proposed by Tomas Kukosa.
-
-         There were a number of dissect_per_choice() calls where the hf
-         field passed to it were of the wrong type, i.e. not FT_UINT32.
-
-         All these instances have been updated to use FT_UINT32.
-
-2004-02-16 18:31  sahlberg
-
-       * packet-per.c, packet-per.h, plugins/plugin_api_list.c:
-
-         From Tomas Kukosa,  add a PER helper to dissect BITSTRINGS
-
-2004-02-16 18:47  obiot
-
-       * packet-text-media.c:
-
-         Use col_append_sep_str() instead of col_append_str().
-
-2004-02-16 19:00  ulfl
-
-       * gtk/: menu.c, recent.c:
-
-         bugfix: don't write the recent files list in the wrong order to
-         the recent file
-
-2004-02-16 19:07  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         bugfix from greg morris: two help pages were missing
-
-2004-02-16 20:58  guy
-
-       * packet-per.c:
-
-         Squelch a signed vs. unsigned comparison complaint.
-
-2004-02-17 10:03  jmayer
-
-       * packet-postgresql.c:
-
-         Bytes should be read with tvb_get_guint8 instead of _ntohs
-         (spotted by Ulf Lamping)
-
-2004-02-17 14:49  ulfl
-
-       * gtk/: file_dlg.c, main.c, recent.c, recent.h:
-
-         bugfix: use last_open_dir for the recent file, instead of the
-         somewhat duplicated value in the recent struct
-
-2004-02-17 17:48  ulfl
-
-       * file.c:
-
-         fixed dialog box text and some comments
-
-2004-02-18 00:31  jmayer
-
-       * FAQ, make-faq, help/faq.txt:
-
-         Update make-faq to the new URL and the changed internal structure
-           of the FAQ.
-
-         Update the FAQ.
-
-2004-02-18 00:33  jmayer
-
-       * manuf:
-
-         Update manuf
-
-2004-02-18 04:11  jmayer
-
-       * gtk/: gsm_map_stat.c, isup_stat.c:
-
-         Warning fixes:   gsm_map_stat.c: comparison is always false due
-         to limited                range of data type   both: get rid of a
-         "discards qualifier" warning
-
-2004-02-18 04:41  jmayer
-
-       * packet-tds.c:
-
-         Get rid of unused parameter token_sz in function
-         dissect_tds7_results_token
-
-2004-02-18 05:33  guy
-
-       * plugins/rtnet/: moduleinfo.h, packet-rtnet.c:
-
-         From Erwin Rol: update RTnet plugin to the latest spec.
-
-2004-02-18 05:55  guy
-
-       * packet-dcerpc.c:
-
-         From Jaime Fournier: add a hidden FT_BOOLEAN variable that's
-         present if the interface UUID in a datagram call is unknown.
-
-         Clean up white space a bit.
-
-2004-02-18 06:01  guy
-
-       * packet-ncp.c:
-
-         From Greg Morris: don't use a global variable to track whether
-         packets are signed, attach to conversations a "packets are
-         signed" flag.
-
-2004-02-18 06:08  guy
-
-       * packet-dcerpc-fldb.c:
-
-         From Jaime Fournier: updates to the FLDB dissector.
-
-2004-02-18 06:42  guy
-
-       * AUTHORS, packet-ip.c, doc/ethereal.pod:
-
-         From Nick Black: the 0x8000 bit in the flags field is *NOT* a
-         "congestion" bit for ECN.  Show it as a reserved bit.
-
-         Put semicolons, not commas, at the end of the calls to put flags
-         field bits into the protocol tree.
-
-2004-02-18 06:51  guy
-
-       * packet-clnp.c:
-
-         Register the COTP dissector for the IP protocol IP_PROTO_TP, for
-         TP4-over-IP.
-
-2004-02-18 07:14  guy
-
-       * AUTHORS, packet-q931.c, doc/ethereal.pod:
-
-         From Rolf Fiedler: German ISDN carriers don't supply the seconds
-         in the date/time IE, so support IE lengths of 5 (no seconds) or 6
-         (includes seconds).
-
-         Merge the two AUTHORS and man page entries for him.
-
-2004-02-18 07:27  guy
-
-       * packet-postgresql.c:
-
-         Use "tvb_get_string()" to get counted strings.
-
-2004-02-18 07:56  guy
-
-       * packet-ieee80211.c:
-
-         From Pavel Kankovsky: deal with yet another gross non-standard
-         802.11 encapsulation by bridges - this one stuffs a complete
-         Ethernet frame into the payload of a data frame.
-
-2004-02-18 09:10  sahlberg
-
-       * packet-iscsi.c:
-
-         update iscsi so that we can also measure the time between request
-         and response for those transactions where we have phase collaps
-         (no explicit response PDU, status embedded inside the last DataIn
-         PDU)
-
-2004-02-18 09:58  guy
-
-       * packet-q931.c:
-
-         Newlines don't belong in format strings for the "proto_tree_add"
-         routines.
-
-2004-02-18 10:11  guy
-
-       * packet-cops.c, packet-gprs-ns.c, packet-ismp.c, packet-q933.c,
-         packet-trmac.c:
-
-         Newlines don't belong in format strings for the "proto_tree_add"
-         routines.
-
-2004-02-18 14:30  jmayer
-
-       * packet-iax2.c:
-
-         Alastair Maw: Fix retransmissions
-
-2004-02-18 19:44  ulfl
-
-       * packet-dcerpc.c:
-
-         using G_MAXFLOAT and G_MAXDOUBLE, DCERPC is talking about a
-         response, not a reply
-
-2004-02-18 20:43  guy
-
-       * packet-q931.c:
-
-         From Tomas Kukosa:
-
-            - display the type of segmented message in the info column
-            - don't dissect the last IE in the 1st segment if it is
-         incomplete
-            - don't dissect IEs in following segments as segment
-         boundaries
-              usually don't IE boundaries
-
-2004-02-18 20:45  gerald
-
-       * plugins/asn1/Makefile.nmake, Makefile.nmake,
-         packaging/nsis/Makefile.nmake, packaging/nsis/ethereal.nsi:
-
-         From Lars Roland: Add support for a combined GTK1/2 Windows
-         installer.
-
-2004-02-18 20:55  guy
-
-       * packet-sip.c:
-
-         From Martin Mathieson: make the top-level SIP item include the
-         message body, as that's included in the SIP tree.
-
-2004-02-19 00:28  gerald
-
-       * config.nmake, configure.in, epan/configure.in:
-
-         Bump the version to 0.10.1.
-
-2004-02-19 00:29  gerald
-
-       * packet-fc.c, packet-fcip.c:
-
-         From Dinesh Dutt:     - Add FCIP to the list of protocols that
-         can be selected from "Decode As"     - Add an indicator for EISL
-         header in FC frames.
-
-
-
-
-2003-12-13 00:38  gerald
-
-       * Makefile.am:
-
-         Add packet-isup.h as well.
-
-2003-12-13 00:22  gerald
-
-       * Makefile.am:
-
-         Add packet-ansi_map.h to the distribution.
-
-2003-12-12 23:47  obiot
-
-       * packet-smpp.c:
-
-         Always dissect a sm_submit otherwise reassembly of short messages
-         does not work.
-
-2003-12-12 23:35  obiot
-
-       * packet-wbxml.c:
-
-         Move info column update code outside of if (tree).
-
-2003-12-12 23:23  guy
-
-       * packet-dns.c:
-
-         Add some checks to make sure we're not running past the end of
-         the RR we're dissecting.  (Some RR's still don't do that check,
-         as they don't maintain an "rr_len" variable, and as
-         "get_dns_name()" doesn't do any length checking.)
-
-         That obviates the need for having "compute_key_id()" check the
-         length, as we won't even get to calling it if the RR is too
-         short.  Have it still do a check for sanity, but just abort if
-         the check fails, and have it return -1 if the algorithm is
-         unsupported.
-
-         Don't bother processing T_CERT RRs if we're not building a
-         protocol tree, don't fetch data from a T_CERT RR until we put it
-         into the tree, and fix the bug that change found, namely that we
-         were using the wrong variable in the "val_to_str()" call for the
-         certificate type.
-
-2003-12-12 22:19  guy
-
-       * packet-ses.c, packet-ses.h:
-
-         From Yuriy Sidelnikov: if the first SPDU in a TSDU has a type of
-         1 or 2, treat it specially - a type of 1 means GIVE_TOKENS, not
-         DATA_TRANSFER, in that case.
-
-2003-12-12 21:17  guy
-
-       * packet-pim.c:
-
-         From Hannes Gredler:
-
-                 display the PIM hello option values in brackets after the
-         option
-                 name;
-
-                 in the LAN prune delay option dissector:
-
-                         put the top-level item for the option into the
-         PIM
-                         options tree rather than the PIM main tree;
-
-                         calculate the correct LAN prune delay and display
-         it in
-                         units of milliseconds;
-
-                         calculate the correct override interval and
-         display it
-                         in units of milliseconds;
-
-                         fix the offset and length calculation.
-
-2003-12-12 19:55  guy
-
-       * AUTHORS, packet-ansi_a.c, packet-ansi_a.h, packet-ansi_map.c,
-         packet-ansi_map.h, packet-isup.c, packet-isup.h, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/ansi_map_stat.c, gtk/isup_stat.c:
-
-         From Michael Lum:
-
-                 Fix point code display.
-
-                 Add taps for ANSI MAP and ISUP statistics.
-
-2003-12-12 16:06  gerald
-
-       * README.win32:
-
-         Switch from gettext 0.13 to 0.12.1.
-
-2003-12-12 02:50  gerald
-
-       * gtk/: dlg_utils.c, main.c:
-
-         In "dlg_window_new()" check to see if "top_level" has been
-         initialized, as is the case for the spawned capture process.
-
-2003-12-11 21:23  ulfl
-
-       * packet-afp.c, packet-bssap.c, packet-cops.c, packet-esis.c,
-         packet-gsm_sms.c, packet-isakmp.c, packet-osi-options.c,
-         gtk/dcerpc_stat.c, plugins/docsis/packet-tlv.c,
-         plugins/docsis/packet-vendor.c, wiretap/erf.c,
-         wiretap/lanalyzer.c:
-
-         prevent MSVC warning: "warning C4761: Größenkonflikt im Argument.
-         Konvertierung vorgenommen" -> size conflict in argument,
-         conversion done
-
-2003-12-11 18:38  guy
-
-       * packet-dns.c:
-
-         Have "compute_key_id()" return different values for different
-         errors, and have its caller put an entry into the tree for "we
-         don't support the algorithm" (the "RR too short" error is a
-         "can't happen").
-
-2003-12-11 18:37  guy
-
-       * epan/configure.in:
-
-         Add "/usr/local/include" in case the PCRE header file is there.
-
-2003-12-11 08:54  ulfl
-
-       * packet-dns.c:
-
-         replaced type u_int32_t by glib's guint32 (to satisfy MSVC)
-
-2003-12-11 01:13  guy
-
-       * tethereal.c:
-
-         Fix a typo.
-
-2003-12-10 23:21  gerald
-
-       * README.win32, packaging/nsis/ethereal.nsi:
-
-         Update the Windows environment to GLib 2.2.3 and GTK+
-         1.3.0-20030717.  This requires replacing libintl-1.dll from the
-         libintl package (which is no longer used) with intl.dll from
-         intl.dll from the gettext package.
-
-2003-12-10 22:52  gram
-
-       * print.c:
-
-         Analyzer's PDML will be changed to start the packet offset (the
-         "pos" field) at 0 instead of 1. This works better for Ethereal,
-         as our offsets start at 0. Change the "geninfo" pseudo-protocol
-         to use pos="0" instead of pos="1".
-
-2003-12-10 22:38  obiot
-
-       * epan/dfilter/Makefile.nmake:
-
-         PCRE support requires $(PCRE_CFLAGS) in CFLAGS.
-
-2003-12-10 22:27  obiot
-
-       * tap-wspstat.c:
-
-         WSP status code is hexadecimal.
-
-2003-12-10 21:50  gerald
-
-       * config.nmake, configure.in, epan/configure.in:
-
-         Bump the version to 0.10.0.  It could be (and has been) argued
-         that the last release should have been 0.10.0.
-
-2003-12-10 21:21  guy
-
-       * gtk/gsm_a_stat.c:
-
-         Oops, I checked the wrong tap into CVS somehow.
-
-2003-12-10 21:12  gerald
-
-       * epan/ftypes/: ftypes-int.h, ftypes.h:
-
-         Make the _pcre_tuple_t struct internal.
-
-2003-12-10 19:35  guy
-
-       * packet-dns.c:
-
-         From David Fort: compute and display the key ID in a DNS KEY RR,
-         if possible.
-
-2003-12-10 19:26  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: add CIC to Info column.
-
-2003-12-10 19:21  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-igap.c,
-         packet-igap.h, packet-igmp.c:
-
-         From Akira Endoh: IGAP support.
-
-2003-12-10 19:21  guy
-
-       * packet-isakmp.c:
-
-         Squelch a compiler warning.
-
-2003-12-10 19:05  ulfl
-
-       * packaging/nsis/ethereal.nsi:
-
-         added some more uninstall info and offering only removal of
-         program (instead of modify/repair)
-
-2003-12-10 10:47  guy
-
-       * packet-isakmp.c:
-
-         Check whether the packet length is less than the length of the
-         packet header, and give up if it is.
-
-2003-12-09 23:45  obiot
-
-       * gtk/tcp_graph.c:
-
-         Mark parameter data as unused in callback_create_help().
-
-2003-12-09 23:15  obiot
-
-       * epan/ftypes/Makefile.nmake:
-
-         Internal PCRE field type for efficient RE parsing in dfilters.
-
-2003-12-09 23:02  obiot
-
-       * epan/: ftypes/Makefile.am, ftypes/ftype-pcre.c,
-         ftypes/ftype-string.c, ftypes/ftypes.c, ftypes/ftypes.h,
-         dfilter/semcheck.c:
-
-         Internal PCRE field type for efficient RE parsing in dfilters.
-
-2003-12-09 22:41  ulfl
-
-       * file.c, gtk/main.h, gtk/menu.c:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 22:27  ulfl
-
-       * print.c:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 22:21  ulfl
-
-       * print.h, tethereal.c, gtk/print_dlg.c:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 22:04  ulfl
-
-       * print.h:
-
-         print system enhanced, more print ranges and expanded states
-
-2003-12-09 18:49  guy
-
-       * Makefile.am, Makefile.nmake, packet-gsm_a.c, packet-gsm_a.h,
-         tap-ansi_astat.c, tap-gsm_astat.c, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/ansi_a_stat.c, gtk/gsm_a_stat.c:
-
-         From Michael Lum:
-
-                 new taps for GSM A-interface;
-
-                 fixes for ANSI A-interface taps.
-
-2003-12-09 06:48  guy
-
-       * column.c, column.h, file.c, ui_util.h, epan/column-utils.c,
-         epan/column_info.h, gtk/main.c, gtk/packet_list.c:
-
-         Don't automatically size the columns - that's expensive in large
-         captures, as it has to compute the width of an auto-resizing
-         column in every row.  Just pick fixed widths for the columns (and
-         tune the width of the "Protocol" column so that it's not narrower
-         than the column title).
-
-2003-12-09 05:56  gram
-
-       * tethereal.c, doc/README.xml-output, doc/tethereal.pod,
-         tools/msnchat:
-
-         -Tpdml and -Tps force -V. Thus, -V is no longer required when
-         using -Tpdml.  Eventually, -Tps will not force -V, and will print
-         summaries when -V is not selected. However, work still has to be
-         done there.
-
-2003-12-09 05:10  guy
-
-       * packet-radius.c:
-
-         Add a new attribute type RADIUS_IP6_ADDRESS for IPv6 addresses.
-
-         Put in a note explaining the enum for those types.
-
-         From Rui Carmo: add all 3GPP VSA's.
-
-2003-12-09 05:06  guy
-
-       * epan/: resolv.c, to_str.c, to_str.h:
-
-         Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".
-
-2003-12-09 00:52  guy
-
-       * packet-ansi_637.c:
-
-         From Michael Lum: fix incorrect switch values which resulted in
-         NULL strings being passed to ..._add_text().
-
-2003-12-09 00:12  guy
-
-       * packet-tcp.c:
-
-         As per Didier Gautheron, dissect TCP options regardless of
-         whether we're building a protocol tree, so the Info column is set
-         correctly.
-
-2003-12-08 23:40  guy
-
-       * packet-alcap.c, packet-ansi_637.c, packet-ansi_683.c,
-         packet-ansi_a.c, packet-ansi_map.c, packet-gsm_a.c,
-         packet-gsm_map.c, packet-gsm_sms.c, epan/to_str.c, epan/to_str.h:
-
-         Get rid of the private "my_decode_bitfield_value()" a number of
-         dissectors had.  Instead, rename it
-         "other_decode_bitfield_value()", put it in "epan/to_str.c", and
-         make "decode_bitfield_value()" use it.
-
-2003-12-08 22:28  guy
-
-       * Makefile.nmake:
-
-         Add a "doc" target, as per Ulf Lamping's comment.
-
-2003-12-08 22:24  guy
-
-       * doc/ethereal-filter.pod.template:
-
-         Note the types of fields for which the "contains" operator is
-         available.
-
-         Always capitalize the names "Ethereal" and "Tethereal" (we don't
-         capitalize the command names, however, as they're
-         all-lower-case).
-
-         Note that you can find out from the GUI whether Ethereal was
-         built with the PCRE library or not.
-
-         Fix a typo.
-
-2003-12-08 21:57  guy
-
-       * print.c:
-
-         "proto_construct_dfilter_string()" can return a null pointer,
-         e.g. for protocol tree fields that don't have values and that are
-         zero-length.
-
-         Combine the "if (fi->hfinfo->type != FT_PROTOCOL && fi->length >
-         0)" stuff to show the raw value into the previous "if".
-
-2003-12-08 21:36  guy
-
-       * AUTHORS, packet-mtp3.c, packet-mtp3.h, packet-sccp.c,
-         epan/packet_info.h, epan/to_str.c:
-
-         From Michael Lum: support an AT_SS7PC address type for SS7 point
-         codes, and set the direction in pinfo for SS7 packets based on
-         source and destination addresses.
-
-2003-12-08 20:58  guy
-
-       * packet-dcerpc.c:
-
-         From Jamie Fournier: don't show UNKUUID information for fragments
-         for known dissectors.
-
-2003-12-08 20:50  guy
-
-       * packet-srvloc.c:
-
-         From Greg Morris: ecode the attribute structure instead of
-         reporting a really long undecoded string.
-
-2003-12-08 20:43  guy
-
-       * packaging/nsis/ethereal.nsi:
-
-         From Lars Roland: fix a typo.
-
-2003-12-08 20:42  guy
-
-       * packaging/nsis/Makefile.nmake:
-
-         From Lars Roland: fix the NSIS Makefile to handle PCRE.
-
-2003-12-08 20:40  guy
-
-       * packet-isis-clv.c, packet-isis-clv.h, packet-isis-hello.c,
-         packet-isis-hello.h, packet-isis-lsp.c, packet-isis-lsp.h,
-         packet-isis-snp.c, packet-isis-snp.h:
-
-         From Hannes Gredler:
-
-         - unify the IS-IS CLV space   IS-IS uses a unified CLV space
-         across all Level and PDU Types   there is no need to define PDU-
-         and Level- Specific CLV   Types;
-
-         - clean up Authentication CLV   TLV #10 is the official supported
-         TLV for carrying authentication   information- todays code
-         displays TLV #10 as non-standard which   is wrong;   also the
-         notion of "Domain" "Authentication" and "Link" password   has
-         disappeared from contemporary routing SW;
-
-         - add IP Authentication CLV dissector   this CLV is depreciated -
-         however it is using different semantics   than TLV #10 so we need
-         a dedicated dissector;
-
-         - add Checksum CLV dissector   add support for RFC 3358 Checksum
-         CLVs   majority of code re-used from the LSP checksum
-         verification   dissector.
-
-2003-12-08 20:37  obiot
-
-       * packet-wsp.c, packet-mmse.c, packet-wbxml.c:
-
-         Get rid of the integer media type dissector table in WSP, WBXML
-         and MMSE.
-
-2003-12-08 20:36  guy
-
-       * packet-dsi.c:
-
-         From Didier Gautheron: check packet format in get_dsi_pdu_len.
-
-2003-12-08 20:36  guy
-
-       * packet-afp.c:
-
-         From Didier Gautheron: add offset and size parameters in info
-         colum for read and write commands.
-
-2003-12-08 20:25  guy
-
-       * packet-sip.c:
-
-         From Anders Broman:
-
-                 Call subdissectors regardless of whether we're building a
-                 protocol tree or not.
-
-                 Use the "media_type" dissector table to hand off to
-                 subdissectors, rather than wiring in SDP.
-
-                 Put the message body into a subtree of the SIP tree
-         rather than
-                 at the top level.
-
-2003-12-08 19:25  ulfl
-
-       * gtk/menu.c:
-
-         moved "File->Save Highlighted Data" to "File->Export->Raw Packet
-         Data"
-
-2003-12-08 17:54  ulfl
-
-       * doc/ethereal.pod:
-
-         updated to reflect the menu redesign changes
-
-2003-12-08 17:49  ulfl
-
-       * gtk/menu.c:
-
-         removed seperator between the two print menuitems
-
-2003-12-07 19:09  obiot
-
-       * AUTHORS:
-
-         Update address of Johan Feyaerts. Dfilter matches operator.
-
-2003-12-07 18:32  obiot
-
-       * doc/ethereal-filter.pod.template:
-
-         Clarify dfilter syntax (mainly the implicit exists operator), add
-         subsections in syntax section, add description of new "contains"
-         operator (and inform that it is only available if libpcre has
-         been linked in).
-
-2003-12-07 18:09  obiot
-
-       * packet-mmse.c, packet-wbxml.c, packet-wsp.c:
-
-         Remove the literal WSP content type dissector table, and replace
-         it with the "media_type" table defined in the HTTP dissector.
-
-2003-12-07 09:43  oabad
-
-       * gtk/main.c:
-
-         Update various set_menu_object_data() calls to reflect recent
-         menu hierarchy changes. This avoids a crash when selecting "Folow
-         TCP stream" from the "Analyze" menu.
-
-2003-12-07 03:46  guy
-
-       * packet-sdp.c:
-
-         Register the SDP dissector with the media_type dissector table
-         with its media type.
-
-2003-12-07 03:34  guy
-
-       * packet-http.c:
-
-         Use a cleanup handler to free the Content-Type header value, so
-         it gets freed even if we throw an exception after processing the
-         Content-Type header but before we call a subdissector.
-
-2003-12-07 03:21  guy
-
-       * packet-http.c:
-
-         Change the name of the variable holding the dissector table
-         pointer to match the previous checkin.
-
-2003-12-07 03:17  guy
-
-       * packet-http.c, packet-mmse.c:
-
-         Rename the "http.content_type" dissector table to "media_type",
-         as it's for use in any dissector that uses Internet media types.
-
-2003-12-07 02:42  guy
-
-       * packet-nt-sonmp.c:
-
-         Only check the destination address if it's AT_ETHER; otherwise,
-         there's no guarantee that "data[5]" exists or can be interpreted
-         in that fashion.
-
-2003-12-07 02:26  guy
-
-       * packet-ssl.c:
-
-         From Devin Heitmueller: include the AES ciphersuites from RFC
-         3268.
-
-2003-12-07 02:23  guy
-
-       * doc/tethereal.pod:
-
-         Put the "-V" flag in boldface, so pod2man doesn't whine.
-
-2003-12-07 00:04  gerald
-
-       * Makefile.nmake, README.win32, config.h.win32, config.nmake,
-         epan/Makefile.nmake, epan/config.h.win32,
-         epan/ftypes/Makefile.nmake, packaging/nsis/ethereal.nsi:
-
-         Add PCRE support to the Windows build.
-
-2003-12-06 19:26  oabad
-
-       * packet-nt-sonmp.c:
-
-         Check if pinfo->dl_dst.data is not NULL before accessing the data
-         (it was NULL in one of my "linux cooked" captures which contains
-         no destination address).
-
-2003-12-06 19:14  jmayer
-
-       * packet-mtp3mg.c:
-
-         Declaration included the line above
-
-2003-12-06 16:35  gram
-
-       * Makefile.am, acinclude.m4, configure.in, util.c,
-         epan/acinclude.m4, epan/configure.in, epan/dfilter/dfvm.c,
-         epan/dfilter/dfvm.h, epan/dfilter/gencode.c,
-         epan/dfilter/grammar.lemon, epan/dfilter/scanner.l,
-         epan/dfilter/semcheck.c, epan/dfilter/sttype-test.c,
-         epan/dfilter/sttype-test.h, epan/ftypes/ftype-bytes.c,
-         epan/ftypes/ftype-double.c, epan/ftypes/ftype-integer.c,
-         epan/ftypes/ftype-ipv4.c, epan/ftypes/ftype-none.c,
-         epan/ftypes/ftype-string.c, epan/ftypes/ftype-time.c,
-         epan/ftypes/ftype-tvbuff.c, epan/ftypes/ftypes.c,
-         epan/ftypes/ftypes.h:
-
-         From Olivier Biot
-
-         New "matches" operater in display filter language. Uses PCRE.
-
-         If a "matches" operator is found in a dfilter while libpcre has
-         not been used to build the binary, then an exception is thrown
-         after using dfilter_fail() to set an apporporiate error message.
-
-2003-12-06 06:22  gram
-
-       * epan/Makefile.am:
-
-         slab.h needs to be in libethereal_a_SOURCES
-
-2003-12-06 06:09  gram
-
-       * Makefile.am, packet-frame.c, packet-frame.h, print.c, print.h,
-         tethereal.c, doc/README.xml-output, doc/tethereal.pod,
-         epan/proto.c, epan/proto.h, tools/EtherealXML.py,
-         tools/Makefile.am, tools/msnchat:
-
-         Add the ability to print packet dissections in PDML (an XML-based
-         format) to tethereal. It could be added to Ethereal, but the GUI
-         changes to allow the user to select PDML as a print format have
-         not been added.
-
-         Provide a python module (EtherealXML.py) to help parse PDML.
-
-         Provide a sample app (msnchat) which uses tethereal and
-         EtherealXML.py to reconstruct MSN Chat sessions from packet
-         capture files. It produces a nice HTML report of the chat
-         sessions.
-
-         Document tethereal's PDML and EtherealXML.py usage in
-         doc/README.xml-output
-
-         Update tethereal's manpage to reflect the new [-T pdml|ps|text]
-         option
-
-2003-12-06 04:05  guy
-
-       * file.c, ui_util.h, gtk/packet_list.c:
-
-         From Jeff Morriss: avoid at least some N^2 behavior when changing
-         the time stamp format.
-
-2003-12-05 22:33  guy
-
-       * packet-ccsds.c:
-
-         "hf_ccsds_secheader" is an FT_BOOLEAN; use
-         "proto_tree_add_boolean()" for it.
-
-2003-12-05 16:00  gerald
-
-       * Makefile.nmake, README.win32, config.nmake:
-
-         Switch over to Net-SNMP 5.1.  A ZIP file of the Net-SNMP 5.1
-         sources plus a static Windows library (netsnmp.lib) has been
-         placed at
-
-             http://www.ethereal.com/distribution/win32/development/
-
-         The Net-SNMP documentation recommends against using a DLL at the
-         present time.
-
-2003-12-05 09:34  guy
-
-       * packet-sdp.c:
-
-         We have to parse the SDP packet even if we're not building a
-         protocol tree, as we might be setting up a conversation.
-
-2003-12-05 09:33  guy
-
-       * packet-isup.c:
-
-         Subdissectors must be called regardless of whether a protocol
-         tree is being built.
-
-2003-12-05 09:25  guy
-
-       * plugins/mgcp/packet-mgcp.c:
-
-         Subdissectors must be called regardless of whether a protocol
-         tree is being built.
-
-2003-12-04 22:37  guy
-
-       * plugins/asn1/Makefile.am:
-
-         From some reason, at least on Mac OS X 10.3, the change to have
-         the protocol tree stuff not use GNodes means that the ASN.1
-         plugin now needs to be explicitly linked against GLib in order to
-         get access to the GNode routines, otherwise you get errors from
-         the run-time linker.
-
-2003-12-04 19:53  guy
-
-       * epan/: proto.c, proto.h:
-
-         It turns out the protocol tree parent link was used, so we need
-         it in our new scheme.
-
-2003-12-04 10:59  guy
-
-       * file.c, print.c, proto_hier_stats.c, tap-protohierstat.c,
-         epan/proto.c, epan/proto.h, gtk/proto_draw.c, gtk/rtp_analysis.c:
-
-         Don't use GNodes for the protocol tree, put the sibling pointer,
-         and pointers to the first *and* last child, in the "proto_node"
-         structure itself.  That saves us one level of indirection and
-         memory allocation, and lets us append to a tree by appending to
-         the last child directly, rather than having to scan through the
-         list of siblings of the first child to find the end of that list.
-
-2003-12-04 08:15  sahlberg
-
-       * packet-kerberos.c:
-
-         update to kerberos
-
-         if the kerberos blob contains a krb error, print the error string
-         to COL_INFO
-
-2003-12-04 08:13  sahlberg
-
-       * packet-ldap.c:
-
-         update to ldap.
-
-         some implementations specify GSSAPI in the bind call.  the
-         encapsulation seems to be the same as GSS-SPNEGO so handle it the
-         same way
-
-2003-12-04 06:02  gram
-
-       * packet-wsp.c:
-
-         Add {0, NULL} to the vals_wsp_reason_codes value_string array.
-
-2003-12-04 05:59  gram
-
-       * packet-wlancap.c:
-
-         Add {0, NULL} to all the value_string arrays.
-
-2003-12-04 05:57  gram
-
-       * packet-socks.c:
-
-         Add {0, NULL} to the reply_table_v5 value_string array.
-
-2003-12-04 05:55  gram
-
-       * packet-ldp.c:
-
-         ldp.msg.tlv.returned.msg.ubit needs to be an FT_BOOLEAN field,
-         not an FT_UINT8, since it is using a true_false_string struct to
-         print its values.  Add {0, NULL} to the fec_vc_interfaceparm
-         value_string array.
-
-2003-12-04 05:47  gram
-
-       * packet-isup.c:
-
-         Add {0, NULL} to the isup_Pass_on_not_possible_indicator_vals and
-         ISUP_Broadband_narrowband_interworking_indicator_vals
-         value_string arrays.
-
-2003-12-04 05:40  gram
-
-       * packet-fcswils.c:
-
-         Add {0, NULL} to end of fc_swils_rscn_addrfmt_val value_string
-         array.
-
-2003-12-04 05:38  gram
-
-       * packet-fcip.c:
-
-         Add {0, NULL} to end of fcencap_proto_vals value_string array.
-
-2003-12-04 00:45  guy
-
-       * filters.c, filters.h, gtk/dcerpc_stat.c,
-         gtk/endpoint_talkers_table.c, gtk/fc_stat.c, gtk/filter_prefs.c,
-         gtk/find_dlg.c, gtk/h225_counter.c, gtk/h225_ras_srt.c,
-         gtk/ldap_stat.c, gtk/mgcp_stat.c, gtk/prefs_dlg.c,
-         gtk/rpc_stat.c, gtk/service_response_time_table.c,
-         gtk/smb_stat.c:
-
-         In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *";
-         assign its value to pointer-to-const variables.
-
-2003-12-03 23:54  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-gsm_map.c,
-         doc/ethereal.pod:
-
-         From Felix Fei: GSM MAP support.
-
-         From Michael Lum:
-
-                 Modified for better TCAP separation, fixed EOC handling
-         (a la
-                 TCAP).
-
-                 Added parameter parsing (although not dissection or
-         naming).
-
-2003-12-03 23:46  guy
-
-       * AUTHORS, packet-ansi_a.c, packet-ansi_a.h, tap-ansi_astat.c,
-         gtk/Makefile.am, gtk/Makefile.nmake, gtk/ansi_a_stat.c:
-
-         From Michael Lum: Ethereal tap for ANSI A-interface.
-
-         Tweak some Makefile.nmake whitespace.
-
-2003-12-03 22:50  guy
-
-       * packet-mtp2.c, packet-mtp3.c:
-
-         From Jeff Morriss: add support for WTAP_ENCAP_MTP2 and
-         WTAP_ENCAP_MTP3.
-
-2003-12-03 22:40  guy
-
-       * wiretap/: AUTHORS, libpcap.c, wtap.c, wtap.h:
-
-         From Jeff Morriss: add support for libpcap MTP2 and MTP3
-         captures.
-
-         Add a missing entry in "encap_table[]" for Bluetooth H4, and fix
-         some comments.
-
-2003-12-03 20:01  guy
-
-       * packet-bootp.c:
-
-         From Greg Morris: handle the backwards compatibility flag for
-         options 78 and 79.
-
-2003-12-03 19:59  guy
-
-       * gtk/menu.c:
-
-         From Greg Morris: the "File->Save Highlighted" menu item has no
-         icon, so don't use "ITEM_FACTORY_STOCK_ENTRY()" for it.
-
-2003-12-03 19:47  guy
-
-       * wiretap/airopeek9.c:
-
-         "strtoul()" returns a "long", not a "long long".
-
-2003-12-03 10:14  sahlberg
-
-       * epan/tvbuff.c:
-
-         Replace two expensive macros with a much simpler mechanism to
-         prevent memory leaks due to exceptions.
-
-         makes my tethereal testcase ~1% faster.
-
-2003-12-03 09:50  sahlberg
-
-       * epan/: proto.c, tvbuff.c, tvbuff.h:
-
-         performance update
-
-         replace tvb_raw_offset() which is essentially a simple assignment
-         and which is called a lot with a macro.
-
-         this makes my tethereal testcase 2-3% faster.
-
-2003-12-03 09:28  guy
-
-       * packet-ncp2222.inc, print.c, proto_hier_stats.c,
-         tap-protohierstat.c, epan/proto.c, epan/proto.h,
-         epan/ftypes/ftypes.c, epan/ftypes/ftypes.h, gtk/main.c,
-         gtk/menu.c, gtk/prefs_dlg.c, gtk/rtp_analysis.c:
-
-         The "ptr_u" unions no longer have a "next" pointer - they now
-         just have one member - or have one that's not used, so get rid of
-         those unions.
-
-2003-12-03 08:53  guy
-
-       * epan/: proto.c, proto.h, slab.h, ftypes/ftypes.c,
-         ftypes/ftypes.h:
-
-         Instead of requiring slab-allocated structures to have a "next"
-         pointer, when adding them to the free list, cast the pointer to
-         the structure to a pointer to a "freed_item_t" which contains the
-         "next" pointer.
-
-         This reduces the memory requirement for some of those structures,
-         and leaves us free to slab-allocate structures that have a "next"
-         pointer for other reasons.
-
-2003-12-03 08:43  sahlberg
-
-       * packet-smb.c:
-
-         Update to SMB ReadAndX replies.
-
-         There might be a 4 (not 2) byte datalen high field.  If there is
-         no such field (due to an early dialect being used) these bytes
-         are often 0xff.  If these four bytes are all 0xff    dont display
-         them in the tree.
-
-2003-12-03 07:46  guy
-
-       * README.linux:
-
-         Bring it up to date.
-
-2003-12-02 23:14  guy
-
-       * file.c, tethereal.c, epan/column-utils.c, epan/column_info.h,
-         gtk/main.c:
-
-         From Didier Gautheron: for each column format type, save the
-         first and last columns, if any, with that format, and use that to
-         speed up processing of columns with a particular format and
-         checking whether we're displaying a column with a particular
-         format.
-
-2003-12-02 21:15  guy
-
-       * packet-ncp2222.inc, packet-smb-sidsnooping.c, tap-iostat.c,
-         epan/proto.c, epan/proto.h, epan/dfilter/dfvm.c,
-         epan/ftypes/ftypes.c, epan/ftypes/ftypes.h, gtk/io_stat.c,
-         gtk/main.c, gtk/rtp_analysis.c:
-
-         From Didier Gautheron: put an "fvalue_t" structure into a
-         "field_info" structure, rather than separately allocating
-         "fvalue_t"s and having the "field_info" structure point to them -
-         this appears to speed up protocol tree construction a bit.
-
-2003-12-02 20:27  guy
-
-       * wiretap/airopeek9.c:
-
-         Check for errors and EOF, and handle them appropriately; don't
-         treat all errors when reading the header as indications that the
-         file isn't an AiroPeek V9 file.
-
-         Put in comments nothing some additional checks we should do.
-
-2003-12-02 19:37  guy
-
-       * AUTHORS, doc/ethereal.pod, wiretap/AUTHORS, wiretap/Makefile.am,
-         wiretap/Makefile.nmake, wiretap/airopeek9.c, wiretap/airopeek9.h,
-         wiretap/file_access.c, wiretap/wtap.h:
-
-         From Martijn Schipper: support for reading AiroPeek files in V9
-         capture file format (AiroPeek 2.x).
-
-2003-12-02 18:50  guy
-
-       * packet-tpkt.c:
-
-         Tomas Kukosa noted that the TPKT dissector spends a significant
-         amount of time in "find_protocol_by_id()"; the protocol_t pointer
-         for a protocol doesn't change over time, so get that pointer when
-         the protocol is registered and save it.
-
-2003-12-02 18:35  guy
-
-       * packet-isakmp.c:
-
-         From Yaniv Kaul:
-
-                 1) fix description of Check Point version 5004;
-
-                 2) add description of Check Point version 5005.
-
-2003-12-02 10:23  sahlberg
-
-       * epan/: proto.c, tvbuff.c, tvbuff.h:
-
-         Move the definition of the tvbuff_t structure and friends to
-         tvbuff.h so that we can change tvb_get_ds_tvb() into a macro.
-
-         This function was a single line assignment and was called a lot.
-
-         This made tethereal ~2.5% faster in one testcase I use.
-
-2003-12-02 09:47  sahlberg
-
-       * epan/: proto.c, ftypes/ftypes.c, ftypes/ftypes.h:
-
-         Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t
-         data
-
-2003-12-02 09:11  sahlberg
-
-       * epan/: proto.c, slab.h:
-
-         Moving SLAB_ALLOC and SLAB_FREE to its own header file
-
-2003-12-02 09:05  guy
-
-       * AUTHORS, packet-isakmp.c, doc/ethereal.pod:
-
-         From Arnaud Jacques: fix a typo, and handle another CheckPoint
-         version number.
-
-2003-12-02 06:06  guy
-
-       * packet-fcfzs.c:
-
-         From Dave Sclarsky:
-
-                 Correct several problems with zoneset decodes (e.g.  the
-         zoneset
-                 and zone name lengths do *not* include the pad bytes, so
-         the
-                 offset calculation needed to be fixed).
-
-                 Move the decode of zoneset name into the routine
-                 "dissect_fcfzs_zoneset", so that it is done in only one
-         place.
-
-2003-12-02 05:53  guy
-
-       * packet-ses.c:
-
-         Don't call the presentation layer dissector if we don't have a
-         handle for it.
-
-2003-12-02 02:58  guy
-
-       * packet-bssap.c, packet-tcap.c:
-
-         From Michael Lum: don't register the handoff routine for
-         dissectors as a preference change callback if the ports they
-         register on aren't preferences.
-
-2003-12-01 23:41  guy
-
-       * epan/value_string.c, epan/value_string.h,
-         plugins/plugin_api_list.c, plugins/Xass-list,
-         plugins/Xplugin_api.c, plugins/Xplugin_api.h,
-         plugins/Xplugin_api_decls.h, plugins/Xplugin_table.h:
-
-         From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()",
-         which is like "decode_enumerated_bitfield()" but handles
-         value_string tables containing values as they appear in the
-         bitfield rather than as they appear in the item containing the
-         bitfield.
-
-2003-12-01 23:26  guy
-
-       * packet-m2ua.c:
-
-         From Michael Lum: add a preference setting to specify the
-         parameter tag for "Protocol Data 1", as it changed between draft
-         7 and RFC 3331.
-
-2003-12-01 23:05  guy
-
-       * Makefile.am, Makefile.nmake, packet-ansi_a.c, packet-ansi_a.h,
-         packet-bssap.c, tap-ansi_astat.c:
-
-         From Michael Lum:
-
-                 add a message statistics tap for ANSI A interface for
-         Tethereal;
-
-                 fix the BSSAP, BSMAP, and DTAP interface dissectors to
-         call
-                 subdissectors even if no protocol tree is being built.
-
-2003-12-01 22:25  guy
-
-       * packet-ranap.c:
-
-         From Michael Lum: add a heuristic RANAP dissector, for use atop
-         SCCP, as the SCCP dissector currently doesn't support
-         conversations to be given dissectors.
-
-2003-12-01 20:27  gerald
-
-       * util.c:
-
-         Don't automatically fill in a capture filter if CLIENTNAME is set
-         to "Console".
-
-2003-12-01 17:25  gerald
-
-       * README.win32:
-
-         Updates for new zlib.
-
-2003-12-01 17:19  gerald
-
-       * packaging/nsis/ethereal.nsi:
-
-         Switch from zlib.dll to zlib1.dll.
-
-2003-12-01 17:17  gerald
-
-       * config.nmake:
-
-         Switch to the new (and official) zlib DLL from www.gzip.org.
-
-2003-12-01 06:59  sharpe
-
-       * wiretap/file_access.c:
-
-         It's RedHat, not Red Hat.
-
-2003-12-01 02:01  guy
-
-       * gtk/: file_dlg.c, file_dlg.h, print_dlg.c, proto_draw.c:
-
-         "select_file_cb()" only needs a title, not a "construct_args_t" -
-         "construct_args_t" is for use with filter dialogs, and the
-         members other than the title apply only to filter dialogs.
-
-         Have "select_file_cb()" actually use the title supplied to it.
-
-2003-12-01 01:57  sharpe
-
-       * gtk/menu.c:
-
-         Fix the accelerator issue ...
-
-2003-11-30 23:05  guy
-
-       * gtk/proto_draw.c:
-
-         Not all platforms have <unistd.h> - in particular, Windows
-         doesn't.
-
-         If you're using "open()", "close()", "read()", "write()", etc.,
-         you should include <io.h> on Windows.
-
-2003-11-30 18:01  sharpe
-
-       * gtk/proto_draw.c:
-
-         Fix some warnings in proto_draw.c
-
-2003-11-30 04:40  sharpe
-
-       * gtk/menu.c:
-
-         Rename that to Save Highlighted with Ctl-H as the accellerator.
-
-2003-11-30 04:37  sharpe
-
-       * gtk/menu.c:
-
-         Add Save Selected as a menu item in the File Menu.
-
-         This still has a way to go, though, because the menu item should
-         be greyed out until something is Highlighted.
-
-2003-11-30 04:21  sharpe
-
-       * gtk/: color_dlg.c, file_dlg.c, file_dlg.h, menu.c, print_dlg.c,
-         proto_draw.c, toolbar.c:
-
-         Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c
-         and rename it to select_file_cb to reflect its function.
-
-         While this cleans things up a bit, I am still not happy because
-         now filter_prefs.h must be included before file_dlg.h just to get
-         construct_args_t.
-
-2003-11-29 12:34  jmayer
-
-       * doc/README.tapping:
-
-         Fix two small typos
-
-2003-11-29 06:15  sharpe
-
-       * gtk/menu.c:
-
-         Properly capitalize the string for the menu item.
-
-2003-11-29 06:09  sharpe
-
-       * gtk/: file_dlg.h, menu.c, print_dlg.c, proto_draw.c:
-
-         Add an entry in the byte_view pane that allows the user to save
-         the highlighted data to a file. This allows the user to select
-         some stuff, and analyse it with external tools, and is very
-         useful for quickly prototying dissectors etc.
-
-         This works by retrieving the info that is needed to define where
-         the selected region is.
-
-         It puts up a dialog box that asks for the file to save in.
-
-         However, it is an ugly hack, because it reuses print_file_cb,
-         while print_file_cb should be moved into file_dlg.c.
-
-         It also needs to have some warning dialogs put up in error cases.
-
-         Finally, it would be good to be able to select a region in the
-         byte_view, which you can do with click and drag, and then have a
-         menu item to save the selected bytes.
-
-2003-11-29 03:55  guy
-
-       * AUTHORS, packet-gtp.c, doc/ethereal.pod:
-
-         From melerski [AT] poczta.onet.pl: fix a problem with unknown
-         IEs.
-
-2003-11-28 19:13  ulfl
-
-       * gtk/menu.c:
-
-         renamed frame to packet in all GUI elements moved "Enabled
-         Protocols" and such from "View" to "Analyze" toplevel menu
-
-2003-11-28 19:02  ulfl
-
-       * gtk/goto_dlg.c:
-
-         renamed frame to packet in all GUI elements
-
-2003-11-28 19:00  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         use dlg_window_new instead of gtk_window_new
-
-2003-11-28 18:59  ulfl
-
-       * gtk/: toolbar.c, find_dlg.c:
-
-         renamed frame to packet in all GUI elements
-
-2003-11-28 00:44  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         label changed from "Portions" to "% of total" as suggested by Guy
-
-2003-11-28 00:13  ulfl
-
-       * gtk/main.c:
-
-         using dlg_utils.c functions to catch the ESC key to close the
-         dialog
-
-2003-11-28 00:07  ulfl
-
-       * gtk/: supported_protos_dlg.c, plugins_dlg.c:
-
-         using dlg_utils.c functions to catch the ESC key to close the
-         dialog
-
-2003-11-27 23:25  ulfl
-
-       * gtk/help_dlg.c:
-
-         using dlg_utils.c functions to catch the ESC key to close the
-         dialog
-
-2003-11-27 22:29  guy
-
-       * print.c:
-
-         "representation", in an "item_label_t", is now an array, not a
-         pointer, so "fi->rep->representation" can't be null.
-
-2003-11-27 22:15  guy
-
-       * tap-rpcstat.c, tap-wspstat.c:
-
-         Fix comments to correctly refer to the "-z" option.
-
-2003-11-27 22:14  guy
-
-       * tap-rpcstat.c:
-
-         From Michael Lum: fix the usage message to refer to "-z", not
-         "-Z".
-
-2003-11-27 22:12  guy
-
-       * gtk/main.c:
-
-         Show the -z flag in the usage message.
-
-2003-11-27 22:04  guy
-
-       * tethereal.c:
-
-         From Michael Lum: fix the usage message to say "-z", not "-Z".
-
-2003-11-27 21:20  guy
-
-       * AUTHORS, packet-rtp-events.c, doc/ethereal.pod:
-
-         From Arsen Chaloyan: fix offsets in "proto_tree_add" calls.
-
-2003-11-27 21:09  guy
-
-       * etypes.h, packet-ethertype.c, plugins/rtnet/packet-rtnet.c:
-
-         From Erwin Rol: RTCFG support.
-
-         Add in a URL to the RTNET home page.
-
-2003-11-27 21:02  guy
-
-       * packet-dns.c:
-
-         From David Fort: fix to previous patch.
-
-2003-11-27 20:34  ulfl
-
-       * gtk/menu.c:
-
-         Redesign of the whole menu structure, to be more intuitive to the
-         user and conforms somewhat better to the Gnome Human Interface
-         Guideline
-
-2003-11-27 17:18  ulfl
-
-       * print.c:
-
-         bugfix: removed access violation when using "File/Print Packet".
-         The label_ptr could be NULL, when calling function print_line
-
-2003-11-27 00:22  ulfl
-
-       * gtk/help_dlg.c:
-
-         using text files from help dir, to display the help texts.  the
-         "dynamic protocol fields" are already moved to
-         gtk/supported_protos_dlg.c
-
-2003-11-27 00:17  ulfl
-
-       * help/: capture_filters.h, display_filters.h, faq.h, overview.h,
-         well_known.h:
-
-         Added this intermediate files, until a Makfile.am is available
-         for unix systems
-
-2003-11-26 23:23  guy
-
-       * AUTHORS, packet-dns.c, doc/ethereal.pod:
-
-         From David Fort: DNS DSS RR support.
-
-2003-11-26 12:22  sahlberg
-
-       * epan/: proto.c, proto.h:
-
-         Speed updates
-
-         create generic macros for allocating/freeing structures.
-
-         remove one more slow GMemChunk and replace it with a simple
-         linked list
-
-         ~4% speed improvement in my tests.
-
-         the allocated data is never freed.   this may be a problem if
-         ethereal is ever supported on a platform lacking resource
-         tracking but makes the implementation faster and simpler.
-
-2003-11-26 02:58  guy
-
-       * AUTHORS, packet-giop.c, doc/ethereal.pod:
-
-         From Patrick Kursawe: rename "getline()" so it doesn't collide
-         with the "getline()" declared in <stdio.h> with recent versions
-         of glibc.
-
-         Fix a typo in the AUTHORS file.
-
-2003-11-26 02:54  guy
-
-       * pcap-util.c:
-
-         From Jaime Fournier: fix a typo.
-
-2003-11-25 20:26  guy
-
-       * AUTHORS, packet-ucp.c, doc/ethereal.pod:
-
-         From Reinhard Speyerer: handle 10-digit UCP dates, which lack a
-         seconds value.
-
-2003-11-25 20:02  guy
-
-       * epan/proto.c:
-
-         As with fvalue_t, so with field_info and item_label - the
-         individual items aren't individually g_mallocated and can't be
-         g_freed, only the chunks can.
-
-2003-11-25 19:25  guy
-
-       * epan/ftypes/ftypes.c:
-
-         Individual fvalue_t's aren't individually allocated with
-         "g_malloc()", so they can't be freed with "g_free()"; keep a list
-         of the chunks of "fvalue_t"s, which are whare are allocated with
-         "g_malloc()", so we can free them all.
-
-2003-11-25 18:02  guy
-
-       * packet-sip.c:
-
-         From Anders Broman: add more SIP headers, and the PUBLISH method.
-
-2003-11-25 14:16  sahlberg
-
-       * epan/proto.c:
-
-         replace free_node_field_info with a macro since it is only called
-         from one other place in the code and this reduces one unnecessary
-         function call overhead.  and it makes ethereal ~1% faster.
-
-2003-11-25 14:11  sahlberg
-
-       * epan/proto.c:
-
-         rename FREE_FIELD_INFO to FIELD_INFO_FREE for consistency
-
-2003-11-25 14:10  sahlberg
-
-       * epan/proto.c:
-
-         create a FIELD_INFO_NEW for consistency
-
-2003-11-25 14:07  sahlberg
-
-       * file.c, print.c, epan/proto.c, epan/proto.h, gtk/proto_draw.c:
-
-         remove another slow GMemChunk from ethereal making ethereal a
-         little bit faster
-
-2003-11-25 13:23  sahlberg
-
-       * epan/proto.c:
-
-         change free_field_info to FREE_FIELD_INFO to indicate it is a
-         macro and not a function
-
-2003-11-25 13:20  sahlberg
-
-       * epan/proto.c, epan/dfilter/dfvm.c, epan/ftypes/ftype-ipv4.c,
-         epan/ftypes/ftype-string.c, epan/ftypes/ftypes-int.h,
-         epan/ftypes/ftypes.c, epan/ftypes/ftypes.h,
-         gtk/dfilter_expr_dlg.c:
-
-         fvalue_free() is one of the most called functions.  This function
-         is also very small, so small that teh overhead for the actual
-         function call and return is likely to be a significant part of
-         its execution time.
-
-         change it into a macro and make it thus slightly faster by
-         eliminating the function call overhead.
-
-2003-11-25 08:50  sahlberg
-
-       * epan/ftypes/: ftypes.c, ftypes.h:
-
-         Change the handling of temporary allocation of fvalue_t
-         structures to be faster.  Use a similar technique as was used in
-         epan/proto.c to speed up the field_info allocation/deallocation
-         routines
-
-2003-11-25 08:19  guy
-
-       * packet-dcerpc.c:
-
-         From Jaime Fournier: show the RPC version of the unknown
-         interface in the Info column.
-
-2003-11-25 08:10  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-dcerpc-budb.c,
-         packet-dcerpc-epm4.c, packet-dcerpc-icl_rpc.c,
-         packet-dcerpc-rs_prop_acct.c:
-
-         From Jamie Fournier: DCE RPC EPM version 4 support, and stub
-         support for BUDB, ICL RPC, and RS_PROP_ACCT DCE RPC-based
-         protocols.
-
-2003-11-25 05:58  guy
-
-       * wiretap/cosine.c:
-
-         "file_seek()" sets "*err" - we don't have to set it ourselves.
-
-         The same is true of "parse_cosine_rec_hdr()".
-
-2003-11-25 05:56  guy
-
-       * wiretap/network_instruments.c:
-
-         "file_seek()" sets "*err" - there's no need to set it ourselves.
-         It returns -1 on errors, so just check for that.
-
-2003-11-25 00:21  guy
-
-       * ipproto.h:
-
-         Fix a typo.
-
-2003-11-24 23:46  guy
-
-       * packet-ccsds.c:
-
-         Eliminate compiler warnings.
-
-2003-11-24 22:11  guy
-
-       * packet-ncp2222.inc, print.c, proto_hier_stats.c,
-         tap-protohierstat.c, epan/proto.c, epan/proto.h, gtk/main.c,
-         gtk/menu.c, gtk/prefs_dlg.c, gtk/rtp_analysis.c:
-
-         Make the recent epan/proto.{c,h} change compile.
-
-2003-11-24 21:42  guy
-
-       * ipproto.c, ipproto.h, packet-mip6.c:
-
-         Preserve 62 as an (old) IP protocol type for mobility headers.
-
-2003-11-24 21:12  sahlberg
-
-       * epan/: proto.c, proto.h:
-
-         performance enhancement to proto.c
-
-         Removed the GMemChunk used to allocate/free field_info structures
-         and used a free list to store the freed structs until they are
-         allocated again.
-
-         Ethereal will allocate more field_info structs as it needs to but
-         never free them. Instead the are just placed in a cheap and fast
-         free list so that if we want to use the struct again, this will
-         be fast.
-
-         This affects the speed of the two functions alloc_field_info()
-         that should be slightly faster now free_field_info() that was
-         replaced with a 2 line macro.
-
-         All in all  my testing suggests that ethereal is 2-3% faster with
-         this patch.
-
-2003-11-24 17:41  ulfl
-
-       * Makefile.nmake:
-
-         bugfix: corrected clean and distclean targets
-
-2003-11-24 00:34  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-ccsds.c,
-         doc/ethereal.pod:
-
-         From Scott Hovis :CCSDS (Consultative Committee for Space Data
-         Systems) support.
-
-2003-11-24 00:05  guy
-
-       * packet-isup.c:
-
-         From Anders Broman: fix dissection of GRS/GRA messages.
-
-2003-11-23 23:42  guy
-
-       * Makefile.nmake:
-
-         Include the BFD dissector when building with MSVC++.
-
-2003-11-23 22:00  gerald
-
-       * AUTHORS, Makefile.am, packet-bfd.c:
-
-         From Hannes Gredler: Add support for Bi-directional Fault
-         Detection (BFD).
-
-2003-11-22 12:02  jmayer
-
-       * packet-radius.c:
-
-         - Bugfix: Passworddecoding should only be done for attribute 2,
-         but           not for VSA 2 - Fixme comment about length handling
-         added - Cleanup: Setting a variable to the right type removes the
-         necessity           for casts.
-
-2003-11-22 11:12  sahlberg
-
-       * packet-h245.c:
-
-         Change the way signalType is dissected to be compatible with and
-         dissect the packets from Martin R and Paul H.
-
-         I still think ethereal was correct before this patch and that
-         this patch is not compatible with teh standard.  Anyway, that
-         doesnt matter much. With this patch ethereal will dissect the
-         packets properly.  Time to study x691 again.
-
-2003-11-22 08:35  guy
-
-       * ipproto.h, packet-ipv6.h:
-
-         From Martti Kuparinen: use correct values for Mobile IPv6.
-
-2003-11-22 04:41  sahlberg
-
-       * epan/proto.c:
-
-         As per Guys suggestion, continue optimizing proto.c to macroize
-         it and make it even faster
-
-2003-11-21 22:18  guy
-
-       * packet-smpp.c:
-
-         From Olivier Biot: fix up the description of the
-         "port_number_udh_means_wsp" preference.
-
-2003-11-21 22:00  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 * Fix the WSP dissector so a Quoted-string with
-         extraneous
-                   trailing quote is displayed without duplicated final
-         quote, and
-                   issue a warning in the protocol tree.
-                 * Remove the Openwave x-up-proxy-client-id header
-         decoding as it
-                   was incorrectly decoded as a text string, and process
-         it with
-                   the default Openwave header parser.
-                 * Fix byte highlighting of some WSP parameters.
-                 * Rename the WSP parameter filter names so they don't all
-         refer to
-                   content_type.
-
-2003-11-21 21:58  guy
-
-       * packet-wbxml.c, epan/packet.c, epan/packet_info.h:
-
-         From Olivier Biot:
-
-                 * Add a "match_string" field to the "packet_info"
-         structure,
-                   saving the string value that matched in a string
-         dissector
-                   lookup, by analogy to "match_port" - this was required
-         for
-                   dissection with token rendering of WBXML content when
-         no public
-                   ID was given (e.g. Nokia/Ericsson OTA provisioning
-         data).
-                 * Add support for textual content type based WBXML token
-                   mapping.
-                 * Add extra WBXML public identifiers.
-                 * Add the Nokia/Ericsson OTA provisioning (version 7)
-         token
-                   definitions.
-                 * Inform the user when a content-type based token match
-         is found.
-
-2003-11-21 21:33  guy
-
-       * AUTHORS, packet-dcerpc-srvsvc.c, doc/ethereal.pod:
-
-         From Eric Wedel: fix dissection of NetServerDiskEnum reply.
-
-2003-11-21 19:24  guy
-
-       * gtk/rtp_stream.c:
-
-         From Lars Ruoff: use the pointer to the RTP payload, rather than
-         extracting the data from the frame directly.
-
-2003-11-21 14:58  sahlberg
-
-       * epan/: proto.c, proto.h:
-
-         Performance fix
-
-         In the GPROF logs proto_registrar_get_nth() used to take anything
-         between 2.5 and 5.5% of the time.
-
-         Replace the GLIB array with a handroleld one for one of the
-         private structures.
-
-         the function should now be virtually zero cost and thus ethereal
-         should be 2.5-5.5% faster on those traces.
-
-         anyone that wants to, please rerun GPROF with this fix and see
-         what has changed.
-
-2003-11-21 08:40  guy
-
-       * packet-dcerpc-epm.c:
-
-         A "handle_t" as the first argument to a call doesn't seem to be
-         sent over the wire, at least in the DCE RPC 1.1 code.
-
-         That suggests that the first 24 bytes of a Map request are the
-         UUID pointer that the EPM IDL says should be there, not a context
-         handle.
-
-2003-11-21 08:33  guy
-
-       * pcap-util.c:
-
-         Maybe the problem is that the compilers used on AIX weren't
-         defining "AIX", and that code was never compiled.  Libpcap uses
-         "_AIX" to conditionally compile in the extra AIX BPF support;
-         we'll do the same.
-
-2003-11-21 08:30  guy
-
-       * pcap-util.c:
-
-         Pass "strncmp()" the right number of arguments.  (Why hasn't
-         anybody reported this as a problem when compiling on AIX?
-         Doesn't any compiler complain that "strncmp()" isn't being passed
-         enough arguments?  GCC sure did in a test program I built on
-         FreeBSD 3.4....)
-
-2003-11-21 04:01  guy
-
-       * packet-dcerpc.c:
-
-         From Jamie Fournier: add the UUID to the Info column for datagram
-         calls.
-
-2003-11-21 02:57  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-dcerpc-rs_plcy.c:
-
-         From Jamie Fournier: DCERPC RS_PLCY support.
-
-2003-11-21 02:48  guy
-
-       * packet-dcerpc-ndr.c, packet-dcerpc.h:
-
-         The 32-bit integer at the beginning of a context_handle is called
-         "context_handle_attributes" in the DCE RPC 1.1 "nbase.idl".
-         Rename our structure member accordingly.
-
-         Note in a comment that we should perhaps display a context_handle
-         as the attributes and UUID.
-
-         Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to put
-         the context handle raw data into the protocol tree.
-
-2003-11-20 23:34  guy
-
-       * packet-rtp.c, packet-rtp.h, gtk/Makefile.am, gtk/Makefile.nmake,
-         gtk/rtp_stream.c, gtk/rtp_stream.h, gtk/rtp_stream_dlg.c:
-
-         From Lars Roland:
-
-                 - added a pointer to raw rtp data to _rtp_info that can
-         be used by
-                   taps;
-
-                 - RTP packets are passed to the tap queue only if they
-         are not
-                   error packets (so that you don't need to filter out
-         ICMP
-                   packets)
-
-                 - use that pointer in rtp_stream, so it handles packets
-         with
-                   padding, and should handle RTP packets fragmented
-         across
-                   lower-level packets
-
-                 - moved rtp_stream from tap sources to normal files
-                   (prevents on-start-up registration of the rtp_stream
-         tap
-                   listener)
-
-                 - rtp_stream tap gets registered/unregistered with the
-         "RTP
-                   Streams" dialog box
-                   i.e. the tap is registered as long as the dialog box is
-         open.
-                   Alternatively, it is de-/registered on demand if RTP
-         Analysis is
-                   called directly on a packet.
-
-                 - rtp_stream tap listener no longer uses a filter in
-         dissection
-         `         and does not need to have a proto tree being built.
-         (performance increase)
-
-                 - fixed: RTP Streams list will get updated in real time
-         if the
-                   dialog box is open while a redissection takes place.
-
-2003-11-20 23:21  guy
-
-       * packet-dcerpc-srvsvc.c:
-
-         #if 0-out some no-longer-used routines.
-
-         Use #if 0/#endif rather than comments to remove the code that
-         used to refer to those routines - it's a bit more robust in the
-         presence of comments (there aren't currently any, but, just in
-         case somebody adds them...).
-
-2003-11-20 22:50  guy
-
-       * packet-wbxml.c:
-
-         From Olivier Biot: add support for media type
-         "application/x-prov.syncset+wbxml".
-
-2003-11-20 22:38  guy
-
-       * packet-sip.c:
-
-         From Martin Mathieson:
-
-                 - Add some summary info to REGISTER requests and
-         responses
-                 - Tidy up whitespace a little
-
-2003-11-20 22:24  guy
-
-       * packet-wbxml.c:
-
-         From Olivier Biot:
-
-                 * Fix an incorrectly #ifdef'ed return introduced by the
-         previous
-                   patch
-                 * Remove the parsed_length parameter from the function
-         signature
-                   of the tag and attribute dissectors - have it return
-         the
-                   parsed length, instead
-                 * Throw ReportedBoundsError exceptions if we run past the
-         end of
-                   the tvbuff, rather than putting a special entry in
-                 * Produce consistent and extensive debug logging (enabled
-         by
-                   defining DEBUG_wbxml)
-                 * Get rid of the dozens of "#ifdef DEBUG ... #endif"
-         constructs
-                   for debug logging
-
-2003-11-20 19:05  guy
-
-       * epan/osi-utils.c:
-
-         From Hannes Gredler: "print_system_id()" should call
-         "print_system_id_buf()", not "print_nsap_net_buf()".  (What idiot
-         made *that* mistake? :-))
-
-2003-11-20 14:29  nneul
-
-       * AUTHORS:
-
-         update proto list
-
-2003-11-20 06:43  sharpe
-
-       * packet-dcerpc-srvsvc.c:
-
-         Clean up some IDL and remove some structures that Windows of all
-         flavors does not understand. SHARE_INFO_1004, 1005, 1006, 1007,
-         and 1501 seem not to be understood by any, and it can screw up
-         dissections.
-
-2003-11-20 05:20  guy
-
-       * epan/proto.c:
-
-         Use "tvb_get_string()" in "proto_tree_set_string_tvb()" - it
-         won't leak memory if it throws an exception, as it checks whether
-         the entire string is in the tvbuff *before* allocating a buffer
-         for it, and that also means that if the length is absurdly large,
-         an exception will be thrown, rather than the memory allocation
-         failing.
-
-2003-11-20 05:04  guy
-
-       * epan/resolv.c:
-
-         On Mac OS X, disable the alarm/longjmp stuff for timing out name
-         resolution queries - it runs a significant risk of crashing
-         applications that do that.
-
-2003-11-20 04:28  gerald
-
-       * AUTHORS, doc/ethereal.pod:
-
-         Update Jakob Schlyter's address.
-
-2003-11-19 22:55  guy
-
-       * packet-wbxml.c:
-
-         From Olivier Biot: fix  the WBXML dissector in cases where
-         dissection is interrupted because of a short frame or packets not
-         being reassembled, and provide additional debug logging.
-
-2003-11-19 22:13  nneul
-
-       * Makefile.am, Makefile.nmake, packet-sebek.c:
-
-         Add dissector for the SEBEK kernel read() data capture and/or
-         rootkit tool used as part of the HoneyNet project.
-
-         Info at: http://project.honeynet.org/tools/sebek/
-
-2003-11-19 21:24  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 correct (and document) the offset computation in the
-         parameter()
-                 and parameter_value_q() functions.
-
-         From Loïc Minier:
-
-                 - a copy-paste with a missing replacement;
-                 - content-disposition uses parameters not q-values;
-                 - missing "+" for the calculation of parameter-offsets;
-                 - white-space cleanup;
-                 - comment fixes.
-
-2003-11-19 09:58  guy
-
-       * packet-isis-lsp.c, packet-isis-lsp.h:
-
-         Fix the ATT bit definitions.
-
-2003-11-19 09:49  guy
-
-       * packet-cpfi.c:
-
-         Get rid of unused variables.
-
-2003-11-19 09:43  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: get rid of no-longer-used routines.
-
-2003-11-19 09:32  sahlberg
-
-       * packet-tcp.c:
-
-         Update to TCP,   when we see a SYN|ACK packetm reset base_ack to
-         the current ACK-1 so that it looks right when doing relative
-         sequence numbers.  I.e. SEQ :    seq==0  ack==0      SEQ|ACK
-         seq==0  ack==1      ACK      seq==1  ack==1
-
-         This looks much more correct.
-
-         This change also fixes the problem reported to ethereal-dev
-         recently with "Follow TCP Stream" dropping the first character of
-         the stream.
-
-2003-11-19 07:13  sharpe
-
-       * packet-dcerpc-wkssvc.c:
-
-         Fix some IDL ...
-
-2003-11-19 04:30  guy
-
-       * packet-fcswils.c:
-
-         From Dave Sclarsky: fix the offset for the Node WWN.
-
-2003-11-19 04:26  guy
-
-       * packet-cpfi.c:
-
-         Get rid of some unused arguments and variables.
-
-         Clean up the handling of the footer, so that it works even with
-         short frames.
-
-2003-11-19 04:05  guy
-
-       * packet-cpfi.c:
-
-         "uint" preferences should be "guint"s, not "int"s.
-
-2003-11-19 04:02  guy
-
-       * packet-cpfi.c:
-
-         Fix a typo.
-
-2003-11-19 04:00  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-cpfi.c,
-         doc/ethereal.pod:
-
-         From Dave Sclarsky: CPFI support.
-
-2003-11-19 03:53  guy
-
-       * packet-smb-browse.c, packet-smb-logon.c, packet-smb-mailslot.c:
-
-         "dissect_mailslot_browse()", "dissect_mailslot_lanman()", and
-         "dissect_smb_logon()" always return TRUE, so just get rid of
-         their return value.
-
-         "call_dissector()" automatically calls the data dissector if the
-         protocol for the dissector being called is disabled, so we don't
-         have to check its result and call the data dissector if it
-         returns 0.
-
-2003-11-19 02:58  guy
-
-       * packet-mmse.c:
-
-         Register the MMSE dissector with the "http.content_type"
-         dissector table, rathe than as a heuristic subdissector of HTTP.
-
-2003-11-19 01:50  guy
-
-       * gtk/supported_protos_dlg.c:
-
-         Use "OK" for the "OK" button, as we do elsewhere.
-
-2003-11-19 01:45  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 Implement quoted-string parsing by appending the closing
-         quote
-                 to the string value.  If the quoted-string value does not
-         start
-                 with a quote, dissection resumes but a warning is
-         displayed.
-                 Textual headers are assumed to be 0x00 terminated
-         (otherwise we
-                 have a malformed packet or a short frame).
-
-                 The Trailer header is also dissected now, and the charset
-                 parameter dissection has been rewritten.
-
-                 The Content-ID header dissector was registered at the
-         place of
-                 the Trailer dissector; this has also been fixed.
-
-2003-11-19 01:39  guy
-
-       * packet-ansi_map.c:
-
-         From Michael Lum: fix param_digits() subtree for "Nature of
-         Number".
-
-2003-11-19 00:10  ulfl
-
-       * gtk/gui_prefs.c:
-
-         redraw supported_protos dialog, if GUI prefs changed
-
-2003-11-19 00:04  ulfl
-
-       * gtk/menu.c:
-
-         added supported_protos menu item
-
-2003-11-19 00:02  ulfl
-
-       * gtk/Makefile.am:
-
-         added supported_protos_dlg
-
-2003-11-19 00:01  ulfl
-
-       * gtk/Makefile.nmake:
-
-         added supported_protos_dlg.obj
-
-2003-11-18 23:56  ulfl
-
-       * gtk/: supported_protos_dlg.c, supported_protos_dlg.h:
-
-         seperated "supported protocols and protocol fields" dialog,
-         coming from help_dlg.c/.h
-
-2003-11-18 23:40  ulfl
-
-       * Makefile.nmake:
-
-         generate "static" help content
-
-2003-11-18 23:11  ulfl
-
-       * help/: capture_filters.txt, convert-include.sh, Makefile.nmake,
-         display_filters.txt, faq.txt, overview.txt, well_known.txt:
-
-         "static content" and make environment of redesigned online help
-
-2003-11-18 19:56  guy
-
-       * packet-bootp.c:
-
-         From Greg Morris:
-
-                 dissect the RFC 2610 DHCP options for SLP;
-
-                 dissect Novell-specific options 85, 86, and 87.
-
-2003-11-18 19:46  guy
-
-       * packet-tcp.c:
-
-         From Lars Roland: the window size passed to
-         "tcp_analyze_sequence_number()" is a "guint32", as it might be
-         scaled - make the arugment a "guint32" as well.
-
-2003-11-18 19:36  guy
-
-       * plugins/: Xass-list, Xplugin_api.c, Xplugin_api.h,
-         Xplugin_api_decls.h, Xplugin_table.h:
-
-         Get rid of the second "col_set_fence()" entry.
-
-2003-11-18 19:34  guy
-
-       * plugins/plugin_api_list.c:
-
-         The second of the "col_set_fence()" entries is the one that
-         should've been removed; that way, the ordinals of existing
-         entries in the function vector is preserved.
-
-2003-11-18 19:31  guy
-
-       * plugins/Makefile.nmake:
-
-         From Lars Roland: put missing "enttec" into "all" list.
-
-2003-11-18 19:29  ulfl
-
-       * gtk/capture_dlg.c:
-
-         removed MSVC compiler warnings
-
-2003-11-18 19:28  guy
-
-       * packet-ntp.c:
-
-         From Matthias Drochner:
-
-                 extensions need only be a multiple of 4 bytes in length,
-         not 8
-                 bytes;
-
-                 put in a missing increment of "offset".
-
-2003-11-18 19:27  ulfl
-
-       * gtk/print_dlg.c:
-
-         removed unused vars
-
-2003-11-18 19:26  ulfl
-
-       * plugins/plugin_api_list.c:
-
-         col_set_fence occurs twice, removed one appearance
-
-2003-11-18 19:20  guy
-
-       * epan/filesystem.h:
-
-         From Tomas Kukosa: add "extern"s so that the plugin API stuff
-         works.
-
-2003-11-18 19:20  ulfl
-
-       * packet-sdp.c:
-
-         includes changed, to be working with MSVC also
-
-2003-11-18 19:18  ulfl
-
-       * plugins/rdm/Makefile.nmake:
-
-         corrected cut and paste errors, makefile was unchanged copied
-         from rtnet
-
-2003-11-18 08:59  guy
-
-       * plugins/: Xass-list, Xplugin_api.c, Xplugin_api.h,
-         Xplugin_api_decls.h, Xplugin_table.h:
-
-         Add "col_get_writable()", "col_set_writable()", and
-         "col_set_fence()" to the plugin API list.
-
-2003-11-18 08:58  guy
-
-       * plugins/Xplugin_table.h:
-
-         Export "protocol_t" as an opaque type.
-
-         Make "proto_is_protocol_enabled()" and
-         "proto_get_protocol_short_name()" take a "protocol_t *" as an
-         argument, so they don't have to look up the "protocol_t" - this
-         will probably speed them up considerably, and they're called on
-         almost every dissector handoff.
-
-         Get rid of a number of "proto_is_protocol_enabled()" calls that
-         aren't necessary (dissectors called through handles, including
-         those called through dissector tables, or called as heuristic
-         dissectors, aren't even called if their protocol isn't enabled).
-
-         Change some direct dissector calls to go through handles.
-
-2003-11-18 08:55  guy
-
-       * plugins/plugin_api_list.c:
-
-         Add "col_get_writable()", "col_set_writable()", and
-         "col_set_fence()" to the plugin API list.
-
-2003-11-18 08:13  guy
-
-       * configure.in, epan/configure.in, wiretap/configure.in:
-
-         From Olivier Biot: add a "--enable-profile-build" flag to request
-         that "-pg" binaries be built.
-
-2003-11-18 08:04  guy
-
-       * packet-http.c:
-
-         Content-Type values are case-insensitive; force them to lower
-         case (subdissectors must register their Content-Type values as
-         all-lower-case).
-
-         Don't include parameters in the value we look up in the
-         Content-Type subdissector table.
-
-2003-11-18 07:49  guy
-
-       * packet-http.c:
-
-         Add an "http.content_type" dissector table,
-
-         Process the Content-Type header, and, if one is found, look up
-         its value in the aforementioned dissector table.
-
-2003-11-18 07:08  guy
-
-       * packet-ses.c:
-
-         Handle concatenated SPDUs.
-
-         Handle the Serial Number parameter.
-
-2003-11-18 06:31  guy
-
-       * config.guess, config.sub:
-
-         Latest config.guess and config.sub from
-
-                 http://savannah.gnu.org/projects/config/
-
-2003-11-18 06:06  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         removed MSVC warnings
-
-2003-11-18 04:19  gerald
-
-       * doc/ethereal.pod:
-
-         Document the capture filter changes that were just checked in.
-
-2003-11-18 04:16  gerald
-
-       * util.c, util.h, gtk/main.c:
-
-         Check the environment variables SSH_CONNECTION, SSH_CLIENT,
-         REMOTEHOST, DISPLAY, and CLIENTNAME (in that order).  If any of
-         them are set, create a capture filter that excludes their traffic
-         and set it as the default.  The longer filters should be
-         efficient without being overly long; they may need some tweaking.
-
-2003-11-18 00:46  ulfl
-
-       * gtk/toolbar.c:
-
-         removed some warnings
-
-2003-11-17 22:56  sahlberg
-
-       * epan/to_str.c:
-
-         updates to ip_to_str[_buf]() to make them faster.
-
-         This functin was in a recent profiling run the fifth most
-         expensive function.  It consumed ~3.5% of the total cpu in that
-         run.
-
-         Using a static table this function is now just over twice as fast
-         as previously.
-
-         My testrun calling it 10.000.000 times in a loop changed the
-         execution time from ~17.3s ro ~8.2s
-
-         If this test was representative for the speedup and if ~3.5 in
-         the profile run was representative for normal cases this should
-         make ethereal ~1.8% faster.  Woohoo.  (low hanging fruit)
-
-2003-11-17 22:34  guy
-
-       * plugins/: acn/Makefile.am, artnet/Makefile.am, asn1/Makefile.am,
-         gryphon/Makefile.am, mgcp/Makefile.am, pcli/Makefile.am,
-         rtnet/Makefile.am:
-
-         Fix the copyright notices (Gerald has the copyright on Ethereal).
-
-2003-11-17 22:31  guy
-
-       * plugins/giop/Makefile.am:
-
-         Tweak the introductory comment.
-
-2003-11-17 22:29  guy
-
-       * plugins/: enttec/.cvsignore, rdm/.cvsignore:
-
-         Fix the .cvsignore files.
-
-2003-11-17 22:26  guy
-
-       * plugins/rdm/packet-rdm.c:
-
-         From Erwin Rol: check the checksum in RDM packets.
-
-2003-11-17 22:09  guy
-
-       * configure.in:
-
-         From Loïc Minier: append $(EXEEXT) to the names of binaries, so
-         that the configure script generates the right executable image
-         file names on Cygwin.
-
-2003-11-17 21:52  guy
-
-       * packet-sdp.c:
-
-         From Lars Roland: use the c= and m= information to set up
-         conversations to use RTP/RTCP.
-
-2003-11-17 20:57  guy
-
-       * AUTHORS, Makefile.am, configure.in,
-         packaging/nsis/Makefile.nmake, packaging/nsis/ethereal.nsi,
-         plugins/Makefile.am, plugins/Makefile.nmake,
-         plugins/artnet/ChangeLog, plugins/artnet/moduleinfo.h,
-         plugins/artnet/packet-artnet.c, plugins/enttec/.cvsignore,
-         plugins/enttec/AUTHORS, plugins/enttec/COPYING,
-         plugins/enttec/ChangeLog, plugins/enttec/INSTALL,
-         plugins/enttec/Makefile.am, plugins/enttec/Makefile.nmake,
-         plugins/enttec/NEWS, plugins/enttec/moduleinfo.h,
-         plugins/enttec/packet-enttec.c, plugins/rdm/.cvsignore,
-         plugins/rdm/AUTHORS, plugins/rdm/COPYING,
-         plugins/rdm/Makefile.am, plugins/rdm/Makefile.nmake,
-         plugins/rdm/moduleinfo.h, plugins/rdm/packet-rdm.c:
-
-         From Erwin Rol: initial ENTTEC support and RDM support.
-
-2003-11-17 20:00  guy
-
-       * gtk/capture_info_dlg.c:
-
-         Not all compilers allow array/structure/union members of
-         automatic variables to be initialized to non-constant values (C89
-         says that "All the expressions in an initializer for an object
-         that has static storage duration or in an initializer list for an
-         object that has aggregate or union type shall be constant
-         expressions"; presumably the intent of the former was to avoid
-         run-time initialization and of the latter was to let the
-         initialization be done by copying from a compile-time-created
-         blob of memory), so we have to initialize "info->counts" by hand.
-
-2003-11-17 19:40  guy
-
-       * capture.c:
-
-         Fix a typo.
-
-2003-11-17 18:23  ulfl
-
-       * etypes.h, packet-ethertype.c:
-
-         added ETHERTYPE_PROFINET
-
-2003-11-17 00:27  guy
-
-       * gtk/capture_info_dlg.c:
-
-         "capture()" takes a "struct pcap_stat *" argument, so you need to
-         include <pcap.h> before including "capture.h".
-
-         Include "dlg_utils.h" to declare "dlg_set_cancel()".
-
-2003-11-17 00:26  guy
-
-       * capture.c:
-
-         Get rid of a no-longer-used variable.
-
-2003-11-16 23:17  guy
-
-       * Makefile.am, disabled_protos.c, packet-alcap.c,
-         packet-ansi_637.c, packet-ansi_683.c, packet-ansi_a.c,
-         packet-ansi_map.c, packet-atalk.c, packet-clnp.c,
-         packet-dcerpc.c, packet-dcerpc.h, packet-dvmrp.c, packet-fcip.c,
-         packet-giop.c, packet-giop.h, packet-gsm_a.c, packet-gsm_sms.c,
-         packet-gssapi.c, packet-gssapi.h, packet-iscsi.c,
-         packet-mrdisc.c, packet-msnip.c, packet-pim.c, packet-ppp.c,
-         packet-rpc.c, packet-rpc.h, packet-smb-browse.c,
-         packet-smb-browse.h, packet-smb-logon.c, packet-smb-logon.h,
-         packet-smb-mailslot.c, packet-smb-pipe.c, packet-snmp.c,
-         packet-tpkt.c, prefs.c, epan/packet.c, epan/proto.c,
-         epan/proto.h, gtk/dfilter_expr_dlg.c, gtk/help_dlg.c,
-         gtk/proto_dlg.c, plugins/plugin_api_list.c:
-
-         Export "protocol_t" as an opaque type.
-
-         Make "proto_is_protocol_enabled()" and
-         "proto_get_protocol_short_name()" take a "protocol_t *" as an
-         argument, so they don't have to look up the "protocol_t" - this
-         will probably speed them up considerably, and they're called on
-         almost every dissector handoff.
-
-         Get rid of a number of "proto_is_protocol_enabled()" calls that
-         aren't necessary (dissectors called through handles, including
-         those called through dissector tables, or called as heuristic
-         dissectors, aren't even called if their protocol isn't enabled).
-
-         Change some direct dissector calls to go through handles.
-
-2003-11-16 23:11  sahlberg
-
-       * AUTHORS, Makefile.am, Makefile.nmake, h225-persistentdata.c,
-         h225-persistentdata.h, packet-h225.c, packet-h225.h,
-         tap-h225rassrt.c, doc/ethereal.pod, doc/tethereal.pod,
-         gtk/Makefile.am, gtk/Makefile.nmake, gtk/h225_ras_srt.c:
-
-         From Lars Roland   Service Response times for H225 RAS
-
-2003-11-16 22:33  sahlberg
-
-       * packet-h450.c:
-
-         Bugfix for h450.
-
-         The hf field we give to dissect_per_object_string is a FT_STRING
-         and not a FT_BYTES.  This caused ethereal to abort with an assert
-         failure.
-
-         This fixes the issue that Keith French recently brought up in his
-         mailing to ethereal-users
-
-2003-11-15 23:58  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: fix the offset for the Encoding-Version header
-         in the general form.
-
-2003-11-15 23:48  guy
-
-       * gtk/menu.c:
-
-         From Michael Lum: add <shift><control> hotkeys for Protocols and
-         Preferences.
-
-2003-11-15 11:46  ulfl
-
-       * gtk/menu.c:
-
-         GTK2 specific: use some Ethereal specific stock icons generated
-         in toolbar.c
-
-2003-11-15 11:44  ulfl
-
-       * gtk/: toolbar.c, toolbar.h:
-
-         handlebar removed, GTK2 specific: generate some Ethereal specific
-         stock icons and use them in the toolbar
-
-2003-11-15 11:39  ulfl
-
-       * config.nmake:
-
-         added gdk_pixbuf to GTK2 specific libs to link (needed in
-         toolbar.c)
-
-2003-11-15 10:06  ulfl
-
-       * file.c:
-
-         removed no longer used gtk includes
-
-2003-11-15 08:53  ulfl
-
-       * gtk/capture_info_dlg.c:
-
-         seperated capture dialog from capture.c and put into new
-         gtk/capture_info_dlg.c, added some tiny bars, that will indicate
-         the percentage, added ESC key handler and use of GTK_STOCK button
-
-2003-11-15 08:50  ulfl
-
-       * gtk/capture_dlg.c:
-
-         added "#include <epan/packet.h>" to be able to include
-         "capture.h"
-
-2003-11-15 08:47  ulfl
-
-       * capture.c, capture.h, gtk/Makefile.am, gtk/Makefile.nmake:
-
-         seperated capture dialog from capture.c and put into new
-         gtk/capture_info_dlg.c
-
-2003-11-14 21:18  guy
-
-       * capture.c:
-
-         When it comes to whether to use "select()" or not, even if you're
-         building in Cygwin's pretend-it's-UNIX environment, we need to
-         treat the platform as Windows.
-
-         Get rid of the BSD #define - just check for the platforms on
-         which we mustn't use "select()".
-
-2003-11-14 19:20  guy
-
-       * doc/README.developer:
-
-         Fix the stuff that talks about adding to DISSECTOR_SOURCES to
-         talk about adding to DISSECTOR_SRC instead, and update it to
-         mention "Makefile.nmake" in the first instance.
-
-2003-11-14 18:59  guy
-
-       * packet-gprs-ns.c:
-
-         From Josef Korelus: update the offset after decoding an IE.
-
-2003-11-14 10:11  guy
-
-       * packet-null.c:
-
-         Fix the heuristics so that they recognize Linux DLT_NULL headers.
-
-2003-11-14 02:07  guy
-
-       * packet-sip.c:
-
-         Add support for the compact form of headers.
-
-2003-11-14 01:35  guy
-
-       * packet-tcap.c:
-
-         From Michael Lum: fix up handling of ABORT package.
-
-2003-11-14 01:27  guy
-
-       * packet-wap.c:
-
-         From Olivier Biot: fix the debugging output of
-         "tvb_get_guintvar()".
-
-2003-11-13 23:44  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: use "g_strdup_printf()" to generate
-         dynamically-allocated sprintf output.
-
-2003-11-13 23:38  guy
-
-       * packet-eapol.c, packet-isup.c, packet-ldp.c, packet-m2ua.c,
-         epan/proto.c:
-
-         Require that field names contain only alphanumerics, "-", "_",
-         and ".".
-
-         Fix the names that contained other characters.
-
-2003-11-13 23:13  guy
-
-       * packet-dcerpc.c:
-
-         From Jaime Fournier: get rid of space in field name.
-
-2003-11-13 20:53  sahlberg
-
-       * packet-tcp.c:
-
-         Change the gboolean controlling whether to use TCP Sequence
-         Number Analysis and TCP Relative Sequence Numbers to default to
-         ENABLED instead of DISABLED.
-
-         These features do not consume that much memory or CPU but will
-         greatly enhance the feature set of ethereal.  Make it enabled by
-         default so also those that never venture into the preferences
-         dialog will benefit from it.
-
-2003-11-13 08:22  sahlberg
-
-       * file.c, doc/ethereal.pod:
-
-         For Time Reference frames  reset the counter for
-         CulmulativeBytes.  This makes the CulmulativeBytes field make
-         more sense since if we want something to be a TimeReference frame
-         it is likely that we also want to measure BOTH time and number of
-         bytes (==culmulative bytes) until the event we are looking at.
-
-2003-11-13 08:16  sahlberg
-
-       * packet-ip.c:
-
-         Change the strings shown for ICMP TTL exceeded to match the
-         wording in the standard
-
-2003-11-13 05:08  gerald
-
-       * packet-wsp.c:
-
-         We can't pass NULLs to proto_tree_add_text().  Replace a bunch of
-         occurrences of match_strval() with val_to_str() so that we don't
-         throw an assertion.
-
-         These changes fix a problem with a file from Martin Dubovsky;
-         otherwise they haven't been heavily tested.
-
-2003-11-12 23:17  guy
-
-       * plugins/docsis/packet-docsis.c:
-
-         From Anand Narwani: fix bitmask for Active Grants field.
-
-2003-11-12 22:44  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 implement the TE header decoding;
-
-                 fix the exported add_content_type function;
-
-                 reimplement the header parameter dissection so the
-         parameters
-                 also show up in the related header.
-
-2003-11-12 21:22  guy
-
-       * packet-tzsp.c:
-
-         From Chris Waters:
-
-                 * Better decoding of TZSP header.
-                 * Handle unknown tags in packet.
-                 * Removed encapsulation types which are not actually
-         supported.
-                 * Added tags for original length and sensor address.
-                 * Fix signedness of some fields.
-
-         Get rid of unused "hf_tzsp_reserved" variable.
-
-         Use -1 rather than "tvb_length(tvb)" when constructing the
-         top-level protocol tree item, and set the length if we have
-         payload that we dissect separately.
-
-         Have "add_option_info()" take a starting offset, rather than
-         constructing a subset tvbuff for it.
-
-         Clean up indentation.
-
-2003-11-12 20:44  guy
-
-       * AUTHORS, packet-ntp.c, doc/ethereal.pod:
-
-         From Matthias Drochner: support for mode 6 and mode 7 control
-         packets and NTP4 autokey extension data.
-
-2003-11-12 19:04  ulfl
-
-       * gtk/print_dlg.c:
-
-         completely redesigned print dialog layout, to be more obvious to
-         the user
-
-2003-11-12 18:48  gerald
-
-       * file.c:
-
-         Remove MAX_DECODE_BUFFER_SIZE; it's no longer used.
-
-2003-11-12 09:00  guy
-
-       * packet-dcerpc.c:
-
-         Put stub data back where it was in the tree before.
-
-2003-11-12 08:58  guy
-
-       * packet-smb.c:
-
-         If what remains of the SMB byte count exceeds the data left in
-         the tvbuff, show what's left as extra byte parameters - don't act
-         as if there aren't any extra byte parameters.
-
-2003-11-11 20:49  guy
-
-       * packet-null.c, wiretap/snoop.c:
-
-         From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop
-         captures on loopback interfaces.
-
-2003-11-11 20:33  guy
-
-       * packet-ses.c:
-
-         Add parameter length checking.
-
-2003-11-11 20:11  guy
-
-       * packet-rsvp.c:
-
-         From Mohammad Hanif: fix dissection of RSVP DETOUR object code.
-
-2003-11-11 20:08  guy
-
-       * image/toolbar/capture_24.xpm, image/toolbar/cfilter_24.xpm,
-         image/toolbar/dfilter_24.xpm, image/toolbar/stock_close_24.xpm,
-         image/toolbar/stock_colorselector_24.xpm,
-         image/toolbar/stock_help_24.xpm,
-         image/toolbar/stock_jump_to_24.xpm,
-         image/toolbar/stock_open_24.xpm,
-         image/toolbar/stock_preferences_24.xpm,
-         image/toolbar/stock_print_24.xpm,
-         image/toolbar/stock_refresh_24.xpm,
-         image/toolbar/stock_right_arrow_24.xpm,
-         image/toolbar/stock_save_24.xpm,
-         image/toolbar/stock_search_24.xpm,
-         image/toolbar/stock_stop_24.xpm, plugins/asn1/moduleinfo.h:
-
-         Get rid of carriage returns in source files.
-
-2003-11-11 19:24  guy
-
-       * packet-tcp.c:
-
-         Make the declaration of "process_tcp_payload()" match the
-         definition.
-
-2003-11-11 19:23  guy
-
-       * packet-tacacs.c:
-
-         "tacplus_pref_cb()" takes no arguments, not an unspecified list
-         of arguments.
-
-2003-11-11 18:25  guy
-
-       * config.nmake:
-
-         Get rid of GLib 1.3 support - current versions of GTK+ 1.3
-         require GLib 2.0, and earlier versions are sufficiently buggy
-         that we don't want to support them.
-
-2003-11-11 13:59  ulfl
-
-       * gtk/print_mswin.c:
-
-         added some print dialog flags, to disable some unsupported print
-         features (e.g. selection of pages from X to Y)
-
-2003-11-11 08:29  guy
-
-       * AUTHORS, Makefile.am, Makefile.nmake, packet-ses.c, packet-ses.h,
-         doc/ethereal.pod:
-
-         From Yuriy Sidelnikov: ISO 8327-1 Session Protocol support.
-
-2003-11-11 06:10  guy
-
-       * plugins/: plugin_api_list.c, Xass-list, Xplugin_api.c,
-         Xplugin_api.h, Xplugin_api_decls.h, Xplugin_table.h:
-
-         Add "asn1_id_decode1()" to the list of exported functions.
-
-2003-11-11 05:54  guy
-
-       * packet-ansi_map.c:
-
-         From Michael Lum:
-
-                 Minor improvements.
-
-                 Added IEI level decoding of cdma2000 Handoff * IOS data
-                 parameters.
-
-2003-11-11 05:51  guy
-
-       * packet-ansi_a.c:
-
-         From Michael Lum:
-
-                 Change P_xxx to ANSI_A_E_xxx.
-
-                 Fix decoding of some parameters.
-
-                 Fix initialization of ett array.
-
-2003-11-11 05:23  guy
-
-       * gtk/gui_prefs.c:
-
-         The user interface preference page has only 9 rows in the GTK+
-         2.x version.
-
-2003-11-11 05:09  guy
-
-       * gtk/gui_prefs.c:
-
-         Create the last two items in the GUI preferences page's first
-         column the same way the other items are created - in order, going
-         down the page, and using "pos++" as the table position.
-
-2003-11-10 22:31  guy
-
-       * packet-ansi_a.c:
-
-         From Albert Chin: <stdlib.h> on HP-UX 11.00 (and possibly 10.20
-         and perhaps some versions of Digital/Tru64 UNIX) drags in
-         <wait.h>, which drags in <sys/procset.h>, which defines P_SID in
-         ways that cause this not to compile.  Use P_MY_SID instead.
-
-2003-11-10 21:42  guy
-
-       * packet-h225.c:
-
-         From Martin Regner:
-
-                 "aliasAddress", in an EndPoint sequence, is a sequence of
-                 aliasAddresses.
-
-                 Don't update the Info or Protocol columns in a pdu_item.
-
-2003-11-10 20:22  guy
-
-       * packet-dcerpc-epm.c:
-
-         From Yaniv Kaul:
-
-                 1. Add dissection of inquiry type (rpc_c_ep_all_elts /
-                    rpc_c_ep_match_by_if / rpc_c_ep_match_by_obj /
-                    rpc_c_ep_match_by_both).
-
-                 2. The version field seems incorrect to me - I believe it
-         is usually
-                    should be version 2.0, not 0.2.
-                    I suspect that the insertion of version information to
-         the hash
-                    table is also wrong, (and the get for the version
-         should have
-                    used _letohl() ) - but I did not change it.
-
-                 3. Clean up some white space.
-
-2003-11-10 20:15  guy
-
-       * packet-ansi_a.c:
-
-         From Albert Chin: dynamically allocate the "ett" array - some
-         compilers (such as at least one older version of the HP C
-         compiler) can't cope with constant expressions that involve the
-         "?" operator, it appears; they think it's not a constant
-         expression.
-
-         Also, as Albert notes, there's no reason for "ett" to be static
-         here.
-
-2003-11-10 08:14  sahlberg
-
-       * packet-q931.c:
-
-         The Q.931 dissector never checked whether the codeset variable
-         was set to a reasonable value or not.
-
-         This was problematic and caused crashes since this variable is
-         used as an index into an array where we grab a pointer (which is
-         later dereferenced).
-
-         Dereferencing that pointer will have surprising effects. Usually
-         crashes.
-
-         Update Q.931 to verify sanity of the codeset variable everytime
-         it gets set.
-
-2003-11-10 08:02  sahlberg
-
-       * packet-smb.c:
-
-         Bugfix for ethereal crashes
-
-         If the ByteCount field in the SMB PDU spanned beyond the end of
-         the packet because the packet was short or because the BC field
-         was corrupted and contained garbade data  then the tree item for
-         the command (the subtree just after the SMBHeader subtree) would
-         describe data continuing beyond the end of the packet.
-
-         If we selected one such tree in the dissect pane and used
-         Prepare/Match Selected  this would cause the filter build thing
-         to try to access data beyod the end of the packet and ethereal
-         would dump core.
-
-         Change the END_OF_SMB macro so that it shrinks bc so that bc
-         never describes data beyond the end of the packet.
-
-2003-11-10 07:44  sahlberg
-
-       * packet-ldap.c, gtk/dcerpc_stat.c:
-
-         Not all LDAP PDUs are aligned to the start of a TCP segment.
-
-         If we failed to dissect the GSS-SPNEGO blob it probably means
-         that the segment is somewhere in the middle of an LDAP PDU.
-
-         Just bail out and stop dissecting the PDU instead of aborting
-         ethereal completely using g_assert() since this is not really a
-         pathological error, its just something that can and will happen
-         normally.
-
-2003-11-09 22:57  guy
-
-       * asn1.c, asn1.h:
-
-         Fix the type of the "integer" argument to
-         "asn1_uint32_value_decode()", as per a note by Michael Lum.
-
-2003-11-09 22:55  guy
-
-       * AUTHORS, packet-rtcp.c, packet-rtp.c, doc/ethereal.pod:
-
-         From Martin Mathieson: display the bitfields for
-
-                 - the first 2 bytes of RTP headers
-                 - the first byte of RTCP report.
-
-2003-11-09 22:49  guy
-
-       * packet-ansi_map.c:
-
-         From Michael Lum: add the ability to put parameter data at the
-         end of the parameter name so that the user doesn't have to open
-         the parameter subtree to see the most important data.
-
-         Use "%u", not "%d", to print unsigned quantities.
-
-         Get rid of includes of <gmodule.h> (we're not loading any code at
-         run-time in the dissector itself), and <sys/types.h> and
-         <netinet/in.h> (we shouldn't need either of those).
-
-2003-11-09 22:41  guy
-
-       * packet-gsm_a.c:
-
-         From Michael Lum get rid of non-portable "%N$" constructs in
-         printf formats.
-
-         Use "%u", not "%d", to print unsigned quantities.
-
-         Get rid of includes of <gmodule.h> (we're not loading any code at
-         run-time in the dissector itself), and <sys/types.h> and
-         <netinet/in.h> (we shouldn't need either of those).
-
-2003-11-09 22:32  guy
-
-       * packet-ansi_a.c:
-
-         Remove accidentally-inserted letter.
-
-2003-11-09 22:30  guy
-
-       * packet-ansi_a.c:
-
-         From Michael Lum:
-
-                 Fix some incorrect bit shifts.
-
-                 Get rid of non-portable "%N$" constructs in printf
-         formats.
-
-         Use "%u", not "%d", to print unsigned quantities.
-
-2003-11-09 22:15  guy
-
-       * plugins/asn1/packet-asn1.c:
-
-         From Albert Chin: the HP-UX 10.20 C compiler doesn't allow
-
-                 typedef enum _foo foo;
-                 enum _foo {
-                         ...
-                 };
-
-         You have to define the enum before using it in a typedef.  (If I
-         had my ANSI C89 standard handy, I could say whether that was
-         legal ANSI C or not.)
-
-2003-11-09 22:13  guy
-
-       * packet-bssgp.c:
-
-         From Albert Chin: get rid of null statements outside of function
-         bodies (that's what the ";" in
-
-                 int
-                 foo(...)
-                 {
-                         ...
-                 };
-
-         is).
-
-2003-11-09 19:53  guy
-
-       * packet-dcerpc-dcom.h:
-
-         From Albert Chin: get rid of C++ comments.
-
-2003-11-09 01:36  guy
-
-       * prefs.c:
-
-         From Gisle Vanem:
-
-                 Copy the "gui_fileopen_*" fields in "copy_prefs()".
-
-                 Fix a typo in "free_prefs()".
-
-2003-11-08 05:47  guy
-
-       * packet-tcp.c, packet-tcp.h:
-
-         Have "decode_tcp_ports()" handle only the handoff to a
-         subdissector - and have it return TRUE if we succeeded, FALSE
-         otherwise - and have an internal "process_tcp_payload()" routine
-         handle the (TCP-specific) PDU tracking and sequence number
-         analysis, with an argument to indicate whether it should do that
-         or not (i.e., whether it's being handed a TCP segment or
-         reassembled data).
-
-2003-11-08 00:09  guy
-
-       * AUTHORS, packet-rsvp.c, doc/ethereal.pod:
-
-         From Mohammad Hanif:
-
-                 correct and enhance support for RSVP FAST_REROUTE and
-         DETOUR
-                 objects (source:
-         draft-ietf-mpls-rsvp-lsp-fastreroute-03.txt);
-
-                 support an RSVP SESSION_OBJECT object with ctype = 1.
-         This
-                 object contains resource affinities (source: RFC 3209).
-
-2003-11-08 00:02  guy
-
-       * packet-msproxy.c, packet-socks.c, packet-tcp.c, packet-tcp.h:
-
-         "decode_tcp_ports()" is for use by protocols that proxy
-         transport-layer packets/sessions, e.g. MSProxy and SOCKS.  It
-         should not cause any of the TCP-specific stuff such as sequence
-         number analysis or PDU tracking to be done.  (Actually, MSProxy
-         and SOCKS should offer desegmentation services *themselves* and
-         do their *own* PDU tracking, rather than just passing stuff on to
-         "decode_tcp_ports()", but that's another matter.)
-
-         Make "tcp_tree" once again be a local variable to
-         "dissect_tcp()", and pass it as an argument to those functions
-         that use it.
-
-2003-11-07 23:27  guy
-
-       * Makefile.nmake, config.h.win32, config.nmake,
-         wiretap/Makefile.nmake, wiretap/config.h.win32:
-
-         Let people configure whether to build with Zlib or not solely by
-         controlling whether ZLIB_DIR is defined or not in config.nmake.
-
-2003-11-07 23:26  guy
-
-       * gtk/Makefile.nmake:
-
-         Nothing here should require zlib.h, so we shouldn't need to do
-         "/I$(ZLIB_DIR)".
-
-2003-11-07 20:23  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: implement the Range, Content-Range and
-         Content-Disposition headers.
-
-2003-11-07 20:07  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot: add dissection for the Content-Base headeer.
-
-2003-11-07 08:50  guy
-
-       * packet-fcels.c, packet-fcels.h:
-
-         From Dinesh Dutt:
-
-             - Added support for displaying support for
-         Multicast/Broadcast supported
-               bits in *LOGI common service params
-             - Removed restriction for "Random Relative Offset" & its
-         alternate to be in
-               PLOGI or PDISC only. Some HBAs set it even in FLOGI.
-
-2003-11-07 08:47  guy
-
-       * packet-fcsp.c:
-
-         From Dinesh Dutt:
-
-             - Added support for decoding related to Security in *LOGI
-         service params
-             - Added support for new LS_RJT code for authentication
-         failure
-             - Brought packet-fcsp.c up-to-date with FC-SP rev 1.2
-
-2003-11-07 05:26  sahlberg
-
-       * Makefile.am, Makefile.nmake, packet-kpasswd.c:
-
-         New protocol:   MS Kpasswd  (RFC3244)
-
-         KPasswd is partially dissected for UDP.
-
-         It would be very useful if someone added dissection of the asn.1
-         encoded AP_REQ and the KRB-PRIV blobs. I dont think I will add
-         those.
-
-2003-11-07 04:03  sahlberg
-
-       * packet-ldap.c:
-
-         In some captures we might have already established and BOUND LDAP
-         session where GSS-SPNEGO is used.  If we havent seen the BIND
-         call ethereal would assume it is vanilla non-GSS-SPNEGO LDAP and
-         would fail to decode the packet.
-
-         Add heuristics to the LDAP dissector so that IF the first 4 bytes
-         of the LDAP PDU looks like ity could be a length field and IF the
-         fifth byte has the value 0x60 then assume what we have is
-         GSS-SPNEGO and assume this and all further commands on this
-         session is GSS-SPNEGO as well.
-
-2003-11-07 03:47  guy
-
-       * packet-http.c:
-
-         Make a field for the Content-Type entity header, and give it an
-         EH_ value so it can be handled specially (with a string dissector
-         table so that subdissectors can register for particular content
-         types).
-
-2003-11-07 01:29  guy
-
-       * gtk/: menu.c, toolbar.c, toolbar.h:
-
-         "File->Open" should be available whether or not we have a captue
-         file open.
-
-         The toolbar equivalent should *not* be available if we have an
-         "Update list of packets in real time" capture running.
-
-         The toolbar "Save" button should not be available if we don't
-         have an unsaved capture file.
-
-2003-11-06 23:02  guy
-
-       * gtk/menu.c:
-
-         Make Shift+Control+S an accelerator for "Save As...", as per the
-         GNOME HIG.
-
-2003-11-06 22:45  guy
-
-       * wiretap/: file_access.c, netmon.c, network_instruments.c,
-         network_instruments.h, wtap-int.h:
-
-         From Scott Emberley: support for writing Network Instruments
-         Observer files.
-
-2003-11-06 09:52  guy
-
-       * doc/README.plugins:
-
-         Note that not all OSes on which Ethereal runs can support
-         plugins.
-
-         Note that you have to modify plugins/Makefile.nmake.
-
-         Fix "plugin/" to "plugins/".
-
-         Update the sample Makefile.am and Makefile.nmake to match the
-         current state of affairs.
-
-2003-11-06 09:47  guy
-
-       * doc/README.developer:
-
-         Warn people not to use the "numbered argument" feature that many
-         UNIX printf's implement.
-
-2003-11-06 09:32  guy
-
-       * plugins/acn/packet-acn.c:
-
-         From Erwin Rol: fix some switched fields.
-
-2003-11-06 09:28  guy
-
-       * packet-sccp.c:
-
-         From Michael Lum: have the SCCP dissector register itself by
-         name.
-
-2003-11-06 09:18  sahlberg
-
-       * packet-ldap.c, packet-tcp.c:
-
-         Update to LDAP and TCP
-
-         LDAP messages that span multiple segments will throw an exception
-         unless we have reassembly enabled.
-
-         Update TCP so that IF an exception was thrown that we still pick
-         up any hints provided by the subdissector about where the next
-         PDU starts.
-
-         Update LDAP so that it will rpovide hints to TCP about where the
-         next LDAP PDU starts in the sequence number space.
-
-         Thus now ethereal can find and dissect LDAP PDUs that starts
-         somewhere in the middle of a TCP segment.
-
-2003-11-06 09:13  guy
-
-       * packet-dcerpc.c:
-
-         Update a comment.
-
-         Catch another case where we need to check for a null
-         decrypted_tvb.
-
-2003-11-06 09:05  guy
-
-       * plugins/: acn/Makefile.nmake, artnet/Makefile.nmake,
-         asn1/Makefile.nmake, docsis/Makefile.nmake,
-         gryphon/Makefile.nmake, lwres/Makefile.nmake,
-         megaco/Makefile.nmake, mgcp/Makefile.nmake, pcli/Makefile.nmake,
-         rtnet/Makefile.nmake:
-
-         Use "$(OBJECTS)" whenever a complete list of .obj files appears,
-         rather than repeating the list from the setting of OBJECTS.
-
-2003-11-06 08:54  guy
-
-       * packet-http.c:
-
-         Add a mechanism to handle various entity headers, allowing their
-         (string) values to be put into the protocol tree as fields and
-         allowing some headers to get special treatment, and use it for
-         Authorization, Proxy-Authorization, WWW-Authenticate, and
-         Proxy-Authenticate.
-
-2003-11-06 08:51  sahlberg
-
-       * packet-tcp.c:
-
-         Fix for TCP.
-
-         If we have short or malformed PDUs in protocols above TCP this
-         will generate an exception and thus some of the stateful things
-         such as keeping track of and printing the tcp analysis data will
-         be shourcutted and not called.
-
-         Add a wrapper around the call to the subdissectors above TCP so
-         that if an exception is generated we will still catch it and
-         explicitely call tcp_print_sequence_number_analysis() so that
-         also short packets are handled well.
-
-2003-11-06 07:44  sahlberg
-
-       * packet-dcerpc.c:
-
-         Bugfix for dcerpc parsing of encrypted short packets.
-
-         Sometimes if we cant decrypt a DCERPC packet decrypted_tvb is
-         NULL.
-
-         do not pass a NULL pointer to show_stub_data() since this will
-         dump core.
-
-2003-11-05 20:19  guy
-
-       * packet-ansi_a.c:
-
-         Get rid of includes of <gmodule.h> (we're not loading any code at
-         run-time in the dissector itself), and <sys/types.h> and
-         <netinet/in.h> (we shouldn't need either of those, and they might
-         be responsible for dragging in <sys/procset.h> on Digital UNIX -
-         that header defines P_SID in a way that conflicts with our
-         definition).
-
-2003-11-05 20:10  guy
-
-       * plugins/acn/packet-acn.c:
-
-         Update from Erwin Rol.
-
-2003-11-05 20:10  guy
-
-       * packet-ldap.c:
-
-         A "GHashFunc()" returns a "guint", not a "gint".
-
-2003-11-05 09:04  sahlberg
-
-       * gtk/ldap_stat.c:
-
-         the LDAP service response time dialog
-
-2003-11-05 09:04  sahlberg
-
-       * packet-ldap.c, packet-ldap.h, doc/ethereal.pod, gtk/Makefile.am,
-         gtk/Makefile.nmake, gtk/service_response_time_table.c:
-
-         update for LDAP measure the response time for some LDAP commands
-         and add a service response time dialog for it
-
-2003-11-05 04:23  guy
-
-       * packet-wtp.c:
-
-         From Olivier Biot: have a separate subtree ett_ value for
-         concatenated PDUs.
-
-2003-11-04 22:14  guy
-
-       * wiretap/snoop.c:
-
-         Sigh.  Some snoop files have 6 bytes of padding; assume the file
-         is a snoop file unless it has enoguh padding to hold a Shomiti
-         trailer record.  (DEAR SUN MICROSYSTEMS: PLEASE DO NOT STUFF 16
-         OR MORE BYTES OF PADDING INTO A SNOOP PACKET.  THANK YOU.  HAVE A
-         NICE DAY.)
-
-         Add a little paranoia about the record and captured data lengths.
-
-2003-11-04 21:44  guy
-
-       * packet-isakmp.c:
-
-         Get rid of all the UDP-encapsulated IPSec stuff.
-
-         draft-ietf-ipsec-udp-encaps-06 says "The UDP port numbers are the
-         same as used by IKE traffic, as defined in [Kiv05]", and
-         "[Kiv05]" is draft-ietf-ipsec-nat-t-ike-05, which has been
-         superseded by draft-ietf-ipsec-nat-t-ike-07; the latter appears
-         to imply that it goes over port 4500, not port 500.
-
-         We already have a draft-ietf-ipsec-udp-encaps-06 dissector for
-         port 4500 (packet-ipsec-udp.c), and it's not entirely clear to me
-         how, if draft-ietf-ipsec-udp-encaps-06 traffic *did* go over port
-         500, you'd distinguish it from regular ISAKMP traffic.
-
-2003-11-04 20:33  guy
-
-       * gtk/prefs_dlg.c:
-
-         Skip the check for the module if a page doesn't have a module.
-
-2003-11-04 20:22  guy
-
-       * gtk/prefs_dlg.c:
-
-         Clean up the way we find the properties page for a given protocol
-         somewhat; this fixes a bug wherein we were assuming all modules
-         necessarily had preference pages (they won't, if the only
-         preferences for the module are obsolete preferences).
-
-2003-11-04 19:47  guy
-
-       * packet-wsp.c:
-
-         From Olivier Biot:
-
-                 * Extra headers: Encoding-Version, WWW-Authenticate,
-                   Proxy-Authenticate
-
-                 * Fix memory allocate/free in header parsing functions &
-         macros
-
-                 * Add missing "ok = TRUE" for some header parsing
-         functions
-
-                 * Header subfields all share the same subtree identifier
-         (more
-                   intuitive)
-
-                 * Get rid of unused header fields and subtrees
-
-                 * Some whitespace changes
-
-2003-11-04 18:37  guy
-
-       * plugins/asn1/packet-asn1.c, plugins/gryphon/packet-gryphon.c,
-         AUTHORS, doc/ethereal.pod:
-
-         From Masaki Chikama: fix static compilation of "generic ASN.1"
-         and Gryphon plugins.
-
-2003-11-04 16:44  gerald
-
-       * plugins/asn1/packet-asn1.c:
-
-         #ifdef out "#include <gtk/gtk.h>", so that --disable-ethereal
-         works again.
-
-2003-11-04 08:16  guy
-
-       * packet-http.c:
-
-         If we've already constructed a subset tvbuff, don't construct an
-         identical one and throw away the first one.
+Regenerate the INAP dissector with the -X option using the original asn1 files
+(with small modifications).
+------------------------------------------------------------------------
+r22022 | etxrab | 2007-06-01 12:53:46 -0700 (Fri, 01 Jun 2007) | 1 line
+Changed paths:
+   D /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt
+
+Delete file added by misstake.
+------------------------------------------------------------------------
+r22023 | sahlberg | 2007-06-02 01:20:58 -0700 (Sat, 02 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+update the ctdb controls to match the current version of the protocol 
+
+
+
+------------------------------------------------------------------------
+r22024 | etxrab | 2007-06-02 02:36:26 -0700 (Sat, 02 Jun 2007) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r22025 | etxrab | 2007-06-02 05:26:13 -0700 (Sat, 02 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+Syntax suport for Embedded pdv.
+------------------------------------------------------------------------
+r22026 | etxrab | 2007-06-02 05:29:18 -0700 (Sat, 02 Jun 2007) | 1 line
+Changed paths:
+   A /trunk/asn1/ros/Remote-Operations-Information-Objects.asn
 
+Check in original asn1, to be referenced.
+------------------------------------------------------------------------
+r22027 | sahlberg | 2007-06-02 15:31:12 -0700 (Sat, 02 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+show the database name for ctdb.dbid fields
+
+
+------------------------------------------------------------------------
+r22028 | sahlberg | 2007-06-02 15:50:31 -0700 (Sat, 02 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+add a new field to one of the pdus
+
+rsn in dmaster request/response is aligned to a 64 bit bundary
+
+
+------------------------------------------------------------------------
+r22029 | sahlberg | 2007-06-02 16:08:21 -0700 (Sat, 02 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+srvid is also aligned to an 8 byte boundary
+
+
+------------------------------------------------------------------------
+r22030 | wmeier | 2007-06-03 09:07:07 -0700 (Sun, 03 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/crypt/airpdcap_interop.h
+   M /trunk/epan/filesystem.c
+   M /trunk/gtk/sctp_stat.h
+   M /trunk/plugins/mate/mate.h
+
+(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark 
+
+------------------------------------------------------------------------
+r22031 | etxrab | 2007-06-03 12:58:59 -0700 (Sun, 03 Jun 2007) | 5 lines
+Changed paths:
+   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
+
+INAP:
+- Use (some) IN CS4 asn1 files Q.1248.1 Q.1248.2 Q.1248.3
+
+BER/asn2wrs:
+-  Add basic support for EmbeddedPDVType
+------------------------------------------------------------------------
+r22032 | etxrab | 2007-06-03 14:10:29 -0700 (Sun, 03 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-inap.c
+
+Add some opcodes and mark func as _U_ in packet-ber.c
+------------------------------------------------------------------------
+r22033 | etxrab | 2007-06-03 15:06:19 -0700 (Sun, 03 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Add dissect_per_enumerated
+------------------------------------------------------------------------
+r22034 | sahlberg | 2007-06-04 00:24:55 -0700 (Mon, 04 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+there is no longer a FINISHED pdu in the protocol
+
+
+------------------------------------------------------------------------
+r22035 | sahlberg | 2007-06-04 00:35:05 -0700 (Mon, 04 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ctdb.c
+
+add the name for the keeaplive pdu
+
+
+------------------------------------------------------------------------
+r22036 | kukosa | 2007-06-04 07:41:38 -0700 (Mon, 04 Jun 2007) | 10 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r22037 | etxrab | 2007-06-04 08:55:20 -0700 (Mon, 04 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/inap/IN-SCF-SRF-Classes.asn
+   M /trunk/asn1/inap/IN-SCF-SRF-ops-args.asn
+   M /trunk/asn1/inap/IN-SSF-SCF-Classes.asn
+   M /trunk/asn1/inap/IN-common-classes.asn
+   M /trunk/asn1/inap/IN-common-datatypes.asn
+   M /trunk/asn1/inap/IN-object-identifiers.asn
+
+Use the unmodified files.
+------------------------------------------------------------------------
+r22038 | sfisher | 2007-06-04 13:15:10 -0700 (Mon, 04 Jun 2007) | 8 lines
+Changed paths:
+   M /trunk/epan/column.c
+   M /trunk/epan/column.h
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/file.c
+   M /trunk/gtk/column_prefs.c
+   M /trunk/gtk/gui_prefs.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/packet_list.h
+
+
+Fix for bug #93: changes to the columns has no effect until restart
+
+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. 
+
+
+------------------------------------------------------------------------
+r22039 | sfisher | 2007-06-04 14:18:19 -0700 (Mon, 04 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+
+Get the Windows builds going again after my last check-in
+
+
+------------------------------------------------------------------------
+r22040 | tuexen | 2007-06-04 15:51:16 -0700 (Mon, 04 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssap.c
+
+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
+
+From Michael Scharf: Add support for TCP Quickstart.
+
+
+------------------------------------------------------------------------
+r22042 | kukosa | 2007-06-05 01:33:39 -0700 (Tue, 05 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+few small changes to compile INAP (Q.1248.x) from original ASN.1 source
+------------------------------------------------------------------------
+r22043 | kukosa | 2007-06-05 05:00:57 -0700 (Tue, 05 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/cdt/cdt.cnf
+   M /trunk/asn1/cms/cms.cnf
+   M /trunk/asn1/dap/dap.cnf
+   M /trunk/asn1/disp/disp.cnf
+   M /trunk/asn1/ftbp/ftbp.cnf
+   M /trunk/asn1/gsmmap/gsmmap.cnf
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/asn1/pkcs12/pkcs12.cnf
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/asn1/s4406/s4406.cnf
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/asn1/x509ce/x509ce.cnf
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-logotypecertextn.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/tools/asn2wrs.py
+
+not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 types
+it makes interconnection between .cnf file and ASN.1 source more readable
+(changes for #.FN_BODY will follow)
+------------------------------------------------------------------------
+r22044 | kukosa | 2007-06-05 05:15:52 -0700 (Tue, 05 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/q932/Makefile
+   M /trunk/asn1/q932/Makefile.nmake
+   M /trunk/asn1/q932/q932-exp.cnf
+   M /trunk/asn1/qsig/Makefile
+   M /trunk/asn1/qsig/Makefile.nmake
+   M /trunk/asn1/qsig/qsig-exp.cnf
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-q932-ros.h
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-q932.h
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-qsig.h
+
+Q.932 and QSIG regenerated with -X (new BER) option
+------------------------------------------------------------------------
+r22045 | kukosa | 2007-06-05 06:34:18 -0700 (Tue, 05 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/dop/dop.cnf
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/epan/dissectors/packet-dop.c
+
+use ASN.1 type names in conformance file instead of Wireshak types
+------------------------------------------------------------------------
+r22046 | kukosa | 2007-06-05 06:43:45 -0700 (Tue, 05 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+replace '&' with '_' in asn2c() function
+------------------------------------------------------------------------
+r22047 | etxrab | 2007-06-05 07:47:11 -0700 (Tue, 05 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/mms/Makefile
+   M /trunk/asn1/mms/Makefile.nmake
+   M /trunk/asn1/mms/mms-exp.cnf
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mms.h
+
+Regenerate the MMS dissector with -T and -X options.
+------------------------------------------------------------------------
+r22048 | etxrab | 2007-06-05 07:53:37 -0700 (Tue, 05 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
+   M /trunk/epan/dissectors/packet-inap.c
+
+Regenerate the INAP dissector with thelatest asn2wrs and theunmodified asn files.
+------------------------------------------------------------------------
+r22049 | guy | 2007-06-05 10:15:21 -0700 (Tue, 05 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/epan/dissectors/packet-inap.c
+
+Squelch some warnings - including some that appear legitimate; the name
+of the function was missing from the call for monitorRouteRequest.  It
+also appears that the wrong function was being called for
+monitorRouteReport.
+
+------------------------------------------------------------------------
+r22050 | guy | 2007-06-05 10:17:22 -0700 (Tue, 05 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/wiretap/netmon.c
+
+Note the version numbers in NetMon 3.0 files.
+
+------------------------------------------------------------------------
+r22051 | jake | 2007-06-05 13:26:03 -0700 (Tue, 05 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smpp.c
+
+Fix for bug 1642:
+Added hf_smpp_sms_signal to hf_array.
+------------------------------------------------------------------------
+r22052 | jake | 2007-06-05 13:36:23 -0700 (Tue, 05 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smpp.c
+
+Fix for bug 1512:
+Present user with the invalid time string.
+------------------------------------------------------------------------
+r22053 | guy | 2007-06-05 14:23:49 -0700 (Tue, 05 Jun 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb.c
+
+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.
+
+------------------------------------------------------------------------
+r22054 | kukosa | 2007-06-06 01:12:27 -0700 (Wed, 06 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/dap/dap.cnf
+   M /trunk/asn1/disp/disp.cnf
+   M /trunk/asn1/dop/dop.cnf
+   M /trunk/asn1/h245/h245.cnf
+   M /trunk/asn1/ldap/ldap.cnf
+   M /trunk/asn1/pres/pres.cnf
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/asn1/ros/ros.cnf
+   M /trunk/asn1/rtse/rtse.cnf
+   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/asn1/x411/x411.cnf
+   M /trunk/asn1/x420/x420.cnf
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/tools/asn2wrs.py
+
+use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)
+------------------------------------------------------------------------
+r22055 | kukosa | 2007-06-06 02:43:45 -0700 (Wed, 06 Jun 2007) | 1 line
+Changed paths:
+   A /trunk/asn1/q932/Facility-Information-Element-Components.asn
+   M /trunk/asn1/q932/Makefile
+   M /trunk/asn1/q932/Makefile.nmake
+   M /trunk/asn1/q932/packet-q932-ros-template.c
+   D /trunk/asn1/q932/q932-ros.asn
+   M /trunk/asn1/q932/q932-ros.cnf
+   M /trunk/epan/dissectors/packet-q932-ros.c
+   M /trunk/epan/dissectors/packet-q932-ros.h
+
+Q.932 ROS regenerated from original ASN.1 source
+------------------------------------------------------------------------
+r22056 | kukosa | 2007-06-06 02:46:35 -0700 (Wed, 06 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+build-in OPERATION and ERROR classes definition
+------------------------------------------------------------------------
+r22057 | kukosa | 2007-06-06 04:52:48 -0700 (Wed, 06 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/Makefile.am
+
+fix dist failed
+------------------------------------------------------------------------
+r22058 | jake | 2007-06-06 12:50:28 -0700 (Wed, 06 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
+
+Fix for bug 1644.
+Get the DST from the right offset in the tvb.
+
+------------------------------------------------------------------------
+r22059 | jake | 2007-06-06 12:58:26 -0700 (Wed, 06 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
+
+Fix for bug 1643.
+Add element type Policy Server.
+
+------------------------------------------------------------------------
+r22060 | lego | 2007-06-06 13:56:38 -0700 (Wed, 06 Jun 2007) | 5 lines
+Changed paths:
+   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.
+
+
+
+------------------------------------------------------------------------
+r22061 | wmeier | 2007-06-06 14:04:22 -0700 (Wed, 06 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-epl.h
+
+Fwom David Buechi: Powerlink dissector enhancement:
+The attached patch adds a small enhancement for the ETHERNET Powerlink
+dissector (some well-known CANopen device profiles are decoded in human
+readable plaintext in the IdentResponse frame).
+
+------------------------------------------------------------------------
+r22062 | lego | 2007-06-06 15:02:56 -0700 (Wed, 06 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-epl.c
+
+Unconditionally initialize profile (avoid a warning causing the distcheck buildbot to fail).
+
+
+------------------------------------------------------------------------
+r22063 | kukosa | 2007-06-06 23:05:36 -0700 (Wed, 06 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/tools/asn2wrs.py
+
+- improve compilation (passing type information) if modules are not merged with -p option
+- start "module grouping" compilation feature
+------------------------------------------------------------------------
+r22064 | gerald | 2007-06-07 10:40:23 -0700 (Thu, 07 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Add an option to ignore vendor-specific HT elements.
+
+------------------------------------------------------------------------
+r22065 | guy | 2007-06-07 19:45:30 -0700 (Thu, 07 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nfs.c
+
+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).
+
+------------------------------------------------------------------------
+r22066 | etxrab | 2007-06-07 22:04:54 -0700 (Thu, 07 Jun 2007) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-amr.c
+
+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
+------------------------------------------------------------------------
+r22067 | guy | 2007-06-08 10:06:13 -0700 (Fri, 08 Jun 2007) | 44 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/packet_info.h
+   M /trunk/wiretap/erf.c
+   M /trunk/wiretap/erf.h
+   M /trunk/wiretap/file_access.c
+   M /trunk/wiretap/wtap-int.h
+   M /trunk/wiretap/wtap.h
+
+From Stephen Donnelly of Endace:
+
+       The code for reading ERF files has not been significantly
+       updated since 2004.  This patch brings it up to date with a
+       number of changes.
+
+       1) Increase number of decodable ERF types from 7 to 12. This
+          covers newer DAG card models and firmware updates.
+
+       2) Fix timestamp conversion. Was calculating only microsecond
+          precision, now displaying with nanosecond resolution.  Hardware
+          precision is 7.5 to 30 ns depending on model.
+
+       3) Allow the user to specify HDLC encapsulation as 'chdlc',
+          'ppp_serial', 'frelay' or 'mtp2'.  This is needed because the
+          ERF HDLC capture formats do not include information on what
+          protocol is used at the next level.  This is currently done via
+          an environment variable 'ERF_HDLC_ENCAP' and is analagous to the
+          existing 'ERF_ATM_ENCAP' variable.
+
+          If the user does not specify an HDLC encapsulation it tries to
+          guess, and falls back to MTP2 for backwards compatibility with
+          Florent's existing behaviour.
+
+          I know environment variables are ugly, suggestions are welcome.
+
+       4) When reading HDLC captures as MTP2, use
+          WTAP_ENCAP_MTP2_WITH_PHDR rather than WTAP_ENCAP_MTP2.  This
+          allows us to put the 'Multi-Channel ERF' record 'channel
+          number' field into the MTP2 pseudo header > 'link_number'
+          field.  This is then displayed in Frame information, and can
+          be filtered on.  (Would be nice if it could be made a display
+          column?)
+
+       Because the ERF record does not specify whether Annex A is used
+       or not, we pass MTP2_ANNEX_A_USED_UNKNOWN and allow the existing
+       user preference to decide.
+
+Move the MTP2_ANNEX_A_ definitions into Wiretap, make the annex_a_used
+field a guint8, and change MTP2_ANNEX_A_USED_UNKNOWN to 2 so it fits in
+a guint8.  (This means that if you can save an ERF MTP2 file as a
+libpcap file, the pseudo-header will have MTP2_ANNEX_A_USED_UNKNOWN in
+it.)
+
+------------------------------------------------------------------------
+r22068 | etxrab | 2007-06-09 07:58:51 -0700 (Sat, 09 Jun 2007) | 1 line
+Changed paths:
+   A /trunk/asn1/gsmmap/MAP-CallHandlingOperations.asn
+   A /trunk/asn1/gsmmap/MAP-DialogueInformation.asn
+   A /trunk/asn1/gsmmap/MAP-Errors.asn
+   A /trunk/asn1/gsmmap/MAP-Group-Call-Operations.asn
+   A /trunk/asn1/gsmmap/MAP-LocationServiceOperations.asn
+   A /trunk/asn1/gsmmap/MAP-MobileServiceOperations.asn
+   A /trunk/asn1/gsmmap/MAP-OperationAndMaintenanceOperations.asn
+   A /trunk/asn1/gsmmap/MAP-Protocol.asn
+   A /trunk/asn1/gsmmap/MAP-ShortMessageServiceOperations.asn
+   A /trunk/asn1/gsmmap/MAP-SupplementaryServiceOperations.asn
+   A /trunk/asn1/gsmmap/SS-DataTypes.asn
+   A /trunk/asn1/gsmmap/SS-Errors.asn
+   A /trunk/asn1/gsmmap/SS-Operations.asn
+   A /trunk/asn1/gsmmap/SS-Protocol.asn
+
+Add more ofthe needed splited ASN1 files.
+------------------------------------------------------------------------
+r22069 | etxrab | 2007-06-10 12:04:12 -0700 (Sun, 10 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/asn1/gsmmap/GSMMAP.asn
+   M /trunk/asn1/gsmmap/MAP-MS-DataTypes.asn
+   M /trunk/asn1/gsmmap/MAP-MobileServiceOperations.asn
+   M /trunk/asn1/gsmmap/Makefile.nmake
+   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-gtp.c
+
+Updated GSM MAP to use the latest asn1 original files.
+MAP-dalouge and gsm_ss is included in this dissector.
+------------------------------------------------------------------------
+r22070 | etxrab | 2007-06-10 14:31:10 -0700 (Sun, 10 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
+
+Remove an unused variable.
+------------------------------------------------------------------------
+r22071 | gerald | 2007-06-10 20:58:58 -0700 (Sun, 10 Jun 2007) | 11 lines
+Changed paths:
+   M /trunk/capture-pcap-util.h
+   M /trunk/capture.c
+   M /trunk/capture.h
+   M /trunk/capture_opts.c
+   M /trunk/capture_opts.h
+   M /trunk/capture_sync.c
+   M /trunk/capture_sync.h
+   M /trunk/doc/dumpcap.pod
+   M /trunk/dumpcap.c
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/capture_prefs.c
+   M /trunk/gtk/main.c
+   M /trunk/tshark.c
+
+One more step in privilege separation.
+
+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.
+
+Add a "-I" flag to dumpcap, which prints out verbose interface
+information.
+
+Tested under Windows and Linux.
+
+------------------------------------------------------------------------
+r22072 | etxrab | 2007-06-10 22:28:18 -0700 (Sun, 10 Jun 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22073 | jake | 2007-06-10 23:40:56 -0700 (Sun, 10 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/capture.c
+
+Fix segmentation fault when NULL err_msg pointer passed to capture_interface_list() and sync_list_interface_open() fails.
+------------------------------------------------------------------------
+r22074 | wmeier | 2007-06-11 08:50:03 -0700 (Mon, 11 Jun 2007) | 5 lines
+Changed paths:
+   M /trunk/wiretap/netxray.c
+
+Note invalidity of realtick for 
+captypes ETH_CAPTYPE_OTHERPOD2 and
+ETH_CAPTYPE_GIGPOD2 in comments for
+the associated TpS tables.
+
+------------------------------------------------------------------------
+r22075 | gerald | 2007-06-11 11:26:09 -0700 (Mon, 11 Jun 2007) | 7 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.common
+   M /trunk/Makefile.nmake
+   M /trunk/capture.c
+   M /trunk/capture_opts.c
+   M /trunk/epan/Makefile.nmake
+   D /trunk/epan/inet_ntop.c
+   D /trunk/epan/inet_pton.c
+   D /trunk/epan/inet_v6defs.h
+   A /trunk/inet_ntop.c (from /trunk/epan/inet_ntop.c:22074)
+   A /trunk/inet_pton.c (from /trunk/epan/inet_pton.c:22074)
+   A /trunk/inet_v6defs.h (from /trunk/epan/inet_v6defs.h:22074)
+
+Fix compilation under VS6 (hopefully without breaking compilation
+anywhere else).  Instead of using getaddrinfo() and getnameinfo(),
+promote inet_pton.c and inet_ntop.c to the top level and use those
+routines instead.
+
+(It's 2007, for crying out loud.  Why is this even an issue?)
+
+------------------------------------------------------------------------
+r22076 | gerald | 2007-06-11 12:03:20 -0700 (Mon, 11 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-ssl.c
+
+Fix include paths.
+
+------------------------------------------------------------------------
+r22077 | etxrab | 2007-06-11 15:17:28 -0700 (Mon, 11 Jun 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22078 | gerald | 2007-06-11 15:40:38 -0700 (Mon, 11 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+Fix dist.
+
+------------------------------------------------------------------------
+r22079 | martinm | 2007-06-12 04:09:22 -0700 (Tue, 12 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/diameter/TGPPSh.xml
+   M /trunk/diameter/dictionary.xml
+   A /trunk/diameter/gqpolicy.xml
+   M /trunk/epan/dissectors/packet-diameter-defs.h
+
+Diameter update:
+- add IMS Gq interface (same AVPs seem to be used by IMS Rx and ETSI Gq' interfaces)
+- other small corrections
+
+------------------------------------------------------------------------
+r22080 | martinm | 2007-06-12 08:29:23 -0700 (Tue, 12 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Add gqpolicy.xml to installed diameter XML files
+
+------------------------------------------------------------------------
+r22081 | jake | 2007-06-12 11:43:24 -0700 (Tue, 12 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+
+Just keep it simple.
+------------------------------------------------------------------------
+r22082 | etxrab | 2007-06-12 14:26:29 -0700 (Tue, 12 Jun 2007) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22083 | etxrab | 2007-06-12 14:29:27 -0700 (Tue, 12 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/asn1/acse/acse-exp.cnf
+   M /trunk/asn1/acse/acse.cnf
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-ber.h
+
+Preparations for updated CMIP dissector:
+- Export AE-title from ACSE
+- Start REAL dissection(unfinished).
+------------------------------------------------------------------------
+r22084 | lego | 2007-06-12 16:53:58 -0700 (Tue, 12 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-k12.c
+
+This should fix Coverity's CID: 240 (Bug 1648)
+
+
+------------------------------------------------------------------------
+r22085 | jake | 2007-06-12 22:27:32 -0700 (Tue, 12 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/acinclude.m4
+   M /trunk/docbook/GPL_appendix.xml
+
+YAE2W
+------------------------------------------------------------------------
+r22086 | sfisher | 2007-06-12 23:22:43 -0700 (Tue, 12 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
+
+
+Get the Unix buildbots going again
+
+
+------------------------------------------------------------------------
+r22087 | jake | 2007-06-12 23:52:23 -0700 (Tue, 12 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fc.h
+
+Fix for bug 1633:
+Adding BLS ABTS handling.
+------------------------------------------------------------------------
+r22088 | jake | 2007-06-12 23:54:49 -0700 (Tue, 12 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
+
+Fix for bug 1632:
+Fix bitmask for FCP "retry requested/reply".
+------------------------------------------------------------------------
+r22089 | grahamb | 2007-06-13 03:15:31 -0700 (Wed, 13 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+Fixed crash with missing conversation fragment, improved presentation, minor typos corrected
+------------------------------------------------------------------------
+r22090 | morriss | 2007-06-13 06:39:05 -0700 (Wed, 13 Jun 2007) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Stop using switch statements on the GTI when decoding GT's: the values are
+not unique between ANSI and ITU so we end up with incorrect behavior.  In
+particular:
+  - In non-ANSI if GTI==0x1, don't try to decode TT, NP, and ES.
+  - In ANSI don't decode the O/E indicator on GTI==0x1.
+  - In non-ANSI don't decode NAI on GTI==0x1 or 0x4.
+
+------------------------------------------------------------------------
+r22091 | lego | 2007-06-13 12:05:03 -0700 (Wed, 13 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/k12.c
+
+Fix coverity bug 244, [WS Bug 1649]
+
+
+------------------------------------------------------------------------
+r22092 | lego | 2007-06-13 12:06:19 -0700 (Wed, 13 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/wiretap/wtap.def
+
+Export all that's exportable from libwiretap.dll
+
+
+------------------------------------------------------------------------
+r22093 | lego | 2007-06-13 12:43:26 -0700 (Wed, 13 Jun 2007) | 4 lines
+Changed paths:
+   M /trunk/wiretap/wtap.def
+
+turns out that wtap_pkthdr was not exportable!
+nm on my mac says it is there...
+
+
+------------------------------------------------------------------------
+r22094 | gerald | 2007-06-13 15:36:58 -0700 (Wed, 13 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-frame.h
+   A /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
+
+Add support for PPI (the Per-Packet Information header), described at
+http://www.cacetech.com/documents/PPI_Header_format_1.0.pdf .
+
+------------------------------------------------------------------------
+r22095 | guy | 2007-06-13 16:43:07 -0700 (Wed, 13 Jun 2007) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afp.c
+
+Include a link to the AFP reference, as well as to the programming
+guide.
+
+------------------------------------------------------------------------
+r22096 | gerald | 2007-06-13 18:13:04 -0700 (Wed, 13 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ppi.c
+
+Fix a bunch of errors found by gcc.
+
+------------------------------------------------------------------------
+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.
+------------------------------------------------------------------------
+r22099 | martinm | 2007-06-14 04:24:37 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Improve parsing of sctpprim header (variant 1)
+
+------------------------------------------------------------------------
+r22100 | martinm | 2007-06-14 05:43:15 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Try again!
+
+------------------------------------------------------------------------
+r22101 | martinm | 2007-06-14 08:17:49 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Try to fix warning/error.
+
+------------------------------------------------------------------------
+r22102 | gerald | 2007-06-14 09:44:36 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Add a hint for using wlan.fc.type_subtype.
+
+------------------------------------------------------------------------
+r22103 | etxrab | 2007-06-14 12:05:20 -0700 (Thu, 14 Jun 2007) | 2 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r22104 | gerald | 2007-06-14 15:09:14 -0700 (Thu, 14 Jun 2007) | 10 lines
+Changed paths:
+   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.
+
+Update the release notes.
+
+------------------------------------------------------------------------
+r22105 | etxrab | 2007-06-15 09:20:35 -0700 (Fri, 15 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/Makefile
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+Update the makefile and a comment in the template file.
+------------------------------------------------------------------------
+r22106 | etxrab | 2007-06-15 09:26:08 -0700 (Fri, 15 Jun 2007) | 1 line
+Changed paths:
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+
+Correct some typos.
+------------------------------------------------------------------------
+r22107 | martinm | 2007-06-15 10:21:13 -0700 (Fri, 15 Jun 2007) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+For IPPRIM, try to set UDP/TCP address info so conversation tracking will work.
+
+------------------------------------------------------------------------
+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.
+------------------------------------------------------------------------