From Tyson Key:
[obnox/wireshark/wip.git] / ChangeLog
index 777421ae89a107b39a9092c3180abf025998c21d..ab4e2abc81a95fe55b2890ca76811e39739ed02d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r20467 | lego | 2007-01-17 18:54:56 -0800 (Wed, 17 Jan 2007) | 4 lines
+r28815 | gerald | 2009-06-22 15:38:29 -0700 (Mon, 22 Jun 2009) | 5 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
+   M /trunk/epan/dissectors/packet-afs.c
 
-display filter macros.
-NOT to be copied over to release 0.99.5
+Instead of tvb_get_ptr + ep_alloc + proto_tree_add_string to fetch a string and
+add it to the tree, just call proto_tree_add_item. Fixes bug 3564.
 
+Replace another tvb_get_ptr call with tvb_format_text.
 
 ------------------------------------------------------------------------
-r20468 | lego | 2007-01-17 19:13:10 -0800 (Wed, 17 Jan 2007) | 2 lines
+r28816 | morriss | 2009-06-22 15:48:35 -0700 (Mon, 22 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/version_info.c
-
-the version string stated "without Lua" regardless or not Lua support was indeed built.
+   M /trunk
+   M /trunk/doc/Makefile.am
 
+Copy AUTHORS-SHORT to the top-level directory so Help->About can find it when run from the build directory.
 ------------------------------------------------------------------------
-r20469 | lego | 2007-01-17 19:17:33 -0800 (Wed, 17 Jan 2007) | 4 lines
+r28817 | stig | 2009-06-22 23:02:12 -0700 (Mon, 22 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/gtk/Makefile.common
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/q932/packet-q932-template.c
+   M /trunk/asn1/qsig/packet-qsig-template.c
+   M /trunk/asn1/ranap/packet-ranap-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/s1ap/packet-s1ap-template.c
+   M /trunk/asn1/sabp/packet-sabp-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/asn1/x509af/packet-x509af-template.c
+   M /trunk/asn1/x509ce/packet-x509ce-template.c
+   M /trunk/asn1/x509if/packet-x509if-template.c
 
-not for 0.99.5
-add macro_dlg.h and macro_dlg.c
+From Kovarththanan Rajaratnam:
+Clean up header field info in asn1/*-template.c files.
 
+From me:
+Fixed a few typos in the patch.
 
 ------------------------------------------------------------------------
-r20470 | lego | 2007-01-17 19:21:22 -0800 (Wed, 17 Jan 2007) | 4 lines
+r28818 | jake | 2009-06-22 23:45:59 -0700 (Mon, 22 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-
-NOT for 0.99.5
-macro_dlg.h was in this other file!
-
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
+From Shinsuke SUZUKI:
+Due to an incorrect offset setting in packet-icmpv6.c Wireshark cannot parse RA router-lifetime and RA flags properly.
 ------------------------------------------------------------------------
-r20471 | jake | 2007-01-17 23:10:02 -0800 (Wed, 17 Jan 2007) | 2 lines
+r28819 | jake | 2009-06-22 23:49:38 -0700 (Mon, 22 Jun 2009) | 12 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-btamp.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-btl2cap.h
 
-Trying to get buildbot Ubuntu-5.10-x86 to build again.
-Fix typo.
+From Kovarththanan Rajaratnam:
+The Bluetooth AMP Manager protocol was recently adopted by the Bluetooth SIG.
+This protocol sits on top of L2CAP and requires a few changes in order to
+accommodate the new move/create channel request.
+
+This patch includes:
+* a new Bluetooth AMP Manager Protocol dissector
+* changes to L2CAP to handle the new move/create channel signals
+* introduce a dissector table for fixed channel, allowing btamp dissector to
+handle the BT AMP Manager Protocol channel
+* Preliminary changes in L2CAP to support the new enhanced L2CAP modes
+(enhanced retransmission/streaming mode)
 ------------------------------------------------------------------------
-r20472 | martinm | 2007-01-18 03:02:26 -0800 (Thu, 18 Jan 2007) | 6 lines
+r28820 | etxrab | 2009-06-23 06:49:46 -0700 (Tue, 23 Jun 2009) | 1 line
 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.
+   M /trunk/epan/dissectors/packet-gtp.c
 
+Try to fix indentation a bit.
 ------------------------------------------------------------------------
-r20473 | jake | 2007-01-18 03:28:47 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28821 | etxrab | 2009-06-23 07:16:28 -0700 (Tue, 23 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dfilter/Makefile.am
-
-Trying to fix the build on Ubuntu-5.10-x86 buildbot again.
+   M /trunk/epan/dissectors/packet-gtp.c
 
+Revert(Try to fix indentation a bit.)
 ------------------------------------------------------------------------
-r20474 | martinm | 2007-01-18 03:44:24 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28822 | etxrab | 2009-06-23 09:01:55 -0700 (Tue, 23 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/ftypes/ftype-pcre.c
-
-Missed this one (I don't build with pcre)
+   M /trunk/diameter/dictionary.xml
 
+Update 3GPP AVP:s
 ------------------------------------------------------------------------
-r20475 | guy | 2007-01-18 04:19:17 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28823 | jake | 2009-06-23 14:05:47 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
    M /trunk/AUTHORS
-   M /trunk/wiretap/AUTHORS
-   M /trunk/wiretap/snoop.c
+   A /trunk/epan/dissectors/packet-hpteam.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/oui.h
 
-From Clay Jones: Shomiti wireless packet support.
+From Nathan Hartwell:
+This patch attempt should more closely align with the Wireshark "layout" of using 
+a dissector rather than a "hack" to the packet-llc dissector.
 
 ------------------------------------------------------------------------
-r20476 | jake | 2007-01-18 04:22:21 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28824 | wmeier | 2009-06-23 17:29:54 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/doc/README.plugins
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-hpteam.c
 
-Improve information on building plugins.
+if (!initialized) ... not req'd + other addt'l minor revisions;
+Also: add packet-hpteam.c to Makefile.common so it gets built as part oif Wireshark.
 
 ------------------------------------------------------------------------
-r20477 | martinm | 2007-01-18 05:13:55 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28825 | wmeier | 2009-06-23 17:49:54 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-pcre.c
+   M /trunk/epan/dissectors/packet-btamp.c
 
-Remove extra element.
+Remove two unused includes
 
 ------------------------------------------------------------------------
-r20478 | lego | 2007-01-18 06:04:49 -0800 (Thu, 18 Jan 2007) | 3 lines
+r28826 | stig | 2009-06-23 18:40:54 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/version_info.c
-
-Fix version_info.c compilation
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/asn1/ocsp/packet-ocsp-template.c
+   M /trunk/asn1/qsig/packet-qsig-template.c
 
+From Kovarththanan Rajaratnam:
+More asn1/* header field info cleanup
 
 ------------------------------------------------------------------------
-r20479 | martinm | 2007-01-18 06:41:59 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28827 | stig | 2009-06-23 19:05:51 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/ncp2222.py
 
-Filled in missing hf entries.
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r20480 | lego | 2007-01-18 06:56:03 -0800 (Thu, 18 Jan 2007) | 3 lines
+r28828 | stig | 2009-06-23 19:07:16 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   A /trunk/epan/dfilter/dfilter_macro_expand.l
-
-The forgotten file strikes back... 
+   M /trunk/epan/dissectors/process-x11-fields.pl
+   M /trunk/epan/dissectors/x11-fields
 
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup
+* Fix process-x11-fields.pl (packet-x11.c)
 
 ------------------------------------------------------------------------
-r20481 | lego | 2007-01-18 07:00:39 -0800 (Thu, 18 Jan 2007) | 3 lines
+r28829 | stig | 2009-06-23 19:08:14 -0700 (Tue, 23 Jun 2009) | 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
+   M /trunk/epan/dissectors/packet-nisplus.c
 
+Change hf_nisplus_dummy to use "dummy" as name instead of " "
+(this is the only place where " " was used)
 
 ------------------------------------------------------------------------
-r20482 | lego | 2007-01-18 07:32:01 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28830 | stig | 2009-06-23 19:11:11 -0700 (Tue, 23 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/dissectors/packet-cimetrics.c
+   M /trunk/epan/dissectors/packet-cisco-oui.c
+   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-force10-oui.c
+   M /trunk/epan/dissectors/packet-iana-oui.c
+   M /trunk/epan/dissectors/packet-nt-oui.c
 
-fix the dfilter_macro_load.c rule
+From Kovarththanan Rajaratnam:
+Cleanup hf_register_info declaration passed to llc_add_oui(). While there,
+change the declaration to an array in order to be consistent with the rest
+of packet-*.c files.
 
 ------------------------------------------------------------------------
-r20483 | jake | 2007-01-18 08:36:10 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28831 | stig | 2009-06-23 19:12:13 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/plugins/m2m/packet-m2m.c
 
-Export the split fvalue_get_integer as fvalue_get_uinteger and fvalue_get_sinteger
+From Kovarththanan Rajaratnam:
+Move hf_register_info declarations in packet-m2m.c to function scope
 
 ------------------------------------------------------------------------
-r20484 | guy | 2007-01-18 10:41:46 -0800 (Thu, 18 Jan 2007) | 3 lines
+r28832 | stig | 2009-06-23 19:17:12 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-infiniband.h
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-tpncp.c
+   M /trunk/epan/oids.c
+   M /trunk/plugins/unistim/header_field.h
 
-guint32 requires %[doxu], not %l[doxu].  (We don't support ILP16
-platforms, just ILP32, LP64, and LLP64.)
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r20485 | guy | 2007-01-18 10:43:30 -0800 (Thu, 18 Jan 2007) | 15 lines
+r28833 | wmeier | 2009-06-23 19:42:43 -0700 (Tue, 23 Jun 2009) | 2 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 */
+   M /trunk/epan/dissectors/packet-hpteam.c
 
-wrappers into some header files, for the benefit of C++ plugins.  Also,
-add multiple-include protections.
+Remove superflous code; #include <stdio.h> not needed.
 
 ------------------------------------------------------------------------
-r20486 | jake | 2007-01-18 12:21:35 -0800 (Thu, 18 Jan 2007) | 1 line
+r28834 | stig | 2009-06-23 20:03:25 -0700 (Tue, 23 Jun 2009) | 2 lines
 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.
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-enip.c
 
-------------------------------------------------------------------------
-r20490 | morriss | 2007-01-18 14:06:56 -0800 (Thu, 18 Jan 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
+More hf_register_info related cleanup.
 
-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
+r28835 | stig | 2009-06-23 22:54:19 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-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
+Fixed field types for some reserved fields.
 
-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
+r28836 | jake | 2009-06-23 23:21:45 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/epan/dissectors/packet-slowprotocols.c
 
-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
+From Artem Tamazov:
+Added: ESMC support as per G.8264 (Slow Protocol Subtype 0x0a).
+* QL codes are dissected according to G.781 5.5.1.1 "Option I SDH". 
+Added: support for Timestamp entities in ESMC PDU as per WD56 proposal.
 ------------------------------------------------------------------------
-r20493 | ulfl | 2007-01-18 16:12:01 -0800 (Thu, 18 Jan 2007) | 1 line
+r28837 | stig | 2009-06-24 12:10:50 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/epan/addr_resolv.c
 
-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
+From Kovarththanan Rajaratnam via bug 3555:
+Cancel hostname lookup timers if c-ares is not initialized.
 
-add user-guide.zip to the clean target
 ------------------------------------------------------------------------
-r20495 | ulfl | 2007-01-18 17:10:59 -0800 (Thu, 18 Jan 2007) | 1 line
+r28838 | jake | 2009-06-24 13:27:58 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/tools/win32-setup.sh
+   M /trunk/wiretap/dct3trace.c
 
-add the user-guide as a component to the setup target
+From Duncan Salerno:
+Ensure dct3trac packets never longer than 23 bytes.
 ------------------------------------------------------------------------
-r20496 | ulfl | 2007-01-18 17:21:17 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28839 | stig | 2009-06-24 18:50:56 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-infiniband.c
+
+Remove a tvb_free() call.
 
-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
+r28840 | stig | 2009-06-24 19:07:17 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-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.
+From Nathan Hartwell via bug 2733:
+Added time_secs_to_str_unsigned().
 
-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
+r28841 | stig | 2009-06-24 19:08:06 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/wtap.h
+   M /trunk/epan/dissectors/packet-bootp.c
 
-Put in some information about RSSI.
+From Nathan Hartwell via bug 2733:
+Use time_secs_to_str_unsigned().
 
 ------------------------------------------------------------------------
-r20500 | gerald | 2007-01-18 22:34:07 -0800 (Thu, 18 Jan 2007) | 2 lines
+r28842 | stig | 2009-06-24 19:13:35 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/make-version.pl
+   M /trunk/epan/to_str.c
 
-Set our package version even if we're using the SVN client.
+Unsigned does not have msign.
 
 ------------------------------------------------------------------------
-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
+r28843 | etxrab | 2009-06-24 22:59:04 -0700 (Wed, 24 Jun 2009) | 1 line
 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).
-
+   M /trunk/asn1/spnego/packet-spnego-template.c
 
+tvb_new_real_data()->tvb_child_new_real_data()
 ------------------------------------------------------------------------
-r20505 | morriss | 2007-01-19 15:27:24 -0800 (Fri, 19 Jan 2007) | 9 lines
+r28844 | stig | 2009-06-25 19:38:23 -0700 (Thu, 25 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/reassemble.h
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
+   M /trunk/epan/dissectors/packet-enip.c
+   A /trunk/epan/dissectors/packet-enip.h
 
-Fix the SCCP dissector so it doesn't show non-segmented DT1 messages as
-having been reassembled.
+From Joakim Wiberg via bug 3103:
+Various improvements to the CIP and ENIP dissectors.
 
-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.
+From me:
+Updated to latest trunk changes.
 
 ------------------------------------------------------------------------
-r20506 | jake | 2007-01-19 15:56:42 -0800 (Fri, 19 Jan 2007) | 12 lines
+r28845 | stig | 2009-06-25 20:20:12 -0700 (Thu, 25 Jun 2009) | 2 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.
+   M /trunk/asn1/spnego/packet-spnego-template.c
 
-Copies of the expired CIPSO draft can be found at the NetLabel project page:
- * http://netlabel.sf.net
+tvb_child_new_real_data() -> tvb_new_child_real_data()
 
 ------------------------------------------------------------------------
-r20507 | gerald | 2007-01-19 18:05:49 -0800 (Fri, 19 Jan 2007) | 9 lines
+r28846 | stig | 2009-06-25 20:24:08 -0700 (Thu, 25 Jun 2009) | 2 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.
+   M /trunk/doc/README.developer
 
-Work around this by setting the focus on the "OK" button in the about
-dialog and the first button specified in simple dialogs.
+Use NULL for empty blurb.
 
 ------------------------------------------------------------------------
-r20508 | jake | 2007-01-20 06:08:05 -0800 (Sat, 20 Jan 2007) | 2 lines
+r28847 | stig | 2009-06-25 20:37:30 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/main.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
+Small whitespace cleanup.
 
-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
+r28848 | stig | 2009-06-25 20:59:01 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cmip.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-ftam.c
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-goose.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h282.c
+   M /trunk/epan/dissectors/packet-h283.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-h460.c
+   M /trunk/epan/dissectors/packet-h501.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-lte-rrc.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-nbap.c
+   M /trunk/epan/dissectors/packet-p7.c
+   M /trunk/epan/dissectors/packet-p7.h
+   M /trunk/epan/dissectors/packet-pcap.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-ulp.c
+   M /trunk/epan/dissectors/packet-x2ap.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-x509af.c
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509sat.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".
+Re-generate asn1 dissectors after hf_register_info cleanup.
 
-However, I used the term "plain text file" instead ;-)
 ------------------------------------------------------------------------
-r20511 | etxrab | 2007-01-20 13:45:38 -0800 (Sat, 20 Jan 2007) | 1 line
+r28849 | etxrab | 2009-06-25 22:48:03 -0700 (Thu, 25 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/Makefile.am
+   M /trunk/diameter/dictionary.xml
+   A /trunk/diameter/eap.xml
+   M /trunk/diameter/nasreq.xml
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Update some value strings.
+From Sebastien Decugis:
+Add Missing Diameter EAP support.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600
 ------------------------------------------------------------------------
-r20512 | sfisher | 2007-01-20 15:23:50 -0800 (Sat, 20 Jan 2007) | 7 lines
+r28850 | tuexen | 2009-06-26 08:08:04 -0700 (Fri, 26 Jun 2009) | 12 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/wiretap/pcapng.c
 
+* Allocate enough memory for reading a packet.
+* Initialize pseudoheader.
+* Add some input validation / protection code.
+* Fix some return values.
+* Clean up some whitespaces.
 
-Fix a bug where the size of each column was being computed with the GTK+
-default font of Sans 10 instead of the setting in Wireshark (such as
-Monospace 10).  On some systems this bug was causing the contents of columns
-such as the command line specified (CLS) time to be cut off. 
+This fixes Bug 3565. Thanks to Tyson Key how reported
+the issue and provided capture files for debugging.
 
+This fix is scheduled for inclusion in Wireshark 1.2.1
+and higher.
 
 ------------------------------------------------------------------------
-r20513 | ulfl | 2007-01-20 20:48:49 -0800 (Sat, 20 Jan 2007) | 3 lines
+r28851 | tuexen | 2009-06-26 08:25:22 -0700 (Fri, 26 Jun 2009) | 2 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
+   M /trunk/wiretap/pcapng.c
+
+Disable debug output.
 
-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
+r28852 | gerald | 2009-06-26 14:25:09 -0700 (Fri, 26 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_gui.c
-
-fix bug 1320
+   M /trunk/AUTHORS
+   M /trunk/dumpcap.c
 
+Unfortunately, r28452 seems to cause more problems than it fixes. Back
+out the change for now.
 
 ------------------------------------------------------------------------
-r20515 | lego | 2007-01-21 09:06:16 -0800 (Sun, 21 Jan 2007) | 3 lines
+r28853 | gerald | 2009-06-26 16:05:04 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/template-init.lua
-
-fix bug 1321
+   M /trunk/gtk/prefs_column.c
 
+Add a tooltip in case it's not obvious how to rearrange the columns.
 
 ------------------------------------------------------------------------
-r20516 | guy | 2007-01-21 14:28:54 -0800 (Sun, 21 Jan 2007) | 4 lines
+r28854 | rbalint | 2009-06-26 23:32:52 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.h
-
-Set the appropriate keywords.
+   M /trunk/configure.in
 
-Add a newline at the end of the file.
+Strictly require flex instead of allowing lex, too.
 
 ------------------------------------------------------------------------
-r20517 | guy | 2007-01-21 14:32:37 -0800 (Sun, 21 Jan 2007) | 2 lines
+r28855 | rbalint | 2009-06-27 01:13:39 -0700 (Sat, 27 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-   M /trunk/epan/dfilter/dfilter_macro_load.l
+   M /trunk/configure.in
 
-Set the appropriate keywords.
+Revert commit 28854.
 
 ------------------------------------------------------------------------
-r20518 | sfisher | 2007-01-21 14:45:58 -0800 (Sun, 21 Jan 2007) | 8 lines
+r28856 | etxrab | 2009-06-27 03:31:42 -0700 (Sat, 27 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/stats_tree.c
-
-
-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.
+   M /trunk/epan/dissectors/dcerpc/drsuapi/template.c
+   M /trunk/epan/dissectors/dcerpc/idl2wrs.c
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/pidl/atsvc.cnf
+   M /trunk/epan/dissectors/pidl/mapi/mapi.cnf
+   M /trunk/epan/dissectors/pidl/mapi/request.cnf.c
+   M /trunk/epan/dissectors/pidl/mapi/response.cnf.c
 
+From Kovarththanan Rajaratnam:
+- Fix ncp2222.py and all the epan/dissectors/dcerpc dissectors. The
+latter required changes to idl2wrs which used variadic macros (not supported in MSVC 6.0).
 
+- Cleanup PIDL conformance files
 ------------------------------------------------------------------------
-r20519 | sfisher | 2007-01-21 15:02:07 -0800 (Sun, 21 Jan 2007) | 7 lines
+r28857 | tuexen | 2009-06-27 04:39:47 -0700 (Sat, 27 Jun 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.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.
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
+This commit
+* adds an encap argument to pcap_process_pseudo_header.
+* adds support for reading pseudo headers.
+It fixes Bug 3560.
+Thanks to Tyson Key for reporting the bug and providing
+trace files. This fix will be scheduled for inclusion in
+Wireshark 1.2.1 and higher.
 
 ------------------------------------------------------------------------
-r20520 | sfisher | 2007-01-21 15:36:53 -0800 (Sun, 21 Jan 2007) | 14 lines
+r28858 | tuexen | 2009-06-27 05:14:18 -0700 (Sat, 27 Jun 2009) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bssap.c
+   M /trunk/wiretap/pcapng.c
 
+If all interfaces use the same encapsulation, use
+this a the file encapsulation.
 
-From Tobias Witek:
+This fixes a bug where you can not save a file
+in libpcap format when you captured it as a
+pcapng one.
 
-I found a rare situation in which the BSSAP dissector seems to wrongly
-assume a packet.
+This fix will be scheduled for Wireshark 1.2.1
+and higher.
 
-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).
+------------------------------------------------------------------------
+r28859 | tuexen | 2009-06-27 05:41:06 -0700 (Sat, 27 Jun 2009) | 7 lines
+Changed paths:
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
-My patch includes code that checks this very special case.
+This patch
+* adds an encapsulation argument to pcap_write_phdr.
+* writes the pseudo header when writing pcapng files.
 
+This fixes a bug where you could not write pcapng files
+when using encapsulations requiring pseudo headers.
 
 ------------------------------------------------------------------------
-r20521 | guy | 2007-01-21 15:45:36 -0800 (Sun, 21 Jan 2007) | 17 lines
+r28860 | etxrab | 2009-06-27 05:41:39 -0700 (Sat, 27 Jun 2009) | 3 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
-
-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.
+   M /trunk/epan/dissectors/packet-ieee80211.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.
+From Greg Schwendimann:
+802.11 decryption is broken
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3590
+------------------------------------------------------------------------
+r28861 | etxrab | 2009-06-27 06:37:03 -0700 (Sat, 27 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-Have get_airpcap_interface_list() explicitly set "*err" to the
-appropriate error code.
+From   yin sun:
+h248 term wildcard enhancement
+------------------------------------------------------------------------
+r28862 | tuexen | 2009-06-27 08:20:44 -0700 (Sat, 27 Jun 2009) | 9 lines
+Changed paths:
+   M /trunk/wiretap/pcapng.c
+   M /trunk/wiretap/wtap-int.h
 
-Clean up indentation.
+Add support for writing pcapng files with multiple
+encapsulations.
+This fixes a bug reported by Sake during the
+Sharkfest 09. Thanks for providing a
+Netscreen tracefile with multiple link layer
+types.
+This patch will be included in Wireshark 1.2.1
+and higher.
 
 ------------------------------------------------------------------------
-r20522 | sfisher | 2007-01-21 16:20:33 -0800 (Sun, 21 Jan 2007) | 4 lines
+r28863 | tuexen | 2009-06-27 09:08:18 -0700 (Sat, 27 Jun 2009) | 3 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
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
+Cleanup. Should be included in Wireshark 1.2.1 and higher to keep
+merging future bug fixes simple.
 
-Fix various compiler warnings
+------------------------------------------------------------------------
+r28864 | tuexen | 2009-06-27 10:33:23 -0700 (Sat, 27 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/wiretap/pcapng.c
 
+Another cleanup. We are now back to Ulf's original
+model of data handling.
 
 ------------------------------------------------------------------------
-r20523 | ulfl | 2007-01-21 20:03:17 -0800 (Sun, 21 Jan 2007) | 5 lines
+r28865 | tuexen | 2009-06-27 11:10:10 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/wiretap/libpcap.c
 
-as Bill Meier noted:
-"The Help ! Contents and the Help ! User's Guide  both display the User's 
-Guide."
+Fix copy/paste error introduced in rev. 28863.
+Thanks to Guy for finding and reporting it. 
 
-Remove the duplicate Help!/User's Guide item
 ------------------------------------------------------------------------
-r20524 | etxrab | 2007-01-22 13:32:17 -0800 (Mon, 22 Jan 2007) | 1 line
+r28866 | tuexen | 2009-06-27 11:50:13 -0700 (Sat, 27 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/wiretap/pcapng.c
+
+Accept file snaplen larger than WTAP_MAX_PACKET_SIZE,
+text2pcap uses 102400.
+This fixes bug 3620. Thanks to Tyson Key for reporting the bug
+and providing capture files.
+This fix should be included in Wireshark 1.2.1 and higher.
 
-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
+r28867 | rbalint | 2009-06-27 21:20:10 -0700 (Sat, 27 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/config.nmake
    M /trunk/configure.in
 
-Bump the trunk version to 0.99.6.
+Strictly require flex instead of allowing lex, too.
+It compiles now.
+This fixes bug 1641.
 
 ------------------------------------------------------------------------
-r20527 | gerald | 2007-01-22 17:25:57 -0800 (Mon, 22 Jan 2007) | 2 lines
+r28868 | tuexen | 2009-06-28 04:09:24 -0700 (Sun, 28 Jun 2009) | 7 lines
 Changed paths:
-   M /trunk/capture_errs.c
+   M /trunk/wiretap/pcapng.c
 
-winpcap.mirror.wireshark.org doesn't exist, so remove it.
+Stop loading a pcapng file with multiple section header blocks.
+This fixes a bug reported by Tyson Key as a follow up of Bug 3560.
+Also some cleanups and debug output improvements.
+
+Thanks to Tyson Key for reporting the bug and providing a tracefile.
+This fix will be included in Wireshark 1.2.1 and higher.
 
 ------------------------------------------------------------------------
-r20528 | gerald | 2007-01-22 17:49:30 -0800 (Mon, 22 Jan 2007) | 3 lines
+r28869 | gerald | 2009-06-28 08:03:26 -0700 (Sun, 28 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/capture_errs.c
-
-Add a link to the Providence University WinPcap mirror, and a comment
-linking to the WinPcap mirror page.
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-06-28]
 ------------------------------------------------------------------------
-r20529 | ulfl | 2007-01-23 00:12:20 -0800 (Tue, 23 Jan 2007) | 1 line
+r28872 | etxrab | 2009-06-28 08:18:27 -0700 (Sun, 28 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+   M /trunk/epan/dissectors/packet-homeplug.c
+
+From Jon Smirl:
+More packet decoding for Intellon powerline devices.
 
-add correct link to vcredist_x86.exe
+From me put proto_register_homeplug() last in the file and whitespace changes.
 ------------------------------------------------------------------------
-r20530 | ulfl | 2007-01-23 00:20:59 -0800 (Tue, 23 Jan 2007) | 1 line
+r28873 | etxrab | 2009-06-28 08:22:43 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/gtk/tcp_graph.c
 
-remove example_snmp_users_file at uninstall
+From   Sean Walberg:
+The title in the TCP sequence graphs is too short.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3556
 ------------------------------------------------------------------------
-r20531 | sahlberg | 2007-01-23 01:38:41 -0800 (Tue, 23 Jan 2007) | 6 lines
+r28874 | rbalint | 2009-06-28 09:31:27 -0700 (Sun, 28 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-if DataSegmentLength is non zero for iscsi async messages  the data segment contains
-scsi sense information potentially followed by iscsi event data.
+   D /trunk/aclocal-fallback/libgnutls.m4
+   M /trunk/configure.in
 
-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.
+Detect gnutls via pkg-config instead of the deprecated libgnutls-config.
+Based on patch from Andreas Metzler.
+This fixes bug 3627.
 
+------------------------------------------------------------------------
+r28875 | jake | 2009-06-28 09:39:31 -0700 (Sun, 28 Jun 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-hip.c
 
+Make dissector handle unexpected data better.
 ------------------------------------------------------------------------
-r20532 | guy | 2007-01-23 10:31:26 -0800 (Tue, 23 Jan 2007) | 4 lines
+r28876 | guy | 2009-06-28 10:23:07 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/aclocal-flags
 
-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.
+We only support GLib 2.x/GTK+ 2.x, which uses pkg-config, not
+gtk-config; use it instead.
 
 ------------------------------------------------------------------------
-r20533 | lego | 2007-01-23 11:46:55 -0800 (Tue, 23 Jan 2007) | 3 lines
+r28877 | tuexen | 2009-06-28 11:22:15 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-
-Have build succeed even if portaudio is located somewhere else than any other libraries in use.
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.h
 
+Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.
+Thanks for Tyson Key for reporting the issue.
 
 ------------------------------------------------------------------------
-r20534 | lego | 2007-01-23 11:56:10 -0800 (Tue, 23 Jan 2007) | 3 lines
+r28878 | wmeier | 2009-06-28 13:01:37 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/example_snmp_users_file
-
-Add a shord description on how the snmp_users_file can be used
+   M /trunk/gtk/proto_dlg.c
 
+Analyze!Enabled Protocols: Fix so type-ahead find OK w/o needing to first select a row.
+ Ditto when clicking on a column header to change the sort order.
 
 ------------------------------------------------------------------------
-r20535 | gerald | 2007-01-23 12:12:09 -0800 (Tue, 23 Jan 2007) | 3 lines
+r28879 | ulfl | 2009-06-28 14:13:51 -0700 (Sun, 28 Jun 2009) | 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
+   M /trunk/gtk/capture_if_details_dlg_win32.c
 
-Propagate the recent interface list changes (r20521) to the AirPcap code.
-Fix a mismatched declaration found by Gisle Vanem.
+fix bug #3439 (thanks to Kovarththanan Rajaratnam), make WS compilable under MSVC2005(EE) again.
 
+Some definitions are not available on MSVC2005. This fix "detects" the MSVC version used, it might still not work with MSVC2008EE though (I guess the required definitions are depending on the Windows SDK installed).
 ------------------------------------------------------------------------
-r20536 | sahlberg | 2007-01-23 12:49:57 -0800 (Tue, 23 Jan 2007) | 4 lines
+r28880 | gal | 2009-06-29 06:01:54 -0700 (Mon, 29 Jun 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
+   D /trunk/packaging/portableapps/win32/WiresharkPortable.ini
+   M /trunk/packaging/portableapps/win32/WiresharkPortable.nsi
+   A /trunk/packaging/portableapps/win32/WiresharkPortable.tmpl
+   M /trunk/packaging/portableapps/win32/makefile.nmake
 
-some iscsi/scsi initiators still use the ancient sbc1 commandset    so add RESERVE6/RELEASE6 to the SBC dissector
+Changes to address bug 3547:
 
+1) Make sure WiresharkPortable.nsi uses correct WinPcap version (from config.nmake), and also vcredist.
+2) Automatically generate WiresharkPortable.ini with correct default values
+3) Include readme.txt in the distribution so that users know how to use WiresharkPortable.ini
 
-
-------------------------------------------------------------------------
-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 the obsolete RESERVE10/RELEASE10 to the sbc dissector
-
+Thanks to Kovarththanan Rajaratnam for basic patch.
 
 
 ------------------------------------------------------------------------
-r20538 | ulfl | 2007-01-23 13:19:46 -0800 (Tue, 23 Jan 2007) | 1 line
+r28881 | etxrab | 2009-06-29 12:24:14 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-atm.h
+   M /trunk/epan/dissectors/packet-bfd.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-pw-atm.c
+   A /trunk/epan/dissectors/packet-pw-atm.h
+   M /trunk/epan/dissectors/packet-pw-cesopsn.c
+   M /trunk/epan/dissectors/packet-pw-common.c
+   M /trunk/epan/dissectors/packet-pw-common.h
+   M /trunk/epan/dissectors/packet-pw-satop.c
+   M /trunk/epan/packet_info.h
 
-fix problem "no target to build user-guide.zip"
+From Artem Tamazov:
+Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix
 ------------------------------------------------------------------------
-r20539 | lego | 2007-01-23 15:34:41 -0800 (Tue, 23 Jan 2007) | 5 lines
+r28882 | stig | 2009-06-29 13:16:20 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_pinfo.c
-   M /trunk/epan/wslua/wslua_tvb.c
-
-tvb:range did not appear under Tvb in generated refman
-pinfo.curr_proto appeared as pinfo.match
-pinfo.columns in the refman was pinfo.cols in lua (now it is both in lua and in refman)
+   M /trunk/packaging/Makefile.am
+   M /trunk/packaging/portableapps/win32
 
+WiresharkPortable.ini -> WiresharkPortable.tmpl
 
 ------------------------------------------------------------------------
-r20540 | lego | 2007-01-23 15:36:28 -0800 (Tue, 23 Jan 2007) | 3 lines
+r28883 | jmayer | 2009-06-29 13:35:47 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_tvb.c
-
-add range to the metatable of Tvb.
+   M /trunk/epan/dissectors/packet-glbp.c
 
+Add value for vfstate: active
 
 ------------------------------------------------------------------------
-r20541 | gerald | 2007-01-23 17:06:24 -0800 (Tue, 23 Jan 2007) | 2 lines
+r28884 | wmeier | 2009-06-29 13:59:26 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_tvb.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
 
-Fix compilation (under Windows, at least).
+From  Kovarththanan Rajaratnam: Fix for Bug #3572 
+[http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3572]
 
 ------------------------------------------------------------------------
-r20542 | gerald | 2007-01-23 17:16:45 -0800 (Tue, 23 Jan 2007) | 4 lines
+r28885 | rbalint | 2009-06-29 15:22:30 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
+   M /trunk/epan/dissectors/packet-data.c
 
-Instead of checking for WinPcap 4.x versions, assume that if the version
-is greater than 3 we can get detailed interface information.  This should
-limit the amount of work we have to do when new WinPcap releases come out.
+Added option to show not dissected packet data on a separate packet bytes pane.
+It makes offsets in the not dissected data easier to follow.
 
 ------------------------------------------------------------------------
-r20543 | gerald | 2007-01-23 17:17:48 -0800 (Tue, 23 Jan 2007) | 3 lines
+r28886 | gerald | 2009-06-29 16:08:05 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
+   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/keys.h
+   M /trunk/gtk/main_airpcap_toolbar.c
 
-It's not an error if we don't find any AirPcap interfaces when AirPcap isn't
-loaded.
+Fix a couple of AirPcap channel/offset bugs. Remove an unused
+routine. Fixup whitespace in a couple of places.
 
 ------------------------------------------------------------------------
-r20544 | sfisher | 2007-01-23 20:57:32 -0800 (Tue, 23 Jan 2007) | 6 lines
+r28887 | guy | 2009-06-29 17:32:20 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/gtk/airpcap_gui_utils.c
 
+Put in missing newline at the end.
 
-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.
+------------------------------------------------------------------------
+r28888 | stig | 2009-06-30 01:28:21 -0700 (Tue, 30 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
+Cleanup protocol name for ldap.
 
 ------------------------------------------------------------------------
-r20545 | lego | 2007-01-24 09:19:44 -0800 (Wed, 24 Jan 2007) | 3 lines
+r28889 | stig | 2009-06-30 03:38:00 -0700 (Tue, 30 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h248_q1950.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-dissect SDP encapsulated inside an Q1950 annex A.7 paramenter of H248
+Changed check for having multiple ldap PDU's in one frame.
+The previous check is incorrect when the first ldap frame in the capture is
+selected and the filter is changed, or selecting "Follow TCP Stream".
 
+Also removed check_col().
 
 ------------------------------------------------------------------------
-r20546 | gerald | 2007-01-24 11:22:13 -0800 (Wed, 24 Jan 2007) | 3 lines
+r28890 | stig | 2009-06-30 05:26:11 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
-Fix Coverity CID 230: Make sure we handle a negative tvb_length_remaining()
-value correctly.  Fix up indentation.
+Always register to tcp.port to be able to decode as.
 
 ------------------------------------------------------------------------
-r20547 | gerald | 2007-01-24 11:27:49 -0800 (Wed, 24 Jan 2007) | 2 lines
+r28891 | wmeier | 2009-06-30 06:57:26 -0700 (Tue, 30 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/NEWS
+   M /trunk/epan/dissectors/packet-radius.c
 
-Update the NEWS file.
+packet-radius: Fix exception CLEANUP handling when malformed attribute list/pair seen;
+Fixes crash reported in Bug #3578. [https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3578]
+Essentially: CLEANUP_CALL_AND_POP wasn't being executed for certain error exits from
+ dissect_attribute_pairs() thus leaving a CLEANUP entry on the exception stack.
+Also: vsa_buffer_table wasn't being destroyed if an exception occurred in dissect_attribute_pairs.
 
 ------------------------------------------------------------------------
-r20548 | guy | 2007-01-24 15:30:23 -0800 (Wed, 24 Jan 2007) | 6 lines
+r28892 | sfisher | 2009-06-30 11:05:04 -0700 (Tue, 30 Jun 2009) | 14 lines
 Changed paths:
-   M /trunk/util.c
+   M /trunk/color_filters.c
+   M /trunk/file.c
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/drag_and_drop.c
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/gtkglobals.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/gtk/main_packet_list.h
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/main_toolbar.c
+   M /trunk/gtk/menus.c
+   A /trunk/gtk/new_packet_list.c
+   A /trunk/gtk/new_packet_list.h
+   A /trunk/gtk/packet_list_store.c
+   A /trunk/gtk/packet_list_store.h
+   M /trunk/gtk/prefs_column.c
+   M /trunk/gtk/prefs_gui.c
+   M /trunk/gtk/prefs_stream.c
+   M /trunk/gtk/recent.c
+   M /trunk/ui_util.h
 
-When parsing DISPLAY, mirror what __X11TransConnectDisplay() does - and
-handle the case where the "host name" begins with "/", as some platforms
-might allow the pathname of a UNIX domain socket to be given in DISPLAY.
 
-Fix indentation of a comment.
+Introduce experimental new feature: GTK2 tree view based packet list
 
-------------------------------------------------------------------------
-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
+To use the GTK2 based packet list, define NEW_PACKET_LIST when compiling.
+To do this with gcc, set the environment variable CPPFLAGS to
+"-DNEW_PACKET_LIST" and re-run configure.
+
+Many features do not yet work.  This work began with prototypes by Ulf
+quite a while back.  I've put quite a bit of work into this so far and
+as discussed with a few of the core team members at Sharkfest09 and it was
+decided that it would be best to commit what I have so far to allow others to
+help work on this.
 
-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.
 
 ------------------------------------------------------------------------
-r20550 | gerald | 2007-01-24 18:54:14 -0800 (Wed, 24 Jan 2007) | 5 lines
+r28893 | guy | 2009-06-30 12:09:18 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/filter_dlg.c
+   M /trunk/gtk/menus.c
 
-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.
+Fix typo.
 
 ------------------------------------------------------------------------
-r20551 | gerald | 2007-01-24 22:45:09 -0800 (Wed, 24 Jan 2007) | 2 lines
+r28894 | guy | 2009-06-30 12:10:11 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/gtk/main_packet_list.c
 
-Attempt to squelch Coverity CID 222.
+Fix typo.
 
 ------------------------------------------------------------------------
-r20552 | gerald | 2007-01-24 22:51:30 -0800 (Wed, 24 Jan 2007) | 2 lines
+r28895 | wmeier | 2009-06-30 12:52:43 -0700 (Tue, 30 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/emem.c
+   M /trunk/epan/dissectors/packet-tte.c
 
-Squelch Coverity CIDs 225, 226, and 227.
+From: Benjamin Roch: Enhancements and small fixes for packet-tte.c dissector;
+Also: a few minor mostly formatting changes by me.
 
 ------------------------------------------------------------------------
-r20553 | gerald | 2007-01-24 23:06:47 -0800 (Wed, 24 Jan 2007) | 2 lines
+r28896 | gerald | 2009-06-30 13:28:26 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/tools/checkAPIs.pl
 
-Remove dead code.  Fixes Coverity CID 228.  Squelch various compiler warnings.
+Add assert and assert_perror to the 'abort' list.
 
 ------------------------------------------------------------------------
-r20554 | jake | 2007-01-24 23:42:10 -0800 (Wed, 24 Jan 2007) | 5 lines
+r28897 | gerald | 2009-06-30 13:59:51 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/h223/Makefile.nmake
-   M /trunk/plugins/h223/plugin.rc.in
+   M /trunk/epan/dissectors/packet-sflow.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
+Add some length checks. Fixes bug 3567.
 
 ------------------------------------------------------------------------
-r20555 | gal | 2007-01-25 09:37:54 -0800 (Thu, 25 Jan 2007) | 10 lines
+r28898 | guy | 2009-06-30 16:49:34 -0700 (Tue, 30 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-   M /trunk/packaging/u3/win32/manifest.tmpl
-
-Update manifest file (template) to:
-a) remove schema reference
-b) assign new GUID for 0.99.6
-
-Update makefile.nmake to:
-a) include user-guide.chm - user-guide.chm is copied from the nsis packaging directory
-b) include the example_snmp_users_file
-c) other tidy-ups
+   M /trunk/epan/dissectors/packet-mtp3.c
 
+Get rid of assert() call; either the pointer will never be null, in
+which case it won't crash, or it will be null, in which case that just
+trades one crash for another, and we should fix the crash.
 
 ------------------------------------------------------------------------
-r20556 | sfisher | 2007-01-25 12:47:37 -0800 (Thu, 25 Jan 2007) | 4 lines
+r28899 | guy | 2009-06-30 16:52:20 -0700 (Tue, 30 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/proto.h
-
-
-Fix indentation of field_info struct definition
+   M /trunk/epan/dissectors/packet-pw-common.c
 
+Don't crash if a null pointer is passed, just skip the appending of the
+items.
 
 ------------------------------------------------------------------------
-r20557 | sfisher | 2007-01-25 13:07:29 -0800 (Thu, 25 Jan 2007) | 5 lines
+r28900 | guy | 2009-06-30 16:56:26 -0700 (Tue, 30 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
-
-
-Remove extra space from a call .cmd file command line so it can be copied
-and pasted out of the guide
+   M /trunk/epan/dissectors/packet-pw-atm.c
 
+Replace one assert() with DISSECTOR_ASSET(), so we don't crash, and get
+rid of another, as the pointer in question is non-null in all calls (if
+somebody adds another call with a null pointer, it'll crash when
+dereferencing the pointer in any case).
 
 ------------------------------------------------------------------------
-r20558 | sfisher | 2007-01-25 15:00:29 -0800 (Thu, 25 Jan 2007) | 7 lines
+r28901 | jmayer | 2009-06-30 22:27:34 -0700 (Tue, 30 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/proto_hier_stats.c
-
-
-Fix for bug #1325: Protocol hierarchy display shows an empty line because of
-the hop-by-hop option header tree in the main protocol tree.  This fix skips
-those entries that don't have a name assigned to them and goes on to the next
-entry before adding it to the protocol hierarchy display.
+   M /trunk/epan/dissectors/packet-ismp.c
 
+- Put ISMP.EDP into the protocol column to make it clearer
+  that filtering on edp is not going to help
+- Make it possible to filter on ismp.edp
+- In case of edp fill info column
 
 ------------------------------------------------------------------------
-r20559 | wmeier | 2007-01-25 17:34:29 -0800 (Thu, 25 Jan 2007) | 2 lines
+r28902 | stig | 2009-07-01 00:21:13 -0700 (Wed, 01 Jul 2009) | 3 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
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
-A few more ethereal --> wireshark
+Added support for Simulcrypt EMMG <-> MUX,
+and generic support for other interfaces.
 
 ------------------------------------------------------------------------
-r20560 | gerald | 2007-01-25 22:34:05 -0800 (Thu, 25 Jan 2007) | 2 lines
+r28903 | etxrab | 2009-07-01 01:23:32 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/airpcap_dlg.c
-
-Massive indentation fixes.
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
+   M /trunk/gtk/capture_file_dlg.c
 
+Make it possible to configure use of NEW_PACKET_LIST and fix
+one compile error. It still fails in file.c trying to include gtk/gtk.h in new_packet_list.h
 ------------------------------------------------------------------------
-r20561 | gerald | 2007-01-25 22:45:12 -0800 (Thu, 25 Jan 2007) | 2 lines
+r28904 | stig | 2009-07-01 02:05:13 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/capture_file_dlg.c
 
-Spelling fixes.
+Added NEW_PACKET_LIST guard for new_packet_list.h
 
 ------------------------------------------------------------------------
-r20562 | jmayer | 2007-01-26 00:09:20 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28905 | stig | 2009-07-01 04:12:58 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
 
-If there is just a tftp response without a prior request,
-dissection would fail with dissector assert.
+Try to fix HAVE_NEW_PACKET_LIST handling.
 
 ------------------------------------------------------------------------
-r20563 | martinm | 2007-01-26 02:40:34 -0800 (Fri, 26 Jan 2007) | 2 lines
+r28906 | etxrab | 2009-07-01 04:40:24 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/diameter/dictionary.xml
-
-Fix bugs 1330 & 1333 (one wrong and one missing entry in XML description)
+   M /trunk/config.nmake
 
+Sligtly modify Stig's fix, I forgot the makefile change :-(
 ------------------------------------------------------------------------
-r20564 | martinm | 2007-01-26 03:31:51 -0800 (Fri, 26 Jan 2007) | 1 line
+r28907 | etxrab | 2009-07-01 07:37:02 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/ui_util.h
 
-Make COPS dissector findable by name
+Make the new packet list compile on Windows.
 ------------------------------------------------------------------------
-r20565 | kukosa | 2007-01-26 04:08:45 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28908 | gerald | 2009-07-01 08:56:12 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/airpcap_gui_utils.h
+   M /trunk/gtk/main_airpcap_toolbar.c
 
-TLS 1.0/1.1 just ignores unknown records - RFC 2246 chapter 6. The TLS Record Protocol
-(some implementations use it like "keepalive")
+Fix a key entry bug in the decryption key dialog. Remove some unused /
+unnecessary functions. Clean up code in a couple of places.
 
 ------------------------------------------------------------------------
-r20566 | martinm | 2007-01-26 04:14:06 -0800 (Fri, 26 Jan 2007) | 1 line
+r28909 | etxrab | 2009-07-01 10:39:19 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/ui_util.h
 
-Use previously unused hf_cops_obj_c_type (cops.c_type) field
+Realy make the new packet list compile under Windows...
 ------------------------------------------------------------------------
-r20567 | lego | 2007-01-26 07:10:47 -0800 (Fri, 26 Jan 2007) | 7 lines
+r28910 | guy | 2009-07-01 10:40:08 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/radius/dictionary.redback
-
-form Florian Lohoff
-
-here is an addition to the redback radius dictionary - Attributes seen
-in all authentications for PPPoE sessions ...
-
+   M /trunk/epan/dissectors/packet-pw-atm.c
 
+Thou shalt not call assert() in dissectors.
 
 ------------------------------------------------------------------------
-r20568 | jake | 2007-01-26 09:06:17 -0800 (Fri, 26 Jan 2007) | 7 lines
+r28911 | gerald | 2009-07-01 12:36:24 -0700 (Wed, 01 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-From Patrick vd Lageweg:
-This patch fixes three problems with the SCSI persistent reserve in command:
-- The Additional length starts at offset 4 and not 0
-- The len field contains the length used by the keys and doesn't include the header length. 
-  So don't substract the header length from the length.
-- The key list is traversed from the beginning to end end and not the other way around.
+Try to fix fuzzing errors in bug 3636. When dissecting an options
+template, differentiate between Netflow v9 and IPFIX, which require
+different interpretations. Add other minor fixes and comments.
 
 ------------------------------------------------------------------------
-r20569 | jake | 2007-01-26 09:12:00 -0800 (Fri, 26 Jan 2007) | 14 lines
+r28912 | gerald | 2009-07-01 13:56:03 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
-
-From Graham Bloice:
-In the Developers Guide, Section 9.3, Example 9.17. Decompressing data
-packets for dissection
-
-The code calls tvb_set_free_cb() for the newly created next_tvb.  This
-is unnecessary as the call to tvb_set_child_real_data() adds next_tvb to
-the chained list of tvb, thus ensuring that next_tvb is correctly
-deleted.  In fact when I had the call in, Visual Studio kept breaking
-deep down in ntdll.dll, probably because of a double free every time the
-main tvb was deleted.
+   M /trunk/epan/dissectors/packet-netflow.c
 
-In README.developer, para 2..2.7 The example conversation code doesn't
-assign the result of conversation_new() back into the conversation variable.
+Add a couple of IPFIX labels where they differ from Netflow.
 
 ------------------------------------------------------------------------
-r20570 | tuexen | 2007-01-26 09:27:32 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28913 | stig | 2009-07-01 14:20:18 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/sctp_assoc_analyse.c
-
-Fix handling when both endpoints use the same port number.
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
+Added error value tables.
 
 ------------------------------------------------------------------------
-r20571 | lego | 2007-01-26 10:34:05 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28914 | gerald | 2009-07-01 16:36:35 -0700 (Wed, 01 Jul 2009) | 2 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
-
-Trying to get the WS Lua Ref Man to build with the rest of the documentation
+   M /trunk/epan/dissectors/packet-netflow.c
 
+Fix a couple of labels.
 
 ------------------------------------------------------------------------
-r20572 | gerald | 2007-01-26 13:54:59 -0800 (Fri, 26 Jan 2007) | 10 lines
+r28915 | gerald | 2009-07-01 16:36:51 -0700 (Wed, 01 Jul 2009) | 5 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
+   M /trunk/dumpcap.c
+   M /trunk/file.c
+   M /trunk/gtk/follow_stream.c
+   M /trunk/gtk/follow_stream.h
+   M /trunk/gtk/follow_tcp.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/print_dlg.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/tempfile.c
+   M /trunk/tempfile.h
 
-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.
+Updates to create_tempfile:
 
-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.
+  - Use g_get_tmp_dir, just like get_tempfile_path.
+  - Don't make the caller worry about the path buffer length.
 
 ------------------------------------------------------------------------
-r20573 | gerald | 2007-01-26 15:28:22 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28916 | gerald | 2009-07-01 19:50:24 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/gtk/follow_stream.c
 
-Fix saving WPA key preferences from the decryption key management dialog,
-which was broken by r20388.
+Fix the build.
 
 ------------------------------------------------------------------------
-r20574 | lego | 2007-01-26 17:11:39 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28917 | stig | 2009-07-01 23:51:27 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/Makefile
-
-fix generation of ws(ug|dg), use fop.bat not fop.sh
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mip6.h
 
+From Albert Chin:
+Small patch to make it compile on AIX.
 
 ------------------------------------------------------------------------
-r20575 | lego | 2007-01-26 17:36:00 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28918 | stig | 2009-07-02 02:08:11 -0700 (Thu, 02 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/gtk/main.c
 
-do not overwrite the realse notes...
+Move updating menus with new recent values to a point after we have created
+the new packet list, because we relay on the columns for time values.
 
+This fixes bug 3640.
 
 ------------------------------------------------------------------------
-r20576 | lego | 2007-01-26 18:32:02 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28919 | etxrab | 2009-07-02 09:54:20 -0700 (Thu, 02 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/make-wsluarm.pl
-
-Fix DTD validation ( older dtds were happy with it :/ )
-
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-nfs.h
 
+From   Radek Vok?\195?\161l:
+Support for new NFSv4 features.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3258
 ------------------------------------------------------------------------
-r20577 | lego | 2007-01-26 18:33:21 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28920 | gerald | 2009-07-02 10:20:27 -0700 (Thu, 02 Jul 2009) | 8 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
+   M /trunk/Makefile.am
+   M /trunk/Makefile.common
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/configure.in
+   M /trunk/gtk/hostlist_table.c
+   D /trunk/mkstemp.c
+   D /trunk/mkstemp.h
+   M /trunk/tempfile.c
+   M /trunk/tempfile.h
 
-Fix docbook documentation
+Pull mkstemp() into tempfile.c. That's the only place we use it now, and
+it's arguably the only place we _should_ use it. Add create_tempdir() to
+tempfile.c and use it to create a temp directory for IP maps. This
+should fix bug 3530.
 
+(This still doesn't work on IE 8 / Vista here. IE gives an access denied
+error in OpenLayers.js, but this is a separate issue).
 
 ------------------------------------------------------------------------
-r20578 | lego | 2007-01-26 20:08:06 -0800 (Fri, 26 Jan 2007) | 3 lines
+r28921 | etxrab | 2009-07-02 11:22:41 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/wslua/Makefile.am
-
-fix distcheck
-
+   M /trunk/gtk/packet_list_store.c
 
+Don't resort the list for every row, the list will be in packet order any way. And "clicking" on the column titles will resort the list.
 ------------------------------------------------------------------------
-r20579 | lego | 2007-01-27 17:24:20 -0800 (Sat, 27 Jan 2007) | 9 lines
+r28922 | etxrab | 2009-07-02 11:24:26 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/k12.c
-
-from Kriang Lerdsuwanakij
-
-I found out the reason Wireshark refuses to read some .rf file I have.
-Those files have zero extra_len in SRCDEST header structure. See the
-attached file for example. It was created by selecting some frames from
-a larger .rf5 file (within Tektronix's own reader) and save as a
-separate file.
-
+   M /trunk/gtk/packet_list_store.c
 
+This time with the comment...
 ------------------------------------------------------------------------
-r20580 | lego | 2007-01-27 17:41:58 -0800 (Sat, 27 Jan 2007) | 30 lines
+r28923 | gerald | 2009-07-02 12:50:35 -0700 (Thu, 02 Jul 2009) | 2 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
-
-From Kriang Lerdsuwanakij:
-
-1 Add ALCAP and NBAP as subdissectors of SSCOP. Previously it only
- knows about SSCF-NNI and data. (Changes in packet-sscop.c,
- packet-sscop.h)
-
-2 Add capability for lower layer to force SSCOP to choose a particular
- dissector. It is passed as "subdissector" field of SSCOP protocol
- data. This is required because different payload protocol is
- distinguished by different VPI/VCI. There is no protocol field inside
- SSCOP frame. (Changes in packet-sscop.c, packet-sscop.h)
-
-3 Make K12xx configuration file supporting the following syntax:
-   C:\k1297\stacks\umts_iub\umts_iub_aal2l3.stk sscop:alcap
- This says dissect with SSCOP first and then pass to ALCAP.
- The change is made general, so it supports arbitrary number of
- protocol, like "proto1:proto2:proto3". Using ":" as separator
- allow us to expand the syntax further to support parameters like
- "proto1 param1:proto2 param2 param3". (Changes in packet-k12.c)
-
-With above 3 changes together, dissecting Iub traces are correct for
-control and signaling planes. I am still investigating user plane
-frames because writing UMTS RLC/MAC protocol dissector is required.
-The patch and sample .rf file (same as my previous patch) is in the
-attachment.
-
-plus:
-Add Kriang to the AUTHORS list (and once at it upate my own record)
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/libwireshark.def
 
+mkstemp cleanups.
 
 ------------------------------------------------------------------------
-r20581 | sfisher | 2007-01-27 18:49:50 -0800 (Sat, 27 Jan 2007) | 24 lines
+r28924 | tuexen | 2009-07-02 12:52:47 -0700 (Thu, 02 Jul 2009) | 4 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
-
+   M /trunk/wiretap/btsnoop.c
 
-From Douglas Pratley:
-
-This is a patch adding items to the context menus for the packet list
-and packet details panes for copying packet data to the clipboard.
-
-New menu item on packet list pane:
-Copy (sub menu) ->
-        Summary (Text)          Copies fields displayed in the packet
-list, tab separated
-        Summary (CSV)           Copies fields displayed in the packet
-list, comma separated
-        Hex and Text            Copies data for the selected frame in
-hex-editor style (similar to Copy\All Information in packet bytes pane)
-        Text Only               Copies data for the selected frame,
-dropping non-printable characters other than line breaks (similar to
-Copy\Text Only in packet bytes pane)
-        Hex Columns             As Hex and Text but without text
-        Hex Stream              Copies data for the selected frame as an
-unpunctuated list of hex values
-        Binary Stream           Copies raw packet bytes to the clipboard
-as MIME type application/octet-stream
+Patch from Alex Badea for Bug 3645.
 
+This fix will be included in Wireshark 1.2.1.
 
 ------------------------------------------------------------------------
-r20582 | gal | 2007-01-28 02:10:06 -0800 (Sun, 28 Jan 2007) | 4 lines
+r28925 | guy | 2009-07-02 13:10:05 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/packaging/u3/win32/u3util.c
+   M /trunk/wiretap/btsnoop.c
 
-*) Ask the user if they want to install WinPcap.
-*) Associate Wireshark with p7s, p7m and p7c files (if not already associated).
+Don't dump out the raw link-layer type when noting that
+KHciLoggerDatalinkTypeBCSP and KHciLoggerDatalinkTypeH5 aren't supported
+- just explicitly say "BSCP" or "H5".
 
+For unknown link-layer types, say "unknown or unsupported", as other
+Wiretap modules do.
 
 ------------------------------------------------------------------------
-r20583 | gal | 2007-01-28 02:12:51 -0800 (Sun, 28 Jan 2007) | 3 lines
+r28926 | gerald | 2009-07-02 13:35:46 -0700 (Thu, 02 Jul 2009) | 2 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).
+   M /trunk/epan/dissectors/packet-radiotap.c
 
+Update documentation links.
 
 ------------------------------------------------------------------------
-r20584 | gal | 2007-01-28 02:15:46 -0800 (Sun, 28 Jan 2007) | 4 lines
+r28927 | gerald | 2009-07-02 13:35:58 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/asn1/x509sat/x509sat.cnf
-   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Definition of a per-recipient extension to prevent failure of dissection. 
-(Don't know what the extension actually is.)
+From Kovarththanan Rajaratnam via bug 3567:
 
+The template cache contains pointers that are session-scope (only freed in
+netflow_reinit()) but still we use g_malloc(). This patch changes that so we
+now use se_alloc(). With this patch I'm able to reproduce the crash
+("Per-session memory corrupted").
 
 ------------------------------------------------------------------------
-r20585 | gal | 2007-01-28 02:20:51 -0800 (Sun, 28 Jan 2007) | 4 lines
+r28928 | sfisher | 2009-07-02 14:06:24 -0700 (Thu, 02 Jul 2009) | 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.
-
+   M /trunk/gtk/new_packet_list.c
 
+Allow the new packet list's columns to be moved back
+and forth while the packet list is open without having
+to go into the preferences.  The new column ordering is
+not saved for next time though.  Perhaps it should be.
 ------------------------------------------------------------------------
-r20586 | lego | 2007-01-28 02:31:32 -0800 (Sun, 28 Jan 2007) | 15 lines
+r28929 | tuexen | 2009-07-02 15:04:22 -0700 (Thu, 02 Jul 2009) | 2 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
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/ui_util.h
 
+Get it compiling with -DNEW_PACKET_LIST on Mac OS X.
 
 ------------------------------------------------------------------------
-r20587 | wmeier | 2007-01-28 09:33:14 -0800 (Sun, 28 Jan 2007) | 2 lines
+r28930 | gerald | 2009-07-02 17:17:06 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capinfos.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-If no packets in input file then don't calc packets/sec, etc
+Try to allocate enough memory on all platforms.
 
 ------------------------------------------------------------------------
-r20588 | lego | 2007-01-28 10:37:23 -0800 (Sun, 28 Jan 2007) | 3 lines
+r28931 | wmeier | 2009-07-02 18:11:23 -0700 (Thu, 02 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/epan/dfilter/semcheck.c
+   M /trunk/gtk/dfilter_expr_dlg.c
 
-wsluarm.pdf => wsluarm-a4.pdf wsluarm-us.pdf
+From  Kovarththanan Rajaratnam: Fixes for bug #3536
+(plus some additional changes by me).
 
+Handle BASE_RANGE_STRING display types properly
 
-------------------------------------------------------------------------
-r20589 | wmeier | 2007-01-28 10:56:17 -0800 (Sun, 28 Jan 2007) | 2 lines
-Changed paths:
-   M /trunk/test/suite-capture.sh
+We always treat header field info strings as value_string's undiscriminated.
+However, if the header field info display is marked as BASE_RANGE_STRING, we
+need to treat them as range_string's. This wasn't properly handled in the
+filter expression dialog and in the filter toolbar which would cause a crash
+upon referencing any fields marked as BASE_RANGE_STRING.
 
-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
+r28932 | ulfl | 2009-07-03 02:12:43 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/test/config.sh
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-rt.c
 
-Now need to use interface #2 ??
+update to the latest PROFINET drafts
 
+(defragmentation of RT fragments "FRAG-PDU" is still not implemented)
 ------------------------------------------------------------------------
-r20591 | ulfl | 2007-01-28 12:58:50 -0800 (Sun, 28 Jan 2007) | 1 line
+r28933 | ulfl | 2009-07-03 02:35:40 -0700 (Fri, 03 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/config.h.win32
+   M /trunk/doc
 
-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
+ignore copied ws.css for commits
 ------------------------------------------------------------------------
-r20592 | jake | 2007-01-28 13:26:13 -0800 (Sun, 28 Jan 2007) | 1 line
+r28934 | tuexen | 2009-07-03 03:29:45 -0700 (Fri, 03 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-rt.c
+
+Make the compiler on Mac OS X happy...
 
-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
+r28935 | etxrab | 2009-07-03 04:45:42 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-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)
+From Chris Costa:
+NDMP fragmentation fix.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3395
 ------------------------------------------------------------------------
-r20594 | ulfl | 2007-01-28 15:48:53 -0800 (Sun, 28 Jan 2007) | 1 line
+r28936 | etxrab | 2009-07-03 06:05:45 -0700 (Fri, 03 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-remove unused "cant_get_if_list_errstr" warning
+Fix:
+packet-ndmp.c:562: warning: unused parameter 'pinfo'
 ------------------------------------------------------------------------
-r20595 | lego | 2007-01-28 20:47:58 -0800 (Sun, 28 Jan 2007) | 3 lines
+r28937 | wmeier | 2009-07-03 09:03:02 -0700 (Fri, 03 Jul 2009) | 29 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
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/radius_dict.l
 
-now it is operational.
+From: Tobias Witek: Fix processing of radius 'vendor specific attributes'
 
+In the RADIUS dissector, the function radius_register_avp_dissector() registers
+vendors that are not already present in the dictionary hash-table. As far as I
+can see, there are two problems with this:
 
-------------------------------------------------------------------------
-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
+1. The function does not set the number of type/length octets and the has_flags
+ variable for that AVP, which is required to correctly decode AVP/VSA values
+2. In some situations, the function is called _before_ radius_load_dictionary()
+is called (for example for the vendor 3GPP (ID: 10415))
 
-Drop dfilter_macro_load.l as dfilter-macro now uses UAT
+Therefore, all vendor entries that are created by calling
+radius_register_avp_dissector() leave their type_octets and length_octets un-initialized,
+which causes incorrect decoding.
 
+[Result: Radius dissector displays messages such as:
+ "Malformed Packet: RADIUS" and "Error/Malformed: Malformed Packet(Exception occurred)"]
 
-------------------------------------------------------------------------
-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
+The attached patch fixes this problem by assuming that the dictionary knows the
+'ground truth' about the type/length octet and the has_flags information and allows it to
+overwrite these values even for vendors that have already been loaded.
 
-svn:ignore uat_load.c
-$Id$ for uat.h uat-int.h
+Also: (from Bill Meier): set the type/length octet and the has_flags variables to default
+"standard" values (1,1,FALSE) in radius_register_avp_dissector().
 
+Fixes Bug #3651 (and Bug #3635).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3651
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3635
 
 ------------------------------------------------------------------------
-r20598 | lego | 2007-01-29 02:23:38 -0800 (Mon, 29 Jan 2007) | 7 lines
+r28938 | guy | 2009-07-03 10:12:36 -0700 (Fri, 03 Jul 2009) | 3 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
-
-The UAT gui starts to work
-
-set the macros_dlg to use it
-
-add a dummy dfilter_macros file to supress a warning at startup
+   M /trunk/epan/dissectors/packet-ndmp.c
 
+Set save_fragmented regardless of whether we're reassembling or not, as
+we restore it regardless of whether we're reassembling or not.
 
 ------------------------------------------------------------------------
-r20599 | lego | 2007-01-29 02:25:54 -0800 (Mon, 29 Jan 2007) | 3 lines
+r28939 | etxrab | 2009-07-04 08:15:51 -0700 (Sat, 04 Jul 2009) | 3 lines
 Changed paths:
-   A /trunk/gtk/uat_gui.c
-   A /trunk/gtk/uat_gui.h
-
-Actually this is the UAT GUI...
+   M /trunk/epan/dissectors/packet-isup.c
 
+A fix for:
+"ANSI ISUP Cause indicators with coding standard=ANSI fail to dissect."
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3654
+------------------------------------------------------------------------
+r28940 | etxrab | 2009-07-05 04:49:36 -0700 (Sun, 05 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-homeplug.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
+   M /trunk/epan/dissectors/packet-slowprotocols.c
 
+From Kovarththanan Rajaratnam:
+Cleanup header_field_info definitions
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548
 ------------------------------------------------------------------------
-r20600 | lego | 2007-01-29 02:29:50 -0800 (Mon, 29 Jan 2007) | 4 lines
+r28941 | gerald | 2009-07-05 08:03:31 -0700 (Sun, 05 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/uat_load.l
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-uat_load.l improve error reporting
-Makefile.am add uat_load.l to distribution
+[Automatic manuf and enterprise-numbers update for 2009-07-05]
+------------------------------------------------------------------------
+r28944 | etxrab | 2009-07-05 09:22:20 -0700 (Sun, 05 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+gtk_tree_view_set_fixed_height_mode() is GTK 2.6
+------------------------------------------------------------------------
+r28945 | ulfl | 2009-07-06 02:46:28 -0700 (Mon, 06 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/Custom.nmake.example
+
+fix install step
+------------------------------------------------------------------------
+r28946 | wmeier | 2009-07-06 05:39:58 -0700 (Mon, 06 Jul 2009) | 2 lines
+Changed paths:
+   A /trunk/radius/dictionary.airespace
+   A /trunk/radius/dictionary.alvarion
+   A /trunk/radius/dictionary.apc
+   A /trunk/radius/dictionary.asn
+   A /trunk/radius/dictionary.avaya
+   A /trunk/radius/dictionary.azaire
+   A /trunk/radius/dictionary.chillispot
+   A /trunk/radius/dictionary.clavister
+   A /trunk/radius/dictionary.dhcp
+   A /trunk/radius/dictionary.digium
+   A /trunk/radius/dictionary.epygi
+   A /trunk/radius/dictionary.fortinet
+   A /trunk/radius/dictionary.freeswitch
+   A /trunk/radius/dictionary.h3c
+   A /trunk/radius/dictionary.hp
+   A /trunk/radius/dictionary.huawei
+   A /trunk/radius/dictionary.infonet
+   A /trunk/radius/dictionary.ipunplugged
+   A /trunk/radius/dictionary.issanni
+   A /trunk/radius/dictionary.jradius
+   A /trunk/radius/dictionary.lancom
+   A /trunk/radius/dictionary.lucent
+   A /trunk/radius/dictionary.manzara
+   A /trunk/radius/dictionary.motorola
+   A /trunk/radius/dictionary.networkphysics
+   A /trunk/radius/dictionary.nexans
+   A /trunk/radius/dictionary.nokia.conflict
+   A /trunk/radius/dictionary.nortel
+   A /trunk/radius/dictionary.ntua
+   A /trunk/radius/dictionary.openser
+   A /trunk/radius/dictionary.packeteer
+   A /trunk/radius/dictionary.patton
+   A /trunk/radius/dictionary.prosoft
+   A /trunk/radius/dictionary.quiconnect
+   A /trunk/radius/dictionary.rfc2865
+   A /trunk/radius/dictionary.rfc2866
+   A /trunk/radius/dictionary.rfc2867
+   A /trunk/radius/dictionary.rfc2868
+   A /trunk/radius/dictionary.rfc2869
+   A /trunk/radius/dictionary.rfc3162
+   A /trunk/radius/dictionary.rfc3576
+   A /trunk/radius/dictionary.rfc3580
+   A /trunk/radius/dictionary.rfc4072
+   A /trunk/radius/dictionary.rfc4372
+   A /trunk/radius/dictionary.rfc4675
+   A /trunk/radius/dictionary.rfc4679
+   A /trunk/radius/dictionary.rfc4818
+   A /trunk/radius/dictionary.rfc4849
+   A /trunk/radius/dictionary.rfc5090
+   A /trunk/radius/dictionary.rfc5176
+   A /trunk/radius/dictionary.riverstone
+   A /trunk/radius/dictionary.roaringpenguin
+   A /trunk/radius/dictionary.slipstream
+   A /trunk/radius/dictionary.sofaware
+   A /trunk/radius/dictionary.telkom
+   A /trunk/radius/dictionary.tropos
+   A /trunk/radius/dictionary.utstarcom
+   A /trunk/radius/dictionary.vqp
+   A /trunk/radius/dictionary.walabi
+   A /trunk/radius/dictionary.waverider
+   A /trunk/radius/dictionary.xylan
+   A /trunk/radius/dictionary.zyxel
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 1: New files
+
+------------------------------------------------------------------------
+r28947 | etxrab | 2009-07-06 05:50:12 -0700 (Mon, 06 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isup.c
 
+Decode error for network-id in BICC BCU-ID
 
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3648
 ------------------------------------------------------------------------
-r20601 | lego | 2007-01-29 02:31:48 -0800 (Mon, 29 Jan 2007) | 2 lines
+r28948 | jmayer | 2009-07-06 06:00:04 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
+   M /trunk/epan/dissectors/packet-glbp.c
 
- load_snmp_users_file.l  hasn't been dropped (yet)
+Fix for bug 3660: Length (guint32) could become 0 or very large
+(overflow).
 
 ------------------------------------------------------------------------
-r20602 | jake | 2007-01-29 04:38:48 -0800 (Mon, 29 Jan 2007) | 2 lines
+r28949 | etxrab | 2009-07-06 06:34:30 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/README
-
-Delist Windows 98 as possible platform
+   M /trunk/config.nmake
 
+Revert checkin made by misstake(don't use new packet list).
 ------------------------------------------------------------------------
-r20603 | lego | 2007-01-29 06:11:44 -0800 (Mon, 29 Jan 2007) | 4 lines
+r28950 | stig | 2009-07-06 06:53:01 -0700 (Mon, 06 Jul 2009) | 2 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
-
+   M /trunk/file.c
 
+Removed an incorrect optimalization for invalidating packet in row 0.
 
 ------------------------------------------------------------------------
-r20604 | lego | 2007-01-29 06:12:57 -0800 (Mon, 29 Jan 2007) | 3 lines
+r28951 | stig | 2009-07-06 06:59:09 -0700 (Mon, 06 Jul 2009) | 9 lines
 Changed paths:
-   A /trunk/svnadd
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
 
-little helper script that sets props after adding a file
+From Joakim Wiberg via bug 3670:
+This patch correctes serveral minor things.
 
+1. Adds decoding of generic services to classes that have a separate dissect
+   function.
+2. Adds new error codes.
+3. Adds new CIP objects.
+4. Extends the VendorID list.
 
 ------------------------------------------------------------------------
-r20605 | lego | 2007-01-29 06:14:01 -0800 (Mon, 29 Jan 2007) | 3 lines
+r28952 | wmeier | 2009-07-06 07:05:37 -0700 (Mon, 06 Jul 2009) | 5 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
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/radius_dict.l
 
+Radius: Additional attribute handling:
+ - implement "ether" attribute; 
+ - parse "abinary" attribute [uses existing radius_abinary()]
+Also: add a comment in packet-radius.h about the meaning of the encrypt flag.
 
 ------------------------------------------------------------------------
-r20606 | jake | 2007-01-29 10:06:45 -0800 (Mon, 29 Jan 2007) | 7 lines
+r28953 | etxrab | 2009-07-06 07:09:52 -0700 (Mon, 06 Jul 2009) | 1 line
 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.
+   M /trunk/epan/dissectors/packet-iec104.c
 
-Also fixed file properties
+Small editorial changes.
 ------------------------------------------------------------------------
-r20607 | gerald | 2007-01-29 12:25:26 -0800 (Mon, 29 Jan 2007) | 5 lines
+r28954 | stig | 2009-07-06 07:14:13 -0700 (Mon, 06 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-cip.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).
+Rewrite non-ASCII characters.
 
 ------------------------------------------------------------------------
-r20608 | tuexen | 2007-01-29 12:44:59 -0800 (Mon, 29 Jan 2007) | 3 lines
+r28955 | etxrab | 2009-07-06 08:37:29 -0700 (Mon, 06 Jul 2009) | 2 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
+   M /trunk/epan/dfilter/dfilter.c
 
-Improve the handling of INIT/ABORT mesage pairs.
+Initialize memory to zero.
+ (is NULL = zero on all platforms?)
+------------------------------------------------------------------------
+r28956 | gerald | 2009-07-06 10:13:41 -0700 (Mon, 06 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/tap-rtp-common.c
 
+Fix a couple of typos.
 
 ------------------------------------------------------------------------
-r20609 | etxrab | 2007-01-29 12:58:46 -0800 (Mon, 29 Jan 2007) | 1 line
+r28957 | etxrab | 2009-07-06 10:37:03 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/config.h.win32
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Comment out Ulfs changes to be able to do a test build.
+CFLOW decoding is wrong for IPv6 fields.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3328
 ------------------------------------------------------------------------
-r20610 | etxrab | 2007-01-29 13:26:08 -0800 (Mon, 29 Jan 2007) | 1 line
+r28958 | jmayer | 2009-07-06 10:44:02 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/epan/dissectors/packet-mip.c
+
+OK, nobody cared about the waring, so just remove the
+test for now.
 
-Fix a typo (double ;;).
 ------------------------------------------------------------------------
-r20611 | etxrab | 2007-01-29 13:27:48 -0800 (Mon, 29 Jan 2007) | 1 line
+r28959 | jmayer | 2009-07-06 10:45:40 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/epan/dissectors/packet-ismp.c
+
+Move edp to the top level tree instead of inside the ismp
+tree.
 
-Add some missing defines for uat_gui.c
 ------------------------------------------------------------------------
-r20612 | etxrab | 2007-01-29 13:30:06 -0800 (Mon, 29 Jan 2007) | 1 line
+r28960 | jmayer | 2009-07-06 10:49:33 -0700 (Mon, 06 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-glbp.c
+
+Shorten a few variables for values read from the packet.
+Inspired by Kovarththanan Rajaratnam's patch for bug 3665
+which in turn was a duplicate for the (fixed) bug 3660.
 
-Update value strings.
 ------------------------------------------------------------------------
-r20613 | ulfl | 2007-01-29 14:15:13 -0800 (Mon, 29 Jan 2007) | 1 line
+r28961 | etxrab | 2009-07-06 11:35:05 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
-   A /trunk/docbook/Makefile.common
-   A /trunk/docbook/Makefile.nmake
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/doc/README.developer
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
-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.
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r20614 | ulfl | 2007-01-29 14:40:52 -0800 (Mon, 29 Jan 2007) | 1 line
+r28962 | etxrab | 2009-07-06 11:36:00 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/config.h.win32
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
-fix compiler version detection logic, sorry for the noise!
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r20615 | ulfl | 2007-01-29 15:29:11 -0800 (Mon, 29 Jan 2007) | 3 lines
+r28963 | gerald | 2009-07-06 13:23:32 -0700 (Mon, 06 Jul 2009) | 17 lines
 Changed paths:
-   M /trunk/gtk/uat_gui.c
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-miop.c
+   D /trunk/epan/dissectors/packet-miop.h
 
-call gtk_window_present() only on GTK >= 2.x, should fix current compilation problems.
+From Kovarththanan Rajaratnam via bug 3652:
 
-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
+This patch protects against malformed Unique ID lengths (>= 252 bytes) and
+defer all tvb_xxx related calls to when we actually need them. This allows us
+to dissects as much as possible before bailing out (in case of a malformed
+length).
 
-do not use yy_flex_realloc()
+From me:
 
+Add a link to the protocol specification.  Remove packet-miop.h along
+with some struct definitions. (Don't tvb_memcpy over structs!) Remove
+some more tvbuffs.  Don't call proto_item_add_subtree if we're not going
+to use the trees.  Call proto_tree_add_item instead of
+proto_tree_add_text Remove a bunch of unused ett_ variables.  Add an
+expert item for the protocol version.  Register the field array with the
+correct length.
 
 ------------------------------------------------------------------------
-r20618 | ulfl | 2007-01-29 17:26:56 -0800 (Mon, 29 Jan 2007) | 1 line
+r28964 | etxrab | 2009-07-06 21:41:53 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
 
-if wireshark-gtk2.exe.manifest doesn't exist, don't try to copy it - hopefully fixes the buildbot...
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r20619 | sfisher | 2007-01-29 17:57:34 -0800 (Mon, 29 Jan 2007) | 1 line
+r28965 | etxrab | 2009-07-06 22:10:20 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/make-manuf
 
-Show the channel frequencies in the wireless (AirPcap) toolbar next to the channel number in the drop-down list.
+Add holding|spa to the strings removed from manuf names.
+manuf will be automatically rebuilt on Sunday.
 ------------------------------------------------------------------------
-r20621 | etxrab | 2007-01-29 22:16:39 -0800 (Mon, 29 Jan 2007) | 1 line
+r28966 | etxrab | 2009-07-06 22:43:43 -0700 (Mon, 06 Jul 2009) | 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
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-etheric.c
+   D /trunk/epan/dissectors/packet-isup_thin.c
 
-Fix bug 1328 (Still Malformed packet) update some of the other packages.
+Delete obsolete protocol dissectors.
 ------------------------------------------------------------------------
-r20622 | gerald | 2007-01-29 23:16:01 -0800 (Mon, 29 Jan 2007) | 2 lines
+r28967 | stig | 2009-07-07 00:45:32 -0700 (Tue, 07 Jul 2009) | 4 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
+   D /trunk/plugins/unistim/header_field.h
+   M /trunk/plugins/unistim/packet-unistim.c
 
-Switch to WinPcap 4.0.
+From Kovarththanan Rajaratnam via bug 3548:
+Move header_field.h into packet-unistim.c to align it with all other
+dissectors.
 
 ------------------------------------------------------------------------
-r20623 | martinm | 2007-01-30 05:39:58 -0800 (Tue, 30 Jan 2007) | 2 lines
+r28968 | stig | 2009-07-07 00:46:57 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
-Size passed to IP address fields is now fixed (reported AVP size includes 2 bytes of padding), causing assertion reported in bug 1332.
+From Kovarththanan Rajaratnam via bug 3548:
+Minor hf cleanup.
 
 ------------------------------------------------------------------------
-r20627 | jake | 2007-01-30 10:06:11 -0800 (Tue, 30 Jan 2007) | 2 lines
+r28969 | stig | 2009-07-07 01:27:15 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/epan/dissectors/packet-cops.c
+
+From Juli?\195?\131?\194?\161n Lastiri via bug 3656:
+ClassifierID should be before Priority field in the Extended Classifier of
+PacketCable Multimedia Protocol. Also the reference to PacketCable Multimedia
+document PKT-SP-MM-I02-040930 is wrong because there is no definition about
+Extended Classifier. My fix is based on PacketCable Multimedia
+PKT-SP-MM-I04-080522 document.
 
-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
+r28970 | stig | 2009-07-07 02:00:33 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
+   M /trunk/plugins/docsis/packet-bpkmattr.c
+   M /trunk/plugins/docsis/packet-dccreq.c
+   M /trunk/plugins/docsis/packet-dcd.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/docsis/packet-tlv.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.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
+   M /trunk/plugins/unistim/packet-unistim.c
+   M /trunk/plugins/wimax/msg_dcd.c
+   M /trunk/plugins/wimax/msg_dreg.c
+   M /trunk/plugins/wimax/msg_fpc.c
+   M /trunk/plugins/wimax/msg_pmc.c
+   M /trunk/plugins/wimax/msg_reg_req.c
+   M /trunk/plugins/wimax/msg_rng_req.c
+   M /trunk/plugins/wimax/msg_rng_rsp.c
+   M /trunk/plugins/wimax/wimax_utils.c
 
-From Patrick vd Lageweg:
+From Kovarththanan Rajaratnam:
+More FT_XXX cleanup.
 
-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.
+------------------------------------------------------------------------
+r28971 | stig | 2009-07-07 02:02:59 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/epan/dissectors/packet-ans.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-banana.c
+   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-bthci_evt.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-enrp.c
+   M /trunk/epan/dissectors/packet-enttec.c
+   M /trunk/epan/dissectors/packet-fip.c
+   M /trunk/epan/dissectors/packet-fractalgeneratorprotocol.c
+   M /trunk/epan/dissectors/packet-gdsdb.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-homeplug.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ipmi-app.c
+   M /trunk/epan/dissectors/packet-ipmi-se.c
+   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldss.c
+   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-pana.c
+   M /trunk/epan/dissectors/packet-prp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rmt-norm.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-wol.c
+   M /trunk/epan/dissectors/packet-wps.c
 
+From Kovarththanan Rajaratnam:
+More FT_XXX cleanup.
 
 ------------------------------------------------------------------------
-r20632 | guy | 2007-01-30 12:07:55 -0800 (Tue, 30 Jan 2007) | 17 lines
+r28972 | etxrab | 2009-07-07 02:27:52 -0700 (Tue, 07 Jul 2009) | 2 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.
+   M /trunk/epan/dissectors/packet-x420.c
 
-Modified to support the header as a pseudo_header rather than as part of
-the packet data.
+Cleanup header_field_info definitions
+- Regenerating x420 seems to have fixed the "last" problem :-)
+------------------------------------------------------------------------
+r28973 | etxrab | 2009-07-07 02:42:09 -0700 (Tue, 07 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-Fixed some calls that fetch data from the USB packet to fetch it in
-little-endian byte order.
+Introduce se_address_to_str()
+------------------------------------------------------------------------
+r28974 | stig | 2009-07-07 03:07:42 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/cdt/cdt.cnf
+   M /trunk/asn1/cdt/packet-cdt-template.c
+   M /trunk/epan/dissectors/packet-bjnp.c
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-dmp.c
+   M /trunk/epan/dissectors/packet-nat-pmp.c
+   M /trunk/epan/dissectors/packet-p_mul.c
 
-Got rid of redundant code to get conversation-specific data (the
-get_usb_conv_info() call already does that).
+Remove some check_col() calls.
 
-For control packets, only parse the setup information if setup_flag is
-0.
+------------------------------------------------------------------------
+r28975 | stig | 2009-07-07 03:12:15 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/gcp.h
 
-Don't interpret a control packet as a standard request unless the setup
-type is "Standard".
+From Kovarththanan Rajaratnam:
+More header field info cleanup
 
 ------------------------------------------------------------------------
-r20633 | sfisher | 2007-01-30 12:57:51 -0800 (Tue, 30 Jan 2007) | 5 lines
+r28976 | stig | 2009-07-07 04:13:22 -0700 (Tue, 07 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
+   M /trunk/plugins/ethercat/Makefile.common
+   A /trunk/plugins/ethercat/packet-esl.c
+   A /trunk/plugins/ethercat/packet-esl.h
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
 
-Add descriptions to radiotap fields.  Fix some formatting.  Add an extra
-linebreak between hf field definitions for readability.
+From Richard Kummel:
+- New dissector for EtherCAT Switch Link Header added to EtherCAT plugin
+- Changed filtering of EtherCAT commands to the abbreviated form:
+  e.g. ecat.cmd = APWR
 
+From me:
+- Mark unused variables
+- Fixed a string warning
+- Do not initialize a static struct
+- Use tfs_yes_no
+- Reorder files in Makefile
 
 ------------------------------------------------------------------------
-r20634 | etxrab | 2007-01-30 14:52:09 -0800 (Tue, 30 Jan 2007) | 1 line
+r28977 | stig | 2009-07-07 04:33:55 -0700 (Tue, 07 Jul 2009) | 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.h
-   M /trunk/epan/dissectors/packet-h248_q1950.c
+   M /trunk/AUTHORS
 
-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
+Added Richard Kummel.
 
-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
+r28978 | stig | 2009-07-07 04:37:15 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
+   M /trunk/asn1/s1ap/packet-s1ap-template.c
+   M /trunk/diameter/TGPPGmb.xml
+   M /trunk/diameter/chargecontrol.xml
+   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-cpfi.c
+   M /trunk/epan/dissectors/packet-dcerpc-rdaclif.c
+   M /trunk/epan/dissectors/packet-dcerpc-rs_prop_acct.c
+   M /trunk/epan/dissectors/packet-dcerpc-rs_prop_acl.c
+   M /trunk/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
+   M /trunk/epan/dissectors/packet-ipars.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-s1ap.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/plugins/docsis/packet-dccack.c
+   M /trunk/plugins/docsis/packet-dccreq.c
+   M /trunk/plugins/docsis/packet-dccrsp.c
+   M /trunk/plugins/docsis/packet-dcd.c
+
+From Kovarththanan Rajaratnam:
+Remove trailing spaces in protocol/field names
 
-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
+r28979 | stig | 2009-07-07 04:40:40 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/macros_dlg.c
-   M /trunk/gtk/macros_dlg.h
+   M /trunk/epan/dissectors/packet-infiniband.c
+   M /trunk/epan/dissectors/packet-infiniband.h
+
+From Kovarththanan Rajaratnam:
+Move hf/ett definitions from packet-infiniband.h -> packet-infiniband.c to
+align it with the rest of the bunch
 
-#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
+r28980 | stig | 2009-07-07 04:52:53 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/uat_gui.c
+   M /trunk/AUTHORS
+
+Added credits for Lua BitOp.
 
-use window_present() as discussed
 ------------------------------------------------------------------------
-r20640 | ulfl | 2007-01-30 19:08:39 -0800 (Tue, 30 Jan 2007) | 3 lines
+r28981 | stig | 2009-07-07 04:58:23 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-amqp.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.
+From Kovarththanan Rajaratnam:
+Move hf/ett into proto_register_amqp() and do some field cleanup
+(duplicate name/blurb removal)
 
-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
+r28982 | stig | 2009-07-07 05:14:47 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dfilter/Makefile.am
+   M /trunk/epan/dissectors/packet-fix.h
+   M /trunk/fix/hfField.xsl
+
+From Kovarththanan Rajaratnam:
+Duplicate name/blurb removal from packet-fix.h (and template)
 
-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
+r28983 | stig | 2009-07-07 05:21:25 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/NEWS
+   M /trunk/AUTHORS
 
-- 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
+Added Kovarththanan Rajaratnam.
 
-this should go into 0.99.5!
 ------------------------------------------------------------------------
-r20643 | ulfl | 2007-01-30 19:49:09 -0800 (Tue, 30 Jan 2007) | 3 lines
+r28984 | stig | 2009-07-07 07:13:45 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/packaging/u3/win32/README.txt
+   M /trunk/epan/dissectors/packet-jxta.c
+
+From Kovarththanan Rajaratnam:
+Move hf/ett into proto_register_jxta() and do some field cleanup
 
-- 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
+r28985 | stig | 2009-07-07 07:23:49 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/prefs.c
+   M /trunk/epan/tfs.h
+
+Fix prototypes for default tfs sets.
 
-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
+r28986 | wmeier | 2009-07-07 07:26:38 -0700 (Tue, 07 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/plugins/ethercat/packet-esl.c
+   M /trunk/plugins/ethercat/packet-esl.h
+
+Various fixes:
+1. For some reason: using an using the external tfs_yes_no doesn't work in a plugin;
+2. proto_reg_handoff: remove unneeded code;
+3. Change the prefs callback to call a function which just enables/disables
+   the protocol; (using proto_reg_handoff means that the dissector
+   was re-registered each time the pref was changed);
+4. packet-esl.h: use #if 0 instead of /* ... */ to comment out code;
 
-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
+r28987 | stig | 2009-07-07 07:34:33 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/wiretap/Makefile.nmake
-   M /trunk/wiretap/config.h.win32
+   M /trunk/epan/dissectors/packet-mikey.c
+
+No need to include tfs.h
 
-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
+r28988 | martinm | 2009-07-07 07:38:14 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tshark.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Add preference for turning off LTE RRC.
 
-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
+r28989 | stig | 2009-07-07 07:54:15 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-9p.c
+   M /trunk/epan/dissectors/packet-aim-generic.c
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-bat.c
+   M /trunk/epan/dissectors/packet-bfd.c
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcom-dispatch.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-drda.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-mysql.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-nt-tpcp.c
+   M /trunk/epan/dissectors/packet-ntlmssp.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-sqloracle.c
+   M /trunk/epan/dissectors/packet-t30.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+
+Changed flags_set_truth -> tfs_set_notset
 
-slightly better explain the user's guide "component"
 ------------------------------------------------------------------------
-r20649 | lego | 2007-01-31 01:30:08 -0800 (Wed, 31 Jan 2007) | 8 lines
+r28990 | stig | 2009-07-07 07:58:25 -0700 (Tue, 07 Jul 2009) | 3 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
+   M /trunk/epan/tfs.c
+   M /trunk/epan/tfs.h
 
+Removed unused flags_set_truth.
+Fixed some capitalizations.
 
-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..)
+------------------------------------------------------------------------
+r28991 | stig | 2009-07-07 08:21:36 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dmp.c
 
+Do not use tfs true_string and false_string directly.
 
 ------------------------------------------------------------------------
-r20650 | martinm | 2007-01-31 02:57:54 -0800 (Wed, 31 Jan 2007) | 2 lines
+r28992 | stig | 2009-07-07 09:04:26 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/proto.c
 
-Fix bug 1332 properly.
+Added some casts for true_false_string's.
 
 ------------------------------------------------------------------------
-r20651 | grahamb | 2007-01-31 05:58:55 -0800 (Wed, 31 Jan 2007) | 1 line
+r28993 | stig | 2009-07-07 09:13:25 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/tfs.h
+
+Revert r28985 to fix tfs prototypes, as it doesn't work...
 
-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
+r28994 | wmeier | 2009-07-07 10:03:11 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/plugins/ethercat/packet-esl.c
 
-Add some missing RFC references to header long text.
+Fix the esl protocol enable/disable handling issue introduced in SVN #28986:
+  Use the standard "if (!initialized)..." logic in proto_reg_handoff().
+Also: use "true_false_string flags_yes_no" as in the original patch.
 
 ------------------------------------------------------------------------
-r20654 | sfisher | 2007-01-31 13:30:19 -0800 (Wed, 31 Jan 2007) | 5 lines
+r28995 | martinm | 2009-07-07 10:07:24 -0700 (Tue, 07 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
+Add expert item to warn of AM data PDUs that don't have any data.
 
-From Douglas Pratley: Documentation updates for new copy packet data features
-checked in as SVN revision 20581.
+------------------------------------------------------------------------
+r28996 | wmeier | 2009-07-07 10:52:03 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/radius/dictionary.3com
+   M /trunk/radius/dictionary.acc
+   M /trunk/radius/dictionary.alteon
+   M /trunk/radius/dictionary.altiga
+   M /trunk/radius/dictionary.aptis
+   M /trunk/radius/dictionary.bay
+   M /trunk/radius/dictionary.bintec
+   M /trunk/radius/dictionary.bristol
+   M /trunk/radius/dictionary.cabletron
+   M /trunk/radius/dictionary.cisco
+   M /trunk/radius/dictionary.cisco.bbsm
+   M /trunk/radius/dictionary.cisco.vpn5000
+   M /trunk/radius/dictionary.colubris
+   M /trunk/radius/dictionary.columbia_university
+   M /trunk/radius/dictionary.compat
+   M /trunk/radius/dictionary.cosine
+   M /trunk/radius/dictionary.ericsson
+   M /trunk/radius/dictionary.erx
+   M /trunk/radius/dictionary.extreme
+   M /trunk/radius/dictionary.foundry
+   M /trunk/radius/dictionary.gandalf
+   M /trunk/radius/dictionary.garderos
+   M /trunk/radius/dictionary.gemtek
+   M /trunk/radius/dictionary.itk
+   M /trunk/radius/dictionary.juniper
+   M /trunk/radius/dictionary.karlnet
+   M /trunk/radius/dictionary.livingston
+   M /trunk/radius/dictionary.localweb
+   M /trunk/radius/dictionary.merit
+   M /trunk/radius/dictionary.mikrotik
+   M /trunk/radius/dictionary.navini
+   M /trunk/radius/dictionary.netscreen
+   M /trunk/radius/dictionary.nokia
+   M /trunk/radius/dictionary.nomadix
+   M /trunk/radius/dictionary.propel
+   M /trunk/radius/dictionary.quintum
+   M /trunk/radius/dictionary.redback
+   M /trunk/radius/dictionary.redcreek
+   M /trunk/radius/dictionary.shasta
+   M /trunk/radius/dictionary.shiva
+   M /trunk/radius/dictionary.sonicwall
+   M /trunk/radius/dictionary.springtide
+   M /trunk/radius/dictionary.t_systems_nova
+   M /trunk/radius/dictionary.telebit
+   M /trunk/radius/dictionary.trapeze
+   M /trunk/radius/dictionary.unix
+   M /trunk/radius/dictionary.valemount
+   M /trunk/radius/dictionary.versanet
+   M /trunk/radius/dictionary.wispr
+   M /trunk/radius/dictionary.xedia
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 2: 
+Modified files w/o conflicts with current Wireshark radius dictionary files.
+
+------------------------------------------------------------------------
+r28997 | stig | 2009-07-07 11:22:23 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
+Removed flags_set_truth
 
 ------------------------------------------------------------------------
-r20655 | etxrab | 2007-01-31 14:35:08 -0800 (Wed, 31 Jan 2007) | 1 line
+r28998 | wmeier | 2009-07-07 12:40:17 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
+   M /trunk/radius/dictionary.cablelabs
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3a: cablelabs
+     dictionary.cablelabs from FreeRadius v 2.1.6 updated based upon:
+      PacketCable(TM) 1.5 Specification: Event Messages [PKT-SP-EM1.5-I03-070412]
+      PacketCable(TM) Specification: Multimedia Specification [PKT-SP-MM-I04-080522]
+     Also: Added additional comments and changes related to Wireshark use of this file.
 
-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
+r28999 | stig | 2009-07-07 13:40:28 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/plugins/unistim/Makefile.common
 
-Sync with the 0.99.5 release.
+Removed header_field.h
 
 ------------------------------------------------------------------------
-r20657 | etxrab | 2007-01-31 14:59:41 -0800 (Wed, 31 Jan 2007) | 1 line
+r29000 | wmeier | 2009-07-07 13:55:01 -0700 (Tue, 07 Jul 2009) | 7 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/radius/dictionary.microsoft
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3b: microsoft
+   FreeRadius v 2.1.6 dictionary.microsoft modified based upon
+     Wireshark commit SVN #17706.
+   Essentailly: Add "VALUES" for
+      ATTRIBUTE MS-MPPE-Encryption-Policy  and
+      ATTRIBUTE MS-MPPE-Encryption-Types.
 
-Extend the events valuestring with Bearer Modification Support Event.
 ------------------------------------------------------------------------
-r20658 | gerald | 2007-01-31 15:26:29 -0800 (Wed, 31 Jan 2007) | 15 lines
+r29001 | wmeier | 2009-07-07 15:14:25 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/to_str.c
-
-From Andrej Mikus: 
+   M /trunk/radius/dictionary.wimax
 
-  IMO, the function should return an error string instead of cowardly
-  bailing out with an empty string.
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3c: wimax
+   - As is from the FreeRadius release except added missing VENDOR-END
+   - Note: Attribute WiMAX-MN-hHA-MIP4-SPI [11] had a type of "octets"
+     in the previous Wireshark repository version of this file.
+     whereas this attribute in the FreeRadius version of tis file
+     has an attribute type of "integer".
 
-  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.
+------------------------------------------------------------------------
+r29002 | wmeier | 2009-07-07 15:20:56 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/radius/dictionary.wimax
 
-  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.
+radius: dictionary.wimax; Actually add the missing END-VENDOR statement
 
-Have the error string return a more descriptive clue.
+------------------------------------------------------------------------
+r29003 | etxrab | 2009-07-07 15:22:05 -0700 (Tue, 07 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dfilter/dfilter.c
 
+NULL is zero on all platforms we run on.
 ------------------------------------------------------------------------
-r20659 | gerald | 2007-01-31 17:15:07 -0800 (Wed, 31 Jan 2007) | 2 lines
+r29004 | wmeier | 2009-07-07 15:53:44 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile.nmake
+   M /trunk/radius/dictionary.nortel
 
-Let the user (e.g. one named "buildbot") specify the location of FOP.
+radius: dictionary.nortel: Update as per the 2009-07-01 FreeRadius reposistory commit
 
 ------------------------------------------------------------------------
-r20660 | sfisher | 2007-01-31 17:37:34 -0800 (Wed, 31 Jan 2007) | 7 lines
+r29005 | gerald | 2009-07-07 17:28:54 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/strutil.c
+   M /trunk/epan/dissectors/packet-glbp.c
 
+Fix several dissector assertions.
 
-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.
+------------------------------------------------------------------------
+r29006 | guy | 2009-07-07 17:57:01 -0700 (Tue, 07 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/doc/README.developer
 
+Recommend the expert mechanism, rather than DISSECTOR_ASSERT(), for
+checks that really check whether the packet is valid; DISSECTOR_ASSERT()
+should only be used for cases where the dissector is making an
+assumption about its internal state.
 
 ------------------------------------------------------------------------
-r20661 | sahlberg | 2007-02-01 00:36:35 -0800 (Thu, 01 Feb 2007) | 3 lines
+r29007 | jake | 2009-07-07 22:20:30 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/gui_utils.c
+   M /trunk/Makefile.am
+   A /trunk/debian/README.source
 
-dont ifdef out main_window_exit() if we dont have PCAP since this symbol is required even without pcap
+Add missing packaging file (according to Debian Policy Manual).
 
+------------------------------------------------------------------------
+r29008 | jake | 2009-07-07 22:22:47 -0700 (Tue, 07 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/debian/control
 
+Drop non-existing omniidl from wireshark-dev dependancy list.
 ------------------------------------------------------------------------
-r20662 | sahlberg | 2007-02-01 00:37:54 -0800 (Thu, 01 Feb 2007) | 4 lines
+r29009 | jake | 2009-07-07 22:24:55 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/file.c
+   M /trunk/debian/rules
 
-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)
+Drop obsolete --enable-gtk2 CFLAG
+Make fakeroot actually work by setting proper LD_LIBRARY_PATH
+------------------------------------------------------------------------
+r29010 | jake | 2009-07-07 23:07:21 -0700 (Tue, 07 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dtn.c
+   A /trunk/epan/dissectors/packet-dtn.h
 
+From Don Chirieleison:
+Within the attached diff file are two source files, packet-dtn.h and
+packet-dtn.c. Their function is to decode Bundle Protocol PDUs sent using the
+UDP or TCP Convergence Layers. These protocols have been released by the
+Internet Research Task Force and are described in RFC 4838 and RFC 5050.
+Detailed information on DTN can be obtained at www.dtnrg.org.
 
 ------------------------------------------------------------------------
-r20663 | sahlberg | 2007-02-01 00:38:54 -0800 (Thu, 01 Feb 2007) | 3 lines
+r29011 | guy | 2009-07-07 23:40:17 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/pcapio.c
-
-there is no point in pcapio unless we have PCAP available.
+   M /trunk/epan/dissectors/packet-dtn.c
 
+"uint" isn't a standard type, and isn't a type defined by GLib; use
+guint, as defined by GLib, instead.
 
 ------------------------------------------------------------------------
-r20664 | sahlberg | 2007-02-01 01:04:46 -0800 (Thu, 01 Feb 2007) | 3 lines
+r29012 | stig | 2009-07-08 00:48:13 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/tshark.c
-
-make tshark compile and work also when pcap is not available
+   M /trunk/epan/dissectors/packet-diffserv-mpls-common.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/x11-fields
 
+From Kovarththanan Rajaratnam:
+Duplicate name/blurb removal.
 
 ------------------------------------------------------------------------
-r20665 | morriss | 2007-02-01 01:55:52 -0800 (Thu, 01 Feb 2007) | 4 lines
+r29013 | etxrab | 2009-07-08 00:53:28 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
    M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-syslog.c
 
-From Abhik Sarkar: support for decoding SS7 MSUs embedded in a syslog message
-(as generated by the Cisco ITP packet logging facility).
+Add Darryl G. Champagne.
+------------------------------------------------------------------------
+r29014 | stig | 2009-07-08 01:00:55 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/oids.c
 
+From Kovarththanan Rajaratnam:
+Avoid duplicate blurb/name.
 
 ------------------------------------------------------------------------
-r20666 | sahlberg | 2007-02-01 02:10:15 -0800 (Thu, 01 Feb 2007) | 3 lines
+r29015 | stig | 2009-07-08 01:04:30 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
-
-logoncontrol2 response is a Win32 error code   not an nt status code
+   M /trunk/doc/README.developer
 
+From Kovarththanan Rajaratnam:
+Update to include the new constraints.
 
 ------------------------------------------------------------------------
-r20667 | martinm | 2007-02-01 04:28:35 -0800 (Thu, 01 Feb 2007) | 2 lines
+r29016 | stig | 2009-07-08 03:41:17 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/pcapio.c
+   M /trunk/epan/wslua/wslua_proto.c
 
-Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason it isn't defined when building this file.
+Default to NULL for description.
+Avoid duplicate name/blurb.
 
 ------------------------------------------------------------------------
-r20668 | martinm | 2007-02-01 04:34:28 -0800 (Thu, 01 Feb 2007) | 2 lines
+r29017 | stig | 2009-07-08 05:08:35 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/pcapio.c
+   M /trunk/packaging
+   M /trunk/packaging/macosx
+   M /trunk/packaging/macosx/ScriptExec
 
-OK, fix it properly by adding test after config.h has been included...
+Added some svn:ignore targets for OSX package build.
 
 ------------------------------------------------------------------------
-r20669 | gerald | 2007-02-01 10:35:14 -0800 (Thu, 01 Feb 2007) | 4 lines
+r29018 | wmeier | 2009-07-08 05:50:09 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/NEWS
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/Makefile.nmake
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-dtn.c
 
-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.
+Do defragment inits via registered init routine
+  instead of once-only in proto_reg_handoff;
+Also: localize handles to proto_reg_handoff;
+      Fix a typo;
 
 ------------------------------------------------------------------------
-r20672 | sahlberg | 2007-02-01 12:10:51 -0800 (Thu, 01 Feb 2007) | 3 lines
+r29019 | wmeier | 2009-07-08 06:10:00 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-use the correct offset to access the service action in PERSISTENT RESERVE IN
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
+Add references to two specifications 
 
 ------------------------------------------------------------------------
-r20674 | gerald | 2007-02-01 12:29:17 -0800 (Thu, 01 Feb 2007) | 2 lines
+r29020 | wmeier | 2009-07-08 06:38:59 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/radius/dictionary.alcatel
 
-Fix a ulink tag.
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3d: alcatel
+Use dictionary.alcatel as is from the FreeRadius release.
 
 ------------------------------------------------------------------------
-r20676 | gerald | 2007-02-01 12:31:59 -0800 (Thu, 01 Feb 2007) | 2 lines
+r29021 | rbalint | 2009-07-08 07:20:59 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/NEWS
+   M /trunk/epan/wslua/wslua_tvb.c
 
-Fix a link.
+Minor documentation fix
 
 ------------------------------------------------------------------------
-r20678 | etxrab | 2007-02-01 12:49:34 -0800 (Thu, 01 Feb 2007) | 1 line
+r29022 | etxrab | 2009-07-08 07:27:21 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/diameter/dictionary.xml
+   M /trunk/diameter/etsie2e4.xml
+   M /trunk/diameter/gqpolicy.xml
 
-Don't call subdissector for dynamic PT based on PT number if conversation info exists.
+From Magnus S?\195?\182rman:
+Correct AVP properties.
 ------------------------------------------------------------------------
-r20679 | sahlberg | 2007-02-01 12:56:36 -0800 (Thu, 01 Feb 2007) | 25 lines
+r29023 | jmayer | 2009-07-08 08:26:04 -0700 (Wed, 08 Jul 2009) | 3 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
-
-
-Ian Schorr <ian.schorr@gmail.com> 
-Wed, Jan 31, 2007 at 7:24 PM 
-To: wireshark-dev@wireshark.org 
+   M /trunk/epan/dissectors/packet-glbp.c
 
+Readd the feature to skip the unknown/faulty remainder
+of an IE and still display the next one(s).
 
-Hello,
+------------------------------------------------------------------------
+r29024 | jmayer | 2009-07-08 08:29:37 -0700 (Wed, 08 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
 
-Please consider for checkin the following new dissectors, for the FMP protocol.
+Currently, the expert code notifies if a packet is addressed
+to 224.0.0.x with a TTL>1. Some protocols (notably VRRP and GLBP)
+send out a TTL of 255 and thus cause a notice. That should be fixed,
+so for now: Add a FIXME about that.
 
-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. 
+------------------------------------------------------------------------
+r29025 | etxrab | 2009-07-08 09:16:13 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.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.
+We are only handling one row at a time(right?).
 
-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.
+Shouldn't the row_data_t structures col_text and col_filter just hold the number of columns (cfile.cinfo.num_cols) rather than [NUM_COL_FMTS] with an adittional col_fmt[] all beeing dynamically allocated?
+------------------------------------------------------------------------
+r29026 | wmeier | 2009-07-08 10:23:58 -0700 (Wed, 08 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/radius/dictionary.cisco.vpn3000
 
-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). 
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3e: cisco.vpn3000
+dictionary.cisco.vpn3000 from FreeRadius v 2.1.6 plus additions:
+ a. Values as defined in the previous Wireshark version of dictionary.cisco.vpn3000;
+ b. Attributes as defined in:
+http://www.cisco.com/en/US/docs/security/vpn3000/vpn3000_47/configuration/guide/ldapapp.html#wp1564468
+ Additions from the FreeRadius version marked with "## [wireshark]".
 
-Thanks,
-Ian Schorr
-EMC Corporation
+------------------------------------------------------------------------
+r29027 | jake | 2009-07-08 10:46:37 -0700 (Wed, 08 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dtn.c
 
+Address the size_t vs. gint issue.
 
 ------------------------------------------------------------------------
-r20680 | sfisher | 2007-02-01 16:32:33 -0800 (Thu, 01 Feb 2007) | 5 lines
+r29028 | etxrab | 2009-07-08 11:36:31 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/camel_counter.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/mac_lte_stat_dlg.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/t38_analysis.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
 
-Add more examples to eth.addr display filter examples, including the new 
-xxxx.xxxx.xxxx format recently introduced
+From Kovarththanan Rajaratnam:
+No letter-shortcuts in Telephony menu.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678
+------------------------------------------------------------------------
+r29029 | guy | 2009-07-08 12:19:06 -0700 (Wed, 08 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/tshark.c
 
+Clarify that "-w" specifies a *pcap-format* file to be written to.
 
 ------------------------------------------------------------------------
-r20681 | sfisher | 2007-02-01 17:09:41 -0800 (Thu, 01 Feb 2007) | 5 lines
+r29030 | wmeier | 2009-07-08 12:35:49 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/gtk/filter_dlg.c
+   M /trunk/radius/dictionary.aruba
 
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3f: aruba
+   - FreeRadius 2.1.6 dictionary.aruba plus additions:
+     See Wireshark Bug #3104 and SVN #26945.
+     See also: https://airheads.arubanetworks.com/vBulletin/showthread.php?t=910
 
-Assign the cancel button (so you can hit the escape key) on the capture/display
-filter dialog box
+------------------------------------------------------------------------
+r29031 | wmeier | 2009-07-08 13:29:06 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/radius/dictionary.ascend
 
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3g: ascend
+ FreeRadius 2.1.6 dictionary.ascend as is;
 
 ------------------------------------------------------------------------
-r20682 | sahlberg | 2007-02-02 00:47:43 -0800 (Fri, 02 Feb 2007) | 3 lines
+r29032 | wmeier | 2009-07-08 13:50:56 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-udp.c
-
-replace a rotating buffer for the udp header structure with ep allocated memory
+   M /trunk/radius/dictionary.freeradius
 
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3h: freeradius
+ FreeRadius 2.1.6 dictionary.freeradius as is;
 
 ------------------------------------------------------------------------
-r20683 | grahamb | 2007-02-02 02:21:43 -0800 (Fri, 02 Feb 2007) | 1 line
+r29033 | jake | 2009-07-08 14:04:53 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
 
-Corrected handling of udp messages, don't call tcp_dissect_pdus for udp fragments
+Remove hint of name resolution when it's not there.
 ------------------------------------------------------------------------
-r20684 | gerald | 2007-02-02 10:43:25 -0800 (Fri, 02 Feb 2007) | 2 lines
+r29034 | stig | 2009-07-09 02:28:05 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/image/wsiconinst.svg
-   A /trunk/image/wsiconinst256.png
+   M /trunk/gtk/main_statusbar.c
 
-Add an installer icon.
+Pop the welcome header when we are finished capture without updating packet
+list in real time, so we get back to the welcome screen when closing the file.
 
 ------------------------------------------------------------------------
-r20685 | gerald | 2007-02-02 10:45:23 -0800 (Fri, 02 Feb 2007) | 3 lines
+r29035 | stig | 2009-07-09 04:32:50 -0700 (Thu, 09 Jul 2009) | 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
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-icmp.c (from /trunk/epan/dissectors/packet-ip.c:29033)
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ip.h
 
-Add a Windows installer icon.  Remove the ARGB versions from the other
-Windows icons.
+Split packet-ip into packet-ip and packet-icmp.
+Some cleanup in handles and ett entries.
 
 ------------------------------------------------------------------------
-r20686 | gerald | 2007-02-02 12:07:58 -0800 (Fri, 02 Feb 2007) | 2 lines
+r29036 | wmeier | 2009-07-09 05:44:16 -0700 (Thu, 09 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/radius/dictionary.3gpp2
 
-Fix dist.
+ Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3i: 3gpp2
+   - FreeRadius 2.1.6 dictionary.3gpp2 plus additions based upon
+      the latest 3GPP2 specification:
+       "cdma2000 Wireless IP Network Standard: Accounting Services and 3GPP2 Radius VSAs
+        3GPP2 X.S0011-005-D
+        Version: 2.0
+        Version Date: November 2008"
+       http://www.3gpp2.org/public_html/Specs/X.S0011-005-D_v2.0_081103.pdf
 
 ------------------------------------------------------------------------
-r20687 | sfisher | 2007-02-02 14:06:20 -0800 (Fri, 02 Feb 2007) | 4 lines
+r29037 | etxrab | 2009-07-09 08:26:41 -0700 (Thu, 09 Jul 2009) | 1 line
 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
-
+   M /trunk/diameter/dictionary.xml
 
-Minor documentation updates.
+Update 3GPP AVP:s
+------------------------------------------------------------------------
+r29038 | wmeier | 2009-07-09 08:59:02 -0700 (Thu, 09 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/radius/dictionary.3gpp
 
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3j: 3gpp
+    FreeRadius 2.1.6 dictionary.3gpp plus additions based upon:
+       http://pda.etsi.org/exchangefolder/ts_129061v080300p.pdf
+        (ETSI TS 129 061 V8.3.0 (2009-06))
+    Also: Add values for RAT-Type; (packet-gtp custom AVP 3GPP VSA dissector
+          no longer required for  3GPP-RAT-Type).
 
 ------------------------------------------------------------------------
-r20688 | ulfl | 2007-02-02 18:01:25 -0800 (Fri, 02 Feb 2007) | 1 line
+r29039 | wmeier | 2009-07-09 09:02:34 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/Makefile.auto.am
+   M /trunk/epan/dissectors/packet-gtp.c
+
+packet-gtp: 3GPP AVP custom VSA dissection no longer required for 3GPP-RAT-Type attribute.
+            3GPP-RAT-Type values are now defined in the Radius dictionary.3gpp file.
 
-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
+r29040 | wmeier | 2009-07-09 13:10:39 -0700 (Thu, 09 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/docbook/Makefile.nmake
+   A /trunk/radius/dictionary.freeradius.internal
+
+Add FreeRadius v2.1.6 dictionary.freeradius.internal (for completeness).
+This file contains "Non Protocol Attributes used by FreeRADIUS".
+The "$inlude dictionary.freeradius.internal" line in 
+the Radius "dictionary" file is commented out and thus the 
+dictionary.freeradius.internal file is not 
+read by Wireshark as part of the Radius dictionary files load.
 
-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
+r29041 | wmeier | 2009-07-09 13:21:39 -0700 (Thu, 09 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/docbook/Makefile.nmake
+   M /trunk/radius/dictionary
+
+FreeRadius v2.1.6 "dictionary" file  with the following changes:
+   - enabled  include: dictionary.cisco.vpn3000
+   - disabled include: dictionary.vqp
+   - disabled include: dictionary.freeradius.internal
+   - added    include: dictionary.chillispot: as per 2009-06-11 commit
+                        in the FreeRadius repository.
+   - added: Comment re Wireshark usage of the integer data type.
+
 
-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
+r29042 | wmeier | 2009-07-09 13:28:46 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/README.txt
+   A /trunk/radius/README.radius_dictionary
 
-- 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
+README describing the Wireshark changes to the FreeRadius
+v2.1.6 dictionary files as of 2009-07-09.
 
-cleanup docbook related comments
 ------------------------------------------------------------------------
-r20693 | ulfl | 2007-02-02 23:54:18 -0800 (Fri, 02 Feb 2007) | 1 line
+r29043 | wmeier | 2009-07-09 13:31:22 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/Makefile.am
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Revised packaging for the Radius directory:
+include new Radius dictionary files & etc.
 
-fix HHC_DIR to work
 ------------------------------------------------------------------------
-r20694 | ulfl | 2007-02-03 00:01:16 -0800 (Sat, 03 Feb 2007) | 1 line
+r29044 | etxrab | 2009-07-09 13:44:28 -0700 (Thu, 09 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/docbook/README.txt
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-enip.h
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
 
-mention lynx, it's mandatory and needed to create plain text version of the release-notes (aka NEWS)
+From   Joakim Wiberg:
+Device Level Ring protocol addition.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3685
+
+With some minor changes (blurb NULL whem text equal).
 ------------------------------------------------------------------------
-r20695 | lego | 2007-02-03 06:25:02 -0800 (Sat, 03 Feb 2007) | 9 lines
+r29045 | wmeier | 2009-07-09 14:05:37 -0700 (Thu, 09 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-hpteam.c
 
+From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info column
 
 ------------------------------------------------------------------------
-r20696 | sahlberg | 2007-02-03 08:21:21 -0800 (Sat, 03 Feb 2007) | 3 lines
+r29046 | etxrab | 2009-07-09 14:18:59 -0700 (Thu, 09 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-updates to the LOG SELECT CDB decoding
+   M /trunk/diameter/dictionary.xml
 
+Fix cut-n-paste errors.
+------------------------------------------------------------------------
+r29047 | etxrab | 2009-07-09 14:43:57 -0700 (Thu, 09 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
 
+Reworked patch from   massimo: 
+SNMP cannot be decoded in case of appended data to message
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3684
 ------------------------------------------------------------------------
-r20697 | jake | 2007-02-03 09:27:57 -0800 (Sat, 03 Feb 2007) | 1 line
+r29048 | etxrab | 2009-07-09 22:40:02 -0700 (Thu, 09 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/docbook/custom_layer_pdf.xsl
+   M /trunk/epan/dissectors/packet-iec104.c
 
-Improve layout of listings and long URL's
+From Joan Ramio:
+IEC 60870-5-104 dissector decodes nothing
+(new_tvb reported length bug)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3650
 ------------------------------------------------------------------------
-r20698 | wmeier | 2007-02-03 11:33:32 -0800 (Sat, 03 Feb 2007) | 3 lines
+r29049 | stig | 2009-07-10 01:03:19 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-enip.c
 
-Quotes around HHC_DIR required so build doesn't fail;
-Will the buildbot "build docs" step work ? Let's see
+Header field cleanup.
 
 ------------------------------------------------------------------------
-r20699 | ulfl | 2007-02-03 11:37:59 -0800 (Sat, 03 Feb 2007) | 3 lines
+r29050 | stig | 2009-07-10 02:09:11 -0700 (Fri, 10 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-icmp.c
+
+Cleanup handling of ICMP type and code:
+- Use value_string to convert strings
+- Added more types and codes from IANA
 
-... no it won't, that's why I removed them ...
+Removed use of check_col()
+Check checksum also if no tree
+Some white space cleanup
 
-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
+r29051 | stig | 2009-07-10 02:12:13 -0700 (Fri, 10 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-ff.c
+
+Use correct length for "Version OD Calling".
+This fixes bug 3694.
 
-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
+r29052 | etxrab | 2009-07-10 02:40:11 -0700 (Fri, 10 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/diameter/dictionary.xml
 
-as discussed on the list:
-- GTK 2.10 is mainline now
-- WINPCAP_VERSION is just confusing without benefit, remove it
+More 3GPP updates.
 ------------------------------------------------------------------------
-r20702 | ulfl | 2007-02-03 12:57:24 -0800 (Sat, 03 Feb 2007) | 1 line
+r29053 | etxrab | 2009-07-10 05:26:39 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-gtp.c
 
-some minor cleanup
+Restore hf_gtp_ext_rat_type as it's used in decode_gtp_rat_type().
+Fix IMEI(SV) While we're at it.
 ------------------------------------------------------------------------
-r20703 | sahlberg | 2007-02-03 14:03:39 -0800 (Sat, 03 Feb 2007) | 3 lines
+r29054 | stig | 2009-07-10 05:48:48 -0700 (Fri, 10 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
 
-update the LOG SELECT dissector slightly and harmonize the hf fields so both LOG SELECT and LOG SENSE use the same variables
+Cleanup handling of ICMPv6 type and code (not complete):
+- Use value_string to convert strings
+- Added more types and codes from IANA
 
+Removed use of check_col()
+Some white space cleanup
 
 ------------------------------------------------------------------------
-r20704 | ulfl | 2007-02-03 17:33:48 -0800 (Sat, 03 Feb 2007) | 1 line
+r29055 | etxrab | 2009-07-10 08:15:14 -0700 (Fri, 10 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/epan/column_info.h
 
-quote HHC_DIR here too
+Fix a typo.
 ------------------------------------------------------------------------
-r20705 | lego | 2007-02-03 18:13:12 -0800 (Sat, 03 Feb 2007) | 14 lines
+r29056 | tuexen | 2009-07-10 13:00:54 -0700 (Fri, 10 Jul 2009) | 3 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.
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-gsm_abis_ip.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
+Add ip.access A-bis over IP dissector received from Harald Welte.
+Removed check_col() calls.
 
 ------------------------------------------------------------------------
-r20706 | lego | 2007-02-03 18:29:06 -0800 (Sat, 03 Feb 2007) | 2 lines
+r29057 | tuexen | 2009-07-10 13:03:25 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/uat.c
-   M /trunk/epan/uat_load.l
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-the quoted_string regexp in uat_load() fails badly on "...\\", workarround in uat_save() using \x5c and \x22 (hex for \ and ")
+Fix the two other nits reported by Jaap.
 
 ------------------------------------------------------------------------
-r20707 | lego | 2007-02-03 18:30:59 -0800 (Sat, 03 Feb 2007) | 3 lines
+r29058 | tuexen | 2009-07-10 13:07:57 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-
-UATify k12 configuration
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
+Fix last issue reported by Jaap.
 
 ------------------------------------------------------------------------
-r20708 | lego | 2007-02-03 21:19:02 -0800 (Sat, 03 Feb 2007) | 3 lines
+r29059 | wmeier | 2009-07-10 13:35:34 -0700 (Fri, 10 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-Move (Up/Down) & Save buttons
+Two minor changes: include emem.h not req'd; SUB_IPACCESS not used.
 
+------------------------------------------------------------------------
+r29060 | jake | 2009-07-10 14:54:29 -0700 (Fri, 10 Jul 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dcm.h
+   M /trunk/gtk/export_object_dicom.c
 
+From David Aggeler:
+ * - Fixed corrupt files on DICOM Export
+ * - Fixed memory limitation on DICOM Export
+ * - Removed minimum packet length for static port mode
+ * - Simplified checks for heuristic mode
+ * - Removed unused functions
 ------------------------------------------------------------------------
-r20709 | gal | 2007-02-04 04:00:25 -0800 (Sun, 04 Feb 2007) | 2 lines
+r29061 | gerald | 2009-07-10 16:39:23 -0700 (Fri, 10 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Small fix for incorrect column use when dissecting a BER file. 
+Don't use tvb_memcpy to fill in a struct. (Cue Jamie Hyneman saying
+"EVER!") Expand the entry/scope struct to include private enterprise
+numbers instead of casting guint32s to arbritrary chunks of memory.
+Limit the number of entries and scopes we allocate.  Don't allocate
+memory every time we see a new template.  Don't use a C++ keyword for
+variable names.
 
 ------------------------------------------------------------------------
-r20710 | gal | 2007-02-04 04:35:31 -0800 (Sun, 04 Feb 2007) | 2 lines
+r29062 | etxrab | 2009-07-11 01:38:41 -0700 (Sat, 11 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-   M /trunk/packaging/u3/win32/manifest.tmpl
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-Remove version from Launchpad name and include a default dfilter_macros to remove start-up warning.
+From Harald Welte:
+Add some more GSM A-bis IP message types.
+------------------------------------------------------------------------
+r29063 | etxrab | 2009-07-11 02:50:09 -0700 (Sat, 11 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pw-eth.c
+   M /trunk/gtk/decode_as_dlg.c
 
+From Artem Tamazov:
+Analyze->Decode as... menu item becomes unavailable in some situations.(Ethernet-PW)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3642
 ------------------------------------------------------------------------
-r20711 | gal | 2007-02-04 04:39:07 -0800 (Sun, 04 Feb 2007) | 3 lines
+r29064 | wmeier | 2009-07-11 08:36:18 -0700 (Sat, 11 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/gtk/u3.c
-   M /trunk/gtk/u3.h
+   M /trunk/epan/dissectors/packet-paltalk.c
 
-Augment get_gui_runtime_info() with additional information about the U3 device Wireshark is being run from.
+Fix use of "unaligned" memory references;
+Fixes Bug #3689.
+Also: fix IPV4 address comparisons which would be incorrect
+      on a big-endian machine.
 
+------------------------------------------------------------------------
+r29065 | etxrab | 2009-07-12 02:05:03 -0700 (Sun, 12 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Some small fixes from Jakub Zawadzki joined with my efforts
+to only store the used columns.
 ------------------------------------------------------------------------
-r20712 | lego | 2007-02-04 05:47:58 -0800 (Sun, 04 Feb 2007) | 2 lines
+r29066 | stig | 2009-07-12 03:19:13 -0700 (Sun, 12 Jul 2009) | 6 lines
 Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/frame_data.h
    M /trunk/epan/libwireshark.def
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet.h
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/print.c
 
-add uat_swap() to libwireshark.def
+From Kovarththanan Rajaratnam via bug 3702:
+This patch optimizes the data source name processing in add_new_data_source()
+by delaying it. We now simply store the constant string and lazily compute the
+name when needed. This gives a performance boost because we only need the name
+if we have multiple data sources.
 
 ------------------------------------------------------------------------
-r20713 | sfisher | 2007-02-04 11:16:24 -0800 (Sun, 04 Feb 2007) | 7 lines
+r29067 | wmeier | 2009-07-12 06:41:36 -0700 (Sun, 12 Jul 2009) | 3 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
-
-
-From Sebastien Tandel:
-
-    Execute permission should be changed [removed] on files 
-packet-fmp.[c,h] and packet-fmp_notify.[c,h].
+   M /trunk/epan/dissectors/packet-tipc.c
 
+Don't coerce a pointer to guint32 when pointing to a guint8.
+Using that pointer will fetch the guint8 plus who knows what....
 
 ------------------------------------------------------------------------
-r20714 | sfisher | 2007-02-04 11:23:10 -0800 (Sun, 04 Feb 2007) | 16 lines
+r29068 | wmeier | 2009-07-12 07:13:01 -0700 (Sun, 12 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/strutil.c
-
-
-From Sebastien Tandel:
-
-   Steve has modified a while ago hex_str_to_bytes to handle Cisco MAC
-format (xxxx.xxxx.xxxx). It did not test the nullity of the third and
-fourth byte (*r, *s) which is however done for the second byte. The test
-on the second byte is done as well in the following conditional tests.
-If this test is not mandatory thanks to the return value of isxdigit (at
-least on GNU/Linux and guess it should be the same on any platform), it
-would be better to follow the same logic in all tests cases for the
-comprehension of everyone (... which /could/ even, with luck, be turned
-in a faster code).
-Here is a light patch to follow the logic of the conditional tests done
-in the function.
+   M /trunk/epan/dissectors/packet-sctp.c
 
+Fix a typo
 
 ------------------------------------------------------------------------
-r20715 | wmeier | 2007-02-04 16:57:59 -0800 (Sun, 04 Feb 2007) | 2 lines
+r29069 | jake | 2009-07-12 08:03:05 -0700 (Sun, 12 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/test/suite-capture.sh
-
-Additoinal diagnostic info in output logs
+   M /trunk/epan/dissectors/packet-rtmpt.c
 
+From Nick Ford:
+Chunks handled individually rather than as complete messages which have
+the risk of being fragmented and unrecognizable.
+Added FLV data type.
+Allow simultaneous RTMP streams to be handled independently.
 ------------------------------------------------------------------------
-r20716 | lego | 2007-02-04 20:22:06 -0800 (Sun, 04 Feb 2007) | 3 lines
+r29070 | gerald | 2009-07-12 08:03:33 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/uat_gui.c
-
-Add a confirm dialog when the user closes the window with unsaved data.
-
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-07-12]
 ------------------------------------------------------------------------
-r20717 | lego | 2007-02-04 21:06:21 -0800 (Sun, 04 Feb 2007) | 4 lines
+r29073 | etxrab | 2009-07-12 09:34:20 -0700 (Sun, 12 Jul 2009) | 1 line
 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
-
-* Add a help facility for UATs
-* export help_topic_html()
-
+   M /trunk/gtk/packet_list_store.c
 
+Add a forgotten piece of code...
 ------------------------------------------------------------------------
-r20718 | sahlberg | 2007-02-05 01:39:36 -0800 (Mon, 05 Feb 2007) | 5 lines
+r29074 | etxrab | 2009-07-12 12:08:55 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add some infrastructure to enable us to dissect the content of LOG SENSE pages and parameters
-
-dissect the READ WARNING flag in the TAPE-ALERT log page as an example
-
+   M /trunk/epan/dissectors/packet-rtmpt.c
 
+Make iCommand a guint8.
 ------------------------------------------------------------------------
-r20719 | sahlberg | 2007-02-05 03:31:21 -0800 (Mon, 05 Feb 2007) | 3 lines
+r29075 | etxrab | 2009-07-12 12:38:55 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add the remaining TAPE ALERT log flags from ssc3r01c
-
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+Column index now corresponds to the column in the tree view.
 ------------------------------------------------------------------------
-r20720 | lego | 2007-02-05 08:26:48 -0800 (Mon, 05 Feb 2007) | 6 lines
+r29076 | sfisher | 2009-07-12 22:27:25 -0700 (Sun, 12 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/sminmpec.h
+   M /trunk/gtk/new_packet_list.c
 
-From  Boris Misenov
 
-sminmpec_values array is marked as just "export" instead of "WS_VAR_IMPORT" in
-epan/sminmpec.h. This prevents its using in Windows builds of plugins directly.
+Change the new packet list to use a cell data function for displaying
+values in each column's rows.  This is the first step in adding coloring
+rule support and other features.
 
 
 ------------------------------------------------------------------------
-r20721 | jmayer | 2007-02-05 12:01:31 -0800 (Mon, 05 Feb 2007) | 1 line
+r29077 | etxrab | 2009-07-13 01:35:30 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
 
-Don't read and write to a file at the same time
+APDU incorrectly dissected(BSSLAP Protocol Not Decoded In BSSMAP-LE Messages).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3711
 ------------------------------------------------------------------------
-r20722 | jake | 2007-02-05 13:42:41 -0800 (Mon, 05 Feb 2007) | 6 lines
+r29078 | martinm | 2009-07-13 03:55:53 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-udp.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-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.
+Remove calls to check_col(), and stop giving '{' a line of its own.
 
-Also set some items attribute to generated.
 ------------------------------------------------------------------------
-r20723 | ulfl | 2007-02-05 17:33:39 -0800 (Mon, 05 Feb 2007) | 6 lines
+r29079 | martinm | 2009-07-13 04:23:40 -0700 (Mon, 13 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-pdcp-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-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
+Remove calls to check_col().
 
-- 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
+r29080 | wmeier | 2009-07-13 07:29:13 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Clay Jones:
+   M /trunk/doc/tshark.pod
 
-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.
+Add additional indentation to -z <statistics> swction to improve readability.
+Various other minor reformatting and rewording.
 
 ------------------------------------------------------------------------
-r20726 | morriss | 2007-02-05 18:27:59 -0800 (Mon, 05 Feb 2007) | 12 lines
+r29081 | wmeier | 2009-07-13 07:54:47 -0700 (Mon, 13 Jul 2009) | 5 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
-
-From Eric Hall to fix bug 1289:
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1289
-
-Rename 'svnversion' to 'wireshark_svnversion' to resolve a symbol conflict with
-GTK 2.10.6 (hmm, shouldn't GTK not be exporting that symbol or at least naming
-it so as to prevent such collisions? Well, so should we, so...)
-
-From Andreas Fink: change #ifdef for size_t in airdcap_interop.h to fix
-compile on MacOS X.
+   M /trunk/doc/wireshark.pod
 
+Add additional indentation to -z <statistics> section to improve readability.
+Do some work on "Interface" section to have it match current Wireshark: 
+  additionas/changes to "Menu Items" sub-section.
+Various other minor reformatting and rewording.
 
 ------------------------------------------------------------------------
-r20727 | morriss | 2007-02-05 22:24:34 -0800 (Mon, 05 Feb 2007) | 1 line
+r29082 | etxrab | 2009-07-13 10:33:14 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/epan/dissectors/packet-hci_h4.c
 
-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
+From  Kovarththanan Rajaratnam:
+hci_h4: Optimize column/field handling
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3703
 ------------------------------------------------------------------------
-r20728 | etxrab | 2007-02-05 23:59:24 -0800 (Mon, 05 Feb 2007) | 1 line
+r29083 | etxrab | 2009-07-13 10:40:31 -0700 (Mon, 13 Jul 2009) | 3 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-smb2.c
 
-Fix a copy error.
+From Chris Costa:
+SMB2 Error Response doesn't decode properly.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3609
 ------------------------------------------------------------------------
-r20729 | sahlberg | 2007-02-06 13:19:17 -0800 (Tue, 06 Feb 2007) | 4 lines
+r29084 | guy | 2009-07-13 10:43:44 -0700 (Mon, 13 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-hci_h4.c
 
+Note what the "Unknown" value is.
 
 ------------------------------------------------------------------------
-r20730 | morriss | 2007-02-06 18:41:10 -0800 (Tue, 06 Feb 2007) | 7 lines
+r29085 | gerald | 2009-07-13 11:54:24 -0700 (Mon, 13 Jul 2009) | 2 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()
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-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.
+Squelch a couple of Valgrind warnings. This should fix bug 3700.
 
 ------------------------------------------------------------------------
-r20731 | ulfl | 2007-02-06 18:45:53 -0800 (Tue, 06 Feb 2007) | 1 line
+r29086 | gerald | 2009-07-13 13:12:53 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-giop.c
+
+Check to see if tvb_child_uncompress returns NULL. Fixes bug 3705.
 
-fix a comment typo
 ------------------------------------------------------------------------
-r20732 | ulfl | 2007-02-06 18:50:33 -0800 (Tue, 06 Feb 2007) | 1 line
+r29087 | jake | 2009-07-13 15:29:59 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/win32-file-dlg.c
+   M /trunk/epan/dissectors/packet-llc.c
 
-don't free ofn before the last place used
+Fix for bug 3710:
+Use the derived length of the control field i.s.o. assuming its size.
 ------------------------------------------------------------------------
-r20733 | lego | 2007-02-06 19:39:40 -0800 (Tue, 06 Feb 2007) | 3 lines
+r29088 | jake | 2009-07-13 15:46:32 -0700 (Mon, 13 Jul 2009) | 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
-
-Add ENUM and HEXBYTES modes
+   M /trunk/doc/tshark.pod
 
+From Reinhard Speyerer:
+The description of tshark -t dd is missing from tshark.pod.
 
 ------------------------------------------------------------------------
-r20734 | lego | 2007-02-07 05:45:28 -0800 (Wed, 07 Feb 2007) | 11 lines
+r29089 | guy | 2009-07-13 16:35:26 -0700 (Mon, 13 Jul 2009) | 6 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
-
-From: Gisle Vanem
-
-The file epan/dissectors/packet-k12.c uses the function
-strcasestr() which is not available on e.g. Windows. So I cooked
-up a patch to epan/strutil.c to add epan_strcasestr() (is there a more
-suited place for such a function?)
-
-
+   M /trunk/doc/tshark.pod
+   M /trunk/doc/wireshark.pod
 
+Fix one place where we didn't mention "-t dd".
 
+Put the description of the default time format after the description of
+all the time formats, i.e. say "the default is relative" after we say
+what "relative" is.
 
 ------------------------------------------------------------------------
-r20735 | lego | 2007-02-07 05:55:34 -0800 (Wed, 07 Feb 2007) | 3 lines
+r29090 | stig | 2009-07-14 02:33:54 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/uat_gui.c
-
-no gtk_window_set_resizable in GTK1
+   M /trunk/epan/dissectors/packet-smb2.c
 
+Header field cleanup.
 
 ------------------------------------------------------------------------
-r20736 | lego | 2007-02-07 06:54:35 -0800 (Wed, 07 Feb 2007) | 5 lines
+r29091 | etxrab | 2009-07-14 05:41:11 -0700 (Tue, 14 Jul 2009) | 1 line
 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.
+   M /trunk/gtk/packet_list_store.c
 
-* UATify SNMP Users
+Fix the sort routine.
+------------------------------------------------------------------------
+r29092 | martinm | 2009-07-14 06:08:23 -0700 (Tue, 14 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
+Add preference to control whether decode of CRC-error'd frames should be attempted.
 
 ------------------------------------------------------------------------
-r20737 | lego | 2007-02-07 08:08:19 -0800 (Wed, 07 Feb 2007) | 3 lines
+r29093 | etxrab | 2009-07-14 10:15:03 -0700 (Tue, 14 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/tools/lemon/lemon.c
+   M /trunk/wimaxasncp/dictionary.xml
 
-do not use an uninitialized rp->line to generate destructor code for rules without code.
+From  Rajasekhar Reddy Gali:
+"dictionary.xml file is very old..." - Update the Wimax .xml file
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3731
+------------------------------------------------------------------------
+r29094 | martinm | 2009-07-14 10:43:20 -0700 (Tue, 14 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
+Trivial formatting changes to RAR output.
 
 ------------------------------------------------------------------------
-r20738 | lego | 2007-02-07 10:51:44 -0800 (Wed, 07 Feb 2007) | 3 lines
+r29095 | gerald | 2009-07-14 12:13:14 -0700 (Tue, 14 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-ziop.c
 
-Oddly enough MSVC cannot compile this one.
+From Alvaro Vega Garcia via bug 3652:
 
+Patch with some improvements for packet ziop dissector following patch
+about MIOP dissector submitted by Kovarththanan Rajaratnam.
 
-------------------------------------------------------------------------
-r20739 | lego | 2007-02-07 10:56:07 -0800 (Wed, 07 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/uat.h
+From me:
 
-MSVC does not like mixed declarations and code
-* I'm checking in some still unuused work in progress
+Add a link to the protocol specification.  Don't tvb_memcpy over
+structs! Remove some more tvbuffs.  Don't call proto_item_add_subtree if
+we're not going to use the trees.  Call proto_tree_add_item instead of
+proto_tree_add_text Remove a bunch of unused ett_ variables and a few
+other now-unused variables.  Register the field array with the correct
+length.
 
 ------------------------------------------------------------------------
-r20740 | lego | 2007-02-07 12:45:14 -0800 (Wed, 07 Feb 2007) | 5 lines
+r29096 | etxrab | 2009-07-14 13:49:34 -0700 (Tue, 14 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-user_encap.c
-   M /trunk/epan/uat.c
-   M /trunk/epan/uat.h
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-v52.c
+   M /trunk/epan/dissectors/packet-v5ua.c
 
-UAT: filed definitions for proto (a dissector hanlde obtained by name)
+From     Vladimir Smrekar :
+v5.2-User Adaptation Layer and V5.2 Interface.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3732
 
-UATify user-DLTs
+Me:
+Removed check_col(), hf blurbs, removed global vars and regestering
+SCTP port in packet-v52.c.
+------------------------------------------------------------------------
+r29097 | wmeier | 2009-07-14 14:34:03 -0700 (Tue, 14 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-v52.c
 
+#include prefs.h not req'd; Also: remove unused #define
 
 ------------------------------------------------------------------------
-r20741 | ulfl | 2007-02-07 17:05:43 -0800 (Wed, 07 Feb 2007) | 1 line
+r29098 | gerald | 2009-07-14 16:09:59 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-afs.c
+
+Remove an unused define.
 
-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
+r29100 | stig | 2009-07-15 01:56:12 -0700 (Wed, 15 Jul 2009) | 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.
+   M /trunk/epan/proto.c
 
+From Kovarththanan Rajaratnam:
+Add "text" abbrev + tighten FT_FRAMENUM checks.
 
 ------------------------------------------------------------------------
-r20743 | guy | 2007-02-08 02:26:15 -0800 (Thu, 08 Feb 2007) | 6 lines
+r29103 | stig | 2009-07-15 12:33:48 -0700 (Wed, 15 Jul 2009) | 2 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).
+   M /trunk/epan/dissectors/packet-enip.c
 
-Fetch the reported length with an accessor.
+Indent some comments.
 
 ------------------------------------------------------------------------
-r20744 | jmayer | 2007-02-08 05:54:27 -0800 (Thu, 08 Feb 2007) | 367 lines
+r29104 | etxrab | 2009-07-15 13:55:31 -0700 (Wed, 15 Jul 2009) | 1 line
 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
+   M /trunk/Makefile.nmake
+   M /trunk/epan/crc/Makefile.nmake
+   M /trunk/epan/crypt/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/ftypes/Makefile.nmake
+   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/plugins/ethercat/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wsutil/Makefile.nmake
 
-Update from samba tree revision 20292 to 21237
-============================ Samba log start ============
+Add /MP flag to make use of multi cores.
 ------------------------------------------------------------------------
-r20298 | jelmer | 2006-12-21 02:51:35 +0100 (Thu, 21 Dec 2006) | 2 lines
+r29105 | guy | 2009-07-15 14:30:37 -0700 (Wed, 15 Jul 2009) | 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
+   M /trunk/epan/dissectors/packet-ziop.c
 
-Fix pidl tests (missing symlink..).
+Get rid of C++-style comment (and anglicize it).
 
 ------------------------------------------------------------------------
-r20299 | jelmer | 2006-12-21 03:48:46 +0100 (Thu, 21 Dec 2006) | 2 lines
+r29109 | gerald | 2009-07-15 15:51:01 -0700 (Wed, 15 Jul 2009) | 3 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
+   M /trunk/epan/dissectors/packet-v52.c
 
-Disable two new tests that are apparently broken.
+Make sure we advance our offset during a while loop. This should fix recent
+fuzz errors.
 
 ------------------------------------------------------------------------
-r20358 | metze | 2006-12-27 16:36:50 +0100 (Wed, 27 Dec 2006) | 6 lines
+r29111 | gerald | 2009-07-15 16:16:10 -0700 (Wed, 15 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-v52.c
 
-- 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...
+Add a modeline blurb. Minor indentation fix.
 
-metze
 ------------------------------------------------------------------------
-r20511 | jelmer | 2007-01-03 16:34:01 +0100 (Wed, 03 Jan 2007) | 2 lines
+r29114 | etxrab | 2009-07-16 01:27:18 -0700 (Thu, 16 Jul 2009) | 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.
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/crc/Makefile.nmake
+   M /trunk/epan/crypt/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/ftypes/Makefile.nmake
+   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wsutil/Makefile.nmake
 
+Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmake
+for MSVC variant 2008 only. As suggested by Bill Meier.
 ------------------------------------------------------------------------
-r20543 | jelmer | 2007-01-05 13:56:15 +0100 (Fri, 05 Jan 2007) | 5 lines
+r29115 | stig | 2009-07-16 03:45:14 -0700 (Thu, 16 Jul 2009) | 3 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
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
 
-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.
+From Kahou via bug 3739:
+New DLT value is added for Fibre Channel FC2.
 
 ------------------------------------------------------------------------
-r20545 | jelmer | 2007-01-05 15:25:21 +0100 (Fri, 05 Jan 2007) | 2 lines
+r29116 | morriss | 2009-07-16 05:39:50 -0700 (Thu, 16 Jul 2009) | 1 line
 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().
+   M /trunk/config.nmake
 
+/MP also works with 2008EE
 ------------------------------------------------------------------------
-r20547 | jelmer | 2007-01-05 15:55:26 +0100 (Fri, 05 Jan 2007) | 2 lines
+r29118 | gerald | 2009-07-16 10:00:58 -0700 (Thu, 16 Jul 2009) | 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
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
-Add tests for expected errors/warnings.
+Don't crash if we happen to load a bad MIB file.
 
 ------------------------------------------------------------------------
-r20548 | jelmer | 2007-01-05 16:03:21 +0100 (Fri, 05 Jan 2007) | 2 lines
+r29121 | jake | 2009-07-16 12:57:15 -0700 (Thu, 16 Jul 2009) | 11 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
+   M /trunk/epan/dissectors/packet-ipsec.c
 
-Remove unnecessary "use lib", fix warnings.
+From David Dahlberg:
+As for now, Wireshark supports only 96-bit (or 0-bit for NULL authentication)
+integrity control values (ICVs) for IPsec ESP. While the autentication field is
+of variable length, this may lead to situations where the whole packet is not
+parsable.
 
+To solve this, I added generic classes (not checked) for 128, 192 and 256 bit
+ICVs to the ESP dissector. I also split the HMAC-SHA-256 autentication
+algorithm to HMAC-SHA-256-128 (128 bit as defined in RFC 4868) and
+HMAC-SHA-256-96 (from the very first draft, nevertheless unpatched Linux and
+BSDs do it this way).
 ------------------------------------------------------------------------
-r20550 | jelmer | 2007-01-05 16:20:23 +0100 (Fri, 05 Jan 2007) | 3 lines
+r29122 | gerald | 2009-07-16 13:52:36 -0700 (Thu, 16 Jul 2009) | 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
+   M /trunk/epan/packet.c
 
-Use standard error mechanism in parser. 
-Make sure errors are reported correctly.
+Zero out the packet_info struct for each packet instead of trying to
+initialize everything by hand. Fixes a Valgrind warning.
 
 ------------------------------------------------------------------------
-r20556 | jelmer | 2007-01-05 18:18:22 +0100 (Fri, 05 Jan 2007) | 2 lines
+r29123 | gerald | 2009-07-16 14:03:39 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+   M /trunk/epan/dissectors/packet-rsvp.c
 
-Add more tests to make sure nothing breaks when I replace the ParseExpr code.
+Make sure some variables are initialized so that Valgrind quits
+complaining.  Use se_memdup to copy memory.
 
 ------------------------------------------------------------------------
-r20561 | jelmer | 2007-01-05 21:12:21 +0100 (Fri, 05 Jan 2007) | 2 lines
+r29124 | etxrab | 2009-07-16 14:09:18 -0700 (Thu, 16 Jul 2009) | 3 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.
+   M /trunk/epan/dissectors/packet-per.c
 
+From   Sean Yunjnz:
+Problem in packet-per.c for ASN.1 PER Encoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3733
 ------------------------------------------------------------------------
-r20562 | jelmer | 2007-01-05 21:13:48 +0100 (Fri, 05 Jan 2007) | 3 lines
+r29125 | etxrab | 2009-07-16 14:27:56 -0700 (Thu, 16 Jul 2009) | 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.
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
+From   Rajasekhar Reddy Gali:
+packet-wimaxasncp.c file need to update with latest wimax spec.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3730
 ------------------------------------------------------------------------
-r20563 | jelmer | 2007-01-05 21:18:33 +0100 (Fri, 05 Jan 2007) | 5 lines
+r29126 | gerald | 2009-07-16 14:35:54 -0700 (Thu, 16 Jul 2009) | 3 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).
+   M /trunk/epan/dissectors/packet-rsvp.c
 
-There are exactly 500 tests for pidl now :-)
+Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to an
+se_alloced struct.
 
 ------------------------------------------------------------------------
-r20564 | jelmer | 2007-01-05 21:23:48 +0100 (Fri, 05 Jan 2007) | 2 lines
+r29127 | gerald | 2009-07-16 15:24:31 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Expr.pm
+   M /trunk/epan/dissectors/packet-nfs.c
 
-Regenerate.
+Initialize a variable and remove a check_col.
 
 ------------------------------------------------------------------------
-r20567 | jelmer | 2007-01-05 21:52:12 +0100 (Fri, 05 Jan 2007) | 2 lines
+r29128 | gerald | 2009-07-16 15:25:06 -0700 (Thu, 16 Jul 2009) | 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
+   M /trunk/epan/reassemble.c
 
-Print proper errors with filename and line numbers in ParseExpr()
+Check for an overflow. This should hopefully fix bug 3672.
 
 ------------------------------------------------------------------------
-r20571 | jelmer | 2007-01-05 22:26:28 +0100 (Fri, 05 Jan 2007) | 1 line
+r29129 | jake | 2009-07-16 23:49:58 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/tests/util.pl
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-telnet.c
+   A /trunk/epan/dissectors/packet-tn3270.c
+   A /trunk/epan/dissectors/packet-tn3270.h
 
-fix '' case
+From Robert Hogan:
+I'm working on a tn3270 dissector. 
+See: http://roberthogan.net/stuff/tn3270-dissector/
 ------------------------------------------------------------------------
-r20573 | metze | 2007-01-05 22:36:57 +0100 (Fri, 05 Jan 2007) | 3 lines
+r29130 | etxrab | 2009-07-17 01:24:06 -0700 (Fri, 17 Jul 2009) | 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
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/to_str.c
 
-metze
+From   Kovarththanan Rajaratnam:
+Optimize column fill path.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3701
 ------------------------------------------------------------------------
-r20625 | jelmer | 2007-01-09 07:02:41 +0100 (Tue, 09 Jan 2007) | 2 lines
+r29131 | etxrab | 2009-07-17 06:42:46 -0700 (Fri, 17 Jul 2009) | 1 line
 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.
+   M /trunk/gtk/packet_list_store.c
 
+make it possible to retreive the record with packet_list_get_value().
 ------------------------------------------------------------------------
-r20631 | jelmer | 2007-01-09 16:50:36 +0100 (Tue, 09 Jan 2007) | 2 lines
+r29132 | wmeier | 2009-07-17 07:25:56 -0700 (Fri, 17 Jul 2009) | 3 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
+   M /trunk/epan/dissectors/packet-tn3270.c
 
-Add some tests for the ndr parser.
+Minor changes: Move protocol_register & etc to end; 
+Use find_dissector instead of create_dissector_handle.
 
 ------------------------------------------------------------------------
-r20633 | jelmer | 2007-01-09 16:54:36 +0100 (Tue, 09 Jan 2007) | 2 lines
+r29133 | gerald | 2009-07-17 08:59:24 -0700 (Fri, 17 Jul 2009) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
+   M /trunk/epan/to_str.c
 
-Add another test, fix warnings.
+Fix an ep buffer overrun introduced in r29130.
 
 ------------------------------------------------------------------------
-r20637 | jelmer | 2007-01-10 00:41:25 +0100 (Wed, 10 Jan 2007) | 3 lines
+r29134 | wmeier | 2009-07-17 12:41:34 -0700 (Fri, 17 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-tn3270.c
 
-Don't check for NULL pointers when the pointer is guaranteed to not be NULL 
-(if it is a ref pointer).
+From Robert Hogan: "no need to register tn3270 for 'decode-as'".
 
 ------------------------------------------------------------------------
-r20638 | jelmer | 2007-01-10 01:37:30 +0100 (Wed, 10 Jan 2007) | 3 lines
+r29135 | gerald | 2009-07-17 15:59:59 -0700 (Fri, 17 Jul 2009) | 2 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
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/main_airpcap_toolbar.c
 
-Check for NULL pointers (where possible) in print functions. Fixes #4218, 
-but without reintroducing coverity warnings. 
+Set the extension channel correctly. Fixup whitespace.
 
 ------------------------------------------------------------------------
-r20675 | jelmer | 2007-01-11 03:10:01 +0100 (Thu, 11 Jan 2007) | 2 lines
+r29137 | stig | 2009-07-18 13:10:14 -0700 (Sat, 18 Jul 2009) | 8 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/MANIFEST
-   M /branches/SAMBA_4_0/source/pidl/Makefile.PL
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/epan/wspython/wspy_proto.c
+   M /trunk/plugins/mate/mate_runtime.c
 
-Fix installation.
+From Kovarththanan Rajaratnam via bug 3719:
+This patch optimizes proto_tree_prime_hfid() + friends and
+plugs a memleak in the process.
+
+From me:
+Removed unused hfindex in proto_tree_new_item()
+Fixed ref_count entry in struct header_field_info.
 
 ------------------------------------------------------------------------
-r20688 | jelmer | 2007-01-11 23:47:29 +0100 (Thu, 11 Jan 2007) | 1 line
+r29138 | gerald | 2009-07-19 08:03:36 -0700 (Sun, 19 Jul 2009) | 1 line
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/pidl
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Use argv[0] equivalent of perl.
+[Automatic manuf and enterprise-numbers update for 2009-07-19]
 ------------------------------------------------------------------------
-r20746 | jelmer | 2007-01-14 02:33:16 +0100 (Sun, 14 Jan 2007) | 3 lines
+r29142 | sfisher | 2009-07-19 23:21:35 -0700 (Sun, 19 Jul 2009) | 8 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)
+   M /trunk/color_filters.c
+   M /trunk/file.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+
+Introduce packet list coloring for the NEW_PACKET_LIST.  One caveat: when
+enabling/disabling the coloring of the packet list from the menus, the user
+has to drag the mouse cursor over each displayed row to take away/add the
+coloring.  Dragging the scroll bar up or down will also take care of this as
+only the displayed rows are colored.
 
-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
+r29143 | etxrab | 2009-07-20 02:06:47 -0700 (Mon, 20 Jul 2009) | 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
+   M /trunk/gtk/new_packet_list.c
 
-merge mgmt work
+Avoid a crash if no color filter exists (SCTP trace).
 ------------------------------------------------------------------------
-r20834 | jelmer | 2007-01-16 16:51:37 +0100 (Tue, 16 Jan 2007) | 1 line
+r29144 | etxrab | 2009-07-20 04:33:02 -0700 (Mon, 20 Jul 2009) | 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
+   M /trunk/gtk/new_packet_list.c
 
-No longer generate extra pointers for top-level [out] unique pointers.
+Redraw the list when color filters are enabled/disabled.
 ------------------------------------------------------------------------
-r20836 | jelmer | 2007-01-16 18:45:33 +0100 (Tue, 16 Jan 2007) | 1 line
+r29145 | stig | 2009-07-20 04:42:28 -0700 (Mon, 20 Jul 2009) | 8 lines
 Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /trunk/gtk/prefs_column.c
 
-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
+Changed to use "Field type" instead of "Format", to be more descriptive.
+Moved "Filed name" fields below "Field type", to improve the layout.
+Always show the "Field name" fields, disable when field type is not custom.
+Remember field name even when changing field type, so the user can change his
+mind without losing the data entered.
+Some small adjustments to "Add" and "Remove" buttons.
+Added some tooltips.
 
-Prefix all server calls with dcesrv_
 ------------------------------------------------------------------------
-r20942 | jelmer | 2007-01-22 01:04:59 +0100 (Mon, 22 Jan 2007) | 1 line
+r29146 | stig | 2009-07-20 05:40:55 -0700 (Mon, 20 Jul 2009) | 5 lines
 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
+   M /trunk/epan/to_str.c
 
-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
+From Jakub Zawadzki via bug 3701:
+Fix regressions in r29130 and r29133
+In r29130 formating for DSECS was changed. (old: %01d now: %02d)
+In r29133 adding sign was removed (old: buf[0] = '-' now: buf[0] = '\0')
 
-Allow pidl tests to work with gcov
 ------------------------------------------------------------------------
-r21075 | jelmer | 2007-01-31 12:54:01 +0100 (Wed, 31 Jan 2007) | 1 line
+r29147 | etxrab | 2009-07-20 09:09:50 -0700 (Mon, 20 Jul 2009) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Generate parameters in structs for the server side Samba 3 code. The current code in Samba 3 is already generated using this pidl patch.
+Implement new_packet_list_find_row_from_data()
+Goto frame should work now.
 ------------------------------------------------------------------------
-r21222 | jelmer | 2007-02-07 20:03:19 +0100 (Wed, 07 Feb 2007) | 8 lines
+r29149 | etxrab | 2009-07-20 23:02:12 -0700 (Mon, 20 Jul 2009) | 3 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.
+   M /trunk/epan/dissectors/packet-e212.c
 
+From Gerasimos Dimitriadis:
+Enhancement to E.212 MCC/MNC decoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3759
 ------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
-------------------------------------------------------------------------
-r20745 | gal | 2007-02-08 09:09:15 -0800 (Thu, 08 Feb 2007) | 5 lines
+r29150 | etxrab | 2009-07-20 23:08:45 -0700 (Mon, 20 Jul 2009) | 3 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
-
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
+From Benjamin Meyer:
+Profinet dissector does not decode all defined error codes.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3753
 ------------------------------------------------------------------------
-r20746 | gal | 2007-02-08 09:12:38 -0800 (Thu, 08 Feb 2007) | 7 lines
+r29151 | etxrab | 2009-07-20 23:20:47 -0700 (Mon, 20 Jul 2009) | 14 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
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-This patch adds some expert info in CDT when:
-- Unable to get compressed content
-- Unable to uncompress content
+From  Herbert Lischka:
+Added some new features to BACnet dissection:
+- ListOfObjectPropertyReferences in scheduler
+- RestartReason
+- Properties for loop-object
+- LogDeviceObjectProperty in trend-log object
+- log-buffer entries in trend-log object
 
-http://www.wireshark.org/lists/wireshark-dev/200702/msg00356.html
+- reassemby of fragmented messages
+- fallback changed if iconv-library is not here
 
+Me: Moved includes from .h to .c as thats how we normaly do it.
 
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3736
 ------------------------------------------------------------------------
-r20747 | gal | 2007-02-08 09:15:45 -0800 (Thu, 08 Feb 2007) | 7 lines
+r29152 | guy | 2009-07-21 00:28:47 -0700 (Tue, 21 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/epan/dissectors/packet-bacapp.c
 
-This patch adds some expert info in P_Mul when:
-- Checksum failure
-- Missing sequence numbers
+Don't use tvb_length_remaining() - that just reports how much captured
+data is available, not how big the packet really is.
 
-http://www.wireshark.org/lists/wireshark-dev/200702/msg00357.html
+Clean up white space.
 
+Get rid of an unused parameter and two unused variables.
 
 ------------------------------------------------------------------------
-r20748 | gal | 2007-02-08 09:17:36 -0800 (Thu, 08 Feb 2007) | 10 lines
+r29153 | guy | 2009-07-21 00:44:04 -0700 (Tue, 21 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-bacapp.c
 
+Fix typo.
 
 ------------------------------------------------------------------------
-r20749 | lego | 2007-02-08 09:35:03 -0800 (Thu, 08 Feb 2007) | 9 lines
+r29154 | martinm | 2009-07-21 00:59:16 -0700 (Tue, 21 Jul 2009) | 10 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
+   M /trunk/epan/dissectors/packet-bacapp.c
 
-From: Kriang Lerdsuwanakij
+Stop using the C++ 'true' and 'false'.
 
-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).
+I still get a compilation error...
 
+packet-bacapp.c: In function `dissect_bacapp':
+packet-bacapp.c:6350: warning: 'bacapp_invoke_id' might be used uninitialized in this function
+
+... although I've followed the paths (including the setting of 'segment'), and it looks bogus to me.
 
 
 ------------------------------------------------------------------------
-r20750 | ulfl | 2007-02-08 10:25:45 -0800 (Thu, 08 Feb 2007) | 3 lines
+r29155 | stig | 2009-07-21 01:07:40 -0700 (Tue, 21 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-bacapp.c
 
-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.
+Initialize bacapp_invoke_id to avoid a compiler warning.
 
-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
+r29156 | etxrab | 2009-07-21 01:35:24 -0700 (Tue, 21 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/libwireshark.def
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-various major enhancements to the PROFINET-IO dissector (including some new TLV blocks)
+size_t -> int to make the Win64 build bot happy.
 ------------------------------------------------------------------------
-r20752 | guy | 2007-02-08 13:55:57 -0800 (Thu, 08 Feb 2007) | 2 lines
+r29157 | guy | 2009-07-21 01:53:39 -0700 (Tue, 21 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-Add dissect_nt_64bit_time to the list of exported routines.
+GLib documentation says the 3rd and 5th arguments to g_iconv are "gsize
+*"s.
 
 ------------------------------------------------------------------------
-r20753 | lego | 2007-02-08 19:11:14 -0800 (Thu, 08 Feb 2007) | 7 lines
+r29158 | guy | 2009-07-21 02:05:16 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-   M /trunk/epan/dissectors/packet-user_encap.c
-   M /trunk/epan/libwireshark.def
-   M /trunk/gtk/Makefile.common
-   D /trunk/gtk/macros_dlg.c
-   D /trunk/gtk/macros_dlg.h
-   M /trunk/gtk/main.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/uat_gui.c
-   M /trunk/gtk/uat_gui.h
-   M /trunk/stat_menu.h
-
-
-* Add a Submenu (/Views/User Tables) where UATs can be accessed.
-* Remove macros_dlg, the DFMacros UAT goes in the menu with all the rest
-* in packet-user_encap.c WTAP_ENCAP=XXX has become useless information for the user leave just the DLT#
-
+   M /trunk/epan/dissectors/packet-bacapp.c
 
+More gsizery.
 
 ------------------------------------------------------------------------
-r20754 | martinm | 2007-02-09 03:24:59 -0800 (Fri, 09 Feb 2007) | 2 lines
+r29159 | stig | 2009-07-21 09:48:16 -0700 (Tue, 21 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
 
-Fix build (at least for me) by removing macros_dlg.h
+From didier gautheron via bug 3762:
+This patch removes col_expr in frame_data structure,
+it can be recomputed when needed.
 
 ------------------------------------------------------------------------
-r20755 | jake | 2007-02-09 06:43:24 -0800 (Fri, 09 Feb 2007) | 2 lines
+r29160 | stig | 2009-07-21 15:09:31 -0700 (Tue, 21 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/plugins/irda/packet-ircomm.c
-
-Source code cleanup.
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-------------------------------------------------------------------------
-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
+Cummulative number of packets lost is a signed 24 bits value.
+This fixes bug 3763.
 
-Add support for SCTP reassembly from Robin Seggelmann.
-You must enable this feature via Edit/Preferences/Protocols/SCTP
+Cleanup some proto_tree_add_uint() -> proto_tree_add_item().
 
 ------------------------------------------------------------------------
-r20757 | tuexen | 2007-02-09 09:47:39 -0800 (Fri, 09 Feb 2007) | 2 lines
+r29161 | stig | 2009-07-21 15:23:34 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-Formatting.
+Another try to fix the compiler warnings on win64.
 
 ------------------------------------------------------------------------
-r20758 | sahlberg | 2007-02-09 13:03:41 -0800 (Fri, 09 Feb 2007) | 8 lines
+r29162 | sfisher | 2009-07-21 22:02:24 -0700 (Tue, 21 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-use se_alloc() instead of g_malloc() to allocate storage for the key to the hash table.
-this allows us to use g_hash_table_new() instead of g_hash_table_new_full() and thus make it compileable under gtk1.2
-
+   M /trunk/epan/column-utils.c
 
-this should probably be completely converted into se_tree's and se_alloc to completely remove the hashtable altogether
 
+Change some g_malloc() calls to g_new() to make the code easier to read.
 
 
 ------------------------------------------------------------------------
-r20759 | tuexen | 2007-02-09 13:05:43 -0800 (Fri, 09 Feb 2007) | 5 lines
+r29163 | etxrab | 2009-07-21 23:00:53 -0700 (Tue, 21 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sctp_stat_dlg.c
-
-A fix from Irene Ruengeler to keep assocs selected when
-setting/applying filters.
-Remove some warnings.
+   M /trunk/file.c
 
+Minor indentation fixes.
+------------------------------------------------------------------------
+r29164 | etxrab | 2009-07-22 01:09:22 -0700 (Wed, 22 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/frame_data.c
+   M /trunk/epan/frame_data.h
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+From Jakub Zawadzki:
+This patch is cut&paste code from gtk/main_packet_list.c:packet_list_compare()
+to new function frame_data_compare()
++ it make use of new function inside packet_list_compare() and
+packet_list_compare_records()
 ------------------------------------------------------------------------
-r20760 | tuexen | 2007-02-09 15:14:15 -0800 (Fri, 09 Feb 2007) | 2 lines
+r29165 | etxrab | 2009-07-22 01:11:50 -0700 (Wed, 22 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/libwireshark.def
 
-Fix whitespaces.
+Take 2:
+From Jakub Zawadzki:
+This patch is cut&paste code from gtk/main_packet_list.c:packet_list_compare()
+to new function frame_data_compare()
++ it make use of new function inside packet_list_compare() and
+packet_list_compare_records()
+------------------------------------------------------------------------
+r29166 | etxrab | 2009-07-22 01:54:38 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+From Jakub Zawadzki:
+This patch makes row coloring alike GtkCList version
+ (remove white space between cells/columns)
 ------------------------------------------------------------------------
-r20761 | tuexen | 2007-02-09 15:29:57 -0800 (Fri, 09 Feb 2007) | 2 lines
+r29167 | martinm | 2009-07-22 06:21:15 -0700 (Wed, 22 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-Provide a correct argument to g_hash_table_foreach_remove.
+Improve/expand checks on reserved bit values.
 
 ------------------------------------------------------------------------
-r20762 | gerald | 2007-02-09 17:13:05 -0800 (Fri, 09 Feb 2007) | 3 lines
+r29168 | etxrab | 2009-07-22 08:23:08 -0700 (Wed, 22 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Windows named pipe support, which was disabled several months ago,
-is now inexplicably working, so enable it.
+From Jakub Zawadzki:
+This patch fix return value in new_packet_list_find_row_from_data when !select
 
+From Me: Change back the cell coloring and remove the horizontal-separator making the colorinjg look the same as in the old packet list.
 ------------------------------------------------------------------------
-r20763 | ulfl | 2007-02-10 00:03:47 -0800 (Sat, 10 Feb 2007) | 1 line
+r29169 | etxrab | 2009-07-22 10:35:28 -0700 (Wed, 22 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-add a lot more TLV block decodes, some code cleanup, ...
+From kovarththanan Rajaratnam:
+Pass column_info as a pointer (new packet list).
 ------------------------------------------------------------------------
-r20764 | ulfl | 2007-02-10 02:28:59 -0800 (Sat, 10 Feb 2007) | 1 line
+r29170 | etxrab | 2009-07-22 14:33:47 -0700 (Wed, 22 Jul 2009) | 1 line
 Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
    M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-udp.c
 
-add STATUS_STACK_OVERFLOW to the possible Win32 exception codes - unfortunately, this exception seems to corrupt the stack at least in a way that the TRY / CATCH pair later causes an access violation ...
+Get rid of check_col() in some of the more frequently used dissectors.
 ------------------------------------------------------------------------
-r20765 | sahlberg | 2007-02-10 11:56:41 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29171 | gerald | 2009-07-22 16:59:15 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-
-prettify READ6 and dissect the flags bits properly instead of using a proto_tree_add_text()
+   M /trunk/capinfos.c
+   M /trunk/editcap.c
+   M /trunk/make-version.pl
+   M /trunk/mergecap.c
+   M /trunk/text2pcap.c
+   M /trunk/version_info.c
 
+Use "svn info" to fetch the version by default. Fetch the repository path as
+well. Add the repository path to the version strings.
 
 ------------------------------------------------------------------------
-r20766 | sahlberg | 2007-02-10 12:06:01 -0800 (Sat, 10 Feb 2007) | 2 lines
+r29172 | etxrab | 2009-07-22 22:32:31 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-
-add dissewction of the SSC READ16 cdb
+   M /trunk/asn1/rrc/rrc.cnf
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-rrc.h
 
+From Neil Piercy:
+Another missing RRC dissector chaining link.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3769
 ------------------------------------------------------------------------
-r20767 | sahlberg | 2007-02-10 12:13:03 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29173 | etxrab | 2009-07-22 22:38:34 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-
-add dissection of SSC READREVERSE16 cdb
-
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
+From Steve Karg:
+BACnet Action property not decoded correctly.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3766
 ------------------------------------------------------------------------
-r20768 | sahlberg | 2007-02-10 12:23:38 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29174 | etxrab | 2009-07-22 22:48:39 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-
-add dissection of SSC VERIFY16 cdb
-
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/proto.c
+   M /trunk/tshark.c
 
+From Kovarththanan Rajaratnam:
+Precompile custom columns filters.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3767
 ------------------------------------------------------------------------
-r20769 | sahlberg | 2007-02-10 12:31:01 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29175 | etxrab | 2009-07-23 00:57:32 -0700 (Thu, 23 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-
-add dissection of the WRITE16 and the WRITEFILEMARKS16 cdbs
-
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
 
+Try to get the #includes right.
 ------------------------------------------------------------------------
-r20770 | sahlberg | 2007-02-10 12:38:59 -0800 (Sat, 10 Feb 2007) | 4 lines
+r29176 | etxrab | 2009-07-23 01:53:13 -0700 (Thu, 23 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-   M /trunk/epan/dissectors/packet-scsi-ssc.h
-
-change all SSC2 into SSC to indicate this is an SSC dissector and not specific to SSC v2
-
-
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dfilter/dfilter.h
 
+Try to get the #includes right - take 2.
 ------------------------------------------------------------------------
-r20771 | sahlberg | 2007-02-10 12:55:37 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29177 | etxrab | 2009-07-23 01:56:09 -0700 (Thu, 23 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-
-add dissection of the SSC READREVERSE6 cdb
-
+   M /trunk/epan/dissectors/packet-radiotap.c
 
+- Ambiguous value for radiotap datarate.
+The value given to proto_tree_add_uint_format() was not divided by 2.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3747
+- remove check_col()
+- Indentation changes.
 ------------------------------------------------------------------------
-r20772 | sahlberg | 2007-02-10 13:26:38 -0800 (Sat, 10 Feb 2007) | 4 lines
+r29178 | guy | 2009-07-23 02:32:58 -0700 (Thu, 23 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-add dissection of VERIFY6 cdb 
-dissect SPACE6/16 code field using a value_string
+Don't divide the data rate by 2 - that loses information (yes, I have a
+trace with at least one packet transmitted at 5.5 Mb/s).
 
+Clean up indentation.
 
 ------------------------------------------------------------------------
-r20773 | sahlberg | 2007-02-10 13:39:40 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29179 | martinm | 2009-07-23 04:19:05 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-
-add dissection of the RECOVER BUFFERED DATA cdb
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dfilter/dfilter.h
 
+From Kovarththanan Rajaratnam: avoid circular dependency.
 
 ------------------------------------------------------------------------
-r20774 | sahlberg | 2007-02-10 13:48:12 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29180 | wmeier | 2009-07-23 10:46:09 -0700 (Thu, 23 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-
-add dissection of REPORTDENSITYSUPPORT cdb
+   M /trunk/epan/dissectors/packet-2dparityfec.c
+   M /trunk/epan/dissectors/packet-bjnp.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-memcache.c
+   M /trunk/epan/dissectors/packet-nat-pmp.c
+   M /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/epan/dissectors/packet-packetlogger.c
+   M /trunk/epan/dissectors/packet-ppi.c
 
+Set editor modelines to be consistent between emacs and vi/ex;
+Indentation and whitespace cleanup;
 
 ------------------------------------------------------------------------
-r20775 | sahlberg | 2007-02-10 13:53:09 -0800 (Sat, 10 Feb 2007) | 2 lines
+r29181 | guy | 2009-07-23 11:36:25 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
+   M /trunk/epan/dissectors/packet-dnp.c
 
-update the REWIND cdb dissector
+Saved by removing the bell.
 
 ------------------------------------------------------------------------
-r20776 | sahlberg | 2007-02-10 14:01:27 -0800 (Sat, 10 Feb 2007) | 6 lines
+r29182 | etxrab | 2009-07-23 13:36:16 -0700 (Thu, 23 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-
-add dissection of SSC SETCAPACITY cdb
-
-the SSC dissector should be in fairly good shape now   modulo some missing
-dissectors for a few data in/out buffers that someone that needs them can easily add
-
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
+From Gerasimos Dimitriadis:
+Minor enhancement to LAI decoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3770
 ------------------------------------------------------------------------
-r20777 | sahlberg | 2007-02-10 16:09:46 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29183 | wmeier | 2009-07-23 13:52:54 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-smc.c
-   M /trunk/epan/dissectors/packet-scsi-smc.h
-
-add the name for two missing SMC cdbs
+   M /trunk/capture_wpcap_packet.c
 
+Fix emacs editor modeline to be a 'safe" value.
 
 ------------------------------------------------------------------------
-r20778 | sahlberg | 2007-02-10 16:20:37 -0800 (Sat, 10 Feb 2007) | 4 lines
+r29184 | wmeier | 2009-07-23 13:53:44 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-smc.c
-   M /trunk/epan/dissectors/packet-scsi-smc.h
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-   M /trunk/epan/dissectors/packet-scsi.c
-
-dont encode a specific revision of the standard in the symbol names
+   M /trunk/epan/crypt/airpdcap.c
 
-change all symbols from smc2 to smc
+Fix some whitespace ....
 
 ------------------------------------------------------------------------
-r20779 | sahlberg | 2007-02-10 16:45:15 -0800 (Sat, 10 Feb 2007) | 6 lines
+r29185 | wmeier | 2009-07-23 14:25:02 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-mmc.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-   M /trunk/epan/dissectors/packet-scsi-smc.c
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-remove the revision number from the spc symbols
-
-change all spc2 and spc3 to spc
-
+   M /trunk/epan/dissectors/packet-atalk.c
 
+Use consistent indentation ...
 
 ------------------------------------------------------------------------
-r20780 | sahlberg | 2007-02-10 17:32:53 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29186 | etxrab | 2009-07-24 01:10:33 -0700 (Fri, 24 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-smc.c
-
-add dissection of SMC EXCHANGE MEDIUM cdb
-
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
+When using the new packet list select the first packet when the file read is complete. This should take care of the crash when closing WS.
 ------------------------------------------------------------------------
-r20781 | sahlberg | 2007-02-10 17:50:16 -0800 (Sat, 10 Feb 2007) | 5 lines
+r29187 | etxrab | 2009-07-24 06:50:57 -0700 (Fri, 24 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-smc.c
-
-add dissection of the two SMC cdbs
-INITIALIZE ELEMENT STATUS
-INITIALIZE ELEMENT STATUS WITH RANGE
-
+   M /trunk/cfile.h
+   M /trunk/file.c
 
+Use g_slice if glib >=2.10
 ------------------------------------------------------------------------
-r20782 | sahlberg | 2007-02-10 17:59:53 -0800 (Sat, 10 Feb 2007) | 3 lines
+r29188 | etxrab | 2009-07-24 14:25:21 -0700 (Fri, 24 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-smc.c
-
-update the SMC MOVEMEDIUM cdb dissector
-
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+From Kovarththanan Rajaratnam:
+New packet list: enable packet history
+Me: Add a comment.
 ------------------------------------------------------------------------
-r20783 | sfisher | 2007-02-10 19:36:04 -0800 (Sat, 10 Feb 2007) | 8 lines
+r29189 | sfisher | 2009-07-24 20:23:37 -0700 (Fri, 24 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
 
-From Joe McEachern:
-
-Attached is a wireshark patch that adds support for decoding DHCP option 125
-and the DHCP option 125 suboptions defined by the DSL Forum's TR-111
-specification.
+Update my e-mail address with a reference to the AUTHORS file
 
 
 ------------------------------------------------------------------------
-r20784 | ulfl | 2007-02-10 19:45:21 -0800 (Sat, 10 Feb 2007) | 1 line
+r29190 | etxrab | 2009-07-25 00:50:53 -0700 (Sat, 25 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/file.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-remove a g_warning left over from debugging
+From Kovarththanan Rajaratnam:
+New packet list: enable goto first/last packet (Optimized)
 ------------------------------------------------------------------------
-r20785 | ulfl | 2007-02-10 20:12:07 -0800 (Sat, 10 Feb 2007) | 1 line
+r29191 | etxrab | 2009-07-25 02:45:35 -0700 (Sat, 25 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/gtk/goto_dlg.c
+   M /trunk/gtk/goto_dlg.h
+   M /trunk/gtk/main_packet_list.h
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-remove some warnings
+From Kovarththanan Rajaratnam:
+packet_goto_next_previous_frame
 ------------------------------------------------------------------------
-r20786 | sfisher | 2007-02-10 22:44:18 -0800 (Sat, 10 Feb 2007) | 4 lines
+r29192 | etxrab | 2009-07-25 03:40:10 -0700 (Sat, 25 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-
-Remove unused variable
-
+   M /trunk/ui_util.h
 
+From Kovarththanan Rajaratnam:
+Include needed header (unbreak OSX buildbot)
 ------------------------------------------------------------------------
-r20787 | ulfl | 2007-02-11 00:38:49 -0800 (Sun, 11 Feb 2007) | 15 lines
+r29193 | sfisher | 2009-07-25 13:13:46 -0700 (Sat, 25 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/docbook/Makefile.common
-   D /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png
-   M /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png
-   M /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
-from Douglas Pratley:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
-Based on comments from Ulf (http://www.wireshark.org/lists/wireshark-dev/200701/msg02802.html), have revised menu structure and labels for copying items, and updated the documentation to match.
 
-(a) All copying now under one sub-menu in each of packet list and details panes
-(b) Revised names for copy items, now the same for both panes
-(c) Export Selected Packet Bytes item now in pop-up menu for packet list and details panes
-(d) Removed Copy and Export from packet bytes pane; this leaves no items in the pop-up menu.
+Remove two unused variables and mark a function paramter as unused
 
-This last is because the functionality in the bytes pane was odd and inconsistent
-- right-clicking would often change the selection in unexpected ways
-- the export worked on the selected bytes, the copy on the whole packet
-- the documentation did not reflect the functionality correctly (at least for Copy / Text Only).
 
 ------------------------------------------------------------------------
-r20788 | lego | 2007-02-11 08:09:21 -0800 (Sun, 11 Feb 2007) | 5 lines
+r29194 | guy | 2009-07-25 17:32:22 -0700 (Sat, 25 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/uat-int.h
-   M /trunk/epan/uat.c
-   M /trunk/gtk/uat_gui.c
-
-Have Aply, Cancel and OK buttons instead of the save and ok button.
-Have these buttons reloading the capture file if needed.
-Some rearrangement of the window (the editor is still missing "ornaments" and tooltips)
+   M /trunk/wiretap/wtap.h
 
+Note that libpcap fails if it tries to read a file with a snapshot
+length > 65535, so we shouldn't use a larger value.
 
 ------------------------------------------------------------------------
-r20789 | ulfl | 2007-02-11 21:05:57 -0800 (Sun, 11 Feb 2007) | 1 line
+r29195 | etxrab | 2009-07-26 03:34:07 -0700 (Sun, 26 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+   M /trunk/ui_util.h
 
-add link to PSML specification
+From Kovarththanan Rajaratnam:
+Only clear packet list store if we need to redissect.
 ------------------------------------------------------------------------
-r20790 | ulfl | 2007-02-11 21:08:33 -0800 (Sun, 11 Feb 2007) | 1 line
+r29196 | gerald | 2009-07-26 08:03:27 -0700 (Sun, 26 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-ooops, and here comes the actual context menu code change from Douglas Pratley ... already mentioned in SVN 20787
+[Automatic manuf and enterprise-numbers update for 2009-07-26]
 ------------------------------------------------------------------------
-r20791 | ulfl | 2007-02-11 21:10:52 -0800 (Sun, 11 Feb 2007) | 3 lines
+r29199 | etxrab | 2009-07-26 15:11:46 -0700 (Sun, 26 Jul 2009) | 11 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/config.nmake
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-delimit each CSV output with "
+From Kovarththanan Rajaratnam:
+- Don't issue a row_inserted signal. Rely on our caller to have  
+disconnected the model from the view.
 
-(this should be combined into a generic function as this CSV encapsulation functionality is implemented several times)
+-  Removing col_fmt from row_data. It wasn't being used. If we need to store
+the column format in the future that should probably be placed in the
+PacketList instead of the PacketListRecord
+2) Remove double allocation of col_text. Now we allocate it in
+new_packet_list_append() and pass it on to packet_list_append_record()
+3) Use se_alloc instead of se_alloc0 because we explictly set all the
+parameters we use.
 ------------------------------------------------------------------------
-r20792 | etxrab | 2007-02-12 00:12:32 -0800 (Mon, 12 Feb 2007) | 1 line
+r29200 | etxrab | 2009-07-26 15:16:36 -0700 (Sun, 26 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/new_packet_list.c
 
-Add uat_clear and uat_load.
+"Create" the time cols when we render them making change of time format fast.
 ------------------------------------------------------------------------
-r20793 | etxrab | 2007-02-12 00:13:56 -0800 (Mon, 12 Feb 2007) | 1 line
+r29201 | etxrab | 2009-07-26 15:18:11 -0700 (Sun, 26 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/config.nmake
 
-Fix Bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1365 Authentication Quintuplet decoding fails.
+Revert change by mistake.
 ------------------------------------------------------------------------
-r20794 | sahlberg | 2007-02-12 02:30:10 -0800 (Mon, 12 Feb 2007) | 3 lines
+r29202 | etxrab | 2009-07-26 20:34:57 -0700 (Sun, 26 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-smc.c
-
-add dissection of SMC OPEN/CLOSE IMPORT/EXPORT ELEMENT cdb
-
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+From Kovarththanan Rajaratnam:
+Use frame_data values .
 ------------------------------------------------------------------------
-r20795 | ulfl | 2007-02-12 11:01:20 -0800 (Mon, 12 Feb 2007) | 3 lines
+r29203 | etxrab | 2009-07-27 01:33:26 -0700 (Mon, 27 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/tshark.c
 
-add remaining TLV blocks (complete now?)
-add a lot of missing index values
-fix some minor bugs
+From Kovarththanan Rajaratnam:
+Only fill in frame_data vals when needed.
 ------------------------------------------------------------------------
-r20796 | lego | 2007-02-12 11:55:54 -0800 (Mon, 12 Feb 2007) | 4 lines
+r29204 | etxrab | 2009-07-27 06:08:17 -0700 (Mon, 27 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-
-From Albert Chin:
-Gnutls can be located in a different place than the other libs.
-
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
 
+From Gerasimos Dimitriadis:
+Decoding support for 4 DTAP IEs.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3777
 ------------------------------------------------------------------------
-r20797 | lego | 2007-02-12 11:57:41 -0800 (Mon, 12 Feb 2007) | 3 lines
+r29205 | wmeier | 2009-07-27 06:59:53 -0700 (Mon, 27 Jul 2009) | 2 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. 
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
 
+reassemble.h: update two comments; reassemble.c: correct a typo.
 
 ------------------------------------------------------------------------
-r20798 | sahlberg | 2007-02-12 12:11:42 -0800 (Mon, 12 Feb 2007) | 4 lines
+r29206 | wmeier | 2009-07-27 07:45:25 -0700 (Mon, 27 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
-
-use g_string_append() instead of g_string_append_printf()
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
 
-we dont have g_string_append_printf() in gtk 1 
+Move proto_reg_handoff to the end ...
 
 ------------------------------------------------------------------------
-r20799 | sahlberg | 2007-02-12 12:26:52 -0800 (Mon, 12 Feb 2007) | 3 lines
+r29207 | etxrab | 2009-07-27 07:47:12 -0700 (Mon, 27 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-smc.c
+   M /trunk/epan/dissectors/packet-v52.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
+From Vladimir Smrekar:
 
-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
+Change, that fix infinite loop for dissections of elements:
+- Pulse notification
+- Line Information
+- PSTN FSM state
+- Autonomous signalling sequence
+- Sequence response
+- Performance grading
+- Rejection cp cause
 
-Display 2 octet length field correctly.
+Me prefix hf vars with hf_v52_
 ------------------------------------------------------------------------
-r20802 | sfisher | 2007-02-12 18:06:04 -0800 (Mon, 12 Feb 2007) | 4 lines
+r29208 | wmeier | 2009-07-27 14:59:01 -0700 (Mon, 27 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/doc/README.tapping
-
-
-Minor cleanup - spelling fixes, formatting
+   M /trunk/epan/dissectors/packet-ndmp.c
 
+Improve defragmentation:
+1. Prevent tcpencap (ipsec-tcp) from incorrectly dissecting NDMP PDU fragments;
+    (Essentially: register NDMP as the dissector for the conversation);
+   Allows correct NDMP fragment reassembly whether or not the 
+    TCP "Try heuristic sub-dissectors first" preference is enabled.
+   Fixes Bug #3755 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3755)
+2. Use a registered init routine to init the fragment and reassembled tables 
+   each time a complete capture dissection is (re)started.
+   Fixes a crash.
+3. Don't register on TCP port 10000 since the tcpencap dissector needs to own this
+   port. (The NDMP dissector is a heuristic dissector).
+4. Strengthen the heuristic checking slightly.
+5. Other minor changes.
 
 ------------------------------------------------------------------------
-r20803 | grahamb | 2007-02-13 02:30:00 -0800 (Tue, 13 Feb 2007) | 1 line
+r29209 | wmeier | 2009-07-27 16:16:29 -0700 (Mon, 27 Jul 2009) | 2 lines
 Changed paths:
    M /trunk/AUTHORS
 
-Added Chris Bontje for his work on the DNP3 dissector committed in r14794 and 20651
+Add Chris Costa to AUTHORS
+
 ------------------------------------------------------------------------
-r20804 | sfisher | 2007-02-13 12:57:22 -0800 (Tue, 13 Feb 2007) | 10 lines
+r29210 | sahlberg | 2009-07-28 00:18:05 -0700 (Tue, 28 Jul 2009) | 9 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
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/ldap/packet-ldap-template.h
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
 
+From: Matthieu Patou <mat+Informatique.Samba@matws.net>
+Date: Mon, 27 Jul 2009 08:55:55 +0000 (+0200)
+Subject: patch_ldap_260709
 
-From Sebastien Tandel:
+Add a few additional LDAP OIDs
+and increase the maximum SASL blob size to be 1M instead of 256kb
 
-Create two new files (ws_strsplit.[ch]) that use GTK2 code to override
-the buggy g_strsplit() function when compiling for GTK1.  Include this
-work-around function (ws_strsplit) in libwireshark.def.  Add notes on usage
-to README.developer.  Include epan/ws_strsplit.h in all files that use
-g_strsplit().
 
 
 ------------------------------------------------------------------------
-r20805 | sfisher | 2007-02-13 16:39:48 -0800 (Tue, 13 Feb 2007) | 11 lines
+r29211 | etxrab | 2009-07-28 02:26:18 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/proto.c
    M /trunk/epan/proto.h
 
-
-From Sebastien Tandel:
-
-    Here is an updated patch for proto_tree_add_item and the
-range_string structure. The new macro RVALS() can be used as the macro
-VALS() in the declaration of your hf_register_info with another
-structure (range_string).  Be aware that you *have to* ORed the value of
-the field display with BASE_RANGE_STRING constant and it can 'only' be
-used with FT_(U)INT* types in a header_field_info.
-
-
+Whitespace change.
 ------------------------------------------------------------------------
-r20806 | sfisher | 2007-02-13 17:16:19 -0800 (Tue, 13 Feb 2007) | 5 lines
+r29212 | etxrab | 2009-07-28 03:53:57 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-ospf.c
-
-
-Changes to the ansi_map and ospf dissectors to use new RVAL() (range string)
-feature.
-
+   M /trunk/file.h
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
+Fix setting of new time format.
 ------------------------------------------------------------------------
-r20807 | kukosa | 2007-02-14 00:08:44 -0800 (Wed, 14 Feb 2007) | 1 line
+r29213 | sahlberg | 2009-07-28 06:01:41 -0700 (Tue, 28 Jul 2009) | 15 lines
 Changed paths:
-   M /trunk/asn1/h225/H323-MESSAGES.asn
-   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/asn1/spnego/packet-spnego-template.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-spnego.c
 
-H.225.0 updated to 05/2006, Amendment 1 01/2007
-------------------------------------------------------------------------
-r20808 | sahlberg | 2007-02-14 03:49:01 -0800 (Wed, 14 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+When we passed the crytobuffer to krb5_c_decrypt() we never actually 
+verified that we did have enough data in the buffer/tvb, which could 
+lead to a SEGV.
+(for example if we enable KRB5 decryption but we do NOT use TCP 
+reassembly, and the encrypted data goes beyong the end of the current 
+segment)
 
-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
 
+Change the signature to decrypt_krb5_data() to take a TVB instead of a 
+buffer+length.
+Actually check that we do have the entire encrypted PDU before calling 
+out to the kerberos libraries.
 
-------------------------------------------------------------------------
-r20809 | jmayer | 2007-02-14 05:22:55 -0800 (Wed, 14 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-ipsec-tcp.c
-   M /trunk/epan/dissectors/packet-udp.c
 
-Dissect the Cisco proprietary encapsulation of IPSEC/ISAKMP
-in TCP (incomplete).
-Add preference to select the tcp port (default: 10000)
 
 ------------------------------------------------------------------------
-r20810 | jmayer | 2007-02-14 05:23:47 -0800 (Wed, 14 Feb 2007) | 3 lines
+r29214 | sahlberg | 2009-07-28 06:38:46 -0700 (Tue, 28 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook
-
-Add some files to svn:ignore
-Sort files alphabetically
-
-------------------------------------------------------------------------
-r20811 | jmayer | 2007-02-14 05:25:08 -0800 (Wed, 14 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/doc/wireshark.pod
+   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/Compat.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
+   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/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Client.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.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.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
+   M /trunk/tools/pidl/pidl
+   M /trunk/tools/pidl/tests/Util.pm
+   M /trunk/tools/pidl/tests/header.pl
+   M /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
+   M /trunk/tools/pidl/tests/ndr_compat.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
+   M /trunk/tools/pidl/tests/samba-ndr.pl
+   M /trunk/tools/pidl/tests/samba3-cli.pl
+   M /trunk/tools/pidl/tests/typelist.pl
+   M /trunk/tools/pidl/tests/wireshark-conf.pl
+
+update pidl to the newest version from samba
 
-Version 0.10.12 was still Ethereal, not Wireshark
 
 ------------------------------------------------------------------------
-r20812 | martinm | 2007-02-14 07:41:43 -0800 (Wed, 14 Feb 2007) | 6 lines
+r29215 | sahlberg | 2009-07-28 06:39:42 -0700 (Tue, 28 Jul 2009) | 3 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
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
 
-Change fp_info struct to be more general by removing DCT2000-specific field.
+regenerate SAMR using the new version of pidl
 
-Also:
-- Fix a division-by-zero error in FP dissector
-- Correct the way DCT2000 IPPrim addresses and ports are dissected and displayed
 
 ------------------------------------------------------------------------
-r20813 | lego | 2007-02-14 11:21:37 -0800 (Wed, 14 Feb 2007) | 11 lines
+r29216 | sahlberg | 2009-07-28 06:50:22 -0700 (Tue, 28 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/uat_gui.c
-
-From Peter Johansson:
-
-I have provided a patch for a crash that occurs in uat_gui.c if from the
-"Edit preferences..." button when you choose Protocols -> DLT_USER ->
-the "Edit..." button -> the "New" button -> the "Cancel" button.
-The crash happens because dd gets freed prior to traversing its internal
-structure, hence I moved the call to g_free for dd beneath the traversal
-of the dd internals.
+   A /trunk/epan/dissectors/pidl/frstrans.cnf
+   A /trunk/epan/dissectors/pidl/frstrans.idl
 
+From Stefan Metzmacher :
+Add IDL file for FRSTRANS
 
 
 ------------------------------------------------------------------------
-r20814 | gerald | 2007-02-14 14:03:39 -0800 (Wed, 14 Feb 2007) | 2 lines
+r29217 | sahlberg | 2009-07-28 06:53:10 -0700 (Tue, 28 Jul 2009) | 4 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
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dcerpc-frstrans.c
+   A /trunk/epan/dissectors/packet-dcerpc-frstrans.h
+
+From Stefan Metzmacher
+add generated FRSTRANS dissectors and add them to the build
 
-Try to fix a naming conflict on Windows.
 
 ------------------------------------------------------------------------
-r20815 | jmayer | 2007-02-15 00:40:18 -0800 (Thu, 15 Feb 2007) | 2 lines
+r29218 | etxrab | 2009-07-28 07:07:15 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec-tcp.c
-
-Guess the meaning of some trailer bytes
+   M /trunk/gtk/menus.c
 
+Fix setting of timestamp_precision.
 ------------------------------------------------------------------------
-r20816 | sahlberg | 2007-02-15 01:33:12 -0800 (Thu, 15 Feb 2007) | 6 lines
+r29219 | sahlberg | 2009-07-28 07:11:08 -0700 (Tue, 28 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
-   M /trunk/epan/dissectors/pidl/winreg.idl
-
-using the latest SVN of PIDL it is now possible to compile the corrected WINREG.IDL where QueryInfoKey responses are parsed correctly.
+   M /trunk/epan/dissectors/packet-dcerpc-frstrans.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/pidl/samr.idl
 
-(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)
+update samr.idl and remove a keyword we no longer support in pidl
 
+regenerate samr and frstrans with the new version of pidl
 
 
 ------------------------------------------------------------------------
-r20817 | gerald | 2007-02-15 10:35:30 -0800 (Thu, 15 Feb 2007) | 3 lines
+r29220 | etxrab | 2009-07-28 09:20:05 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-According to David Young, IEEE80211_RADIOTAP_FCS was never officially
-assigned.
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
 
+Set reftime without recreating the packet list.
 ------------------------------------------------------------------------
-r20818 | ulfl | 2007-02-15 12:48:39 -0800 (Thu, 15 Feb 2007) | 3 lines
+r29221 | gerald | 2009-07-28 10:27:59 -0700 (Tue, 28 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/proto_dlg.c
+   M /trunk/test/config.sh
 
-bugfix: call set_proto_selection() before actually writing the selections to disk. Otherwise the changes won't be written to disk correctly (when pressing the OK button).
+Update the adapter name check to match the buildbot.
 
-Interestingly, no complains were heard about this before ...
 ------------------------------------------------------------------------
-r20819 | lego | 2007-02-15 13:50:32 -0800 (Thu, 15 Feb 2007) | 4 lines
+r29222 | etxrab | 2009-07-28 11:29:15 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-
-change of AUTHOR address upon request
-
+   M /trunk/file.c
 
+Pacify the build bot.
+------------------------------------------------------------------------
+r29223 | etxrab | 2009-07-28 13:46:23 -0700 (Tue, 28 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/ui_util.h
 
+From Kovarththanan Rajaratnam:
+Enable popup menu in packet list view.
 ------------------------------------------------------------------------
-r20820 | etxrab | 2007-02-15 22:38:59 -0800 (Thu, 15 Feb 2007) | 1 line
+r29224 | wmeier | 2009-07-28 13:56:36 -0700 (Tue, 28 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/gtk/recent.c
+
+Clarify (slightly) some comments;
+Add a comment as to what looks like incorrect code.
 
-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
+r29225 | etxrab | 2009-07-28 15:18:19 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
-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.
+Make mark frame work.
 ------------------------------------------------------------------------
-r20822 | martinm | 2007-02-16 05:47:49 -0800 (Fri, 16 Feb 2007) | 3 lines
+r29226 | jake | 2009-07-29 00:10:02 -0700 (Wed, 29 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-dns.c
 
-Make RFC2198 pt preference work (wasn't calling
-proto_reg_handoff_rtp when prefs changed).
+From Ivan Sy:
+Support for DLV RR (RFC 4431) and SHA-256 Digest for DS RR (RFC 4509).
 
 ------------------------------------------------------------------------
-r20823 | etxrab | 2007-02-16 13:02:19 -0800 (Fri, 16 Feb 2007) | 3 lines
+r29227 | kukosa | 2009-07-29 02:13:03 -0700 (Wed, 29 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-gtp.c
-
-From Florent Drouin:
+   M /trunk/epan/dissectors/packet-sip.c
 
-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.
+Support for IPv6 addresses in URI
 ------------------------------------------------------------------------
-r20824 | sahlberg | 2007-02-16 13:04:45 -0800 (Fri, 16 Feb 2007) | 6 lines
+r29228 | sahlberg | 2009-07-29 03:01:14 -0700 (Wed, 29 Jul 2009) | 18 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/crypt/Makefile.common
+   M /trunk/epan/crypt/airpdcap_ccmp.c
+   M /trunk/epan/crypt/airpdcap_rijndael.c
+   M /trunk/epan/crypt/airpdcap_rijndael.h
+   A /trunk/epan/crypt/crypt-aes.c
+   A /trunk/epan/crypt/crypt-aes.h
 
-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)
+Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 
+its own crypt-aes.
 
-this resolves some issues where the decode is ok  but the hexpane shows corrupted memory where the decrypted blob should be.
+change the integer types to glib style integers
 
 
+this may/will be helpful if/when we implement our own version of 
+kerberos 
+aes decryption of dcerpc since the existing libraries can not (yet) 
+handle when header signing is used.
+
+we should implement our own decryption of this for cfx+aes just as we 
+did for classic+arcfour
 
-------------------------------------------------------------------------
-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
+r29229 | sahlberg | 2009-07-29 03:28:10 -0700 (Wed, 29 Jul 2009) | 8 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.
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
 
+update the idl to correctly dissect the read eventlog w flags as a 
+bitmap and not as a uint32
 
+this addresses bug 3691 (that was already manually addressed by hand 
+in the generated dissector)
 
-------------------------------------------------------------------------
-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
+r29230 | sahlberg | 2009-07-29 03:41:24 -0700 (Wed, 29 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/ldap/ldap.cnf
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
 
-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
+Fixup the correct names of the parameters for OpenEventLogW
 
 
 ------------------------------------------------------------------------
-r20831 | gal | 2007-02-17 03:10:02 -0800 (Sat, 17 Feb 2007) | 8 lines
+r29231 | sahlberg | 2009-07-29 03:59:31 -0700 (Wed, 29 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
 
-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
+start describing ReportEventW in the IDL and make use of the "bitmap" 
+for EventTypes.
 
-http://www.wireshark.org/lists/wireshark-dev/200702/msg00482.html
+This addresses also bug 3552 with the until now unusued code.
 
 
-------------------------------------------------------------------------
-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
+The eventlog dissector is very incomplete.
+While the protocol specification is available now, what is lacking is 
+example capture files to test with when implementing more of the IDL 
+definitions.
 
-fix an error added lately
-------------------------------------------------------------------------
-r20833 | gal | 2007-02-17 03:16:52 -0800 (Sat, 17 Feb 2007) | 6 lines
-Changed paths:
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/epan/dissectors/packet-spnego.c
 
-This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. 
-This is purely empirical as I can find no standard that says it should be there.
-However successful LDAP/SASL/GSSAPI between AD and Java client shows it seems to be present.
-If the confounder is not dissected, the LDAPMessage to fail to be decoded.
 
 
 ------------------------------------------------------------------------
-r20834 | gal | 2007-02-17 06:23:09 -0800 (Sat, 17 Feb 2007) | 8 lines
+r29232 | sahlberg | 2009-07-29 04:29:53 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-From X.690 8.6.2.3 
-"If the bitstring is empty, there shall be no subsequent octets, and the initial octet shall be zero." 
-
-The BER dissector marked empty bitstrings as "Padding", but they are now marked as "Empty". 
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-zbee-aps.c
+   M /trunk/epan/dissectors/packet-zbee-aps.h
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   A /trunk/epan/dissectors/packet-zbee-zcl.c
+   A /trunk/epan/dissectors/packet-zbee-zcl.h
+   M /trunk/epan/dissectors/packet-zbee-zdp.c
+   M /trunk/epan/dissectors/packet-zbee.h
 
-http://www.wireshark.org/lists/wireshark-dev/200702/msg00574.html
+zigbee cluster dissector,
+modified from entry in bug 3765 so it compiles cleanly
 
 
 ------------------------------------------------------------------------
-r20835 | etxrab | 2007-02-17 12:04:10 -0800 (Sat, 17 Feb 2007) | 5 lines
+r29233 | stig | 2009-07-29 08:31:25 -0700 (Wed, 29 Jul 2009) | 2 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
+   M /trunk/gtk/new_packet_list.c
 
-From Florent Drouin:
+Mark an unused argument.
 
-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
+r29234 | jake | 2009-07-29 11:26:55 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-
-From Mike Duigou:
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-Adds support for dissecting the new version 2 binary wire format messages.
+From Neil Piercy:
+The Cert Authority hashes in the IKEv2 Cert Request are not dissected properly:
+the display offset is not correctly moved on, so the same info is displayed for
+all Cert Authority fields.
+------------------------------------------------------------------------
+r29235 | guy | 2009-07-29 12:39:17 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
 
+Add packet-zbee-zcl.h to the source tarball.
 
 ------------------------------------------------------------------------
-r20837 | morriss | 2007-02-18 02:18:53 -0800 (Sun, 18 Feb 2007) | 7 lines
+r29236 | wmeier | 2009-07-29 13:24:10 -0700 (Wed, 29 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-Fix bug 1380:
+From Chris Costa: Fix Bug 3786: "NDMP fragmentation fails when final fragment is very small".
+(See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3786)
 
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1380
+------------------------------------------------------------------------
+r29237 | etxrab | 2009-07-29 13:58:47 -0700 (Wed, 29 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-by registering the spnego dissector by name (e.g., call 'register_dissector()').
+Add pinfo to new_packet_list_append() this should give us the abillity
+to store (most) of the underlying data rather than the strings in the store and render it when we need it, thuss saving storage space and loading time.
 
+Idealy we should not store the complete fdata or pinfo structures
+but rather just the data relevant to the currently selected/used columns. I'm not entierly sure how to accomplish that however.
 
+Dynamically allocated array to hold pointers to the actual data?
 ------------------------------------------------------------------------
-r20838 | morriss | 2007-02-18 03:32:54 -0800 (Sun, 18 Feb 2007) | 1 line
+r29238 | etxrab | 2009-07-29 14:32:49 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/wiretap/erf.c
-   M /trunk/wiretap/erf.h
+   M /trunk/file.c
+   M /trunk/gtk/packet_list_store.c
 
-From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) files
+From Kovarththanan Rajaratnam:
+This patch fixes the "Decode as" crash. We now freeze the packetlist before
+attempting to clear it. This way we don't have to issue a row deleted signal
+either.
 ------------------------------------------------------------------------
-r20839 | girlich | 2007-02-18 05:24:30 -0800 (Sun, 18 Feb 2007) | 2 lines
+r29239 | wmeier | 2009-07-29 15:33:08 -0700 (Wed, 29 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
 
-Added a DTPT (DekTop PassThrough) dissector.
+Fix a potential crash and do various other minor changes:
+- Fix an hf[] entry which had an invalid "strings" field which could cause a crash;
+- Remove unneeded #includes;
+- Make most functions & etc static;
+- Remove declarations for functions never defined;
+- Fix certain comments to refer to the correct function names;
+- Change global variable to be local to proto_reg_handoff...
+- ...
 
 ------------------------------------------------------------------------
-r20840 | sfisher | 2007-02-18 16:23:58 -0800 (Sun, 18 Feb 2007) | 4 lines
+r29240 | wmeier | 2009-07-29 15:54:28 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/README.request_response_tracking
-
-
-Fix a couple of spelling mistakes
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
 
+Function dissect_zcl_attr_data_type() unused: comment it out
 
 ------------------------------------------------------------------------
-r20841 | guy | 2007-02-18 16:46:01 -0800 (Sun, 18 Feb 2007) | 2 lines
+r29241 | wmeier | 2009-07-29 16:18:34 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dtd_preparse.l
+   M /trunk/doc/README.developer
 
-Get rid of an unused variable.
+Fix a typo
 
 ------------------------------------------------------------------------
-r20842 | guy | 2007-02-18 16:56:22 -0800 (Sun, 18 Feb 2007) | 2 lines
+r29242 | gerald | 2009-07-29 17:40:32 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-pn.c
+   M /trunk/epan/dissectors/packet-ansi_683.c
 
-Include <string.h> to declare memcpy().
+Remove some unused variables.
 
 ------------------------------------------------------------------------
-r20843 | guy | 2007-02-18 16:59:20 -0800 (Sun, 18 Feb 2007) | 3 lines
+r29243 | gerald | 2009-07-30 09:17:46 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-syslog.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-ositp.c
+   M /trunk/epan/dissectors/packet-ospf.c
 
-Declare nbytes to match what the routine getting a pointer to it
-expects.
+Remove some unused variable assignments.
 
 ------------------------------------------------------------------------
-r20844 | guy | 2007-02-18 17:09:55 -0800 (Sun, 18 Feb 2007) | 3 lines
+r29244 | martinm | 2009-07-30 09:53:33 -0700 (Thu, 30 Jul 2009) | 2 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
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-dissect_x411_mts_apdu() is an old-style dissector, so it shouldn't
-return any value.
+Show backoff indicator value in subheader tree root.
 
 ------------------------------------------------------------------------
-r20845 | guy | 2007-02-18 17:15:22 -0800 (Sun, 18 Feb 2007) | 2 lines
+r29245 | gerald | 2009-07-30 10:22:00 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
-   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
-Get rid of an unused variable.
+Remove a couple of unused variables.
 
 ------------------------------------------------------------------------
-r20846 | guy | 2007-02-18 17:18:26 -0800 (Sun, 18 Feb 2007) | 6 lines
+r29246 | gerald | 2009-07-30 10:54:58 -0700 (Thu, 30 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/except.c
+   M /trunk/epan/except.h
 
-wep_decrypt() isn't needed if we have AirPDCap.
+From Kovarththanan Rajaratnam via bug 3506:
 
-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.
+The exception throwing code in except.c/h should be annotated with
+"noreturn" to indicate that they never return. Running static analysis
+on Wireshark without this annotation causes a lot of false positives
+since these analyzers assume that the exception handling code are
+ordinary functions that will eventually return.
 
 ------------------------------------------------------------------------
-r20847 | guy | 2007-02-18 17:19:36 -0800 (Sun, 18 Feb 2007) | 2 lines
+r29247 | etxrab | 2009-07-30 14:11:26 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
-
-We only need the Wireshark splash image if we have the welcome page.
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
+From   swapnil:
+Packet-gtpv2.c dissector extended to support more IE's.
 ------------------------------------------------------------------------
-r20848 | guy | 2007-02-18 17:21:10 -0800 (Sun, 18 Feb 2007) | 2 lines
+r29248 | guy | 2009-07-30 14:40:22 -0700 (Thu, 30 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/uat_gui.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+Fix warnings:
 
-Squelch a "used without being set" warning.
+       the behavior of x = x++ is undefined by the ANSI C standard -
+       they obviously just meant x++;
+
+       get rid of unused variables.
 
 ------------------------------------------------------------------------
-r20849 | guy | 2007-02-18 17:22:45 -0800 (Sun, 18 Feb 2007) | 2 lines
+r29249 | gerald | 2009-07-30 16:47:36 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/uat.h
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/goose/packet-goose-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-goose.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-wlccp.c
 
-Initialize the description in UAT_FLD_PROTO().
+Remove more unused variables.
 
 ------------------------------------------------------------------------
-r20850 | wmeier | 2007-02-18 17:27:16 -0800 (Sun, 18 Feb 2007) | 4 lines
+r29250 | jake | 2009-07-30 23:51:27 -0700 (Thu, 30 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-sctp.c
-
-packet-afp:  remove unneeded line of code;
-packet-sctp: register sctp dissector since packet-lge-monitor wants to call same
+   M /trunk/epan/dissectors/packet-dns.c
 
+From Ivan Sy:
+NAPTR RR (RFC 3403) replacement MUST be a fully qualified domain-name.
 
 ------------------------------------------------------------------------
-r20851 | wmeier | 2007-02-18 20:48:02 -0800 (Sun, 18 Feb 2007) | 6 lines
+r29251 | sfisher | 2009-07-31 00:02:02 -0700 (Fri, 31 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/gtk/gui_utils.c
 
-Fix error handling for invalid named pipe;
-Generate correct message;
-(test suite 'tshark invalid capture interface' test
-should now work again).
+
+Include packet_info.h before ui_utils.h since we just started passing a
+packet_info structure to one of the functions.
 
 
 ------------------------------------------------------------------------
-r20852 | sfisher | 2007-02-18 21:21:12 -0800 (Sun, 18 Feb 2007) | 2 lines
+r29252 | jake | 2009-07-31 00:05:43 -0700 (Fri, 31 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-dns.c
 
-Add comments to the statistics functions to tell which is which
+From Ivan Sy:
+Add support for SSHFP RR (RFC 4255).
 
 ------------------------------------------------------------------------
-r20853 | sfisher | 2007-02-18 21:32:01 -0800 (Sun, 18 Feb 2007) | 14 lines
+r29253 | gerald | 2009-07-31 09:37:53 -0700 (Fri, 31 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
-
-
-From Kriang Lerdsuwanakij:
+   M /trunk/epan/dissectors/packet-dns.c
 
-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.
+From Ivan Sy via bug 3797:
 
-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.
+Support for SPF RR (RFC 4408)
 
+- this has the same format as TXT RR (see section 3.1.1) below.
+Currently wireshark 1.2.1 shows this as Unknown type 99
 
 ------------------------------------------------------------------------
-r20854 | etxrab | 2007-02-18 22:09:33 -0800 (Sun, 18 Feb 2007) | 1 line
+r29254 | gerald | 2009-07-31 12:19:25 -0700 (Fri, 31 Jul 2009) | 14 lines
 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
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-gsm_abis_ip.c
+   A /trunk/epan/dissectors/packet-gsm_ipa.c (from /trunk/epan/dissectors/packet-gsm_abis_ip.c:29252)
 
-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
+From Holger Freyther via bug 3776:
+
+Part 1:
+Rename packet-gsm_abis_ip.c to packet-gsm_ipa.c.
+
+Part 2:
+Rename to the content to match the filename.
+
+Part 3:
+Add GSM A/SCCP support to the packet-gsm_ipa.c dissector
+
+Adjusted patch to take laforge's comment into account. Use guint16 for the
+length and use the ntohs routine to convert the length.
 
-Further cleanup of the document
 ------------------------------------------------------------------------
-r20856 | jake | 2007-02-18 22:26:07 -0800 (Sun, 18 Feb 2007) | 1 line
+r29255 | guy | 2009-07-31 13:13:53 -0700 (Fri, 31 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/doc/README.request_response_tracking
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+Completely remove an unused variable, don't just comment it out
+(especially with a C++/C99-style comment that not all compilers used to
+compile Wireshark accept).
 
-Id keyword property added
 ------------------------------------------------------------------------
-r20857 | sahlberg | 2007-02-19 00:26:27 -0800 (Mon, 19 Feb 2007) | 6 lines
+r29256 | gerald | 2009-07-31 15:16:29 -0700 (Fri, 31 Jul 2009) | 10 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"
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-usb-hid.c
+   A /trunk/epan/dissectors/packet-usb-hid.h
+   M /trunk/epan/dissectors/packet-usb.c
 
-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"
+From Adam Nielsen via bug 3659:
 
+Here is a patch against SVN that implements preliminary support for USB HID
+devices.  At the moment it only dissects the initial set up packets (which you
+will see if you hotplug a keyboard or mouse.)
 
+The patch also fixes a minor bug in the USB dissector code which reported
+certain packets as malformed due to miscounting bytes, and it reports control
+packet data and padding data in a more user-friendly manner.
 
 ------------------------------------------------------------------------
-r20858 | morriss | 2007-02-19 02:26:21 -0800 (Mon, 19 Feb 2007) | 1 line
+r29257 | guy | 2009-07-31 16:38:02 -0700 (Fri, 31 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/tcp_graph.c
+   M /trunk/epan/dissectors/packet-usb.c
+
+Fix indentation, get rid of a comment that might no longer apply (dump
+*what* as hex?  The stuff we now display as generic fields?).
 
-Squelch a couple (false) uninitialized variable warnings
 ------------------------------------------------------------------------
-r20859 | morriss | 2007-02-19 02:43:53 -0800 (Mon, 19 Feb 2007) | 1 line
+r29258 | martinm | 2009-08-01 02:52:12 -0700 (Sat, 01 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/help_dlg.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Remember Msg3 bytes and compare with Msg4 Contention Resolution bodies.
 
-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
+r29259 | jake | 2009-08-02 05:11:38 -0700 (Sun, 02 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/tcap-persistentdata.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-Remove some unused parameters (pinfo).
-Remove some _U_'s on parameters that _are_ used.
-Reindent some.
+Fix for bug 3800:
+Correctly track the size of Feedback Control Information in Payload specific RTCP feedback packet.
 
 ------------------------------------------------------------------------
-r20861 | morriss | 2007-02-19 04:24:32 -0800 (Mon, 19 Feb 2007) | 1 line
+r29260 | jake | 2009-08-02 05:53:14 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
+   M /trunk/epan/dissectors/packet-zrtp.c
+
+Add additional cypher types.
 
-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
+r29261 | wmeier | 2009-08-02 05:58:57 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/camel-persistentdata.c
+   M /trunk/epan/dissectors/packet-usb-hid.c
 
-Remove some unused parameters (pinfo).
-Remove some _U_'s on parameters that _are_ used.
-Reindent some.
+Remove unneeded #include <epan/emem.h>; fix some indentation.
 
 ------------------------------------------------------------------------
-r20863 | morriss | 2007-02-19 07:30:06 -0800 (Mon, 19 Feb 2007) | 1 line
+r29262 | gerald | 2009-08-02 08:03:29 -0700 (Sun, 02 Aug 2009) | 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
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Squelch a few unused parameter warnings.
+[Automatic manuf and enterprise-numbers update for 2009-08-02]
 ------------------------------------------------------------------------
-r20864 | wmeier | 2007-02-19 12:25:56 -0800 (Mon, 19 Feb 2007) | 3 lines
+r29265 | wmeier | 2009-08-02 12:09:36 -0700 (Sun, 02 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/dumpcap.c
+   M /trunk/epan/dissectors/packet-http.c
 
-Output error msgs when using dumpcap from cmd-line (stand-alone);
-Also: minor cleanup for capture_loop.c
+Don't do dissector_add twice on TCP port 3689;
+packet-daap requests registration on that port via http_dissector_add
+ and thus packet-http does not need to do a default registration on that port.
+Also: fix a typo in a comment.
 
 ------------------------------------------------------------------------
-r20865 | wmeier | 2007-02-19 13:45:27 -0800 (Mon, 19 Feb 2007) | 2 lines
+r29266 | wmeier | 2009-08-02 12:17:09 -0700 (Sun, 02 Aug 2009) | 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
+   M /trunk/epan/dissectors/packet-uma.c
 
-Fix some C++ style comments
+Change default range from 1401,1401 to 1401 so that the port isn't double-registered.
 
 ------------------------------------------------------------------------
-r20866 | wmeier | 2007-02-19 14:29:23 -0800 (Mon, 19 Feb 2007) | 2 lines
+r29267 | wmeier | 2009-08-02 12:20:20 -0700 (Sun, 02 Aug 2009) | 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
+   M /trunk/epan/dissectors/packet-stun.c
 
-Continuing the tradition: squelch some compiler warnings ....
+packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not register for same.
 
 ------------------------------------------------------------------------
-r20867 | sfisher | 2007-02-19 14:37:45 -0800 (Mon, 19 Feb 2007) | 7 lines
+r29268 | wmeier | 2009-08-02 12:54:33 -0700 (Sun, 02 Aug 2009) | 2 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.
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
+Do dissector_add() only if port non-zero; register dissector for "decode-as".
 
 ------------------------------------------------------------------------
-r20868 | wmeier | 2007-02-19 15:18:48 -0800 (Mon, 19 Feb 2007) | 2 lines
+r29269 | stig | 2009-08-03 01:05:44 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/sync_pipe_write.c
+   M /trunk/epan/dissectors/packet-usb-hid.c
 
-Add missing include file when compiling under windows
+Handle usb_hid_item_usage_vals as range_string.
 
 ------------------------------------------------------------------------
-r20869 | sfisher | 2007-02-19 16:22:00 -0800 (Mon, 19 Feb 2007) | 1 line
+r29270 | stig | 2009-08-03 02:58:14 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/menu.c
-   M /trunk/stat_menu.h
+   M /trunk/epan/dissectors/Makefile.common
+
+Added missing packet-usb-hid.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
+r29271 | wmeier | 2009-08-03 07:17:31 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-ositp.c
 
-Clarify the description of frame.time_delta.  This partially addresses
-bug 491.
+(Trivial) Fix two typos.
 
 ------------------------------------------------------------------------
-r20871 | sahlberg | 2007-02-20 00:05:26 -0800 (Tue, 20 Feb 2007) | 7 lines
+r29272 | wmeier | 2009-08-03 08:18:44 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/packet-mip6.c
 
-changes to comments generated for winreg using the latest svn of pidl
+Do find_dissector_table() in proto_reg_handoff().
 
-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
+------------------------------------------------------------------------
+r29273 | wmeier | 2009-08-03 09:18:06 -0700 (Mon, 03 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/plugins/mate/packet-mate.c
 
+Use find_dissector() instead of create_dissector_handle();
+Fix some indentation.
 
 ------------------------------------------------------------------------
-r20872 | sahlberg | 2007-02-20 01:01:50 -0800 (Tue, 20 Feb 2007) | 9 lines
+r29274 | wmeier | 2009-08-03 09:21:55 -0700 (Mon, 03 Aug 2009) | 2 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)
+   M /trunk/epan/dissectors/packet-rpcap.c
 
-create defines to indicate OPEN/CLOSE and use them as a start/test in the winreg conformance file.
+Reword some help text slightly.
 
+------------------------------------------------------------------------
+r29275 | wmeier | 2009-08-03 10:25:17 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/packet.c
 
+Add some debug code (commented out) to check for duplicate dissector port registrations,
 
 ------------------------------------------------------------------------
-r20873 | morriss | 2007-02-20 06:00:53 -0800 (Tue, 20 Feb 2007) | 1 line
+r29276 | wmeier | 2009-08-03 11:06:36 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/file.c
+   M /trunk/epan/packet.c
+
+Remove 1 commented-out #include inadvertantly committed.
 
-Squelch some unused variable warnings
 ------------------------------------------------------------------------
-r20874 | jmayer | 2007-02-20 09:40:07 -0800 (Tue, 20 Feb 2007) | 1 line
+r29277 | jake | 2009-08-03 11:23:04 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/lemon/Makefile.am
+   M /trunk/epan/dissectors/packet-dns.c
 
-Nikns Siankin: Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1387
+From Ivan Sy:
+Support for Host Identity Protocol (HIP) Domain Name System (DNS) Extension.
 ------------------------------------------------------------------------
-r20875 | gerald | 2007-02-20 10:44:22 -0800 (Tue, 20 Feb 2007) | 4 lines
+r29278 | gerald | 2009-08-03 12:50:35 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/dissectors/packet-sccp.c
 
-WEP decryption is destructive -- pass a fresh copy of our data buffer
-instead of the actual buffer.  Add an entry to the release notes, and
-clear out leftovers from the 0.99.5 release.
+Add a null pointer check. Remove some unused variables.
 
 ------------------------------------------------------------------------
-r20876 | jmayer | 2007-02-20 11:13:42 -0800 (Tue, 20 Feb 2007) | 287 lines
+r29279 | guy | 2009-08-03 14:07:08 -0700 (Mon, 03 Aug 2009) | 2 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
+   M /trunk/epan/dissectors/packet-dns.c
+
+Thou shalt terminate thy value_string arrays with {0, NULL}.
 
-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
+r29280 | jake | 2009-08-03 14:12:41 -0700 (Mon, 03 Aug 2009) | 3 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]
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
+   M /trunk/epan/dissectors/packet-q931.c
 
+From Gerasimos Dimitriadis:
+Added decoding support for the High Layer Compatibility IE in DTAP and updated
+the relevant part in Q.931. Also some minor enhancements in Q.931.
 ------------------------------------------------------------------------
-r21254 | jelmer | 2007-02-09 01:18:06 +0100 (Fri, 09 Feb 2007) | 2 lines
+r29281 | guy | 2009-08-03 14:17:30 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+   M /trunk/epan/dissectors/packet-sccp.c
 
-Fix running the testsuite outside pidl/
+Clean up indentation somewhat.
 
 ------------------------------------------------------------------------
-r21260 | jelmer | 2007-02-09 10:44:11 +0100 (Fri, 09 Feb 2007) | 1 line
+r29282 | wmeier | 2009-08-03 15:09:08 -0700 (Mon, 03 Aug 2009) | 9 lines
 Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
+   M /trunk/plugins/m2m/packet-m2m.c
+
+Various minor cleanups:
+- Do all find_dissector() calls only once during proto_reg_handoff 
+   (not each time a sub-dissector is called when dissecting frames).
+- Move proto_register & proto_reg_handoff to the end of the file as per convention;
+- Move a global variables to be local;
+- Change a global variable to be static; 
+- Remove unneeded multiple #include <string.h>
+- Remove an unneeded variable and a few unneeded lines of code.
 
-Fix regex.
 ------------------------------------------------------------------------
-r21297 | jelmer | 2007-02-12 13:12:12 +0100 (Mon, 12 Feb 2007) | 5 lines
+r29283 | wmeier | 2009-08-03 15:38:43 -0700 (Mon, 03 Aug 2009) | 9 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
+   M /trunk/plugins/wimax/packet-wmx.c
 
-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.
+Minor cleanups:
+- Comment out code which creates two dissector tables and then
+   stores a preference value in each of them; 
+   AFAICT the tables are not accessed elsewhere;
+- Comment out the no longer required prefs callback specification
+   in proto_register;
+- "if (... == -1)" not req'd in proto_register;
+- Remove unused proto_reg_wimax function.
 
 ------------------------------------------------------------------------
-r21332 | jelmer | 2007-02-14 13:44:50 +0100 (Wed, 14 Feb 2007) | 1 line
+r29284 | wmeier | 2009-08-03 16:18:59 -0700 (Mon, 03 Aug 2009) | 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
+   M /trunk/plugins/wimax/packet-wmx.c
+
+More minor cleanups:
+- Move proto_register to near the end of the file as per convention;
+- Remove unneeded #include <epan/reassemble.h>;
+- Comment out unused ett[] array and associated;
 
-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
+r29285 | gerald | 2009-08-03 16:49:05 -0700 (Mon, 03 Aug 2009) | 2 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.
+   M /trunk/gtk/compare_stat.c
+   M /trunk/plugins/asn1/packet-asn1.c
 
-Also added a couple of tests for the Samba 3 client code.
+Add some null checks.
 
 ------------------------------------------------------------------------
-r21340 | jelmer | 2007-02-14 15:42:42 +0100 (Wed, 14 Feb 2007) | 1 line
+r29286 | gerald | 2009-08-03 16:50:55 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-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
+Remove a couple of unused variables.
 
-Change warning to pidl warning, fix uppercasing.
 ------------------------------------------------------------------------
-r21411 | jelmer | 2007-02-18 00:38:57 +0100 (Sun, 18 Feb 2007) | 1 line
+r29287 | gerald | 2009-08-03 16:51:13 -0700 (Mon, 03 Aug 2009) | 2 lines
 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
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
 
-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
+Rework an assignment to keep static analyzers from complaining.
 
-Add tests for Needed*(), in preparation of refactoring.
 ------------------------------------------------------------------------
-r21428 | jelmer | 2007-02-18 14:44:01 +0100 (Sun, 18 Feb 2007) | 2 lines
+r29288 | gerald | 2009-08-03 17:35:30 -0700 (Mon, 03 Aug 2009) | 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
+   M /trunk/make-version.pl
 
-Handle representation types in Needed().
+Don't exit with an error if we can't find the svn executable.
 
 ------------------------------------------------------------------------
-r21430 | jelmer | 2007-02-18 17:21:28 +0100 (Sun, 18 Feb 2007) | 10 lines
+r29289 | jmayer | 2009-08-04 00:50:49 -0700 (Tue, 04 Aug 2009) | 1 line
 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().
+   M /trunk/epan/proto.h
 
+Warning fix: comma at end of enum
 ------------------------------------------------------------------------
-r21431 | jelmer | 2007-02-18 17:46:59 +0100 (Sun, 18 Feb 2007) | 1 line
+r29290 | martinm | 2009-08-04 03:41:08 -0700 (Tue, 04 Aug 2009) | 2 lines
 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
+   M /trunk/epan/dissectors/packet-rlc-lte.c
+
+Show number of predefined bytes in info column.
 
-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
+r29291 | gerald | 2009-08-04 10:59:48 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /trunk/epan/dissectors/packet-pop.c
+
+Miscellaneous cleanups.
 
-Handle properties on tagged types in TDR.
 ------------------------------------------------------------------------
-r21433 | jelmer | 2007-02-18 19:44:56 +0100 (Sun, 18 Feb 2007) | 9 lines
+r29292 | guy | 2009-08-04 11:39:43 -0700 (Tue, 04 Aug 2009) | 5 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.
+   M /trunk/epan/dissectors/packet-pop.c
 
-Add some tests for TDR.
+Clean up white space a bit - use 2-space indenting.
 
-Get rid of typedef in lib/registry/tdr_regf.idl and fix the 
-TDR code to be able to deal with it.
+Put a bunch of code that does nothing unless data_val is non-null inside
+"if (data_val)", and get rid of the individual tests.
 
 ------------------------------------------------------------------------
-r21437 | jelmer | 2007-02-19 00:48:16 +0100 (Mon, 19 Feb 2007) | 1 line
+r29293 | wmeier | 2009-08-04 11:46:51 -0700 (Tue, 04 Aug 2009) | 2 lines
 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
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
-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
+Remove duplicate entry from ett[]
 
-Support different variables in environments.
 ------------------------------------------------------------------------
-r21442 | jelmer | 2007-02-19 01:48:05 +0100 (Mon, 19 Feb 2007) | 1 line
+r29294 | wmeier | 2009-08-04 11:48:45 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-ansi_801.c
+   M /trunk/epan/dissectors/packet-cimd.c
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   M /trunk/epan/dissectors/packet-dis-pdus.c
+   M /trunk/epan/dissectors/packet-rsvp.c
 
-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
+Init ett_... variables to -1
 
-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
+r29295 | wmeier | 2009-08-04 11:52:01 -0700 (Tue, 04 Aug 2009) | 2 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. 
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
 
-Pull was not affected.
+Initialize several ett_... variables to -1
 
 ------------------------------------------------------------------------
-r21456 | jelmer | 2007-02-19 22:37:54 +0100 (Mon, 19 Feb 2007) | 6 lines
+r29296 | wmeier | 2009-08-04 12:01:34 -0700 (Tue, 04 Aug 2009) | 7 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.
+   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/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_dcd.c
+   M /trunk/plugins/wimax/msg_dlmap.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_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
 
-This doesn't actually work yet as Parse::Pidl::NDR doesn't handle nested 
-data structures yet, but it's a first step.
+Minor changes:
+- Move proto_register...() to the end of the file as per convention;
+- Move ett[] to be local to proto_register...();
+- "if (...==-1)" not req'd in proto_register...();
+- #include <moduleinfo.h> not req'd;
+- Remove unneeded forward declarations.
 
 ------------------------------------------------------------------------
-r21457 | jelmer | 2007-02-19 23:10:23 +0100 (Mon, 19 Feb 2007) | 3 lines
+r29297 | wmeier | 2009-08-04 12:29:42 -0700 (Tue, 04 Aug 2009) | 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/tests/ndr.pl
+   M /trunk/epan/dissectors/packet-chdlc.c
 
-Cope with anonymous nested types in the NDR layer. This doesn't handled 
-named nested types yet, as these have to be registered.
+Fix benign double subtree registration of an ett_... variable.
 
 ------------------------------------------------------------------------
-r21458 | jelmer | 2007-02-20 00:11:01 +0100 (Tue, 20 Feb 2007) | 1 line
+r29298 | jake | 2009-08-04 14:05:38 -0700 (Tue, 04 Aug 2009) | 1 line
 Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
+   M /trunk/epan/dissectors/packet-gsm_a_common.h
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
+   M /trunk/epan/dissectors/packet-gsm_a_gm.c
+   M /trunk/epan/dissectors/packet-gsm_a_rp.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+   M /trunk/epan/dissectors/packet-gsm_bsslap.c
+   M /trunk/epan/dissectors/packet-gsm_bssmap_le.c
 
-Prepare for generating separate primitives/deferred code.
+Optimize empty strings to NULL pointers.
 ------------------------------------------------------------------------
-r21459 | jelmer | 2007-02-20 02:27:48 +0100 (Tue, 20 Feb 2007) | 1 line
+r29299 | guy | 2009-08-04 16:14:40 -0700 (Tue, 04 Aug 2009) | 4 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
+   M /trunk/plugins/wimax/msg_dsa.c
+   M /trunk/plugins/wimax/msg_dsc.c
+   M /trunk/plugins/wimax/msg_dsd.c
 
-Remove name argument, more refactoring.
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
+Put the initializers for the elements of value_string arrays into curly
+brackets, so the API checks for non-terminated value_string arrays will
+not falsely think the arrays are non-terminated.
 
 ------------------------------------------------------------------------
-r20877 | jmayer | 2007-02-20 11:19:57 -0800 (Tue, 20 Feb 2007) | 1 line
+r29300 | guy | 2009-08-04 17:13:38 -0700 (Tue, 04 Aug 2009) | 2 lines
 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
+   M /trunk/plugins/wimax/msg_dsc.c
+
+Fix typo.
 
-Update to current version of openchange
 ------------------------------------------------------------------------
-r20878 | etxrab | 2007-02-20 11:37:06 -0800 (Tue, 20 Feb 2007) | 6 lines
+r29301 | gerald | 2009-08-04 17:36:27 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/epan/dissectors/packet-h225.c
 
-From Florent Drouin:
+Add a couple of pointer checks.
 
-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
+r29302 | jake | 2009-08-05 00:33:44 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix for bug 3806:
+Add presentation of Block Ack Bitmap.
 
-Fix a typo and some reported compiler warnings(hopefully).
 ------------------------------------------------------------------------
-r20880 | sfisher | 2007-02-20 11:57:04 -0800 (Tue, 20 Feb 2007) | 5 lines
+r29303 | martinm | 2009-08-05 01:02:12 -0700 (Wed, 05 Aug 2009) | 2 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.
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
+Show power headroom report inside its own subtree.
 
 ------------------------------------------------------------------------
-r20881 | girlich | 2007-02-20 12:07:50 -0800 (Tue, 20 Feb 2007) | 2 lines
+r29304 | gerald | 2009-08-05 08:39:29 -0700 (Wed, 05 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/gtk/wlan_stat_dlg.c
+   M /trunk/tap-iostat.c
 
-DTPT: Improve Blob handling, more error codes
+Squelch a couple of Clang Static Analyzer warnings.
 
 ------------------------------------------------------------------------
-r20882 | sahlberg | 2007-02-20 12:21:49 -0800 (Tue, 20 Feb 2007) | 6 lines
+r29305 | jake | 2009-08-05 11:17:18 -0700 (Wed, 05 Aug 2009) | 3 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.
-
+   M /trunk/epan/dissectors/packet-dns.c
 
+From Ivan Sy:
+Add support for Support for DHCID RR (RFC 4701).
 
 ------------------------------------------------------------------------
-r20883 | etxrab | 2007-02-20 13:58:30 -0800 (Tue, 20 Feb 2007) | 1 line
+r29306 | jake | 2009-08-05 11:21:52 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-wbxml.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
+Fix for bug 3811:
+Add missing shorthand application/vnd.ms-sync besides application/vnd.ms-sync.wbxml.
 
-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
+r29307 | jake | 2009-08-05 11:42:45 -0700 (Wed, 05 Aug 2009) | 3 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
-
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
+From Gerasimos Dimitriadis:
+Fixes/enhances the decoding of the Mobile Identity IE for type of identity
+"TMGI and optional MBMS Session Identity".
 ------------------------------------------------------------------------
-r20886 | sfisher | 2007-02-20 16:59:16 -0800 (Tue, 20 Feb 2007) | 8 lines
+r29308 | gerald | 2009-08-05 12:03:48 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-vnc.c
-
+   M /trunk/epan/dissectors/packet-p_mul.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.
+Convert a GString to an ep_strbuf_t (and squelch a static analysis
+warning in the process). Remove an unused variable.
 
 ------------------------------------------------------------------------
-r20887 | sfisher | 2007-02-20 17:27:28 -0800 (Tue, 20 Feb 2007) | 5 lines
+r29309 | wmeier | 2009-08-06 09:06:11 -0700 (Thu, 06 Aug 2009) | 2 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.
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
+Register ett[] subtree array only once.
 
 ------------------------------------------------------------------------
-r20888 | etxrab | 2007-02-20 22:19:03 -0800 (Tue, 20 Feb 2007) | 17 lines
+r29310 | wmeier | 2009-08-06 09:10:29 -0700 (Thu, 06 Aug 2009) | 2 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.
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
 
-Incidentally: is it possible to get the buildbot to run things like this, exntest and tvbtest?
+Register ett[] subtree array only once.
 
-02_reassemble_refactor.patch
-----------------------------
-fragment_add_seq, fragment_add_dcerpc_dg and fragment_add_seq_check_work were all pretty much carbon-copies of each other. This patch factors out the common parts of the routines into a new routine, fragment_add_seq_key().
-
-03_reassemble_partial_reassembly.patch
----------------------------------------
-This makes fragment_set_partial_reassembly() work for datagrams assembled with fragment_add_seq(). The patch itself is actually quite small, but it adds another unit test which is reasonably lengthy.
 ------------------------------------------------------------------------
-r20889 | etxrab | 2007-02-20 22:25:13 -0800 (Tue, 20 Feb 2007) | 2 lines
+r29311 | wmeier | 2009-08-06 09:13:31 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/stream.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.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
+Remove inadvertantly committed comments re issue yet to be fixed ...
 
-Include  "emem.h".
 ------------------------------------------------------------------------
-r20891 | etxrab | 2007-02-20 22:45:34 -0800 (Tue, 20 Feb 2007) | 3 lines
+r29312 | wmeier | 2009-08-06 11:44:38 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-rtp.h
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-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
+Prevent possible (benign ?) array references with an array index of -1.
 
-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
+r29313 | gerald | 2009-08-06 13:55:04 -0700 (Thu, 06 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/h223/packet-h223.c
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-user_encap.c
+
+Fix compilation warnings in a few dissectors and try moving them to the
+"clean" list.
 
-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
+r29314 | wmeier | 2009-08-06 14:42:40 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/Makefile.am
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
-Try to fix distcheck.
+Fix some indentation and spacing
 
 ------------------------------------------------------------------------
-r20895 | sahlberg | 2007-02-21 12:21:11 -0800 (Wed, 21 Feb 2007) | 7 lines
+r29315 | tuexen | 2009-08-06 14:55:10 -0700 (Thu, 06 Aug 2009) | 2 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.
-
+   M /trunk/epan/dissectors/packet-isakmp.c
 
+Get it compiling when HAVE_LIBGCRYPT is not defined.
 
 ------------------------------------------------------------------------
-r20896 | sahlberg | 2007-02-21 12:23:44 -0800 (Wed, 21 Feb 2007) | 6 lines
+r29316 | stig | 2009-08-06 15:06:37 -0700 (Thu, 06 Aug 2009) | 3 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
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
+Added new_packet_list_set_font() and initialize fonts when using
+new packet list.
 
 ------------------------------------------------------------------------
-r20897 | wmeier | 2007-02-21 19:21:26 -0800 (Wed, 21 Feb 2007) | 2 lines
+r29317 | tuexen | 2009-08-06 15:26:05 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-cip.c
-   M /trunk/epan/dissectors/packet-cip.h
+   M /trunk/epan/dissectors/Makefile.common
 
-From Ryan Wamsley: Add Connection Configuration Object support to EtherNet/IP dissector
+packet-sctp.c seems to be clean (at least it is on Mac OS X).
 
 ------------------------------------------------------------------------
-r20898 | etxrab | 2007-02-22 12:40:19 -0800 (Thu, 22 Feb 2007) | 9 lines
+r29318 | guy | 2009-08-06 16:26:24 -0700 (Thu, 06 Aug 2009) | 4 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.
+   M /trunk/epan/dissectors/packet-sctp.c
 
-And a patch wich improves the general robustness of the h.223 dissector (making it less likely to crash on malformed data).
+Those items are 32 bits or longer, so the cast should be safe; add an
+additional cast in the hopes that they squelch "dereferencing
+type-punned pointer" warnings.
 
-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
+r29319 | wmeier | 2009-08-06 16:47:21 -0700 (Thu, 06 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-gsm_a_common.h
 
-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.
+'if (curr_len <= 0)' won't work as desired when curr_len is declared as unsigned.
+The fix: change to 'if ((signed)curr_len <= 0)'.
+This is a bit of a hack but I think it works.
+See the comment in this file (packet-gsm_a_common.h).
 
-From me abriviate Payload type to PT.
 ------------------------------------------------------------------------
-r20900 | jake | 2007-02-23 07:22:24 -0800 (Fri, 23 Feb 2007) | 5 lines
+r29320 | wmeier | 2009-08-06 16:51:45 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
+   M /trunk/epan/dissectors/packet-gsm_a_rp.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+   M /trunk/epan/dissectors/packet-gsm_bssmap_le.c
+
+Fix some individual cases of 'if (unsigned) < 0'
 
-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
+r29321 | gerald | 2009-08-06 17:15:35 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-scsi-osd.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.
+Clean up the last two DIRTY_DISSECTOR_SRC entries.
 
 ------------------------------------------------------------------------
-r20902 | lego | 2007-02-23 11:26:09 -0800 (Fri, 23 Feb 2007) | 2 lines
+r29322 | krj | 2009-08-07 05:15:46 -0700 (Fri, 07 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/file.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
+Free frame data slice on file reset
 
-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
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3813
 
-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
+r29323 | krj | 2009-08-07 06:18:02 -0700 (Fri, 07 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/config.nmake
 
-remove another hidden item 
+Use fully qualified path to bash
 ------------------------------------------------------------------------
-r20906 | ulfl | 2007-02-23 11:48:59 -0800 (Fri, 23 Feb 2007) | 1 line
+r29324 | krj | 2009-08-07 07:01:44 -0700 (Fri, 07 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/config.nmake
 
-prohibit installation on Win NT 4.0
+Back out r29323. The non fully qualified path seems to work for everyone else so don't mess with it.
 ------------------------------------------------------------------------
-r20907 | lego | 2007-02-23 12:04:09 -0800 (Fri, 23 Feb 2007) | 1 line
+r29325 | jmayer | 2009-08-07 11:45:06 -0700 (Fri, 07 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/dissectors/packet-bootp.c
+
+- Add rfc number comments on not-yet-decoded options
+- Decode autoconfigure option
 
-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
+r29326 | jmayer | 2009-08-07 11:47:56 -0700 (Fri, 07 Aug 2009) | 8 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
+   M /trunk/epan/Makefile.am
+   M /trunk/wiretap/Makefile.am
 
-fix some bugs introduced in the latest releases and add value_strings for param, evt, sig and stat ids s well as "sub-parameters".
+* Tue May 26 2009 cmorve69@yahoo.es
+- made it compile with --as-needed
 
-------------------------------------------------------------------------
-r20909 | lego | 2007-02-23 13:12:25 -0800 (Fri, 23 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
+This patch was taken from the opensuse wireshark.spec file.
+No thanks go to the author and the package maintainers of
+this package for not sending this upstream - it would have
+made it into 1.2.0.
 
-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
+r29327 | jmayer | 2009-08-07 11:49:24 -0700 (Fri, 07 Aug 2009) | 4 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.
+   M /trunk/acinclude.m4
+   M /trunk/configure.in
 
+- Add an AC macro to test linker flags.
+- Test whether the linker supports --as-needed and if so,
+  adds it to LDFLAGS
 
 ------------------------------------------------------------------------
-r20911 | ulfl | 2007-02-24 01:49:43 -0800 (Sat, 24 Feb 2007) | 1 line
+r29328 | wmeier | 2009-08-07 14:22:54 -0700 (Fri, 07 Aug 2009) | 9 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
+   M /trunk/tshark.c
 
-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
+tshark: console_log_level preference now controls which log msgs are sent to stderr;
+Note: This is a behavior change: 
+      Given the default value for the console_log_level preference
+       tshark will now show ERROR, CRITICAL and WARNING level log messages.
+      Prior to this change tshark was hardwired to show only
+       ERROR and CRITICAL level messages.
+      Time will tell whether this change results in too much noise
+       in tshark output.
 
-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
+r29329 | gerald | 2009-08-07 14:53:40 -0700 (Fri, 07 Aug 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-eth.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
+From Matt P via bug 3774:
 
-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
+Patch utilizes techniques incorporated in the packet-ieee8023.c dissect_802_3()
+routine to dynamically calculate the remaining payload length.  This is then
+compared to the length included in the CCSDS header.
 
-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
+r29330 | wmeier | 2009-08-07 15:36:14 -0700 (Fri, 07 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/tools/fuzz-test.sh
+
+fuzz-test: Fix/change WIRESHARK_ABORT_ON_DISSECTOR_BUG handling:
+1. If enabled: the variable must be exported to the env to take effect;
+2. Upon reflection: disable this feature:
+   tshark has been changed to output WARNING messages to stderr as a
+    default; This means that DISSECTOR_BUGs and failed DISSECTOR_ASSERTs
+     which cause WARNING log level messages will thus be output to stderr and 
+     thus will be detected by the fuzz-test.
 
-Add basic support for RFC4585.
 ------------------------------------------------------------------------
-r20917 | sahlberg | 2007-02-24 13:34:29 -0800 (Sat, 24 Feb 2007) | 6 lines
+r29331 | gerald | 2009-08-07 17:27:31 -0700 (Fri, 07 Aug 2009) | 3 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
-
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
 
+If we have a format error, don't try adding something to the
+tree. Fixes bug 3822.
 
 ------------------------------------------------------------------------
-r20918 | sahlberg | 2007-02-24 17:34:41 -0800 (Sat, 24 Feb 2007) | 7 lines
+r29332 | guy | 2009-08-07 18:21:55 -0700 (Fri, 07 Aug 2009) | 9 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
+   M /trunk/gtk/main.c
 
-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)
+Move one comment before all of the code to which it refers.
 
-WINREG was regenerated using a patched version of PIDL. Mainline version of PIDL does not yet have this patch applied.
+Update another comment with information from the corresponding comment
+in tshark.c
 
+Move some code so that it's run only if its result is used.
 
+Add an additional comment about logging on UN*X.
 
 ------------------------------------------------------------------------
-r20919 | sahlberg | 2007-02-24 17:47:43 -0800 (Sat, 24 Feb 2007) | 6 lines
+r29333 | guy | 2009-08-07 18:23:15 -0700 (Fri, 07 Aug 2009) | 2 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
-
+   M /trunk/tshark.c
 
+Note that the new behavior matches what Wireshark does.
 
 ------------------------------------------------------------------------
-r20920 | lego | 2007-02-25 02:13:49 -0800 (Sun, 25 Feb 2007) | 2 lines
+r29334 | jake | 2009-08-07 21:51:42 -0700 (Fri, 07 Aug 2009) | 3 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
+   M /trunk/epan/dissectors/packet-ipv6.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
+From Ivan Sy:
+Fixed IPv6 malformed packet when ip6_nxt (Next Header) is equal to "59". as per section 4.7 RFC 2460.
 
-remove warnings
 ------------------------------------------------------------------------
-r20922 | sahlberg | 2007-02-25 03:48:06 -0800 (Sun, 25 Feb 2007) | 6 lines
+r29335 | krj | 2009-08-08 02:22:58 -0700 (Sat, 08 Aug 2009) | 4 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
+   M /trunk/packaging/portableapps/win32/makefile.nmake
 
+Pass on WinPcap/MSVC redistributable executables to the WiresharkPortable launcher and not the extractor.
 
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3547.
 
 ------------------------------------------------------------------------
-r20923 | ulfl | 2007-02-25 04:50:21 -0800 (Sun, 25 Feb 2007) | 3 lines
+r29336 | krj | 2009-08-08 02:57:07 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/capture_wpcap_packet.c
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/epan/dissectors/packet-x420.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.
+Make sure that we pass on the same set of parameters to asn2wrs.py on Unix/Windows. This fix ensures that the generated copyright headers are identical on both platforms.
 
-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
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3658
 
-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
+r29337 | krj | 2009-08-08 05:40:59 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/nio-ie5.c
+   M /trunk/gtk/filter_autocomplete.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
+From Bahaa Naamneh via Bug 3538:
+
+This patch ensures that the filter autocompletion code handles protocols (radius and wimaxasncp) which uses delayed initialisation of protocols fields.
 
-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
+r29338 | gerald | 2009-08-08 15:20:08 -0700 (Sat, 08 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/m2m/packet-m2m.c
+
+Check TLV lengths before we try to add them to the tree. Fixes bug 3824.
 
-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
+r29339 | guy | 2009-08-08 18:23:09 -0700 (Sat, 08 Aug 2009) | 3 lines
 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
+   M /trunk/epan/dissectors/packet-ppp.c
+
+Don't use DISSECTOR_ASSERT() to check a packet's content.  Fixes bug
+3827.
 
-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
+r29340 | krj | 2009-08-08 23:26:46 -0700 (Sat, 08 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-I'm checking in what I got so far for TSN analysis.
-It's disabled. To enable uncomment the preference, recompile and enable it from preferences.
-
-I checking it in because I need it as a reference.
-------------------------------------------------------------------------
-r20930 | guy | 2007-02-25 13:57:23 -0800 (Sun, 25 Feb 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
-
-The type argument to dnp3_al_obj_quality() isn't taken from the packet,
-so invalid type arguments are programming errors; check for them with
-DISSECTOR_ASSERT().
-
-Fix a call to use the right value from the packet.
-
-The dissector is a new-style dissector, so register it as such.
-
-------------------------------------------------------------------------
-r20931 | guy | 2007-02-25 14:46:54 -0800 (Sun, 25 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap_interop.h
-
-ANSI C defines size_t; if we don't have that defined, we have bigger
-problems, and there's no guarantee that _SIZE_T is defined on all ANSI C
-platforms, so you might end up with a redefinition and a compile failure.
-
-------------------------------------------------------------------------
-r20932 | guy | 2007-02-25 15:25:23 -0800 (Sun, 25 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap_ccmp.c
-   M /trunk/epan/crypt/airpdcap_rijndael.h
-   M /trunk/epan/crypt/airpdcap_tkip.c
-
-Eliminate __inline - not all compilers support it.
-
-------------------------------------------------------------------------
-r20933 | jmayer | 2007-02-26 00:57:03 -0800 (Mon, 26 Feb 2007) | 98 lines
-Changed paths:
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-   M /trunk/tools/pidl/tests/dump.pl
-   M /trunk/tools/pidl/tests/header.pl
-   A /trunk/tools/pidl/tests/samba-ejs.pl
-   M /trunk/tools/pidl/tests/samba-ndr.pl
-   M /trunk/tools/pidl/tests/samba3-cli.pl
-   M /trunk/tools/pidl/tests/tdr.pl
-   M /trunk/tools/pidl/tests/typelist.pl
-   M /trunk/tools/pidl/tests/wireshark-conf.pl
-   M /trunk/tools/pidl/tests/wireshark-ndr.pl
-
-Update from samba tree revision 21471 to 21535
-============================ Samba log start ============
-------------------------------------------------------------------------
-r21484 | jelmer | 2007-02-21 11:31:14 +0100 (Wed, 21 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
-
-Fix Needed* for nested datastructures.
-------------------------------------------------------------------------
-r21486 | jelmer | 2007-02-21 11:55:03 +0100 (Wed, 21 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
-
-Remove spurious semicolons.
-------------------------------------------------------------------------
-r21487 | jelmer | 2007-02-21 12:32:48 +0100 (Wed, 21 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/librpc/idl/echo.idl
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-
-Fix warning when using anonymous types, initial work on nested type support in ejs.
-------------------------------------------------------------------------
-r21490 | jelmer | 2007-02-21 13:35:21 +0100 (Wed, 21 Feb 2007) | 3 lines
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
-   A /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
-
-Add some tests for the EJS code
-More work on supporting nested types in EJS.
-
-------------------------------------------------------------------------
-r21492 | jelmer | 2007-02-21 15:35:25 +0100 (Wed, 21 Feb 2007) | 2 lines
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/TODO
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
-
-Finish work on nested type support in EJS.
-
-------------------------------------------------------------------------
-r21493 | jelmer | 2007-02-21 21:59:01 +0100 (Wed, 21 Feb 2007) | 15 lines
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Patch from Ronnie Sahlberg. From his email:
-
-This patch changes the function name and signature that pidl generate
-a call for when dissecting a policy handle to a new, more
-PIDL-friendly function.
-
-It also stores the procedure name in a new pinfo-> field so that
-helpers that want to know the procedure name can finbd out easily.
-
-The new PIDL helper function for policy handles use this new field and will show
-   OpenHKU(<...>)
-       opened in frame X
-          closed in frame Y
-for the policy handle.
-
-------------------------------------------------------------------------
-r21531 | jelmer | 2007-02-25 10:35:32 +0100 (Sun, 25 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Use pidl-specific utility functions. Patch from Ronnie Sahlberg
-------------------------------------------------------------------------
-r21532 | jelmer | 2007-02-25 10:55:57 +0100 (Sun, 25 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/TODO
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
-
-Add tests for StripPrefixes utility function.
-------------------------------------------------------------------------
-r21534 | jelmer | 2007-02-26 02:03:19 +0100 (Mon, 26 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
-
-Add some more tests for wireshark.
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
-------------------------------------------------------------------------
-r20934 | jake | 2007-02-26 12:39:38 -0800 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/plugins/agentx/Makefile.nmake
-   M /trunk/plugins/agentx/plugin.rc.in
-   M /trunk/plugins/artnet/Makefile.nmake
-   M /trunk/plugins/artnet/plugin.rc.in
-   M /trunk/plugins/asn1/Makefile.nmake
-   M /trunk/plugins/asn1/plugin.rc.in
-   M /trunk/plugins/ciscosm/Makefile.nmake
-   M /trunk/plugins/ciscosm/plugin.rc.in
-   M /trunk/plugins/docsis/Makefile.nmake
-   M /trunk/plugins/docsis/plugin.rc.in
-   M /trunk/plugins/enttec/Makefile.nmake
-   M /trunk/plugins/enttec/plugin.rc.in
-   M /trunk/plugins/gryphon/Makefile.nmake
-   M /trunk/plugins/gryphon/plugin.rc.in
-   M /trunk/plugins/irda/Makefile.nmake
-   M /trunk/plugins/irda/plugin.rc.in
-   M /trunk/plugins/lwres/Makefile.nmake
-   M /trunk/plugins/lwres/plugin.rc.in
-   M /trunk/plugins/mate/Makefile.nmake
-   M /trunk/plugins/mate/plugin.rc.in
-   M /trunk/plugins/megaco/Makefile.nmake
-   M /trunk/plugins/megaco/plugin.rc.in
-   M /trunk/plugins/mgcp/Makefile.nmake
-   M /trunk/plugins/mgcp/plugin.rc.in
-   M /trunk/plugins/opsi/Makefile.nmake
-   M /trunk/plugins/opsi/plugin.rc.in
-   M /trunk/plugins/pcli/Makefile.nmake
-   M /trunk/plugins/pcli/plugin.rc.in
-   M /trunk/plugins/profinet/Makefile.nmake
-   M /trunk/plugins/profinet/plugin.rc.in
-   M /trunk/plugins/rlm/Makefile.nmake
-   M /trunk/plugins/rlm/plugin.rc.in
-   M /trunk/plugins/rtnet/Makefile.nmake
-   M /trunk/plugins/rtnet/plugin.rc.in
-   M /trunk/plugins/rudp/Makefile.nmake
-   M /trunk/plugins/rudp/plugin.rc.in
-   M /trunk/plugins/sbus/Makefile.nmake
-   M /trunk/plugins/sbus/plugin.rc.in
-   M /trunk/plugins/stats_tree/Makefile.nmake
-   M /trunk/plugins/stats_tree/plugin.rc.in
-   M /trunk/plugins/v5ua/Makefile.nmake
-   M /trunk/plugins/v5ua/plugin.rc.in
-
--Add the compiler version to the plugin resource
--Remove the SPECIAL_BUILD tag
--Set to OS type to NT_WINDOWS32
-------------------------------------------------------------------------
-r20935 | etxrab | 2007-02-26 22:25:07 -0800 (Mon, 26 Feb 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/plugins/h223/packet-h223.c
-
-From Richard van der Hoff:
-
-- Registers H.223 as a dissector for RTP CLEARMODE payloads -
-and makes some other modifications to the H.223 dissector to make this
-work correctly.
-
--Allows a standalone binary, epan/reassemble_test, to be built; this can be run from the commandline and should end up printing out "success" 
-if all goes well.
-------------------------------------------------------------------------
-r20936 | etxrab | 2007-02-26 22:38:49 -0800 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/simple_dialog.c
-
-From Floren Drouin:
-
-This patch add a test on the GTK version to avoid a warning with the "gtk-label-select-on-focus" configuration parameter, introduced in GTK-2.9.0.
-------------------------------------------------------------------------
-r20937 | etxrab | 2007-02-26 22:54:41 -0800 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-epl.c
-   M /trunk/epan/dissectors/packet-epl.h
-
-From Daniel Kr?\195?\188ger:
-
-I attached a patch to this dissector, which includes some corrections, updates and SDO by UDP support. I will upload a sample capture of SDO by UDP to the wiki. The patch is fuzzy tested against the current SVN rev under Linux and it builds also under MSVC2005.
-------------------------------------------------------------------------
-r20938 | etxrab | 2007-02-26 22:58:30 -0800 (Mon, 26 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
-
-From Douglas Pratley:
-
-This patch gives brief instructions on how to build the RPM package target for Wireshark.
-------------------------------------------------------------------------
-r20939 | etxrab | 2007-02-26 23:00:11 -0800 (Mon, 26 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-
-Add $Id:$
-------------------------------------------------------------------------
-r20940 | etxrab | 2007-02-26 23:02:29 -0800 (Mon, 26 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/diameter/TGPPSh.xml
-   M /trunk/diameter/imscxdx.xml
-
-Add some AVP:s
-------------------------------------------------------------------------
-r20941 | sahlberg | 2007-02-27 01:37:48 -0800 (Tue, 27 Feb 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcerpc.h
-
-add PIDL friendly helper to manage unicode strings
-
-
-------------------------------------------------------------------------
-r20942 | morriss | 2007-02-27 02:02:28 -0800 (Tue, 27 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Some minor readability enhancements to the (still disabled) sequence analysis: use PROTO_ITEM_SET_GENERATED() on all the new fields and change hf_sctp_dup_ack's description to indicate that it's showing you the frame number of the previous ack.
-------------------------------------------------------------------------
-r20943 | lego | 2007-02-27 02:27:05 -0800 (Tue, 27 Feb 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-
-fix Bug 1406:
-it looks like 1 byte parameters are ber encoded integers, not raw data.
-------------------------------------------------------------------------
-r20944 | lego | 2007-02-27 02:47:58 -0800 (Tue, 27 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-
-fix Bug 1407
-as per bug 1406 actual values aren't raw bytes, they are BER encoded octet strings.
-
-
-------------------------------------------------------------------------
-r20945 | jmayer | 2007-02-27 12:32:15 -0800 (Tue, 27 Feb 2007) | 28 lines
-Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
-   M /trunk/tools/pidl/tests/wireshark-conf.pl
-   M /trunk/tools/pidl/tests/wireshark-ndr.pl
-
-Update from samba tree revision 21535 to 21565
-============================ Samba log start ============
-------------------------------------------------------------------------
-r21545 | jelmer | 2007-02-26 18:43:01 +0100 (Mon, 26 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
-
-Fix pidl test.
-------------------------------------------------------------------------
-r21555 | jelmer | 2007-02-27 13:46:19 +0100 (Tue, 27 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
-
-Some tests for TYPE in wireshark conformance files.
-------------------------------------------------------------------------
-r21559 | jelmer | 2007-02-27 14:41:56 +0100 (Tue, 27 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-conf.pl
-
-More tests.
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
-------------------------------------------------------------------------
-r20946 | sfisher | 2007-02-27 16:08:23 -0800 (Tue, 27 Feb 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-
-Fix for bug #1408:
-
-Add proto_tree_add_bitmask to epan/libwireshark.def
-
-
-------------------------------------------------------------------------
-r20947 | lego | 2007-02-28 06:09:25 -0800 (Wed, 28 Feb 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-SCTP TSN analysis part 1.
-
-Up and running.
-As it is analysis will stop at TSN rollover (0xffffffff->0x00000000).
-
-And It will start to misbehave when a TSN is seen again in the same half association (that's a case where an out-of-memory error will probably had happened before).
-
-It still needs testing.
-------------------------------------------------------------------------
-r20948 | etxrab | 2007-02-28 13:10:25 -0800 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/inap/inap.asn
-   M /trunk/epan/dissectors/packet-inap.c
-
-Add a missing OPTIONAL.
-------------------------------------------------------------------------
-r20949 | etxrab | 2007-02-28 13:46:06 -0800 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
-
-Start dissecting H.263 according to RFC 4629.
-------------------------------------------------------------------------
-r20950 | sfisher | 2007-02-28 14:45:18 -0800 (Wed, 28 Feb 2007) | 6 lines
-Changed paths:
-   M /trunk/tshark.c
-
-
-Fix problem where specifying -b duration:xx on tshark wasn't working by
-testing for the "duration specified" variable along with the "maximum
-file size" variable.
-
-------------------------------------------------------------------------
-r20951 | sfisher | 2007-02-28 15:20:40 -0800 (Wed, 28 Feb 2007) | 6 lines
-Changed paths:
-   M /trunk/gtk/Makefile.common
-   D /trunk/gtk/content_list_http.c
-   A /trunk/gtk/export_object.c
-   A /trunk/gtk/export_object.h
-   A /trunk/gtk/export_object_http.c (from /trunk/gtk/content_list_http.c:20894)
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/file_dlg.h
-   M /trunk/gtk/menu.c
-   M /trunk/stat_menu.h
-
-
-Sync up my changes so far to the content list (now called object
-list) feature for http traffic.  It's now available under File->
-Export->Objects->HTTP.  More changes to come..
-
-
-------------------------------------------------------------------------
-r20952 | lego | 2007-02-28 16:24:57 -0800 (Wed, 28 Feb 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-bctp.c
-   M /trunk/epan/dissectors/packet-h248_q1950.c
-   M /trunk/epan/dissectors/packet-sdp.c
-
-Those two spaces before sdp were bctp (Q.1990), a protocol conveniently encoded to be two spaces in case of IPBCP (SDP+extras).
-
-There's probably something similar in packet-isup.c
-
-------------------------------------------------------------------------
-r20953 | sfisher | 2007-02-28 18:18:18 -0800 (Wed, 28 Feb 2007) | 5 lines
-Changed paths:
-   M /trunk/gtk/simple_dialog.c
-
-
-Wrap long lines in simple dialogs so that the dialog and its message
-won't ever extend off the screen.
-
-
-------------------------------------------------------------------------
-r20954 | ulfl | 2007-03-01 01:36:01 -0800 (Thu, 01 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/Makefile.am
-
-add export_object.h so distcheck don't fail
-------------------------------------------------------------------------
-r20955 | sfisher | 2007-03-01 13:08:01 -0800 (Thu, 01 Mar 2007) | 13 lines
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-
-
-Fix bug #1409:
-
-There is an error in the page:
-http://wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html
-
-According to Example 4.2, the filter 'tcp port 23 and not host 10.0.0.5'
-captures all telnet traffic not from 10.0.0.5. But this filter also discards
-traffic to 10.0.0.5. Either you use this filter to capture all telnet traffic
-not to and not from 10.0.0.5 or you use filter 'tcp port 23 and not src host
-10.0.0.5'.
-
-
-------------------------------------------------------------------------
-r20956 | sfisher | 2007-03-01 13:28:57 -0800 (Thu, 01 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan
-
-
-Add epan/reassemble_test executable to svn:ignore
-
-
-------------------------------------------------------------------------
-r20957 | gal | 2007-03-02 09:28:43 -0800 (Fri, 02 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-If the VERSION_EXTRA is set in config.nmake, this can lead to an invalid U3 package version in the manifest file.
-So we now create the U3 package version from the base components.
-
-
-------------------------------------------------------------------------
-r20958 | sfisher | 2007-03-02 13:17:44 -0800 (Fri, 02 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/filesystem.c
-
-
-Add a description for errno EINVAL (Invalid Argument) to
-file_open_error_message().  In this context, the error means
-that an invalid filename was specified.
-
-
-------------------------------------------------------------------------
-r20959 | sfisher | 2007-03-02 13:47:34 -0800 (Fri, 02 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/gtk/menu.c
-
-
-Activate the File -> Export menu when a capture is in
-progress in addition to when a capture file is open.
-
-
-------------------------------------------------------------------------
-r20960 | gerald | 2007-03-02 15:44:54 -0800 (Fri, 02 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
-
-Bugs 1095 and 1096 in the Ethereal bug database both pointed out that we 
-were looking at the wrong bits when displaying the port and protocol VLAN
-flags.
-
-------------------------------------------------------------------------
-r20961 | sfisher | 2007-03-02 19:14:00 -0800 (Fri, 02 Mar 2007) | 12 lines
-Changed paths:
-   M /trunk/docbook/user-guide.xml
-   A /trunk/docbook/wsug_graphics/ws-export-objects.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/gtk/export_object.c
-   M /trunk/gtk/export_object.h
-   M /trunk/gtk/export_object_http.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/help_dlg.h
-
-
-Update object export code:
-
- - Add to User's Guide
- - Add a help button
- - Move a lot of code into the shared export_object.c file and out of
-   dissector specific file export_object_http.c.  This will make adding
-   additional protocols much easier.
- - Change comment in packet-http.c to reflect new name (Export Object)
- - Various other minor improvements 
-
-
-------------------------------------------------------------------------
-r20962 | ulfl | 2007-03-03 01:30:15 -0800 (Sat, 03 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
-
-use the official PROFINET names (only comments changed)
-------------------------------------------------------------------------
-r20963 | ulfl | 2007-03-03 01:33:02 -0800 (Sat, 03 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-
-fix read handling of index 0x8051 and 0xe00c
-------------------------------------------------------------------------
-r20964 | gal | 2007-03-03 07:05:03 -0800 (Sat, 03 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-   M /trunk/packaging/u3/win32/manifest.tmpl
-   M /trunk/packaging/u3/win32/u3util.c
-
-Ensure that the correct U3 environment variables are set when the U3 Wireshark is started from a file association (e.g. opening a pcap file).
-Also tweak the space requirements and restore the VERSION_EXTRA information to the description, both within the manifest.u3i.
-
-
-------------------------------------------------------------------------
-r20965 | lego | 2007-03-03 08:36:19 -0800 (Sat, 03 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-
-+ improve dissection of PkdName
-+ complete H.248.1 E.1 Generic Package
-
-------------------------------------------------------------------------
-r20966 | lego | 2007-03-03 15:33:56 -0800 (Sat, 03 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-
-- have the signal name to be in the right subtree
-------------------------------------------------------------------------
-r20967 | lego | 2007-03-03 15:38:35 -0800 (Sat, 03 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccp.h
-
-Add an optional generated id to each association and have a tree with links to all messages of the association bellow it.
-
-------------------------------------------------------------------------
-r20968 | sahlberg | 2007-03-03 17:15:44 -0800 (Sat, 03 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/winreg.cnf
-
-add dissection of the WINREG specific bits in the accessmask for WINREG objects
-
-
-------------------------------------------------------------------------
-r20969 | lego | 2007-03-03 17:55:02 -0800 (Sat, 03 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-
-add sections for the various user tables.
-------------------------------------------------------------------------
-r20970 | lego | 2007-03-03 18:27:11 -0800 (Sat, 03 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/uat_gui.c
-
-protect callbacks of derived windows from dereferencing a null pointer if the main table has being closed in the meanwhile.
-------------------------------------------------------------------------
-r20971 | jmayer | 2007-03-04 03:48:07 -0800 (Sun, 04 Mar 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-ip.c
-   A /trunk/epan/dissectors/packet-tapa.c
-
-The beginnings of a TAPA dissector (Trapeze Access Point Access Protocol).
-Admittedly not much, so if you have any ideas what the rest means or where
-I'm wrong please provide feedback.
-
-As tapa uses udp 5000 and ip protocol 4, I needed to add a hack for the
-ip part to properly dispatch betweeen ipip and tapa-tunnel (actually I
-was unable to turn the ipip dissector into a heuristic dissector :-)
-
-------------------------------------------------------------------------
-r20972 | lego | 2007-03-04 08:00:05 -0800 (Sun, 04 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/epan/wslua/wslua_proto.c
-
-do not return before ENDTRY when handling an exception, this would leave the fat stack without the top and cause the dereferencing of a null pointer later on when popping in the next ENDTRY.
-
-Oddly enough this shows up only on windows. Maybe there's something good in my Mac's temporary disability!
-
-------------------------------------------------------------------------
-r20973 | jmayer | 2007-03-04 13:26:47 -0800 (Sun, 04 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tapa.c
-
-Some updates to the tunnel protocol decoding.
-Make tapa.discover.x and tapa.tunnel.y more consistent.
-
-------------------------------------------------------------------------
-r20974 | jake | 2007-03-05 12:25:54 -0800 (Mon, 05 Mar 2007) | 17 lines
-Changed paths:
-   M /trunk/doc/README.developer
-
-From Richard van der Hoff:
-I've had a good look at the code in packet-tcp.c, and whilst it's
-somewhat impenetrable, I've come to the conclusion that it just doesn't
-support multiple pdus as described.
-
-That's not entirely unreasonable in itself; my objection is solely to
-the fact that README.developer is completely misleading. In fact, even
-the example dissect_cstr won't work on the tcp dissector, because if you
-set desegment_len=1 the tcp dissector believes that you know what you
-are doing and doesn't let you change your mind later.
-
-Furthermore, 2.7.2 says that you can set desegment_len=-1; that doesn't
-work either, because the tcp dissector expects
-DESEGMENT_ONE_MORE_SEGMENT, which is 0x0fffffff, which is nowhere near -1.
-
-In short, I think the relevant section of README.developer needs a
-rewrite. I attach a patch - comments welcome.
-------------------------------------------------------------------------
-r20975 | etxrab | 2007-03-05 14:04:51 -0800 (Mon, 05 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Add Dave Butt to the AUTHORS file.
-------------------------------------------------------------------------
-r20976 | lego | 2007-03-05 14:47:40 -0800 (Mon, 05 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-+ Quick and dirty fix in association matching code to avoid a vtag==0 (init) to "curse" an entire association. Yes, it has to be reworked... but I need it for debugging purposes.
-
-+ Add the fields sctp.sack_gap_block_start_tsn and sctp.sack_gap_block_end_tsn so that one can filter over a tsn ack acked by a gap block.
-
-
-------------------------------------------------------------------------
-r20977 | etxrab | 2007-03-05 15:11:11 -0800 (Mon, 05 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-mikey.c
-   A /trunk/epan/dissectors/packet-mikey.h
-   M /trunk/epan/dissectors/packet-sdp.c
-
-From Mikael Magnusson:
-
-This patch adds support for key-mgmt session attributes in SDP (defined in RFC 4567). The patch also contains a Multimedia Internet KEYing (MIKEY is defined in RFC 3830) dissector plugin for "mikey" key-mgmt data.
-------------------------------------------------------------------------
-r20978 | lego | 2007-03-05 15:50:08 -0800 (Mon, 05 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccp.h
-
-prepare for in-tree call tracing of bssap and ranap.
-
-------------------------------------------------------------------------
-r20979 | sfisher | 2007-03-05 16:35:35 -0800 (Mon, 05 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
-
-
-Introduce a new function called have_tap_listener(int tap_id) to
-tell if a specific tap id is currently listening for data.
-This complements the function have_tap_listeners(), which checks
-to see if any tap is currently listening.
-
-
-------------------------------------------------------------------------
-r20980 | sfisher | 2007-03-05 16:36:25 -0800 (Mon, 05 Mar 2007) | 15 lines
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/gtk/export_object.c
-   M /trunk/gtk/export_object.h
-   M /trunk/gtk/export_object_http.c
-
-
-Export Object code/documentation updates:
-
- - Note in the user's guide that export object is not available 
-   in GTK1 builds of Wireshark.
- - Make scanning through the slists more efficient
- - Use new tap.c function called have_tap_listener() to only save
-   object payload data when the export object listener is actively
-   listening for it.
- - Save objects in the HTTP dissector with g_malloc() instead of
-   se_malloc() and free it when we're done with it - when the
-   export object window is closed (Fixes bug #1412)
- - Various minor improvements
-
-
-------------------------------------------------------------------------
-r20981 | lego | 2007-03-05 16:48:46 -0800 (Mon, 05 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-+ get the Acks in the block where they belong.
-+ change the ack tree root to be the TSN being acked and have the chunk frame and rtt under it.
-
-still to do: TSN wrap
-
-------------------------------------------------------------------------
-r20982 | martinm | 2007-03-06 05:37:39 -0800 (Tue, 06 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-Append ms calculation to DLSR field.
-Show number of bytes derived from length field.
-
-------------------------------------------------------------------------
-r20983 | etxrab | 2007-03-06 12:58:14 -0800 (Tue, 06 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
-
-More dissecting of H.263 according to RFC 4629.
-------------------------------------------------------------------------
-r20984 | etxrab | 2007-03-06 13:03:27 -0800 (Tue, 06 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-From Stig Bj?\195?\184rlykke:
-When dumping elements in a constructor in dissect_unknown_ber the last element is not put in the correct subtree, because the while- loop does not include the header length when checking for the end.
-------------------------------------------------------------------------
-r20985 | ulfl | 2007-03-06 13:54:53 -0800 (Tue, 06 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-pn-rt.c
-
-PROFINET RT frames can also be transported over UDP Port 0x8892 - to be routable
-------------------------------------------------------------------------
-r20986 | lego | 2007-03-06 14:13:12 -0800 (Tue, 06 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/asn1/h248/h248v3.asn
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248_q1950.c
-
-Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:
-
-- for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change.
-
-> In observed event descriptor, it is called ?\226?\128?\156eventName?\226?\128?\157, but in event descriptor,
-> it is called ?\226?\128?\156pkgdName?\226?\128?\157. It should be ?\226?\128?\156eventName?\226?\128?\157 in both cases.
-
-------------------------------------------------------------------------
-r20987 | lego | 2007-03-06 15:16:59 -0800 (Tue, 06 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248_q1950.c
-
-terminate an array!
-------------------------------------------------------------------------
-r20988 | lego | 2007-03-06 15:23:59 -0800 (Tue, 06 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248_q1950.c
-
-two inverted value_strings
-------------------------------------------------------------------------
-r20989 | gerald | 2007-03-06 15:55:00 -0800 (Tue, 06 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/test/config.sh
-
-Under Windows, try to use the first interface that looks like Ethernet
-as the capture interface.  This should fix the capture test failures on
-the Windows builder.
-
-------------------------------------------------------------------------
-r20990 | gerald | 2007-03-06 17:17:24 -0800 (Tue, 06 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/wiretap/iseries.c
-
-Fix a couple of off-by-one overflows reported in bug 1415.  Update the
-release notes accordingly.
-
-------------------------------------------------------------------------
-r20991 | jmayer | 2007-03-06 23:50:48 -0800 (Tue, 06 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
-   M /trunk/manuf
-
-Update manuf and faq
-
-------------------------------------------------------------------------
-r20992 | jmayer | 2007-03-06 23:55:00 -0800 (Tue, 06 Mar 2007) | 168 lines
-Changed paths:
-   M /trunk/tools/pidl/MANIFEST
-   M /trunk/tools/pidl/README
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/idl.yp
-   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/EJS.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-   M /trunk/tools/pidl/tests/header.pl
-   M /trunk/tools/pidl/tests/ndr.pl
-   M /trunk/tools/pidl/tests/ndr_tagtype.pl
-   M /trunk/tools/pidl/tests/parse_idl.pl
-   M /trunk/tools/pidl/tests/samba-ejs.pl
-   M /trunk/tools/pidl/tests/samba-ndr.pl
-   M /trunk/tools/pidl/tests/typelist.pl
-   M /trunk/tools/pidl/tests/wireshark-ndr.pl
-
-Update from samba tree revision 21565 to 21739
-============================ Samba log start ============
-------------------------------------------------------------------------
-r21567 | jelmer | 2007-02-27 21:35:56 +0100 (Tue, 27 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
-
-Add some more wireshark tests.
-------------------------------------------------------------------------
-r21568 | jelmer | 2007-02-27 22:37:31 +0100 (Tue, 27 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
-
-More tests.
-------------------------------------------------------------------------
-r21572 | jelmer | 2007-02-28 00:47:07 +0100 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
-   M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
-
-More work towards supporting tagged types.
-------------------------------------------------------------------------
-r21573 | jelmer | 2007-02-28 01:19:57 +0100 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
-   M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
-
-Remove more code that assumed all types are typedefs.
-------------------------------------------------------------------------
-r21574 | jelmer | 2007-02-28 01:28:14 +0100 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
-
-Fix handling of DECLARE.
-------------------------------------------------------------------------
-r21575 | jelmer | 2007-02-28 01:35:21 +0100 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Typelist.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
-
-Fix handling of is_scalar() for declares.
-------------------------------------------------------------------------
-r21578 | jelmer | 2007-02-28 02:51:37 +0100 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/README
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
-   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
-
-Use utility function for naming pull/push/print functions.
-------------------------------------------------------------------------
-r21579 | jelmer | 2007-02-28 03:01:58 +0100 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
-
-Use utility function to determine function names in ejs code.
-------------------------------------------------------------------------
-r21584 | jelmer | 2007-02-28 14:25:53 +0100 (Wed, 28 Feb 2007) | 6 lines
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/librpc/idl/echo.idl
-   M /branches/SAMBA_4_0/source/pidl/README
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
-   M /branches/SAMBA_4_0/source/pidl/tests/ndr.pl
-   M /branches/SAMBA_4_0/source/pidl/tests/typelist.pl
-
-Support for tagged types has landed!
-
-It's now possible to use "struct foo" without a typedef in IDL files.
-
-echo_info4 is the first type that's been converted.
-
-------------------------------------------------------------------------
-r21586 | jelmer | 2007-02-28 15:56:46 +0100 (Wed, 28 Feb 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/MANIFEST
-
-update manifest
-------------------------------------------------------------------------
-r21654 | jelmer | 2007-03-02 15:05:52 +0100 (Fri, 02 Mar 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
-
-Add simple test for print functions.
-------------------------------------------------------------------------
-r21656 | jelmer | 2007-03-02 15:53:09 +0100 (Fri, 02 Mar 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   A /branches/SAMBA_4_0/source/lib/registry/tests
-   A /branches/SAMBA_4_0/source/lib/registry/tests/generic.c (from /branches/SAMBA_4_0/source/torture/local/registry.c:21654)
-   A /branches/SAMBA_4_0/source/lib/socket/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/socket.c:21654)
-   A /branches/SAMBA_4_0/source/lib/tdr/testsuite.c (from /branches/SAMBA_4_0/source/torture/local/tdr.c:21654)
-   A /branches/SAMBA_4_0/source/lib/util/tests
-   A /branches/SAMBA_4_0/source/lib/util/tests/file.c (from /branches/SAMBA_4_0/source/torture/local/util_file.c:21654)
-   A /branches/SAMBA_4_0/source/lib/util/tests/idtree.c (from /branches/SAMBA_4_0/source/torture/local/idtree.c:21654)
-   A /branches/SAMBA_4_0/source/lib/util/tests/strlist.c (from /branches/SAMBA_4_0/source/torture/local/util_strlist.c:21654)
-   A /branches/SAMBA_4_0/source/librpc/tests
-   A /branches/SAMBA_4_0/source/librpc/tests/binding_string.c (from /branches/SAMBA_4_0/source/torture/local/binding_string.c:21654)
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   D /branches/SAMBA_4_0/source/torture/local/binding_string.c
-   M /branches/SAMBA_4_0/source/torture/local/config.mk
-   D /branches/SAMBA_4_0/source/torture/local/idtree.c
-   D /branches/SAMBA_4_0/source/torture/local/registry.c
-   D /branches/SAMBA_4_0/source/torture/local/socket.c
-   D /branches/SAMBA_4_0/source/torture/local/tdr.c
-   D /branches/SAMBA_4_0/source/torture/local/util_file.c
-   D /branches/SAMBA_4_0/source/torture/local/util_strlist.c
-
-Move tests a bit closer to the things they test, should make syncing with samba3 easier.
-------------------------------------------------------------------------
-r21681 | jelmer | 2007-03-04 15:16:52 +0100 (Sun, 04 Mar 2007) | 5 lines
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/TODO
-   M /branches/SAMBA_4_0/source/pidl/idl.yp
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/IDL.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
-   M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
-
-Fix bug in the parsing code that parsed "struct foo;" the same as 
-"struct foo {};". 
-
-Reported by one of the OpenChange folks, thanks!
-
-------------------------------------------------------------------------
-r21682 | jelmer | 2007-03-04 15:31:18 +0100 (Sun, 04 Mar 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-
-Remove accidently committed debug command.
-------------------------------------------------------------------------
-r21690 | jelmer | 2007-03-05 01:03:44 +0100 (Mon, 05 Mar 2007) | 1 line
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/tests/header.pl
-   M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl
-
-Test use of typedef /and/ struct name
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
-------------------------------------------------------------------------
-r20993 | lego | 2007-03-07 06:13:56 -0800 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-h248_10.c
-
-another (very small) H.248 package, H.248.10 : Media gateway resource congestion handling package
-
-------------------------------------------------------------------------
-r20994 | lego | 2007-03-07 06:17:08 -0800 (Wed, 07 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248_10.c
-
-props
-------------------------------------------------------------------------
-r20995 | tuexen | 2007-03-07 10:37:56 -0800 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iua.c
-
-Fix a crash: You can not combine unsinged types like FT_INT32 and BASE_HEX.
-
-------------------------------------------------------------------------
-r20996 | tuexen | 2007-03-07 12:28:48 -0800 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-asap.c
-   M /trunk/epan/dissectors/packet-enrp.c
-
-Add support for draft-ietf-rserpool-policies-04.txt.
-
-------------------------------------------------------------------------
-r20997 | sfisher | 2007-03-07 15:39:45 -0800 (Wed, 07 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_statistics.xml
-   M /trunk/gtk/io_stat.c
-
-
-Add a "Bits/Tick" option to the IO Stats dialog to complement the
-"Bytes/Tick" option.
-
-
-------------------------------------------------------------------------
-r20998 | lego | 2007-03-07 16:18:25 -0800 (Wed, 07 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-in TSN tracking: handle the TSN rollover.
-I'll keep TSN tracking disabled by default, as it slows down dissection significantly and eats tons of memory!
-
-------------------------------------------------------------------------
-r20999 | lego | 2007-03-07 16:37:07 -0800 (Wed, 07 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-avoid using an "uninitialized" start variable on gap blocks
-------------------------------------------------------------------------
-r21000 | lego | 2007-03-07 16:43:08 -0800 (Wed, 07 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-fix a syntax error on the last check-in...
-
-------------------------------------------------------------------------
-r21001 | lego | 2007-03-08 01:59:16 -0800 (Thu, 08 Mar 2007) | 2 lines
-Changed paths:
-   A /trunk/epan/dissectors/packet-h248_7.c
-
-Yet another H.248 package: H.248.7 Gateway control protocol: Generic Announcement package
-
-------------------------------------------------------------------------
-r21002 | jmayer | 2007-03-08 06:49:14 -0800 (Thu, 08 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/Makefile.common
-
-Whitespace changes
-------------------------------------------------------------------------
-r21003 | lego | 2007-03-08 14:59:44 -0800 (Thu, 08 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-actually compile H.248.7
-------------------------------------------------------------------------
-r21004 | lego | 2007-03-08 15:00:28 -0800 (Thu, 08 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/wslua/wslua_field.c
-
-fix Bug 1370
-LUA function all_field_infos() causes wire shark to terminate.
-------------------------------------------------------------------------
-r21005 | ulfl | 2007-03-08 15:37:55 -0800 (Thu, 08 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/doc/wireshark.pod
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-   M /trunk/gtk/main.c
-   M /trunk/gtk/main.h
-   M /trunk/gtk/menu.c
-
-from Sake Blok:
-I have changed the patch according to your suggestions and also changed
-the doc[book] files accordingly. I tested the patch and it does seem to
-work fine on my test-system.
-
-ULFL: In addition, I've added the en-/disabling to the other (already existing) Copy menu items - some just did nothing, some crashed if nothing was selected.
-I've also sligthly changed the menu seperators and made both context menus look a bit more identical.
-------------------------------------------------------------------------
-r21006 | ulfl | 2007-03-08 15:48:59 -0800 (Thu, 08 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
-remove the separator above the "Export Selected Packet Bytes" context menu item
-------------------------------------------------------------------------
-r21007 | gerald | 2007-03-08 17:40:30 -0800 (Thu, 08 Mar 2007) | 12 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/docbook/release-notes.xml
-   M /trunk/epan/dissectors/packet-dcp-etsi.c
-
-Fix for bug 1264 from Julian Cable:
-
-    I've refactored the offending code branch and added some comments so
-  hopefully the intent is a bit clearer. The loop termination conditions
-  are now obviously independent of the content on the wire (they were
-  meant to be before, but I admit it was obscure). I've tried using the
-  ephemeral memory routines.
-
-Add a check for a maximum fragment count, and bail out of reassembly instead
-of triggering an ep_alloc exception.  Add Julian to AUTHORS.  Update the 
-release notes.
-
-------------------------------------------------------------------------
-r21008 | tuexen | 2007-03-09 02:49:23 -0800 (Fri, 09 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Add HMAC Algo constants.
-
-------------------------------------------------------------------------
-r21009 | jmayer | 2007-03-09 05:11:33 -0800 (Fri, 09 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nspi.c
-
-Regenerated with current pidl compiler
-
-------------------------------------------------------------------------
-r21010 | jmayer | 2007-03-09 05:13:44 -0800 (Fri, 09 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/packet_info.h
-
-dcerpc_procedure_name  is actually a const char*, not just char*
-
-------------------------------------------------------------------------
-r21011 | jmayer | 2007-03-09 05:14:09 -0800 (Fri, 09 Mar 2007) | 29 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bctp.c
-   M /trunk/epan/dissectors/packet-epl.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccp.h
-   M /trunk/epan/dissectors/packet-sctp.c
-   M /trunk/epan/dissectors/packet-vnc.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/u3.h
-
-GCC warning fixes
-epan/dissectors/
-packet-bctp.c:
-       no newline at end of file
-packet-epl.c:
-       C++ style comments are not allowed in ISO C90
-packet-sccp.c:
-       missing initializer
-packet-sccp.h:
-       comma at end of enumerator list
-packet-sctp.c:
-       suggest parentheses around assignment used as truth value
-packet-vnc.c:
-       control reaches end of non-void function
-       pointer targets in passing argument 1 of 'g_strtod' differ in
-               signedness
-       pointer targets in passing argument 3 of 'vnc_client_to_server'
-               differ in signedness
-gtk/
-main.c:
-       C++ style comments are not allowed in ISO C90
-u3.h:
-       function declaration isn't a prototype
-
-Other (trivial) stuff
-packet-sccp.h:
-       Add svn properties
-
-
-------------------------------------------------------------------------
-r21012 | sahlberg | 2007-03-09 12:02:25 -0800 (Fri, 09 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcp-etsi.c
-
-move some variable declarations to the start of the block.
-
-many compilers do not support the nonstandard feature to declare variables in the middle of a block.
-
-
-
-------------------------------------------------------------------------
-r21013 | lego | 2007-03-09 18:04:57 -0800 (Fri, 09 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/wiretap/k12.c
-
-Major cleanup of debug code and whitespace changes.
-------------------------------------------------------------------------
-r21014 | lego | 2007-03-09 18:11:51 -0800 (Fri, 09 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-Make sure ENDTRY is evaluated.
-
-On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack.
-
-------------------------------------------------------------------------
-r21015 | lego | 2007-03-09 18:13:00 -0800 (Fri, 09 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wcp.c
-
-Make sure ENDTRY is evaluated.
-
-On windows if ENDTRY is not evaluated after a exception is being thrown wireshark will crash in dissect_packet() while attempting to pop the last frame of the exception stack.
-
-------------------------------------------------------------------------
-r21016 | morriss | 2007-03-10 00:36:24 -0800 (Sat, 10 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-epmd.c
-
-From Joost Yervante Damad via bug 1383: support for Erlang Port Mapper Daemon
-message dissection.
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1383
-
-------------------------------------------------------------------------
-r21017 | morriss | 2007-03-10 07:06:11 -0800 (Sat, 10 Mar 2007) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-epl.c
-   M /trunk/epan/dissectors/packet-epl.h
-
-From David Buechi:
-
-- don't show EPL src- and dst-address of SoC frame (same as SoA)
-- show SoA requested service only if it's not "NO_SERVICE"
-- NMT state in StatusResponse in words, not numbers
-- don't show MC and PS flags in SoC (it's now configurable via "Preferences")
-
-Furthermore I extended the value_string struct for the NMT-Command-IDs
-(asnd_cid_vals). This change is used to fully decode the NMTRequest frames.
-
-------------------------------------------------------------------------
-r21018 | morriss | 2007-03-10 22:16:00 -0800 (Sat, 10 Mar 2007) | 18 lines
-Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcp.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/proto.c
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-   M /trunk/plugins/profinet/packet-pn-ptcp.c
-
-Fix bug 552:
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=552
-
-by enforcing that header fields have names of length > 0.  This should fix
-the display of those fields and also make them filterable (which was the
-subject of the bug).  Abbreviations are (still) optional: if they are empty
-then the field is not filterable.
-
-Update README.developer with this information.
-
-Add header field names in several dissectors where they were missing.
-
-In packet-arp.c give "packet-storm-detected" a name (as above) but also set it
-as _GENERATED.
-
-Also remove trailing white space from all the files checked in.
-
-------------------------------------------------------------------------
-r21019 | ulfl | 2007-03-11 05:07:43 -0700 (Sun, 11 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-   M /trunk/plugins/profinet/packet-pn-ptcp.c
-
-as Jeff made empty field names "illegal", he changed the way PN-IO and PN-PTCP showed their blocks in an unwanted way - fix it
-------------------------------------------------------------------------
-r21020 | martinm | 2007-03-12 04:21:02 -0700 (Mon, 12 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-m2pa.c
-
-Make m2pa dissector findable by name.
-
-------------------------------------------------------------------------
-r21021 | sfisher | 2007-03-13 13:42:04 -0700 (Tue, 13 Mar 2007) | 17 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-http.h
-   M /trunk/gtk/export_object.c
-   M /trunk/gtk/export_object.h
-   M /trunk/gtk/export_object_http.c
-
-
-HTTP Export Object updates:
-
- - Split the HTTP tap into two taps: one for the HTTP statistics
-   and the other for the export object function.  This allows the
-   HTTP statistics to work again (they seem to have been
-   partially broken since SVN rev 18901).
- - Pass the conversation data (conv_data) between functions now
-   instead of using the global variable stat_info (now only used
-   for the HTTP stats)
- - Pass only pointers from the HTTP dissector to the Export Object
-   tap, where we'll then copy the values and insert into the slist.
- - Make sure we free all memory allocated by this feature when
-   we're done with it.
- - Various other minor improvements
-
-
-------------------------------------------------------------------------
-r21022 | ulfl | 2007-03-13 19:55:54 -0700 (Tue, 13 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/filesystem.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/gtk/main.c
-
-as requested by "John T. Haller" for PortableApps.com:
-add new WS command line option -P to be able to change some of the path settings
-
-this is experimental, please report bugs
-------------------------------------------------------------------------
-r21023 | etxrab | 2007-03-13 23:29:14 -0700 (Tue, 13 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/diameter/TGPPSh.xml
-   M /trunk/diameter/dictionary.xml
-   M /trunk/diameter/imscxdx.xml
-
-Add comments about 3gpp AVP:s
-------------------------------------------------------------------------
-r21024 | etxrab | 2007-03-14 00:12:55 -0700 (Wed, 14 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/tools/win32-setup.sh
-
-Use the latest GTK packages for Windows.
-------------------------------------------------------------------------
-r21025 | jmayer | 2007-03-14 08:40:44 -0700 (Wed, 14 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tapa.c
-
-Improve the heuristic for the tapa discovery classification.
-This should fix bug 1437.
-
-------------------------------------------------------------------------
-r21026 | gal | 2007-03-14 10:28:55 -0700 (Wed, 14 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-x25.c
-
-"When X.264/ISO 11570 default identification is  being used, there is no user data field in the
-CALL REQUEST packet.  This is for X.225/ISO 8073 COTP."
-
-Added this default handling.
-
-
-------------------------------------------------------------------------
-r21027 | guy | 2007-03-14 11:19:13 -0700 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r21028 | guy | 2007-03-14 11:22:28 -0700 (Wed, 14 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/filesystem.c
-
-Include <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.
-
-------------------------------------------------------------------------
-r21030 | guy | 2007-03-14 11:25:19 -0700 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-
-Correctly return the item value through the pointer.
-
-------------------------------------------------------------------------
-r21031 | guy | 2007-03-14 12:29:42 -0700 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/file_dlg.c
-
-Get rid of some #if-ed out includes, which aren't needed.
-
-------------------------------------------------------------------------
-r21032 | guy | 2007-03-14 12:30:19 -0700 (Wed, 14 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/gtk/main.c
-   M /trunk/gtk/menu.c
-   M /trunk/menu.h
-
-Don't enable "Save As" if you don't have an unsaved live capture file
-and there are no formats in which the file can be saved by some means
-other than copying the raw data; "Save As" isn't a very useful function
-in that case, and that prevents us from having an empty list of formats
-in which the file can be saved.
-
-------------------------------------------------------------------------
-r21033 | jmayer | 2007-03-14 15:58:09 -0700 (Wed, 14 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-strncmp(NULL, ...) isn't such a good idea.
-
-------------------------------------------------------------------------
-r21034 | sfisher | 2007-03-15 17:47:26 -0700 (Thu, 15 Mar 2007) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-
-Fix bug #1394: Runtime error crash after clicking on HTTP packet
-
-The capture file the user supplied had a HTTP chunked response
-in it with no actual chunks other than the zero length chunk
-indicating the end of the chunks.  The fix is to only create
-a new_tvb and copy it over the tvb going into the
-chunked_encoding_dissector() function if the chunk size is > 0.
-
-------------------------------------------------------------------------
-r21035 | grahamb | 2007-03-16 04:39:19 -0700 (Fri, 16 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
-
-Corrected dissection when reading binary inputs that have per point indexes, found by Steven J. Schaeffer
-------------------------------------------------------------------------
-r21036 | martinm | 2007-03-16 07:09:12 -0700 (Fri, 16 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
-
-Turn an error that I've encountered into an easily findable expert item.
-
-------------------------------------------------------------------------
-r21037 | lego | 2007-03-16 14:22:35 -0700 (Fri, 16 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/crypt/crypt-sha1.c
-   M /trunk/epan/crypt/crypt-sha1.h
-
-From: Sebastien Tandel
-And here is the patch to change guint -> guint32 in the hmac function.
-
-
-------------------------------------------------------------------------
-r21038 | sfisher | 2007-03-16 15:05:57 -0700 (Fri, 16 Mar 2007) | 12 lines
-Changed paths:
-   M /trunk/gtk/capture_dlg.c
-
-
-Fix bug #1375: Capture Options with many IP addresses scrolls off
-screen
-
-Changed IP address label to fit into an event box which is in the ip
-address hbox.  This allows the label to expand to fit the capture dialog
-window, but no further.  Expanding the capture dialog window will show 
-more IP addresses.  Left align the label.  Add ... in the middle of a
-long list of IP addresses to show the first few and the last few with
-the gtk_label_set_ellipsize() function in GTK 2.6 and up. 
-
-
-------------------------------------------------------------------------
-r21039 | sfisher | 2007-03-16 17:10:48 -0700 (Fri, 16 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/gtk/capture_dlg.c
-
-
-Update to revision 21038 - line up the IP address label with the
-rest of the items in that part of the capture dialog.
-
-
-------------------------------------------------------------------------
-r21040 | ulfl | 2007-03-16 17:36:40 -0700 (Fri, 16 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-
-minor clean_setup target enhancements
-------------------------------------------------------------------------
-r21041 | morriss | 2007-03-17 01:28:20 -0700 (Sat, 17 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tapa.c
-
-Strengthen TAPA's heuristics some:
-       - check if the tunnel type is known
-       - if it's a discover_request, check that the (first) request type
-         is known
-
-------------------------------------------------------------------------
-r21042 | morriss | 2007-03-17 01:56:11 -0700 (Sat, 17 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/gtk/mtp3_stat.c
-
-Fix bug 1336:
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1336
-
-Since mtp3_stat_draw() returns immediately if passed a NULL tapdata pointer,
-call it with a pointer to the stat data (instead of NULL) in
-mtp3_stat_gtk_cb().
-
-------------------------------------------------------------------------
-r21043 | lego | 2007-03-17 07:56:04 -0700 (Sat, 17 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/wiretap/k12.c
-
-K15 phase 1
-be able to read files with records larger than 0x2000 bytes
-
-this fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=532
-------------------------------------------------------------------------
-r21044 | lego | 2007-03-17 10:40:21 -0700 (Sat, 17 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/wiretap/k12.c
-
-K15 final:
-add another interface record type with the very same arch than the "old" one.
-
-now I can read all the K15 files I got.
-------------------------------------------------------------------------
-r21045 | lego | 2007-03-17 10:55:19 -0700 (Sat, 17 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/wiretap/k12.c
-
-rename a variable.
-------------------------------------------------------------------------
-r21046 | lego | 2007-03-17 14:43:34 -0700 (Sat, 17 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-
-dissect H.248 over TPKT over TCP
-------------------------------------------------------------------------
-r21047 | lego | 2007-03-17 14:44:22 -0700 (Sat, 17 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-dissect H.248 over TPKT over TCP
-------------------------------------------------------------------------
-r21048 | lego | 2007-03-18 06:53:07 -0700 (Sun, 18 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-
-make sure curr_info.evt is not-NULL before derreferencing it.
-
-fixes Bug 1451
-------------------------------------------------------------------------
-r21049 | lego | 2007-03-18 06:53:28 -0700 (Sun, 18 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248.c
-
-make sure curr_info.evt is not-NULL before derreferencing it.
-
-fixes Bug 1451
-------------------------------------------------------------------------
-r21050 | lego | 2007-03-18 07:56:58 -0700 (Sun, 18 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-
-make sure curr_info.sig is not-NULL before derreferencing it.
-
-similar to  Bug 1451
-------------------------------------------------------------------------
-r21051 | lego | 2007-03-18 07:57:26 -0700 (Sun, 18 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248.c
-
-make sure curr_info.sig is not-NULL before derreferencing it.
-
-similar to  Bug 1451
-------------------------------------------------------------------------
-r21052 | wmeier | 2007-03-18 08:36:22 -0700 (Sun, 18 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dfilter/Makefile.nmake
-   M /trunk/epan/dissectors/Makefile.nmake
-   M /trunk/epan/ftypes/Makefile.nmake
-   M /trunk/epan/wslua/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/tools/lemon/Makefile.nmake
-   M /trunk/wiretap/Makefile.nmake
-
-Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defined)
-
-------------------------------------------------------------------------
-r21053 | lego | 2007-03-18 11:55:52 -0700 (Sun, 18 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.h
-
-protect from multiple inclussion
-------------------------------------------------------------------------
-r21054 | lego | 2007-03-18 14:54:07 -0700 (Sun, 18 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-
-add a tap to h248
-------------------------------------------------------------------------
-r21055 | lego | 2007-03-18 14:55:00 -0700 (Sun, 18 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-add a tap to h248
-------------------------------------------------------------------------
-r21056 | lego | 2007-03-18 15:14:12 -0700 (Sun, 18 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls.h
-   M /trunk/gtk/voip_calls_dlg.c
-
-add  h248 to VoIP Calls
-------------------------------------------------------------------------
-r21057 | lego | 2007-03-18 15:26:08 -0700 (Sun, 18 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-
-squelch some warnings
-------------------------------------------------------------------------
-r21058 | lego | 2007-03-18 16:14:06 -0700 (Sun, 18 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-m3ua.c
-
-add an mtp3  tap to m3ua to allow VoIP Calls to see ISUP/BICC calls over M3UA
-------------------------------------------------------------------------
-r21059 | lego | 2007-03-18 16:15:19 -0700 (Sun, 18 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
-
-check the pointer before derreferencing it
-------------------------------------------------------------------------
-r21060 | lego | 2007-03-18 16:16:54 -0700 (Sun, 18 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls.h
-
-have voip_calls using the m3ua tap
-------------------------------------------------------------------------
-r21061 | guy | 2007-03-18 17:03:17 -0700 (Sun, 18 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-usb.c
-
-From Charles Lepple: in a Get Descriptor message, the descriptor index
-comes before the descriptor type.
-
-------------------------------------------------------------------------
-r21062 | lego | 2007-03-18 17:32:33 -0700 (Sun, 18 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-m3ua.c
-
-bzero the tap data.
-------------------------------------------------------------------------
-r21063 | lego | 2007-03-18 17:36:42 -0700 (Sun, 18 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/voip_calls.c
-
-voip_calls.c:
-- instead of wrongly using the h248 call counter use tapinfo's counter
-
-graph_analysis.c:
-- beautify  the code (I was trying to the bug that got fixed by bzeroing m3ua tap data however this looks better!).
-------------------------------------------------------------------------
-r21064 | guy | 2007-03-18 19:36:30 -0700 (Sun, 18 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-Get rid of unused variable.
-
-------------------------------------------------------------------------
-r21065 | morriss | 2007-03-19 03:34:26 -0700 (Mon, 19 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-- Set hf_sctp_acked and hf_sctp_rtt as generated.
-- Change "sctp.retransmitted" to "sctp.retransmission" since that field
-  is set on messages that are retransmissions, not messages that were
-  retransmitted.
-- Change some formatting to make it more consistent.
-
-------------------------------------------------------------------------
-r21066 | gal | 2007-03-19 12:08:22 -0700 (Mon, 19 Mar 2007) | 34 lines
-Changed paths:
-   M /trunk/epan/prefs-int.h
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-   M /trunk/gtk/prefs_dlg.c
-
-This change allows a structure to be created under the "Protocols" section of the preferences.
-
-A new function is introduced, prefs_register_protocol_subtree(), that allows the subtree the protocol should appear under to be specified. The subtree is specified as a string, with a '/' delimiting each subtree element. For example,
-       prefs_register_protocol(proto_dap, prefs_register_dap);
-becomes
-       prefs_register_protocol_subtree("OSI/X.500", proto_dap, prefs_register_dap);
-
-The function will create all the intermediate subtree nodes that are required, if they don't already exist. 
-This allows the grouping of procotols which should make the list of protocols more manageable as even more are added. The current aim is to group by protocol family e.g. 
-+ OSI
-  + X.400
-      X.411
-      X.420
-  + X.500
-      DISP
-      DAP
-      DOP
-      DSP
-  + X.509
-      X509AF
-      X509CE
-      ...
-
-but others grouping could be envisioned (e.g. by first letter). 
-
-As the intermediate nodes may already have preferences (e.g. OSI), then modules are now allowed to have submodules. Previously each node was either a subtree or held preferences. This is consistent with the "User Interface" node.
-
-The subtree structure has no effect on how the preferences are saved to file, and the "Protocol Preferences..." menu option will bring up the preferences expanded to the correct node.
-
-In addition, a new "blank page" has been introduced for intermediate nodes that have no preferences (and is also used when the "Protocols" node itself is chosen). This prevents confusion when the user moves from a node with preferences to a node without preferences, but the page old page is still shown.
-
-There is also a change to prevent '#' characters in a value being treated as a comment when parsing the preferences file. (There is nothing that adds comments when writing the preferences file.) 
-
-
-------------------------------------------------------------------------
-r21067 | gerald | 2007-03-19 13:13:01 -0700 (Mon, 19 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-udp.c
-
-Extend the bad checksum description to include '(maybe caused by "UDP
-checksum offload"?)', similar to the TCP dissector.
-
-Minor whitespace fixups.
-
-------------------------------------------------------------------------
-r21068 | sahlberg | 2007-03-20 07:27:13 -0700 (Tue, 20 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-
-ifdef out a function that is not yet used to get rid of a compiler warning
-
-packet-bacapp.c:4269: warning: `fDeviceObjectPropertyReference' defined but not
-used
-
-
-------------------------------------------------------------------------
-r21069 | sahlberg | 2007-03-20 07:42:49 -0700 (Tue, 20 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mikey.c
-
-remove some compiler warnings for unused parameters
-
-
-------------------------------------------------------------------------
-r21070 | sahlberg | 2007-03-20 07:50:15 -0700 (Tue, 20 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-remove some compiler warnings about unused parameters
-
-
-------------------------------------------------------------------------
-r21071 | sahlberg | 2007-03-20 07:58:55 -0700 (Tue, 20 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-remove some compiler warnings
-
-
-------------------------------------------------------------------------
-r21072 | sahlberg | 2007-03-20 08:05:04 -0700 (Tue, 20 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rmcp.c
-
-remove some compiler warnings about unused variables
-
-
-------------------------------------------------------------------------
-r21073 | sahlberg | 2007-03-20 08:07:28 -0700 (Tue, 20 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb-logon.c
-
-remove some unused variables
-
-
-------------------------------------------------------------------------
-r21074 | martinm | 2007-03-20 10:20:36 -0700 (Tue, 20 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-Try to squash a warning seen by win32 buildbot
-
-------------------------------------------------------------------------
-r21075 | lego | 2007-03-20 17:43:05 -0700 (Tue, 20 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/asn1/ranap/ranap-exp.cnf
-
-Add RANAP information to the sccp_info
-------------------------------------------------------------------------
-r21076 | lego | 2007-03-20 17:48:46 -0700 (Tue, 20 Mar 2007) | 13 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bssap.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-ranap.h
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccp.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet_info.h
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/wslua_dumper.c
-
-packet_info.c and packet.c
-add sccp_info to struct _packet_info (Sorry but the way private_data works and the fact that TCAP uses it and BSSAP/RANAP can be tunnelled on GSMMAP over TCAP makes it impossible to avoid)
-
-SCCP
-- Have SCCP to have a TAP,
-- Fix associations so that every message belongs to the association.
-- Export message type values so that they can be used by a tap listener
-
-RANAP
- - Have RANAP information attached to the sccp_info 
-
-BSSAP + GSM_A
-- Have DTAP, BSSMAP and BSSAP info attached to the sccp_info
-------------------------------------------------------------------------
-r21077 | lego | 2007-03-20 17:59:00 -0700 (Tue, 20 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls.h
-   M /trunk/gtk/voip_calls_dlg.c
-
-Add the sccp tap to the "VoIP Calls" Tap (which by now should be renamed to just "Calls") but that's for later.
-
-Now it does H323, SIP, MGCP, ISUP/BICC, RANAP, BSSAP, H.248  and others...
-------------------------------------------------------------------------
-r21078 | ulfl | 2007-03-20 18:32:50 -0700 (Tue, 20 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/wiretap/Makefile.nmake
-   M /trunk/wiretap/ascend-grammar.y
-   M /trunk/wiretap/ascend-int.h
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/lanalyzer.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/visual.c
-
-set compiler option "treat warnings as errors" - to prevent new warnings for wiretap
-
-remove all compiler warnings:
-a) prevent wrong malloc/free definitions by lex/yacc generated files
-b) add int/time_t casts - MSVC2005 is more "sensitive" about this than MSVC6
-------------------------------------------------------------------------
-r21079 | ulfl | 2007-03-20 19:47:53 -0700 (Tue, 20 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/wiretap/k12.c
-
-fix another warning
-------------------------------------------------------------------------
-r21080 | ulfl | 2007-03-20 20:26:26 -0700 (Tue, 20 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/compat_macros.h
-   M /trunk/gtk/filter_dlg.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/mcast_stream.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls.c
-
-fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flag
-------------------------------------------------------------------------
-r21081 | morriss | 2007-03-20 21:48:32 -0700 (Tue, 20 Mar 2007) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Add tracking of retransmitted TSNs.  That is, for a TSN that we found was
-retransmitted, add items to its tree describing those retransmissions (frame
-where the retransmission is and RTO).  Limit this to 100 retransmissions to
-avoid running out of memory in pathological cases.
-
-This adds the filters "sctp.retransmitted" (TSNs that were retransmitted)
-and "sctp.retransmitted_count" (count of number of times the TSN was
-retransmitted).
-
-The RTO is intentionally not added to the retransmitted TSN tree as it is
-already added to the retransmission(s).  The RTO is displayed, however.
-
-------------------------------------------------------------------------
-r21082 | jmayer | 2007-03-20 21:54:20 -0700 (Tue, 20 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-homeplug.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-roofnet.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/packet_list.h
-
-Fixes for: warning: function declaration isn't a prototype
-
-------------------------------------------------------------------------
-r21083 | jmayer | 2007-03-20 21:58:38 -0700 (Tue, 20 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-lwapp.c
-
-Small spelling fixes
-------------------------------------------------------------------------
-r21084 | jmayer | 2007-03-20 21:59:53 -0700 (Tue, 20 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mikey.c
-   M /trunk/epan/wslua/wslua_pinfo.c
-
-Fixes for: warning: comma at end of enumerator list
-
-------------------------------------------------------------------------
-r21085 | jmayer | 2007-03-20 22:06:01 -0700 (Tue, 20 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/unicode-utils.c
-   M /trunk/epan/wslua/make-taps.pl
-
-Fixes for: warning: ISO C does not allow extra ';' outside of a function
-
-------------------------------------------------------------------------
-r21086 | sahlberg | 2007-03-21 01:11:37 -0700 (Wed, 21 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb-masstorage.c
-
-remove some compiler warnings
-
-
-------------------------------------------------------------------------
-r21087 | sahlberg | 2007-03-21 01:32:15 -0700 (Wed, 21 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
-
-remove some compiler warnings
-
-
-------------------------------------------------------------------------
-r21088 | sahlberg | 2007-03-21 03:22:22 -0700 (Wed, 21 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
-   M /trunk/asn1/cmip/cmip-exp.cnf
-   M /trunk/asn1/disp/disp-exp.cnf
-   M /trunk/asn1/dop/dop-exp.cnf
-   M /trunk/asn1/dsp/dsp-exp.cnf
-   M /trunk/asn1/ftam/ftam-exp.cnf
-   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/pkix1explicit/pkix1explicit-exp.cnf
-   M /trunk/asn1/pkix1implicit/pkix1implicit-exp.cnf
-   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
-   M /trunk/asn1/ros/ros-exp.cnf
-   M /trunk/asn1/rtse/rtse-exp.cnf
-   M /trunk/asn1/umts_rrc/umts_rrc-exp.cnf
-   M /trunk/asn1/umts_rrc_Internode-defs/umts_rrc_internode-defs-exp.cnf
-   M /trunk/asn1/umts_rrc_ies/umts_rrc_ies-exp.cnf
-   M /trunk/asn1/umts_rrc_pdu_def/packet-umts_rrc_pdu_def-template.c
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
-   M /trunk/epan/dissectors/packet-acp133.c
-   M /trunk/epan/dissectors/packet-acp133.h
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-ansi_map.h
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-   M /trunk/epan/dissectors/packet-cdt.c
-   M /trunk/epan/dissectors/packet-cdt.h
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-cmp.h
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-   M /trunk/epan/dissectors/packet-crmf.c
-   M /trunk/epan/dissectors/packet-crmf.h
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-disp.h
-   M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-dop.h
-   M /trunk/epan/dissectors/packet-dsp.c
-   M /trunk/epan/dissectors/packet-dsp.h
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ess.h
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-   M /trunk/epan/dissectors/packet-ftbp.c
-   M /trunk/epan/dissectors/packet-ftbp.h
-   M /trunk/epan/dissectors/packet-gnm.c
-   M /trunk/epan/dissectors/packet-gnm.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-gsm_ss.h
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h225.h
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h235.h
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-inap.h
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.h
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/epan/dissectors/packet-nbap.h
-   M /trunk/epan/dissectors/packet-ns_cert_exts.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-ocsp.h
-   M /trunk/epan/dissectors/packet-pkcs1.c
-   M /trunk/epan/dissectors/packet-pkcs1.h
-   M /trunk/epan/dissectors/packet-pkcs12.c
-   M /trunk/epan/dissectors/packet-pkinit.c
-   M /trunk/epan/dissectors/packet-pkinit.h
-   M /trunk/epan/dissectors/packet-pkix1explicit.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.h
-   M /trunk/epan/dissectors/packet-pkix1implicit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.h
-   M /trunk/epan/dissectors/packet-pkixproxy.c
-   M /trunk/epan/dissectors/packet-pkixproxy.h
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-pkixqualified.h
-   M /trunk/epan/dissectors/packet-pkixtsp.c
-   M /trunk/epan/dissectors/packet-pkixtsp.h
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-ranap.h
-   M /trunk/epan/dissectors/packet-rnsap.c
-   M /trunk/epan/dissectors/packet-rnsap.h
-   M /trunk/epan/dissectors/packet-ros.c
-   M /trunk/epan/dissectors/packet-ros.h
-   M /trunk/epan/dissectors/packet-rrlp.c
-   M /trunk/epan/dissectors/packet-rrlp.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-s4406.c
-   M /trunk/epan/dissectors/packet-smrse.c
-   M /trunk/epan/dissectors/packet-smrse.h
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   M /trunk/epan/dissectors/packet-ulp.c
-   M /trunk/epan/dissectors/packet-umts_rrc.c
-   M /trunk/epan/dissectors/packet-umts_rrc.h
-   M /trunk/epan/dissectors/packet-umts_rrc_ies.c
-   M /trunk/epan/dissectors/packet-umts_rrc_ies.h
-   M /trunk/epan/dissectors/packet-wlancertextn.c
-   M /trunk/epan/dissectors/packet-wlancertextn.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x420.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509ce.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-   M /trunk/tools/asn2wrs.py
-
-change the signature that asn2wrs generates for functions to marm all parameters as _U_
-to reduce the number of compiler warnings.
-
-update some template and cnf files to use _U_ as well 
-
-
-------------------------------------------------------------------------
-r21089 | ulfl | 2007-03-21 05:37:39 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-
-fix another three MSVC 8.0 warnings
-------------------------------------------------------------------------
-r21090 | martinm | 2007-03-21 07:00:23 -0700 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-Squash a couple of warnings.
-
-------------------------------------------------------------------------
-r21091 | jake | 2007-03-21 09:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-
-Add ether type for Link Layer Topology Discovery (LLTD)
-------------------------------------------------------------------------
-r21092 | martinm | 2007-03-21 10:14:33 -0700 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-
-Try to squash a warning seen on win32 buildbot.
-
-------------------------------------------------------------------------
-r21093 | gerald | 2007-03-21 13:44:07 -0700 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add a note about the HTTP chunked response crash.
-
-------------------------------------------------------------------------
-r21094 | ulfl | 2007-03-21 14:13:39 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/README.txt
-
-add zip to the list of required packages for cygwin
-------------------------------------------------------------------------
-r21095 | ulfl | 2007-03-21 14:15:35 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
-
-add a (small) section to create the User/Developer Guide - it only links to the file docbook/README.txt
-------------------------------------------------------------------------
-r21096 | ulfl | 2007-03-21 14:17:21 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_app_files.xml
-
-add folder information about Vista and some redesign of the general file/folder informations
-------------------------------------------------------------------------
-r21097 | ulfl | 2007-03-21 14:23:56 -0700 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/menu.c
-
-minor "Copy" menu item fix:
-split the "sensitivity control" into "Copy" and "Copy/As Filter", otherwise it's not possible to copy a field that is not filterable (e.g. text only descriptions)
-------------------------------------------------------------------------
-r21098 | ulfl | 2007-03-21 16:14:23 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/capture_stop_conditions.c
-   M /trunk/editcap.c
-   M /trunk/tap-iostat.c
-   M /trunk/text2pcap.c
-
-fix MSVC warnings of / and set CFLAGS to block new warnings
-------------------------------------------------------------------------
-r21099 | sfisher | 2007-03-21 16:22:32 -0700 (Wed, 21 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk
-   M /trunk/docbook
-
-
-Set svn:ignore on ylwrap (introduced as a symlink in newer versions of
-automake) and docbook/fop-* to cover any version of FOP files.
-
-
-------------------------------------------------------------------------
-r21100 | ulfl | 2007-03-21 16:55:46 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/codecs/Makefile.nmake
-
-no MSVC warnings, set CFLAGS to block new warnings
-------------------------------------------------------------------------
-r21101 | ulfl | 2007-03-21 16:58:14 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.c
-
-fix two MSVC warnings
-------------------------------------------------------------------------
-r21102 | ulfl | 2007-03-21 16:59:41 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/agentx/Makefile.nmake
-   M /trunk/plugins/artnet/Makefile.nmake
-   M /trunk/plugins/asn1/Makefile.nmake
-   M /trunk/plugins/ciscosm/Makefile.nmake
-   M /trunk/plugins/docsis/Makefile.nmake
-   M /trunk/plugins/enttec/Makefile.nmake
-   M /trunk/plugins/gryphon/Makefile.nmake
-   M /trunk/plugins/irda/Makefile.nmake
-   M /trunk/plugins/lwres/Makefile.nmake
-   M /trunk/plugins/mate/Makefile.nmake
-   M /trunk/plugins/megaco/Makefile.nmake
-   M /trunk/plugins/mgcp/Makefile.nmake
-   M /trunk/plugins/opsi/Makefile.nmake
-   M /trunk/plugins/pcli/Makefile.nmake
-   M /trunk/plugins/profinet/Makefile.nmake
-   M /trunk/plugins/rlm/Makefile.nmake
-   M /trunk/plugins/rtnet/Makefile.nmake
-   M /trunk/plugins/rudp/Makefile.nmake
-   M /trunk/plugins/sbus/Makefile.nmake
-   M /trunk/plugins/stats_tree/Makefile.nmake
-   M /trunk/plugins/tpg/Makefile.nmake
-   M /trunk/plugins/v5ua/Makefile.nmake
-
-set CFLAGS to block new warnings for all plugins (except for giop and h223, which has remaining issues - for now)
-------------------------------------------------------------------------
-r21103 | ulfl | 2007-03-21 17:11:55 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/h223/Makefile.nmake
-   M /trunk/plugins/h223/packet-h223.c
-
-fix a warning, set CFLAGS to block new warnings
-------------------------------------------------------------------------
-r21104 | ulfl | 2007-03-21 17:40:04 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/guid-utils.c
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/to_str.c
-
-fix some more warnings
-------------------------------------------------------------------------
-r21105 | ulfl | 2007-03-21 17:49:06 -0700 (Wed, 21 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/radius_dict.l
-
-fix some more warnings
-------------------------------------------------------------------------
-r21106 | wmeier | 2007-03-21 19:44:52 -0700 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-
-Use correct 'rm -f gtk2.tmp/*' so all files in dir get deleted
-
-------------------------------------------------------------------------
-r21107 | wmeier | 2007-03-21 19:51:21 -0700 (Wed, 21 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-
-Even simpler: use 'rm -rf gtk2.tmp'
-
-------------------------------------------------------------------------
-r21108 | sahlberg | 2007-03-22 01:03:44 -0700 (Thu, 22 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
-
-Remove a compiler warning by #if 0  out a function that is not called.
-
-The function is referenced from a comment which is why it was #ifed out instead of just deleted.
-
-
-------------------------------------------------------------------------
-r21109 | morriss | 2007-03-22 01:11:16 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-syslog.c
-
-From Abhik Sarkar: call add_new_data_source() on generated (MTP3) tvb so that users can see the bytes in a (new) byte pane.
-------------------------------------------------------------------------
-r21110 | sahlberg | 2007-03-22 01:45:01 -0700 (Thu, 22 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
-
-Using a patched version of pidl that decorates all parameters with _U_
-and updates to the conformance file,
-regenerate the eventlog dissector to remove a lot of compiler warnings
-
-
-------------------------------------------------------------------------
-r21111 | martinm | 2007-03-22 03:32:42 -0700 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
-
-Try to squelch another couple of MSVC warnings.
-
-------------------------------------------------------------------------
-r21112 | sahlberg | 2007-03-22 03:44:33 -0700 (Thu, 22 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/wiretap/Makefile.common
-   M /trunk/wiretap/file_access.c
-   A /trunk/wiretap/mpeg-audio.c
-   A /trunk/wiretap/mpeg-audio.h
-   A /trunk/wiretap/mpeg.c
-   A /trunk/wiretap/mpeg.h
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
-
-From Shaun Jackman
-
-Wiretap support to read MPEG files
-
-
-------------------------------------------------------------------------
-r21113 | sahlberg | 2007-03-22 04:33:18 -0700 (Thu, 22 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/wiretap/mpeg.c
-
-Add some missing includes and hope that msvc will find the definition for off_t
-
-
-------------------------------------------------------------------------
-r21114 | sahlberg | 2007-03-22 04:43:07 -0700 (Thu, 22 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/asn1/Makefile.am
-   A /trunk/asn1/mpeg
-   A /trunk/asn1/mpeg/Makefile
-   A /trunk/asn1/mpeg/mpeg-audio-exp.cnf
-   A /trunk/asn1/mpeg/mpeg-audio.asn
-   A /trunk/asn1/mpeg/mpeg-audio.cnf
-   A /trunk/asn1/mpeg/mpeg-pes-exp.cnf
-   A /trunk/asn1/mpeg/mpeg-pes.asn
-   A /trunk/asn1/mpeg/mpeg-pes.cnf
-   A /trunk/asn1/mpeg/packet-mpeg-audio-template.c
-   A /trunk/asn1/mpeg/packet-mpeg-pes-template.c
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-mpeg-audio.c
-   A /trunk/epan/dissectors/packet-mpeg-pes.c
-
-From Shaun J
-
-Dissectors for MPEG streams
-
-
-------------------------------------------------------------------------
-r21115 | sahlberg | 2007-03-22 04:59:39 -0700 (Thu, 22 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/wiretap/mpeg.c
-
-From Graham Bloice
-
-Remove compiler warnings
-
-
-------------------------------------------------------------------------
-r21116 | grahamb | 2007-03-22 05:55:01 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/wiretap/wtap.def
-
-Added mpeg exports
-------------------------------------------------------------------------
-r21117 | grahamb | 2007-03-22 06:16:37 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/packaging/u3/win32
-
-Added entries to ignore list
-------------------------------------------------------------------------
-r21118 | ulfl | 2007-03-22 06:57:02 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/mate/Makefile.nmake
-
-leave out the mate plugin for now, so buildbot might compile again ...
-------------------------------------------------------------------------
-r21119 | jmayer | 2007-03-22 08:12:14 -0700 (Thu, 22 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Add a comment about CCX
-
-------------------------------------------------------------------------
-r21120 | jmayer | 2007-03-22 08:19:49 -0700 (Thu, 22 Mar 2007) | 14 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-kink.c
-   M /trunk/epan/dissectors/packet-nbns.c
-   M /trunk/epan/dissectors/packet-pflog.c
-
-Sebastien Tandel:
-some warning fixes
-
-packet-http.c
-    set headers.content_length = 0 before the first potential use of it.
-packet-kink.c
-    "ifdef kerberos" around one function declaration
-packet-nbns.c
-    set headers.{dgm_length|pkt_offset|error_code} = 0
-packet-pflog.c
-    delete capture_pflog and
-capture_old_pflog which aren't used anymore in the code.
-
-------------------------------------------------------------------------
-r21121 | lego | 2007-03-22 14:51:56 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Avoid calling ep_alloc for 0 bytes.
-------------------------------------------------------------------------
-r21122 | etxrab | 2007-03-22 15:26:59 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
-
-Use the latest GTK stuff.
-------------------------------------------------------------------------
-r21123 | ulfl | 2007-03-22 15:41:16 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
-
-correct multidimensional SAFEARRAYs
-------------------------------------------------------------------------
-r21124 | ulfl | 2007-03-22 15:47:37 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/wslua/make-taps.pl
-
-fix warnings
-------------------------------------------------------------------------
-r21125 | ulfl | 2007-03-22 15:54:00 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/crypt/Makefile.nmake
-   M /trunk/epan/dfilter/Makefile.nmake
-   M /trunk/epan/ftypes/Makefile.nmake
-   M /trunk/epan/wslua/Makefile.nmake
-
-add "treat warnings as errors" flag(s)
-------------------------------------------------------------------------
-r21126 | lego | 2007-03-22 15:59:20 -0700 (Thu, 22 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bssap.c
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccp.h
-   M /trunk/epan/dissectors/packet-sua.c
-   M /trunk/epan/libwireshark.def
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls.h
-
-Mine:
-* add SUA to the "VoIP Calls" tap.
-* propagate changes to packet-sccp.h to other dissectors
-
-From Neil Piercy:
-* add SLR, DLR and CAUSE to COL_INFO
-------------------------------------------------------------------------
-r21127 | sfisher | 2007-03-22 16:03:39 -0700 (Thu, 22 Mar 2007) | 9 lines
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/capture_sync.c
-   M /trunk/codecs/Makefile.am
-   M /trunk/configure.in
-   M /trunk/file.c
-   M /trunk/plugins/agentx/Makefile.am
-   M /trunk/plugins/artnet/Makefile.am
-   M /trunk/plugins/asn1/Makefile.am
-   M /trunk/plugins/ciscosm/Makefile.am
-   M /trunk/plugins/docsis/Makefile.am
-   M /trunk/plugins/enttec/Makefile.am
-   M /trunk/plugins/gryphon/Makefile.am
-   M /trunk/plugins/h223/Makefile.am
-   M /trunk/plugins/h223/packet-h223.c
-   M /trunk/plugins/irda/Makefile.am
-   M /trunk/plugins/lwres/Makefile.am
-   M /trunk/plugins/megaco/Makefile.am
-   M /trunk/plugins/megaco/packet-megaco.c
-   M /trunk/plugins/mgcp/Makefile.am
-   M /trunk/plugins/opsi/Makefile.am
-   M /trunk/plugins/pcli/Makefile.am
-   M /trunk/plugins/profinet/Makefile.am
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
-   M /trunk/plugins/rlm/Makefile.am
-   M /trunk/plugins/rtnet/Makefile.am
-   M /trunk/plugins/rudp/Makefile.am
-   M /trunk/plugins/sbus/Makefile.am
-   M /trunk/plugins/stats_tree/Makefile.am
-   M /trunk/plugins/tpg/Makefile.am
-   M /trunk/plugins/v5ua/Makefile.am
-   M /trunk/wiretap/Makefile.am
-   M /trunk/wiretap/configure.in
-
-
-Add -Werror when using GCC only to the Makefile.am of the base
-directory and most of the plugins to match the same command 
-put in the Makefile.nmake files for Windows compliations.  Fix
-a few warnings when compiling under gcc 3.4.4 on FreeBSD.  Create
-new automake file variable called USING_GCC in configure.in and
-wiretap/configure.in to acomplish the above -Werror addition. 
-
-
-------------------------------------------------------------------------
-r21128 | ulfl | 2007-03-22 16:14:37 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/wiretap/mpeg.c
-
-fix a new warning
-------------------------------------------------------------------------
-r21129 | sfisher | 2007-03-22 16:24:13 -0700 (Thu, 22 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/crypt/Makefile.am
-   M /trunk/epan/crypt/airpdcap.c
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/epan/ftypes/Makefile.am
-   M /trunk/epan/wslua/Makefile.am
-
-
-Add -Werror for gcc to a few more directories and fix a few warnings
-
-
-------------------------------------------------------------------------
-r21130 | sfisher | 2007-03-22 16:28:58 -0700 (Thu, 22 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dfilter/Makefile.am
-
-
-Remove -Werror under gcc temporarily until a warning can be fixed 
-in grammar.c
-
-
-------------------------------------------------------------------------
-r21131 | ulfl | 2007-03-22 16:29:55 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-
-fix new warnings
-------------------------------------------------------------------------
-r21132 | ulfl | 2007-03-22 16:30:57 -0700 (Thu, 22 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dtd.h
-
-fix warning: add #include <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
-
-
-From Sebastien Tandel:
-
-fixes gcc warnings and get rid of declaration after statements
-
-
-------------------------------------------------------------------------
-r21160 | sfisher | 2007-03-23 17:45:11 -0700 (Fri, 23 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/find_dlg.c
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/image/toolbar/capture_capture_16.xpm
-   M /trunk/image/toolbar/capture_details_16.xpm
-   M /trunk/image/toolbar/capture_prepare_16.xpm
-
-
-Remove all warnings under Unix for the gtk/ directory.
-
-
-------------------------------------------------------------------------
-r21161 | sfisher | 2007-03-23 18:38:58 -0700 (Fri, 23 Mar 2007) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-   M /trunk/epan/dissectors/packet-ssl.c
-
-
-Fix mess with ssl_version_short_names[] being defined multiple places
-now that it is no longer a static variable in packet-ssl-utils.h.
-Leaving it as static caused a warning turned error that it was unused
-in the current file (packet-ssl-utils.h).  Resolution: Move the variable
-to packet-ssl.c and declare as extern in packet-dtls.c - the only other
-place that needs it.
-
-
-------------------------------------------------------------------------
-r21162 | ulfl | 2007-03-23 19:45:45 -0700 (Fri, 23 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/gtk/capture_if_details_dlg.c
-
-as mentioned by Graham Bloice:
-sockaddr_storage doesn't depend on the MSVC version used, but the version of the Winsock API, which might be updated by the Platform SDK even on MSVC 6 - so depending on the _MSC_VER is not the way to go
-------------------------------------------------------------------------
-r21163 | jake | 2007-03-24 00:05:39 -0700 (Sat, 24 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Make some more string conversions available to plugins
-------------------------------------------------------------------------
-r21164 | sfisher | 2007-03-24 00:33:25 -0700 (Sat, 24 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-3g-a11.c
-   M /trunk/epan/dissectors/packet-aim-buddylist.c
-   M /trunk/epan/dissectors/packet-aim-chat.c
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-   M /trunk/epan/dissectors/packet-aim-signon.c
-   M /trunk/epan/dissectors/packet-aim.c
-   M /trunk/epan/dissectors/packet-aim.h
-   M /trunk/epan/dissectors/packet-ajp13.c
-
-
-From Sebastien Tandel:
-
-Fixes for warnings
-
-
-------------------------------------------------------------------------
-r21165 | morriss | 2007-03-24 03:07:20 -0700 (Sat, 24 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-Fix bug 1452: Don't pass a null pointer to g_strsplit().
-------------------------------------------------------------------------
-r21166 | morriss | 2007-03-24 06:21:08 -0700 (Sat, 24 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
-
-Add brackets to extern of ssl_version_short_names[] to fix compiler warnings.
-------------------------------------------------------------------------
-r21167 | morriss | 2007-03-24 06:46:41 -0700 (Sat, 24 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-smb2.c
-
-Clean up some more warnings: unused variables, unitialized variables, wrong format (%ld instead of %d) in packet-sccp.c
-------------------------------------------------------------------------
-r21168 | ulfl | 2007-03-24 11:26:34 -0700 (Sat, 24 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/gtk/capture_if_details_dlg.c
-
-hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 also defines this - but not sockaddr_storage :-(
-
-Next try is to use the WINVER #define. AFAIK, this depends on the Platform SDK version used, which is actually our problem here. So this fix *might* work ...
-------------------------------------------------------------------------
-r21169 | sahlberg | 2007-03-24 14:56:14 -0700 (Sat, 24 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-fix a bug (found by compiler warning) where we initialize the wrong variable.
-
-
-------------------------------------------------------------------------
-r21170 | ulfl | 2007-03-24 16:50:15 -0700 (Sat, 24 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
-
-add a section about the buildbot
-some other minor editing
-------------------------------------------------------------------------
-r21171 | ulfl | 2007-03-24 17:46:04 -0700 (Sat, 24 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
-
-edit some things about source code (update)
-------------------------------------------------------------------------
-r21172 | ulfl | 2007-03-24 17:47:53 -0700 (Sat, 24 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
-
-fix validation
-------------------------------------------------------------------------
-r21173 | sahlberg | 2007-03-24 22:20:56 -0700 (Sat, 24 Mar 2007) | 14 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-   M /trunk/epan/dissectors/packet-usb.h
-
-unbreaking the usb dissector
-
-since dlt189 was introduced   the dissector has been suboptimal
-
-
-assuming the capture   usb_memory_stick.pcap on the wiki shows what this linktype
-should look like, this patch
-- adds request in/response in/time  generated fields to the dissect pane
-- fixes the tracking of what is a request and what is a response (the old code just can not have worked!)
-- fixes conversation tracking to work (dont add the port/endpoint into the length of the address)
-- handles some mysterious extra 8 bytes prepended to a lot of different packets.
-
-
-
-------------------------------------------------------------------------
-r21174 | sahlberg | 2007-03-25 01:26:44 -0700 (Sun, 25 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-amqp.c
-
-From Martin Sustrik
-
-New protocol: AMQP
-
-
-------------------------------------------------------------------------
-r21175 | sahlberg | 2007-03-25 01:49:47 -0700 (Sun, 25 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-amqp.c
-
-Add a small example on how to prettify the AMQP dissector
-
-
-------------------------------------------------------------------------
-r21176 | sahlberg | 2007-03-25 02:55:49 -0700 (Sun, 25 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-   M /trunk/epan/dissectors/packet-usb.h
-
-create a tap for usb   so that we can do conversation/host lists
-
-
-------------------------------------------------------------------------
-r21177 | sahlberg | 2007-03-25 04:15:09 -0700 (Sun, 25 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-   M /trunk/epan/dissectors/packet-usb.h
-
-Change USB address structure back to 8 bytes in length.
-
-It is suboptimal to have the endpoint both being the "port" and also 4 bytes out of the address.
-But it looks better to have addresses as <device>.<endpoint> .
-
-
-------------------------------------------------------------------------
-r21178 | sahlberg | 2007-03-25 04:20:09 -0700 (Sun, 25 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-take the address to the structure and not the address to the first element of the structure when doing a SET_ADDRESS
-
-
-------------------------------------------------------------------------
-r21179 | sahlberg | 2007-03-25 04:27:29 -0700 (Sun, 25 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/conversations_table.c
-   A /trunk/gtk/conversations_usb.c
-
-From Jon Smirl
-
-support for USB conversations
-
-
-
-------------------------------------------------------------------------
-r21180 | sahlberg | 2007-03-25 04:37:13 -0700 (Sun, 25 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/hostlist_table.c
-   A /trunk/gtk/hostlist_usb.c
-
-From Jon Smirl
-
-support for usb host/endpoint lists
-
-
-------------------------------------------------------------------------
-r21181 | ulfl | 2007-03-25 08:13:03 -0700 (Sun, 25 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/uat_load.l
-
-remove remaining warnings in epan dir and set the "treat warning as error" barrier
-(epan/dissectors still waiting for a cleanup)
-------------------------------------------------------------------------
-r21182 | ulfl | 2007-03-25 08:37:03 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/tools/tpg/Makefile.nmake
-
-remove unused CFLAGS
-------------------------------------------------------------------------
-r21183 | ulfl | 2007-03-25 08:39:06 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/tools/lemon/Makefile.nmake
-
-set "treat warnings as errors" CFLAGS, no warning were in this dir :-)
-------------------------------------------------------------------------
-r21184 | ulfl | 2007-03-25 10:07:36 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/mate/Makefile.nmake
-
-all warnings removed in the meantime, "treat warnings as errors" :-)
-------------------------------------------------------------------------
-r21185 | lego | 2007-03-25 12:00:59 -0700 (Sun, 25 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/wiretap/mpeg.c
-
-make the mpeg_open() more conservative checking whether there's ssome magic bytes at the beginning of the file.
-
-I added just one type of mpeg magic ("ID3") there's probably more, please add.
-------------------------------------------------------------------------
-r21186 | guy | 2007-03-25 14:07:24 -0700 (Sun, 25 Mar 2007) | 12 lines
-Changed paths:
-   M /trunk/asn1/mpeg/packet-mpeg-audio-template.c
-   M /trunk/epan/dissectors/packet-mpeg-audio.c
-
-Before we've decided to dissect a frame, don't fetch any data before
-checking to make sure it's available.
-
-Don't dissect an audio frame if it doesn't have a valid version or layer
-value.
-
-Don't do anything with the columns until we've decided to accept a
-frame.
-
-The register routines are only called once; we don't have to check
-whether they've already been called.
-
-------------------------------------------------------------------------
-r21187 | guy | 2007-03-25 14:10:10 -0700 (Sun, 25 Mar 2007) | 8 lines
-Changed paths:
-   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
-   M /trunk/epan/dissectors/packet-mpeg-pes.c
-
-Before accepting a packet in a heuristic dissector, don't fetch any data
-without first checking to make sure it's available.
-
-Clear the Info column as soon as we've accepted a packet.
-
-In the "MPEG" dissector, if no subdissector accepts the packet, dissect
-it as just "MPEG" data.
-
-------------------------------------------------------------------------
-r21188 | lego | 2007-03-25 14:39:40 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-
-Remove the context tracing from packet-h248.c ( migrated to <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
-
-Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the same code can be used by megaco (upcoming).
-------------------------------------------------------------------------
-r21190 | lego | 2007-03-25 14:56:08 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls_dlg.c
-
-rename h248_* to gcp_* according to changes in epan.
-------------------------------------------------------------------------
-r21191 | lego | 2007-03-25 14:59:16 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/Makefile
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/asn1/ranap/ranap.cnf
-   M /trunk/asn1/snmp/Makefile
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-megaco.c (from /trunk/plugins/megaco/packet-megaco.c:21180)
-   M /trunk/plugins/Makefile.am
-   M /trunk/plugins/Makefile.nmake
-   D /trunk/plugins/megaco/packet-megaco.c
-
-migrate packet-megaco.c from plugins/megaco to epan/dissectors
-------------------------------------------------------------------------
-r21192 | guy | 2007-03-25 15:07:40 -0700 (Sun, 25 Mar 2007) | 15 lines
-Changed paths:
-   M /trunk/wiretap/mpeg.c
-   M /trunk/wiretap/wtap-int.h
-
-All private data for a capture in a Wiretap module must be per-file, not
-static to the module.
-
-Add the older(?) ID tag for MPEG audio.
-
-Just use the ID at the beginning to identify MPEG audio files; don't
-check the file any further.
-
-If the read of the magic number doesn't work, get the error, and, if
-there is no error (i.e., it's a short read), just return 0 (meaning "no
-error, but this isn't that type of file).
-
-Similarly, if the magic number doesn't match, just return 0, so other
-types of file are tried.
-
-------------------------------------------------------------------------
-r21193 | sahlberg | 2007-03-25 15:53:35 -0700 (Sun, 25 Mar 2007) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb-masstorage.c
-   M /trunk/epan/dissectors/packet-usb.c
-   M /trunk/epan/dissectors/packet-usb.h
-
-From Jon Smirl
-
-change the private data pointer name from  masstorage to class_data
-since there will be future class specific dissectors that will also want to hang
-some extra data off these structures
-
-
-
-------------------------------------------------------------------------
-r21194 | sahlberg | 2007-03-25 16:51:40 -0700 (Sun, 25 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-   M /trunk/epan/dissectors/packet-usb.h
-
-From a Jon Smirl patch 
-
-rename the conversation field "class" to "interfaceClass"
-
-
-------------------------------------------------------------------------
-r21195 | morriss | 2007-03-25 17:32:13 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/configure.in
-
-If we're using gcc, try to use -Wdeclaration-after-statement to catch more non-portable commits.  I'm not sure if this is the Right Way to test to see if the compiler can handle a specific option but it's simple and efficient enough.
-------------------------------------------------------------------------
-r21196 | sahlberg | 2007-03-25 18:34:06 -0700 (Sun, 25 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-amqp.c
-
-From 
-Martin Sustrik
-
-additions to AMQP dissector and prettifications to the information column
-
-
-
-------------------------------------------------------------------------
-r21197 | sahlberg | 2007-03-25 18:41:50 -0700 (Sun, 25 Mar 2007) | 15 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-From 
-Charles Lepple
-
-
-This patch enables packet-usb.c to display all descriptors in the GET
-CONFIGURATION request, regardless of whether we know how to decode
-them. (All descriptors in that request share the same first two
-bytes.)
-
-It also adds the HID descriptor type (not the report descriptor,
-though - that is buried in a class request, not a device request). I
-am still working on actually decoding this descriptor.
-
-
-
-------------------------------------------------------------------------
-r21198 | morriss | 2007-03-25 18:56:51 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-
-Remove references to the megaco plugin from the top level Makefiles.
-------------------------------------------------------------------------
-r21199 | sahlberg | 2007-03-25 18:59:02 -0700 (Sun, 25 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-From Jon Smirl
-
-add a whole bunch of new descriptor types
-
-
-------------------------------------------------------------------------
-r21200 | morriss | 2007-03-25 19:05:54 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/wiretap/configure.in
-
-Also try to set -Wdeclaration-after-statement in wiretap
-------------------------------------------------------------------------
-r21201 | morriss | 2007-03-25 20:59:09 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/crypt/crypt-md5.c
-
-Don't #define bzero and bcopy to be memset and memcpy on Windows, just use memset and memcpy instead.
-------------------------------------------------------------------------
-r21202 | morriss | 2007-03-25 21:02:05 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-
-Remove references to the megaco plugin from the Windows packaging stuff.
-------------------------------------------------------------------------
-r21203 | morriss | 2007-03-25 23:04:17 -0700 (Sun, 25 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-Remove references to the megaco plugin from the Windows U3 packaging stuff (hopefully this is the last onegrep megaco *).
-------------------------------------------------------------------------
-r21204 | sfisher | 2007-03-25 23:10:52 -0700 (Sun, 25 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/follow.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/req_resp_hdrs.c
-   M /trunk/epan/sigcomp-udvm.c
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/stats_tree.c
-   M /trunk/epan/tvbparse.c
-   M /trunk/plugins/mate/Makefile.am
-   M /trunk/plugins/mate/mate_setup.c
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/tools/lemon/Makefile.am
-
-
-Fix a bunch more warnings.  Add -Werror when using --with-warnings-as-errors
-under gcc to tools/lemon, plugins/mate and epan/
-
-
-------------------------------------------------------------------------
-r21205 | sahlberg | 2007-03-25 23:52:04 -0700 (Sun, 25 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/configure.in
-
-older versions of gcc do not check -W parameters when only running the preprocessor.
-
-change the test for whether -Wdeclaration-after-statement so that it also works for ancient gcc
-
-
-
-------------------------------------------------------------------------
-r21206 | sahlberg | 2007-03-25 23:58:22 -0700 (Sun, 25 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/wiretap/configure.in
-
-make the test for -Wdeclaration-after-statement  gcc 2.96 friendly.
-
-and once again the mighty wireshark compiles on rh71
-
-
-
-------------------------------------------------------------------------
-r21207 | sahlberg | 2007-03-26 00:58:17 -0700 (Mon, 26 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-from Jon Smirl
-
-add defines for data direction (which direction in/out is data being transferred for this particylar request/response pair)
-and a mask for which bits of the byte contains the type.
-
-
-
-------------------------------------------------------------------------
-r21208 | morriss | 2007-03-26 01:31:23 -0700 (Mon, 26 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
-
-Change the test for -Wdeclaration-after-statement slightly to make it work for me.  Also redirect its stderr to /dev/null to avoid worrying users
-------------------------------------------------------------------------
-r21209 | morriss | 2007-03-26 03:26:16 -0700 (Mon, 26 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/configure.in
-
-Fix distcheck by removing the reference to the megaco plugin
-------------------------------------------------------------------------
-r21210 | sahlberg | 2007-03-26 04:06:26 -0700 (Mon, 26 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-   M /trunk/epan/dissectors/packet-ansi_637.c
-   M /trunk/epan/dissectors/packet-ansi_a.c
-   M /trunk/epan/dissectors/packet-atalk.c
-   M /trunk/epan/dissectors/packet-beep.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-bpdu.c
-   M /trunk/epan/dissectors/packet-bthci_acl.c
-   M /trunk/epan/dissectors/packet-btsdp.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-cups.c
-   M /trunk/epan/dissectors/packet-ssh.c
-   M /trunk/epan/dissectors/packet-synergy.c
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/epan/dissectors/packet-tacacs.c
-   M /trunk/epan/dissectors/packet-tali.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-tds.c
-   M /trunk/epan/dissectors/packet-telnet.c
-   M /trunk/epan/dissectors/packet-ucp.c
-   M /trunk/epan/dissectors/packet-uma.c
-   M /trunk/epan/dissectors/packet-vtp.c
-   M /trunk/epan/dissectors/packet-wbxml.c
-   M /trunk/epan/dissectors/packet-who.c
-   M /trunk/epan/dissectors/packet-x11.c
-   M /trunk/epan/dissectors/packet-x25.c
-   M /trunk/epan/dissectors/packet-xdmcp.c
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/dissectors/packet-yhoo.c
-
-From Sebastien Tandel 
-
-fixes for various compiler warnings
-
-------------------------------------------------------------------------
-r21211 | sfisher | 2007-03-26 13:17:05 -0700 (Mon, 26 Mar 2007) | 11 lines
-Changed paths:
-   M /trunk/doc/tshark.pod
-   M /trunk/epan/emem.h
-   M /trunk/print.c
-   M /trunk/print.h
-   M /trunk/tshark.c
-
-
-From Doug Pratley:
-
-The purpose of the patch is to provide a new output format (so it is
-independent of -V): single line record per-packet with the fields chosen by the
-user, with configuration options to control separator, quoting and whether a
-header line is printed. It also extends some existing options behaviour (-c and
--a:filesize) so that they affect reading a file as well as writing one, so that
-only the first <n> packets or bytes are read).
-
-
-------------------------------------------------------------------------
-r21212 | lego | 2007-03-26 14:10:58 -0700 (Mon, 26 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-megaco.c
-
-add context tracing and tap to packet-megaco.c
-(have to fix the matching of wildcarded terminations as it doesn't work as it should)
-------------------------------------------------------------------------
-r21213 | lego | 2007-03-26 14:12:24 -0700 (Mon, 26 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls.h
-
-add Megaco to the "VoIP Calls" tap
-------------------------------------------------------------------------
-r21214 | sfisher | 2007-03-26 14:16:21 -0700 (Mon, 26 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-p_mul.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-smb.h
-
-
-From Peter Johansson:
-
-Fix warnings
-
-
-------------------------------------------------------------------------
-r21215 | lego | 2007-03-26 14:16:31 -0700 (Mon, 26 Mar 2007) | 1 line
-Changed paths:
-   D /trunk/plugins/megaco
-
-trash the empty container of the megaco plugin
-------------------------------------------------------------------------
-r21216 | sahlberg | 2007-03-26 15:47:19 -0700 (Mon, 26 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/gcp.h
-
-add a missing constant to make the megaco dissector compile
-
-------------------------------------------------------------------------
-r21217 | lego | 2007-03-26 16:06:38 -0700 (Mon, 26 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/gcp.c
-   M /trunk/epan/gcp.h
-
-the forgotten files from the last checkin
-------------------------------------------------------------------------
-r21218 | lego | 2007-03-26 16:11:15 -0700 (Mon, 26 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/gcp.h
-
-remove a duplicate declaration
-it looks like svn's merge is not that intelligent... or may be its me?
-------------------------------------------------------------------------
-r21219 | sahlberg | 2007-03-26 16:16:53 -0700 (Mon, 26 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/tshark.c
-
-The signature for load_cap_file changed in 21211
-
-Update also the code path for when not compiling with pcap  so that code path also
-uses the new signature.
-
-
-------------------------------------------------------------------------
-r21220 | ulfl | 2007-03-26 17:19:15 -0700 (Mon, 26 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/Makefile.nmake
-
-the megaco plugin no longer exists, remove remaining traces ...
-------------------------------------------------------------------------
-r21221 | ulfl | 2007-03-26 19:14:56 -0700 (Mon, 26 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.nmake
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
-   M /trunk/epan/dissectors/packet-megaco.c
-   M /trunk/epan/dissectors/packet-rrlp.c
-   M /trunk/epan/dissectors/packet-user_encap.c
-
-fix the remaining MSVC warnings by setting individual #pragma(warning:disable) settings - this is very certainly not the way to go, but the way to prevent additional warnings rushing in ...
-------------------------------------------------------------------------
-r21222 | ulfl | 2007-03-26 19:47:09 -0700 (Mon, 26 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/giop/Makefile.nmake
-   M /trunk/plugins/giop/packet-cosnaming.c
-
-set "WX" and "#pragma warning(disable:4101)"
-------------------------------------------------------------------------
-r21223 | ulfl | 2007-03-26 19:47:54 -0700 (Mon, 26 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/rrlp/packet-rrlp-template.c
-
-add "#pragma warning(disable:4146)"
-------------------------------------------------------------------------
-r21224 | kukosa | 2007-03-27 01:40:46 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/h235/Makefile
-
-add missing H235-SRTP.asn into Linux/Unix makefile
-------------------------------------------------------------------------
-r21225 | kukosa | 2007-03-27 02:01:29 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/tools/lex.py
-   M /trunk/tools/yacc.py
-
-Ply updated to v2.3
-------------------------------------------------------------------------
-r21226 | morriss | 2007-03-27 03:15:28 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-syslog.c
-
-Include ws_strsplit.h to override glib 1.2's (buggy) g_strsplit() as per rev 20804
-------------------------------------------------------------------------
-r21227 | ulfl | 2007-03-27 13:57:58 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/giop/packet-coseventcomm.c
-   M /trunk/plugins/giop/packet-parlay.c
-   M /trunk/plugins/giop/packet-tango.c
-
-add missing #pragma warning disable (now using _MSC_VER)
-------------------------------------------------------------------------
-r21228 | ulfl | 2007-03-27 14:09:34 -0700 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/rrlp/packet-rrlp-template.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
-   M /trunk/epan/dissectors/packet-megaco.c
-   M /trunk/epan/dissectors/packet-rrlp.c
-   M /trunk/epan/dissectors/packet-user_encap.c
-
-as Gisle Vanem noted that MingW doesn't "like" the #pragmas:
-change #ifdef _WIN32 -> #ifdef _MSC_VER around pragma warnings
-------------------------------------------------------------------------
-r21229 | etxrab | 2007-03-27 14:10:35 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
-
-Common handling of picture layer.
-------------------------------------------------------------------------
-r21230 | ulfl | 2007-03-27 14:20:19 -0700 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipmi.c
-   M /trunk/epan/dissectors/packet-ospf.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-smb.c
-
-from Peter Johansson:
-compilation warnings fixed
-------------------------------------------------------------------------
-r21231 | ulfl | 2007-03-27 14:32:14 -0700 (Tue, 27 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/gtk/capture_if_details_dlg.c
-
-from Gisle Vanem:
-add " && defined(_MSC_VER)", as MingW doesn't need it
-------------------------------------------------------------------------
-r21232 | lego | 2007-03-27 15:41:28 -0700 (Tue, 27 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Have retransmissions added only once per retransmitted packet.
-
-
-------------------------------------------------------------------------
-r21233 | sfisher | 2007-03-27 15:50:11 -0700 (Tue, 27 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-distcc.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-dsi.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-extreme.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fix.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-ftp.c
-   M /trunk/epan/dissectors/packet-fw1.c
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-hsrp.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/dissectors/packet-igap.c
-   M /trunk/epan/dissectors/packet-image-gif.c
-   M /trunk/epan/dissectors/packet-image-jfif.c
-   M /trunk/epan/dissectors/packet-ipdc.c
-   M /trunk/epan/dissectors/packet-ipp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-jxta.c
-
-
-Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors 
-
-
-------------------------------------------------------------------------
-r21234 | lego | 2007-03-27 15:56:07 -0700 (Tue, 27 Mar 2007) | 8 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-megaco.c
-
-megaco
-- replace #pragma for #include
-- move register function and remove prototype
-
-h248
-- have dissector being called through megaco instead of registering to the same sctp.ppi
-
-
-------------------------------------------------------------------------
-r21235 | lego | 2007-03-27 16:00:55 -0700 (Tue, 27 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/asn1/ranap/ranap.cnf
-   M /trunk/epan/dissectors/packet-bssap.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-ranap.h
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccp.h
-   M /trunk/epan/dissectors/packet-sua.c
-   M /trunk/gtk/voip_calls.c
-
-Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP/CAMEL)
-
-- Fix SUA calls (I would need some more traces to test this)
-
-
-------------------------------------------------------------------------
-r21236 | lego | 2007-03-27 16:06:24 -0700 (Tue, 27 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sua.c
-
-remove debugging printouts.
-
-
-------------------------------------------------------------------------
-r21237 | sfisher | 2007-03-27 16:14:13 -0700 (Tue, 27 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-kismet.c
-   M /trunk/epan/dissectors/packet-mmse.c
-   M /trunk/epan/dissectors/packet-mount.c
-   M /trunk/epan/dissectors/packet-msrp.c
-
-
-Fix some more warnings under gcc 4.0
-
-
-------------------------------------------------------------------------
-r21238 | sfisher | 2007-03-27 16:33:59 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-
-Fix a warning in packet-bittorrent.c I didn't fix right the first time and try to get the Win32 buildbot going again in packet-ndmp.c.
-------------------------------------------------------------------------
-r21239 | jmayer | 2007-03-27 20:55:27 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
-   M /trunk/epan/dissectors/packet-h263.c
-   M /trunk/epan/dissectors/packet-mpeg-pes.c
-
-warning fixes
-------------------------------------------------------------------------
-r21240 | ulfl | 2007-03-27 20:56:24 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/airpcap.h
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/plugins/giop/packet-cosnaming.c
-
-from Gisle Vanem: some more #pragma's that MingW don't like
-------------------------------------------------------------------------
-r21241 | jmayer | 2007-03-27 21:28:02 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ldap
-   M /trunk/asn1/mpeg
-
-Add svn:ignore
-------------------------------------------------------------------------
-r21242 | jmayer | 2007-03-27 21:29:00 -0700 (Tue, 27 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/print.h
-
-Warning fix
-------------------------------------------------------------------------
-r21243 | jmayer | 2007-03-28 00:03:26 -0700 (Wed, 28 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tapa.c
-
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1437
-
-It is sufficient to make tapa discovery packets a new style dissector,
-don't handle them via an additional heuristic dissector.
-
-------------------------------------------------------------------------
-r21244 | sfisher | 2007-03-28 00:06:39 -0700 (Wed, 28 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-iuup.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smtp.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/dissectors/packet-ymsg.c
-
-
-Fix a bunch of warnings, add svn:keywords Id and svn:eol-style native
-to packet-iuup.c.
-
-------------------------------------------------------------------------
-r21245 | grahamb | 2007-03-28 02:03:14 -0700 (Wed, 28 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dmp.c
-
-Fixed warnings on MS VC 6.0
-------------------------------------------------------------------------
-r21246 | jmayer | 2007-03-28 04:31:34 -0700 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-
-Fix a white space 
-Add link to nmake documentation.
-
-------------------------------------------------------------------------
-r21247 | sfisher | 2007-03-28 09:21:48 -0700 (Wed, 28 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-amqp.c
-
-
-From Sebastien Tandel:
-
-Remove svn:executable on packet-amqp.c
-
-
-------------------------------------------------------------------------
-r21248 | grahamb | 2007-03-28 09:31:25 -0700 (Wed, 28 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/giop/Makefile.nmake
-
-Removed /Wx from CFLAGS to allow buildbot to proceed
-------------------------------------------------------------------------
-r21249 | grahamb | 2007-03-28 09:32:47 -0700 (Wed, 28 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/packaging/u3/win32/makefile.nmake
-
-Improved cleanup of build artifacts
-------------------------------------------------------------------------
-r21250 | lego | 2007-03-28 12:30:24 -0700 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-
-USM can be any length not just 3
-
-
-------------------------------------------------------------------------
-r21251 | lego | 2007-03-28 12:31:54 -0700 (Wed, 28 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-
-do not avoid redrawing the tap
-make sure we do not pass a null pointer to add_to_graph()
-
-
-------------------------------------------------------------------------
-r21252 | lego | 2007-03-28 12:34:35 -0700 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/gcp.c
-
-do not pass a null string to proto_item_append_text()
-
-
-------------------------------------------------------------------------
-r21253 | sfisher | 2007-03-28 14:55:11 -0700 (Wed, 28 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/capture_sync.c
-   M /trunk/configure.in
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/dissectors/packet-3g-a11.c
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-ajp13.c
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-distcc.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-dsi.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-extreme.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fix.c
-   M /trunk/epan/dissectors/packet-ftp.c
-   M /trunk/epan/dissectors/packet-fw1.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-hsrp.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/dissectors/packet-igap.c
-   M /trunk/epan/dissectors/packet-image-gif.c
-   M /trunk/epan/dissectors/packet-image-jfif.c
-   M /trunk/epan/dissectors/packet-ipdc.c
-   M /trunk/epan/dissectors/packet-ipp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-kismet.c
-   M /trunk/epan/dissectors/packet-megaco.c
-   M /trunk/epan/dissectors/packet-mmse.c
-   M /trunk/epan/dissectors/packet-mount.c
-   M /trunk/epan/dissectors/packet-msrp.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smtp.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/dissectors/packet-ymsg.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/req_resp_hdrs.c
-   M /trunk/epan/sigcomp-udvm.c
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/stats_tree.c
-   M /trunk/epan/tvbparse.c
-   M /trunk/file.c
-   M /trunk/gtk/find_dlg.c
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/plugins/agentx/packet-agentx.c
-   M /trunk/plugins/asn1/packet-asn1.c
-   M /trunk/plugins/irda/packet-irda.c
-   M /trunk/plugins/mgcp/packet-mgcp.c
-   M /trunk/plugins/opsi/packet-opsi.c
-   M /trunk/plugins/sbus/packet-sbus.c
-   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
-   M /trunk/print.c
-   M /trunk/tap-stats_tree.c
-   M /trunk/text2pcap.c
-   M /trunk/wiretap/configure.in
-   M /trunk/wiretap/iseries.c
-
-
-Remove almost all of the casts I committed recently and in place of
-them, add -Wno-pointer-sign to CFLAGS when gcc will accept it.
-
-
-------------------------------------------------------------------------
-r21254 | sahlberg | 2007-03-28 15:16:43 -0700 (Wed, 28 Mar 2007) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-amqp.c
-
-From 
-
-Martin Sustrik 
-
-
-here's a patch to AMQP dissector. The only change is that when there are
-seceral AMQP frames in single TCP packet, all of them are referred in
-the info column.
-
-
-
-------------------------------------------------------------------------
-r21255 | sahlberg | 2007-03-28 17:15:41 -0700 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
-   M /trunk/epan/dissectors/pidl/winreg.cnf
-
-regenerate winreg using the latest pidl.    almost all warnings are now gone
-
-
-------------------------------------------------------------------------
-r21256 | sahlberg | 2007-03-28 17:26:35 -0700 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
-   M /trunk/epan/dissectors/pidl/winreg.idl
-
-update winreg to the latest idl
-
-
-------------------------------------------------------------------------
-r21257 | sahlberg | 2007-03-28 17:47:41 -0700 (Wed, 28 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.h
-   M /trunk/epan/dissectors/pidl/atsvc.idl
-
-update atsvc to latest idl
-
-------------------------------------------------------------------------
-r21258 | sahlberg | 2007-03-28 17:58:35 -0700 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/pidl/dfs.idl
-
-update dfs and regenerate
-
-
-------------------------------------------------------------------------
-r21259 | sahlberg | 2007-03-28 18:06:51 -0700 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-efs.c
-   M /trunk/epan/dissectors/packet-dcerpc-efs.h
-   M /trunk/epan/dissectors/pidl/efs.cnf
-
-update efs  and fix conformance file to eliminate some warnings
-
-
-------------------------------------------------------------------------
-r21260 | sahlberg | 2007-03-28 18:38:59 -0700 (Wed, 28 Mar 2007) | 27 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-efs.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-
-regenerate these dissectors using a patched pidl to add some extra pragmas to keep ms compilers happy
-
-
-
-the pidl patch required :
-Index: lib/Parse/Pidl/Wireshark/NDR.pm
-===================================================================
---- lib/Parse/Pidl/Wireshark/NDR.pm     (revision 22005)
-+++ lib/Parse/Pidl/Wireshark/NDR.pm     (working copy)
-@@ -916,6 +916,14 @@
-        $res{headers} .= "#ifdef HAVE_CONFIG_H\n";
-        $res{headers} .= "#include \"config.h\"\n";
-        $res{headers} .= "#endif\n\n";
-+
-+       $res{headers} .= "#ifdef _MSC_VER\n";
-+       $res{headers} .= "#pragma warning(disable:4005)\n";
-+       $res{headers} .= "#pragma warning(disable:4013)\n";
-+       $res{headers} .= "#endif\n\n";
-+
-+
-+
-        $res{headers} .= "#include <glib.h>\n";
-        $res{headers} .= "#include <string.h>\n";
-        $res{headers} .= "#include <epan/packet.h>\n\n";
-
-
-
-------------------------------------------------------------------------
-r21261 | sahlberg | 2007-03-28 19:09:48 -0700 (Wed, 28 Mar 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
-   M /trunk/epan/dissectors/pidl/eventlog.idl
-
-fixup the idl to always use pointer for out parameters
-
-regenerate with patched pidl
-
-
-------------------------------------------------------------------------
-r21262 | sahlberg | 2007-03-28 19:22:23 -0700 (Wed, 28 Mar 2007) | 27 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-efs.c
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-
-regenerate the dissectors with an even newer patched version of pidl to add two more pragmas
-
-
-you need this patch ontop of svn pidl to regenerate the files :
-
-Index: lib/Parse/Pidl/Wireshark/NDR.pm
-===================================================================
---- lib/Parse/Pidl/Wireshark/NDR.pm     (revision 22005)
-+++ lib/Parse/Pidl/Wireshark/NDR.pm     (working copy)
-@@ -916,6 +916,14 @@
-        $res{headers} .= "#ifdef HAVE_CONFIG_H\n";
-        $res{headers} .= "#include \"config.h\"\n";
-        $res{headers} .= "#endif\n\n";
-+
-+       $res{headers} .= "#ifdef _MSC_VER\n";
-+       $res{headers} .= "#pragma warning(disable:4005)\n";
-+       $res{headers} .= "#pragma warning(disable:4013)\n";
-+       $res{headers} .= "#pragma warning(disable:4018)\n";
-+       $res{headers} .= "#pragma warning(disable:4101)\n";
-+       $res{headers} .= "#endif\n\n";
-+
-        $res{headers} .= "#include <glib.h>\n";
-        $res{headers} .= "#include <string.h>\n";
-        $res{headers} .= "#include <epan/packet.h>\n\n";
-
-
-
-------------------------------------------------------------------------
-r21265 | sahlberg | 2007-03-28 21:12:16 -0700 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.h
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   M /trunk/epan/dissectors/pidl/initshutdown.idl
-   M /trunk/epan/dissectors/pidl/srvsvc.cnf
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
-
-update INITSHUTDOWN and SRVSVC and regenerate with patched PIDL
-
-
-------------------------------------------------------------------------
-r21266 | sahlberg | 2007-03-28 21:24:17 -0700 (Wed, 28 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
-   M /trunk/epan/dissectors/pidl/wzcsvc.idl
-
-update WZCSVC idl and regenerate the dissector
-
-
-------------------------------------------------------------------------
-r21267 | jmayer | 2007-03-29 00:41:54 -0700 (Thu, 29 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/crypt/Makefile.am
-
-- Add Makefile.common to EXTRA_DIST (spotted by Christopher Maynard)
-- Replaced spaces at beginning of line by tab
-
-------------------------------------------------------------------------
-r21268 | jmayer | 2007-03-29 00:49:48 -0700 (Thu, 29 Mar 2007) | 37 lines
-Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Update from samba tree revision 21970 to 22006
-============================ Samba log start ============
-------------------------------------------------------------------------
-r21995 | jelmer | 2007-03-28 01:04:08 +0200 (Wed, 28 Mar 2007) | 5 lines
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Patch from Ronnie Sahlberg.
-
-Change the signatures for all functions it generates to specify
-_U_ so that GCC "parameter not used" warnings are suppressed.
-
-------------------------------------------------------------------------
-r21996 | jelmer | 2007-03-28 01:22:41 +0200 (Wed, 28 Mar 2007) | 4 lines
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Fix a bug for invalid casts of pointers.
-
-Patch by Ronnie Sahlberg.
-
-------------------------------------------------------------------------
-r22004 | jelmer | 2007-03-29 00:52:37 +0200 (Thu, 29 Mar 2007) | 4 lines
-Changed paths:
-   M /branches/SAMBA_4_0
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Check for dereferencing null pointers. 
-
-Patch by Ronnie Sahlberg.
-
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
-------------------------------------------------------------------------
-r21269 | jmayer | 2007-03-29 01:10:29 -0700 (Thu, 29 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
-
-Manually add the patch mentioned in
-http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21262
-
-
-------------------------------------------------------------------------
-r21270 | lego | 2007-03-29 05:24:04 -0700 (Thu, 29 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
-
-remove debugging printf() calls left in the code.
-
-
-------------------------------------------------------------------------
-r21271 | lego | 2007-03-29 05:25:50 -0700 (Thu, 29 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-
-When there are multiple mtp3 packets on a single sctp packet (m2ua)  have each one has its own pcs and tap structure
-
-
-------------------------------------------------------------------------
-r21272 | sfisher | 2007-03-29 11:07:36 -0700 (Thu, 29 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/gtk/export_object.c
-
-
-Change mnemonic on Save All button from A to L to avoid overlapping
-with the mnemonic for the Save As (A) button in the Export Object
-dialog.
-
-
-------------------------------------------------------------------------
-r21273 | sfisher | 2007-03-29 11:09:13 -0700 (Thu, 29 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-sccp.c
-
-
-Fix some more warnings
-
-
-------------------------------------------------------------------------
-r21274 | standel | 2007-03-29 15:58:02 -0700 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mate/mate_util.c
-
-strict aliasing warnings fix : replace (void**) by (void*)
-
-------------------------------------------------------------------------
-r21275 | standel | 2007-03-29 16:36:11 -0700 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-
-delete megaco plugin trace
-
-------------------------------------------------------------------------
-r21276 | standel | 2007-03-29 17:21:39 -0700 (Thu, 29 Mar 2007) | 13 lines
-Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/proto.c
-   M /trunk/epan/ptvcursor.h
-
-- new ptvcursor subtrees management functions :
-  * ptvcursor_push_subtree(), ptvcursor_pop_subtree() for pushing/popping
-    subtrees. Multiple levels of subtrees (256 max.), allocation per 8 levels.
-  * Two new functions creating an item in the tree and pushing a subtree at the
-    same time. These two functions accept an undefined length
-    (SUBTREE_UNDEFINED_LENGTH). The length of the item is set at the next pop.
-        1) ptvcursor_add_with_subtree
-       2) ptvcursor_add_text_with_subtree
-- get rid of potential memory leaks with g_new in ptvcursor_new().
-
-- Documentation of the new ptvcursor functions in README.developer
-
-
-------------------------------------------------------------------------
-r21277 | wmeier | 2007-03-29 17:23:19 -0700 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/follow_dlg.c
-
-From Sake Blok: fix bug 598 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=598)
-
-------------------------------------------------------------------------
-r21278 | standel | 2007-03-29 17:38:58 -0700 (Thu, 29 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-homeplug.c
-
-update of homeplug dissector with the use of ptvcursor subtree management
-functions.
-
-
-------------------------------------------------------------------------
-r21279 | standel | 2007-03-29 17:54:39 -0700 (Thu, 29 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/hostlist_usb.c
-
-remove svn:executable
-
-------------------------------------------------------------------------
-r21280 | standel | 2007-03-30 01:22:08 -0700 (Fri, 30 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-acn.c
-   M /trunk/epan/dissectors/packet-afs.c
-   M /trunk/epan/dissectors/packet-cops.c
-
-remove some g_malloc/g_free
-
-------------------------------------------------------------------------
-r21281 | standel | 2007-03-30 01:27:20 -0700 (Fri, 30 Mar 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-afs.c
-   M /trunk/epan/dissectors/packet-cops.c
-
-ep_malloc -> ep_alloc !!
-
-------------------------------------------------------------------------
-r21282 | standel | 2007-03-30 05:04:40 -0700 (Fri, 30 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mate/mate_util.c
-
-revert back (void*) -> (void**) which will stop free-warning compilation with
-gcc-4.1.2
-
-
-------------------------------------------------------------------------
-r21283 | standel | 2007-03-30 07:43:55 -0700 (Fri, 30 Mar 2007) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipv6.c
-
-- use of proto_tree_add_item whenever possible
-- follows the same rules as the one in ipv4 dissector for
-ipv6_[src|dst|addr][_host] items.
-- use proto_tree_add_item for displaying the name of the parsed options.
-- added header type value_string
-- add an expert info for invalid jumbo value and invalid router alert
-length.
-- correction of invalid jumbo payload length
-- get rid of variable declaration after statement
-
-------------------------------------------------------------------------
-r21284 | ulfl | 2007-03-30 10:57:04 -0700 (Fri, 30 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
-
-use setup target output of MSVC2005EE and not the older MSVC6, mention that the exact string may vary on the MSVC version
-------------------------------------------------------------------------
-r21285 | sfisher | 2007-03-30 13:50:08 -0700 (Fri, 30 Mar 2007) | 6 lines
-Changed paths:
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/ssl-dlg.c
-
-
-Change GTK_MAJOR_VERSION >= 2 to GTK_CHECK_VERSION(2,4,0) for Follow
-TCP/SSL Stream dialog find buttons because one of the functions used
-only works with GTK 2.4+.  Reported by Chris Maynard on -dev list.
-
-
-------------------------------------------------------------------------
-r21286 | sfisher | 2007-03-30 14:20:57 -0700 (Fri, 30 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-h263.c
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb.c
-
-
-Fix more warnings
-
-
-------------------------------------------------------------------------
-r21287 | sfisher | 2007-03-30 15:14:33 -0700 (Fri, 30 Mar 2007) | 10 lines
-Changed paths:
-   M /trunk/gtk/decode_as_dlg.c
-
-
-Fix "Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion
-`selection->type != GTK_SELECTION_MULTIPLE' failed" error when
-opening the User Specified Decodes with multiple decodes setup.
-The problem is caused by the selection mode for the list being
-set to multiple.  I changed it to none so that the user doesn't
-get the false impression that you can select only certain items
-and clear them (the clear button clears them all).
-
-
-------------------------------------------------------------------------
-r21288 | etxrab | 2007-03-31 04:47:14 -0700 (Sat, 31 Mar 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
-
-Properly NULL terminate string (str[0]='\0';)
-Let h263_proto_tree_add_bits return the value
-Find more starcodes
-Add picture type to Info col(P/I)
-------------------------------------------------------------------------
-r21289 | lego | 2007-03-31 05:25:37 -0700 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/gcp.c
-
-Add Licence and TO DO list
-
-
-------------------------------------------------------------------------
-r21290 | lego | 2007-03-31 05:30:18 -0700 (Sat, 31 Mar 2007) | 3 lines
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-
-Add an explanation on SNMP hex passwords.
-
-
-------------------------------------------------------------------------
-r21291 | ulfl | 2007-03-31 08:32:06 -0700 (Sat, 31 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/doc/README.developer
-
-add a small section, that code should be warning free
-------------------------------------------------------------------------
-r21292 | etxrab | 2007-03-31 14:50:03 -0700 (Sat, 31 Mar 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
-
-Common dissection of GOB.
-------------------------------------------------------------------------
-r21293 | sfisher | 2007-03-31 15:38:10 -0700 (Sat, 31 Mar 2007) | 7 lines
-Changed paths:
-   M /trunk/wiretap/visual.c
-
-
-From James Menzies:
-
-This corrects two long standing issues with the Visual
-Networks file type in PPP and ML-PPP environments.
-
-
-------------------------------------------------------------------------
-r21294 | lego | 2007-04-01 07:55:25 -0700 (Sun, 01 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/uat-int.h
-   M /trunk/epan/uat.c
-   M /trunk/epan/uat.h
-   M /trunk/epan/uat_load.l
-
-Fix management of lstrings in uat code so that arbitrary chars (even '\0's) can be used inside.
-Fixes bug 1502
-
-
-------------------------------------------------------------------------
-r21295 | standel | 2007-04-01 08:42:08 -0700 (Sun, 01 Apr 2007) | 14 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-From Sake Blok : 
-Fix for Bug 1136 (TCP Checksum Validation)
-
-TCP cksum 0xffff should not appear in TCP headers. RFC 1624 explains that it
-can be generated by a (not-so-good) algorithm for incremental updates to the
-tcp-checksum.
-New behavior of wireshark when having cksum == 0xffff :
-  - use "Checksum: 0xffff [should be 0x0000 (See RFC 1624)]" in the
-    packet-detail pane
-  - set tcp.checksum_good to FALSE (just like checksum-offload packets)
-  - set tcp.checksum_bad to FALSE (just like checksum-offload packets)
-  - Generate an expert warning: "TCP Checksum 0xffff instead of 0x0000 (See RFC 1624)"
-  - add "[TCP CHECKSUM 0xFFFF]" instead of "[TCP CHECKSUM BAD]" to COL_INFO
-
-------------------------------------------------------------------------
-r21296 | lego | 2007-04-01 09:02:41 -0700 (Sun, 01 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/uat-int.h
-   M /trunk/epan/uat.h
-
-Have the prototypes of uat_esc and uat_unesc available to packet-snmp.c
-
-
-------------------------------------------------------------------------
-r21297 | standel | 2007-04-01 09:04:04 -0700 (Sun, 01 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-First step of TCP dissector refactoring.
-
-I have a dream today.
-I have a dream that one day the TCP dissector shall become human-readable. :)
-
-------------------------------------------------------------------------
-r21298 | ulfl | 2007-04-01 22:18:31 -0700 (Sun, 01 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-   M /trunk/plugins/profinet/packet-pn-dcp.c
-   M /trunk/plugins/profinet/packet-pn-rt.c
-   M /trunk/plugins/profinet/packet-pn.h
-
-Add PN-IO FSHelloBlock and PN-DCP Device/AliasName
-------------------------------------------------------------------------
-r21299 | etxrab | 2007-04-01 23:49:28 -0700 (Sun, 01 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
-
-Add comments
-------------------------------------------------------------------------
-r21300 | morriss | 2007-04-02 01:25:43 -0700 (Mon, 02 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/dissectors/packet-rx.c
-
-Make RX a new style dissector: return 0 if there isn't at least 28 bytes of message or if it receives an unknown Type.  Add a check of tvb length to README.developer's cut-n-paste dissector code.
-------------------------------------------------------------------------
-r21301 | jmayer | 2007-04-02 09:39:54 -0700 (Mon, 02 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wlancap.c
-
-- Use proto_tree_add_item instead of proto_tree_add_(u)int
-  in many places.
-- Seperate decoding of magic and version.
-- Explicitely display the padding bytes.
-
-------------------------------------------------------------------------
-r21302 | lego | 2007-04-02 14:47:54 -0700 (Mon, 02 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
-
-Add decoding of TFO Codec and Codec List
-------------------------------------------------------------------------
-r21303 | lego | 2007-04-02 15:17:15 -0700 (Mon, 02 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/wiretap/k12.c
-
-There are odd packet records in k15 generated files where the interface record does not match any given one.
-
-I noticed that these records have the first byte changed so When a lookup fails mask the byte and lookup again.
-
-
-------------------------------------------------------------------------
-r21304 | sfisher | 2007-04-02 16:45:38 -0700 (Mon, 02 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
-
-
-From Donald White:
-
-A partial RFC 2508 dissector for packet-ppp.c
-
-
-------------------------------------------------------------------------
-r21305 | richardv | 2007-04-02 18:31:22 -0700 (Mon, 02 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-
-From Mike Duigou:
-
-The enclosed patch corrects a problem where jxta elements were being added to the protocol tree for segments that did not contain complete jxta frames. This patch ensures that the jxta proto elements are only added those the segments that end a complete, assembled jxta frame.
-
-The patch has been fuzz tested with a broad selection of jxta captures and ran successfully overnight for over 4000 iterations.
-
-
-------------------------------------------------------------------------
-r21306 | richardv | 2007-04-02 18:45:59 -0700 (Mon, 02 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/tvbtest.c
-
-From me:
-
-fix compiler warnings in tvbtest.c
-
-------------------------------------------------------------------------
-r21307 | richardv | 2007-04-02 18:49:14 -0700 (Mon, 02 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/tvbtest.c
-
-From me:
-
-disable failing composite tvb tests
-
-------------------------------------------------------------------------
-r21308 | richardv | 2007-04-02 18:53:52 -0700 (Mon, 02 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/tvbtest.c
-
-From me: make tvbtest return an exitcode appropriate to its success
-
-
-------------------------------------------------------------------------
-r21309 | richardv | 2007-04-02 18:54:30 -0700 (Mon, 02 Apr 2007) | 2 lines
-Changed paths:
-   A /trunk/test/suite-unittests.sh
-   M /trunk/test/test.sh
-
-Run the epan unittests as part of the test suite
-
-------------------------------------------------------------------------
-r21310 | morriss | 2007-04-02 23:27:18 -0700 (Mon, 02 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-
-Fix bug 1508:
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1508
-
-Dissect ISUP CIC as 14 bits in ANSI (instead of 12 bits like in ITU)
-
-
-------------------------------------------------------------------------
-r21311 | jmayer | 2007-04-02 23:55:25 -0700 (Mon, 02 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
-   M /trunk/test/suite-clopts.sh
-   M /trunk/test/suite-io.sh
-   M /trunk/test/suite-unittests.sh
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
-
-Propset suite-unittests.sh and add executable to .sh files
-------------------------------------------------------------------------
-r21312 | richardv | 2007-04-03 03:53:38 -0700 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/test/suite-unittests.sh
-
-hopefully fix this for win32 by using nmake
-
-------------------------------------------------------------------------
-r21313 | richardv | 2007-04-03 04:12:27 -0700 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.am
-
-hopefully, fix reassemble_test by linking against libgcrypt
-------------------------------------------------------------------------
-r21314 | richardv | 2007-04-03 06:03:07 -0700 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/test/suite-unittests.sh
-
-another go at fixing the unit tests under windows - give a -f Makefile.nmake arg
-
-------------------------------------------------------------------------
-r21315 | richardv | 2007-04-03 06:20:11 -0700 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan
-
-ignore exntest
-
-------------------------------------------------------------------------
-r21316 | richardv | 2007-04-03 06:24:20 -0700 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-rules for making the unit tests
-------------------------------------------------------------------------
-r21317 | richardv | 2007-04-03 06:56:19 -0700 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/reassemble_test.c
-
-mpa_* stubs to make this link properly
-
-------------------------------------------------------------------------
-r21318 | richardv | 2007-04-03 08:48:59 -0700 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-hmm, apparently $^ doesn't work for nmake
-------------------------------------------------------------------------
-r21319 | richardv | 2007-04-03 10:30:02 -0700 (Tue, 03 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-Set $(LINK). I swear I'll get there in a minute with this.
-
-
-------------------------------------------------------------------------
-r21320 | richardv | 2007-04-03 11:41:24 -0700 (Tue, 03 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dfilter/scanner.l
-
-disable generation of unput to avoid a compiler warning.
-
-
-------------------------------------------------------------------------
-r21321 | lego | 2007-04-03 12:08:00 -0700 (Tue, 03 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/asn1/camel/Makefile.nmake
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.h
-   M /trunk/epan/dfilter/grammar.lemon
-   M /trunk/epan/dissectors/packet-bssap.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   M /trunk/epan/uat.c
-   M /trunk/epan/uat.h
-
-Implement a proposal from Elefterios Gabriel for SCCP:
-Add a table of DPCs and SSNs that allow to override the protocol that would be choosen
-so that the same SSN can use two different protocols in two different DPCs.
-
-I did not believe it someone could have done it, then I saw the captures...
-
-
-------------------------------------------------------------------------
-r21322 | standel | 2007-04-03 12:13:06 -0700 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipv6.c
-
-minor changes in constants names
-
-------------------------------------------------------------------------
-r21323 | richardv | 2007-04-03 12:28:59 -0700 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/text2pcap-scanner.l
-
-disable unput here, too
-
-------------------------------------------------------------------------
-r21324 | standel | 2007-04-03 12:50:04 -0700 (Tue, 03 Apr 2007) | 13 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dissectors/Makefile.am
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/packet.c
-
-epan/dissectors/Makefile is now building four libraries :
-  - asn dissectors : libasndissectors.la
-  - pidl dissectors : libpidldissectors.la
-  - normal dissectors : libdissectors.la *and* libcleandissectors.la. I
-  separated it in two libraries temporarily. The source files used to build
-  libcleandissectors.la do not generate warning anymore and the -Werror is used
-  to compile them. If we patch a dissector and it doesn't generate warning
-  anymore, we have to move the filename dissector from DISSECTOR_SRC to
-  CLEAN_DISSECTOR_SRC in epan/dissectors/Makefile.common.
-
-If you want to define specific cflags for one library type, let's say pidl, you
-may define libpidldissectors_la_CFLAGS.
-
-------------------------------------------------------------------------
-r21325 | richardv | 2007-04-03 12:53:05 -0700 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/uat.c
-
-fix an 'unused parameter' warning
-------------------------------------------------------------------------
-r21326 | standel | 2007-04-03 13:12:05 -0700 (Tue, 03 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-delete packet-drda.c
-
-------------------------------------------------------------------------
-r21327 | standel | 2007-04-03 13:22:32 -0700 (Tue, 03 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.am
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/Makefile.nmake
-
-Creation of ALL_DISSECTORS_SRC including all dissectors sources
- - used in Makefile.nmake instead of DISSECTOR_SRC
- - used for the target register.c
-
-------------------------------------------------------------------------
-r21328 | lego | 2007-04-03 13:52:37 -0700 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.nmake
-
-xFi a Ytpo
-------------------------------------------------------------------------
-r21329 | lego | 2007-04-03 14:09:29 -0700 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/text2pcap.h
-
-remove now useless definition of NO_YY_UNPUT
-------------------------------------------------------------------------
-r21330 | sfisher | 2007-04-03 14:17:13 -0700 (Tue, 03 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-   M /trunk/epan/nstime.c
-   M /trunk/epan/nstime.h
-   M /trunk/file.c
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/tshark.c
-
-
-Fix warnings on Linux/gcc 4.1.1
-
-
-------------------------------------------------------------------------
-r21331 | standel | 2007-04-03 14:48:40 -0700 (Tue, 03 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-drda.c
-
-From metatech :
-  Dissector for the DRDA protocol. This is the protocol used by among
-  others the DB2 database.
-
-  modify his entry in AUTHORS
-
-------------------------------------------------------------------------
-r21332 | lego | 2007-04-03 15:06:31 -0700 (Tue, 03 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/exceptions.h
-
-Make sure that when a windows exception is thrown ENDTRY gets evaluated.
-
-fix for one of the various issues that cause bug 1334
-
-------------------------------------------------------------------------
-r21333 | etxrab | 2007-04-03 23:56:04 -0700 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-Add wtap_nstime_to_sec.
-------------------------------------------------------------------------
-r21334 | etxrab | 2007-04-03 23:58:12 -0700 (Tue, 03 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/rtp_stream.h
-
-Preparations to be able to display dynamic payload type name in the stream analysis.
-------------------------------------------------------------------------
-r21335 | grahamb | 2007-04-04 05:18:10 -0700 (Wed, 04 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/gtk/gui_utils.c
-
-Fix build failures due to windows.h being included before winsock2.h via other includes
-------------------------------------------------------------------------
-r21336 | sfisher | 2007-04-04 12:35:46 -0700 (Wed, 04 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-
-
-Fix a warning
-
-
-------------------------------------------------------------------------
-r21337 | lego | 2007-04-04 14:23:55 -0700 (Wed, 04 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-megaco.c
-
-Megaco improvements:
-- Verify that we have a ber sequence before handing over to H.248
-- Make the dissector more case insensitive (Fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1517)
-
-
-------------------------------------------------------------------------
-r21338 | gerald | 2007-04-05 14:38:39 -0700 (Thu, 05 Apr 2007) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.nmake
-   M /trunk/tools/make-dissector-reg.py
-
-In epan/dissectors/Makefile.nmake, fix a typo.
-
-In make-dissector-reg.py, throw an error if we don't have enough files
-to process, or if we don't generate enough registrations.  "Enough"
-is arbitrarily set to 100.
-
-This should de-purple the buildbot.  (I'm sure there's a "smoke on the
-water" joke in there somewhere.)
-
-------------------------------------------------------------------------
-r21339 | lego | 2007-04-05 15:16:12 -0700 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/asn1/snmp/snmp.asn
-   M /trunk/asn1/snmp/snmp.cnf
-   M /trunk/epan/dissectors/packet-snmp.c
-
-Implement proposed fix for Bug 1125
-
-
-------------------------------------------------------------------------
-r21340 | gerald | 2007-04-05 15:42:34 -0700 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/make-dissector-reg.py
-
-Loosen up our restrictions so that plugins can compile.
-
-------------------------------------------------------------------------
-r21341 | gerald | 2007-04-05 15:44:18 -0700 (Thu, 05 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Fix a typo.
-
-------------------------------------------------------------------------
-r21342 | gerald | 2007-04-05 16:23:06 -0700 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/plugins/agentx/Makefile.nmake
-   M /trunk/plugins/artnet/Makefile.nmake
-   M /trunk/plugins/asn1/Makefile.nmake
-   M /trunk/plugins/ciscosm/Makefile.nmake
-   M /trunk/plugins/docsis/Makefile.nmake
-   M /trunk/plugins/enttec/Makefile.nmake
-   M /trunk/plugins/gryphon/Makefile.nmake
-   M /trunk/plugins/h223/Makefile.nmake
-   M /trunk/plugins/irda/Makefile.nmake
-   M /trunk/plugins/lwres/Makefile.nmake
-   M /trunk/plugins/mate/Makefile.nmake
-   M /trunk/plugins/mgcp/Makefile.nmake
-   M /trunk/plugins/opsi/Makefile.nmake
-   M /trunk/plugins/pcli/Makefile.nmake
-   M /trunk/plugins/profinet/Makefile.nmake
-   M /trunk/plugins/rlm/Makefile.nmake
-   M /trunk/plugins/rtnet/Makefile.nmake
-   M /trunk/plugins/rudp/Makefile.nmake
-   M /trunk/plugins/sbus/Makefile.nmake
-   M /trunk/plugins/v5ua/Makefile.nmake
-
-Add the make-dissector-reg scripts to the dependency list for each copy
-of plugin.c.
-
-------------------------------------------------------------------------
-r21343 | jake | 2007-04-05 16:42:44 -0700 (Thu, 05 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-skinny.c
-
-Fix for bug 1523. Offset handling was off in DialedNumberMessage presentation.
-------------------------------------------------------------------------
-r21344 | sahlberg | 2007-04-05 21:27:59 -0700 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-ctdb.c
-
-initial CTDB dissector
-
-
-------------------------------------------------------------------------
-r21345 | sahlberg | 2007-04-05 22:02:41 -0700 (Thu, 05 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ctdb.c
-
-update of dissector to reflect wire format changes
-
-
-------------------------------------------------------------------------
-r21346 | kukosa | 2007-04-06 00:01:01 -0700 (Fri, 06 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-tcp.h
-
-export some desegmentation functions from TCP dissector to reuse them in SSL/TLS desegmentation
-------------------------------------------------------------------------
-r21347 | grahamb | 2007-04-06 08:51:36 -0700 (Fri, 06 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/tools/lemon/Makefile.nmake
-
-Remove build detritus
-------------------------------------------------------------------------
-r21348 | gerald | 2007-04-06 09:15:36 -0700 (Fri, 06 Apr 2007) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.am
-   M /trunk/epan/dissectors/Makefile.nmake
-   M /trunk/tools/make-dissector-reg.py
-
-Add a registration symbol cache to make-dissector-reg.py.  When you
-update a dissector and recompile, make-dissector-reg.py can now pull
-its list of registration routines from a cache instead of having to
-scan through every dissector.  The time to create register.c has gone
-from 20 to 30 seconds down to 2 on my desktop machine.
-
-The cache file is a Python pickle data stream.  It should be portable
-across architectures, so we may be able to add it to the distribution
-at some point.
-
-------------------------------------------------------------------------
-r21349 | richardv | 2007-04-06 19:18:57 -0700 (Fri, 06 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/test/suite-unittests.sh
-
-make the unit tests spam their output, in an attempt yo understand wtf the matter with the buildbot is
-
-------------------------------------------------------------------------
-r21350 | richardv | 2007-04-06 21:35:39 -0700 (Fri, 06 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/test/suite-unittests.sh
-
-that didn't help. try skipping the exntest to see if it's just that one.
-------------------------------------------------------------------------
-r21351 | richardv | 2007-04-07 04:16:46 -0700 (Sat, 07 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-link reassemble_test against the right library
-------------------------------------------------------------------------
-r21352 | richardv | 2007-04-08 04:48:59 -0700 (Sun, 08 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-another go at making reassemble_test build: give it lots more libraries
-
-------------------------------------------------------------------------
-r21353 | richardv | 2007-04-08 06:33:30 -0700 (Sun, 08 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-hrm, we even need dissectors.lib
-------------------------------------------------------------------------
-r21354 | guy | 2007-04-08 13:32:21 -0700 (Sun, 08 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/configure.in
-
-Get rid of extra white space in configure message.
-
-Quote the message about flags added for the Apple linker, so it shows up
-correctly.
-
-------------------------------------------------------------------------
-r21355 | guy | 2007-04-08 13:35:56 -0700 (Sun, 08 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/wiretap/configure.in
-
-Fix up the configure message about extra GCC flags to indicate what
-flags are being added.
-
-Quote the message about flags added for the Apple linker, so it shows up
-correctly.
-
-------------------------------------------------------------------------
-r21356 | guy | 2007-04-08 13:42:08 -0700 (Sun, 08 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
-
-Fix a comment.
-
-------------------------------------------------------------------------
-r21357 | jmayer | 2007-04-08 16:37:16 -0700 (Sun, 08 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/manuf
-   M /trunk/wka.tmpl
-
-Add mc-mac address for l2tp (l2 tunneling proto): GBPT
-------------------------------------------------------------------------
-r21358 | jmayer | 2007-04-08 18:14:28 -0700 (Sun, 08 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk
-
-Add "compile" to svn:ignore
-
-
-------------------------------------------------------------------------
-r21359 | jmayer | 2007-04-08 22:52:03 -0700 (Sun, 08 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors
-
-svn:ignore register-cache.pkl
-------------------------------------------------------------------------
-r21360 | ulfl | 2007-04-09 19:26:39 -0700 (Mon, 09 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-pn-ptcp.c
-
-add dissection of PortTime
-------------------------------------------------------------------------
-r21361 | jake | 2007-04-09 22:38:57 -0700 (Mon, 09 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/wiretap/iseries.c
-
-Fix for bug 1526. Compare to uppercased strings.
-------------------------------------------------------------------------
-r21362 | morriss | 2007-04-10 00:01:59 -0700 (Tue, 10 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-symantec.c
-
-From David Kennedy via bug 1464:
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1464
-
-Support for Symantec SGS v3 files.
-
-------------------------------------------------------------------------
-r21363 | richardv | 2007-04-10 04:51:16 -0700 (Tue, 10 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/reassemble_test.c
-
-more libs, more stubs... i'll get there one day
-------------------------------------------------------------------------
-r21364 | kukosa | 2007-04-10 06:35:39 -0700 (Tue, 10 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/address.h
-
-new SE_COPY_ADDRESS macro
-------------------------------------------------------------------------
-r21365 | richardv | 2007-04-10 06:46:33 -0700 (Tue, 10 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-user32.lib and wsock32.lib shouldn't be make dependencies
-
-------------------------------------------------------------------------
-r21366 | morriss | 2007-04-10 07:31:09 -0700 (Tue, 10 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pana.c
-
-Fix bug 1511:
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1511
-
-by replacing g_assert() with DISSECTOR_ASSERT().
-
-
-------------------------------------------------------------------------
-r21367 | morriss | 2007-04-10 07:48:06 -0700 (Tue, 10 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
-   M /trunk/epan/dissectors/packet-ipdc.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-scsi.c
-
-Get rid of some more g_assert*()'s in the dissectors.  There are a few
-remaining that I'm not sure exactly what to do with at the moment:
-the one in packet-frame probably should be there, the others probably
-shouldn't but they also should never fail unless there's a compile or build
-problem (AFAICS).
-
-
-------------------------------------------------------------------------
-r21368 | kukosa | 2007-04-10 08:12:48 -0700 (Tue, 10 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.nmake
-   M /trunk/epan/dissectors/packet-dtls.c
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-   M /trunk/epan/dissectors/packet-ssl.c
-
-- SSL desegmentation support
-- SSL DEFLATE compression method support (RFC3749)
-- fix for Bugzilla Bug 1515: SSL bug with mutual authentication
-------------------------------------------------------------------------
-r21369 | richardv | 2007-04-10 10:34:32 -0700 (Tue, 10 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/reassemble_test.c
-
-fix typo in eth_stdio_fopen defn
-------------------------------------------------------------------------
-r21370 | richardv | 2007-04-10 10:57:47 -0700 (Tue, 10 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-
-remove dependency on zlib.h
-
-------------------------------------------------------------------------
-r21371 | richardv | 2007-04-10 11:09:51 -0700 (Tue, 10 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-
-fix a number of warnings, and type of ssl_decrypt_record when HAVE_LIBGNUTLS is not defined.
-
-------------------------------------------------------------------------
-r21372 | richardv | 2007-04-10 11:31:36 -0700 (Tue, 10 Apr 2007) | 10 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfvm.c
-
-From Sake Blok:
-
-wireshark SHOULD be able to filter on multiple hf's with the
-same field-name, BUT there is a little bug in the code. I have pinpointed it to
-the following in epan/dfilter/dfvm.c:
-...
-It actually loops through all the hf's with the same name, but only checks
-against the original (first) hf.
-
-
-------------------------------------------------------------------------
-r21373 | richardv | 2007-04-10 11:40:05 -0700 (Tue, 10 Apr 2007) | 13 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-From Sake Blok:
-
-- changed dissect_ssl2_hnd_client_hello to use hf_ssl_handshake_version instead
-of hf_ssl_record_version. SSLv2 client hello's did not display when the filter
-ssl.handshake.version == 0x0002 was used, only SSLv2 server hello's were
-displayed. Now they are both displayed
-
-- Added generated hf_ssl_record_version to SSLv2 handshake. Since the SSLv2
-does not include a record layer version field (unlike SSLv3), this field is
-generated so that all packets with a SSLv2 record layer can be filtered out.
-[this is actually what bug 1503 was all about]
-
-
-------------------------------------------------------------------------
-r21374 | lego | 2007-04-10 11:50:57 -0700 (Tue, 10 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-
-fix another warning
-------------------------------------------------------------------------
-r21375 | etxrab | 2007-04-10 11:58:18 -0700 (Tue, 10 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/rtp_stream_dlg.c
-
-Add the name of the dynamic payload type to the stream dialouge if avalable.
-------------------------------------------------------------------------
-r21376 | etxrab | 2007-04-10 14:01:54 -0700 (Tue, 10 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
-
-Dissect a bit more of the h263 data.
-------------------------------------------------------------------------
-r21377 | etxrab | 2007-04-10 14:02:50 -0700 (Tue, 10 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
-
-Add a reference.
-------------------------------------------------------------------------
-r21378 | gerald | 2007-04-10 14:30:40 -0700 (Tue, 10 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-
-If MSVCR_DLL or VCREDIST_EXE are defined, add them to the zip packages.
-Zip the entire directory instead of just the top-level contents.
-
-------------------------------------------------------------------------
-r21379 | richardv | 2007-04-10 17:22:58 -0700 (Tue, 10 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/reassemble_test.c
-
-right; this is going badly.
-
-Let's take a different tack: include only the bare minimum, and set up stubs for everything else.
-
-------------------------------------------------------------------------
-r21380 | morriss | 2007-04-10 21:57:43 -0700 (Tue, 10 Apr 2007) | 12 lines
-Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-
-Fix bug 1377:
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1377
-
-and complaints to the mailing list that a bogus (empty or non-ASCII contents)
-dialog box was popped up when getting the list of interfaces.  The problem was
-that 'get_airpcap_interface_list()' wasn't setting the returned error value
-when it found that AirPcap was not loaded.  If whatever was in that variable
-happened to be 1 when a non-AirPcap user requested the list of interfaces
-then the bogus dialog would show up.
-
-
-------------------------------------------------------------------------
-r21381 | kukosa | 2007-04-10 22:54:15 -0700 (Tue, 10 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-
-make packet-ssl-utils.c compileable without GnuTLS
-------------------------------------------------------------------------
-r21382 | richardv | 2007-04-11 05:26:02 -0700 (Wed, 11 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-fix typos
-
-------------------------------------------------------------------------
-r21383 | martinm | 2007-04-11 07:34:56 -0700 (Wed, 11 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-
-Dissect IPPRIM conn_id field.
-
-------------------------------------------------------------------------
-r21384 | gerald | 2007-04-11 08:15:28 -0700 (Wed, 11 Apr 2007) | 13 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Stig Bj?\195?\184rlykke:
-
-This patch adds an option to IEEE 802.11 to ignore the wep bit with IV,
-as mentioned in
-http://www.wireshark.org/lists/wireshark-dev/200704/msg00021.html
-
-I also fixed a bug where the packet is dissected different in the Packet
-List with and without "Colorize Packet List" (actually when dissecting
-with and without "tree").  Try toggling "Colorize Packet List" with my
-previous posted ieee80211-wep.pcap without this patch to see the bug.
-
-The patch is tested on OSX.
-
-------------------------------------------------------------------------
-r21385 | lego | 2007-04-11 12:24:19 -0700 (Wed, 11 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/wslua/wslua_proto.c
-   M /trunk/epan/wslua/wslua_tvb.c
-
-have tvbrange:get_ipv4() not modifying the byte order of the extraced data.
-have Proto.new() registering the protocol by name.
-
-
-------------------------------------------------------------------------
-r21386 | richardv | 2007-04-11 16:20:02 -0700 (Wed, 11 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-try linking against user32.lib and wsock32.lib
-
-------------------------------------------------------------------------
-r21387 | etxrab | 2007-04-11 22:57:49 -0700 (Wed, 11 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-
-According to 3GPP TS 32.299 version 7.4.0 Release 7(2006-12):
-7.2.27 Content-Length AVP
-The Content-Length AVP (AVP code 827) is of type Unsigned32
-------------------------------------------------------------------------
-r21388 | etxrab | 2007-04-11 23:17:19 -0700 (Wed, 11 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/diameter/dictionary.xml
-
-Correct a typo.
-------------------------------------------------------------------------
-r21389 | martinm | 2007-04-12 07:31:49 -0700 (Thu, 12 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Add Via sigcomp-id param (from draft-ietf-rohc-sigcomp-sip)
-
-------------------------------------------------------------------------
-r21390 | standel | 2007-04-12 10:34:30 -0700 (Thu, 12 Apr 2007) | 16 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-ipv6.h
-   M /trunk/epan/ipproto.c
-   M /trunk/epan/ipproto.h
-
-From Matthijs Mekking : 
-
-New dissector support, SHIM6
-
-checked in with the following modifications :
-  - use of proto_tree_add_item whenever possible (addition of several hf_items),
-  - use distinct subtree idx for each subtree,
-  - addition of some subtrees,
-  - split shim_opts in several functions,
-  - accurate incrementation of offset in locator preferences (in case of option length > 3)
-  - add true_false_string for critical options and protocol differentiation (hip, shim6)
-  - add ipv6.shim6.checkksum_good, ipv6.shim6.checkksum_bad, cksum expert info
-
-section added to AUTHORS
-
-
-------------------------------------------------------------------------
-r21391 | gerald | 2007-04-12 11:42:19 -0700 (Thu, 12 Apr 2007) | 15 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Additional 802.11k/n support from Dustin Johnson and myself:
-
-  - Break out and display A-MSDUs
-  - HT Control field (currently disabled)
-  - Action No Ack
-  - HT Information IE
-  - HT Capability IE
-  - Block Ack Request
-  - Secondary Channel Offset Tag
-  - Measurement Request Tag
-  - Measurement Report Tag
-
-...along with a bunch of other updates, including displaying the
-type/subtype as a hex value (first nibble: type, second nibble: subtype).
-
-------------------------------------------------------------------------
-r21392 | etxrab | 2007-04-12 13:37:08 -0700 (Thu, 12 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/mms/mms-exp.cnf
-   M /trunk/asn1/mms/mms.asn
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
-
-Workaround for the ber CHOICE crash.
-------------------------------------------------------------------------
-r21393 | standel | 2007-04-12 15:38:36 -0700 (Thu, 12 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-set unused parameters flags to fiw some gcc warnings
-
-------------------------------------------------------------------------
-r21394 | standel | 2007-04-12 15:39:16 -0700 (Thu, 12 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-homeplug.c
-
-get rid of unused variable
-
-------------------------------------------------------------------------
-r21395 | standel | 2007-04-12 15:42:31 -0700 (Thu, 12 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-raw.c
-
-include packet-ipv6.h for capture_ipv6 function
-
-------------------------------------------------------------------------
-r21396 | standel | 2007-04-12 15:43:45 -0700 (Thu, 12 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-move dissectors which compiles without any warning from DISSECTOR_SRC to
-CLEAN_DISSECTOR_SRC
-
-------------------------------------------------------------------------
-r21397 | lego | 2007-04-12 15:45:22 -0700 (Thu, 12 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/wslua/wslua_tvb.c
-
-From: Balint Reczey
-
-I would like to handle the rare situation of Little Endian encoded
-IP addresses, so i added a function which reads the address with
-tvb_get_ipv4(), then swaps the bytes before SET_ADDRESS().
-
-
-------------------------------------------------------------------------
-r21398 | sfisher | 2007-04-12 17:50:23 -0700 (Thu, 12 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.am
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-cisco-wids.c
-   M /trunk/epan/dissectors/packet-eth.c
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-scsi-mmc.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-wcp.c
-
-
-Fix various warnings
-
-Move packet-cops.c out of clean dissectors due to a #define conflict
-in the headers of net-snmp with our config.h
-
-
-------------------------------------------------------------------------
-r21399 | sfisher | 2007-04-12 18:03:55 -0700 (Thu, 12 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-
-Fix unused variable warning when neither SSL_DECRYPT_DEBUG nor HAVE_LIBGNUTLS is defined.
-
-
-------------------------------------------------------------------------
-r21400 | wmeier | 2007-04-12 18:53:14 -0700 (Thu, 12 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-Fix for link commands for exntest.exe, tvbtest.exe and reassemble_test.exe;
-(Seems to work using vc6 on Windows XP).
-
-------------------------------------------------------------------------
-r21401 | gerald | 2007-04-12 22:44:57 -0700 (Thu, 12 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
-
-Fix a mis-labeled field reported in Ethereal bug 1101.  Update all
-of the short descriptions and fill in all of the long descriptions.
-Fix up whitespace.
-
-------------------------------------------------------------------------
-r21402 | etxrab | 2007-04-12 22:49:43 -0700 (Thu, 12 Apr 2007) | 1 line
-Changed paths:
-   D /trunk/asn1/ansi_map/README
-
-Remove the obsolete readme file.
-------------------------------------------------------------------------
-r21403 | morriss | 2007-04-12 23:24:58 -0700 (Thu, 12 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.h
-
-Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns()
-as per the change in rev 21398 to get Windows builds working again.
-
-
-------------------------------------------------------------------------
-r21404 | morriss | 2007-04-12 23:49:22 -0700 (Thu, 12 Apr 2007) | 9 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-wlccp.c
-
-From Kevin A. Noll via bug 1522:
-
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1522
-
-Support for WLCCP version 0xC1.
-
-Also updated his email address in AUTHORS.
-
-
-------------------------------------------------------------------------
-r21405 | standel | 2007-04-13 00:50:53 -0700 (Fri, 13 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/Makefile.am
-
-remove ref to ansi_map/README in the Makefile
-
-ubuntu buildbot should work again
-
-------------------------------------------------------------------------
-r21406 | kukosa | 2007-04-13 07:15:12 -0700 (Fri, 13 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/h235/packet-h235-template.c
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h235.h
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-mikey.c
-
-H.235.7: MIKEY in H.323
-------------------------------------------------------------------------
-r21407 | kukosa | 2007-04-13 07:19:26 -0700 (Fri, 13 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-support of tagged types for BER - i.e. tagged assignments, more than one level tags in SEQUENCE/CHOICE
-it has to be enabled with -T option as it is experimental
-------------------------------------------------------------------------
-r21408 | standel | 2007-04-13 07:55:55 -0700 (Fri, 13 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mikey.c
-
-fix gcc warning :
-  use of new_register_dissector instead of register_dissector
-
-------------------------------------------------------------------------
-r21409 | standel | 2007-04-13 08:23:47 -0700 (Fri, 13 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-mmc.c
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-   M /trunk/epan/dissectors/packet-scsi-smc.c
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-use of volatile for every functions and not only the ones using the Exception
-mechanisms. (fix rev21398)
-
-Windows buildbot sould be green again as formal parameters are the same as the
-ones in the declaration now.
-
-------------------------------------------------------------------------
-r21410 | standel | 2007-04-13 08:25:33 -0700 (Fri, 13 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
-   M /trunk/epan/dissectors/packet-h263.c
-
-fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRC
-
-------------------------------------------------------------------------
-r21411 | standel | 2007-04-13 08:52:04 -0700 (Fri, 13 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-miss some volatile qualifiers in scsi-osd
-
-------------------------------------------------------------------------
-r21412 | standel | 2007-04-13 10:16:24 -0700 (Fri, 13 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-mmc.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-   M /trunk/epan/dissectors/packet-scsi-sbc.c
-   M /trunk/epan/dissectors/packet-scsi-smc.c
-   M /trunk/epan/dissectors/packet-scsi-ssc.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-another attempt to let windows buildbot becoming green
-
-fix rev21398 (gcc warning fix)
-
-------------------------------------------------------------------------
-r21413 | lego | 2007-04-13 10:46:54 -0700 (Fri, 13 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
- Have the h248term handle evaluated as late as possible.
-
-
-------------------------------------------------------------------------
-r21414 | standel | 2007-04-13 11:08:27 -0700 (Fri, 13 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-mmc.c
-
-ultimate declaration of a volatile variable to let gcc-3.4 happy.
-
-
-------------------------------------------------------------------------
-r21415 | gerald | 2007-04-13 12:28:03 -0700 (Fri, 13 Apr 2007) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-802.11k/n updates from Dustin Johnson:
-
-  - Refactored Frame Control into its own function
-  - Refactored the Action field
-  - Add Block Ack/Block Ack Request
-  - Add a Control Wrapper stub
-  - Add the Neigbor Report tag
-  - Add the Extended Channel Switch Announcement tag
-  - Add the Supported Regulatory Classes tag
-  - Add the Secondary Channel Offset tag
-
-------------------------------------------------------------------------
-r21416 | standel | 2007-04-13 13:38:19 -0700 (Fri, 13 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-fix gcc warning
-
-------------------------------------------------------------------------
-r21417 | standel | 2007-04-13 13:59:20 -0700 (Fri, 13 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/capture-pcap-util.c
-   M /trunk/capture-pcap-util.h
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/gtk/capture_dlg.c
-
-fix gcc warning about qualifier types (const) which are discarded when arriving
-at the pcap interface.
-
-------------------------------------------------------------------------
-r21418 | standel | 2007-04-13 15:40:42 -0700 (Fri, 13 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-move to CLEAN_DISSECTOR_SRC
-
-------------------------------------------------------------------------
-r21419 | gerald | 2007-04-13 15:49:54 -0700 (Fri, 13 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/make-dissector-reg.py
-
-Fixup whitespace.
-
-------------------------------------------------------------------------
-r21420 | sfisher | 2007-04-13 15:50:47 -0700 (Fri, 13 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-
-Remove unused variable that is causing a warning 
-
-
-------------------------------------------------------------------------
-r21421 | standel | 2007-04-13 15:52:33 -0700 (Fri, 13 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
-change the script to automatically stop on warning if compiling with gcc.
-
-------------------------------------------------------------------------
-r21422 | standel | 2007-04-13 16:10:13 -0700 (Fri, 13 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/wiretap/configure.in
-
-change the script to automatically stop on warning if compiling with gcc.
-
-
-------------------------------------------------------------------------
-r21423 | sfisher | 2007-04-13 16:32:21 -0700 (Fri, 13 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-   M /trunk/epan/strutil.c
-   M /trunk/epan/uat.c
-   M /trunk/epan/uat.h
-
-
-Fix some Solaris buildbot warnings
-
-
-------------------------------------------------------------------------
-r21424 | standel | 2007-04-13 16:40:50 -0700 (Fri, 13 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dfilter/Makefile.am
-
-don't treat warnings as errors until a solution is found for scanner.c
-depending on the lex used, it may generates warning.
-
-------------------------------------------------------------------------
-r21425 | jmayer | 2007-04-13 17:35:53 -0700 (Fri, 13 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/configure.in
-
-Disable warnings as errors if extra gcc warnings was specified.
-Change to positive logic --without-warnings-as-errors (default no)
-==> --with-warnings-as-errors (default yes)
-
-------------------------------------------------------------------------
-r21426 | jmayer | 2007-04-13 17:41:08 -0700 (Fri, 13 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/configure.in
-
-Same as for top level configure.in
-
-------------------------------------------------------------------------
-r21427 | jmayer | 2007-04-13 18:07:36 -0700 (Fri, 13 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-cisco-erspan.c
-   M /trunk/epan/dissectors/packet-cisco-oui.c
-   M /trunk/epan/dissectors/packet-gre.c
-   M /trunk/epan/greproto.h
-   M /trunk/wiretap/libpcap.c
-
-Beginnings of a Cisco ERSPAN dissector - the only thing missing is the code
-to actually call this (aka to handle the ambiguities of DLT values).
-
-------------------------------------------------------------------------
-r21428 | standel | 2007-04-14 00:55:43 -0700 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cisco-erspan.c
-
-typo fix
-
-------------------------------------------------------------------------
-r21429 | standel | 2007-04-14 04:55:19 -0700 (Sat, 14 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap_rijndael.c
-
-delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound not
-present in the wireshark code
-
-------------------------------------------------------------------------
-r21430 | standel | 2007-04-14 06:15:52 -0700 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
-
-get rid of unused variables (tfs, value_string)
-
-------------------------------------------------------------------------
-r21431 | standel | 2007-04-14 07:01:53 -0700 (Sat, 14 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-aim-chat.c
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-bssap.c
-   M /trunk/epan/dissectors/packet-btrfcomm.c
-   M /trunk/epan/dissectors/packet-btsdp.c
-   M /trunk/epan/dissectors/packet-dec-dnart.c
-   M /trunk/epan/dissectors/packet-dnp.c
-   M /trunk/epan/dissectors/packet-epl.h
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fix.c
-   M /trunk/epan/dissectors/packet-giop.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-   M /trunk/epan/dissectors/packet-h248_q1950.c
-   M /trunk/epan/dissectors/packet-ipsec.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-isakmp.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-mikey.c
-   M /trunk/epan/dissectors/packet-ncp-sss.c
-   M /trunk/epan/dissectors/packet-pana.c
-   M /trunk/epan/dissectors/packet-skinny.c
-   M /trunk/epan/dissectors/packet-slowprotocols.c
-   M /trunk/epan/dissectors/packet-ssh.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-   M /trunk/epan/dissectors/packet-tipc.c
-   M /trunk/epan/dissectors/packet-uma.c
-
-fix MacOSX gcc-3.3 warnings about unused tfs/value_string variables
-most have been tagged unused (few have been deleted if dissector has not been
-modified since a long time)
-
-move packet-ssl-utils.c to DISSECTOR_SRC
-
-
-------------------------------------------------------------------------
-r21432 | standel | 2007-04-14 07:07:46 -0700 (Sat, 14 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/plugins/mate/Makefile.am
-   M /trunk/wiretap/Makefile.am
-
-remove "treat warnings as errors" barrier for every repo containing code
-generated by $(LEX) until a solution is found to compile them separately.
-
-
-------------------------------------------------------------------------
-r21433 | standel | 2007-04-14 08:57:03 -0700 (Sat, 14 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/gtk/gui_prefs.c
-   M /trunk/plugins/docsis/packet-type29ucd.c
-   M /trunk/plugins/h223/packet-h223.c
-
-move ipsec to DISSECTOR_SRC
-fix some more MacOSX gcc warnings
-
-------------------------------------------------------------------------
-r21434 | standel | 2007-04-14 09:09:59 -0700 (Sat, 14 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/Makefile.am
-
-even this repo contains code generated by lex!
-
-
-------------------------------------------------------------------------
-r21435 | etxrab | 2007-04-14 10:08:46 -0700 (Sat, 14 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-
-Fix a bug in the ASN1 spec. ( I can't regenerate the dissector currently).
-------------------------------------------------------------------------
-r21436 | standel | 2007-04-14 11:18:25 -0700 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-unused variable
-
-------------------------------------------------------------------------
-r21437 | standel | 2007-04-14 11:39:07 -0700 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-
-"false" unused variables (they are not use in wiretap repo)
-
-------------------------------------------------------------------------
-r21438 | sfisher | 2007-04-14 12:04:19 -0700 (Sat, 14 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-
-From Sake Blok:
-
-Fix false malformed SSL handshake messages
-
-
-------------------------------------------------------------------------
-r21439 | standel | 2007-04-14 12:49:48 -0700 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-uninitialized warning fix
-
-------------------------------------------------------------------------
-r21440 | jmayer | 2007-04-14 17:40:05 -0700 (Sat, 14 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
-
-Revert commit 21430 and use #if 0/#endif instead
-
-------------------------------------------------------------------------
-r21441 | morriss | 2007-04-15 04:03:21 -0700 (Sun, 15 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/tap-h225counter.c
-
-Replace 14 for loops (each setting an array of integers to 0) with a memset
-------------------------------------------------------------------------
-r21442 | morriss | 2007-04-15 21:34:07 -0700 (Sun, 15 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/tap.h
-   M /trunk/tap-afpstat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-smbstat.c
-
-Wireshark now requires support for 64-bit types so there's no need to #ifdef
-around them.  Print 64-bit types using the PRI macros; add inttypes.h to
-tap.h (if necessary) to pick up those macros for all the taps.
-
-------------------------------------------------------------------------
-r21443 | morriss | 2007-04-15 21:52:51 -0700 (Sun, 15 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/camel-persistentdata.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/tcap-persistentdata.c
-
-Frame numbers are unsigned, print them as such
-------------------------------------------------------------------------
-r21444 | jake | 2007-04-15 23:20:39 -0700 (Sun, 15 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-Unused parameter
-------------------------------------------------------------------------
-r21445 | kukosa | 2007-04-15 23:41:56 -0700 (Sun, 15 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-
-move string tables from packet-ssl-utils.h to packet-ssl-utils.c and export them
-------------------------------------------------------------------------
-r21446 | morriss | 2007-04-16 01:37:39 -0700 (Mon, 16 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-sccp.c
-
-Fix a couple warnings
-------------------------------------------------------------------------
-r21447 | morriss | 2007-04-16 01:53:33 -0700 (Mon, 16 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-pana.c
-
-From Victor Fajardo: update the PANA dissector to draft-15a
-------------------------------------------------------------------------
-r21448 | morriss | 2007-04-16 02:03:11 -0700 (Mon, 16 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-pana.c
-
-Replace g_assert() with DISSECTOR_ASSERT()
-------------------------------------------------------------------------
-r21449 | tuexen | 2007-04-16 10:03:30 -0700 (Mon, 16 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-asap.c
-   M /trunk/epan/dissectors/packet-enrp.c
-
-Use recent IANA port assignments.
-
-------------------------------------------------------------------------
-r21450 | gerald | 2007-04-16 11:35:22 -0700 (Mon, 16 Apr 2007) | 11 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Tuomas Maattanen:
-
-the current SVN (rev 21448) 802.11 WMM TSPEC dissector seems to have
-some bugs.
-
-TS Info field should be three bytes long, not two.  Suspension Interval
-field is missing altogether, shifting all other fields by four bytes.
-Maximum Burst Size, Minimum PHY Rate, Peak Data Rate and Delay Bound
-are in wrong order.
-
-
-------------------------------------------------------------------------
-r21451 | lego | 2007-04-16 16:15:03 -0700 (Mon, 16 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/exceptions.h
-
-revert back to 20437
-
-
-------------------------------------------------------------------------
-r21452 | gerald | 2007-04-16 17:34:32 -0700 (Mon, 16 Apr 2007) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-More .11k/n updates from Dustin Johnson:
-
-  - Measurement Pilot frame support
-  - Various Block Ack fields
-  - Various Power fields
-  - Measurement Pilot field
-  - Country String field
-  - Channel Width field
-  - QoS Information fields
-
-------------------------------------------------------------------------
-r21453 | morriss | 2007-04-17 03:01:39 -0700 (Tue, 17 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
-
-Fix --with(out)-warnings-as-errors test so warnings-as-errors can be disabled (with gcc)
-------------------------------------------------------------------------
-r21454 | morriss | 2007-04-17 03:11:41 -0700 (Tue, 17 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dmp.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Fix warnings of the form "long long unsigned int format, guint64 arg": use
-the PRI macros instead of %llu, etc.
-
-------------------------------------------------------------------------
-r21455 | lego | 2007-04-17 08:13:17 -0700 (Tue, 17 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dfilter/semcheck.c
-
-Make sure ENDTRY gets evaluated
-------------------------------------------------------------------------
-r21456 | jmayer | 2007-04-17 08:17:06 -0700 (Tue, 17 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-Detect ELSM as such - meaning of the elements is still unknown.
-
-------------------------------------------------------------------------
-r21457 | lego | 2007-04-17 08:46:05 -0700 (Tue, 17 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-register the right dissector for tcp 
-
-Fixes Bug 1429
-------------------------------------------------------------------------
-r21458 | jmayer | 2007-04-17 09:51:24 -0700 (Tue, 17 Apr 2007) | 17 lines
-Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
-
-Update from samba tree revision 22006 to 22314
-============================ Samba log start ============
-------------------------------------------------------------------------
-r22029 | jpeach | 2007-04-02 19:06:14 +0200 (Mon, 02 Apr 2007) | 2 lines
-Changed paths:
-   M /branches/SAMBA_4_0/source/lib/registry/config.mk
-   M /branches/SAMBA_4_0/source/lib/replace/samba.m4
-   M /branches/SAMBA_4_0/source/main.mk
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
-
-Make sure we respect $srcdir correctly for the srcdir != builddir case.
-
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
-
-------------------------------------------------------------------------
-r21459 | gerald | 2007-04-17 10:13:55 -0700 (Tue, 17 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/tools/make-dissector-reg.py
-
-Use the older-style ST_MTIME instead of st_mtime.  This should fix backward 
-compatibility.
-
-------------------------------------------------------------------------
-r21460 | morriss | 2007-04-17 21:13:50 -0700 (Tue, 17 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
-   M /trunk/epan/dissectors/packet-ssl.c
-
-Pass NULL (instead of proto_) in the last parameter of tap_queue_packet()
-because NULL is just as interesting as the proto_ entry and the latter
-generates a compiler warning.
-
-------------------------------------------------------------------------
-r21461 | morriss | 2007-04-17 21:34:10 -0700 (Tue, 17 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/tap-iousers.c
-   M /trunk/tap-protohierstat.c
-
-Change bytes counters to 64 bits and use the PRI macros to print them.
-
-------------------------------------------------------------------------
-r21462 | etxrab | 2007-04-17 23:30:23 -0700 (Tue, 17 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-ansi_map.h
-
-Add an IE.
-------------------------------------------------------------------------
-r21463 | etxrab | 2007-04-17 23:31:25 -0700 (Tue, 17 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_801.c
-
-From Michael Lum:
-This patch implements parameter dissection for about 1/2 to 2/3 of the messages in IS-801.
-
-Built and tested against the latest source as of Friday April 13th 2007.
-------------------------------------------------------------------------
-r21464 | etxrab | 2007-04-17 23:32:00 -0700 (Tue, 17 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
-
-Add a comment.
-------------------------------------------------------------------------
-r21465 | morriss | 2007-04-18 00:06:56 -0700 (Wed, 18 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pana.c
-
-Don't use DISSECTOR_ASSERT to (essentially) verify packet data.  Instead
-add an expert info entry if the AVP length is 0 and just return after
-dissecting that AVP.
-
-------------------------------------------------------------------------
-r21466 | kukosa | 2007-04-18 01:55:28 -0700 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-- new -L command line option to suppress #line directives from .cnf file
-- new #.MAKE_ENUM and #.MAKE_DEFINES directives to generate enum/#define for enumerated types (ENUMERATED or INTEGER with named values)
-------------------------------------------------------------------------
-r21467 | kukosa | 2007-04-18 01:58:48 -0700 (Wed, 18 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/rnsap/packet-rnsap-template.c
-   M /trunk/asn1/rnsap/rnsap.cnf
-   M /trunk/epan/dissectors/packet-rnsap.c
-
-usage of new #.MAKE_DEFINES asn2wrs directive in RNSAP
-------------------------------------------------------------------------
-r21468 | martinm | 2007-04-18 02:23:27 -0700 (Wed, 18 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_801.c
-
-Make specifier string match args
-(may not be the intended formatting, but it builds...)
-
-------------------------------------------------------------------------
-r21469 | kukosa | 2007-04-18 03:52:46 -0700 (Wed, 18 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-
-use new possibility to set #.EXPORTS flag for whole directive
-------------------------------------------------------------------------
-r21470 | sfisher | 2007-04-18 14:42:37 -0700 (Wed, 18 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/capture_loop.c
-
-
-Remove a linebreak from an error message dialog so it wraps properly
-
-
-------------------------------------------------------------------------
-r21471 | etxrab | 2007-04-18 14:52:11 -0700 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-
-Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectly
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1543
-------------------------------------------------------------------------
-r21472 | richardv | 2007-04-18 15:31:47 -0700 (Wed, 18 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/test/suite-unittests.sh
-
-following advice from Gerald, Graham Bloice, and others, let's try copying the unit test executables into the wireshark-gtk2 directory before running them.
-
-------------------------------------------------------------------------
-r21473 | kukosa | 2007-04-19 00:09:59 -0700 (Thu, 19 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-register the right dissector for SIP over SSL/TLS
-------------------------------------------------------------------------
-r21474 | kukosa | 2007-04-19 05:57:23 -0700 (Thu, 19 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/libwireshark.def
-
-export dissect_ber_tagged_type()
-------------------------------------------------------------------------
-r21475 | kukosa | 2007-04-19 05:58:31 -0700 (Thu, 19 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-added missing dependency in tagged type
-------------------------------------------------------------------------
-r21476 | richardv | 2007-04-19 10:03:58 -0700 (Thu, 19 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/test/suite-unittests.sh
-
-fix typos
-------------------------------------------------------------------------
-r21477 | richardv | 2007-04-19 10:13:49 -0700 (Thu, 19 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-
-From Hannes Gredler:
-
-attached a small bugfix that uses the correct bits
-for determining if the ATM payload is a OAM cell.
-
-
-------------------------------------------------------------------------
-r21478 | jmayer | 2007-04-20 02:26:59 -0700 (Fri, 20 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements.
-I don't know how to decode them though.
-
-Fix some typos.
-
-Change some Element descriptions.
-
-------------------------------------------------------------------------
-r21479 | etxrab | 2007-04-20 06:54:56 -0700 (Fri, 20 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-
-Add EXTERNAL to the value string and add comments about UNIVERSAL tags.
-------------------------------------------------------------------------
-r21480 | standel | 2007-04-20 07:19:20 -0700 (Fri, 20 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-get rid of some unused parameters in process_ssl_payload
-
-------------------------------------------------------------------------
-r21481 | standel | 2007-04-20 07:30:48 -0700 (Fri, 20 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dfilter/Makefile.am
-
-Since code generated by lex may trigger gcc warnings, we are now generating two
-libraries.  A single library is generated with the lex code without the barrier
-"stop on warning". An other library is generated from the remaining source
-files with the "stop on warning" barrier.
-
-
-------------------------------------------------------------------------
-r21482 | gerald | 2007-04-20 10:40:13 -0700 (Fri, 20 Apr 2007) | 18 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-More .11n-related updates and additions from Dustin Johnson and myself:
-
-  - MIMO Control frame support
-  - Control Wrapper frame support
-  - Measurement Pilot
-  - Action No Ack
-  - Block Ack Action
-  - PCO Phase Control
-  - PSMP Parameter Set
-  - Antenna Selection
-  - Extended Channel Switch Announcement
-  - HT Information
-  - HT Action
-  - MIMO CSI Matrices Report
-  - Fill in and update a bunch of hf strings
-  
-Fixup(?) whitespace.
-
-------------------------------------------------------------------------
-r21483 | gerald | 2007-04-20 11:09:31 -0700 (Fri, 20 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Fix 64-bit integer handling and whitespace.
-
-------------------------------------------------------------------------
-r21484 | gerald | 2007-04-20 15:29:11 -0700 (Fri, 20 Apr 2007) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Move some data frame back out of the control frame scope, so Wireshark 
-will stop crashing.
-
-More .11n additions and updates from Dustin:
-
-  - Power Capability tag
-  - Supported Channels tag
-  - Block Ack/Block Ack Request
-
-Fixup whitespace.
-
-------------------------------------------------------------------------
-r21485 | sfisher | 2007-04-20 16:10:03 -0700 (Fri, 20 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/expert_comp_table.c
-
-
-Fix bug #1547: Expert Info Composite column "Count" is not sorting numerically
-
-
-------------------------------------------------------------------------
-r21486 | etxrab | 2007-04-21 13:27:05 -0700 (Sat, 21 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-tcap.c
-
-Put some missing TAG:s in the tree if internal BER fields shown.
-------------------------------------------------------------------------
-r21487 | etxrab | 2007-04-21 13:53:35 -0700 (Sat, 21 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.h
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-
-EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.
-------------------------------------------------------------------------
-r21488 | guy | 2007-04-21 15:57:22 -0700 (Sat, 21 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/wiretap/k12.c
-
-Explicitly mark new_k12_file_data() as taking no arguments - in C89, at
-least, "int foo()" defines or declares an old-style function, not one
-with no arguments.
-
-------------------------------------------------------------------------
-r21489 | guy | 2007-04-21 15:58:03 -0700 (Sat, 21 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/mpeg.c
-
-Get rid of a warning with at least some compilers.
-
-------------------------------------------------------------------------
-r21490 | guy | 2007-04-21 15:59:52 -0700 (Sat, 21 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/wiretap/iseries.c
-
-Match "%4x" with an unsigned value in sscanf.
-
-Check for a case where, conceivably, the on-the-wire packet length (from
-the IP header) could be shorter than the captured data length (due to
-Ethernet padding), and handle it by making sure the on-the-wire length
-is always >= the captured data length.
-
-------------------------------------------------------------------------
-r21491 | guy | 2007-04-21 16:04:36 -0700 (Sat, 21 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/wiretap/configure.in
-
-Fix a comment to reflect reality - -Wcast-qual is added only with
---with-extra-gcc-checks.
-
-Unconditionally add -Wpointer-arith to GCC flags, and, if
---with-extra-gcc-checks is specified, add -Wstrict-prototypes.
-
-------------------------------------------------------------------------
-r21492 | guy | 2007-04-22 00:22:37 -0700 (Sun, 22 Apr 2007) | 14 lines
-Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
-
-Use AC_HELP_STRING for the help strings for --with and --enable flags.
-
-Add -Wpointer-arith to the GCC -W flags by default.
-
-Make "extra-gcc-checks" and "warnings-as-errors" --enable flags rather
-than --with flags - autoconf's model is that --enable is for turning
-features on or off, --with is for enabling or disabling the use of
-external packages (libpcap, Net-SNMP, GNU ADNS, etc.).
-
-When testing whether the compiler is GCC, use the same style all the
-time - check whether "x$GCC" equals "xyes".  (The "x" might be overkill
-- if you don't quote the arguments, it avoids a missing argument to
-"test"/"[", but if you do, it might not be needed.)
-
-------------------------------------------------------------------------
-r21493 | standel | 2007-04-22 02:27:21 -0700 (Sun, 22 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/configure.in
-   M /trunk/wiretap/acinclude.m4
-   M /trunk/wiretap/configure.in
-
-adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gcc
-supports the options passed as arguments. If the options are supported, they
-are added to CFLAGS.
-
-
-------------------------------------------------------------------------
-r21494 | sahlberg | 2007-04-22 02:58:12 -0700 (Sun, 22 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
-
-fix the sign of a variable to prevent a singed/unsigned warning during 
-compiling
-
-
-------------------------------------------------------------------------
-r21495 | tuexen | 2007-04-22 03:25:26 -0700 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/gtk/sctp_stat.c
-
-From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.
-
-------------------------------------------------------------------------
-r21496 | jake | 2007-04-22 03:29:47 -0700 (Sun, 22 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-Fix for bug 1541. Adjust offset for long longs by 8, not by 4.
-------------------------------------------------------------------------
-r21497 | jmayer | 2007-04-22 04:51:36 -0700 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
-
-Fix a signedness warning.
-
-------------------------------------------------------------------------
-r21498 | standel | 2007-04-22 06:38:50 -0700 (Sun, 22 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/acinclude.m4
-
-update of AC_WIRESHARK_PCAP_CHECK to detect if pcap header version is
-corresponding to the library version for pcap_breakloop. Issue a warning if the
-pcap_breakloop is present but not usable.
-
-
-------------------------------------------------------------------------
-r21499 | sahlberg | 2007-04-22 08:22:53 -0700 (Sun, 22 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
-
-GString.len has changed signednedd between gtk1 and gtk2
-
-this will hopefully again compile under both gtk1 and 2
-
-
-------------------------------------------------------------------------
-r21500 | sahlberg | 2007-04-22 08:43:01 -0700 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-some updates to allow gtk1 to compile without warnings
-
-------------------------------------------------------------------------
-r21501 | sahlberg | 2007-04-22 08:45:34 -0700 (Sun, 22 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-dont include these headers under gtk1  
-
-
-------------------------------------------------------------------------
-r21502 | sahlberg | 2007-04-22 08:48:18 -0700 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/proto_hier_stats_dlg.c
-
-fix compiler warning for gtk1 builds
-
-------------------------------------------------------------------------
-r21503 | sahlberg | 2007-04-22 08:49:29 -0700 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/rtp_stream.c
-
-compile fix for gtk1
-
-------------------------------------------------------------------------
-r21504 | sahlberg | 2007-04-22 09:40:34 -0700 (Sun, 22 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/rtp_analysis.c
-
-move include of a few headers down a few lines so the compile works on 
-gtk1
-
-------------------------------------------------------------------------
-r21505 | sahlberg | 2007-04-22 09:44:36 -0700 (Sun, 22 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/rtp_stream_dlg.c
-
-move some headers so that the compile works on gtk1
-
-
-------------------------------------------------------------------------
-r21506 | guy | 2007-04-22 11:04:52 -0700 (Sun, 22 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
-
-Check the GLib version number, not the GTK+ version number; it's GLib we
-care about, and this code doesn't use GTK+, so it doesn't include any
-GTK+ headers and therefore doesn't get the GTK+ version number defined.
-
-------------------------------------------------------------------------
-r21507 | guy | 2007-04-22 11:26:45 -0700 (Sun, 22 Apr 2007) | 10 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
-
-Get rid of some const warnings.
-
-Use the "pnto" macros to fetch 16-bit quantities from a buffer - not
-only do they have the right casts to avoid const warnings, they also
-work even on platforms (such as SPARC) where you can't dereference
-unaligned pointers without a trap.
-
-Similarly, compare a possibly-unaligned (we make no alignment guarantees
-in Wireshark) 16-bit quantity against 0 a byte at a time.
-
-------------------------------------------------------------------------
-r21508 | jmayer | 2007-04-22 13:04:34 -0700 (Sun, 22 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/editcap.c
-   M /trunk/epan/ftypes/ftype-time.c
-   M /trunk/text2pcap.c
-
-Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it was
-already #defined to 1, so this would create a warning/error.
-
-
-------------------------------------------------------------------------
-r21509 | guy | 2007-04-22 13:29:31 -0700 (Sun, 22 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
-
-Don't play type-punning games - they cause compiler warnings (not that
-anybody appears to ever *set* sack_header->gaps).
-
-------------------------------------------------------------------------
-r21510 | guy | 2007-04-22 13:43:01 -0700 (Sun, 22 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
-
-"struct sack_chunk_header" is presumably just a SACK chunk header
-followed by zero or more gap start/end pairs; fix up the previous fix to
-handle that correctly.
-
-------------------------------------------------------------------------
-r21511 | standel | 2007-04-22 14:55:39 -0700 (Sun, 22 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/text2pcap.c
-
-set #ifndef __USE_XOPEN instead of only #ifndef
-
-should fix rev21508
-
-------------------------------------------------------------------------
-r21512 | wmeier | 2007-04-22 15:23:19 -0700 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-Another fix to allow gtk1 to compile w/o warnings....
-
-------------------------------------------------------------------------
-r21513 | jmayer | 2007-04-22 16:01:49 -0700 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/configure.in
-
-Fix regression: Automatically disable -Werror in case of extra gcc flags.
-
-------------------------------------------------------------------------
-r21514 | guy | 2007-04-22 16:47:56 -0700 (Sun, 22 Apr 2007) | 11 lines
-Changed paths:
-   M /trunk/wiretap/configure.in
-
-Turn on almost all warnings for Wiretap - if any of them cause problems
-on some platforms due to unfixable problems (e.g., crappy vendor
-headers), we can move them back to the "extra" list.
-
-Put those warnings in the order in which they appear in the GCC man page
-on my machine.
-
-If we turn on -pedantic, try turning on -Wno-long-long as well, so that
-it's not *so* pedantic that it rejects the 64-bit integral data types
-that we explicitly require.
-
-------------------------------------------------------------------------
-r21515 | guy | 2007-04-22 16:52:38 -0700 (Sun, 22 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/wiretap/configure.in
-
-Propagate Joerg's fix to make --enable-extra-gcc-checks turn off
---enable-warnings-as-errors (if any tests enabled by
---enable-extra-gcc-checks are safe to treat as errors, they're safe to
-turn on by default).
-
-------------------------------------------------------------------------
-r21516 | guy | 2007-04-22 17:28:50 -0700 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/configure.in
-
-Add a couple more warnings to the standard set.
-
-------------------------------------------------------------------------
-r21517 | wmeier | 2007-04-22 17:31:57 -0700 (Sun, 22 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
-
-Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21495.
-so windows build doesn't get warnings.
-
-------------------------------------------------------------------------
-r21518 | guy | 2007-04-22 17:32:04 -0700 (Sun, 22 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn't
-declared in any header file, and isn't in epan/libwireshark.def; make it
-static, to squelch compiler warnings.
-
-------------------------------------------------------------------------
-r21519 | guy | 2007-04-22 19:48:40 -0700 (Sun, 22 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/Makefile.am
-
-Make warnings errors when possible.
-
-------------------------------------------------------------------------
-r21520 | guy | 2007-04-22 20:09:23 -0700 (Sun, 22 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/wiretap/Makefile.am
-
-Grr.  Flex.  Can't make warnings errors yet - we'd have to keep that
-from being done on Flex-generated files, or fix the problems that pop up
-on some platforms.
-
-------------------------------------------------------------------------
-r21521 | etxrab | 2007-04-22 23:24:39 -0700 (Sun, 22 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/tcap.asn
-   M /trunk/epan/dissectors/packet-tcap.c
-
-Formating changes and align a bit to spec.
-------------------------------------------------------------------------
-r21522 | etxrab | 2007-04-22 23:50:07 -0700 (Sun, 22 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-
-and the missing  files ...
-------------------------------------------------------------------------
-r21523 | sahlberg | 2007-04-23 02:44:13 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ctdb.c
-
-add request/response matching for ctdb
-
-
-------------------------------------------------------------------------
-r21524 | morriss | 2007-04-23 03:45:00 -0700 (Mon, 23 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/tcap-persistentdata.c
-
-Mark all the items for TCAP statistics as generated
-------------------------------------------------------------------------
-r21525 | guy | 2007-04-23 03:57:34 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-x11.c
-
-Just use -1 to go to the end of a tvbuff.
-
-------------------------------------------------------------------------
-r21526 | guy | 2007-04-23 03:59:26 -0700 (Mon, 23 Apr 2007) | 12 lines
-Changed paths:
-   M /trunk/asn1/snmp/packet-snmp-template.c
-   M /trunk/configure.in
-   M /trunk/epan/address.h
-   M /trunk/epan/dfilter/dfilter-macro.c
-   M /trunk/epan/dfilter/dfilter-macro.h
-   M /trunk/epan/dfilter/dfilter.c
-   M /trunk/epan/dfilter/dfilter.h
-   M /trunk/epan/dfilter/dfunctions.h
-   M /trunk/epan/dissectors/packet-3g-a11.c
-   M /trunk/epan/dissectors/packet-alcap.c
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-bssap.c
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-cimd.c
-   M /trunk/epan/dissectors/packet-cups.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dcom.h
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-dns.h
-   M /trunk/epan/dissectors/packet-enip.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fix.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-k12.c
-   M /trunk/epan/dissectors/packet-nbns.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-user_encap.c
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
-   M /trunk/epan/funnel.h
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet.h
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-   M /trunk/epan/uat-int.h
-   M /trunk/epan/uat.c
-   M /trunk/epan/uat.h
-   M /trunk/epan/uat_load.l
-   M /trunk/epan/xmlstub.h
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/gtk/uat_gui.c
-   M /trunk/tshark.c
-
-Add some GCC warnings to the standard set, and add some others to the
---enable-extra-gcc-checks set.
-
-If we turn on -pedantic, try turning on -Wno-long-long as well, so that
-it's not *so* pedantic that it rejects the 64-bit integral data types
-that we explicitly require.
-
-Constify a bunch of stuff, and make some other changes, to get rid of
-warnings.
-
-Clean up some indentation.
-
-------------------------------------------------------------------------
-r21527 | sfisher | 2007-04-23 09:22:34 -0700 (Mon, 23 Apr 2007) | 18 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-
-From Paolo Abeni:
-
-(from -dev list)
-On Sun, 2007-04-22 at 23:06 +0200, Joerg Mayer wrote:
-> Can someone please have a look at uand fix the following warning:
->
-> cc1: warnings being treated as errors
-> packet-ssl.c: In function 'ssl_parse':
-> packet-ssl.c:334: warning: ignoring return value of 'fread', declared
-> with attribute warn_unused_result
-
-The attached patch fix the issue. It also try to fix a bit the
-indentation.
-
-Me: Move size_t nbytes up to top of function and fix typo expeted->expected
-
-
-------------------------------------------------------------------------
-r21528 | guy | 2007-04-23 09:41:31 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
-
-Don't assume a pointer to UCHAR is necessarily aligned; that now
-generates a warning.
-
-------------------------------------------------------------------------
-r21529 | guy | 2007-04-23 09:49:24 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-decode_as_dt's argument points to a dissector table name, so it should be
-a const pointer.
-
-------------------------------------------------------------------------
-r21530 | guy | 2007-04-23 10:33:29 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap_ccmp.c
-
-Don't assume byte pointers can be safely cast to more aligned pointers;
-the compiler now warns of that.
-
-------------------------------------------------------------------------
-r21531 | guy | 2007-04-23 10:37:36 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/tvbuff.c
-
-The "needles" argument of guint8_pbrk() needs to be const, as that's
-what's passed to it.
-
-------------------------------------------------------------------------
-r21532 | guy | 2007-04-23 10:38:56 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/xmlstub.c
-
-Fix type cast to match target of assignment.
-
-------------------------------------------------------------------------
-r21533 | guy | 2007-04-23 10:40:33 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/packet.c
-
-Dissector table names should be pointed to by const pointers.
-
-------------------------------------------------------------------------
-r21534 | guy | 2007-04-23 11:11:12 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap_tkip.c
-
-Make Mk16_le() work on both big-endian and little-endian processors and
-on processors that don't support unaligned loads - just use pletohs().
-
-------------------------------------------------------------------------
-r21535 | guy | 2007-04-23 11:18:08 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/tvbuff.c
-
-More const cleanup.
-
-------------------------------------------------------------------------
-r21536 | guy | 2007-04-23 11:30:29 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/crypt/airpdcap_tkip.c
-
-Get rid of no-longer-needed, and warning-generated, casts.
-
-------------------------------------------------------------------------
-r21537 | etxrab | 2007-04-23 13:20:46 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.h
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.asn
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-tcap.c
-
-TCAP: Fix up indentation a bit.
-GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff.
-------------------------------------------------------------------------
-r21538 | etxrab | 2007-04-23 13:21:31 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-
-TCAP: Fix up indentation a bit.
-GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff.
-------------------------------------------------------------------------
-r21539 | etxrab | 2007-04-23 13:30:31 -0700 (Mon, 23 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.h
-   M /trunk/epan/dissectors/packet-gsm_map.h
-
-Remove a relic from experimental code.
-------------------------------------------------------------------------
-r21540 | guy | 2007-04-23 13:47:07 -0700 (Mon, 23 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/crypt/crypt-md5.c
-
-The "in" array in an MD5 context is expected to be aligned on a 4-byte
-boundary; make it an array of 16 guint32's rather than 64 guint8's, to
-ensure that, and add now-necessary casts and remove now-unnecessary
-casts.
-
-------------------------------------------------------------------------
-r21541 | guy | 2007-04-23 14:12:04 -0700 (Mon, 23 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/crypt/crypt-md5.h
-
-The "in" array in an MD5 context is expected to be aligned on a 4-byte
-boundary; make it an array of 16 guint32's rather than 64 guint8's, to
-ensure that, and add now-necessary casts and remove now-unnecessary
-casts.
-
-(Missed on the previous checkin.)
-
-------------------------------------------------------------------------
-r21542 | guy | 2007-04-23 14:23:30 -0700 (Mon, 23 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/crypt/crypt-md5.c
-
-byteReverse assumes its argument is aligned on a 32-bit boundary; make
-it a pointer to a guint32.  Also, use pletohl() to fetch a 32-bit
-little-endian quantity.
-
-------------------------------------------------------------------------
-r21543 | etxrab | 2007-04-23 14:26:27 -0700 (Mon, 23 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-tcap.c
-
-From  Florent DROUIN:
-I have made some changes to the final patch to have the operation code decoded
-as ForwardSM. A change for TCAP is included too, to be sure that the
-application context is not overwritten by the User Info OID (this was the case,
-when a MAP open dialog was included in the request).
-Fix bug:
-http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1498
-------------------------------------------------------------------------
-r21544 | guy | 2007-04-23 15:34:31 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/crypt/crypt-md5.c
-
-Need to include <epan/pint.h> to get pletohl() defined.
-
-------------------------------------------------------------------------
-r21545 | wmeier | 2007-04-23 19:17:35 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/test/suite-unittests.sh
-
-Use correct install target: 'make ..._install (and not 'make 'install_...')
-
-------------------------------------------------------------------------
-r21546 | wmeier | 2007-04-23 20:43:08 -0700 (Mon, 23 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/test/suite-unittests.sh
-
-Addt'l fixes so suite-unittests will run under windows
-
-------------------------------------------------------------------------
-r21547 | sahlberg | 2007-04-23 22:09:00 -0700 (Mon, 23 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-Add tracking of uid->domain/account mappings for SMB by tapping the ntlmssp tap for the information from the authentication messages
-
-Improve the tid tracking by putting the host/share information on the tid expansion line so one can see it without opening the expansion
-
-
-------------------------------------------------------------------------
-r21548 | sahlberg | 2007-04-23 22:09:53 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.h
-
-add a missing change from the previous commit
-
-
-------------------------------------------------------------------------
-r21549 | sahlberg | 2007-04-23 22:46:13 -0700 (Mon, 23 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/gtk/simple_dialog.c
-
-if we compile for gtk1  'text' is no longer referenced in the simple_dialog_check_set() function and a warning arises
-
-mark the text argument as _U_ to suppress the warning
-
-
-------------------------------------------------------------------------
-r21550 | sahlberg | 2007-04-23 22:52:01 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/toolbar.c
-
-oncly include capture_details_24.xpm IFF we have pcap and if we have gtk>=2 to supress a warning if compiling for gtk 1
-
-
-------------------------------------------------------------------------
-r21551 | jake | 2007-04-23 23:16:58 -0700 (Mon, 23 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/gtk/toolbar.c
-
-Damn qqq-bird. ;)
-------------------------------------------------------------------------
-r21552 | guy | 2007-04-23 23:43:01 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
-
-Try to squelch an alignment warning (we put "int"s into the array, so we
-know the pointer's aligned appropriately for an array of "int"s).
-
-------------------------------------------------------------------------
-r21553 | sahlberg | 2007-04-23 23:49:38 -0700 (Mon, 23 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/gtk/compat_macros.h
-
-add an explicit cast of the callback function in the gtk1 SIGNAL_DISCONNECT_BY_FUNC()
-
-
-------------------------------------------------------------------------
-r21554 | guy | 2007-04-24 04:54:18 -0700 (Tue, 24 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-
-"memcpy()" takes void *'s as arguments and returns a void *; have
-tvb_memcpy() be similar, to avoid unnecessarily alignment warnings.
-
-Do the same with "ep_tvb_memdup()".
-
-------------------------------------------------------------------------
-r21555 | guy | 2007-04-24 10:12:29 -0700 (Tue, 24 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/tvbuff.c
-
-Fix definition of tvb_memcpy() to match declaration.
-
-------------------------------------------------------------------------
-r21556 | etxrab | 2007-04-24 12:24:14 -0700 (Tue, 24 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-
-Add a new proto function proto_tree_add_bits() which adds bits to the tree
-starting at the bit offset given for the number of bits indicated which wll also return
-the value of the bits.
-Experimental and for review, documentation to be updated.
-------------------------------------------------------------------------
-r21557 | lego | 2007-04-24 12:28:12 -0700 (Tue, 24 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/h248/h248v3.asn
-   M /trunk/epan/dissectors/packet-h248.c
-
-extraInfo was not propperly tagged causing ber decoding errors.
-Fixes Bug 1554
-
-
-------------------------------------------------------------------------
-r21558 | jmayer | 2007-04-24 14:26:40 -0700 (Tue, 24 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
-
-proto_tree_add_bits -> iuup_proto_tree_add_bits as discussed
-on wireshark-dev to make it compile again
-
-------------------------------------------------------------------------
-r21559 | kukosa | 2007-04-24 23:33:24 -0700 (Tue, 24 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-fix bug in handling of tagged type reference
-------------------------------------------------------------------------
-r21560 | kukosa | 2007-04-25 03:16:33 -0700 (Wed, 25 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-fread() return value can not match file size on Windows due CR/LF conversion - do not check it
-------------------------------------------------------------------------
-r21561 | kukosa | 2007-04-25 04:14:14 -0700 (Wed, 25 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-new parameter EXTERN for #.EXPORTS directive
-------------------------------------------------------------------------
-r21562 | gerald | 2007-04-25 10:39:38 -0700 (Wed, 25 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Stig Bj?\195?\184rlykke:
-
-Fix break placement for control frames in dissect_ieee80211_common()
-
-------------------------------------------------------------------------
-r21563 | guy | 2007-04-25 12:28:56 -0700 (Wed, 25 Apr 2007) | 11 lines
-Changed paths:
-   M /trunk/epan/address.h
-
-Some types of addresses are data structures; make the address data
-pointer in an address structure a "void *", to indicate that it can
-point to some arbitrary type of object, rather than a "guint8 *", which
-indicates that it points to an array of bytes.
-
-For any address type where the address is a structure, this removes some
-alignment warnings; the author of the code to handle a particular
-address type has the responsibility of making sure you don't set up the
-address structure with misaligned data.  (Yes, it matters, at least on
-SPARC.)
-
-------------------------------------------------------------------------
-r21564 | gerald | 2007-04-25 12:38:47 -0700 (Wed, 25 Apr 2007) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Dustin Johnson:
-
-  - A-MSDU updates
-  - Secondary Channel Offset tag updates
-  - A-MPDU parameter updates
-  - Lots of string fixes updates
-  
-Fixup whitespace.
-
-------------------------------------------------------------------------
-r21565 | guy | 2007-04-25 13:14:41 -0700 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bpdu.c
-
-The "data" field of an address structure is a "void *"; when looking at
-a MAC address, convert it to a "guint8 *".
-
-------------------------------------------------------------------------
-r21566 | guy | 2007-04-25 14:37:15 -0700 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
-
-The data field of an address structure is now a void *; convert it as
-appropriate.
-
-------------------------------------------------------------------------
-r21567 | guy | 2007-04-25 15:04:46 -0700 (Wed, 25 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cpfi.c
-
-The data field of an address structure is now a void *; convert it as
-appropriate.
-
-Also, throw in a check for the types of the addresses.
-
-------------------------------------------------------------------------
-r21568 | guy | 2007-04-25 15:33:47 -0700 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
-
-Use "address_to_str()" to format an address, rather than assuming it's
-an IPv4 address.
-
-------------------------------------------------------------------------
-r21569 | guy | 2007-04-25 16:09:58 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cpfi.c
-
-Fail if the addresses being checked aren't Ethernet addresses.
-
-------------------------------------------------------------------------
-r21570 | guy | 2007-04-25 16:11:22 -0700 (Wed, 25 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-
-Check that the addresses are FC addresses before looking at them.
-
-If the address is an FC address, convert the data pointer to a guint8 *,
-as it's a void *.
-
-------------------------------------------------------------------------
-r21571 | guy | 2007-04-25 16:31:22 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-
-Fix the previous fix.
-
-------------------------------------------------------------------------
-r21572 | guy | 2007-04-25 16:54:54 -0700 (Wed, 25 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tr.c
-
-The data field of an address structure is a void *, so we can't look at
-what it points to.  Stop doing that in the code to check for source
-routing.
-
-------------------------------------------------------------------------
-r21573 | guy | 2007-04-25 16:56:46 -0700 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-Use "address_to_str()" to format an address, rather than assuming it's
-an IPv4 address.
-
-------------------------------------------------------------------------
-r21574 | guy | 2007-04-25 16:58:43 -0700 (Wed, 25 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nt-sonmp.c
-
-The data pointer in an address structure is a void *; if the address is
-a MAC address, convert it to a guint8 * in order to look at the bytes of
-the address.
-
-------------------------------------------------------------------------
-r21575 | guy | 2007-04-25 17:01:29 -0700 (Wed, 25 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-igrp.c
-
-Check to make sure the address really *is* an IPv4 address.
-
-If it is, convert the "void *" data pointer to a "guint8 *", so we can
-look at the first byte.
-
-------------------------------------------------------------------------
-r21576 | guy | 2007-04-25 17:03:41 -0700 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
-
-The data pointer of an address structure is a void *; convert it to a
-guint8 * in order to look at the raw bytes of the address.
-
-------------------------------------------------------------------------
-r21577 | guy | 2007-04-25 17:51:33 -0700 (Wed, 25 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/conversation.c
-   M /trunk/epan/dissectors/packet-iax2.c
-
-Add a macro for hashing the bytes of an address into a hash value.
-
-Use it in the IAX2 dissector and in the conversation code.
-
-------------------------------------------------------------------------
-r21578 | guy | 2007-04-25 18:01:27 -0700 (Wed, 25 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/conversation.c
-   M /trunk/epan/dissectors/packet-iax2.c
-
-Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what it
-does (i.e., it will add the address bytes to the value that's already
-there - it will not initialize the value, so you have to clear it before
-doing any hashing).
-
-------------------------------------------------------------------------
-r21579 | guy | 2007-04-25 18:11:24 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/address.h
-
-Add missing backslash.
-
-------------------------------------------------------------------------
-r21580 | guy | 2007-04-25 18:35:26 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
-
-Get rid of no-longer-needed variable.
-
-------------------------------------------------------------------------
-r21581 | guy | 2007-04-25 19:35:36 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/address.h
-
-Use the right local variable.
-
-------------------------------------------------------------------------
-r21582 | guy | 2007-04-25 19:36:24 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
-
-Get rid of unused variable.
-
-------------------------------------------------------------------------
-r21583 | guy | 2007-04-25 20:08:23 -0700 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/sna-utils.c
-
-For 1-byte and 2-byte FIDs, convert the void * data pointer in the
-address to a guint8 *, to get at the bytes.
-
-------------------------------------------------------------------------
-r21584 | guy | 2007-04-25 20:32:38 -0700 (Wed, 25 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/to_str.c
-
-For address types where the address is a bunch of bytes, convert the
-address data pointer from a void * to a guint8 *.
-
-For AT_STRINGZ, convert it to a char *.
-
-Fix indentation.
-
-------------------------------------------------------------------------
-r21585 | guy | 2007-04-25 20:38:40 -0700 (Wed, 25 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/gtk/rtp_stream.c
-
-Copy up to 4 bytes from the source address, rather than just copying the
-first byte; if the goal is to have the address not be fake for IPv4,
-that's the way to do it.
-
-------------------------------------------------------------------------
-r21586 | guy | 2007-04-25 20:41:44 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/sctp_stat.c
-
-Umm, that's *not* how you compare addresses for equality....
-
-------------------------------------------------------------------------
-r21587 | guy | 2007-04-25 20:43:34 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/sctp_stat.c
-
-See previous comment.
-
-------------------------------------------------------------------------
-r21588 | guy | 2007-04-25 21:30:41 -0700 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/conversation.c
-   M /trunk/epan/dissectors/packet-iax2.c
-
-Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,
-as the other address macros do.
-
-------------------------------------------------------------------------
-r21589 | guy | 2007-04-25 22:35:04 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
-
-memmove() is needed only if the source and destination might overlap.
-
-------------------------------------------------------------------------
-r21590 | guy | 2007-04-25 22:40:48 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
-
-memmove() is needed only if the source and destination might overlap.
-
-------------------------------------------------------------------------
-r21591 | guy | 2007-04-25 22:43:43 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-q931.c
-
-memmove() is needed only if the source and destination might overlap.
-
-------------------------------------------------------------------------
-r21592 | guy | 2007-04-25 22:47:34 -0700 (Wed, 25 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/gtk/voip_calls.c
-
-memmove() is needed only if the source and destination might overlap.
-
-------------------------------------------------------------------------
-r21593 | jake | 2007-04-25 23:00:48 -0700 (Wed, 25 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-
-Fix for bug 1505. Adding getprinterdriver levels 2, 6, and (partially) 101.
-------------------------------------------------------------------------
-r21594 | etxrab | 2007-04-25 23:39:29 -0700 (Wed, 25 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_801.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-
-Change the signature of proto_tree_add_bits() and add proto_tree_add_bits_ret_val()
-which will hopefully be more acceptable.
-Change name of tvb_get_bits() in ansi_801
-------------------------------------------------------------------------
-r21595 | guy | 2007-04-26 00:57:44 -0700 (Thu, 26 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3.h
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/gcp.c
-   M /trunk/epan/tcap-persistentdata.c
-   M /trunk/epan/to_str.c
-   M /trunk/gtk/mtp3_stat.c
-
-mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointer
-to a mtp3_addr_pc_t; declare them as such, and pass the argument as
-such.
-
-------------------------------------------------------------------------
-r21596 | jmayer | 2007-04-26 08:39:41 -0700 (Thu, 26 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-cdp.c
-
-Tiny formatting change
-------------------------------------------------------------------------
-r21597 | guy | 2007-04-26 12:44:18 -0700 (Thu, 26 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-
-As with other types of extra info, tag the UID extra info.  Don't add
-stuff to the UID tree unless it's UID stuff.
-
-Also, as we appear to allow for null domain and account information in
-dissect_smb_uid(), check for null information before trying to add it to
-the top-level item.
-
-------------------------------------------------------------------------
-r21598 | guy | 2007-04-26 13:06:06 -0700 (Thu, 26 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/wiretap/netxray.c
-
-From Jeff Foster: add support for Cisco HDLC captures.
-
-------------------------------------------------------------------------
-r21599 | jake | 2007-04-26 23:34:31 -0700 (Thu, 26 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-ethertype.c
-   A /trunk/epan/dissectors/packet-nsrp.c
-   M /trunk/epan/etypes.h
-
-From Bingyao Du:
-Attachment is a patch for adding a new Juniper NSRP dissector. In this patch, OICQ author email address 
-<dubingyao@gmail.com> has also been updated to <secfire@gmail.com>. 
-
-------------------------------------------------------------------------
-r21600 | kukosa | 2007-04-27 00:35:01 -0700 (Fri, 27 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-- new #.Exports parameter VALS_WITH_TABLE which "exports" whole table into header file 
-  /it is only one way how to use it in Windows plugins/
-- better handling of imports and definitions if more ASN.1 sources are compiled together
-- fix tag handling on top level of PDU
-- new -I command line option for path(s) of conformance files including
-------------------------------------------------------------------------
-r21601 | kukosa | 2007-04-27 00:37:30 -0700 (Fri, 27 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/h235/Makefile.nmake
-   M /trunk/asn1/h235/h235.cnf
-
-minor formal changes
-------------------------------------------------------------------------
-r21602 | kukosa | 2007-04-27 01:10:18 -0700 (Fri, 27 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.nmake
-   A /trunk/asn1/q932
-   A /trunk/asn1/q932/Addressing-Data-Elements.asn
-   A /trunk/asn1/q932/Interpretation-component.asn
-   A /trunk/asn1/q932/Makefile
-   A /trunk/asn1/q932/Makefile.nmake
-   A /trunk/asn1/q932/Network-Facility-Extension.asn
-   A /trunk/asn1/q932/Network-Protocol-Profile-component.asn
-   A /trunk/asn1/q932/packet-q932-ros-template.c
-   A /trunk/asn1/q932/packet-q932-ros-template.h
-   A /trunk/asn1/q932/packet-q932-template.c
-   A /trunk/asn1/q932/packet-q932-template.h
-   A /trunk/asn1/q932/q932-exp.cnf
-   A /trunk/asn1/q932/q932-ros.asn
-   A /trunk/asn1/q932/q932-ros.cnf
-   A /trunk/asn1/q932/q932.cnf
-   A /trunk/asn1/qsig
-   A /trunk/asn1/qsig/Makefile
-   A /trunk/asn1/qsig/Makefile.nmake
-   A /trunk/asn1/qsig/packet-qsig-template.c
-   A /trunk/asn1/qsig/packet-qsig-template.h
-   A /trunk/asn1/qsig/qsig-cf.asn
-   A /trunk/asn1/qsig/qsig-exp.cnf
-   A /trunk/asn1/qsig/qsig-gf-ade.asn
-   A /trunk/asn1/qsig/qsig-gf-ext.asn
-   A /trunk/asn1/qsig/qsig-gf-gp.asn
-   A /trunk/asn1/qsig/qsig-na.asn
-   A /trunk/asn1/qsig/qsig.cnf
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-q932-ros.c
-   A /trunk/epan/dissectors/packet-q932-ros.h
-   A /trunk/epan/dissectors/packet-q932.c
-   A /trunk/epan/dissectors/packet-q932.h
-   A /trunk/epan/dissectors/packet-qsig.c
-   A /trunk/epan/dissectors/packet-qsig.h
-   M /trunk/epan/libwireshark.def
-
-new Q.932 and QSIG dissectors
-------------------------------------------------------------------------
-r21603 | jake | 2007-04-27 11:16:05 -0700 (Fri, 27 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-oicq.c
-
-Change of authors email address
-------------------------------------------------------------------------
-r21604 | etxrab | 2007-04-27 16:03:37 -0700 (Fri, 27 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.am
-
-Add Q.932 to extra dist.
-------------------------------------------------------------------------
-r21605 | kukosa | 2007-04-28 00:55:41 -0700 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/Makefile.am
-
-Fix Q.932 extra dist and add QSIG to extra dist.
-
-------------------------------------------------------------------------
-r21606 | sahlberg | 2007-04-28 00:57:12 -0700 (Sat, 28 Apr 2007) | 16 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-starteam.c
-
-from metatech at flashmail.com :
- new protocol STARTEAM
-
-
->Hi,
->
->Here is a submission of a new dissector for the Borland StarTeam protocol.
->For the compiler warnings, I tried to get rid of them, at least what MSVC6
->is reporting.  If your compiler reports more, please tell me the line number.
->As I do not have SVN installed but I compiled from the 0.99.5 tarball,
->please forgive me if I cannot easily generate diffs against current SVN (I
->tried my best with Cygwin).
->I also added the sample capture file on the Wiki on which I ran 900 loops
->of fuzz testing with no problem.
-
-
-------------------------------------------------------------------------
-r21607 | etxrab | 2007-04-28 05:13:25 -0700 (Sat, 28 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-
-Add:
- proto_tree_add_bits_ret_val()
-tvb_get_bits()
-And modify
-proto_tree_add_bits() not to return a value.
-little endian is not yet implemented.
-------------------------------------------------------------------------
-r21608 | etxrab | 2007-04-28 07:38:53 -0700 (Sat, 28 Apr 2007) | 4 lines
-Changed paths:
-   M /trunk/asn1/mms/mms.asn
-   M /trunk/asn1/mms/packet-mms-template.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-h263.c
-   M /trunk/epan/dissectors/packet-mms.c
-
-From Gavin Heer:
- Here's a patch that decodes MMS(Manufacturing Messaging
-Specification) when transported over COTP/TPKT/TCP.  Previously, MMS would only be decoded if the OSI Presentation Layers were present. Now MMS/COTP/TPKT/TCP is dissected.
-With a change to use more functions from packet-ber
-------------------------------------------------------------------------
-r21609 | etxrab | 2007-04-28 07:47:43 -0700 (Sat, 28 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-h263.c
-
-Revert some private experiments checked in by misstake.
-------------------------------------------------------------------------
-r21610 | guy | 2007-04-28 14:06:15 -0700 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-
-Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".
-
-------------------------------------------------------------------------
-r21611 | guy | 2007-04-28 14:09:20 -0700 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nfs.c
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
-
-In calls to the emem_tree routines, forcibly align items not known to be
-aligned on 32-bit boundaries.
-
-------------------------------------------------------------------------
-r21612 | guy | 2007-04-28 14:58:42 -0700 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/emem.c
-
-In emem_tree_lookup_string(), return NULL if the allocation fails.
-
-------------------------------------------------------------------------
-r21613 | guy | 2007-04-28 15:01:27 -0700 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/tvbuff.c
-
-NULL is a pointer value; routines returning integral values shouldn't
-return NULL.
-
-------------------------------------------------------------------------
-r21614 | guy | 2007-04-28 15:16:27 -0700 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/q932/Makefile
-
-Fix the dependencies.
-
-------------------------------------------------------------------------
-r21615 | guy | 2007-04-28 15:17:05 -0700 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/Makefile.am
-
-Libwireshark is now a shared library.
-
-------------------------------------------------------------------------
-r21616 | guy | 2007-04-28 15:22:35 -0700 (Sat, 28 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/q932/packet-q932-template.c
-   M /trunk/epan/dissectors/packet-q932.c
-
-Include <string.h> before using C string functions.
-
-------------------------------------------------------------------------
-r21617 | guy | 2007-04-28 15:31:04 -0700 (Sat, 28 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-The data in a GArray is guaranteed to be properly aligned; add a cast to
-squelch compiler warnings.
-
-------------------------------------------------------------------------
-r21618 | sfisher | 2007-04-28 16:52:12 -0700 (Sat, 28 Apr 2007) | 19 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-
-
-From Sake Blok:
-
-While looking into the http-dissector I improved a few things on
-how it dissects a proxy CONNECT session. This is what I have changed:
-
-- added the fields hf_http_proxy_connect_host and -port
-
-- changed proto_tree_add_text to proto_tree_add_string and -uint
-  so that it's possible to filter on them
-
-- make these two fields "PROTO_ITEM_SET_GENERATED"
-
-- removed the alteration of the ports within pinfo, now the
-  ports in the column info are not changed to the port used to
-  connect to the backend server. It is now possible to use
-  follow-tcp-stream again on proxied ssl sessions.
-
-
-------------------------------------------------------------------------
-r21619 | guy | 2007-04-29 23:19:35 -0700 (Sun, 29 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-Don't cast a "guint8 *" to a pointer to a structure; just use the
-pointer to the guint8, plus explicitly defined structure offsets (the
-structure had better be the same on all platforms, forever, otherwise
-binary compatibility breaks, which would be an error, given that the
-structure appears in capture files).
-
-------------------------------------------------------------------------
-r21620 | guy | 2007-04-29 23:24:27 -0700 (Sun, 29 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/asn1/q932/Makefile
-
-Put the q932-ros dissector into a file with the right name.
-
-------------------------------------------------------------------------
-r21621 | kukosa | 2007-04-29 23:40:07 -0700 (Sun, 29 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-t30.c
-   M /trunk/epan/dissectors/packet-t38.c
-
-move T.30 protocol into its own dissector file
-------------------------------------------------------------------------
-r21622 | guy | 2007-04-29 23:41:53 -0700 (Sun, 29 Apr 2007) | 6 lines
-Changed paths:
-   M /trunk/asn1/q932/packet-q932-ros-template.c
-   M /trunk/asn1/q932/packet-q932-template.c
-   M /trunk/asn1/qsig/packet-qsig-template.c
-   M /trunk/epan/dissectors/packet-q932-ros.c
-   M /trunk/epan/dissectors/packet-q932-ros.h
-   M /trunk/epan/dissectors/packet-q932.c
-   M /trunk/epan/dissectors/packet-qsig.c
-
-The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROS
-dissector does.
-
-The fix to the Makefile to generate packet-q932-ros.c changed the
-protocol name in some cases; change it uniformly.
-
-------------------------------------------------------------------------
-r21623 | guy | 2007-04-30 01:33:44 -0700 (Mon, 30 Apr 2007) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rmt-lct.c
-   M /trunk/epan/dissectors/packet-rmt-lct.h
-
-Thou shalt not squelch compiler complaints about an assignment
-discarding a qualifier by explicitly casting away the qualifier;
-constness should persist, so that attempts to, for example, modify
-something you got with tvb_get_ptr() get complained about (as we don't,
-and won't, guarantee that you will get correct behavior if you do that).
-Just make the pointer to which a const pointer is being assigned const
-itself.
-
-Yet *AGAIN* work around GArray's brokenness of having its data pointer
-be a guint8 * rather than a void *.
-
-------------------------------------------------------------------------
-r21624 | kukosa | 2007-04-30 01:38:59 -0700 (Mon, 30 Apr 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-t30.c
-
-newline at end of file is required by some compilers
-------------------------------------------------------------------------
-r21625 | guy | 2007-04-30 01:55:59 -0700 (Mon, 30 Apr 2007) | 11 lines
-Changed paths:
-   M /trunk/asn1/q932/Makefile
-   M /trunk/asn1/q932/Makefile.nmake
-   M /trunk/asn1/q932/packet-q932-ros-template.c
-   M /trunk/asn1/q932/packet-q932-template.c
-   M /trunk/asn1/qsig/packet-qsig-template.c
-   M /trunk/asn1/qsig/qsig-exp.cnf
-   M /trunk/epan/dissectors/packet-q932-ros.c
-   M /trunk/epan/dissectors/packet-q932-ros.h
-   M /trunk/epan/dissectors/packet-q932.c
-   M /trunk/epan/dissectors/packet-qsig.c
-
-Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and make
-it a lot more like the Makefile.nmake file.  Also, use $(PROTOCOL_NAME)
-in a couple of places in Makefile.nmake where it wasn't being used
-before.
-
-(It might be interesting to see whether we can use a template for these
-Makefiles, and just tweak some variables at the beginning.)
-
-That lets us get a Q.932 ROS dissector with the right file name and with
-"q932.ros" rather than "q932-ros" as the dissector name; do that.
-
-------------------------------------------------------------------------
-r21626 | guy | 2007-04-30 09:54:29 -0700 (Mon, 30 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rmt-norm.c
-
-Yet another workaround for GArray's bad data type choice.
-
-------------------------------------------------------------------------
-r21627 | guy | 2007-04-30 12:24:25 -0700 (Mon, 30 Apr 2007) | 7 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-rmt-lct.c
-   M /trunk/epan/dissectors/packet-rmt-norm.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-xml.c
-   A /trunk/epan/garrayfix.h
-
-Add a header that redefines g_array_index() to throw in a "void *" cast
-to work around the "data" field of a GArray being a guint8 *, and
-defines a g_array_data() macro to extract that field and cast it to void
-*.
-
-Use that header where needed.
-
-------------------------------------------------------------------------
-r21628 | guy | 2007-04-30 12:25:18 -0700 (Mon, 30 Apr 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/garrayfix.h
-
-Update copyright notice.
-
-------------------------------------------------------------------------
-r21629 | guy | 2007-04-30 14:22:15 -0700 (Mon, 30 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tacacs.c
-
-Use memcpy() to copy the session ID to the buffer, so we don't get
-warnings from the compiler about pointer value alignment.
-
-------------------------------------------------------------------------
-r21630 | gerald | 2007-04-30 16:50:35 -0700 (Mon, 30 Apr 2007) | 13 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Dustin Johnson and myself:
-
-  - HT Control fixes and updates
-  - Add an is_ht flag to the common dissection and capture routines, along
-    with a registered dissector (which is used in code that hasn't been
-    checked in yet.)
-  - Action Fixed Parameter updates
-  - Control Wrapper fixes and updates
-  - Beacon Interval fixes and updates
-  - Capability Info fixes and updates
-  - Block Ack / Block Ack Request fixes
-  - Lots of miscellaneous fixes and updates
-
-------------------------------------------------------------------------
-r21631 | guy | 2007-04-30 18:56:58 -0700 (Mon, 30 Apr 2007) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Parenthesize to squelch a compiler warning (a warning that suggests that
-the parentheses are needed - not that I can remember which of && and ||
-have higher precedence, anyway, which is why I like parenthesizing
-expressions such as this...).
-
-------------------------------------------------------------------------
-r21632 | gerald | 2007-04-30 21:58:12 -0700 (Mon, 30 Apr 2007) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-vj.c
-
-Fetch IP and TCP length values directly instead of casting the data buffer
-to struct pointers (which causes compiler errors on the Solaris builder).
-
-------------------------------------------------------------------------
-r21633 | martinm | 2007-05-01 02:45:34 -0700 (Tue, 01 May 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-dua.c
-   M /trunk/epan/dissectors/packet-iua.c
-
-Make these protocols findable by name.
-
-------------------------------------------------------------------------
-r21634 | gerald | 2007-05-01 09:55:15 -0700 (Tue, 01 May 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-From Dustin Johnson: Normalize indentation.
-
-------------------------------------------------------------------------
-r21635 | etxrab | 2007-05-01 15:05:11 -0700 (Tue, 01 May 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/h225/h225-exp.cnf
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/asn1/h225/packet-h225-template.h
-   M /trunk/asn1/h235/packet-h235-template.c
-   M /trunk/asn1/h245/h245-exp.cnf
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/asn1/mpeg/packet-mpeg-audio-template.c
-   M /trunk/asn1/mpeg/packet-mpeg-pes-template.c
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/kerberos/packet-kerberos-template.c
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/mpeg-audio/packet-mpeg-audio-template.c
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
    M /trunk/asn1/nbap/packet-nbap-template.c
+   M /trunk/asn1/ocsp/packet-ocsp-template.c
+   M /trunk/asn1/pcap/packet-pcap-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
+   M /trunk/asn1/pres/packet-pres-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/asn1/ros/packet-ros-template.c
+   M /trunk/asn1/rrc/packet-rrc-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/s1ap/packet-s1ap-template.c
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/x2ap/packet-x2ap-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/asn1/x509af/packet-x509af-template.c
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-9p.c
+   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/dissectors/packet-acap.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-actrace.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-agentx.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-airopeek.c
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-amqp.c
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-ans.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-armagetronad.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-aruba-adp.c
+   M /trunk/epan/dissectors/packet-asf.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-auto_rp.c
+   M /trunk/epan/dissectors/packet-ax4000.c
+   M /trunk/epan/dissectors/packet-ayiya.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-beep.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bfd.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bofl.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-btrfcomm.c
+   M /trunk/epan/dissectors/packet-btsdp.c
+   M /trunk/epan/dissectors/packet-bvlc.c
+   M /trunk/epan/dissectors/packet-ccsds.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-cgmp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cimd.c
+   M /trunk/epan/dissectors/packet-cisco-sm.c
+   M /trunk/epan/dissectors/packet-cisco-wids.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmpp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/epan/dissectors/packet-daap.c
+   M /trunk/epan/dissectors/packet-daytime.c
+   M /trunk/epan/dissectors/packet-dcc.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dect.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-disp.c
+   M /trunk/epan/dissectors/packet-distcc.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-dlsw.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dplay.c
+   M /trunk/epan/dissectors/packet-dpnss.c
+   M /trunk/epan/dissectors/packet-drda.c
+   M /trunk/epan/dissectors/packet-dsi.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-dtp.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-eigrp.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-epmd.c
+   M /trunk/epan/dissectors/packet-erf.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-etherip.c
+   M /trunk/epan/dissectors/packet-exec.c
+   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fcoe.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-fefd.c
+   M /trunk/epan/dissectors/packet-fip.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftp.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-g723.c
+   M /trunk/epan/dissectors/packet-gdsdb.c
+   M /trunk/epan/dissectors/packet-gift.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gnutella.c
+   M /trunk/epan/dissectors/packet-gprs-ns.c
+   M /trunk/epan/dissectors/packet-gre.c
+   M /trunk/epan/dissectors/packet-gsm_um.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-gtpv2.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-h1.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h264.c
+   M /trunk/epan/dissectors/packet-hci_h1.c
+   M /trunk/epan/dissectors/packet-hilscher.c
+   M /trunk/epan/dissectors/packet-homeplug.c
+   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-hyperscsi.c
+   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/epan/dissectors/packet-icap.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-icp.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+   M /trunk/epan/dissectors/packet-igrp.c
+   M /trunk/epan/dissectors/packet-imap.c
+   M /trunk/epan/dissectors/packet-infiniband.c
+   M /trunk/epan/dissectors/packet-ipdc.c
+   M /trunk/epan/dissectors/packet-ipfc.c
+   M /trunk/epan/dissectors/packet-ipp.c
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
+   M /trunk/epan/dissectors/packet-ipsec-udp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-ipxwan.c
+   M /trunk/epan/dissectors/packet-irc.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-isdn.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-itdm.c
+   M /trunk/epan/dissectors/packet-jabber.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/epan/dissectors/packet-kingfisher.c
+   M /trunk/epan/dissectors/packet-kismet.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-l1-events.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lanforge.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapbether.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-lapdm.c
+   M /trunk/epan/dissectors/packet-laplink.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-lge_monitor.c
+   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-llt.c
+   M /trunk/epan/dissectors/packet-lmi.c
+   M /trunk/epan/dissectors/packet-lmp.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-lwapp.c
+   M /trunk/epan/dissectors/packet-lwres.c
+   M /trunk/epan/dissectors/packet-m2tp.c
+   M /trunk/epan/dissectors/packet-m2ua.c
+   M /trunk/epan/dissectors/packet-maccontrol.c
+   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/epan/dissectors/packet-mbtcp.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
    M /trunk/epan/dissectors/packet-megaco.c
+   M /trunk/epan/dissectors/packet-mesh.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mmse.c
+   M /trunk/epan/dissectors/packet-mp4ves.c
    M /trunk/epan/dissectors/packet-mpeg-audio.c
    M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-mpls-echo.c
+   M /trunk/epan/dissectors/packet-mq-pcf.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-msn-messenger.c
+   M /trunk/epan/dissectors/packet-msnlb.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mstp.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-nasdaq-itch.c
+   M /trunk/epan/dissectors/packet-nasdaq-soup.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-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ncs.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/dissectors/packet-newmail.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-nntp.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-nsrp.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-nt-tpcp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-oicq.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-opsi.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-paltalk.c
+   M /trunk/epan/dissectors/packet-pana.c
+   M /trunk/epan/dissectors/packet-pcap.c
+   M /trunk/epan/dissectors/packet-pcep.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pgsql.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pktc.c
+   M /trunk/epan/dissectors/packet-pktgen.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pptp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-prp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-q2931.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-q933.c
+   M /trunk/epan/dissectors/packet-qllc.c
+   M /trunk/epan/dissectors/packet-quake.c
+   M /trunk/epan/dissectors/packet-quake2.c
+   M /trunk/epan/dissectors/packet-quake3.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-radius.c
    M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-rdm.c
+   M /trunk/epan/dissectors/packet-rip.c
+   M /trunk/epan/dissectors/packet-ripng.c
+   M /trunk/epan/dissectors/packet-rlm.c
+   M /trunk/epan/dissectors/packet-rmcp.c
+   M /trunk/epan/dissectors/packet-rmi.c
+   M /trunk/epan/dissectors/packet-rmt-alc.c
+   M /trunk/epan/dissectors/packet-rmt-norm.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
+   M /trunk/epan/dissectors/packet-roofnet.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-rsh.c
+   M /trunk/epan/dissectors/packet-rsl.c
+   M /trunk/epan/dissectors/packet-rsync.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-rudp.c
+   M /trunk/epan/dissectors/packet-rx.c
+   M /trunk/epan/dissectors/packet-s1ap.c
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sbus.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-sebek.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-slimp3.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-smtp.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/epan/dissectors/packet-spp.c
+   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/epan/dissectors/packet-sscf-nni.c
+   M /trunk/epan/dissectors/packet-sscop.c
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-synergy.c
+   M /trunk/epan/dissectors/packet-syslog.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-teimanagement.c
+   M /trunk/epan/dissectors/packet-telkonet.c
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/epan/dissectors/packet-time.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-tivoconnect.c
+   M /trunk/epan/dissectors/packet-tns.c
+   M /trunk/epan/dissectors/packet-tpkt.c
+   M /trunk/epan/dissectors/packet-tpncp.c
+   M /trunk/epan/dissectors/packet-tr.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-tsp.c
+   M /trunk/epan/dissectors/packet-tte-pcf.c
+   M /trunk/epan/dissectors/packet-tte.c
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-turnchannel.c
+   M /trunk/epan/dissectors/packet-tuxedo.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-usb-masstorage.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-vcdu.c
+   M /trunk/epan/dissectors/packet-vicp.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-vj.c
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-vrrp.c
+   M /trunk/epan/dissectors/packet-vtp.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-who.c
+   M /trunk/epan/dissectors/packet-wlccp.c
+   M /trunk/epan/dissectors/packet-wol.c
+   M /trunk/epan/dissectors/packet-wow.c
+   M /trunk/epan/dissectors/packet-wsmp.c
+   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-x29.c
+   M /trunk/epan/dissectors/packet-x2ap.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-xcsl.c
+   M /trunk/epan/dissectors/packet-xdmcp.c
+   M /trunk/epan/dissectors/packet-xot.c
+   M /trunk/epan/dissectors/packet-xtp.c
+   M /trunk/epan/dissectors/packet-xyplex.c
+   M /trunk/epan/dissectors/packet-yhoo.c
+   M /trunk/epan/dissectors/packet-ymsg.c
+   M /trunk/epan/dissectors/packet-zebra.c
+   M /trunk/epan/dissectors/packet-zrtp.c
+   M /trunk/plugins/docsis/packet-docsis.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/giop/packet-coseventcomm.c
+   M /trunk/plugins/giop/packet-cosnaming.c
+   M /trunk/plugins/giop/packet-parlay.c
+   M /trunk/plugins/giop/packet-tango.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt.c
 
-fix warnings in debug code
+Don't guard col_set_str (COL_PROTOCOL) with col_check
 ------------------------------------------------------------------------
-r21653 | lego | 2007-05-02 14:58:52 -0700 (Wed, 02 May 2007) | 1 line
+r29341 | krj | 2009-08-08 23:47:24 -0700 (Sat, 08 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/k12text.l
+   M /trunk/epan/dissectors/packet-ascend.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-clip.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-ehs.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-sqloracle.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/plugins/unistim/packet-unistim.c
 
-fix warnings
+Don't guard col_set_str (COL_PROTOCOL) with col_check
 ------------------------------------------------------------------------
-r21654 | gerald | 2007-05-02 16:26:33 -0700 (Wed, 02 May 2007) | 3 lines
+r29342 | krj | 2009-08-09 00:01:26 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-ascend.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-bvlc.c
+   M /trunk/epan/dissectors/packet-ccsds.c
+   M /trunk/epan/dissectors/packet-cgmp.c
+   M /trunk/epan/dissectors/packet-clip.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-ddtp.c
+   M /trunk/epan/dissectors/packet-dect.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-dtp.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-ehs.c
+   M /trunk/epan/dissectors/packet-exec.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fip.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-h1.c
+   M /trunk/epan/dissectors/packet-h223.c
+   M /trunk/epan/dissectors/packet-icq.c
    M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ipsec-udp.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-megaco.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mpls-echo.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-mtp3.c
+   M /trunk/epan/dissectors/packet-mtp3mg.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-newmail.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-prp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-spp.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-tn3270.c
+   M /trunk/epan/dissectors/packet-tpkt.c
+   M /trunk/epan/dissectors/packet-tte.c
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-tuxedo.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-vcdu.c
+   M /trunk/epan/dissectors/packet-vj.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-vtp.c
+   M /trunk/epan/dissectors/packet-wsmp.c
+   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-x29.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/plugins/docsis/packet-docsis.c
+   M /trunk/plugins/irda/packet-irda.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. ...
-
-
+Don't guard col_set_str (COL_INFO) with col_check
 ------------------------------------------------------------------------
-r21657 | gerald | 2007-05-02 17:21:22 -0700 (Wed, 02 May 2007) | 2 lines
+r29343 | krj | 2009-08-09 00:14:16 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-
-Fix a couple of typos and fixup whitespace.
+   M /trunk/epan/dissectors/packet-ascend.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-clip.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-gsm_um.c
+   M /trunk/epan/dissectors/packet-isdn.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
 
+Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_check
 ------------------------------------------------------------------------
-r21658 | kukosa | 2007-05-03 02:15:04 -0700 (Thu, 03 May 2007) | 1 line
+r29344 | krj | 2009-08-09 00:36:13 -0700 (Sun, 09 Aug 2009) | 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/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/goose/packet-goose-template.c
+   M /trunk/asn1/kerberos/packet-kerberos-template.c
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/mpeg-audio/packet-mpeg-audio-template.c
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-9p.c
+   M /trunk/epan/dissectors/packet-aarp.c
    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-actrace.c
+   M /trunk/epan/dissectors/packet-airopeek.c
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-aruba-adp.c
+   M /trunk/epan/dissectors/packet-asf.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-auto_rp.c
+   M /trunk/epan/dissectors/packet-bfd.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bofl.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cisco-wids.c
+   M /trunk/epan/dissectors/packet-clnp.c
    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-cmpp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-cups.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
    M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-disp.h
+   M /trunk/epan/dissectors/packet-distcc.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
    M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-dop.h
+   M /trunk/epan/dissectors/packet-dplay.c
    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-dtls.c
+   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-eigrp.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-fefd.c
+   M /trunk/epan/dissectors/packet-fr.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-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-fw1.c
+   M /trunk/epan/dissectors/packet-gift.c
+   M /trunk/epan/dissectors/packet-gnutella.c
+   M /trunk/epan/dissectors/packet-goose.c
+   M /trunk/epan/dissectors/packet-gprs-ns.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+   M /trunk/epan/dissectors/packet-h223.c
+   M /trunk/epan/dissectors/packet-hci_h1.c
+   M /trunk/epan/dissectors/packet-hyperscsi.c
+   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/epan/dissectors/packet-icp.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+   M /trunk/epan/dissectors/packet-igrp.c
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-infiniband.c
+   M /trunk/epan/dissectors/packet-ipars.c
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
+   M /trunk/epan/dissectors/packet-ipsec-udp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-ipxwan.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapbether.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/dissectors/packet-lmi.c
+   M /trunk/epan/dissectors/packet-lmp.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-maccontrol.c
+   M /trunk/epan/dissectors/packet-mbtcp.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-mgcp.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mip6.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-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-mpeg-audio.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-mq-pcf.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-nt-tpcp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-paltalk.c
+   M /trunk/epan/dissectors/packet-pcep.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pptp.c
    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-pvfs2.c
+   M /trunk/epan/dissectors/packet-qllc.c
+   M /trunk/epan/dissectors/packet-quake.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-rdm.c
+   M /trunk/epan/dissectors/packet-rip.c
+   M /trunk/epan/dissectors/packet-ripng.c
+   M /trunk/epan/dissectors/packet-rmt-alc.c
+   M /trunk/epan/dissectors/packet-rmt-norm.c
    M /trunk/epan/dissectors/packet-ros.c
-   M /trunk/epan/dissectors/packet-ros.h
+   M /trunk/epan/dissectors/packet-rpcap.c
+   M /trunk/epan/dissectors/packet-rsl.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rsync.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
+   M /trunk/epan/dissectors/packet-rtp-events.c
    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-rudp.c
+   M /trunk/epan/dissectors/packet-rx.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sbus.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sita.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-sqloracle.c
+   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/dissectors/packet-syslog.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-teimanagement.c
+   M /trunk/epan/dissectors/packet-telkonet.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-tn3270.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-tsp.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-usb-masstorage.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-vicp.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-vrrp.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-who.c
+   M /trunk/epan/dissectors/packet-wol.c
+   M /trunk/epan/dissectors/packet-wow.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/epan/dissectors/packet-x29.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/dissectors/packet-xcsl.c
+   M /trunk/epan/dissectors/packet-xdmcp.c
+   M /trunk/epan/dissectors/packet-xtp.c
+   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1.c
+
+Don't guard col_clear with col_check
+------------------------------------------------------------------------
+r29345 | krj | 2009-08-09 00:59:51 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi-tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/asn1/t125/packet-t125-template.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/epan/dissectors/packet-2dparityfec.c
+   M /trunk/epan/dissectors/packet-acn.c
+   M /trunk/epan/dissectors/packet-afs.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-bat.c
+   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/epan/dissectors/packet-bssap.c
+   M /trunk/epan/dissectors/packet-bthci_acl.c
+   M /trunk/epan/dissectors/packet-bthci_cmd.c
+   M /trunk/epan/dissectors/packet-bthci_evt.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cast.c
+   M /trunk/epan/dissectors/packet-cfm.c
+   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-cisco-wids.c
+   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/epan/dissectors/packet-dec-bpdu.c
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-dect.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-dvmrp.c
+   M /trunk/epan/dissectors/packet-e100.c
+   M /trunk/epan/dissectors/packet-echo.c
+   M /trunk/epan/dissectors/packet-egd.c
+   M /trunk/epan/dissectors/packet-enttec.c
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-epl_v1.c
+   M /trunk/epan/dissectors/packet-evrc.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-ff.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-h261.c
+   M /trunk/epan/dissectors/packet-h263p.c
+   M /trunk/epan/dissectors/packet-hpext.c
+   M /trunk/epan/dissectors/packet-hpsw.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-iec104.c
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-ifcp.c
+   M /trunk/epan/dissectors/packet-igap.c
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-ipsi-ctl.c
+   M /trunk/epan/dissectors/packet-ipvs-syncd.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
+   M /trunk/epan/dissectors/packet-jpeg.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-kdp.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kink.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/epan/dissectors/packet-mpeg1.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-mrdisc.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-msnip.c
+   M /trunk/epan/dissectors/packet-mstp.c
+   M /trunk/epan/dissectors/packet-mysql.c
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-ncp-nmas.c
+   M /trunk/epan/dissectors/packet-ncp-sss.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-netdump.c
+   M /trunk/epan/dissectors/packet-netsync.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-omapi.c
+   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-pw-atm.c
+   M /trunk/epan/dissectors/packet-pw-cesopsn.c
+   M /trunk/epan/dissectors/packet-pw-fr.c
+   M /trunk/epan/dissectors/packet-pw-satop.c
+   M /trunk/epan/dissectors/packet-quake3.c
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-retix-bpdu.c
+   M /trunk/epan/dissectors/packet-rfc2190.c
+   M /trunk/epan/dissectors/packet-rgmp.c
+   M /trunk/epan/dissectors/packet-rlogin.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtnet.c
+   M /trunk/epan/dissectors/packet-rtp-events.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rtps.c
+   M /trunk/epan/dissectors/packet-rtps2.c
+   M /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/epan/dissectors/packet-skinny.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-starteam.c
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-teamspeak2.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-wtls.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/epan/dissectors/packet-zbee-aps.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zdp.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/m2m/packet-m2m.c
+   M /trunk/plugins/opcua/opcua.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
-EXTERNAL type is handled in asn2wrs now
-private implementations were renamed EXTERNAL -> EXTERNALt
+Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
 ------------------------------------------------------------------------
-r21663 | kukosa | 2007-05-03 04:42:33 -0700 (Thu, 03 May 2007) | 7 lines
+r29346 | krj | 2009-08-09 01:14:59 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/t125/packet-t125-template.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-afs.c
+   M /trunk/epan/dissectors/packet-amqp.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-cfm.c
+   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/epan/dissectors/packet-dec-bpdu.c
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-dect.c
+   M /trunk/epan/dissectors/packet-dplay.c
+   M /trunk/epan/dissectors/packet-dvmrp.c
+   M /trunk/epan/dissectors/packet-epl_v1.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-iec104.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-igap.c
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-ipvs-syncd.c
+   M /trunk/epan/dissectors/packet-kdp.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-mrdisc.c
+   M /trunk/epan/dissectors/packet-msnip.c
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-netdump.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-omapi.c
+   M /trunk/epan/dissectors/packet-pagp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-retix-bpdu.c
+   M /trunk/epan/dissectors/packet-rgmp.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rtnet.c
+   M /trunk/epan/dissectors/packet-rtps.c
+   M /trunk/epan/dissectors/packet-rtps2.c
+   M /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-teamspeak2.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/m2m/packet-m2m.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/unistim/packet-unistim.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
-- 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) }
+Don't guard col_clear with col_check
 ------------------------------------------------------------------------
-r21664 | gerald | 2007-05-03 09:11:18 -0700 (Thu, 03 May 2007) | 4 lines
+r29347 | krj | 2009-08-09 03:50:30 -0700 (Sun, 09 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/dissectors/packet-fcels.c
+
+Don't use DISSECTOR_ASSERT to check source/destination address type.
 
-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.
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3825
 
 ------------------------------------------------------------------------
-r21665 | gerald | 2007-05-03 09:59:13 -0700 (Thu, 03 May 2007) | 4 lines
+r29348 | gerald | 2009-08-09 08:03:28 -0700 (Sun, 09 Aug 2009) | 1 line
 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.
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-08-09]
 ------------------------------------------------------------------------
-r21666 | lego | 2007-05-03 11:32:52 -0700 (Thu, 03 May 2007) | 3 lines
+r29351 | wmeier | 2009-08-09 08:07:35 -0700 (Sun, 09 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/k12text.l
-
-will this finally get rid of the warnigs?
+   M /trunk/plugins/wimax/msg_arq.c
+   M /trunk/plugins/wimax/msg_dreg.c
+   M /trunk/plugins/wimax/msg_pmc.c
 
+'if(proto_... == -1)' not req'd; Don't register ett[] more than once;
 
 ------------------------------------------------------------------------
-r21667 | etxrab | 2007-05-03 12:55:22 -0700 (Thu, 03 May 2007) | 1 line
+r29352 | wmeier | 2009-08-09 08:49:02 -0700 (Sun, 09 Aug 2009) | 2 lines
 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
+   M /trunk/epan/proto.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
+g_error() if registering a subtree item type already registered (or not initialized to -1).
 
-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
+r29353 | wmeier | 2009-08-09 09:48:28 -0700 (Sun, 09 Aug 2009) | 2 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
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at_devstat.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_hp.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt_devctrl.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mst.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_svc.c
 
+(Trivial): Remove uneeded #includes; make a few fcns static;
 
 ------------------------------------------------------------------------
-r21670 | etxrab | 2007-05-03 14:52:57 -0700 (Thu, 03 May 2007) | 1 line
+r29354 | krj | 2009-08-09 10:33:23 -0700 (Sun, 09 Aug 2009) | 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
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/file.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/print.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/tap-protohierstat.c
 
-Split out asn1 common functions. Start of BER EXTERNAL.
+Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works because proto_item is typedefed to proto_node. We shouldn't rely on this since this is an implementation detail.
 ------------------------------------------------------------------------
-r21671 | jmayer | 2007-05-03 14:56:22 -0700 (Thu, 03 May 2007) | 119 lines
+r29355 | krj | 2009-08-09 10:57:31 -0700 (Sun, 09 Aug 2009) | 1 line
 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
----------
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/expert.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimax/wimax_harq_map_decoder.c
+   M /trunk/proto_hier_stats.c
 
-Update from samba tree revision 22314 to 22657
-============================ Samba log start ============
+Add PTREE_FINFO and use PITEM_FINFO when possible.
 ------------------------------------------------------------------------
-r22357 | jelmer | 2007-04-19 03:26:15 +0200 (Thu, 19 Apr 2007) | 2 lines
+r29356 | krj | 2009-08-09 11:05:44 -0700 (Sun, 09 Aug 2009) | 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/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'
+   M /trunk/epan/dissectors/packet-ncp2222.inc
 
+Use PTREE_FINFO.
 ------------------------------------------------------------------------
-r22453 | jelmer | 2007-04-22 12:42:33 +0200 (Sun, 22 Apr 2007) | 1 line
+r29357 | krj | 2009-08-09 11:15:36 -0700 (Sun, 09 Aug 2009) | 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
+   M /trunk/epan/proto.h
 
-Fix TDR testsuite without using our.
+Use PITEM_FINFO.
 ------------------------------------------------------------------------
-r22456 | jelmer | 2007-04-22 15:57:07 +0200 (Sun, 22 Apr 2007) | 1 line
+r29358 | krj | 2009-08-09 12:23:13 -0700 (Sun, 09 Aug 2009) | 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
+   M /trunk/epan/emem.c
 
-Merge wireshark and ejs test improvements.
+Split common parts of se_alloc and ep_alloc into emem_alloc.
 ------------------------------------------------------------------------
-r22457 | jelmer | 2007-04-22 16:19:22 +0200 (Sun, 22 Apr 2007) | 1 line
+r29359 | krj | 2009-08-09 13:10:19 -0700 (Sun, 09 Aug 2009) | 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
+   M /trunk/epan/emem.c
 
-Fix tests for Samba3 client generator.
+Split common parts of ep_free_all and se_free_all into emem_free_all.
 ------------------------------------------------------------------------
-r22462 | jelmer | 2007-04-22 17:59:34 +0200 (Sun, 22 Apr 2007) | 1 line
+r29360 | krj | 2009-08-09 13:28:38 -0700 (Sun, 09 Aug 2009) | 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
+   M /trunk/epan/emem.c
 
-Fix test suite for ndr parser without using 'our'
+g_error() requires a string literal.
 ------------------------------------------------------------------------
-r22520 | jelmer | 2007-04-25 18:10:54 +0200 (Wed, 25 Apr 2007) | 1 line
+r29361 | krj | 2009-08-09 14:10:04 -0700 (Sun, 09 Aug 2009) | 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
+   M /trunk/epan/emem.c
 
-Fix the TYPE command.
+Add unsigned int typecast
 ------------------------------------------------------------------------
-r22617 | metze | 2007-05-01 03:57:17 +0200 (Tue, 01 May 2007) | 4 lines
+r29362 | jmayer | 2009-08-10 07:55:47 -0700 (Mon, 10 Aug 2009) | 10 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
+   M /trunk/epan/dissectors/packet-ip.c
 
-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
+Ivan Sy <ivan_jr@yahoo.com> via bug 3814
 
-handle the properties related to the type
-and not to 'declare' to avoid a pidl warning with:
+TTL-Check for local network group addresses: Normally the
+only valid TTL is 1. Add a check for VRRP and GLBP, where
+the only valid TTL is 255.
 
-declare [switch_type(uint16)] union netr_Validation;
+Me: change the logic so the funtion returns the valid ttl
+    instead of true/false.
 
-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
+r29363 | gerald | 2009-08-10 08:33:54 -0700 (Mon, 10 Aug 2009) | 2 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
-
-- generate nicer output
-- fix compiler warning about unused ';'
+   M /trunk/epan/dissectors/packet-ip.c
 
-metze
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
+Fix the build.
 
 ------------------------------------------------------------------------
-r21672 | etxrab | 2007-05-03 23:07:30 -0700 (Thu, 03 May 2007) | 12 lines
+r29364 | gerald | 2009-08-10 09:12:55 -0700 (Mon, 10 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
-
-From Olivier Montanuy:
+   M /trunk/wiretap/erf.c
 
-Patch tested against traces obtained from Cisco IOS 12.4 Flexible Netflow,
-IOS-XR 3.3, Huawei VRP 5.30.
+Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crash
+reported in bug 3849.
 
-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
+r29365 | krj | 2009-08-10 09:36:44 -0700 (Mon, 10 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn
+   M /trunk/epan/emem.c
 
-revert changes done by mistake - keep original ASN.1 source
+Use ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE) to guard canary code to get things compiling after r29358.
 ------------------------------------------------------------------------
-r21674 | etxrab | 2007-05-03 23:41:55 -0700 (Thu, 03 May 2007) | 1 line
+r29366 | guy | 2009-08-10 11:22:05 -0700 (Mon, 10 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/wiretap/erf.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
+Update a comment - a bad packet size could also be the result of a file
+not actually being an ERF file.
 
-- 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
+Don't compute the packet size until you know that rlen is valid.
 
-generate T.38 dissector from ASN.1 source
 ------------------------------------------------------------------------
-r21677 | kukosa | 2007-05-04 00:51:19 -0700 (Fri, 04 May 2007) | 1 line
+r29367 | wmeier | 2009-08-10 11:45:47 -0700 (Mon, 10 Aug 2009) | 5 lines
 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
+   M /trunk/epan/dissectors/packet-redbackli.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
+(Quick) fix for bug #3836;
+Allow the DIR ("direction") AVP to be of variable length
+ (in the absence of any documentation for this protocol).
+ See the source for further comments.
 
-missing asn1.c file
 ------------------------------------------------------------------------
-r21679 | kukosa | 2007-05-04 02:48:06 -0700 (Fri, 04 May 2007) | 1 line
+r29368 | etxrab | 2009-08-10 12:48:42 -0700 (Mon, 10 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
-missing packet-t30.h file
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3819
 ------------------------------------------------------------------------
-r21680 | jake | 2007-05-04 04:21:03 -0700 (Fri, 04 May 2007) | 3 lines
+r29369 | etxrab | 2009-08-10 12:53:12 -0700 (Mon, 10 Aug 2009) | 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.
+   M /trunk/epan/dissectors/packet-giop.c
 
+From Steve Osselton:
+GIOP dissector update for MIOP.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3847
 ------------------------------------------------------------------------
-r21681 | jake | 2007-05-04 04:28:01 -0700 (Fri, 04 May 2007) | 2 lines
+r29370 | etxrab | 2009-08-10 13:52:56 -0700 (Mon, 10 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
-
-Spare the filter compilation and filter list handling on clear display filter.
+   M /trunk/color_filters.c
+   M /trunk/epan/column-utils.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+   M /trunk/ui_util.h
 
+From Kovarththanan Rajaratnam:
+- Compute and cache color/custom filters dynamically.
+- Delay column construction.
 ------------------------------------------------------------------------
-r21682 | kukosa | 2007-05-04 06:11:34 -0700 (Fri, 04 May 2007) | 2 lines
+r29371 | wmeier | 2009-08-10 14:07:15 -0700 (Mon, 10 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/epan/dissectors/packet-pppoe.c
 
-- 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
+Validate two tag field lengths before attempting to do proto_tree_add_item();
+Fixes bug #3841.
 
-- 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
+r29372 | wmeier | 2009-08-10 14:46:30 -0700 (Mon, 10 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-pppoe.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
+Initialize a variable to keep GCC happy ....
 
-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
+r29373 | guy | 2009-08-10 15:15:22 -0700 (Mon, 10 Aug 2009) | 10 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).
+   M /trunk/epan/dissectors/packet-pppoe.c
 
-it is a first step in the way to have lua opening files.
+For TLV items that are a single integral value and thus must have a
+certain length:
 
+       attach the expert item to the length field if we're showing it,
+       otherwise put in a text item for the malformed TLV and attach
+       the expert item to that;
 
+       don't give up, as we'll just skip the bad item and move on to
+       the next item.
 
 ------------------------------------------------------------------------
-r21687 | guy | 2007-05-04 17:24:53 -0700 (Fri, 04 May 2007) | 5 lines
+r29374 | etxrab | 2009-08-11 00:41:46 -0700 (Tue, 11 Aug 2009) | 3 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.
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
+From swapnil:
+Another Minor Bug for ULI in Packet-gtpv2.c
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3862
 ------------------------------------------------------------------------
-r21688 | ulfl | 2007-05-05 03:11:06 -0700 (Sat, 05 May 2007) | 1 line
+r29375 | krj | 2009-08-11 02:24:56 -0700 (Tue, 11 Aug 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
 
-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
+We now expose the following environment variables:
 
-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
+ * WIRESHARK_DEBUG_EP_NO_CHUNKS
+ * WIRESHARK_DEBUG_SE_NO_CHUNKS
+ * WIRESHARK_DEBUG_EP_NO_CANARY
+ * WIRESHARK_DEBUG_SE_NO_CANARY
 
-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
+This allows us to enable/disable memory chunks and canaries at runtime _without_ needing to recompile.
 
-fix -E path setting doc
 ------------------------------------------------------------------------
-r21692 | ulfl | 2007-05-05 05:19:04 -0700 (Sat, 05 May 2007) | 1 line
+r29376 | etxrab | 2009-08-11 03:32:46 -0700 (Tue, 11 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
--E path setting doc, update wireshark help output
+From swapnil:
+Bugs Fixed in ULI in packet-gtpv2.c
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3860
 ------------------------------------------------------------------------
-r21693 | ulfl | 2007-05-05 05:20:37 -0700 (Sat, 05 May 2007) | 1 line
+r29377 | etxrab | 2009-08-11 05:22:00 -0700 (Tue, 11 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
-add -P command line option help
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3 (R4 and R5).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3866
 ------------------------------------------------------------------------
-r21694 | gal | 2007-05-06 01:15:17 -0700 (Sun, 06 May 2007) | 9 lines
+r29378 | wmeier | 2009-08-11 06:44:35 -0700 (Tue, 11 Aug 2009) | 4 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. 
+   M /trunk/epan/dissectors/packet-p_mul.c
 
+Don't coerce a (void *) to a (guint32 *). 
+The (void *) pointer in this case may point to
+"unaligned" data.
 
 ------------------------------------------------------------------------
-r21695 | gal | 2007-05-06 01:18:44 -0700 (Sun, 06 May 2007) | 2 lines
+r29379 | gerald | 2009-08-11 10:53:39 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Separate field for the elements of a constructed OCTET STRING.
+   M /trunk/epan/tvbuff.h
 
-------------------------------------------------------------------------
-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
+Be a little more explicit in our description of tvb_get_ptr.
 
-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
+r29380 | krj | 2009-08-11 11:08:03 -0700 (Tue, 11 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
+   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/proto_hier_stats.c
 
-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
+TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any users (e.g. proto_hier_stats.c, others?) that relies on FT_PROTOCOL nodes being created they'll now need to call the newly introduced epan_dissect_fake_protocols() to disable this optimization.
 
-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
+Also make use of TRY_TO_FAKE_THIS_ITEM in proto_tree_add_text_node(), proto_tree_add_none_format() and proto_tree_add_protocol_format().
 
-add CBA_E_INVALIDID
 ------------------------------------------------------------------------
-r21700 | gal | 2007-05-06 09:38:04 -0700 (Sun, 06 May 2007) | 3 lines
+r29381 | krj | 2009-08-11 11:16:55 -0700 (Tue, 11 Aug 2009) | 1 line
 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.
-
+   M /trunk/epan/tvbuff.c
 
+Turn a comment in fast_ensure_contiguous() into a DISSECTOR_ASSERT() to make the implied requirement explicit.
 ------------------------------------------------------------------------
-r21701 | jake | 2007-05-06 12:25:14 -0700 (Sun, 06 May 2007) | 1 line
+r29382 | krj | 2009-08-11 11:28:10 -0700 (Tue, 11 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
+   M /trunk/epan/tvbuff.c
 
-Improve readability of code samples and program output
+(Trivial change) move ensure_contiguous() to reflect call hierarchy
 ------------------------------------------------------------------------
-r21702 | etxrab | 2007-05-06 12:56:01 -0700 (Sun, 06 May 2007) | 1 line
+r29383 | gerald | 2009-08-11 11:37:59 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/Makefile.nmake
-   A /trunk/asn1/mpeg/Makefile.nmake
+   M /trunk/epan/dissectors/packet-sccp.c
 
-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
+Add a bunch of length checks. Fixes bug 3826.
 
--p not -b :)
 ------------------------------------------------------------------------
-r21704 | etxrab | 2007-05-06 14:41:06 -0700 (Sun, 06 May 2007) | 1 line
+r29384 | gerald | 2009-08-11 13:58:36 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/Makefile.nmake
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-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
+Add some length checks. Fixes a few recent fuzz bugs.
 
-Start introducing actx to ber functions.
 ------------------------------------------------------------------------
-r21706 | etxrab | 2007-05-06 22:35:45 -0700 (Sun, 06 May 2007) | 1 line
+r29385 | gerald | 2009-08-11 14:11:12 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Use the right size for FT_UINT16.
 
-_U_ mark some parameters and a forgotten file.
 ------------------------------------------------------------------------
-r21707 | sahlberg | 2007-05-06 23:17:58 -0700 (Sun, 06 May 2007) | 7 lines
+r29386 | etxrab | 2009-08-11 14:27:36 -0700 (Tue, 11 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/wtap-plugins.c
+   M /trunk/epan/dissectors/packet-gtpv2.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
+From swapnil:
+Small Bug in TFT (Flow label) and ULI.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3876
+------------------------------------------------------------------------
+r29387 | rbalint | 2009-08-11 16:20:03 -0700 (Tue, 11 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
+From Ivan Sy (with minor modifications):
+Show Teredo Connectivity tests.
+Fix offset of ICMPv6 sequence number.
 
 ------------------------------------------------------------------------
-r21708 | sahlberg | 2007-05-06 23:26:39 -0700 (Sun, 06 May 2007) | 6 lines
+r29388 | gerald | 2009-08-11 16:29:21 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-there were missing #defines in the header file that prevented it from 
-compiling properly
+Add some length checks.
 
-update the headerfile from a freshly generated one from pidl
+------------------------------------------------------------------------
+r29389 | gerald | 2009-08-11 16:44:22 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
+Instead of calling DISSECTOR_ASSERT_NOT_REACHED, just say the subchannel
+is unknown. Fixes bug 3864.
 
 ------------------------------------------------------------------------
-r21709 | sahlberg | 2007-05-07 00:23:38 -0700 (Mon, 07 May 2007) | 4 lines
+r29390 | jake | 2009-08-11 16:52:04 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/configure.in
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-there was a syntax error introduced in this file which made it 
-impossible to configure and build wireshark under gtk1
+Complete the fix in r29389.
+
+------------------------------------------------------------------------
+r29391 | jake | 2009-08-11 17:02:23 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
 
+Restore the formatting of the saved graph.
+------------------------------------------------------------------------
+r29392 | kukosa | 2009-08-11 23:10:08 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
+fix memoryleak causing crash with long SSL traces
 ------------------------------------------------------------------------
-r21710 | sahlberg | 2007-05-07 00:33:26 -0700 (Mon, 07 May 2007) | 2 lines
+r29393 | rbalint | 2009-08-12 05:55:27 -0700 (Wed, 12 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/wtap-plugins.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-new attempt to resolve recent breakage
+Fix COL_INFO and COL_PROTOCOL for Teredo Direct IPv6 Connectivity Test
 
 ------------------------------------------------------------------------
-r21711 | sahlberg | 2007-05-07 00:41:35 -0700 (Mon, 07 May 2007) | 4 lines
+r29394 | krj | 2009-08-12 08:12:19 -0700 (Wed, 12 Aug 2009) | 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
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-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.
+From William Preston via. 3549:
 
+A typo in 2 of the field names causes the apn not to be displayed.
 
 ------------------------------------------------------------------------
-r21712 | sahlberg | 2007-05-07 01:11:59 -0700 (Mon, 07 May 2007) | 6 lines
+r29395 | gerald | 2009-08-12 10:08:08 -0700 (Wed, 12 Aug 2009) | 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
+   M /trunk/tools/fuzz-test.sh
 
-change the smb2 ioctl function to take a pointer to a uint32 (ioctl 
-function code) instead of a structure
+Temporarily disable dissector bug checking. Fixing the ones we've found
+so far will take a while and in the meantime looking for dissector
+assertions is keeping us from finding more serious bugs.
 
-extend the nt trans structure to contain a ioctl function code for smb1
+------------------------------------------------------------------------
+r29396 | krj | 2009-08-12 11:24:49 -0700 (Wed, 12 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
 
+DISSECTOR_ASSERT on FT_PCRE in construct_match_selected_string().
+------------------------------------------------------------------------
+r29397 | krj | 2009-08-12 12:32:54 -0700 (Wed, 12 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/reassemble.c
 
+White space changes
 ------------------------------------------------------------------------
-r21713 | sahlberg | 2007-05-07 02:07:29 -0700 (Mon, 07 May 2007) | 4 lines
+r29398 | etxrab | 2009-08-12 15:40:13 -0700 (Wed, 12 Aug 2009) | 3 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
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
-add dissection of smb1 ioctl data by tying it into the dissectors for 
-ioctl data that already exists for smb2
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3 (R6).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3886
+------------------------------------------------------------------------
+r29399 | etxrab | 2009-08-13 00:56:13 -0700 (Thu, 13 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3 (R7 and R8)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3891
+------------------------------------------------------------------------
+r29400 | kukosa | 2009-08-13 02:07:03 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   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
 
+Fix SSL decryption failure if client and server have the same TCP port
 ------------------------------------------------------------------------
-r21714 | kukosa | 2007-05-07 04:25:21 -0700 (Mon, 07 May 2007) | 1 line
+r29401 | kukosa | 2009-08-13 03:36:53 -0700 (Thu, 13 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/asn1.h
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-changes in external structure of asn1_ctx_t
+use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVC
 ------------------------------------------------------------------------
-r21715 | kukosa | 2007-05-07 05:59:31 -0700 (Mon, 07 May 2007) | 5 lines
+r29402 | kukosa | 2009-08-13 04:12:35 -0700 (Thu, 13 Aug 2009) | 1 line
 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
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-- 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
+fix build failure without GnuTLS
 ------------------------------------------------------------------------
-r21716 | gal | 2007-05-07 10:55:42 -0700 (Mon, 07 May 2007) | 6 lines
+r29403 | krj | 2009-08-13 05:17:20 -0700 (Thu, 13 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Make sure that we find the "data" dissector during handoff else we might crash if the received payload was less than 2 bytes.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3893
+
+------------------------------------------------------------------------
+r29404 | krj | 2009-08-13 12:42:46 -0700 (Thu, 13 Aug 2009) | 1 line
 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/file.c
+   M /trunk/gtk/iax2_analysis.c
    M /trunk/gtk/main.c
-   M /trunk/register.h
-   M /trunk/tools/make-dissector-reg
-   M /trunk/tools/make-dissector-reg.py
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/rawshark.c
    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.
+Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initialise/cleanup stack allocated 'edt' structures. This should speed up dissection since we avoid some malloc traffic.
+------------------------------------------------------------------------
+r29405 | krj | 2009-08-13 13:00:36 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Add needed header due to stack allocated 'edt' structure
+------------------------------------------------------------------------
+r29406 | etxrab | 2009-08-13 14:36:01 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+Get the pointer to the packet list record and use the data directly.
 ------------------------------------------------------------------------
-r21717 | sahlberg | 2007-05-07 11:35:28 -0700 (Mon, 07 May 2007) | 6 lines
+r29407 | etxrab | 2009-08-13 14:46:00 -0700 (Thu, 13 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/winreg.cnf
+   M /trunk/gtk/new_packet_list.c
 
-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
+Start to implement display filtering.
+------------------------------------------------------------------------
+r29408 | krj | 2009-08-13 22:22:12 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
 
+Always add packet to the new packet list regardless of whether the packet passed the display filter test or not. We do this because we do the filtering inside the new packet list.
+------------------------------------------------------------------------
+r29409 | krj | 2009-08-13 22:49:57 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
 
+Make display filtering work for NEW_PACKET_LIST. This didn't work previously because we would simply append the new filtered packets onto the existing ones.
 ------------------------------------------------------------------------
-r21718 | gal | 2007-05-07 12:02:27 -0700 (Mon, 07 May 2007) | 3 lines
+r29410 | krj | 2009-08-14 03:17:13 -0700 (Fri, 14 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
+   M /trunk/plugins/ethercat/Makefile.nmake
 
-Missing string.h for strncmp.
+From Artem Tamazov via. 3899:
 
+Remove superfluous /MP
 
 ------------------------------------------------------------------------
-r21719 | sahlberg | 2007-05-07 12:21:37 -0700 (Mon, 07 May 2007) | 11 lines
+r29411 | krj | 2009-08-14 06:33:17 -0700 (Fri, 14 Aug 2009) | 1 line
 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(<...>)
+   M /trunk/gtk/new_packet_list.c
 
+Don't attach our original packet list model in new_packet_list_thaw(). It's pointless because we override it in filter_function().
+------------------------------------------------------------------------
+r29412 | etxrab | 2009-08-14 08:31:59 -0700 (Fri, 14 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/diameter/TGPPRx.xml
+   M /trunk/diameter/dictionary.xml
 
+Typos.
+Fixes:
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3878
+------------------------------------------------------------------------
+r29413 | krj | 2009-08-14 08:44:57 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Make next/previous frame work again with the new filter model.
+------------------------------------------------------------------------
+r29414 | krj | 2009-08-14 08:56:23 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Make first/last frame work again with the new filter model.
 ------------------------------------------------------------------------
-r21720 | sahlberg | 2007-05-07 12:23:59 -0700 (Mon, 07 May 2007) | 8 lines
+r29415 | krj | 2009-08-14 11:29:32 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/winreg.cnf
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
 
-update the conformance file for winreg to specify that the string for 
-OpenKey keynames should be saved/stored in the dcv structure.
+New packet list: right clicking on a row now selects the given row.
+------------------------------------------------------------------------
+r29416 | krj | 2009-08-14 11:32:44 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
-this now makes all policy handles generated by the OpenKey function show
-OpenKey(/path/keyname)
-for all such policyhandles
+Remove unused functions/prototypes
+------------------------------------------------------------------------
+r29417 | krj | 2009-08-14 11:49:48 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Make mark/unmark frame work with the new filter model
+------------------------------------------------------------------------
+r29418 | krj | 2009-08-14 11:59:15 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Remove the hacky row_from_iter() function and use new_packet_list_get_record() instead. Alas, new_packet_list_get_record() is also somewhat hacky in its nature, but hey at least we're using one less hacky thing.
 ------------------------------------------------------------------------
-r21721 | gerald | 2007-05-07 14:57:05 -0700 (Mon, 07 May 2007) | 11 lines
+r29419 | krj | 2009-08-14 12:35:01 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
-Bug fixes and cleanup from Dustin Johnson and myself:
+Make 'Apply as filter'/'Prepare filter' work for new packet list.
+------------------------------------------------------------------------
+r29420 | martinm | 2009-08-14 18:29:29 -0700 (Fri, 14 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-  - 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".
+Allow s1ap not to be dissected (to avoid seeing errors, possibly due to proprietary variants).
 
 ------------------------------------------------------------------------
-r21722 | sahlberg | 2007-05-07 17:04:51 -0700 (Mon, 07 May 2007) | 4 lines
+r29421 | krj | 2009-08-14 20:57:14 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcerpc.h
+   M /trunk/gtk/menus.c
 
-update PIDL_dissect_cvstring so that it can be used in a future pidl to 
-prettify strings
+Don't exclude functionality we already support
+------------------------------------------------------------------------
+r29422 | krj | 2009-08-14 21:05:04 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
 
+Find next/previous mark is also supported so don't exclude it
+------------------------------------------------------------------------
+r29423 | krj | 2009-08-14 21:19:45 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
+Add support for mark/unmark all frames in our new packet list
 ------------------------------------------------------------------------
-r21723 | sahlberg | 2007-05-07 20:30:14 -0700 (Mon, 07 May 2007) | 4 lines
+r29424 | krj | 2009-08-14 21:24:43 -0700 (Fri, 14 Aug 2009) | 1 line
 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
+   M /trunk/gtk/menus.c
 
-prettify wkssvc dissection using the conformance file and generate the 
-dissector again using a new version of pidl
+Enable 'Mark Packet' in the Edit menu
+------------------------------------------------------------------------
+r29425 | krj | 2009-08-14 22:06:27 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Avoid superfluous g_strdup()
+------------------------------------------------------------------------
+r29426 | krj | 2009-08-14 22:26:02 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Micro optimize by storing PACKET_LIST(tree_model) into a local variable and using that instead of computing PACKET_LIST(tree_model) each time.
 ------------------------------------------------------------------------
-r21724 | gerald | 2007-05-08 09:18:59 -0700 (Tue, 08 May 2007) | 2 lines
+r29427 | krj | 2009-08-14 23:38:10 -0700 (Fri, 14 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-bthci_acl.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-btrfcomm.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet.h
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble_test.c
+   M /trunk/epan/wslua/wslua_dumper.c
+   M /trunk/print.c
+
+This patch introduces packet_add_new_data_source() which effectively deprecates add_new_data_source(). This is based on the following observation:
+
+1) The tvb + name (aka. data_source) is only used when the protocol tree is visible
 
-Add NULL dereference checks.  Fixes Coverity CID 241.
+The current implementation of add_new_data_source() doesn't take this into account and simply allocates a data_source regardless. This is what packet_add_new_data_source() tries to rectify.
+
+A couple of dissectors have already been switched over to the new packet_add_new_data_source(). Many are still missing. Help appreciated!
 
 ------------------------------------------------------------------------
-r21725 | jmayer | 2007-05-08 10:12:59 -0700 (Tue, 08 May 2007) | 1 line
+r29428 | krj | 2009-08-15 01:05:10 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/wtap-plugins.c
+   M /trunk/epan/dissectors/packet-frame.c
 
-propset...
+The frame dissector contains a kludge to workaround the fact that the Protocol Hierarchy stats tap always needs the protocol node to appear even though no color, display filter etc. reference it. This is no longer needed due to r29380.
 ------------------------------------------------------------------------
-r21726 | martinm | 2007-05-08 10:13:14 -0700 (Tue, 08 May 2007) | 21 lines
+r29429 | krj | 2009-08-15 01:38:50 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-   M /trunk/epan/dissectors/packet-umts_fp.c
-   M /trunk/epan/dissectors/packet-umts_fp.h
-
-From Kriang Lerdsuwanakij:
-
-This patch adds the handling of Spare Extension bytes
-to UMTS Frame Protocol.  It also handles the case when
-the presence of CRC in dedicated channels is not known
-(i.e. when FP from a K12/K15 log is dissected).
+   M /trunk/epan/proto.c
 
-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.
+This should have been part of r29428. This patch forces proto_field_is_referenced() to respect the fake_protocols flag set by Protocol Hierarchy stats tap.
+------------------------------------------------------------------------
+r29430 | krj | 2009-08-15 02:13:16 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/except.c
 
-Much of other changes is to update "offset" variable and
-return it so that the location of Spare Extension and CRC
-is available.
+Switch over to using GLib's g_malloc/g_free in the name of consistency.
+------------------------------------------------------------------------
+r29431 | krj | 2009-08-15 04:21:36 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+   M /trunk/plugins/ethercat/packet-esl.c
 
-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.
+Use HFILL instead of hard coding the values
+------------------------------------------------------------------------
+r29432 | krj | 2009-08-15 05:29:25 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
 
+Make mem chunk static
 ------------------------------------------------------------------------
-r21727 | martinm | 2007-05-08 10:17:51 -0700 (Tue, 08 May 2007) | 3 lines
+r29433 | krj | 2009-08-15 05:41:24 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
    M /trunk/epan/tvbuff.c
 
-Fix proto_tree_add_bits_ret_val() (as now used by FP dissector).
-Note that FP uses this function in a limited way, but this fixes problems seen.
+Add a missing DISSECTOR_ASSERT in tvb_init()
+------------------------------------------------------------------------
+r29434 | krj | 2009-08-15 06:24:59 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
 
+Use the slice allocator if GLIB >= 2,10,0 as suggested by Anders Broman
 ------------------------------------------------------------------------
-r21728 | martinm | 2007-05-08 10:19:18 -0700 (Tue, 08 May 2007) | 2 lines
+r29435 | krj | 2009-08-15 07:13:36 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/file.c
 
-Use new 'unknown' value for dch_crc_present for EDCH channels.
+Inline a few checks in the add_packet_to_packet_list() function since it's called in tight loop. This will help us to avoid calling functions that simply returns. This is especially the case when we're dealing with the new packet list due to its dissect-on-demand nature where colour/column construction is delayed until the row becomes visible.
+------------------------------------------------------------------------
+r29436 | etxrab | 2009-08-15 14:12:56 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Prepare for storing column data in packet list store.
 ------------------------------------------------------------------------
-r21729 | jmayer | 2007-05-08 10:39:28 -0700 (Tue, 08 May 2007) | 26 lines
+r29437 | etxrab | 2009-08-15 14:59:03 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/gtk/new_packet_list.c
 
-Update from samba tree revision 22657 to 22761
-============================ Samba log start ============
+Try to please build bot
 ------------------------------------------------------------------------
-r22667 | metze | 2007-05-04 12:44:41 +0200 (Fri, 04 May 2007) | 3 lines
+r29438 | sfisher | 2009-08-15 19:35:44 -0700 (Sat, 15 Aug 2009) | 4 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /trunk/gtk/new_packet_list.c
+
+
+Mark function paramter as unused with _U_ to please gcc.
 
-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
+r29439 | krj | 2009-08-15 21:08:00 -0700 (Sat, 15 Aug 2009) | 5 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+
+Switch over to using GPtrArray instead of manually g_renew'ing. This switch has some benefits:
+
+1) We don't have to manually resize
+2) GPtrArray uses a sligtly more efficient allocation scheme. It increases the size of the array exponentially which reduces the amount of memcpy's we have to do when we resize the array
 
-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
+r29440 | krj | 2009-08-15 21:54:33 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/epan/reassemble.c
 
-Fix tests.
+Use the slice allocator if GLIB >= 2,10,0
 ------------------------------------------------------------------------
-------------------------------------------------------------------------
-============================ Samba log end ==============
+r29441 | krj | 2009-08-16 00:29:11 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/exceptions.h
+   M /trunk/epan/tvbuff.c
 
+Remove a non thread-safe usage (useful when/if we ever support threading) of a static tvbuff in tvb_new_real_data(). The current version uses a static 'last_tvb' to keep track of the last allocated tvbuff. This is needed because some of the function we call can throw an exception. This patch improves this strategy by throwing an exception (if needed) before we try to allocate the tvbuff. This way we avoid a memleak _and_ we don't have to track the 'last_tvb' tvbuff.
 ------------------------------------------------------------------------
-r21730 | sfisher | 2007-05-08 12:11:33 -0700 (Tue, 08 May 2007) | 16 lines
+r29442 | krj | 2009-08-16 01:18:17 -0700 (Sun, 16 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/tvbuff.c
 
+Make some of the check_XXX functions accept the length/reported length of the tvbuff as arguments instead the tvbuff. We'll need this feature in order to remove the non-thread usage of the 'last_tvb' variable in tvb_new_subset()
+------------------------------------------------------------------------
+r29443 | krj | 2009-08-16 02:18:17 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
 
-Fix for bug #1532 -
+Remove the non-thread safe usage of 'last_tvb' variable in tvb_new_subset()
+------------------------------------------------------------------------
+r29444 | krj | 2009-08-16 02:48:25 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
 
-From Kenneth Golomb:
+Remove unused parameters
+------------------------------------------------------------------------
+r29445 | krj | 2009-08-16 03:53:47 -0700 (Sun, 16 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
 
-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.
+Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized version of tvb_new_subset(). The latter can be mapped to the former by tvb_new_subset(tvb, offset, -1 /* backing_length */, -1 /* reported_length */). We can disable some bounds checking because 'backing_length' and 'reported_length' are hardcoded to -1.
 
-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.
+The current implementation of tvb_new_subset_remaining() only has the THROW_ON(reported_length < 1) check removed when compared to tvb_new_subset(). So there's room for improvement in this function. We should be able to disable some more (redundant) bounds checking.
 
+------------------------------------------------------------------------
+r29446 | krj | 2009-08-16 05:36:22 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-aim-icq.c
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-airopeek.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-ayiya.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-bat.c
+   M /trunk/epan/dissectors/packet-bctp.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-capwap.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cisco-erspan.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/epan/dissectors/packet-dsi.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-egd.c
+   M /trunk/epan/dissectors/packet-ehs.c
+   M /trunk/epan/dissectors/packet-eigrp.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-enrp.c
+   M /trunk/epan/dissectors/packet-erf.c
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-fefd.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gprs-ns.c
+   M /trunk/epan/dissectors/packet-gre.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-gsm_sms_ud.c
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-hci_h1.c
+   M /trunk/epan/dissectors/packet-hci_h4.c
+   M /trunk/epan/dissectors/packet-hip.c
+   M /trunk/epan/dissectors/packet-hpext.c
+   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icap.c
+   M /trunk/epan/dissectors/packet-icmp.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+   M /trunk/epan/dissectors/packet-ieee8023.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ipars.c
+   M /trunk/epan/dissectors/packet-ipfc.c
+   M /trunk/epan/dissectors/packet-ipp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-itdm.c
+   M /trunk/epan/dissectors/packet-iua.c
+   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
+   M /trunk/epan/dissectors/packet-jabber.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lanforge.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-lge_monitor.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lwapp.c
+   M /trunk/epan/dissectors/packet-m2pa.c
+   M /trunk/epan/dissectors/packet-m2ua.c
+   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-mgcp.c
+   M /trunk/epan/dissectors/packet-mikey.c
+   M /trunk/epan/dissectors/packet-miop.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mmse.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-mtp3.c
+   M /trunk/epan/dissectors/packet-mtp3mg.c
+   M /trunk/epan/dissectors/packet-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/epan/dissectors/packet-ositp.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-pcli.c
+   M /trunk/epan/dissectors/packet-pdcp-lte.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pktc.c
+   M /trunk/epan/dissectors/packet-pktgen.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pptp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pw-atm.c
+   M /trunk/epan/dissectors/packet-pw-eth.c
+   M /trunk/epan/dissectors/packet-pw-hdlc.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-radiotap.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-redback.c
+   M /trunk/epan/dissectors/packet-redbackli.c
+   M /trunk/epan/dissectors/packet-rmcp.c
+   M /trunk/epan/dissectors/packet-rmi.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rmt-alc.c
+   M /trunk/epan/dissectors/packet-roofnet.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-rtnet.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rudp.c
+   M /trunk/epan/dissectors/packet-rx.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-simulcrypt.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spp.c
+   M /trunk/epan/dissectors/packet-srp.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-t38.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-teamspeak2.c
+   M /trunk/epan/dissectors/packet-telkonet.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-tns.c
+   M /trunk/epan/dissectors/packet-tr.c
+   M /trunk/epan/dissectors/packet-tte.c
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-v5ua.c
+   M /trunk/epan/dissectors/packet-vcdu.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-zbee-aps.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zdp.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/reassemble.c
+   M /trunk/plugins/docsis/packet-bpkmreq.c
+   M /trunk/plugins/docsis/packet-bpkmrsp.c
+   M /trunk/plugins/docsis/packet-dsaack.c
+   M /trunk/plugins/docsis/packet-dsareq.c
+   M /trunk/plugins/docsis/packet-dsarsp.c
+   M /trunk/plugins/docsis/packet-dscack.c
+   M /trunk/plugins/docsis/packet-dscreq.c
+   M /trunk/plugins/docsis/packet-dscrsp.c
+   M /trunk/plugins/docsis/packet-dsdreq.c
+   M /trunk/plugins/docsis/packet-regack.c
+   M /trunk/plugins/docsis/packet-regreq.c
+   M /trunk/plugins/docsis/packet-regreqmp.c
+   M /trunk/plugins/docsis/packet-regrsp.c
+   M /trunk/plugins/docsis/packet-regrspmp.c
+   M /trunk/plugins/docsis/packet-uccreq.c
+   M /trunk/plugins/ethercat/packet-esl.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt.c
 
+Switch a bunch of dissectors over to using tvb_new_subset_remaining()
 ------------------------------------------------------------------------
-r21731 | sfisher | 2007-05-08 12:33:24 -0700 (Tue, 08 May 2007) | 15 lines
+r29447 | gerald | 2009-08-16 08:03:26 -0700 (Sun, 16 Aug 2009) | 1 line
 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",
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-08-16]
 ------------------------------------------------------------------------
-r21732 | jake | 2007-05-08 15:25:03 -0700 (Tue, 08 May 2007) | 3 lines
+r29450 | krj | 2009-08-16 08:33:05 -0700 (Sun, 16 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/gtk/new_packet_list.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.
+Add missing call to packets_bar_update() after thaw'ing
 ------------------------------------------------------------------------
-r21733 | guy | 2007-05-08 20:50:58 -0700 (Tue, 08 May 2007) | 3 lines
+r29451 | krj | 2009-08-16 21:23:47 -0700 (Sun, 16 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/except.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).
+Add proper type cast.
 
-------------------------------------------------------------------------
-r21734 | ulfl | 2007-05-08 23:32:52 -0700 (Tue, 08 May 2007) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.nmake
+Thanks to Martin for reporting this.
 
-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
+r29452 | krj | 2009-08-17 04:13:36 -0700 (Mon, 17 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/Makefile.nmake
+   M /trunk/epan/proto.c
 
-fix manifest error: for dll's mt.exe must be given ;2
+Don't do PROTO_REGISTRAR_GET_NTH twice.
 ------------------------------------------------------------------------
-r21736 | ulfl | 2007-05-08 23:35:13 -0700 (Tue, 08 May 2007) | 1 line
+r29453 | krj | 2009-08-17 04:21:33 -0700 (Mon, 17 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/proto.c
 
-fix manifest dll error
+Move the NULL pointer 'tree' check under TRY_TO_FAKE_THIS_ITEMs umbrella
 ------------------------------------------------------------------------
-r21737 | grahamb | 2007-05-09 02:33:44 -0700 (Wed, 09 May 2007) | 1 line
+r29454 | etxrab | 2009-08-17 08:05:43 -0700 (Mon, 17 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Cast values to correct sizes for number of bits to squelch Win32 warnings
+Prepare to store column data from pinfo.
 ------------------------------------------------------------------------
-r21738 | jake | 2007-05-09 15:27:39 -0700 (Wed, 09 May 2007) | 2 lines
+r29455 | etxrab | 2009-08-17 08:13:58 -0700 (Mon, 17 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/gtk/new_packet_list.c
 
-Fix for bug 1497.
-Set DSCP_VALUE column info without tree to support export operations.
+Remove #if 0
 ------------------------------------------------------------------------
-r21739 | sahlberg | 2007-05-09 19:34:06 -0700 (Wed, 09 May 2007) | 7 lines
+r29456 | krj | 2009-08-17 10:19:31 -0700 (Mon, 17 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-
-prettify dissection of FIDs,
-put the filename, if known, on the fid expansion line
-
-also place a "generated" fid in failed ntcreateandx so it is easier to 
-quickly see which file the ntcreateandx failed for
-
+   M /trunk/epan/dissectors/packet-dect.c
 
-------------------------------------------------------------------------
-r21740 | martinm | 2007-05-10 03:56:36 -0700 (Thu, 10 May 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dhcpv6.c
+setbit() is (AFAIK) defined in <sys/param.h> (OpenBSD) so rename to dect_setbit() to avoid clash. getbit() is also renamed for consistency.
 
-Make dhcpv6 findable by name.
+Fixes the issue reported by Stan: http://www.wireshark.org/lists/wireshark-users/200908/msg00128.html
 
 ------------------------------------------------------------------------
-r21741 | martinm | 2007-05-10 08:29:38 -0700 (Thu, 10 May 2007) | 2 lines
+r29457 | jake | 2009-08-17 12:10:19 -0700 (Mon, 17 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
+   M /trunk/gtk/graph_analysis.c
 
-mipv6 -> ip
+Change window_new() to dlg_window_new() and destroy the window with the top level window.
 
 ------------------------------------------------------------------------
-r21742 | martinm | 2007-05-10 09:49:00 -0700 (Thu, 10 May 2007) | 4 lines
+r29458 | krj | 2009-08-17 13:14:59 -0700 (Mon, 17 Aug 2009) | 1 line
 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
+   M /trunk/epan/except.c
 
+As pointed out by Guy, we should probably explain why the gulong -> size_t cast is 'safe'
 ------------------------------------------------------------------------
-r21743 | sahlberg | 2007-05-10 13:53:35 -0700 (Thu, 10 May 2007) | 6 lines
+r29459 | sfisher | 2009-08-17 17:32:11 -0700 (Mon, 17 Aug 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-
-add more tracking of FID properties
+   M /trunk/epan/dissectors/packet-x224.c
 
-track create_flags, access_mask, file_attributes, share_access and 
-create options for all FIDs
 
+Display Microsoft's Remote Desktop Protocol (RDP) extension to the X.224
+connection request that shows the session load balancing information.  There
+appears to be more dissecting that can be done for this field, but I don't
+have any sample captures to test this.
 
 ------------------------------------------------------------------------
-r21744 | gerald | 2007-05-10 15:30:29 -0700 (Thu, 10 May 2007) | 6 lines
+r29460 | jake | 2009-08-17 23:41:12 -0700 (Mon, 17 Aug 2009) | 3 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.
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-Fixup whitespace.
+From Swapnil Barai:
+Minor Bug in Bearer Context in Packet-gtpv2.c fixed.
 
 ------------------------------------------------------------------------
-r21745 | sahlberg | 2007-05-10 20:02:38 -0700 (Thu, 10 May 2007) | 3 lines
+r29461 | etxrab | 2009-08-18 01:00:05 -0700 (Tue, 18 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-make create_options, access_mask and share_access fitlerable
-
+   M /trunk/diameter/TGPPRx.xml
+   M /trunk/diameter/gqpolicy.xml
 
+From Mathias de Paulis Nilsson:
+Updates to  V8.5.0.
 ------------------------------------------------------------------------
-r21746 | etxrab | 2007-05-10 23:21:18 -0700 (Thu, 10 May 2007) | 2 lines
+r29462 | etxrab | 2009-08-18 04:39:55 -0700 (Tue, 18 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/asn1/nbap/nbap.cnf
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-s1ap.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.
+Typo: parameter_tvb to be used.
 ------------------------------------------------------------------------
-r21747 | jake | 2007-05-10 23:31:22 -0700 (Thu, 10 May 2007) | 2 lines
+r29463 | etxrab | 2009-08-18 05:15:36 -0700 (Tue, 18 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bvlc.c
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/epan/dissectors/packet-s1ap.c
 
-Fix for bug 1545.
-Add a preference to support BVLC on non standard UDP port.
+Make build bot happy?
 ------------------------------------------------------------------------
-r21748 | gerald | 2007-05-11 08:52:13 -0700 (Fri, 11 May 2007) | 2 lines
+r29464 | morriss | 2009-08-18 06:25:49 -0700 (Tue, 18 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Add separate filters for vendor-specific HT items.
+   M /trunk/epan/dissectors/packet-sccp.c
 
+Add an expert info noting that an ANSI message with the national indicator set to 0 (international) is unusual.
 ------------------------------------------------------------------------
-r21749 | gerald | 2007-05-11 15:51:48 -0700 (Fri, 11 May 2007) | 2 lines
+r29465 | stig | 2009-08-18 07:37:25 -0700 (Tue, 18 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/cmake/modules/FindGLIB2.cmake
+   M /trunk/cmake/modules/FindGTK2.cmake
 
-implented -> implemented.
+Search for includes and libs in /opt/local/ (MacPorts).
 
 ------------------------------------------------------------------------
-r21750 | sfisher | 2007-05-11 15:54:54 -0700 (Fri, 11 May 2007) | 4 lines
+r29466 | etxrab | 2009-08-18 07:39:32 -0700 (Tue, 18 Aug 2009) | 1 line
 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
+   M /trunk/epan/dissectors/packet-gsm_a_gm.c
 
+Minor clean up.
 ------------------------------------------------------------------------
-r21751 | gerald | 2007-05-11 17:01:57 -0700 (Fri, 11 May 2007) | 2 lines
+r29467 | etxrab | 2009-08-18 07:40:51 -0700 (Tue, 18 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Fix a bunch of spelling errors.
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
+Make copy summary work for new_packet_list.
+XXX The enum in .h file does not seem to work???
 ------------------------------------------------------------------------
-r21752 | jake | 2007-05-12 12:54:55 -0700 (Sat, 12 May 2007) | 3 lines
+r29468 | jake | 2009-08-18 10:36:30 -0700 (Tue, 18 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/gtk/rtp_player.c
 
-From bug 1492: Fortify layer name presentation.
-Some code cleanups.
+Properly handle closing/destruction of RTP player window.
 
 ------------------------------------------------------------------------
-r21753 | etxrab | 2007-05-13 13:58:29 -0700 (Sun, 13 May 2007) | 1 line
+r29469 | etxrab | 2009-08-18 16:00:42 -0700 (Tue, 18 Aug 2009) | 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
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/recent.c
 
-Second step in introducing asn context to BER dissectors just like in PER.
+Add new_packet_list_recent_write_all().
 ------------------------------------------------------------------------
-r21754 | etxrab | 2007-05-13 14:54:45 -0700 (Sun, 13 May 2007) | 1 line
+r29470 | etxrab | 2009-08-18 23:04:30 -0700 (Tue, 18 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/gtk/new_packet_list.c
 
-Try to make the buildbot happy.
+Fix a memmory leak.
 ------------------------------------------------------------------------
-r21755 | etxrab | 2007-05-13 15:01:17 -0700 (Sun, 13 May 2007) | 1 line
+r29471 | etxrab | 2009-08-19 00:55:11 -0700 (Wed, 19 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/tools/asn2wrs.py
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
 
-actx in ber_external
+From Didier Gautheron:
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Make col_expr const gchar.
 ------------------------------------------------------------------------
-r21756 | sahlberg | 2007-05-13 15:19:04 -0700 (Sun, 13 May 2007) | 6 lines
+r29472 | etxrab | 2009-08-19 02:32:56 -0700 (Wed, 19 Aug 2009) | 3 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
-
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
+From   Jan L?\195?\188bbe:
+packet-gsm_a_rr.c: flip gsm_a_rr_mv_vals, 0 means vaild.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3915
 ------------------------------------------------------------------------
-r21757 | kukosa | 2007-05-14 06:39:31 -0700 (Mon, 14 May 2007) | 2 lines
+r29473 | etxrab | 2009-08-19 04:34:40 -0700 (Wed, 19 Aug 2009) | 3 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
+   M /trunk/epan/dissectors/packet-eigrp.c
 
-- more variants of dissect_per_open_type_*()
-- move asn1_get_real() to asn1.c/.h
+From   Jochen Bartl:
+EIGRP dissector enhancements (IPv6, Stub routing, Authentication TLVs)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3907
 ------------------------------------------------------------------------
-r21758 | kukosa | 2007-05-14 06:46:09 -0700 (Mon, 14 May 2007) | 3 lines
+r29474 | jmayer | 2009-08-19 05:25:40 -0700 (Wed, 19 Aug 2009) | 5 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
+   M /trunk/epan/dissectors/packet-capwap.c
+
+Add support for Radio Mac/Wireless Specific Information optional
+header fields. This patch lacks handling of padding since a) I don't
+have a trace containing padding and b) I don't understand the
+wording in the rfc (it's to ambigous for my liking).
 
-- 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
+r29475 | krj | 2009-08-19 06:52:15 -0700 (Wed, 19 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/to_str.c
+   M /trunk/file.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
+We shouldn't conditionalise on _filtering_ tap listerners to determine whether tapping should be performed or not. We also need to handle _normal_ tap listerners. This change backs out the regression introduced in r29435.
 
-limit the number given to localtime to a reasonable value
+Thanks to Didier: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3916
 
-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
+r29476 | jmayer | 2009-08-19 08:42:24 -0700 (Wed, 19 Aug 2009) | 5 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
+   M /trunk/epan/dissectors/packet-capwap.c
+
+As pointed out by Alexis La Goutte via PM, r29474 didn't
+support the different MAC formats (eui48 and eui64) properly.
+Now, eui48 is printed as mac, the rest is still handled as
+blob.
 
-- 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
+r29477 | etxrab | 2009-08-19 11:36:36 -0700 (Wed, 19 Aug 2009) | 5 lines
 Changed paths:
-   D /trunk/asn1/rnsap/packet-rnsap-template.h
+   A /trunk/gtk/expert_dlg.h
 
-packet-rnsap-template.h is not necessary
+From Didier Gautheron:
+Part 1
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Optimize expert info.
+Slightly changed by me.
 ------------------------------------------------------------------------
-r21763 | kukosa | 2007-05-14 07:17:42 -0700 (Mon, 14 May 2007) | 1 line
+r29478 | etxrab | 2009-08-19 11:37:13 -0700 (Wed, 19 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/expert_comp_dlg.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_comp_table.h
+   M /trunk/gtk/expert_dlg.c
 
-fix packet-per.c:155: warning: 'val_tvb' may be used uninitialized in this function
+From Didier Gautheron:
+Part 2
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Optimize expert info.
+Slightly changed by me.
 ------------------------------------------------------------------------
-r21764 | martinm | 2007-05-14 07:23:52 -0700 (Mon, 14 May 2007) | 3 lines
+r29479 | etxrab | 2009-08-19 11:39:30 -0700 (Wed, 19 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
-
-- give NACK reason codes in hex rather than decimal
-- minor prettifications
+   M /trunk/gtk/Makefile.nmake
 
+Make it possible to run checkapi with "deprecated-gtk-todo".
 ------------------------------------------------------------------------
-r21765 | kukosa | 2007-05-14 07:27:09 -0700 (Mon, 14 May 2007) | 1 line
+r29480 | krj | 2009-08-19 12:08:34 -0700 (Wed, 19 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
+   M /trunk/epan/proto.c
 
-missing includes
+Move TRY_TO_FAKE_THIS_ITEM to all public proto_xxx methods. Currently we rely on our internal (static) helper functions to do the faking. However, when they fake a protocol tree, they usually return a valid tree (although a dummy tree it is still a valid one). This means that we end up calling proto_tree_set_representation + friends on it for no reason. By moving TRY_TO_FAKE_THIS_ITEM to the public proto_xxx methods we're able to bail immediately (when we're allowed to do so).
 ------------------------------------------------------------------------
-r21766 | kukosa | 2007-05-14 08:00:08 -0700 (Mon, 14 May 2007) | 1 line
+r29481 | etxrab | 2009-08-19 12:20:45 -0700 (Wed, 19 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/gtk/expert_dlg.c
 
-remove packet-rnsap.h which was empty
+Destroy window with parent, update label when showing window.
 ------------------------------------------------------------------------
-r21767 | ulfl | 2007-05-14 08:08:01 -0700 (Mon, 14 May 2007) | 3 lines
+r29482 | etxrab | 2009-08-20 00:26:16 -0700 (Thu, 20 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+   M /trunk/epan/dissectors/packet-gsm_a_common.h
+   M /trunk/epan/dissectors/packet-gsm_a_gm.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+   M /trunk/epan/dissectors/packet-nas_eps.c
+
+From Harald Welte :
+Connect RRLP to GSM A DTAP application info message.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3919
 
-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)
+From me try to fix missuse of pinfo.
 ------------------------------------------------------------------------
-r21768 | kukosa | 2007-05-14 09:53:23 -0700 (Mon, 14 May 2007) | 1 line
+r29483 | etxrab | 2009-08-20 02:49:32 -0700 (Thu, 20 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/tap-h225counter.c
-   M /trunk/tap-h225rassrt.c
+   M /trunk/epan/frame_data.h
 
-next missing includes
+Prepare to store column text in frame data directly.
 ------------------------------------------------------------------------
-r21769 | gerald | 2007-05-14 10:01:25 -0700 (Mon, 14 May 2007) | 2 lines
+r29484 | martinm | 2009-08-20 06:16:34 -0700 (Thu, 20 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/opcua/Makefile.nmake
-
-Quote the path to make-dissector-reg.py.
+   M /trunk/gtk/mac_lte_stat_dlg.c
 
+Trivial formatting changes
 ------------------------------------------------------------------------
-r21770 | gerald | 2007-05-14 10:07:34 -0700 (Mon, 14 May 2007) | 2 lines
+r29485 | martinm | 2009-08-20 06:25:41 -0700 (Thu, 20 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/tools/win32-setup.sh
-
-Update to the latest Win32 libraries.
+   M /trunk/AUTHORS
 
+Update my entry
 ------------------------------------------------------------------------
-r21771 | gerald | 2007-05-14 11:27:47 -0700 (Mon, 14 May 2007) | 3 lines
+r29486 | krj | 2009-08-20 10:43:56 -0700 (Thu, 20 Aug 2009) | 1 line
 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.
+   M /trunk/tools/fuzz-test.sh
 
+Add error probability command line parameter
 ------------------------------------------------------------------------
-r21772 | jake | 2007-05-14 13:55:11 -0700 (Mon, 14 May 2007) | 2 lines
+r29487 | jake | 2009-08-20 12:41:53 -0700 (Thu, 20 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/plugins/docsis/Makefile.common
+   A /trunk/plugins/docsis/packet-bintrngreq.c
+   M /trunk/plugins/docsis/packet-docsis.h
+   M /trunk/plugins/docsis/packet-macmgmt.c
 
-Attempt to fix bug 1360.
-Remove calls to tvb_free on subsets, since this seems to upset the tvb administration(!?)
+From Geoffrey Kimball:
+DOCSIS 3.0 includes a new Bonded Initial Ranging Request (B-INIT-RNG-REQ) MAC
+Management type (34).  A simple dissector is needed to decode this message.
 ------------------------------------------------------------------------
-r21773 | etxrab | 2007-05-14 22:49:43 -0700 (Mon, 14 May 2007) | 1 line
+r29488 | jake | 2009-08-20 22:37:33 -0700 (Thu, 20 Aug 2009) | 2 lines
 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
+   M /trunk/epan/Makefile.am
+
+List the new DOCSIS dissector file here as well.
 
-actx in the rest of dissect_ber..()l
 ------------------------------------------------------------------------
-r21774 | kukosa | 2007-05-14 23:03:27 -0700 (Mon, 14 May 2007) | 1 line
+r29489 | etxrab | 2009-08-21 03:12:47 -0700 (Fri, 21 Aug 2009) | 3 lines
 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
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-remove obsolete -X command line option of asn2wrs
+Use col_text in frame data.
+- colum-utils needs more work, based on
+ Didier Gautherons optimizations patch http://wiki.wireshark.org/Development/Optimization
 ------------------------------------------------------------------------
-r21775 | jake | 2007-05-15 00:53:37 -0700 (Tue, 15 May 2007) | 2 lines
+r29490 | krj | 2009-08-21 04:03:30 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/ringbuffer.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/file.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/print.c
+   M /trunk/proto_hier_stats.c
 
-Fix for bug 1591:
-The 5 digit file number should contain the monotonic increasing file number modulo 100000 to fit the alloted space.
+Also fake empty field_info's by gracefully handling NULL field_info pointer elsewhere.
 ------------------------------------------------------------------------
-r21776 | sahlberg | 2007-05-15 01:12:10 -0700 (Tue, 15 May 2007) | 3 lines
+r29491 | krj | 2009-08-21 04:31:21 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
-   M /trunk/epan/dissectors/pidl/wkssvc.cnf
-
-prettify the server_name component of NetWkstaTransportEnum
-
+   M /trunk/epan/dfilter/dfilter.c
 
+Handle a text NULL pointer more gracefully
 ------------------------------------------------------------------------
-r21777 | kukosa | 2007-05-15 01:15:34 -0700 (Tue, 15 May 2007) | 1 line
+r29492 | wmeier | 2009-08-21 07:36:27 -0700 (Fri, 21 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/tools/asn2wrs.py
+   M /trunk/plugins/asn1/asn1.c
+   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/plugins/docsis/packet-bintrngreq.c
+   M /trunk/plugins/docsis/packet-bpkmattr.c
+   M /trunk/plugins/docsis/packet-bpkmreq.c
+   M /trunk/plugins/docsis/packet-bpkmrsp.c
+   M /trunk/plugins/docsis/packet-dccack.c
+   M /trunk/plugins/docsis/packet-dccreq.c
+   M /trunk/plugins/docsis/packet-dccrsp.c
+   M /trunk/plugins/docsis/packet-dcd.c
+   M /trunk/plugins/docsis/packet-docsis.c
+   M /trunk/plugins/docsis/packet-dsaack.c
+   M /trunk/plugins/docsis/packet-dsareq.c
+   M /trunk/plugins/docsis/packet-dsarsp.c
+   M /trunk/plugins/docsis/packet-dscack.c
+   M /trunk/plugins/docsis/packet-dscreq.c
+   M /trunk/plugins/docsis/packet-dscrsp.c
+   M /trunk/plugins/docsis/packet-dsdreq.c
+   M /trunk/plugins/docsis/packet-dsdrsp.c
+   M /trunk/plugins/docsis/packet-intrngreq.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/docsis/packet-map.c
+   M /trunk/plugins/docsis/packet-mdd.c
+   M /trunk/plugins/docsis/packet-regack.c
+   M /trunk/plugins/docsis/packet-regreq.c
+   M /trunk/plugins/docsis/packet-regreqmp.c
+   M /trunk/plugins/docsis/packet-regrsp.c
+   M /trunk/plugins/docsis/packet-regrspmp.c
+   M /trunk/plugins/docsis/packet-rngreq.c
+   M /trunk/plugins/docsis/packet-rngrsp.c
+   M /trunk/plugins/docsis/packet-sync.c
+   M /trunk/plugins/docsis/packet-tlv.c
+   M /trunk/plugins/docsis/packet-type29ucd.c
+   M /trunk/plugins/docsis/packet-uccreq.c
+   M /trunk/plugins/docsis/packet-uccrsp.c
+   M /trunk/plugins/docsis/packet-ucd.c
+   M /trunk/plugins/docsis/packet-vendor.c
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+(Minor) Remove unneeded #includes.
 
-support for value range and unions in permitted alphabet
 ------------------------------------------------------------------------
-r21778 | kukosa | 2007-05-15 01:26:18 -0700 (Tue, 15 May 2007) | 1 line
+r29493 | martinm | 2009-08-21 08:16:27 -0700 (Fri, 21 Aug 2009) | 3 lines
 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
+   M /trunk/epan/proto.c
+
+Don't try TRY_TO_FAKE_THIS_ITEM in proto_tree_add_bits_ret_val(), as otherwise
+the side effect 'return_value' getting set doesn't happen.
 
-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
+r29494 | krj | 2009-08-21 10:11:02 -0700 (Fri, 21 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/epan/proto.c
+
+Delay TRY_TO_FAKE_THIS_ITEM() in proto_tree_add_bits_ret_val() until we know it is safe.
+
+Thanks to Martin for pointing this out in r29493.
 
-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
+r29495 | jake | 2009-08-21 11:54:28 -0700 (Fri, 21 Aug 2009) | 1 line
 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
+   M /trunk/plugins/docsis/Makefile.common
+   D /trunk/plugins/docsis/packet-docsis.h
 
+Remove unneeded #includes.
 ------------------------------------------------------------------------
-r21781 | ulfl | 2007-05-15 02:10:16 -0700 (Tue, 15 May 2007) | 1 line
+r29496 | jake | 2009-08-21 11:56:15 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/opcua/Makefile.common
+   M /trunk/plugins/docsis/packet-docsis.c
 
-add the list of DISSECTOR_INCLUDES
+Remove unneeded #includes.
 ------------------------------------------------------------------------
-r21782 | ulfl | 2007-05-15 02:12:39 -0700 (Tue, 15 May 2007) | 1 line
+r29497 | krj | 2009-08-21 12:48:11 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
-   D /trunk/plugins/opcua/plugin.c
+   M /trunk/epan/dissectors/packet-miop.c
+   M /trunk/epan/dissectors/packet-ziop.c
 
-remove generated file
+Remove unneeded #includes
 ------------------------------------------------------------------------
-r21783 | sahlberg | 2007-05-15 02:48:02 -0700 (Tue, 15 May 2007) | 4 lines
+r29498 | tuexen | 2009-08-21 13:10:51 -0700 (Fri, 21 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.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.
+From Irene Ruengeler: Fix two bugs regarding plotted TSNs reported by
+Christian Constantin.
 
+------------------------------------------------------------------------
+r29499 | krj | 2009-08-21 13:25:24 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/epan/dissectors/packet-ansi_683.c
+   M /trunk/epan/dissectors/packet-ansi_801.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-dcerpc-dce122.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-e164.h
+   M /trunk/epan/dissectors/packet-e212.h
+   M /trunk/epan/dissectors/packet-erf.c
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h261.c
+   M /trunk/epan/dissectors/packet-h263p.c
+   M /trunk/epan/dissectors/packet-h264.c
+   M /trunk/epan/dissectors/packet-hip.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-isis-hello.c
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-itdm.c
+   M /trunk/epan/dissectors/packet-lge_monitor.c
+   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-mp4ves.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-portmap.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcp.h
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-zep.c
 
+Sanitize epan includes
 ------------------------------------------------------------------------
-r21784 | ulfl | 2007-05-15 02:53:26 -0700 (Tue, 15 May 2007) | 3 lines
+r29500 | krj | 2009-08-21 13:32:50 -0700 (Fri, 21 Aug 2009) | 1 line
 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
+   M /trunk/asn1/ansi-tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/tcap/packet-tcap-template.c
 
-from Gerhard Gappmeier:
-renamed prefix ua_ -> opcua_
-remove unused code
+Sanitize epan includes
 ------------------------------------------------------------------------
-r21785 | kukosa | 2007-05-15 04:41:45 -0700 (Tue, 15 May 2007) | 1 line
+r29501 | krj | 2009-08-21 13:40:49 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/packaging/u3/tools/sysdep.h
 
-fix bug - compiler crashes if already imported value or class is defined
+Use <gcrypt.h> instead of 'gcrypt.h'
 ------------------------------------------------------------------------
-r21786 | kukosa | 2007-05-15 05:50:13 -0700 (Tue, 15 May 2007) | 1 line
+r29502 | krj | 2009-08-21 13:51:13 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/epan/base64.h
+   M /trunk/epan/camel-persistentdata.c
+   M /trunk/epan/codecs.h
+   M /trunk/epan/rtp_pt.h
+   M /trunk/epan/t35.h
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+   M /trunk/epan/tcap-persistentdata.c
+   M /trunk/epan/tcap-persistentdata.h
+   M /trunk/epan/to_str.h
 
-fix crash if C enum for ENUMERATED type is created
+Sanitize epan includes
 ------------------------------------------------------------------------
-r21787 | kukosa | 2007-05-15 05:53:04 -0700 (Tue, 15 May 2007) | 1 line
+r29503 | krj | 2009-08-21 16:02:59 -0700 (Fri, 21 Aug 2009) | 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
+   M /trunk/epan/proto.c
 
-get rid of the rest of dummy ASN.1 code and switch()
+Don't dereference pointer before checking for NULL
 ------------------------------------------------------------------------
-r21788 | kukosa | 2007-05-15 06:10:49 -0700 (Tue, 15 May 2007) | 1 line
+r29504 | etxrab | 2009-08-22 09:17:42 -0700 (Sat, 22 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/Makefile.am
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
 
-typo SULP.asn -> SUPL.asn
+expert_comp_table.c: Minor cleanup
+expert_dlg.c change GtkOptionMenu to GtkComboBox.
 ------------------------------------------------------------------------
-r21789 | martinm | 2007-05-15 07:49:26 -0700 (Tue, 15 May 2007) | 5 lines
+r29505 | wmeier | 2009-08-22 10:12:33 -0700 (Sat, 22 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/crc32.c
 
-TBCP fixes:
-- more careful checking of packet length
-- skip padding at end of SDES items block
-- formatting
+Additional validation of 'len' for crc32_ccitt_tvb... fcns;
+(-1 is not a valid length);
+First of 2 fixes for crash reported in Bug #3925.
 
 ------------------------------------------------------------------------
-r21790 | martinm | 2007-05-15 08:26:13 -0700 (Tue, 15 May 2007) | 2 lines
+r29506 | jake | 2009-08-22 10:28:54 -0700 (Sat, 22 Aug 2009) | 4 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.
+   M /trunk/epan/dissectors/packet-dns.c
 
+From Ivan Sy:
+NSEC3PARAM RR (RFC 5155),  APL RR (RFC 3123), PX RR (RFC 2163), GPOS RR (RFC 1712), 
+NSAP RR (RFC 1706), NSAP-PTR RR (RFC 1348), AFSDB, RP, X25, ISDN, RT, RR (RFC 1183).
+Also cleanup of protocol tree dependancies.
 ------------------------------------------------------------------------
-r21791 | wmeier | 2007-05-15 09:12:46 -0700 (Tue, 15 May 2007) | 1 line
+r29507 | krj | 2009-08-22 12:29:44 -0700 (Sat, 22 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/test/suite-capture.sh
+   M /trunk/epan/column-utils.c
 
-Capture tests using Wireshark seem to be causing a problem; disable them for now.
+We initialize col_expr and col_expr_val in col_init() so there's no need to initialize them again in col_set_xxx()
 ------------------------------------------------------------------------
-r21792 | sahlberg | 2007-05-15 13:07:58 -0700 (Tue, 15 May 2007) | 7 lines
+r29508 | krj | 2009-08-22 12:53:54 -0700 (Sat, 22 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-tcp.c
 
-from metze
+Remove col_check() guard wrt. COL_REL_CONV_TIME/COL_DELTA_CONV_TIME
+------------------------------------------------------------------------
+r29509 | rbalint | 2009-08-22 15:46:41 -0700 (Sat, 22 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
 
-add support for smb2 chaining
+From Frederic Peters (made endian-aware by me):
+fixed segfault with some GIOP packets
 
-rename sessionsetupandz to sessionsetup
+------------------------------------------------------------------------
+r29510 | rbalint | 2009-08-22 15:49:59 -0700 (Sat, 22 Aug 2009) | 6 lines
+Changed paths:
+   M /trunk/dumpcap.c
 
+From Rob Leslie <rob@mars.org>:
+[PATCH] Fix dumpcap believing error on ^C i.e. pcap_breakloop()
+When ^C was pressed during a packet capture, dumpcap believed a pcap
+error had occurred.  We check the return value more closely to avoid
+this problem.
 
 ------------------------------------------------------------------------
-r21793 | sahlberg | 2007-05-15 13:13:30 -0700 (Tue, 15 May 2007) | 5 lines
+r29511 | krj | 2009-08-22 22:20:30 -0700 (Sat, 22 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
-
-from metze
+   M /trunk/epan/dissectors/packet-giop.c
 
-patch to find and enhancement of extra_info handling
+Avoid 'cast to pointer from integer of different size'
+------------------------------------------------------------------------
+r29512 | jmayer | 2009-08-22 23:57:16 -0700 (Sat, 22 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-fmp_notify.c
+   D /trunk/epan/dissectors/packet-fmp_notify.h
+   M /trunk/epan/dissectors/packet-scsi-mmc.h
+   M /trunk/epan/oids.h
+   M /trunk/gtk/airpcap_dlg.h
 
+Get rid of a bunch of "warning: redundant redeclaration of" messages.
+In that process, include the contents of packet-fmp_notify.h directly
+in packet-fmp_notify.c - it wasn't used anywhere else.
 
 ------------------------------------------------------------------------
-r21794 | sahlberg | 2007-05-15 13:33:44 -0700 (Tue, 15 May 2007) | 3 lines
+r29513 | krj | 2009-08-23 02:07:54 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/gtk/new_packet_list.c
 
-add dissection of the end_of_chain bit in the header flags
+Custom columfication:
 
+* Deprecate COL_COS_VALUE (L2 COS Value (802.1p)). Use vlan.priority
 
 ------------------------------------------------------------------------
-r21795 | sahlberg | 2007-05-15 13:46:45 -0700 (Tue, 15 May 2007) | 8 lines
+r29514 | krj | 2009-08-23 02:16:58 -0700 (Sun, 23 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/prefs.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.
+Add initial code to handle the migration to custom columns by mapping the deprecated columns into their custom column counterparts when we read the preference file.
 
+There are still many todos in this area:
 
+1) We need to either warn the user that he/she needs to click "Save" in the preference dialog so we can "flush" the old predefined column or apply this change ourself silently.
+2) The predefined columns need to be removed from the "Columns" UI.
+3) ....
 
 ------------------------------------------------------------------------
-r21796 | gerald | 2007-05-15 16:06:48 -0700 (Tue, 15 May 2007) | 4 lines
+r29515 | krj | 2009-08-23 02:52:57 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.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).
+Custom columfication:
+
+* Deprecate COL_CIRCUIT_ID (Circuit ID). Use iax2.call
 
 ------------------------------------------------------------------------
-r21797 | sahlberg | 2007-05-15 16:30:03 -0700 (Tue, 15 May 2007) | 4 lines
+r29516 | krj | 2009-08-23 03:20:42 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/pidl/srvsvc.cnf
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.c
 
-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
+Custom columfication:
 
+* Deprecate COL_HPUX_SUBSYS (HP-UX Nettl Subsystem). Use nettl.subsys
 
 ------------------------------------------------------------------------
-r21798 | sahlberg | 2007-05-15 17:55:47 -0700 (Tue, 15 May 2007) | 3 lines
+r29517 | krj | 2009-08-23 03:25:51 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.c
 
-dont use g_time_add_val() since it is not available in gtk1
+Custom columfication:
 
+* Deprecate COL_HPUX_DEVID (HP-UX Device ID). Use nettl.devid
 
 ------------------------------------------------------------------------
-r21799 | sahlberg | 2007-05-15 18:06:30 -0700 (Tue, 15 May 2007) | 3 lines
+r29518 | krj | 2009-08-23 04:12:12 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/pidl/srvsvc.cnf
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
 
-start prettifying SRVSVC
+Custom columfication:
 
+* Deprecate COL_DSCP_VALUE (IP DSCP Value). Use ip.dsfield
 
 ------------------------------------------------------------------------
-r21800 | kukosa | 2007-05-15 23:30:45 -0700 (Tue, 15 May 2007) | 2 lines
+r29519 | krj | 2009-08-23 04:13:53 -0700 (Sun, 23 Aug 2009) | 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
+   M /trunk/epan/column-utils.c
 
-use some by mistake unused types
-remove unused variables and types
+#if 0 col_set_circuit_id(). It isn't being used
 ------------------------------------------------------------------------
-r21801 | sahlberg | 2007-05-15 23:50:19 -0700 (Tue, 15 May 2007) | 4 lines
+r29520 | tuexen | 2009-08-23 04:30:54 -0700 (Sun, 23 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-from metze
-prettify dissection of multiple chained smb2 pdus in one frame
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/sctpppids.h
 
+Update list of PPIDs.
+This fixes bug 3928.
 
 ------------------------------------------------------------------------
-r21802 | ulfl | 2007-05-16 01:13:11 -0700 (Wed, 16 May 2007) | 15 lines
+r29521 | krj | 2009-08-23 04:35:53 -0700 (Sun, 23 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/opcua/Makefile.am
-   M /trunk/plugins/opcua/Makefile.common
-   M /trunk/plugins/opcua/Makefile.nmake
-   A /trunk/plugins/opcua/moduleinfo.nmake
-   M /trunk/plugins/opcua/opcua.c
-   M /trunk/plugins/opcua/opcua_application_layer.c
-   M /trunk/plugins/opcua/opcua_complextypeparser.c
-   M /trunk/plugins/opcua/opcua_security_layer.c
-   A /trunk/plugins/opcua/plugin.rc.in
-
-from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):
-I updated the files for the build process to fit the current wireshark
-version.
-I don't know much about it so a just copied the missing parts from
-another module.
-I'm not sure of it's right, so please have a look at it.
-
-Modifications:
-* added plugin.rc.in
-* added moduleinfo.nmake
-* updated Makefile.am/nmake/common
-* removed unused variable from opcua_application_layer.c
-* fixed unused parameter warning in opcua.c
-
-I tested it on Windows with VC6 and on Gentoo linux with gcc 3.4.6.
-------------------------------------------------------------------------
-r21803 | kukosa | 2007-05-16 06:41:54 -0700 (Wed, 16 May 2007) | 1 line
-Changed paths:
-   M /trunk/asn1/rnsap/RNSAP-CommonDataTypes.asn
-   M /trunk/asn1/rnsap/RNSAP-Constants.asn
-   M /trunk/asn1/rnsap/RNSAP-Containers.asn
-   M /trunk/asn1/rnsap/RNSAP-IEs.asn
-   M /trunk/asn1/rnsap/RNSAP-PDU-Contents.asn
-   M /trunk/asn1/rnsap/RNSAP-PDU-Descriptions.asn
-   M /trunk/asn1/rnsap/rnsap.cnf
-   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/prefs.c
 
-RNSAP updated to V7.4.0 (2007-03)
+Avoid signed/unsigned comparison
 ------------------------------------------------------------------------
-r21804 | martinm | 2007-05-16 07:24:13 -0700 (Wed, 16 May 2007) | 2 lines
+r29522 | krj | 2009-08-23 05:16:10 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
 
-Allow Via sigcomp-id parameter name to be matched properly.
+Custom columnfication:
+
+* Deprecate COL_FR_DLCI (Frame Relay DLCI). Use fr.dlci
 
 ------------------------------------------------------------------------
-r21805 | lego | 2007-05-16 10:35:07 -0700 (Wed, 16 May 2007) | 3 lines
+r29523 | krj | 2009-08-23 05:24:14 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
 
-Terminate the strings of the various parts and advance the write pointer.
+Custom columnfication:
 
+* Deprecate COL_REL_CONV_TIME (Relative time (conversation)). Use tcp.time_relative
 
 ------------------------------------------------------------------------
-r21806 | gerald | 2007-05-16 11:46:29 -0700 (Wed, 16 May 2007) | 2 lines
+r29524 | krj | 2009-08-23 05:30:48 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/COPYING
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columnfication:
 
-Update the summary at the top of the license text.
+* Deprecate COL_DELTA_CONV_TIME (Delta time (conversation)). Use tcp.time_delta
 
 ------------------------------------------------------------------------
-r21807 | sfisher | 2007-05-16 13:19:30 -0700 (Wed, 16 May 2007) | 5 lines
+r29525 | gerald | 2009-08-23 08:03:28 -0700 (Sun, 23 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-
-
-Fix bug #1600: Merge feature from File menu does'nt do what it should
-(append vs prepend)
-
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-08-23]
 ------------------------------------------------------------------------
-r21808 | sfisher | 2007-05-16 14:45:02 -0700 (Wed, 16 May 2007) | 5 lines
+r29528 | jake | 2009-08-23 10:18:29 -0700 (Sun, 23 Aug 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
-
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-Fix bug #1548: call of "Protocol Preferences" results in GTK error msg
-at the command line
+From Ivan Sy:
+Per RFC 3810 - Multicast Listener Discovery Version 2 (MLDv2) for IPv6,
+Add Number of Sources. Also to show Record Type's numeric value and not 
+just its equivalent.
 
+Cleaned up presentation and included record number as well.
 
 ------------------------------------------------------------------------
-r21809 | sahlberg | 2007-05-16 18:19:26 -0700 (Wed, 16 May 2007) | 3 lines
+r29529 | krj | 2009-08-23 11:13:03 -0700 (Sun, 23 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.h
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
 
-add a new dos error code
+From Didier gautheron via bug 3929:
 
+* Don't use g_string_chunk_clear(). It is only defined if GLib >= 2.14
 
-------------------------------------------------------------------------
-r21810 | wmeier | 2007-05-16 18:41:47 -0700 (Wed, 16 May 2007) | 2 lines
-Changed paths:
-   M /trunk/capture.c
+From me:
 
-Minor fix: For "wireshark -Q ..." show "no packets captured" popup only when valid.
+* Whitespace fixes
 
 ------------------------------------------------------------------------
-r21811 | wmeier | 2007-05-16 19:43:38 -0700 (Wed, 16 May 2007) | 2 lines
+r29530 | krj | 2009-08-23 11:32:29 -0700 (Sun, 23 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
-
-Try this again (with a longer timeout and more diagnostic info)
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/gtk/expert_comp_dlg.c
+   M /trunk/gtk/expert_dlg.c
 
-------------------------------------------------------------------------
-r21812 | standel | 2007-05-17 07:36:32 -0700 (Thu, 17 May 2007) | 2 lines
-Changed paths:
-   M /trunk/epan/asn1.c
+From Didier gautheron via bug 3929:
 
-include string.h to import memcpy and memset functions signatures
+* Expert Info / Expert Info Composite requires a full protocol tree.
+* Delay tree NULL pointer check in bootp dissector
 
 ------------------------------------------------------------------------
-r21813 | standel | 2007-05-17 10:08:11 -0700 (Thu, 17 May 2007) | 6 lines
+r29531 | jake | 2009-08-23 12:16:35 -0700 (Sun, 23 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/Makefile.nmake
-
-Since code generated by lex may trigger gcc warnings, we are now generating two
-libraries. A single library is generated with the lex code without the barrier
-"stop on warning". Another library is generated from the remaining source
-files with the "stop on warning" barrier.
-
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
 
+From kahou:
+Add Fibre Channel Delimiter Dissector for Fibre Channel FC2.
 ------------------------------------------------------------------------
-r21814 | gerald | 2007-05-17 10:14:39 -0700 (Thu, 17 May 2007) | 3 lines
+r29532 | wmeier | 2009-08-23 16:52:40 -0700 (Sun, 23 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-Try WEP decryption before WPA.  This keeps us from returning
-prematurely if we have an IBSS frame.
+Rework code slightly to prevent a GCC 'strict-aliasing' warning.
 
 ------------------------------------------------------------------------
-r21815 | gerald | 2007-05-17 10:15:51 -0700 (Thu, 17 May 2007) | 4 lines
+r29533 | stig | 2009-08-24 01:00:39 -0700 (Mon, 24 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
 
-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.
+From Ivan Sy via bug 3931:
+Added ND Proxy Flag for IPv6 RA flag.
 
 ------------------------------------------------------------------------
-r21816 | gerald | 2007-05-17 10:38:11 -0700 (Thu, 17 May 2007) | 4 lines
+r29534 | kukosa | 2009-08-24 02:05:15 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/packet_list.c
-
-Queue a redraw event in packet_list_clear().  This seems to fix the
-incorrect redraw behavior when the packet list length is less than the
-widget height.
+   M /trunk/asn1/h450-ros/packet-h450-ros-template.c
+   M /trunk/asn1/q932-ros/packet-q932-ros-template.c
+   M /trunk/asn1/ros/ros-err.cnf
+   M /trunk/asn1/ros/ros-inv.cnf
+   M /trunk/asn1/ros/ros-res.cnf
+   M /trunk/epan/dissectors/packet-h450-ros.c
+   M /trunk/epan/dissectors/packet-q932-ros.c
 
+Expert info for undecoded Q.932 and H.450 operations
 ------------------------------------------------------------------------
-r21817 | standel | 2007-05-17 11:02:22 -0700 (Thu, 17 May 2007) | 6 lines
+r29535 | etxrab | 2009-08-24 02:05:23 -0700 (Mon, 24 Aug 2009) | 14 lines
 Changed paths:
-   M /trunk/wiretap/Makefile.am
-   M /trunk/wiretap/Makefile.common
+   M /trunk/epan/dissectors/packet-tcp.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". An other library is generated from the remaining source
-files with the "stop on warning" barrier.
 
+From: : " Michael"
 
-------------------------------------------------------------------------
-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
+packet-tcp marks a row as unwritable if there is more
+than 1 PDU in a packet to prevent overwriting of the
+protocol column.
 
-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.
+However this breaks the proto,colinfo tap which checks
+rows are writable or dies EVEN if it doesn't alter anything.
 
-Update the release notes.
+Suggested patch attached to restore the initial value
+after all PDUs have been processed.
 
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3675
 ------------------------------------------------------------------------
-r21819 | standel | 2007-05-17 13:03:23 -0700 (Thu, 17 May 2007) | 2 lines
+r29536 | etxrab | 2009-08-24 02:29:05 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.common
-
-uat_load.c is moved to generated files
+   M /trunk/epan/dissectors/packet-tcp.c
 
+packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in this function
 ------------------------------------------------------------------------
-r21820 | standel | 2007-05-17 17:00:10 -0700 (Thu, 17 May 2007) | 2 lines
+r29537 | wmeier | 2009-08-24 07:30:55 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/Makefile.am
-   M /trunk/wiretap/Makefile.common
+   M /trunk/gtk/sctp_stat.c
 
-include generator sources in EXTRA_DIST
+Rework code slightly to prevent a GCC 'breaking strict-aliasing rules' warning
 
 ------------------------------------------------------------------------
-r21821 | standel | 2007-05-17 17:04:58 -0700 (Thu, 17 May 2007) | 2 lines
+r29538 | wmeier | 2009-08-24 08:17:58 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-temporarily disable cast-align warnings
+Remove unneeded #includes; Clean up indentation; Comment a few "closing braces".
 
 ------------------------------------------------------------------------
-r21822 | standel | 2007-05-17 17:15:31 -0700 (Thu, 17 May 2007) | 2 lines
+r29539 | etxrab | 2009-08-24 09:11:00 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/configure.in
-
-typo fix
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/expert_dlg.h
 
+Use list_store isf deprecated clist.
+Try to optimize expert_comp_table.
 ------------------------------------------------------------------------
-r21823 | sahlberg | 2007-05-17 22:25:31 -0700 (Thu, 17 May 2007) | 4 lines
+r29540 | guy | 2009-08-24 11:20:20 -0700 (Mon, 24 Aug 2009) | 5 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
-
+   M /trunk/gtk/expert_dlg.c
 
-------------------------------------------------------------------------
-r21824 | kukosa | 2007-05-18 05:48:28 -0700 (Fri, 18 May 2007) | 3 lines
-Changed paths:
-   M /trunk/tools/asn2wrs.py
+We no longer need the "ascending arrow" and "descending arrow" images
+for clists, as we're not using a clist.
 
-- 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
+Clean up white space, and use C89 comments rather than C99/C++ comments.
 
-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
+r29541 | etxrab | 2009-08-24 11:45:01 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.common
-
-include dtd_parse.h in the distribution
+   M /trunk/gtk/color_utils.c
+   M /trunk/gtk/color_utils.h
 
+Use our own version of gdk_color_to_string if GTK < 2.12
 ------------------------------------------------------------------------
-r21827 | etxrab | 2007-05-18 08:11:48 -0700 (Fri, 18 May 2007) | 2 lines
+r29542 | etxrab | 2009-08-24 13:33:49 -0700 (Mon, 24 Aug 2009) | 3 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
+   M /trunk/gtk/expert_comp_table.c
 
-Latest ASN1 files to be used later when the RANAP dissector is regenerated with
-the latest asn2wrs facillities.
+From Didier Gautheron:
+Speed up expert info composite.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3935
 ------------------------------------------------------------------------
-r21828 | etxrab | 2007-05-18 09:46:35 -0700 (Fri, 18 May 2007) | 2 lines
+r29543 | etxrab | 2009-08-24 13:54:25 -0700 (Mon, 24 Aug 2009) | 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().
+Make it possible to use bssgp.tlli as custom column.
+Remove COL_BSSGP_TLLI and CHECK_COL.
 ------------------------------------------------------------------------
-r21829 | martinm | 2007-05-18 10:25:26 -0700 (Fri, 18 May 2007) | 3 lines
+r29544 | guy | 2009-08-24 14:38:57 -0700 (Mon, 24 Aug 2009) | 2 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
+   M /trunk/gtk/color_utils.h
 
-------------------------------------------------------------------------
-r21830 | etxrab | 2007-05-18 11:14:09 -0700 (Fri, 18 May 2007) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
+Fix typo.
 
-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
+r29545 | guy | 2009-08-24 18:01:55 -0700 (Mon, 24 Aug 2009) | 2 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:
+   M /trunk/gtk/color_utils.c
 
-  - 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.
+Fix another typo.
 
 ------------------------------------------------------------------------
-r21832 | guy | 2007-05-18 20:45:39 -0700 (Fri, 18 May 2007) | 5 lines
+r29546 | etxrab | 2009-08-24 22:42:14 -0700 (Mon, 24 Aug 2009) | 3 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.
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
 
+ Custom columnfication:
+ * Deprecate COL_BSSGP_TLLI (GPRS BSSGP IE TLLI). Use bssgp.tlli
 ------------------------------------------------------------------------
-r21833 | jake | 2007-05-19 03:59:44 -0700 (Sat, 19 May 2007) | 2 lines
+r29547 | guy | 2009-08-24 23:11:57 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/epan/column.c
 
-Get the build going.
+Note in dlist[] that COL_BSSGP_TLLI is deprecated.
 
 ------------------------------------------------------------------------
-r21834 | standel | 2007-05-19 11:33:44 -0700 (Sat, 19 May 2007) | 2 lines
+r29548 | martinm | 2009-08-25 04:01:51 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-distclean fix (delete dtd_grammar.h)
+Show CRC errors for RARs.
 
 ------------------------------------------------------------------------
-r21835 | standel | 2007-05-19 11:38:45 -0700 (Sat, 19 May 2007) | 4 lines
+r29549 | etxrab | 2009-08-25 10:22:32 -0700 (Tue, 25 Aug 2009) | 5 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. 
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
+From Mike Morrin:
+Minor errors in gsm rr dissectors
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3889
 
+Modified accoring to comments from Pascal Quantin(I hope I got it right).
 ------------------------------------------------------------------------
-r21836 | standel | 2007-05-19 11:42:58 -0700 (Sat, 19 May 2007) | 2 lines
+r29550 | gerald | 2009-08-25 10:55:55 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/configure.in
+   M /trunk/tools/make-dissector-reg.py
 
-typo fix
+Add more information to the comments at the top of the files we generate.
 
 ------------------------------------------------------------------------
-r21837 | guy | 2007-05-19 14:22:05 -0700 (Sat, 19 May 2007) | 7 lines
+r29551 | etxrab | 2009-08-25 14:10:35 -0700 (Tue, 25 Aug 2009) | 6 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.
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
-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.)
+From Didier Gautheron:
+move custom col set from  proto_tree_set_xxx() to
+epan_dissect_fill_in_columns().
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3930
 
+I'v added the new functions to the .h files.
 ------------------------------------------------------------------------
-r21838 | guy | 2007-05-19 15:00:09 -0700 (Sat, 19 May 2007) | 8 lines
+r29552 | wmeier | 2009-08-25 14:54:12 -0700 (Tue, 25 Aug 2009) | 3 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.
+   M /trunk/epan/dissectors/packet-tpncp.c
 
-#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.
+Init two struct members so gcc 4.1.4 doesn't complain about "may be used uninitialized";
+Also: use gboolean for a true/false variable.
 
 ------------------------------------------------------------------------
-r21839 | guy | 2007-05-19 15:33:42 -0700 (Sat, 19 May 2007) | 4 lines
+r29553 | martinm | 2009-08-25 16:01:03 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-slimp3.c
+   M /trunk/epan/proto.h
 
-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).
+Add missing semicolon.
 
 ------------------------------------------------------------------------
-r21840 | jmayer | 2007-05-20 07:40:45 -0700 (Sun, 20 May 2007) | 3 lines
+r29554 | wmeier | 2009-08-25 16:03:10 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/configure.in
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-Fix a typo to make compiling with extra-gcc flags disable compiling with
-errors.
+Rework code slightly to prevent several GCC "breaking strict-aliasing rules" warnings
 
 ------------------------------------------------------------------------
-r21841 | etxrab | 2007-05-20 12:55:34 -0700 (Sun, 20 May 2007) | 1 line
+r29555 | wmeier | 2009-08-25 19:06:39 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/config.nmake
+   M /trunk/epan/column-utils.h
+
+Add missing prototype ....
 
-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
+r29556 | etxrab | 2009-08-25 21:36:14 -0700 (Tue, 25 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/MAP-ExtensionDataTypes.asn
-   M /trunk/asn1/gsmmap/MAP-LCS-DataTypes.asn
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-Add Id.
+From swapnil:
+Bug in Traffic Aggregate Description (TAD) IE in Packet-gtpv2.c fixed.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3940
 ------------------------------------------------------------------------
-r21843 | jmayer | 2007-05-20 13:26:17 -0700 (Sun, 20 May 2007) | 16 lines
+r29557 | etxrab | 2009-08-25 21:37:08 -0700 (Tue, 25 Aug 2009) | 1 line
 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
+   M /trunk/gtk/expert_comp_dlg.c
 
+Make it possible to close and reactivate the window.
 ------------------------------------------------------------------------
-r21844 | jmayer | 2007-05-20 13:41:48 -0700 (Sun, 20 May 2007) | 5 lines
+r29558 | etxrab | 2009-08-25 22:10:12 -0700 (Tue, 25 Aug 2009) | 3 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)
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
 
+From  dragonlinux:
+Add QNX OS VER 6's qnet ethernet protocol number.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3934
 ------------------------------------------------------------------------
-r21845 | etxrab | 2007-05-20 14:19:48 -0700 (Sun, 20 May 2007) | 4 lines
+r29559 | krj | 2009-08-25 23:54:48 -0700 (Tue, 25 Aug 2009) | 1 line
 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.
+   M /trunk/config.nmake
 
-TCAP ad Id and update makefiles.
+win-iconv is statically linked as part of Glib >= 2.14.5, so remove it from config.nmake
 ------------------------------------------------------------------------
-r21846 | gerald | 2007-05-20 15:32:14 -0700 (Sun, 20 May 2007) | 3 lines
+r29560 | krj | 2009-08-26 00:05:50 -0700 (Wed, 26 Aug 2009) | 1 line
 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.
-
+Reorder so that mandatory requirements appear in succession
 ------------------------------------------------------------------------
-r21847 | gerald | 2007-05-20 15:40:35 -0700 (Sun, 20 May 2007) | 3 lines
+r29561 | stig | 2009-08-26 00:26:17 -0700 (Wed, 26 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/crypt/airpdcap.c
-   M /trunk/epan/crypt/airpdcap_int.h
-   M /trunk/epan/crypt/airpdcap_wep.c
+   M /trunk/epan/dissectors/packet-radius.c
 
-The fix for ad-hoc WEP decryption in r21814 broke WPA.  Replace it with
-a better fix.  Clean up whitespace while we're at it.
+From Thierry Andry via bug 3941:
+Added preference to set radius request TTL.
 
 ------------------------------------------------------------------------
-r21848 | wmeier | 2007-05-20 17:41:58 -0700 (Sun, 20 May 2007) | 2 lines
+r29562 | martinm | 2009-08-26 02:13:14 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-Alter slightly so compile/link with airpcap works again....
+Make UL grant size a (generated) field of its own (for easier use as a custom column or IO graph filter).
 
 ------------------------------------------------------------------------
-r21849 | guy | 2007-05-20 18:51:38 -0700 (Sun, 20 May 2007) | 2 lines
+r29563 | wmeier | 2009-08-26 06:58:17 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/Makefile.am
+   M /trunk/gtk/rtp_stream.h
 
-Reflect the name change of the .asn file.
+Fix some indentation
 
 ------------------------------------------------------------------------
-r21850 | sahlberg | 2007-05-20 19:12:19 -0700 (Sun, 20 May 2007) | 3 lines
+r29564 | kukosa | 2009-08-26 08:10:31 -0700 (Wed, 26 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/wtap-plugins.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/libwireshark.def
 
-workaroung a warning for const that prevents gtk1 builds
+export t38_add_address, prefer destination port for T.38 conversation searching
+------------------------------------------------------------------------
+r29565 | wmeier | 2009-08-26 09:39:34 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/doc/README.developer
 
+From dragonlinux AT gmail.com: Fix incorrect location of a right brace;
 
 ------------------------------------------------------------------------
-r21851 | sahlberg | 2007-05-20 19:13:21 -0700 (Sun, 20 May 2007) | 3 lines
+r29566 | etxrab | 2009-08-26 10:26:26 -0700 (Wed, 26 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/wtap-plugins.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_comp_table.h
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/main_proto_draw.h
 
-make the workaround use static so it wont dissapear when the frame ends
+From Didier Gautheron:
+expert info clean up,
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3948
+------------------------------------------------------------------------
+r29567 | guy | 2009-08-26 12:17:25 -0700 (Wed, 26 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
 
+Note that we might want to look at some other themes, to see if any are
+more like OS X (especially more like Leopard).
 
 ------------------------------------------------------------------------
-r21852 | sahlberg | 2007-05-20 19:32:54 -0700 (Sun, 20 May 2007) | 4 lines
+r29568 | wmeier | 2009-08-26 12:27:49 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
+   M /trunk/capture.c
+   M /trunk/color_filters.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-kismet.c
+   M /trunk/epan/dissectors/packet-ldss.c
+   M /trunk/epan/dissectors/packet-memcache.c
+   M /trunk/epan/dissectors/packet-mgcp.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-pop.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-rlogin.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-ssh.c
+   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftype-double.c
+   M /trunk/epan/ftypes/ftype-integer.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/plugins.c
    M /trunk/epan/prefs.c
+   M /trunk/epan/req_resp_hdrs.c
+   M /trunk/fileset.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/packet-range.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/tap-rtp-common.c
 
-add workaround so that gtk1 compiles again thanks to stupid const mismatch between 
-gtk versions  and warnings treaded as errors
-
+(FWIW) One step towards including stdio.h & stdlib.h only when req'd.
 
 ------------------------------------------------------------------------
-r21853 | sahlberg | 2007-05-20 19:36:33 -0700 (Sun, 20 May 2007) | 3 lines
+r29569 | wmeier | 2009-08-26 12:28:20 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/proto.c
-
-make proto.c compile again after the recent changes
+   M /trunk/wiretap/wtap.h
 
+#include <stdio.h> no longer req'd.
 
 ------------------------------------------------------------------------
-r21854 | sahlberg | 2007-05-20 19:38:19 -0700 (Sun, 20 May 2007) | 3 lines
+r29570 | wmeier | 2009-08-26 12:30:44 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/strutil.c
-
-make gtk1 compile again
+   M /trunk/epan/dissectors/packet-ipsec.c
 
+Reformat some long lines for readability....
 
 ------------------------------------------------------------------------
-r21855 | sahlberg | 2007-05-20 20:07:25 -0700 (Sun, 20 May 2007) | 4 lines
+r29571 | guy | 2009-08-26 12:58:23 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-there wre two fields in smb for filenames with the same display filer string.
-rename one of them to a different name so filtering works reliably
+   M /trunk/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
 
+Add another theme candidate.
 
 ------------------------------------------------------------------------
-r21856 | sahlberg | 2007-05-20 20:44:49 -0700 (Sun, 20 May 2007) | 9 lines
+r29572 | martinm | 2009-08-26 15:31:06 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-
-track FIDs on a per transaction (request+response) basis and make sure the FID is printed 
-in both packets of a transaction.
-
-this makes filters such as "smb.file==foo.txt" work much better since they now show both 
-the read/write request and also the response packets.
-this is similar to what we already do in nfs for filehandles
-
+   M /trunk/epan/column-utils.c
 
+Show correct time value for "Time since previous displayed frame".
 
 ------------------------------------------------------------------------
-r21857 | sahlberg | 2007-05-20 23:49:18 -0700 (Sun, 20 May 2007) | 4 lines
+r29573 | wmeier | 2009-08-26 15:45:07 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-since we now have a generic "track fid for transactions" we no longer need to do this 
-explicitely in the read/write functions
+   M /trunk/gtk/about_dlg.c
 
+Keep Solaris buildbot happy ....
 
 ------------------------------------------------------------------------
-r21858 | sahlberg | 2007-05-21 00:17:36 -0700 (Mon, 21 May 2007) | 4 lines
+r29574 | gerald | 2009-08-26 16:16:37 -0700 (Wed, 26 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/dumpcap.c
+   M /trunk/packaging/nsis/wireshark.nsi
 
-add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a failed read/write 
-what offset/length was requested
+Add a compile-time option to use a separate thread for reading from
+pipes. Enable this by default on Windows. Remove code that tried to
+use WaitForSingleObject on a pipe (which Windows doesn't support). Use
+native file handles and system calls on Windows (which fixes a problem
+with partial reads I ran into during testing).
 
+This should fix bug 1759.
 
 ------------------------------------------------------------------------
-r21859 | sahlberg | 2007-05-21 03:16:21 -0700 (Mon, 21 May 2007) | 4 lines
+r29575 | wmeier | 2009-08-26 16:24:22 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-from metze
-improved handling of smb2 errors
+   M /trunk/gtk/about_dlg.c
+   M /trunk/print.h
 
+Add #include <stdio.h> to print.h; Undo the previous change to about_dlg.c
 
 ------------------------------------------------------------------------
-r21860 | sahlberg | 2007-05-21 03:19:29 -0700 (Mon, 21 May 2007) | 3 lines
+r29576 | wmeier | 2009-08-26 19:53:13 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-additional smb2 fixes from metze
+   M /trunk/dumpcap.c
+   M /trunk/epan/prefs-int.h
+   M /trunk/gtk/main.c
 
+Add #include <stdio.h> in a few places for Solaris
 
 ------------------------------------------------------------------------
-r21861 | jmayer | 2007-05-21 09:02:31 -0700 (Mon, 21 May 2007) | 1 line
+r29577 | wmeier | 2009-08-26 20:54:57 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/Makefile.am
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/cfilter_combo_utils.c
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/main_filter_toolbar.c
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/rtp_analysis.c
+
+Add #include <stdio.h> in a few more places for Solaris.
 
-Hack to fix out of tree builds
 ------------------------------------------------------------------------
-r21862 | jmayer | 2007-05-21 09:16:18 -0700 (Mon, 21 May 2007) | 3 lines
+r29578 | wmeier | 2009-08-26 21:47:28 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/airopeek9.c
-   M /trunk/wiretap/catapult_dct2000.c
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/compare_stat.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/mcast_stream.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/scsi_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
 
-Fix some (incorrect but unforseeable)
-"might be used uninitialized" warnings.
+Add #include <stdio.h> in a few more places ....
 
 ------------------------------------------------------------------------
-r21863 | jmayer | 2007-05-21 09:36:21 -0700 (Mon, 21 May 2007) | 1 line
+r29579 | wmeier | 2009-08-26 22:04:05 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/make-taps.pl
+   M /trunk/gtk/funnel_stat.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
+Add #include <stdio.h>
 
-Make files more generic.
 ------------------------------------------------------------------------
-r21865 | jmayer | 2007-05-21 12:43:17 -0700 (Mon, 21 May 2007) | 1 line
+r29580 | krj | 2009-08-26 22:04:29 -0700 (Wed, 26 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/follow.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/Makefile.nmake
+   M /trunk/packaging/nsis/Makefile.nmake
 
-put fwrite and fread into DISSECTOR_ASSERT in order to use the result
+Windows: remove all references to ICONV_DIR, because we use the statically linked win-iconv instead
 ------------------------------------------------------------------------
-r21866 | guy | 2007-05-21 13:31:45 -0700 (Mon, 21 May 2007) | 13 lines
+r29581 | wmeier | 2009-08-26 22:17:40 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/dftest.c
-   M /trunk/epan/filesystem.c
-   M /trunk/gtk/main.c
-   M /trunk/tshark.c
-
-Have init_progfile_dir() also check whether
-WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set and, if so and we weren't run
-with special privileges, set the running_in_build_directory_flag.  Have
-it do the same if it finds ".libs" in the pathname of the program and we
-weren't run with special privileges, as that means it was probably run
-from the libtool wrapper script and presumably thus isn't an installed
-binary.
+   M /trunk/gtk/supported_protos_dlg.c
 
-This means that get_credential_info() has to be called before
-init_progfile_dir().
-
-Clean up some indentation.
+Add #include <stdio.h>
 
 ------------------------------------------------------------------------
-r21867 | sfisher | 2007-05-21 13:41:05 -0700 (Mon, 21 May 2007) | 6 lines
+r29582 | etxrab | 2009-08-26 22:34:06 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/nstime.c
-   M /trunk/epan/nstime.h
-   M /trunk/file.c
-   M /trunk/tshark.c
-
-
-From Sake Blok:
-
-Fix for bug #1056
-
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
 
+Don't copy const strings, store the pointer in the list store instead,
+saves memory.
 ------------------------------------------------------------------------
-r21868 | gerald | 2007-05-21 15:40:13 -0700 (Mon, 21 May 2007) | 2 lines
+r29583 | etxrab | 2009-08-26 23:57:53 -0700 (Wed, 26 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors
-
-Add jEdit mark files svn:ignore.
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
 
+make the columns sortable.
 ------------------------------------------------------------------------
-r21869 | sahlberg | 2007-05-21 16:50:18 -0700 (Mon, 21 May 2007) | 3 lines
+r29584 | stig | 2009-08-27 04:58:03 -0700 (Thu, 27 Aug 2009) | 2 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
+   M /trunk/gtk/wlan_stat_dlg.c
 
+Remove the three dots in the menu item.
 
 ------------------------------------------------------------------------
-r21870 | guy | 2007-05-21 17:00:09 -0700 (Mon, 21 May 2007) | 4 lines
+r29585 | krj | 2009-08-27 08:32:57 -0700 (Thu, 27 Aug 2009) | 1 line
 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.
+   M /trunk/CMakeLists.txt
 
+Move configure checks to ConfigureChecks.cmake
 ------------------------------------------------------------------------
-r21871 | sfisher | 2007-05-21 17:14:39 -0700 (Mon, 21 May 2007) | 1 line
+r29586 | krj | 2009-08-27 08:35:33 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   A /trunk/ConfigureChecks.cmake
 
-Add new functions from SVN revision 21867 to libwireshark.def to get Windows builds going again
+Add ConfigureChecks.cmake
 ------------------------------------------------------------------------
-r21872 | sfisher | 2007-05-21 17:33:46 -0700 (Mon, 21 May 2007) | 1 line
+r29587 | gerald | 2009-08-27 08:46:53 -0700 (Thu, 27 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/win32-file-dlg.c
+   M /trunk/dumpcap.c
+
+Check for INVALID_HANDLE_VALUE instead of NULL on Windows. This keeps
+us from feeding a NULL pointer to pcap_compile if we can't open our
+pipe. Fix up a couple of error messages.
 
-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
+r29588 | krj | 2009-08-27 08:55:58 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-
-add the disposition to the data we store for how a fid is opened
-
+   M /trunk/CMakeLists.txt
 
+Remove zlib from the set of mandatory packages (it isn't)
 ------------------------------------------------------------------------
-r21874 | sahlberg | 2007-05-21 18:42:56 -0700 (Mon, 21 May 2007) | 4 lines
+r29589 | krj | 2009-08-27 09:11:16 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-add the level of interest   to the dissection of QUERY_PATH_INFO/QUERY_FILE_INFO responses 
-as a generated item
-
+   M /trunk/CMakeLists.txt
 
+We require CMake >= 2.6 so we don't have to repeat the expressions in endif() + friends
 ------------------------------------------------------------------------
-r21875 | sahlberg | 2007-05-21 19:14:35 -0700 (Mon, 21 May 2007) | 3 lines
+r29590 | gerald | 2009-08-27 16:55:48 -0700 (Thu, 27 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-show the QUERY_FS_INFO level as a generated item in the response packet
+   M /trunk/dumpcap.c
 
+Properly set our file descriptor when we're capturing from a pipe on
+non-Windows systems.
 
 ------------------------------------------------------------------------
-r21876 | guy | 2007-05-21 19:21:01 -0700 (Mon, 21 May 2007) | 15 lines
+r29591 | etxrab | 2009-08-27 22:17:14 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/layout_prefs.c
-   M /trunk/ui_util.h
-
-Don't explicitly set the main window name unless you're changing the
-state to "no packets", "file open", or "live capture in progress".
-
-Instead, to update the main window title when the user-specified prefix
-for the title changes:
-
-       save the un-decorated title as a data value attached to the main
-       window in set_main_window_name();
-
-       have a new routine to update the title, which fetches the
-       un-decorated title, decorates it, and sets the title to the
-       decorated value.
-
-This fixes bug 1608.
+   M /trunk/dumpcap.c
 
+Make the windows build compile.
 ------------------------------------------------------------------------
-r21877 | wmeier | 2007-05-21 19:25:37 -0700 (Mon, 21 May 2007) | 2 lines
+r29592 | etxrab | 2009-08-27 22:19:52 -0700 (Thu, 27 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/main_statusbar.c
 
-add empty_tcp_stream
+Compute the loading time and show it in the main status bar.
+(Modified code from Didier Gautheron).
+------------------------------------------------------------------------
+r29593 | etxrab | 2009-08-27 23:21:16 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
 
+Use GTK+ 2.16.5 and Glib 2.20.4.
 ------------------------------------------------------------------------
-r21878 | sahlberg | 2007-05-21 19:55:14 -0700 (Mon, 21 May 2007) | 3 lines
+r29594 | jmayer | 2009-08-28 02:38:34 -0700 (Fri, 28 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kingfisher.c
+   M /trunk/epan/proto.c
 
-fix an incorrect shift
+After asking on the list and receiving no feedback, I'll
+just commit this:
 
+Change the checks for type FT_IPv6 to no longer require
+a lenght of exaclty 16 bytes, but something between
+0 and 16 bytes. That way, we can filter on prefixes
+that do not provide the whole length of 16 bytes.
 
 ------------------------------------------------------------------------
-r21879 | standel | 2007-05-21 20:30:28 -0700 (Mon, 21 May 2007) | 2 lines
+r29595 | wmeier | 2009-08-28 06:52:52 -0700 (Fri, 28 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
 
-fix gcc 4.2 warnings (qualifier type)
+Validate a function parameter
 
 ------------------------------------------------------------------------
-r21880 | sahlberg | 2007-05-21 20:33:51 -0700 (Mon, 21 May 2007) | 6 lines
+r29596 | krj | 2009-08-28 08:59:20 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-
-remember the object name from a QUERY_PATH_INFO and show it as a 
-generated item in the response.
-
-also show the infolevel in the response as a generated item
-
+   M /trunk/config.nmake
 
+Indicate where the some of the macros are used
 ------------------------------------------------------------------------
-r21881 | sahlberg | 2007-05-21 20:55:54 -0700 (Mon, 21 May 2007) | 4 lines
+r29597 | gerald | 2009-08-28 09:08:27 -0700 (Fri, 28 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-improve FIND_FIRST2 useability in the same way as in the previous 
-patches
+   M /trunk/doc/tshark.pod
 
+Add an example for generating CSV output.
 
 ------------------------------------------------------------------------
-r21882 | guy | 2007-05-22 00:21:12 -0700 (Tue, 22 May 2007) | 15 lines
+r29598 | wmeier | 2009-08-28 09:36:24 -0700 (Fri, 28 Aug 2009) | 3 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.
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Use LIBWIRESHARK_DISTCLEAN_GENERATED_SRC and
-LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC in epan/Makefile.nmake.
+Don't coerce a possibly unaligned ptr to a (guint32 *);
+Also: Calculate the same template hash whether on a LE or BE machine.
 
 ------------------------------------------------------------------------
-r21883 | guy | 2007-05-22 00:52:11 -0700 (Tue, 22 May 2007) | 11 lines
+r29599 | wmeier | 2009-08-28 09:52:05 -0700 (Fri, 28 Aug 2009) | 2 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.
+   M /trunk/epan/dissectors/packet-dcm.c
 
-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.
+Fix possible memmove with a NULL poiunter.
 
 ------------------------------------------------------------------------
-r21884 | jmayer | 2007-05-22 06:16:36 -0700 (Tue, 22 May 2007) | 3 lines
+r29600 | wmeier | 2009-08-28 11:37:53 -0700 (Fri, 28 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/packaging/svr4/checkinstall.in
+   M /trunk/epan/dissectors/packet-ipmi-transport.c
 
-Make sure we compare against something ("") in case
-GTK_CONFIG is empty.
+Fix if test in fcn rs11():
+return if either (as opposed to both) of the required sparameters is not present;
+(Found by clang scan-build).
 
 ------------------------------------------------------------------------
-r21885 | jmayer | 2007-05-22 06:17:24 -0700 (Tue, 22 May 2007) | 5 lines
+r29601 | wmeier | 2009-08-28 12:15:43 -0700 (Fri, 28 Aug 2009) | 3 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:
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
-opcua: warning: function declaration isn't a prototype
-rest: comma at end of enumerator
+Fix code which could access uninitialized variables and display incorrect text in COL_INFO.
+(Found by clang scan-build).
 
 ------------------------------------------------------------------------
-r21886 | standel | 2007-05-22 06:47:45 -0700 (Tue, 22 May 2007) | 3 lines
+r29602 | etxrab | 2009-08-28 14:34:59 -0700 (Fri, 28 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-nb_rtpmux.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-revert changes of r21879 which fix gcc bugs. These changes was from mipv4
-improvements patch.
+From   Neil Piercy:
+Add new protocol for 3GPP 29.414 (Nb interface RTP Mux).
 
+- Don't use C++-style comments (comments beginning with "//")
+- Don't declare variables in the middle of executable code; not all C
+compilers support that. 
+- Dont register preferences when none present.
+- Removed CHECK_COL
 ------------------------------------------------------------------------
-r21887 | grahamb | 2007-05-22 09:01:25 -0700 (Tue, 22 May 2007) | 1 line
+r29603 | guy | 2009-08-28 18:08:31 -0700 (Fri, 28 Aug 2009) | 13 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-nb_rtpmux.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
+Note that the "heuristic" is fatally weak, and must be strengthened or
+eliminated.
 
-Don't generate enums that end in a comma
+Fix indentation.
 
-------------------------------------------------------------------------
-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
+Use tvb_reported_length(), so we throw an exception for packets cut
+short by a snapshot length.
+
+Don't bother showing or dissecting the payload if there isn't any.
+
+Don't show an item with a zero-length payload as going to the end of the
+packet.
 
-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
+r29604 | wmeier | 2009-08-28 18:46:42 -0700 (Fri, 28 Aug 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-nb_rtpmux.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.
+Cleanup:
+- proto_reg_handoff: 'if (!inited)' not req'd;
+- Remove unneeded #includes;
+- Use NULL instead of " for 'blurbs';
+- Remove unneeded foward reference.
 
-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.
+------------------------------------------------------------------------
+r29605 | wmeier | 2009-08-28 19:22:28 -0700 (Fri, 28 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-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.
+Replace "" by NULL in blurbs; Cleanup indentation.
 
 ------------------------------------------------------------------------
-r21891 | gerald | 2007-05-22 12:05:27 -0700 (Tue, 22 May 2007) | 5 lines
+r29606 | wmeier | 2009-08-28 19:25:04 -0700 (Fri, 28 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/doc/README.packaging
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-rtp.c
+
+Replace "repeated blurb" by NULL in two cases;
+Reformat a long line.
 
-Add a note about the recent change in "--disable-wireshark" behavior to 
-the release notes.
+------------------------------------------------------------------------
+r29607 | guy | 2009-08-28 19:32:33 -0700 (Fri, 28 Aug 2009) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+Note what the 3GPP spec is for this protocol.
+
+Suggest a possible less-weak heuristic.
 
-Add a couple of updates to the packaging doc.
+Note that we're not checking the T bit and handling RTP header
+compression.
+
+At least as I read TS 29.414, the length indicator isn't supposed to be
+zero; however, a length indicator of 0 doesn't keep us from dissecting
+further, so just don't bother dissecting the payload.  We should,
+perhaps, add an expert info for this.
+
+We should perhaps also catch exceptions thrown when dissecting the RTP
+packet, so a malformed RTP packet will still let us continue dissecting
+the rest of the Nb packet.
 
 ------------------------------------------------------------------------
-r21892 | etxrab | 2007-05-22 14:13:55 -0700 (Tue, 22 May 2007) | 1 line
+r29608 | krj | 2009-08-28 21:39:59 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
-Copy paste error, actx duplicated.
+Indent comments
 ------------------------------------------------------------------------
-r21893 | etxrab | 2007-05-22 14:15:00 -0700 (Tue, 22 May 2007) | 1 line
+r29609 | krj | 2009-08-28 21:43:52 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
-Update the EXTERNAL dissection code(still unfinished).
+We need to handoff even when we don't have a tree
 ------------------------------------------------------------------------
-r21894 | tuexen | 2007-05-22 14:16:30 -0700 (Tue, 22 May 2007) | 2 lines
+r29610 | krj | 2009-08-28 21:47:28 -0700 (Fri, 28 Aug 2009) | 1 line
 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
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
-From Irene Ruengeler: Fix TSN handling in graphs.
+Use NB_RTPMUX as protocol short name
+------------------------------------------------------------------------
+r29611 | krj | 2009-08-28 22:35:50 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
 
+Remove GCC_GLIB_CFLAGS. It isn't being used
 ------------------------------------------------------------------------
-r21895 | etxrab | 2007-05-22 14:17:08 -0700 (Tue, 22 May 2007) | 1 line
+r29612 | krj | 2009-08-28 22:39:33 -0700 (Fri, 28 Aug 2009) | 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
+   M /trunk/config.nmake
 
-Regenerate dissector with -X and -T directives.
+Simplify logic wrt. GTK_INST_VERSION
 ------------------------------------------------------------------------
-r21896 | sfisher | 2007-05-22 15:55:09 -0700 (Tue, 22 May 2007) | 4 lines
+r29613 | krj | 2009-08-28 22:46:45 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/config.nmake
+
+Simplify logic wrt. PANGO_INST_VERSION
+------------------------------------------------------------------------
+r29614 | krj | 2009-08-28 23:42:23 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/capture-wpcap.c
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/epan/dfilter/syntax-tree.h
+   M /trunk/epan/ftypes/ftype-double.c
+   M /trunk/epan/proto.c
 
+Use G_STRINGIFY/G_PASTE
+------------------------------------------------------------------------
+r29615 | krj | 2009-08-29 00:53:48 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/capture-wpcap.c
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/epan/dfilter/syntax-tree.h
+   M /trunk/epan/ftypes/ftype-double.c
+   M /trunk/epan/proto.c
 
-Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455)
+Revert r29614 until I figure out why buildbot doesn't like it
+------------------------------------------------------------------------
+r29616 | krj | 2009-08-29 01:19:16 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/capture-wpcap.c
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
 
+We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIG
+------------------------------------------------------------------------
+r29617 | krj | 2009-08-29 01:44:49 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   D /trunk/cmake/modules/FindGLIB.cmake
 
+We no longer support GLib 1.x
 ------------------------------------------------------------------------
-r21897 | sahlberg | 2007-05-22 16:05:25 -0700 (Tue, 22 May 2007) | 3 lines
+r29618 | krj | 2009-08-29 02:13:28 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
+   M /trunk/CMakeLists.txt
 
-show the filename that was to be deleted in the Delete reply
+Rename build target to lowercase for consistency
+------------------------------------------------------------------------
+r29619 | wmeier | 2009-08-29 10:00:22 -0700 (Sat, 29 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/rtp_stream_dlg.c
 
+Fix potential crash due to NULL dereference.
+(Found by clang scan-build)
 
 ------------------------------------------------------------------------
-r21898 | gerald | 2007-05-22 16:06:22 -0700 (Tue, 22 May 2007) | 5 lines
+r29620 | krj | 2009-08-29 23:18:43 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/cmake/modules/FindLEX.cmake
+   M /trunk/cmake/modules/FindSED.cmake
+   M /trunk/cmake/modules/FindYACC.cmake
+
+Fix PATH typo. Should have been PATHS
+------------------------------------------------------------------------
+r29621 | krj | 2009-08-29 23:24:44 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+Add WIN32 platform sources
+------------------------------------------------------------------------
+r29622 | krj | 2009-08-30 00:09:29 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/wiretap/CMakeLists.txt
+   M /trunk/wsutil/CMakeLists.txt
 
-Don't set the focus on the display filter entry when we're passed a
-contorl- or alt-modified character.  Fixes bug 1610.
+On Windows a shared library in divided into a DLL part (RUNTIME) and an import lib (ARCHIVE).
+------------------------------------------------------------------------
+r29623 | krj | 2009-08-30 01:50:47 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
 
-Fixup whitespace.
+Find Win32 bundled packages
+------------------------------------------------------------------------
+r29624 | krj | 2009-08-30 01:51:43 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   A /trunk/cmake/modules/FindWSWIN32.cmake
 
+Add new windows cmake module finder
 ------------------------------------------------------------------------
-r21899 | sahlberg | 2007-05-22 16:12:58 -0700 (Tue, 22 May 2007) | 3 lines
+r29625 | sake | 2009-08-30 03:35:48 -0700 (Sun, 30 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/file.h
 
-show the directory name in replies to CreateDir/Checkdir and DeleteDir
+Some minor corrections in function descriptions
 
 
 ------------------------------------------------------------------------
-r21900 | guy | 2007-05-22 16:56:52 -0700 (Tue, 22 May 2007) | 3 lines
+r29626 | krj | 2009-08-30 07:12:56 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/CMakeLists.txt
 
-Put back some casts, and don't use rint() on Windows, in the hopes of
-clearing up at least some buildbot errors on Windows.
+Disable standard library deprecation when MSVC >= 2005
+------------------------------------------------------------------------
+r29627 | gerald | 2009-08-30 08:03:26 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-08-30]
 ------------------------------------------------------------------------
-r21901 | guy | 2007-05-22 17:28:59 -0700 (Tue, 22 May 2007) | 2 lines
+r29630 | krj | 2009-08-30 08:06:28 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/ConfigureChecks.cmake
 
-Put back some more missing casts.
+Add a couple of Windows header files
+------------------------------------------------------------------------
+r29631 | krj | 2009-08-30 10:09:40 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.h.win32
 
+Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS_H and HAVE_WINSOCK2_H
 ------------------------------------------------------------------------
-r21902 | guy | 2007-05-22 18:27:57 -0700 (Tue, 22 May 2007) | 2 lines
+r29632 | krj | 2009-08-30 10:23:47 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/ssl-dlg.c
+   M /trunk/config.h.win32
 
-Handle characters with the 8th bit set.
+Remove outdated comments regarding ZLIB_DLL. We don't have to define this before including zlib.h. This is automatically done if _WIN32 is defined
+------------------------------------------------------------------------
+r29633 | krj | 2009-08-30 11:30:14 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
 
+Remove superfluous config parameters
 ------------------------------------------------------------------------
-r21903 | etxrab | 2007-05-22 22:27:17 -0700 (Tue, 22 May 2007) | 1 line
+r29634 | krj | 2009-08-30 11:40:09 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/capture-pcap-util-int.h
 
-Put in some more, hopfully correct casts.
+Move config.h include to start of file
 ------------------------------------------------------------------------
-r21904 | jake | 2007-05-22 23:03:48 -0700 (Tue, 22 May 2007) | 1 line
+r29635 | krj | 2009-08-31 11:16:16 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/pppdump.c
+   M /trunk/gtk/file_dlg_win32.c
+   M /trunk/wsutil/libwsutil.def
+   M /trunk/wsutil/unicode-utils.c
+   M /trunk/wsutil/unicode-utils.h
 
-Fix for bug 1601: handle zero length packets.
+Add utf_8to16_snprintf() which creates a UTF16 string according to the given format string. The format string + arguments are expected to be in UTF-8 format. This change effectively removes the only place where we use PRIu64.
 ------------------------------------------------------------------------
-r21905 | kukosa | 2007-05-23 06:36:25 -0700 (Wed, 23 May 2007) | 1 line
+r29636 | krj | 2009-08-31 11:28:10 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
+   M /trunk/doc/README.developer
 
-support of CONTAINING constraint in OCTET STRING and BIT STRING
+We don't use PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 internally in Wireshark, so don't encourage people to use them. Use G_GINT64_FORMAT + friends instead.
 ------------------------------------------------------------------------
-r21906 | kukosa | 2007-05-23 06:42:05 -0700 (Wed, 23 May 2007) | 3 lines
+r29637 | etxrab | 2009-08-31 11:37:15 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/nbap/packet-nbap-template.c
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/tools/asn2wrs.py
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
 
-- 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'
+From Gerasimos Dimitriadis:
+DTAP decoding of Cause Diagnostics.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3968
 ------------------------------------------------------------------------
-r21907 | kukosa | 2007-05-23 07:31:12 -0700 (Wed, 23 May 2007) | 1 line
+r29638 | krj | 2009-08-31 11:38:07 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/config.h.win32
 
-fix warning
+Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
 ------------------------------------------------------------------------
-r21908 | jmayer | 2007-05-23 08:42:48 -0700 (Wed, 23 May 2007) | 1 line
+r29639 | krj | 2009-08-31 11:48:16 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/CMakeLists.txt
+   D /trunk/cmake/modules/Check64BitFormat.c.in
+   D /trunk/cmake/modules/Check64BitFormat.cmake
+   M /trunk/cmakeconfig.h.in
 
-warning fix: passing argument 2 of 'iconv' from incompatible pointer type
+CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
 ------------------------------------------------------------------------
-r21909 | grahamb | 2007-05-23 09:35:42 -0700 (Wed, 23 May 2007) | 1 line
+r29640 | krj | 2009-08-31 11:59:21 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/config.h.win32
 
-Corrected dissection of read requests when no object indexes are supplied, i.e. index field is 0
+Reorder (no functionality change)
 ------------------------------------------------------------------------
-r21910 | gerald | 2007-05-23 10:12:01 -0700 (Wed, 23 May 2007) | 2 lines
+r29641 | tuexen | 2009-08-31 12:13:50 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/gtk/menu.c
+   M /trunk/dumpcap.c
 
-Add shortcuts for expanding/collapsing the packet detail.
+Use a timeout of a second for Mac OS X, when building
+a 64-bit application. Workaround a bug in Mac OS X...
 
 ------------------------------------------------------------------------
-r21911 | kukosa | 2007-05-23 12:35:29 -0700 (Wed, 23 May 2007) | 1 line
+r29642 | etxrab | 2009-08-31 12:31:04 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/gtk/main.c
 
-small fix in duplicate type warning
+Connect F7 and F8 for new_packet_list.
 ------------------------------------------------------------------------
-r21912 | etxrab | 2007-05-23 13:49:53 -0700 (Wed, 23 May 2007) | 1 line
+r29643 | krj | 2009-08-31 12:47:50 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
-   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/Makefile.am
+   M /trunk/Makefile.common
+   M /trunk/config.h.win32
+   M /trunk/configure.in
+   M /trunk/debian/copyright
+   M /trunk/packaging/macosx/native-gtk/config.h
+   D /trunk/strcasecmp.c
 
-Put in some forgotten actx.
+Remove strcasecmp. We use g_ascii_strcasecmp exclusively
 ------------------------------------------------------------------------
-r21913 | wmeier | 2007-05-23 18:05:08 -0700 (Wed, 23 May 2007) | 2 lines
+r29644 | jmayer | 2009-08-31 15:34:25 -0700 (Mon, 31 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/gtk/proto_dlg.c
+   M /trunk/epan/dissectors/packet-ip.c
 
-Fix 'Analyze ! Enabled_Protocols' search to search on correct column.
+- Fix for bug 3965 as reported by Ivan Sy <ivan_jr@yahoo.com>
+  mDNS and LLMNR also deviate from the TTL=1 for 224.0.0.0/24
+
+- Fix two warnings about removing const by casting.
 
 ------------------------------------------------------------------------
-r21914 | guy | 2007-05-23 19:08:49 -0700 (Wed, 23 May 2007) | 4 lines
+r29645 | jmayer | 2009-08-31 16:11:52 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/cmakeconfig.h.in
 
-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.
+Add check for HAVE_MKSTEMP to make build work again on
+platforms that know about mkstemp().
 
 ------------------------------------------------------------------------
-r21915 | guy | 2007-05-23 19:10:49 -0700 (Wed, 23 May 2007) | 3 lines
+r29646 | etxrab | 2009-08-31 22:19:24 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/main_proto_draw.c
 
-Use the same workaround for the absence of rint() in MSVC++ that's used
-by the TCP graph code.
+Don't bother with a progress dialog for small Hex windows.
+------------------------------------------------------------------------
+r29647 | etxrab | 2009-09-01 00:29:16 -0700 (Tue, 01 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main_proto_draw.c
 
+Typo
 ------------------------------------------------------------------------
-r21916 | kukosa | 2007-05-24 00:19:21 -0700 (Thu, 24 May 2007) | 2 lines
+r29648 | etxrab | 2009-09-01 01:51:41 -0700 (Tue, 01 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/file.c
 
-- improvements in registering dissectors to OID table (value defined in ASN.1 can be used)
-- new #.END_OF_CNF directive
+- Read a min number if packets before checking if the progress bar should be updated.
+- Calculate the progess before checking if progress bar should be
+created or not.
+- Dont update the progress to often on small files.
+- Use data_offset rather than reading file_pos.
 ------------------------------------------------------------------------
-r21917 | guy | 2007-05-24 04:43:53 -0700 (Thu, 24 May 2007) | 6 lines
+r29649 | tuexen | 2009-09-01 03:12:27 -0700 (Tue, 01 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
 
-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.
+From Irene Ruengeler: Get rid of legacy gtk code...
 
 ------------------------------------------------------------------------
-r21918 | guy | 2007-05-24 05:00:55 -0700 (Thu, 24 May 2007) | 2 lines
+r29650 | tuexen | 2009-09-01 03:29:17 -0700 (Tue, 01 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
+   M /trunk/gtk/sctp_assoc_analyse.c
+
+Out with debug output...
 
-Back out the previous change.
 
 ------------------------------------------------------------------------
-r21919 | kukosa | 2007-05-24 05:30:38 -0700 (Thu, 24 May 2007) | 2 lines
+r29651 | martinm | 2009-09-01 04:15:24 -0700 (Tue, 01 Sep 2009) | 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
+   M /trunk/file.c
+
+Add volatile to avoid clobbered by longjmp warning.
 
-- 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
+r29652 | krj | 2009-09-01 08:54:53 -0700 (Tue, 01 Sep 2009) | 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
+   M /trunk/gtk/packet_list_store.c
 
-few BER dissectors regenerated
+Plug memleak in new_packet_list_store_clear(). Make sure that we free the pointer array segment
 ------------------------------------------------------------------------
-r21921 | kukosa | 2007-05-24 06:30:45 -0700 (Thu, 24 May 2007) | 1 line
+r29653 | krj | 2009-09-01 09:00:56 -0700 (Tue, 01 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/ulp/packet-ulp-template.c
-   M /trunk/asn1/ulp/ulp.cnf
-   M /trunk/epan/dissectors/packet-ulp.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.h
+
+We no longer store the column text in our record, so don't ever dereference the record column text pointer. In fact, remove it completely. This could cause a crash.
+
+While there, throw in a few g_assert()'s.
 
-fix rrlp subdissector calling
 ------------------------------------------------------------------------
-r21922 | wmeier | 2007-05-24 09:18:33 -0700 (Thu, 24 May 2007) | 2 lines
+r29654 | krj | 2009-09-01 10:09:36 -0700 (Tue, 01 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/epan/proto.c
+   M /trunk/gtk/menus.c
+   M /trunk/print.c
+
+From Richard Brodie via. Bug 3913:
+
+Free ptr array allocated through proto_find_finfo()
+
+------------------------------------------------------------------------
+r29655 | wmeier | 2009-09-01 10:17:14 -0700 (Tue, 01 Sep 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-3g-a11.c
 
-When computing average: use 0 as avg if divisor=0
+Misc cleanup;
+- Remove no longer needed usage of check_col();
+- Add some defensive coding;
+- Change a few guints to gints;
+- Add parentheses to a few expressions;
+- Use consistent indentation.
 
 ------------------------------------------------------------------------
-r21923 | guy | 2007-05-24 10:02:06 -0700 (Thu, 24 May 2007) | 4 lines
+r29656 | krj | 2009-09-01 11:16:55 -0700 (Tue, 01 Sep 2009) | 12 lines
 Changed paths:
-   M /trunk/wiretap/k12text.l
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/proto.c
+   M /trunk/gtk/filter_dlg.c
+
+From Jakub Zawadzki via. Bug 3330:
+
+* Fix memleak (df->deprecated in dfilter_free())
+* Free protocol hash tables on cleanup.
+* Free protocols list on cleanup.
+* Free memory allocated by fgetline() in parse_services_file()
 
-Get rid of CR's, and add a newline at the end.
+From me:
 
-Set svn:keywords and svn:eol-style appropriately.
+* proto.c: set gmc_hfinfo to NULL after free
+* proto.c: switch order of g_free() and g_list_remove() in proto_cleanup()
 
 ------------------------------------------------------------------------
-r21924 | gerald | 2007-05-24 10:36:07 -0700 (Thu, 24 May 2007) | 3 lines
+r29657 | etxrab | 2009-09-01 11:29:11 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/gtk/new_packet_list.c
 
-Fix a crash bug found through fuzz testing.  The bug was introduced
-after the 0.99.5 release.
+In new_packet_list_append() all we need is in fdata.
+------------------------------------------------------------------------
+r29658 | krj | 2009-09-01 11:44:08 -0700 (Tue, 01 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
+Remove superfluous NULL pointer checks wrt. g_malloc() and g_realloc()
 ------------------------------------------------------------------------
-r21925 | etxrab | 2007-05-24 12:11:04 -0700 (Thu, 24 May 2007) | 1 line
+r29659 | krj | 2009-09-01 12:19:41 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   D /trunk/asn1/ulp/ulp-exp.cnf
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/cmakeconfig.h.in
 
-No longer needed as nothing is exported.
+Check for mkdtemp()
 ------------------------------------------------------------------------
-r21926 | lego | 2007-05-24 13:40:42 -0700 (Thu, 24 May 2007) | 3 lines
+r29660 | krj | 2009-09-01 12:27:59 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
+   M /trunk/cmakeconfig.h.in
 
-Help for the SCTP Users Table
+Define some windows specific header files
+------------------------------------------------------------------------
+r29661 | guy | 2009-09-01 12:31:41 -0700 (Tue, 01 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
+Check whether "size" points to something positive, not whether "size"
+itself is positive (which makes no sense for a pointer).
 
 ------------------------------------------------------------------------
-r21927 | etxrab | 2007-05-24 13:42:55 -0700 (Thu, 24 May 2007) | 2 lines
+r29663 | etxrab | 2009-09-01 22:48:38 -0700 (Tue, 01 Sep 2009) | 3 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
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
 
-Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID's
-for SCTP.
+ Didier Gautheron:
+Expert info clean up.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3971
 ------------------------------------------------------------------------
-r21928 | lego | 2007-05-24 15:26:51 -0700 (Thu, 24 May 2007) | 3 lines
+r29664 | etxrab | 2009-09-02 08:07:03 -0700 (Wed, 02 Sep 2009) | 2 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
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
-Prepare wireshark and tshark for wiretap plugins
+Prepare abillity to add color filters with new packet list.
+(Packets not recolored yet).
+------------------------------------------------------------------------
+r29665 | jmayer | 2009-09-02 08:52:11 -0700 (Wed, 02 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ldap.c
 
+No need to include packet-frame.h
 
 ------------------------------------------------------------------------
-r21929 | jake | 2007-05-24 23:35:21 -0700 (Thu, 24 May 2007) | 6 lines
+r29666 | jmayer | 2009-09-02 09:33:01 -0700 (Wed, 02 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/UseLemon.cmake
+   A /trunk/epan/CMakeLists.txt
+   M /trunk/wiretap/CMakeLists.txt
 
-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).
+Beginnings of getting cmake to build stuff in epan.
+It's only beginnings, so epan is commented out in
+the subdirs statement.
 
-It seems the culprit is in the use of g_malloc within ssl_data_alloc, and free (instead of g_free) in  tls_prf. 
+This is more a synch to avoid duplicate work and creating
+conflicting patches to the cmake stuff.
 
-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
+r29667 | martinm | 2009-09-02 09:39:39 -0700 (Wed, 02 Sep 2009) | 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
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-mac-lte.h
+   M /trunk/gtk/mac_lte_stat_dlg.c
 
-UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directory
+Add Semi-Persistent Scheduling (SPS) RNTI.
 
 ------------------------------------------------------------------------
-r21932 | jmayer | 2007-05-25 01:34:15 -0700 (Fri, 25 May 2007) | 22 lines
+r29668 | krj | 2009-09-02 10:15:20 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/pidl/tests/Util.pm
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
-Update from samba tree revision 23054 to 23135
-============================ Samba log start ============
+Make sure that we select the last row if autoscroll is enabled. The scrolling is still very jumpy. It seems that we always select the first packet before moving to the end.
 ------------------------------------------------------------------------
-r23069 | metze | 2007-05-22 13:23:36 +0200 (Tue, 22 May 2007) | 3 lines
+r29669 | sahlberg | 2009-09-02 10:24:52 -0700 (Wed, 02 Sep 2009) | 4 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+   M /trunk/epan/dissectors/packet-scsi-mmc.c
+
+Add initial support to decode the ADIP and PhysicalInformation for MMC 
+media
 
-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
+r29670 | krj | 2009-09-02 10:29:52 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-print the command on failure only
+Add seperate new_packet_list_moveto_end() which scrolls to the end _without_ selecting the last packet.
+------------------------------------------------------------------------
+r29671 | etxrab | 2009-09-02 10:51:48 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-metze
+Adding new color rules should work now.
 ------------------------------------------------------------------------
+r29672 | etxrab | 2009-09-02 10:52:14 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/color_dlg.c
+
+Adding new color rules should work now.
 ------------------------------------------------------------------------
-============================ Samba log end ==============
+r29673 | etxrab | 2009-09-02 10:59:56 -0700 (Wed, 02 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Trying to fix:
+ packets without color are randomly colorized.
 ------------------------------------------------------------------------
-r21933 | kukosa | 2007-05-25 04:40:32 -0700 (Fri, 25 May 2007) | 1 line
+r29674 | etxrab | 2009-09-02 11:18:57 -0700 (Wed, 02 Sep 2009) | 2 lines
 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
+   M /trunk/gtk/compare_stat.c
+   M /trunk/gtk/menus.c
 
-get rid of few warnings
+Use new_packet_list_colorize_packets() where cf_colorize_packets();
+is used.
 ------------------------------------------------------------------------
-r21934 | lego | 2007-05-25 09:47:22 -0700 (Fri, 25 May 2007) | 5 lines
+r29675 | tuexen | 2009-09-02 12:15:02 -0700 (Wed, 02 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-user_encap.c
-   M /trunk/epan/uat.h
-   M /trunk/gtk/uat_gui.c
+   M /trunk/gtk/new_packet_list.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
+Mark unused parameter as such.
 
 
 ------------------------------------------------------------------------
-r21935 | lego | 2007-05-25 10:22:32 -0700 (Fri, 25 May 2007) | 23 lines
+r29676 | tuexen | 2009-09-02 12:16:59 -0700 (Wed, 02 Sep 2009) | 4 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.
+   M /trunk/configure.in
 
-epan/filesystem.c
-   have get_plugin_dir() calling init_plugin_dir() if necessary
+Add --enable-new-packet-list to configure script. Default
+is no for now. Should be kept in sync with the corresponding
+Windows switch.
 
-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
+------------------------------------------------------------------------
+r29677 | krj | 2009-09-02 12:31:56 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
-epan/plugins.h and epan/proto.c
-   do not have init_plugins() calling the proto_reg functions instead do it in init_proto()
+Only try and select the last row if not already selected. This fix doesn't seem to work. Any suggestions?
+------------------------------------------------------------------------
+r29678 | krj | 2009-09-02 12:56:39 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
 
-gtk/main.c and tshark.c
-   init_plugin_dir() has become suprefluous
+Make sure that we deactivate before activating in menu_recent_read_finished(). This fixes a crash due to recent.gui_time_format being invalid (-1). Please review whether this is a correct fix
+------------------------------------------------------------------------
+r29679 | stig | 2009-09-02 14:04:41 -0700 (Wed, 02 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/menus.c
 
-capinfos.c and editcap.c
-   load the wiretap plugins
+Also deactivate and activate menu for recent.gui_time_precision.
 
-Makefiles
-   do what's needed to build withe the above changes.
+------------------------------------------------------------------------
+r29680 | etxrab | 2009-09-02 22:03:57 -0700 (Wed, 02 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Don't set the minimum column width to the computed or stored value,
+use a fixed minimum value and use the other as the size used to display the column.
+------------------------------------------------------------------------
+r29681 | etxrab | 2009-09-02 22:35:21 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Right align COL_NUMBER.
+------------------------------------------------------------------------
+r29682 | stig | 2009-09-03 03:40:06 -0700 (Thu, 03 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Right justify "Packet length", "Cumulative bytes" and custom columns
+displaying numerical values.
 
 ------------------------------------------------------------------------
-r21936 | lego | 2007-05-25 10:23:46 -0700 (Fri, 25 May 2007) | 3 lines
+r29683 | stig | 2009-09-03 03:50:30 -0700 (Thu, 03 Sep 2009) | 2 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
+   M /trunk/gtk/new_packet_list.c
 
+Adjusted int/uint check and fixed a comment in right justify check.
 
 ------------------------------------------------------------------------
-r21937 | gerald | 2007-05-25 10:24:35 -0700 (Fri, 25 May 2007) | 3 lines
+r29684 | stig | 2009-09-03 04:37:12 -0700 (Thu, 03 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/gtk/recent.c
 
-As Martin pointed out, we were comparing the wrong variable against our 
-modifier mask (and using the wrong bitwise operator to boot).
+Read column widths from recent file also for new packet list.
 
 ------------------------------------------------------------------------
-r21938 | guy | 2007-05-25 12:13:49 -0700 (Fri, 25 May 2007) | 2 lines
+r29685 | krj | 2009-09-03 07:32:11 -0700 (Thu, 03 Sep 2009) | 4 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/file.c
+   M /trunk/gtk/new_packet_list.c
    M /trunk/ui_util.h
 
-Squelch some qualifier (const vs. non-const) warnings.
+Make sure that we stop auto scroll if we start scrolling manually. 
+
+Caveat: we jump to first frame when auto scroll is stopped
 
 ------------------------------------------------------------------------
-r21939 | guy | 2007-05-25 12:26:45 -0700 (Fri, 25 May 2007) | 5 lines
+r29686 | krj | 2009-09-03 07:41:09 -0700 (Thu, 03 Sep 2009) | 1 line
 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.
+   M /trunk/file.c
 
+Remove superfluous assignment
 ------------------------------------------------------------------------
-r21940 | guy | 2007-05-25 12:31:13 -0700 (Fri, 25 May 2007) | 5 lines
+r29687 | martinm | 2009-09-03 09:42:16 -0700 (Thu, 03 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/tshark.c
+   M /trunk/epan/dissectors/packet-mac-lte.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.
+Show UEId in info column for UL-SCH / DL-SCH frames.
 
 ------------------------------------------------------------------------
-r21941 | guy | 2007-05-25 12:39:35 -0700 (Fri, 25 May 2007) | 4 lines
+r29688 | krj | 2009-09-03 10:00:17 -0700 (Thu, 03 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-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).
+Allocate and use an extra column at the end of the column list to indicate the 'magic' column which contains the _entire_ PacketListRecord
+------------------------------------------------------------------------
+r29689 | krj | 2009-09-03 10:39:42 -0700 (Thu, 03 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Add packet_list_visible_record() to avoid poking PacketListRecord in new_packet_list.c
 ------------------------------------------------------------------------
-r21942 | guy | 2007-05-25 13:03:26 -0700 (Fri, 25 May 2007) | 5 lines
+r29690 | krj | 2009-09-03 10:56:57 -0700 (Thu, 03 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/dftest.c
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/filesystem.h
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-No need to call init_plugin_dir() - it gets called, if necessary, by
-get_plugin_dir().
+Only store the last column as G_TYPE_POINTER. Hopefully this will soon make us able to sort again
+------------------------------------------------------------------------
+r29691 | gerald | 2009-09-03 11:15:23 -0700 (Thu, 03 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/docbook/release-notes.xml
 
-Add checks for the success or failure of init_progfile_dir() in dftest.
+Start the feature list for 1.4.
 
 ------------------------------------------------------------------------
-r21943 | gerald | 2007-05-25 14:32:32 -0700 (Fri, 25 May 2007) | 2 lines
+r29692 | etxrab | 2009-09-04 03:53:37 -0700 (Fri, 04 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Throw an exception instead of trying to add a 4GB fragment.
+   M /trunk/epan/addr_resolv.c
 
+From : Didier Gautheron
+Addresse hash is slow on little endian CPU.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3973
 ------------------------------------------------------------------------
-r21944 | guy | 2007-05-25 14:50:12 -0700 (Fri, 25 May 2007) | 2 lines
+r29693 | etxrab | 2009-09-04 04:06:52 -0700 (Fri, 04 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-Add a cast to squelch an MSVC warning.
+From   Vincent Helfre:
+Dissect_ccch does not dissect sys info content.
+Me: Remove check_col.
 
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3901
 ------------------------------------------------------------------------
-r21945 | gerald | 2007-05-25 16:40:42 -0700 (Fri, 25 May 2007) | 5 lines
+r29694 | jmayer | 2009-09-04 04:48:04 -0700 (Fri, 04 Sep 2009) | 1 line
 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
+   M /trunk/epan/emem.c
+
+Include "proto.h" instead of <proto.h>
+------------------------------------------------------------------------
+r29695 | tuexen | 2009-09-04 05:42:22 -0700 (Fri, 04 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/sctp_graph_dlg.c
 
-init_plugin_dir() is now just internal to epan/filesystem.c.
+From Irene Ruengeler: Show duplicate TSNs in SACKs.
 
 ------------------------------------------------------------------------
-r21947 | sfisher | 2007-05-25 17:38:53 -0700 (Fri, 25 May 2007) | 4 lines
+r29696 | tuexen | 2009-09-04 05:52:28 -0700 (Fri, 04 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/gtk/sctp_graph_dlg.c
+
+Fix compilation.
+
+------------------------------------------------------------------------
+r29697 | tuexen | 2009-09-04 06:10:59 -0700 (Fri, 04 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
 
+Fix handling of multiple duplicate TSNs.
 
-Fix bug #1416: crash (stack smashing) on single DHCP packet
+------------------------------------------------------------------------
+r29698 | tuexen | 2009-09-04 06:23:51 -0700 (Fri, 04 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
 
+Cleanup whitespaces.
 
 ------------------------------------------------------------------------
-r21948 | standel | 2007-05-25 18:01:27 -0700 (Fri, 25 May 2007) | 11 lines
+r29699 | krj | 2009-09-04 10:42:03 -0700 (Fri, 04 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-mip.c
-
-From Ville Nuorvala :
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-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
+Rename new_packet_list_reset_dissected to packet_list_reset_dissected
+------------------------------------------------------------------------
+r29700 | wmeier | 2009-09-04 11:18:34 -0700 (Fri, 04 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kingfisher.c
 
+From Rob Casey: Fix for: Incorrect station identifier parsing in Kingfisher dissector 
+See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3946
 
 ------------------------------------------------------------------------
-r21949 | guy | 2007-05-25 20:12:25 -0700 (Fri, 25 May 2007) | 7 lines
+r29701 | wmeier | 2009-09-04 11:40:02 -0700 (Fri, 04 Sep 2009) | 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.
+   M /trunk/epan/dissectors/packet-kingfisher.c
 
-(This should fix at least one of the distcheck problems, namely that
-wmxtypes.h apparently wasn't getting put into the distribution.)
+A few minor revisions:
+- if (check_col ...) no longer required;
+- Use match_strval when verifying the fcn code;
+- Add a missing #ifdef;
+- Make a global variable static;
+- Fix indentation to be consistent in a few places.
 
 ------------------------------------------------------------------------
-r21950 | guy | 2007-05-25 20:15:51 -0700 (Fri, 25 May 2007) | 2 lines
+r29705 | krj | 2009-09-05 03:36:29 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/m2m/packet-m2m.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+   M /trunk/ui_util.h
 
-Get rid of the old-style plugin registration stuff.
+Get rid off GtkTreeModelFilter because the time to sort becomes unbearable when combined with GtkTreeSortable. This means that we now track which frames are visible in the our own packet list store. To do so, we now distinguish between physical and visible rows. All frames are added as physical rows. Only those that passes the display filter are marked as visible.
 
 ------------------------------------------------------------------------
-r21951 | guy | 2007-05-25 20:26:20 -0700 (Fri, 25 May 2007) | 2 lines
+r29706 | stig | 2009-09-05 04:15:50 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/m2m/packet-m2m.c
+   M /trunk/gtk/packet_list_store.c
 
-Get rid of another item that's now handled automatically.
+Make it build without warnings.
 
 ------------------------------------------------------------------------
-r21952 | gal | 2007-05-26 03:17:08 -0700 (Sat, 26 May 2007) | 3 lines
+r29707 | krj | 2009-09-05 04:58:44 -0700 (Sat, 05 Sep 2009) | 1 line
 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.
+   M /trunk/gtk/packet_list_store.c
 
+Bail out gracefully on colums we cant sort on yet instead of crashing
+------------------------------------------------------------------------
+r29708 | krj | 2009-09-05 05:42:44 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Sort out some of the confusion r29706 introduced (visible vs. physical rows). We choose the wrong packet in the packet view because we used the physical row instead of the visible. I suspect there a couple more of these lurking.
 ------------------------------------------------------------------------
-r21953 | guy | 2007-05-26 11:26:46 -0700 (Sat, 26 May 2007) | 3 lines
+r29709 | stig | 2009-09-05 06:06:45 -0700 (Sat, 05 Sep 2009) | 2 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
+   M /trunk/epan/prefs.c
 
-Convert to the new style of building plugins; hopefully this'll fix the
-rest of the distcheck issues.
+Ignore preferences for deleted protocols "etheric" and "isup_thin".
 
 ------------------------------------------------------------------------
-r21954 | guy | 2007-05-26 11:59:56 -0700 (Sat, 26 May 2007) | 2 lines
+r29710 | krj | 2009-09-05 06:24:16 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/wimax/msg_dreg.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Get rid of unused parameter.
+Make sure that we can resort with an active display filter
+------------------------------------------------------------------------
+r29711 | krj | 2009-09-05 06:27:34 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Get rid of row_data_t
 ------------------------------------------------------------------------
-r21955 | guy | 2007-05-26 12:31:50 -0700 (Sat, 26 May 2007) | 2 lines
+r29712 | stig | 2009-09-05 06:30:16 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/wimax/msg_arq.c
+   M /trunk/gtk/main.c
 
-Flag some parameters as unused.
+Apply user font when changing profile with new packet list.
 
 ------------------------------------------------------------------------
-r21956 | guy | 2007-05-26 13:07:53 -0700 (Sat, 26 May 2007) | 2 lines
+r29713 | krj | 2009-09-05 06:46:17 -0700 (Sat, 05 Sep 2009) | 1 line
 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.
+   M /trunk/gtk/packet_list_store.c
 
+Restore original condition in packet_list_iter_n_children()
 ------------------------------------------------------------------------
-r21957 | guy | 2007-05-26 19:01:00 -0700 (Sat, 26 May 2007) | 2 lines
+r29714 | stig | 2009-09-05 07:37:02 -0700 (Sat, 05 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/wimax/Makefile.common
+   M /trunk/gtk/new_packet_list.c
 
-wmxtypes.h is part of the m2m plugin, not the wimax plugin.
+Fetch old column width values if we have not initialized the packet list,
+so we don't write zero width values if closing before loading a capture.
 
 ------------------------------------------------------------------------
-r21958 | guy | 2007-05-26 22:27:44 -0700 (Sat, 26 May 2007) | 2 lines
+r29715 | krj | 2009-09-05 08:25:53 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/m2m/wimax_tlv.c
+   M /trunk/gtk/new_packet_list.c
 
-Include wimax_tlv.h the same way packet-m2m.c does.
+Remove dead code. We dont construct columns while reading the file. We do that when we have to display the frame
+------------------------------------------------------------------------
+r29716 | krj | 2009-09-05 08:30:34 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Inline cache_columns()
 ------------------------------------------------------------------------
-r21959 | guy | 2007-05-27 11:30:03 -0700 (Sun, 27 May 2007) | 2 lines
+r29717 | krj | 2009-09-05 08:46:47 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/profinet/Makefile.am
-   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Clean up white space.
+Move new_packet_list_dissect() to packet_list_store.c. We need to have it there in order to dissect columns on the fly when we have to sort
+------------------------------------------------------------------------
+r29718 | krj | 2009-09-05 09:35:05 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Dissect-on-the-fly when we have columns that are empty, i.e. columns containing strings (COL_INFO + friends). This allows us to sort on _all_ columns now.
 ------------------------------------------------------------------------
-r21960 | guy | 2007-05-27 11:33:13 -0700 (Sun, 27 May 2007) | 9 lines
+r29719 | stig | 2009-09-05 11:13:48 -0700 (Sat, 05 Sep 2009) | 3 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
+   M /trunk/gtk/main.c
 
-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.
+Move reloading pane geometry to a point where we have the correct
+main_first_pane and main_second_pane.
 
-Include <glib.h>, not <gmodule.h>, even in plugins.
+------------------------------------------------------------------------
+r29720 | krj | 2009-09-05 11:28:06 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
 
-Fix the version numbers in the rc files.
+Reorder col_fill_in()
+------------------------------------------------------------------------
+r29721 | krj | 2009-09-05 11:39:46 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/prefs.c
 
+COL_BSSGP_TLLI is deprecated
 ------------------------------------------------------------------------
-r21961 | guy | 2007-05-27 11:35:55 -0700 (Sun, 27 May 2007) | 2 lines
+r29722 | krj | 2009-09-05 11:45:55 -0700 (Sat, 05 Sep 2009) | 1 line
 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
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/libwireshark.def
 
-Get rid of trailing blank lines.
+col_custom_set_fstr() is unused. Remove it
+------------------------------------------------------------------------
+r29723 | krj | 2009-09-05 12:07:04 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Don't copy constant column strings. This reduces memory foot print because COL_PROTOCOL is usually a constant string. This saves us 3-4 bytes for each frame
 ------------------------------------------------------------------------
-r21962 | guy | 2007-05-27 11:44:22 -0700 (Sun, 27 May 2007) | 2 lines
+r29724 | stig | 2009-09-05 12:42:43 -0700 (Sat, 05 Sep 2009) | 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
+   M /trunk/gtk/main.c
 
-Clean up white space.
+Remove an obsolete gui_time_format setting.
 
 ------------------------------------------------------------------------
-r21963 | guy | 2007-05-27 11:56:39 -0700 (Sun, 27 May 2007) | 2 lines
+r29725 | stig | 2009-09-05 15:12:51 -0700 (Sat, 05 Sep 2009) | 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
+   M /trunk/epan/dissectors/packet-capwap.c
 
-Use $(PLUGIN_LDFLAGS) for LDFLAGS.
+Changed type for "Wireless data" to FT_BYTES.
 
 ------------------------------------------------------------------------
-r21964 | sfisher | 2007-05-27 16:34:55 -0700 (Sun, 27 May 2007) | 9 lines
+r29726 | krj | 2009-09-05 21:26:50 -0700 (Sat, 05 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-drda.c
-
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-hip.c
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-nat-pmp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-wow.c
+   M /trunk/epan/dissectors/packet-zbee-aps.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zdp.c
+   M /trunk/epan/value_string.c
+   M /trunk/epan/value_string.h
 
-From Metatech:
+Don't pass ep_alloc()'ed strings to col_set_str().
 
-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
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984
 
+------------------------------------------------------------------------
+r29727 | krj | 2009-09-05 22:29:51 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-nat-pmp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-smrse.c
 
+s/col_add_fstr/col_add_str
 ------------------------------------------------------------------------
-r21965 | sfisher | 2007-05-27 19:33:43 -0700 (Sun, 27 May 2007) | 5 lines
+r29728 | krj | 2009-09-05 22:49:00 -0700 (Sat, 05 Sep 2009) | 4 lines
 Changed paths:
-   D /trunk/asn1/snmp/README.txt
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Make sure that we can enable/disable color filtering.
 
-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.
+Fixes http://wiki.wireshark.org/Development/OptimizePacketList?action=diff&rev1=11&rev2=12
 
+------------------------------------------------------------------------
+r29729 | krj | 2009-09-05 23:07:53 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/color_filters.c
+   M /trunk/color_filters.h
+   M /trunk/gtk/packet_list_store.c
 
+Add NEW_PACKET_LIST guard to color_filters_colorize_packet()
 ------------------------------------------------------------------------
-r21966 | etxrab | 2007-05-27 23:13:03 -0700 (Sun, 27 May 2007) | 16 lines
+r29730 | krj | 2009-09-05 23:33:13 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-isup.h
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
-From Neil Ostroff:
-The enclosed patch updates the ansi isup dissector to support the following parameters:  
+The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by marking the protocol tree as permamently visible. It only needs to disable the optimization temporarily while it creates the protocol item it intends to use proto_item_append_string() on
+------------------------------------------------------------------------
+r29731 | krj | 2009-09-06 00:24:54 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
+Introduce TRY_TO_FAKE_THIS_REPR which is an optimization similar to the existing TRY_TO_FAKE_THIS_ITEM. The purpose of TRY_TO_FAKE_THIS_REPR is to avoid generating the string representation for the protocol item. There is no point in doing this if the protocol tree isn't visible. In this case the result will be discarded any way.
+------------------------------------------------------------------------
+r29732 | krj | 2009-09-06 00:33:07 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
 
-1. Generic Name  
+This fix was supposed to be in r29731 which some how only contained whitespace changes.
+------------------------------------------------------------------------
+r29733 | krj | 2009-09-06 00:55:17 -0700 (Sun, 06 Sep 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet_info.h
 
-2. Originating Line Info  
+We track all protocols that appear in each packet in the frame dissector. This is an expensive operation because we:
 
-3. Jurisdiction  
+* Disable the TRY_TO_FAKE_THIS_ITEM optimization
+* Use GString to store the protocols
 
-4. Charge Number  
+We should only do this if the 'hf_frame_protocols' is referenced (unlikely)
 
-5. Forward Call Indicator (bits M and N are now being decoded)  
+------------------------------------------------------------------------
+r29734 | krj | 2009-09-06 01:10:12 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
 
-6. Cause Code (all values are now being decoded)
+Avoid calling emem_create_chunk() needlessly
 ------------------------------------------------------------------------
-r21967 | etxrab | 2007-05-27 23:38:30 -0700 (Sun, 27 May 2007) | 3 lines
+r29735 | etxrab | 2009-09-06 01:59:30 -0700 (Sun, 06 Sep 2009) | 4 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
+   M /trunk/epan/addr_resolv.c
 
-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.
+From Didier Gautheron:
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Optimize address handling.
+The address hash should be possible to use from the new_packet_list.
 ------------------------------------------------------------------------
-r21968 | guy | 2007-05-27 23:47:50 -0700 (Sun, 27 May 2007) | 4 lines
+r29736 | krj | 2009-09-06 02:03:15 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/configure.in
-   M /trunk/wiretap/csids.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap-int.h
+   M /trunk/epan/column-utils.c
 
-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.
+Macrofy check_col() -> CHECK_COL() internally in columns-utils.c
+------------------------------------------------------------------------
+r29737 | krj | 2009-09-06 02:11:17 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
 
+Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() internally in columns-utils.c
 ------------------------------------------------------------------------
-r21969 | kukosa | 2007-05-28 00:10:09 -0700 (Mon, 28 May 2007) | 1 line
+r29738 | krj | 2009-09-06 02:36:21 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/gtk/packet_list_store.c
 
-small improvements in value handling, defined INTEGER value can be used in OID value
+Sort the visible list while traversing the physical row list. This halves the time needed to sort
 ------------------------------------------------------------------------
-r21970 | guy | 2007-05-28 00:26:59 -0700 (Mon, 28 May 2007) | 2 lines
+r29739 | krj | 2009-09-06 03:03:06 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/Makefile.am
+   M /trunk/epan/column-utils.c
 
-asn1/snmp/README.txt is gone.
+Inline col_has_time_fmt() into col_based_on_frame_data()
+------------------------------------------------------------------------
+r29740 | krj | 2009-09-06 03:41:35 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Tigthen the condition under which we create a protocol create while sorting
 ------------------------------------------------------------------------
-r21971 | guy | 2007-05-28 01:31:18 -0700 (Mon, 28 May 2007) | 2 lines
+r29741 | stig | 2009-09-06 04:24:56 -0700 (Sun, 06 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap-int.h
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-Throw in some casts to suppress warnings.
+Use correct field types for variable length fields.
+Fixed types by adding new types for "undissected" blocks:
+- Replace Bridge Address
+- Multicast With Response
+- Confirm Network Encryption Key
+- Host Tag
 
 ------------------------------------------------------------------------
-r21972 | kukosa | 2007-05-28 03:55:03 -0700 (Mon, 28 May 2007) | 8 lines
+r29742 | krj | 2009-09-06 04:30:41 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
-
-support of SelectionType
+   M /trunk/epan/proto.c
 
-e.g. in TCAP
-Component{...} ::= CHOICE {
-  basicROS  ROS{...},
-  returnResultNotLast [7] returnResult < ROS{..}
-}
+We don't currently fake fields if they are referenced indirectly through some other fields (currently only FT_PROTOCOL's can be indirectly referenced) . However, there doesn't seem to be any reason for this restriction. We already have proto_tree_set_fake_protocols() to disable 'faking' if any clients requires this. So, this changelist removes this restriction on indirectly referenced fields.
+------------------------------------------------------------------------
+r29743 | krj | 2009-09-06 05:27:32 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Fix target of assignment not really an lvalue error
 ------------------------------------------------------------------------
-r21973 | kukosa | 2007-05-28 04:10:41 -0700 (Mon, 28 May 2007) | 1 line
+r29744 | krj | 2009-09-06 06:25:31 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/epan/column-utils.c
 
-fix SelectionType creation for export (if the type is only exported but not used in module)
+Remove static custom column variable which is no longer used
 ------------------------------------------------------------------------
-r21974 | standel | 2007-05-28 19:29:38 -0700 (Mon, 28 May 2007) | 2 lines
+r29745 | krj | 2009-09-06 06:35:27 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/voip_calls.c
+   M /trunk/epan/column-utils.c
 
-fix warnings for gcc 4.2
+Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID custom column deprecation
+------------------------------------------------------------------------
+r29746 | krj | 2009-09-06 07:00:28 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/tap-sctpchunkstat.c
 
+Dont declare address_to_str(). Pull in <epan/to_str.h> instead
 ------------------------------------------------------------------------
-r21975 | standel | 2007-05-28 19:43:18 -0700 (Mon, 28 May 2007) | 14 lines
+r29747 | krj | 2009-09-06 07:25:47 -0700 (Sun, 06 Sep 2009) | 5 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/asn1/ansi-tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/dissectors/packet-acn.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-pagp.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/gcp.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/tcap-persistentdata.c
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
+   M /trunk/gtk/compare_stat.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/mcast_stream_dlg.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_chunk_stat.c
    M /trunk/gtk/tcp_graph.c
-   M /trunk/plugins/h223/packet-h223.c
-   M /trunk/wiretap/catapult_dct2000.c
-
-From David Howells :
+   M /trunk/gtk/wlan_stat_dlg.c
+   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-sctpchunkstat.c
 
-  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).
+Rename address_to_str() to ep_address_to_str() because:
 
-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'.
+1) This indicates that the string has ephemeral lifetime
+2) More consistent with its existing seasonal counterpart, se_address_to_str().
 
 ------------------------------------------------------------------------
-r21976 | guy | 2007-05-28 23:16:24 -0700 (Mon, 28 May 2007) | 2 lines
+r29748 | krj | 2009-09-06 07:39:53 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
-
-Print a gint64 the right way.
+   M /trunk/epan/to_str.c
 
+Change se_address_to_str() to call address_to_str_buf() directly
 ------------------------------------------------------------------------
-r21977 | guy | 2007-05-28 23:20:03 -0700 (Mon, 28 May 2007) | 2 lines
+r29749 | etxrab | 2009-09-06 07:53:21 -0700 (Sun, 06 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/doc/tshark.pod
-
-Document "-T fields".
+   M /trunk/epan/addr_resolv.c
 
+Put back
+http://anonsvn.wireshark.org/viewvc?view=rev&revision=29656
+http://anonsvn.wireshark.org/viewvc?view=rev&revision=29658
+http://anonsvn.wireshark.org/viewvc?view=rev&revision=29661
+Reverted by my previous checkin.
 ------------------------------------------------------------------------
-r21978 | guy | 2007-05-28 23:56:07 -0700 (Mon, 28 May 2007) | 15 lines
+r29750 | gerald | 2009-09-06 08:03:28 -0700 (Sun, 06 Sep 2009) | 1 line
 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
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.
+[Automatic manuf and enterprise-numbers update for 2009-09-06]
+------------------------------------------------------------------------
+r29753 | krj | 2009-09-06 08:06:41 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/to_str.c
 
-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
+Reorder file to group related functionality
+------------------------------------------------------------------------
+r29754 | krj | 2009-09-06 11:25:23 -0700 (Sun, 06 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/circuit.c
+   M /trunk/epan/circuit.h
+   M /trunk/epan/conversation.c
+   M /trunk/epan/conversation.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/expert.c
+   M /trunk/epan/expert.h
+   M /trunk/epan/packet.c
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+   M /trunk/epan/reassemble_test.c
+   M /trunk/epan/stream.c
+   M /trunk/epan/stream.h
+   M /trunk/file.c
+   M /trunk/rawshark.c
+   M /trunk/tshark.c
 
-       1) there's no guarantee that "%ll" works
+Split a bunch of init routines into init() and cleanup(). This allows us to free memory properly on shutdown.
 
-and
+This is an initial step. There's still some work to do.
 
-       2) there's no guarantee that "long long" works
+------------------------------------------------------------------------
+r29755 | stig | 2009-09-06 18:19:26 -0700 (Sun, 06 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-(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).
+Don't pass length 0 to a FT_UINT.
+Fixed some uint types with length 2.
 
 ------------------------------------------------------------------------
-r21979 | jmayer | 2007-05-29 02:23:36 -0700 (Tue, 29 May 2007) | 2 lines
+r29756 | jmayer | 2009-09-07 00:26:43 -0700 (Mon, 07 Sep 2009) | 8 lines
 Changed paths:
-   M /trunk/FAQ
-   M /trunk/epan/enterprise-numbers
-   M /trunk/help/faq.txt
-   M /trunk/manuf
+   M /trunk/CMakeLists.txt
+   M /trunk/cmake/modules/FindADNS.cmake
+   A /trunk/cmake/modules/FindHtmlViewer.cmake
+   M /trunk/cmake/modules/FindLEX.cmake
+   D /trunk/cmake/modules/FindQt4.cmake
+   M /trunk/cmake/modules/FindYACC.cmake
+   M /trunk/cmake/modules/UseLemon.cmake
+   D /trunk/cmake/modules/UsePkgConfig.cmake
+   M /trunk/epan/CMakeLists.txt
+
+- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists.txt:
+  That's what the packages are for, so instead of creating
+  WSWIN32, the stuff should probably go into the GLIB2
+  package.
+- libwireshark now compiles - no time to add linking with
+  it until tonight
 
-Update before new release
 
 ------------------------------------------------------------------------
-r21980 | martinm | 2007-05-29 05:12:12 -0700 (Tue, 29 May 2007) | 3 lines
+r29757 | jmayer | 2009-09-07 00:30:42 -0700 (Mon, 07 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/wimax/wimax_bits.h
+   M /trunk/gtk/capture_dlg.h
 
-Add some casts to fix my build.
-I'm not sure why no-one else saw those warnings and failed with -Werror...
+The external declaration of airpcap_tb here is not needed
+and creates warnings
 
 ------------------------------------------------------------------------
-r21981 | kukosa | 2007-05-29 07:13:33 -0700 (Tue, 29 May 2007) | 2 lines
+r29758 | etxrab | 2009-09-07 03:03:55 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-export dissect_ber_old_... functions
-can be removed when migration to new BER is finished
+Automatically adjust the time column width when time format changes.
 ------------------------------------------------------------------------
-r21982 | wmeier | 2007-05-29 07:20:54 -0700 (Tue, 29 May 2007) | 3 lines
+r29759 | krj | 2009-09-07 04:33:38 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/netxray.c
-   M /trunk/wiretap/wtap-int.h
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/packet_list_store.c
 
-Another sniffer timestamp display fix; addresses bug 866 and other reports.
-(Also: change variable name to correctly reflect usage).
+Track length of columns strings. We'll need this in order to resize columns quickly
+------------------------------------------------------------------------
+r29760 | etxrab | 2009-09-07 04:50:08 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
+col_fmt not needed.
 ------------------------------------------------------------------------
-r21983 | wmeier | 2007-05-29 07:27:42 -0700 (Tue, 29 May 2007) | 2 lines
+r29761 | stig | 2009-09-07 05:01:19 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/netxray.c
+   M /trunk/file.c
 
-(fix comment)
+Fixed arguments to new_packet_list_set_time_width().
 
 ------------------------------------------------------------------------
-r21984 | kukosa | 2007-05-29 07:32:46 -0700 (Tue, 29 May 2007) | 5 lines
+r29762 | krj | 2009-09-07 05:04:59 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/gtk/main_toolbar.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
-- 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
+Add initial implementation of new_packet_list_resize_columns() which just sets the column width according to the column format (work in progress)
 ------------------------------------------------------------------------
-r21985 | martinm | 2007-05-29 07:37:34 -0700 (Tue, 29 May 2007) | 2 lines
+r29763 | stig | 2009-09-07 05:12:45 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/gtk/menus.c
 
-When reporting roundtrip delay, show delay since timestamp of LSR frame.
+Enable resize columns button for new packet list.
 
 ------------------------------------------------------------------------
-r21986 | martinm | 2007-05-29 07:38:40 -0700 (Tue, 29 May 2007) | 2 lines
+r29764 | stig | 2009-09-07 05:13:28 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/catapult_dct2000.c
+   M /trunk/gtk/main_toolbar.c
 
-Work with isdn_l2.
+Set sensitivity on resize columns button.
 
 ------------------------------------------------------------------------
-r21987 | grahamb | 2007-05-29 07:41:49 -0700 (Tue, 29 May 2007) | 1 line
+r29765 | stig | 2009-09-07 05:24:38 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/wimax
+   M /trunk/packaging/macosx/ScriptExec/main.c
 
-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
+Fixed some warnings and removed unused code.
 
-Added standard ignore list to directory
 ------------------------------------------------------------------------
-r21989 | guy | 2007-05-29 10:27:59 -0700 (Tue, 29 May 2007) | 3 lines
+r29766 | krj | 2009-09-07 06:10:59 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.h
-
-Add missing calculated_delay_report_gap field to _rtcp_conversation_info
-structure.
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Auto resize non frame_data based columns
 ------------------------------------------------------------------------
-r21990 | guy | 2007-05-29 11:52:42 -0700 (Tue, 29 May 2007) | 4 lines
+r29767 | krj | 2009-09-07 06:54:46 -0700 (Mon, 07 Sep 2009) | 1 line
 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/epan/frame_data.h
    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.
+   M /trunk/rawshark.c
+   M /trunk/tshark.c
 
+Store the packet encapsulation type as gint8. Saves 3 bytes per packet
 ------------------------------------------------------------------------
-r21991 | guy | 2007-05-29 11:59:50 -0700 (Tue, 29 May 2007) | 3 lines
+r29768 | etxrab | 2009-09-07 07:03:05 -0700 (Mon, 07 Sep 2009) | 1 line
 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.
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/packet_list_store.c
 
+Use constant strings for Addresses saves some memory.
 ------------------------------------------------------------------------
-r21992 | etxrab | 2007-05-29 12:08:26 -0700 (Tue, 29 May 2007) | 1 line
+r29769 | etxrab | 2009-09-07 08:01:51 -0700 (Mon, 07 Sep 2009) | 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
+   M /trunk/epan/column-utils.c
 
-Clean up the .cnf file a bit.
+mark unused parameter.
 ------------------------------------------------------------------------
-r21993 | guy | 2007-05-29 15:52:42 -0700 (Tue, 29 May 2007) | 7 lines
+r29770 | krj | 2009-09-07 08:49:14 -0700 (Mon, 07 Sep 2009) | 1 line
 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.
+   M /trunk/epan/addr_resolv.c
 
+Tigthen scope of local variables
 ------------------------------------------------------------------------
-r21994 | sfisher | 2007-05-29 16:09:09 -0700 (Tue, 29 May 2007) | 9 lines
+r29771 | krj | 2009-09-07 09:05:37 -0700 (Mon, 07 Sep 2009) | 2 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.
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/packet_list_store.c
 
+ntroduce some seasonal address name lookup functions which we use when NEW_PACKET_LIST is defined. This change partially reverts some parts of r29768, which didn't seem to work because it assumed that get_addr_name() would always return a seasonal string. This wasn't the case if the adddress type was AT_STRINGZ.
 
 ------------------------------------------------------------------------
-r21995 | sahlberg | 2007-05-29 16:29:20 -0700 (Tue, 29 May 2007) | 4 lines
+r29772 | krj | 2009-09-07 09:07:04 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/acinclude.m4
-
-we dont link with g_snprintf in the configure for gtk1-2 so fall back to 
-snprintf instead
-
+   M /trunk/epan/addr_resolv.c
 
+Whitespace changes
 ------------------------------------------------------------------------
-r21996 | guy | 2007-05-29 16:31:03 -0700 (Tue, 29 May 2007) | 8 lines
+r29773 | krj | 2009-09-07 09:17:58 -0700 (Mon, 07 Sep 2009) | 1 line
 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).
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
 
+Constify some functions
 ------------------------------------------------------------------------
-r21997 | guy | 2007-05-29 16:35:45 -0700 (Tue, 29 May 2007) | 2 lines
+r29774 | etxrab | 2009-09-07 10:08:34 -0700 (Mon, 07 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/netxray.c
-
-Give more detail on a captype of 6 for an Ethernet capture.
+   M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
 
+From Mike Morrin:
+Patch adding BSSMAP dissectors MSC Invoke Trace and BSS Invoke Trace.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3985
 ------------------------------------------------------------------------
-r21998 | guy | 2007-05-29 17:36:32 -0700 (Tue, 29 May 2007) | 2 lines
+r29775 | krj | 2009-09-07 10:09:09 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/netxray.c
-
-Update a comment.
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Track how many const strings we're storing. This is guarded by NEW_PACKET_LIST_STATISTICS
 ------------------------------------------------------------------------
-r21999 | guy | 2007-05-29 18:50:08 -0700 (Tue, 29 May 2007) | 2 lines
+r29776 | etxrab | 2009-09-07 10:17:07 -0700 (Mon, 07 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/Makefile.am
-
-Add some missing files.
+   M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
+   M /trunk/epan/dissectors/packet-gsm_a_common.h
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
+From Mike Morrin:
+The GSM L3 part of the BSSMAP CipherModeComplete message is not being decoded.
+Sligtly modified.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3983
 ------------------------------------------------------------------------
-r22000 | sfisher | 2007-05-29 19:37:37 -0700 (Tue, 29 May 2007) | 1 line
+r29777 | krj | 2009-09-07 10:45:37 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.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.
+Add progress bar while constructing columns (which is time consuming)
 ------------------------------------------------------------------------
-r22001 | sfisher | 2007-05-29 20:28:12 -0700 (Tue, 29 May 2007) | 1 line
+r29778 | krj | 2009-09-07 11:53:17 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
+   M /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/gtk/packet_list_store.c
 
-Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2
+Auto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULATIVE_BYTES
 ------------------------------------------------------------------------
-r22002 | kukosa | 2007-05-30 07:13:26 -0700 (Wed, 30 May 2007) | 3 lines
+r29779 | krj | 2009-09-07 12:07:30 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/gtk/packet_list_store.c
 
-- better support if more modules are compiled together
-- BSTRING support
-- bug fix which sometimes duplicates items in SEQ/CHOICE extension
+Auto resize rest of the frame_data columns
 ------------------------------------------------------------------------
-r22003 | kukosa | 2007-05-30 07:22:26 -0700 (Wed, 30 May 2007) | 1 line
+r29780 | krj | 2009-09-07 12:43:05 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/packet_list_store.c
 
-- fix bug in TaggedType support
+Make sure that we fill in the frame_data before passing it onto col_fill_in_frame_data
 ------------------------------------------------------------------------
-r22004 | kukosa | 2007-05-30 07:31:05 -0700 (Wed, 30 May 2007) | 2 lines
+r29781 | krj | 2009-09-07 12:50:19 -0700 (Mon, 07 Sep 2009) | 1 line
 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
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAP
-- dissectors regenerated with fixed asn2wrs
+Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iter
 ------------------------------------------------------------------------
-r22005 | wmeier | 2007-05-30 08:32:31 -0700 (Wed, 30 May 2007) | 2 lines
+r29782 | krj | 2009-09-07 13:45:32 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/netxray.c
-
-Update Comments
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
+Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() because it contains no time format specific code. Further this change also ensures that new_packet_list_resize_columns() uses the newly introduced new_packet_list_resize_column()
 ------------------------------------------------------------------------
-r22006 | etxrab | 2007-05-30 12:00:50 -0700 (Wed, 30 May 2007) | 1 line
+r29783 | krj | 2009-09-07 14:07:51 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/file.c
+   M /trunk/gtk/main_statusbar.c
 
-Change implicit tag handling for SEQUENCE OF and fix a cut'n paste error.
+Make sure that reset the elapsed time to load a file before we reload/rescan the file
 ------------------------------------------------------------------------
-r22007 | etxrab | 2007-05-30 12:02:14 -0700 (Wed, 30 May 2007) | 1 line
+r29784 | etxrab | 2009-09-07 21:50:48 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/column-utils.c
 
-Update value strings.
+Remove an unused parameter.
 ------------------------------------------------------------------------
-r22008 | etxrab | 2007-05-30 12:03:13 -0700 (Wed, 30 May 2007) | 1 line
+r29785 | jake | 2009-09-07 22:58:51 -0700 (Mon, 07 Sep 2009) | 3 lines
 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
+   M /trunk/AUTHORS
+
+From Artem Tamazov:
+Add Artem Tamazov and Dmitry Trebuch to AUTHORS.
 
-Add separate asn1 files that may be used later.
 ------------------------------------------------------------------------
-r22009 | sfisher | 2007-05-30 12:43:33 -0700 (Wed, 30 May 2007) | 4 lines
+r29786 | jmayer | 2009-09-08 00:03:57 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/graph_analysis.c
-
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/FindMATH.cmake
+   A /trunk/cmake/modules/FindPCRE.cmake
+   A /trunk/cmake/modules/FindPORTAUDIO.cmake
+   A /trunk/cmake/modules/FindSH.cmake
+   M /trunk/epan/CMakeLists.txt
+   A /trunk/gtk/CMakeLists.txt
 
-Fix bug #1530 this time for GTK1 builds.
+dftest and rawshark now build.
+tshark might build.
 
 
 ------------------------------------------------------------------------
-r22010 | etxrab | 2007-05-30 14:50:31 -0700 (Wed, 30 May 2007) | 2 lines
+r29787 | etxrab | 2009-09-08 02:11:21 -0700 (Tue, 08 Sep 2009) | 4 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
+   M /trunk/asn1/h248/h248v3.asn
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-- LDAP generated with -X option
-- a minor update to MobileDomainDefinitions.asn adding ID and a document reference.
+From   Alex Lindberg:
+Update to h248v3.asn
+
+Applied the change from the Amendment 1 by hand.
 ------------------------------------------------------------------------
-r22011 | gerald | 2007-05-30 16:33:26 -0700 (Wed, 30 May 2007) | 2 lines
+r29788 | stig | 2009-09-08 03:12:01 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/packet_list_store.c
 
-Add an item for bug 1416 (an off-by-one error in DHCP/BOOTP).
+Fixed initialization of fdata.
 
 ------------------------------------------------------------------------
-r22012 | gerald | 2007-05-30 17:11:27 -0700 (Wed, 30 May 2007) | 2 lines
+r29789 | etxrab | 2009-09-08 03:33:15 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-
-Fix a couple of TCP filter typos.
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
+From : Didier Gautheron
+speed up a little proto_custom_set.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3972
 ------------------------------------------------------------------------
-r22013 | gerald | 2007-05-30 17:15:28 -0700 (Wed, 30 May 2007) | 4 lines
+r29790 | stig | 2009-09-08 06:44:34 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-icmp.c
 
-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.
+Cleanup code for type and code, do not show empty "()" when code is unused.
+Use hex values for bitmasks in header_field_info.
 
 ------------------------------------------------------------------------
-r22014 | sfisher | 2007-05-30 18:29:16 -0700 (Wed, 30 May 2007) | 8 lines
+r29791 | etxrab | 2009-09-08 06:49:19 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/gtk/capture_dlg.c
 
+Get rid of deprecated gtk_option_menu_new();
+------------------------------------------------------------------------
+r29792 | krj | 2009-09-08 07:17:36 -0700 (Tue, 08 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.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.
+Custom column deprecation:
 
+We fill out the COL_OXID column by using 'pinfo->oxid'. This member is only set by the Fibre Channel dissector based on 'fc.ox_id'. So remove COL_OXID and migrate to 'fc.ox_id' custom column.
 
 ------------------------------------------------------------------------
-r22015 | guy | 2007-05-30 22:46:45 -0700 (Wed, 30 May 2007) | 2 lines
+r29793 | krj | 2009-09-08 07:21:14 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/wiretap/netxray.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-My comment is redundant with Bill's more-detailed comment; remove it.
+Custom column deprecation:
+
+We fill out the COL_RXID column by using 'pinfo->rxid'. This member is only set by the Fibre Channel dissector based on 'fc.rx_id'. So remove COL_RXID and migrate to 'fc.rx_id' custom column.
 
 ------------------------------------------------------------------------
-r22016 | guy | 2007-05-30 22:51:15 -0700 (Wed, 30 May 2007) | 4 lines
+r29794 | krj | 2009-09-08 07:26:09 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/wiretap/netxray.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+
+Custom column deprecation:
 
-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.
+We fill out the COL_SRCIDX column by using 'pinfo->src_idx'. This member is only set by the MDS Header dissector based on 'mdshdr.srcidx'. So remove COL_SRCIDX and migrate to 'mdshdr.srcidx' custom column.
 
 ------------------------------------------------------------------------
-r22017 | sfisher | 2007-05-31 11:41:25 -0700 (Thu, 31 May 2007) | 9 lines
+r29795 | krj | 2009-09-08 07:29:08 -0700 (Tue, 08 Sep 2009) | 4 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:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-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.
+Custom column deprecation:
 
+We fill out the COL_DSTIDX column by using 'pinfo->dst_idx'. This member is only set by the MDS Header dissector based on 'mdshdr.dstidx'. So remove COL_DSTIDX and migrate to 'mdshdr.dstidx' custom column.
 
 ------------------------------------------------------------------------
-r22018 | sfisher | 2007-05-31 12:29:29 -0700 (Thu, 31 May 2007) | 6 lines
+r29796 | etxrab | 2009-09-08 07:41:25 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-redback.c
-
+   M /trunk/gtk/prefs_gui.c
 
-From Florian Lohoff:
+Get rid of deprecated gtk_entry_append_text().
+------------------------------------------------------------------------
+r29797 | krj | 2009-09-08 07:59:26 -0700 (Tue, 08 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Updates to the redback dissector
+Custom columnfication:
 
+* Deprecate COL_DCE_CTX ("Context ID). Use dcerpc.cn_ctx_id
 
 ------------------------------------------------------------------------
-r22019 | sfisher | 2007-05-31 16:53:39 -0700 (Thu, 31 May 2007) | 15 lines
+r29798 | krj | 2009-09-08 08:55:10 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/column-utils.c
 
+Hoist COL_CHECK_REF_TIME in the call hierarchy. Use it in our public functions, not our internal functions
+------------------------------------------------------------------------
+r29799 | jmayer | 2009-09-08 08:56:16 -0700 (Tue, 08 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/CMakeLists.txt
+   M /trunk/epan/CMakeLists.txt
+   M /trunk/gtk/CMakeLists.txt
+   M /trunk/wiretap/CMakeLists.txt
 
-From Zach Chadwick:
+- now wireshark compiles with cmake as well
 
-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
+------------------------------------------------------------------------
+r29800 | jmayer | 2009-09-08 09:07:14 -0700 (Tue, 08 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/CMakeLists.txt
 
-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.
+Build new packetlist
 
-Me: Changed stun.att.connection.request.binding to
-stun.att.connection_request_binding
+------------------------------------------------------------------------
+r29802 | martinm | 2009-09-08 10:13:55 -0700 (Tue, 08 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
+Trivial: add direction to expert info string for CRC failures.
 
 ------------------------------------------------------------------------
-r22020 | martinm | 2007-06-01 11:29:23 -0700 (Fri, 01 Jun 2007) | 4 lines
+r29803 | krj | 2009-09-08 10:29:57 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/rawshark.c
+   M /trunk/tshark.c
 
-- Check NACK version is 1 before dissecting as NACK
-- Add expert item when NACK found
-- Give a couple of subtrees items to make them more filterable 
+Make tshark and rawshark use build_column_format_array() instead of duplicating the code
+------------------------------------------------------------------------
+r29804 | krj | 2009-09-08 11:02:43 -0700 (Tue, 08 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/cmdarg_err.h
+   M /trunk/dumpcap.c
+   M /trunk/simple_dialog.h
 
+Use Wireshark/GLib attribute specifiers instead of checking for __GNUC__ explicitly
 ------------------------------------------------------------------------
-r22021 | etxrab | 2007-06-01 12:52:26 -0700 (Fri, 01 Jun 2007) | 2 lines
+r29805 | etxrab | 2009-09-08 11:46:47 -0700 (Tue, 08 Sep 2009) | 3 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
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-giop.h
 
-Regenerate the INAP dissector with the -X option using the original asn1 files
-(with small modifications).
+From Steve Osselton:
+Fix for MIOP dissector for GIOP < 1.2.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3892
 ------------------------------------------------------------------------
-r22022 | etxrab | 2007-06-01 12:53:46 -0700 (Fri, 01 Jun 2007) | 1 line
+r29806 | krj | 2009-09-08 12:00:54 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   D /trunk/asn1/gsmmap/MAP-SS-DataTypes.txt
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/tshark.c
 
-Delete file added by misstake.
+Add an option to col_fill_in() to allow us to disable column expression processing. This is rarely needed. It's only needed when the user right clicks on the packet list view to generate a display filter.
 ------------------------------------------------------------------------
-r22023 | sahlberg | 2007-06-02 01:20:58 -0700 (Sat, 02 Jun 2007) | 4 lines
+r29807 | etxrab | 2009-09-08 12:38:42 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/epan/dissectors/packet-dnp.c
 
-update the ctdb controls to match the current version of the protocol 
+From Xavier Laxa:
+UNS bit not correctly parsed in DNP APP Layer.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3318
+------------------------------------------------------------------------
+r29808 | krj | 2009-09-08 13:06:52 -0700 (Tue, 08 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
 
+Use g_strlcpy when possible
+------------------------------------------------------------------------
+r29810 | tuexen | 2009-09-08 14:20:31 -0700 (Tue, 08 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isup.c
 
+Print cic in info column for BICC messages similar to ISUP.
 
 ------------------------------------------------------------------------
-r22024 | etxrab | 2007-06-02 02:36:26 -0700 (Sat, 02 Jun 2007) | 1 line
+r29811 | gerald | 2009-09-08 15:56:55 -0700 (Tue, 08 Sep 2009) | 3 lines
 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
+   M /trunk/epan/proto.c
+
+Move the infinite loop check from proto_tree_add_node to
+TRY_TO_FAKE_THIS_ITEM. Partial fix for bug 3986.
 
-Camel regenerated with the -X option
 ------------------------------------------------------------------------
-r22025 | etxrab | 2007-06-02 05:26:13 -0700 (Sat, 02 Jun 2007) | 1 line
+r29812 | gerald | 2009-09-08 15:58:23 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/epan/dissectors/packet-infiniband.c
+
+Just use proto_tree_add_item instead of feeding tvb->real_data to
+proto_tree_add_bytes.
 
-Syntax suport for Embedded pdv.
 ------------------------------------------------------------------------
-r22026 | etxrab | 2007-06-02 05:29:18 -0700 (Sat, 02 Jun 2007) | 1 line
+r29813 | gerald | 2009-09-08 17:18:15 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   A /trunk/asn1/ros/Remote-Operations-Information-Objects.asn
+   M /trunk/plugins/opcua/opcua.c
+   M /trunk/plugins/opcua/opcua_simpletypes.c
+   M /trunk/plugins/opcua/opcua_transport_layer.c
+
+Check our array lengths and refuse to process them if they're too large.
+Fixes bug 3986. Use tvb_memeql and proto_tree_add_item instead of
+digging around in tvb->real_data.
 
-Check in original asn1, to be referenced.
 ------------------------------------------------------------------------
-r22027 | sahlberg | 2007-06-02 15:31:12 -0700 (Sat, 02 Jun 2007) | 3 lines
+r29814 | jake | 2009-09-09 00:22:44 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ctdb.c
-
-show the database name for ctdb.dbid fields
+   M /trunk/epan/dissectors/packet-dhcpv6.c
 
+Fix for bug 3987:
+Option Request option values are in 16 bit units.
+------------------------------------------------------------------------
+r29815 | jake | 2009-09-09 00:27:01 -0700 (Wed, 09 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
 
+From kahou:
+FCSOF incorrect checksum calculation.
 ------------------------------------------------------------------------
-r22028 | sahlberg | 2007-06-02 15:50:31 -0700 (Sat, 02 Jun 2007) | 5 lines
+r29816 | etxrab | 2009-09-09 00:29:41 -0700 (Wed, 09 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-ranap.h
 
-add a new field to one of the pdus
+Target Identification shall be coded as TLV IE where value is
+coded as TargetRNC-ID.
+Proposed fix to
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3974
+(The enclosed trace dioes not decode properly but may be wrongly encoded).
+------------------------------------------------------------------------
+r29817 | etxrab | 2009-09-09 01:50:06 -0700 (Wed, 09 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-rsn in dmaster request/response is aligned to a 64 bit bundary
+Allocate col_text and col_text_len when the fdata struct is allocated.
+------------------------------------------------------------------------
+r29818 | etxrab | 2009-09-09 01:51:33 -0700 (Wed, 09 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
 
+Allocate col_text and col_text_len when the fdata struct is allocated.
+(complete the checkin).
+------------------------------------------------------------------------
+r29819 | jmayer | 2009-09-09 06:20:33 -0700 (Wed, 09 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+   M /trunk/cmake/modules/FindADNS.cmake
+   A /trunk/cmake/modules/FindCARES.cmake
+   D /trunk/cmake/modules/FindDBUS.cmake
+   D /trunk/cmake/modules/FindDBUSGLIB.cmake
+   A /trunk/cmake/modules/FindGCRYPT.cmake
+   A /trunk/cmake/modules/FindGNUTLS.cmake
+   M /trunk/cmake/modules/FindGTK2.cmake
+   A /trunk/cmake/modules/FindLUA.cmake
+   M /trunk/cmake/modules/FindMATH.cmake
+   M /trunk/cmake/modules/FindPCAP.cmake
+   M /trunk/cmake/modules/FindPCRE.cmake
+   M /trunk/cmake/modules/FindPORTAUDIO.cmake
+   A /trunk/cmake/modules/FindSMI.cmake
+   M /trunk/cmake/modules/FindWSWIN32.cmake
+   A /trunk/cmake/modules/FindZ.cmake
+   M /trunk/cmakeconfig.h.in
+   A /trunk/codecs/CMakeLists.txt
+   M /trunk/epan/CMakeLists.txt
+   A /trunk/epan/wslua/CMakeLists.txt
 
+CMAKE: Get most of of missing *build* pieces into place
 ------------------------------------------------------------------------
-r22029 | sahlberg | 2007-06-02 16:08:21 -0700 (Sat, 02 Jun 2007) | 3 lines
+r29820 | jmayer | 2009-09-09 06:27:25 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/CMakeLists.txt
 
-srvid is also aligned to an 8 byte boundary
+Add missing include dirs when building wslua.
+wslua doesn't build due to some probably non-cmake
+related problem (have to verify though).
 
+------------------------------------------------------------------------
+r29821 | krj | 2009-09-09 07:01:57 -0700 (Wed, 09 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+   M /trunk/config.h.win32
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/easy_codec/Makefile.nmake
+   M /trunk/plugins/ethercat/Makefile.nmake
+   M /trunk/plugins/giop/Makefile.nmake
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/m2m/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/opcua/Makefile.nmake
+   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/plugins/sercosiii/Makefile.nmake
+   M /trunk/plugins/stats_tree/Makefile.nmake
+   M /trunk/plugins/tpg/Makefile.nmake
+   M /trunk/plugins/unistim/Makefile.nmake
+   M /trunk/plugins/wimax/Makefile.nmake
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
 
+We no longer support the old plugin API so remove it completely from the build system
 ------------------------------------------------------------------------
-r22030 | wmeier | 2007-06-03 09:07:07 -0700 (Sun, 03 Jun 2007) | 2 lines
+r29822 | stig | 2009-09-09 07:11:10 -0700 (Wed, 09 Sep 2009) | 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
+   M /trunk/epan/dissectors/packet-m2ua.c
 
-INAP:
-- Use (some) IN CS4 asn1 files Q.1248.1 Q.1248.2 Q.1248.3
+Fixed data type signedness for protocol_data_1_global.
 
-BER/asn2wrs:
--  Add basic support for EmbeddedPDVType
 ------------------------------------------------------------------------
-r22032 | etxrab | 2007-06-03 14:10:29 -0700 (Sun, 03 Jun 2007) | 1 line
+r29823 | stig | 2009-09-09 08:06:38 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-ospf.c
+
+Added support for Multi-Topology (MT) Routing (RFC4915)
+Added W and N flags
+Fixed some string capitalizations.
 
-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
+r29824 | krj | 2009-09-09 09:38:09 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/dftest.c
+
+* Free dfilter on shutdown
+* Remove unused packet_info variable
 
-Add dissect_per_enumerated
 ------------------------------------------------------------------------
-r22034 | sahlberg | 2007-06-04 00:24:55 -0700 (Mon, 04 Jun 2007) | 3 lines
+r29825 | jake | 2009-09-09 12:09:57 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-there is no longer a FINISHED pdu in the protocol
+From Ivan Sy:
+Add a more descriptive log message on DH key exchange.
 
+------------------------------------------------------------------------
+r29827 | etxrab | 2009-09-09 12:34:14 -0700 (Wed, 09 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
 
+Be consistent use and g_string_chunk_insert_const() in stead of
+g_string_chunk_insert() as in expert_dlg.c
 ------------------------------------------------------------------------
-r22035 | sahlberg | 2007-06-04 00:35:05 -0700 (Mon, 04 Jun 2007) | 3 lines
+r29830 | guy | 2009-09-09 16:56:27 -0700 (Wed, 09 Sep 2009) | 21 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/packaging/macosx/ChmodBPF/StartupParameters.plist
 
-add the name for the keeaplive pdu
+To quote
+    
+       http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html
 
+"Table 1  StartupParameters.plist key-value pairs
 
-------------------------------------------------------------------------
-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
+Key            Type    Value
+Description    String  A short description of the startup item,
+                       used by administrative tools.
+
+Provides       Array   The names of the services provided by this
+                       startup item.  Although a startup item can
+                       potentially provide multiple services, it is
+                       recommended that you limit your startup items
+                       to only one service each."
+
+Fix "Provides" to be the name of the service, not a description of the
+helpful operations that it provides.
 
-- 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)
+(Propagated from tcpdump.org git repository.)
 
-- dissectors using classes regenerated
 ------------------------------------------------------------------------
-r22037 | etxrab | 2007-06-04 08:55:20 -0700 (Mon, 04 Jun 2007) | 1 line
+r29831 | guy | 2009-09-09 17:37:16 -0700 (Wed, 09 Sep 2009) | 3 lines
 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
+   M /trunk/packaging/macosx/ChmodBPF/README.macosx
+
+Put in a note about the Snow Leopard bug that requires that you have BPF
+devices open for writing in order to capture outgoing traffic.
 
-Use the unmodified files.
 ------------------------------------------------------------------------
-r22038 | sfisher | 2007-06-04 13:15:10 -0700 (Mon, 04 Jun 2007) | 8 lines
+r29832 | morriss | 2009-09-09 19:15:55 -0700 (Wed, 09 Sep 2009) | 5 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
+   M /trunk/epan/dissectors/packet-ospf.c
 
-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. 
+From Edward J. Paradise via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3954 :
 
+The A and N bit descriptions should be Always and Never, not Answer and
+Incomplete.
 
 ------------------------------------------------------------------------
-r22039 | sfisher | 2007-06-04 14:18:19 -0700 (Mon, 04 Jun 2007) | 4 lines
+r29833 | morriss | 2009-09-09 19:40:19 -0700 (Wed, 09 Sep 2009) | 37 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/epan/dissectors/packet-nhrp.c
 
+From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3950 :
 
-Get the Windows builds going again after my last check-in
+The attached patch improves NHRP dissection and encompasses the following
+changes:
+1) Now displays Request ID and CIE Reply code or Error code in Info column.
 
+2) Added support for RFC 2520 and RFC 2735 extensions and error codes.
+   References:
+       -> http://www.ietf.org/rfc/rfc2520.txt?number=2520
+       -> http://www.ietf.org/rfc/rfc2735.txt?number=2735
+   Note: Cisco's NAT Address Extension conflicts with RFC 2735's published
+Device Capabilities Extension.  Both are assigned type 9.  As such, I have had
+to add some heuristics to differentiate between them.  It should be reliable
+though since the former carries a CIE with length > 8 bytes, and the latter a
+fixed-length payload of 8 bytes.
 
-------------------------------------------------------------------------
-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.
+3) A few fields previously not filterable now are: hf_nhrp_hdr_op_type,
+hf_nhrp_hdr_version and hf_nhrp_error_code.
 
-------------------------------------------------------------------------
-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
+4) Added support for authentication and vendor-private extension header decode.
+   NOTE: The authentication extension has been added according to RFC 2332.  In
+practice, it seems that at least with certain Cisco equipment (I tested with
+cisco 2851 IOS version 12.4(15)T), they use their own non-standard
+authentication extension format.  Because of this, Cisco's version of the
+extension will likely either be displayed a little differently than one may
+expect or be indicated as being mal-formed ... because in reality, it is.
 
-From Michael Scharf: Add support for TCP Quickstart.
+5) Utilizes expert info in a couple more places to indicate mal-formed packets.
+ Cisco's Error Indication packet, for example, violates RFC 2332 Section 5.2.7
+by including extensions in the Error Indication packet as well as by including
+erroneous data following the End Extension.  Both cases are reported via expert
+info now.  Previously, at least with the case of the erroneous data following
+the End Extension, the packet would almost certainly have been marked
+mal-formed anyway.  I now just prevent Wireshark from even attempting to decode
+the non-sensical mess.
 
 
 ------------------------------------------------------------------------
-r22042 | kukosa | 2007-06-05 01:33:39 -0700 (Tue, 05 Jun 2007) | 1 line
+r29834 | morriss | 2009-09-09 19:46:40 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/AUTHORS
 
-few small changes to compile INAP (Q.1248.x) from original ASN.1 source
+Add blurb for Chris Maynard's recent NHRP changes.
 ------------------------------------------------------------------------
-r22043 | kukosa | 2007-06-05 05:00:57 -0700 (Tue, 05 Jun 2007) | 3 lines
+r29835 | etxrab | 2009-09-09 22:57:30 -0700 (Wed, 09 Sep 2009) | 4 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
+   M /trunk/asn1/h248/Makefile.common
+   M /trunk/asn1/h248/h248.cnf
+   A /trunk/asn1/h248/h248v1support.asn
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-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)
+From   Alex Lindberg:
+Add H248V1 suport.
+(H248 dissector fails on poorly formed AuditReply packet from Media Gateway)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3953
 ------------------------------------------------------------------------
-r22044 | kukosa | 2007-06-05 05:15:52 -0700 (Tue, 05 Jun 2007) | 1 line
+r29836 | etxrab | 2009-09-09 23:07:31 -0700 (Wed, 09 Sep 2009) | 3 lines
 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
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afp.h
+   M /trunk/epan/dissectors/packet-dsi.c
 
-Q.932 and QSIG regenerated with -X (new BER) option
+From Alex deVries:
+DSI/AFP dissectors need support for AFP 3.3
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3995
 ------------------------------------------------------------------------
-r22045 | kukosa | 2007-06-05 06:34:18 -0700 (Tue, 05 Jun 2007) | 1 line
+r29837 | etxrab | 2009-09-09 23:37:04 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/dop/dop.cnf
-   M /trunk/asn1/dop/packet-dop-template.c
-   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/wslua/wslua_tree.c
 
-use ASN.1 type names in conformance file instead of Wireshak types
+From Diego:
+proto_item_set_len is missing from Lua API.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3994
 ------------------------------------------------------------------------
-r22046 | kukosa | 2007-06-05 06:43:45 -0700 (Tue, 05 Jun 2007) | 1 line
+r29838 | jmayer | 2009-09-10 00:04:54 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/FindCAP.cmake
+   A /trunk/cmake/modules/FindGEOIP.cmake
+   A /trunk/cmake/modules/FindKERBEROS.cmake
+   A /trunk/cmake/modules/FindM.cmake (from /trunk/cmake/modules/FindMATH.cmake:29823)
+   D /trunk/cmake/modules/FindMATH.cmake
+   A /trunk/epan/wspython/CMakeLists.txt
+
+Update to add the last missing detection stuff.
+Some of it is untested, kerberos is currently a hack.
+Apart from that, package detection should be complete.
 
-replace '&' with '_' in asn2c() function
 ------------------------------------------------------------------------
-r22047 | etxrab | 2007-06-05 07:47:11 -0700 (Tue, 05 Jun 2007) | 1 line
+r29839 | tuexen | 2009-09-10 02:50:30 -0700 (Thu, 10 Sep 2009) | 2 lines
 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
+   M /trunk/epan/dissectors/packet-isup.c
+
+Fix handling of BEARER_CONTROL_UNIT_IDENTIFIER.
 
-Regenerate the MMS dissector with -T and -X options.
 ------------------------------------------------------------------------
-r22048 | etxrab | 2007-06-05 07:53:37 -0700 (Tue, 05 Jun 2007) | 1 line
+r29840 | krj | 2009-09-10 06:52:36 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/inap/IN-SCF-SRF-datatypes.asn
-   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/ftypes/ftypes.h
 
-Regenerate the INAP dissector with thelatest asn2wrs and theunmodified asn files.
+Remove unused field
 ------------------------------------------------------------------------
-r22049 | guy | 2007-06-05 10:15:21 -0700 (Tue, 05 Jun 2007) | 5 lines
+r29841 | krj | 2009-09-10 07:37:09 -0700 (Thu, 10 Sep 2009) | 19 lines
 Changed paths:
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftypes.h
+
+Use the correct type, that is GByteArray instead of GString. The reason why this 'worked' before (on non-64bit platforms that is):
+
+struct _GString
+{
+  gchar  *str;
+  gsize len;    
+  gsize allocated_len;
+};
 
-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.
+And:
+
+struct _GArray
+{
+  gchar *data;
+  guint len;
+};
+
+We only accessed the first two fields of the GString struct.
 
 ------------------------------------------------------------------------
-r22050 | guy | 2007-06-05 10:17:22 -0700 (Tue, 05 Jun 2007) | 2 lines
+r29842 | morriss | 2009-09-10 08:30:10 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/wiretap/netmon.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-pw-cesopsn.c
+   M /trunk/epan/dissectors/packet-pw-common.h
+   M /trunk/epan/dissectors/packet-pw-satop.c
 
-Note the version numbers in NetMon 3.0 files.
+From Artem Tamazov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3903 :
+
+Decoding of UDP-multiplexed CESoPSN and SAToP traffic.
 
 ------------------------------------------------------------------------
-r22051 | jake | 2007-06-05 13:26:03 -0700 (Tue, 05 Jun 2007) | 2 lines
+r29843 | gerald | 2009-09-10 09:50:25 -0700 (Thu, 10 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/crypt/airpdcap.c
+
+WPA decryption fix from Greg Schwendimann via bug 3890:
+
+I'm reasonably sure that I introduced this bug and I apologize for the problems
+with my previous patch.  The problem is that I did not use all of the seen
+keys,  I used all except the first key, which in a case of one key is none. 
+The attached patch fixes the error.
 
-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
+r29844 | krj | 2009-09-10 09:54:02 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
 
-Fix for bug 1512:
-Present user with the invalid time string.
+offset_from_real_beginning() is only called with 0 as second argument, so remove the argument completely. It seems that the second argument only acts as an accumulator allowing offset_from_real_beginning() to call itself recursively. To be consistent offset_from_real_beginning() is renamed to tvb_offset_from_real_beginning().
 ------------------------------------------------------------------------
-r22053 | guy | 2007-06-05 14:23:49 -0700 (Tue, 05 Jun 2007) | 6 lines
+r29845 | martinm | 2009-09-10 11:12:41 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-mac-lte.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.
+Re-arrange dissection of UL/DL-SCH so easier to test for ommitted SDUs.
 
 ------------------------------------------------------------------------
-r22054 | kukosa | 2007-06-06 01:12:27 -0700 (Wed, 06 Jun 2007) | 1 line
+r29846 | krj | 2009-09-10 11:22:33 -0700 (Thu, 10 Sep 2009) | 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
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftypes.h
+   M /trunk/epan/proto.c
 
-use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)
+Introduce a few FT_XXX lengths defines and use those instead of hard coding constants
 ------------------------------------------------------------------------
-r22055 | kukosa | 2007-06-06 02:43:45 -0700 (Wed, 06 Jun 2007) | 1 line
+r29847 | jake | 2009-09-10 11:54:12 -0700 (Thu, 10 Sep 2009) | 4 lines
 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
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.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
+From Jean-Fran?\195?\167ois Wauthy:
+This patch fixes a bug in the dissection of the TI CC24xx FCS where the
+endianness of the bitmasks used was wrong.
 
-build-in OPERATION and ERROR classes definition
 ------------------------------------------------------------------------
-r22057 | kukosa | 2007-06-06 04:52:48 -0700 (Wed, 06 Jun 2007) | 1 line
+r29849 | jake | 2009-09-10 13:42:17 -0700 (Thu, 10 Sep 2009) | 8 lines
 Changed paths:
-   M /trunk/asn1/Makefile.am
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.h
+
+From Jean-Fran?\195?\167ois Wauthy:
+Implementation of the IEEE 802.15.4 dissector ignores the Auxiliary Security
+Header of the MHR (see IEEE 802.15.4-2006 specs p.138). 
+The attached patch, add two things :
+ 1) Support for dissecting the Auxiliary Security Header
+ 2) Add a preference option to force the dissection of 
+    the FCS field as being in the TI CC24xx format
 
-fix dist failed
 ------------------------------------------------------------------------
-r22058 | jake | 2007-06-06 12:50:28 -0700 (Wed, 06 Jun 2007) | 3 lines
+r29852 | martinm | 2009-09-10 15:53:57 -0700 (Thu, 10 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius_packetcable.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-Fix for bug 1644.
-Get the DST from the right offset in the tvb.
+Add the option to call RLC dissector for LCID 1&2.
+These should be srb1 & srb2 (AM).
 
 ------------------------------------------------------------------------
-r22059 | jake | 2007-06-06 12:58:26 -0700 (Wed, 06 Jun 2007) | 3 lines
+r29853 | guy | 2009-09-10 17:00:45 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius_packetcable.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-Fix for bug 1643.
-Add element type Policy Server.
+Get rid of trailing space in string.
 
 ------------------------------------------------------------------------
-r22060 | lego | 2007-06-06 13:56:38 -0700 (Wed, 06 Jun 2007) | 5 lines
+r29854 | morriss | 2009-09-10 18:57:59 -0700 (Thu, 10 Sep 2009) | 9 lines
 Changed paths:
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/wtap.def
-   M /trunk/wiretap/wtap.h
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors
+   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/Makefile.nmake
+   A /trunk/epan/dissectors/README.X11
+   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/epan/dissectors/process-x11-fields.pl
+   A /trunk/epan/dissectors/process-x11-xcb.pl
+   A /trunk/epan/dissectors/x11-declarations.h
+   A /trunk/epan/dissectors/x11-extension-errors.h
+   A /trunk/epan/dissectors/x11-extension-implementation.h
+   A /trunk/epan/dissectors/x11-glx-render-enum.h
+   A /trunk/epan/dissectors/x11-register-info.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.
+From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
 
+This patch adds extension support to the X11 dissector.
 
+I've removed the perl script from the make file, since the new one depends on
+perl 5.10, xcbproto (at least git as of today), and mesa (at least the
+mesa/src/mesa/glapi directory). It seemed easier to just add the generated
+header files to svn directly.
 
 ------------------------------------------------------------------------
-r22061 | wmeier | 2007-06-06 14:04:22 -0700 (Wed, 06 Jun 2007) | 5 lines
+r29855 | jmayer | 2009-09-11 03:46:53 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-epl.c
-   M /trunk/epan/dissectors/packet-epl.h
+   M /trunk/epan/CMakeLists.txt
 
-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).
+Update generating the x11 stuff to follow configure
 
 ------------------------------------------------------------------------
-r22062 | lego | 2007-06-06 15:02:56 -0700 (Wed, 06 Jun 2007) | 3 lines
+r29856 | morriss | 2009-09-11 04:22:23 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-epl.c
-
-Unconditionally initialize profile (avoid a warning causing the distcheck buildbot to fail).
-
+   M /trunk/epan/dissectors/process-x11-xcb.pl
+   M /trunk/epan/dissectors/x11-extension-implementation.h
 
+When pre-declaring variables, use the right type.
 ------------------------------------------------------------------------
-r22063 | kukosa | 2007-06-06 23:05:36 -0700 (Wed, 06 Jun 2007) | 2 lines
+r29857 | etxrab | 2009-09-11 04:58:00 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/asn2wrs.py
+   M /trunk/file.c
 
-- improve compilation (passing type information) if modules are not merged with -p option
-- start "module grouping" compilation feature
+New_packet_list
+Select the correct frame in packet details when filtering.
 ------------------------------------------------------------------------
-r22064 | gerald | 2007-06-07 10:40:23 -0700 (Thu, 07 Jun 2007) | 2 lines
+r29858 | jmayer | 2009-09-11 06:30:01 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/README.cmake
+   M /trunk/epan/CMakeLists.txt
 
-Add an option to ignore vendor-specific HT elements.
+- Update README.cmake: The stuff now build without
+  running autofoo first.
+- Add a comment how to change the name of a generated target
 
 ------------------------------------------------------------------------
-r22065 | guy | 2007-06-07 19:45:30 -0700 (Thu, 07 Jun 2007) | 4 lines
+r29859 | krj | 2009-09-11 07:00:36 -0700 (Fri, 11 Sep 2009) | 1 line
 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).
+   M /trunk/epan/column-utils.c
 
+Move some CHECK_COL to our public functions, allowing us to bail our more quickly
 ------------------------------------------------------------------------
-r22066 | etxrab | 2007-06-07 22:04:54 -0700 (Thu, 07 Jun 2007) | 6 lines
+r29860 | krj | 2009-09-11 07:21:04 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/column-utils.c
+
+Make sure that we point the current column to a constant string if we have no address.
+
+Fixes http://wiki.wireshark.org/Development/OptimizePacketList?action=diff&rev1=20&rev2=21
 
-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
+r29861 | etxrab | 2009-09-11 07:58:49 -0700 (Fri, 11 Sep 2009) | 1 line
 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
+   M /trunk/file.c
 
-Updated GSM MAP to use the latest asn1 original files.
-MAP-dalouge and gsm_ss is included in this dissector.
+Only move to last row if it's vissible.
 ------------------------------------------------------------------------
-r22070 | etxrab | 2007-06-10 14:31:10 -0700 (Sun, 10 Jun 2007) | 1 line
+r29862 | martinm | 2009-09-11 08:16:53 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
+
+Add more useful summary info to RLC root.  Useful mostly for when called from MAC.
 
-Remove an unused variable.
 ------------------------------------------------------------------------
-r22071 | gerald | 2007-06-10 20:58:58 -0700 (Sun, 10 Jun 2007) | 11 lines
+r29863 | sfisher | 2009-09-11 08:38:33 -0700 (Fri, 11 Sep 2009) | 5 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
+   M /trunk/file.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.
+Fix warning that variable may be unused and then declare volatile so it
+survives the TRY/CATCH code.
 
-Add a "-I" flag to dumpcap, which prints out verbose interface
-information.
 
-Tested under Windows and Linux.
+------------------------------------------------------------------------
+r29864 | jake | 2009-09-11 09:58:21 -0700 (Fri, 11 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee802154.c
 
+From Jean-Fran?\195?\167ois Wauthy:
+Dissect the Auxiliary Security Header for IEEE 802.15.4-2006 only.
+Also Auxiliary Security Header dissection endianness bugfix.
 ------------------------------------------------------------------------
-r22072 | etxrab | 2007-06-10 22:28:18 -0700 (Sun, 10 Jun 2007) | 1 line
+r29865 | morriss | 2009-09-11 11:06:50 -0700 (Fri, 11 Sep 2009) | 6 lines
 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
+   M /trunk/epan/dissectors/process-x11-xcb.pl
+   M /trunk/epan/dissectors/x11-extension-errors.h
+   M /trunk/epan/dissectors/x11-extension-implementation.h
+   M /trunk/epan/dissectors/x11-glx-render-enum.h
+
+From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
+
+Put the git version of mesa and xcbproto in the generated header files.
+
+From me: Don't use 'which' to find git--it wouldn't work on Windows.
 
-Generate ANSI MAP with the -X option.
 ------------------------------------------------------------------------
-r22073 | jake | 2007-06-10 23:40:56 -0700 (Sun, 10 Jun 2007) | 1 line
+r29866 | morriss | 2009-09-11 11:15:46 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/capture.c
+   D /trunk/svnadd
+   A /trunk/tools/svnadd (from /trunk/svnadd:29853)
 
-Fix segmentation fault when NULL err_msg pointer passed to capture_interface_list() and sync_list_interface_open() fails.
+Move svnadd to the tools directory.
 ------------------------------------------------------------------------
-r22074 | wmeier | 2007-06-11 08:50:03 -0700 (Mon, 11 Jun 2007) | 5 lines
+r29867 | gerald | 2009-09-11 12:13:39 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/wiretap/netxray.c
+   M /trunk/gtk/new_packet_list.c
 
-Note invalidity of realtick for 
-captypes ETH_CAPTYPE_OTHERPOD2 and
-ETH_CAPTYPE_GIGPOD2 in comments for
-the associated TpS tables.
+Reduce the spacing between new packet list items from 2 pixels to 1. If
+we want the new packet list to look like the old packet list we'll have
+to adjust the behavior of the cell renderer.
 
 ------------------------------------------------------------------------
-r22075 | gerald | 2007-06-11 11:26:09 -0700 (Mon, 11 Jun 2007) | 7 lines
+r29868 | gerald | 2009-09-11 13:36:01 -0700 (Fri, 11 Sep 2009) | 1 line
 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.
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-(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
+r29869 | jmayer | 2009-09-12 10:14:10 -0700 (Sat, 12 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/getopt.h
 
-Fix include paths.
+Add arguments to the getopt() prototype
 
 ------------------------------------------------------------------------
-r22077 | etxrab | 2007-06-11 15:17:28 -0700 (Mon, 11 Jun 2007) | 1 line
+r29870 | jmayer | 2009-09-12 10:20:08 -0700 (Sat, 12 Sep 2009) | 3 lines
 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
+   M /trunk/CMakeLists.txt
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/README.cmake
+   M /trunk/cmake/modules/FindCAP.cmake
+   M /trunk/cmake/modules/FindCARES.cmake
+   A /trunk/cmake/modules/FindPYTHON.cmake
+   M /trunk/cmakeconfig.h.in
+   M /trunk/epan/CMakeLists.txt
+
+Make building with GeoIP, Python, Capabilities and c-ares
+actually work.
 
-Add some more asn1 modules.
 ------------------------------------------------------------------------
-r22078 | gerald | 2007-06-11 15:40:38 -0700 (Mon, 11 Jun 2007) | 2 lines
+r29871 | morriss | 2009-09-12 16:02:34 -0700 (Sat, 12 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
+   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/epan/dissectors/README.X11
+   D /trunk/epan/dissectors/ncp2222.py
+   D /trunk/epan/dissectors/process-x11-fields.pl
+   D /trunk/epan/dissectors/process-x11-xcb.pl
+   M /trunk/epan/dissectors/x11-declarations.h
+   M /trunk/epan/dissectors/x11-extension-errors.h
+   M /trunk/epan/dissectors/x11-extension-implementation.h
+   M /trunk/epan/dissectors/x11-glx-render-enum.h
+   M /trunk/epan/dissectors/x11-register-info.h
+   M /trunk/tools/Makefile.am
+   A /trunk/tools/ncp2222.py (from /trunk/epan/dissectors/ncp2222.py:29870)
+   A /trunk/tools/process-x11-fields.pl (from /trunk/epan/dissectors/process-x11-fields.pl:29870)
+   A /trunk/tools/process-x11-xcb.pl (from /trunk/epan/dissectors/process-x11-xcb.pl:29870)
+
+Move all of the scripts in epan/dissectors/ to tools/ .
+
+Add a target ("x11-dissector") to build the X11 dissector.
 
-Fix dist.
+Put the X11-related files (back) in the source distribution.
 
 ------------------------------------------------------------------------
-r22079 | martinm | 2007-06-12 04:09:22 -0700 (Tue, 12 Jun 2007) | 4 lines
+r29872 | morriss | 2009-09-12 19:12:03 -0700 (Sat, 12 Sep 2009) | 1 line
 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
+   M /trunk/epan/dissectors/Makefile.nmake
 
+Try to get the paths right
 ------------------------------------------------------------------------
-r22080 | martinm | 2007-06-12 08:29:23 -0700 (Tue, 12 Jun 2007) | 2 lines
+r29873 | etxrab | 2009-09-13 06:39:09 -0700 (Sun, 13 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/epan/expert.c
+   M /trunk/epan/expert.h
 
-Add gqpolicy.xml to installed diameter XML files
+Modified extarct from Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+- ei->protocol is a constant.
+- Don't setup expert tap data if there's no tap.
 ------------------------------------------------------------------------
-r22081 | jake | 2007-06-12 11:43:24 -0700 (Tue, 12 Jun 2007) | 1 line
+r29874 | gerald | 2009-09-13 08:03:31 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/about_dlg.c
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Just keep it simple.
+[Automatic manuf and enterprise-numbers update for 2009-09-13]
 ------------------------------------------------------------------------
-r22082 | etxrab | 2007-06-12 14:26:29 -0700 (Tue, 12 Jun 2007) | 1 line
+r29877 | jmayer | 2009-09-13 08:17:26 -0700 (Sun, 13 Sep 2009) | 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
+   M /trunk/epan/CMakeLists.txt
 
-Add some more asn1 modules.
+ncp2222.py has moved
 ------------------------------------------------------------------------
-r22083 | etxrab | 2007-06-12 14:29:27 -0700 (Tue, 12 Jun 2007) | 3 lines
+r29878 | etxrab | 2009-09-13 09:03:46 -0700 (Sun, 13 Sep 2009) | 1 line
 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
+   M /trunk/gtk/expert_comp_table.c
 
-Preparations for updated CMIP dissector:
-- Export AE-title from ACSE
-- Start REAL dissection(unfinished).
+'function' : different 'const' qualifiers
 ------------------------------------------------------------------------
-r22084 | lego | 2007-06-12 16:53:58 -0700 (Tue, 12 Jun 2007) | 3 lines
+r29879 | etxrab | 2009-09-13 09:11:11 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-
-This should fix Coverity's CID: 240 (Bug 1648)
+   M /trunk/gtk/gui_utils.c
 
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Speed up sorting.
 ------------------------------------------------------------------------
-r22085 | jake | 2007-06-12 22:27:32 -0700 (Tue, 12 Jun 2007) | 1 line
+r29880 | etxrab | 2009-09-13 10:24:51 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/docbook/GPL_appendix.xml
+   M /trunk/epan/addr_resolv.c
+
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
-YAE2W
+Clean up addr_resolv.c
 ------------------------------------------------------------------------
-r22086 | sfisher | 2007-06-12 23:22:43 -0700 (Tue, 12 Jun 2007) | 4 lines
+r29881 | morriss | 2009-09-13 10:46:10 -0700 (Sun, 13 Sep 2009) | 17 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/capture_sync.c
+   M /trunk/dumpcap.c
 
+Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionally
+used for this purpose and using it also prevents the 2 signals the child gets:
+       - the user's Ctrl-C (which is sent as a SIGINT to both *shark and its
+         child dumpcap)
+       - the signal *shark generates to shut down the child
 
-Get the Unix buildbots going again
+from colliding (and running 2 signal handlers in the child).
 
+It might be possible for tshark to not send the signal at all when it gets
+SIGINT, but it doesn't do any harm now.
 
-------------------------------------------------------------------------
-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
+Also, do not call g_log() within the signal handler: doing so can cause
+aborts (if g_log is being called by the process when the signal comes, the
+2nd entrance into g_log is detected as a recursion).
 
-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
+This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2767
 
-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
+r29882 | morriss | 2009-09-13 12:23:07 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/uat.h
 
-Fixed crash with missing conversation fragment, improved presentation, minor typos corrected
+s/g_strdown/g_ascii_strdown
 ------------------------------------------------------------------------
-r22090 | morriss | 2007-06-13 06:39:05 -0700 (Wed, 13 Jun 2007) | 7 lines
+r29883 | morriss | 2009-09-13 12:48:22 -0700 (Sun, 13 Sep 2009) | 1 line
 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.
+   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/plugins/asn1/Makefile.am
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/docsis/Makefile.am
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/easy_codec/Makefile.nmake
+   M /trunk/plugins/ethercat/Makefile.am
+   M /trunk/plugins/ethercat/Makefile.nmake
+   M /trunk/plugins/gryphon/Makefile.am
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.am
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/m2m/Makefile.am
+   M /trunk/plugins/m2m/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.am
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/opcua/Makefile.am
+   M /trunk/plugins/opcua/Makefile.nmake
+   M /trunk/plugins/profinet/Makefile.am
+   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/plugins/sercosiii/Makefile.am
+   M /trunk/plugins/sercosiii/Makefile.nmake
+   M /trunk/plugins/stats_tree/Makefile.am
+   M /trunk/plugins/stats_tree/Makefile.nmake
+   M /trunk/plugins/tpg/Makefile.am
+   M /trunk/plugins/tpg/Makefile.nmake
+   M /trunk/plugins/unistim/Makefile.am
+   M /trunk/plugins/unistim/Makefile.nmake
+   M /trunk/plugins/wimax/Makefile.am
+   M /trunk/plugins/wimax/Makefile.nmake
+   M /trunk/plugins/wimaxasncp/Makefile.am
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
 
+Run checkapi on the dissector header files
 ------------------------------------------------------------------------
-r22091 | lego | 2007-06-13 12:05:03 -0700 (Wed, 13 Jun 2007) | 3 lines
+r29884 | morriss | 2009-09-13 16:03:38 -0700 (Sun, 13 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/wiretap/k12.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-classicstun.c (from /trunk/epan/dissectors/packet-stun.c:29883)
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   R /trunk/epan/dissectors/packet-stun.c (from /trunk/epan/dissectors/packet-stun2.c:29883)
+   D /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/epan/dissectors/packet-tftp.c
 
-Fix coverity bug 244, [WS Bug 1649]
+From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2815 
+but (since the patch no longer applied cleanly) essentially manually
+re-implemented by me:
 
+Rename "stun" to "classic stun" and "stun2" to "stun", to follow the usage
+defined in draft-ietf-behave-rfc3489bis-18 section 2.
 
 ------------------------------------------------------------------------
-r22092 | lego | 2007-06-13 12:06:19 -0700 (Wed, 13 Jun 2007) | 3 lines
+r29885 | morriss | 2009-09-13 16:10:11 -0700 (Sun, 13 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/wiretap/wtap.def
+   M /trunk/epan/dissectors/packet-tcp.c
 
-Export all that's exportable from libwiretap.dll
+From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3417
 
+Don't scale the window if the SYN flag is set.
 
 ------------------------------------------------------------------------
-r22093 | lego | 2007-06-13 12:43:26 -0700 (Wed, 13 Jun 2007) | 4 lines
+r29886 | gerald | 2009-09-13 17:38:54 -0700 (Sun, 13 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/wtap.def
-
-turns out that wtap_pkthdr was not exportable!
-nm on my mac says it is there...
+   M /trunk/packaging/macosx/dmg_set_style.scpt
+   M /trunk/packaging/macosx/osx-dmg.sh
+   M /trunk/packaging/macosx/root.ds_store
+   M /trunk/packaging/macosx/util.ds_store
 
+Tweak the Finder windows a bit.
 
 ------------------------------------------------------------------------
-r22094 | gerald | 2007-06-13 15:36:58 -0700 (Wed, 13 Jun 2007) | 3 lines
+r29887 | morriss | 2009-09-13 18:36:26 -0700 (Sun, 13 Sep 2009) | 14 lines
 Changed paths:
+   M /trunk/AUTHORS
    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
+   A /trunk/epan/dissectors/packet-collectd.c
+
+From Bruno and Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3170
 
-Add support for PPI (the Per-Packet Information header), described at
-http://www.cacetech.com/documents/PPI_Header_format_1.0.pdf .
+This patch adds support to Wireshark for dissecting UDP packets used by
+collectd's network plugin in order to transmit data from ones host to another
+host (e.g. centralized storage of statistics while data is collectd on
+individual systems)
+
+The current dissector understands the part types supported by collectd-4.5
+series and gracefully processes future part types (flagging them as unknown).
+
+In regard to protocol errors or bad packets checks are based on the various
+length fields used, parts are marked with warning when length is unexpected;
+marked with error when length breaks minimal rules.
 
 ------------------------------------------------------------------------
-r22095 | guy | 2007-06-13 16:43:07 -0700 (Wed, 13 Jun 2007) | 3 lines
+r29888 | etxrab | 2009-09-13 22:59:38 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-
-Include a link to the AFP reference, as well as to the programming
-guide.
+   M /trunk/epan/dissectors/packet-collectd.c
 
+Add casts to make it compile on Windows.
 ------------------------------------------------------------------------
-r22096 | gerald | 2007-06-13 18:13:04 -0700 (Wed, 13 Jun 2007) | 2 lines
+r29889 | etxrab | 2009-09-13 23:00:53 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-http.c
 
-Fix a bunch of errors found by gcc.
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Use "g_realloc".
 ------------------------------------------------------------------------
-r22097 | etxrab | 2007-06-13 22:17:07 -0700 (Wed, 13 Jun 2007) | 2 lines
+r29890 | jmayer | 2009-09-13 23:48:45 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/asn1.h
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/CMakeLists.txt
 
-Change actx->external.direct_reference to be the OID string.
-Use it in BER direct reference to call the OID dissector.
+Sync to autofoo
 ------------------------------------------------------------------------
-r22098 | jake | 2007-06-14 00:09:07 -0700 (Thu, 14 Jun 2007) | 2 lines
+r29891 | jmayer | 2009-09-13 23:51:22 -0700 (Sun, 13 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pana.c
+   M /trunk/CMakeLists.txt
+
+Not yet working:
+Sync with autofoo: Check for accepted compiler flags. Use
+  identical flags.
 
-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
+r29892 | martinm | 2009-09-14 03:26:53 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-Improve parsing of sctpprim header (variant 1)
+Show UEId in info column for CCCH frames.
 
 ------------------------------------------------------------------------
-r22100 | martinm | 2007-06-14 05:43:15 -0700 (Thu, 14 Jun 2007) | 2 lines
+r29893 | morriss | 2009-09-14 04:26:03 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-collectd.c
 
-Try again!
+Change proto_tree_add_protocol_format() to proto_tree_add_text() since all that is being added is text.
+------------------------------------------------------------------------
+r29894 | morriss | 2009-09-14 06:11:26 -0700 (Mon, 14 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-collectd.c
 
+Put the parenthesis in the right place
 ------------------------------------------------------------------------
-r22101 | martinm | 2007-06-14 08:17:49 -0700 (Thu, 14 Jun 2007) | 2 lines
+r29895 | wmeier | 2009-09-14 07:03:32 -0700 (Mon, 14 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-stun.c
 
-Try to fix warning/error.
+Remove unneeded #includes (stdio.h  & etc);
+Remove a bunch calls to of check_cols();
+Use tfs_set_notset from tfs.c instead of a locally defined tfs struct;
+Use consistent indentation;
+Adjust spacing on some lines and reformat a few long lines.
 
 ------------------------------------------------------------------------
-r22102 | gerald | 2007-06-14 09:44:36 -0700 (Thu, 14 Jun 2007) | 2 lines
+r29896 | wmeier | 2009-09-14 07:59:08 -0700 (Mon, 14 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-classicstun.c
 
-Add a hint for using wlan.fc.type_subtype.
+Remove unneeded #includes (stdio.h & friends);
+Remove a call to checkcol();
+Use tfs_set_notset instead of a local true_false_string defintion;
+Use consistent indentation;
+Adjust some spacing.
 
 ------------------------------------------------------------------------
-r22103 | etxrab | 2007-06-14 12:05:20 -0700 (Thu, 14 Jun 2007) | 2 lines
+r29897 | wmeier | 2009-09-14 08:28:09 -0700 (Mon, 14 Sep 2009) | 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
+   M /trunk/doc/README.developer
+
+Update: Remove references to the use of check_col() since no longer required.
 
-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
+r29898 | wmeier | 2009-09-14 08:34:05 -0700 (Mon, 14 Sep 2009) | 2 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
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
+
+Remove usage of check_col() since no longer required.
 
-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.
+------------------------------------------------------------------------
+r29899 | wmeier | 2009-09-14 09:04:54 -0700 (Mon, 14 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
 
-Remove fcsPresent, radiotapPresent, and associated code from airpdcap.c
-since they were always FALSE.  Glib-ize some data types.  Fixup white
-space.
+(Trivial) Fix a typo in a comment
 
-Update the release notes.
+------------------------------------------------------------------------
+r29900 | etxrab | 2009-09-14 09:06:31 -0700 (Mon, 14 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/simple_dialog.c
 
+Change gtk_pixmap_new() to gtk_image_new_from_pixmap().
 ------------------------------------------------------------------------
-r22105 | etxrab | 2007-06-15 09:20:35 -0700 (Fri, 15 Jun 2007) | 1 line
+r29901 | wmeier | 2009-09-14 09:38:06 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/Makefile
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/dcerpc/idl2wrs.c
+
+(Trivial) Fix a typo in a comment.
 
-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
+r29902 | morriss | 2009-09-14 10:36:15 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-http.c
 
-Correct some typos.
+Revert 29889 to stop the fuzz failures.
 ------------------------------------------------------------------------
-r22107 | martinm | 2007-06-15 10:21:13 -0700 (Fri, 15 Jun 2007) | 2 lines
+r29903 | gerald | 2009-09-14 11:00:01 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/packaging/macosx/dmg_set_style.scpt
+   M /trunk/packaging/macosx/osx-dmg.sh
+   M /trunk/packaging/macosx/root.ds_store
+   M /trunk/packaging/macosx/util.ds_store
 
-For IPPRIM, try to set UDP/TCP address info so conversation tracking will work.
+More Finder tweaks.
 
 ------------------------------------------------------------------------
-r22108 | etxrab | 2007-06-15 10:58:23 -0700 (Fri, 15 Jun 2007) | 2 lines
+r29906 | jake | 2009-09-14 14:24:24 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/epan/dissectors/packet-gsm_map.c
+   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
 
-Change Alcatel Specific extension container
-PlmnContainer asn1 code to mach tracing info.
+Fix for bug 4008:
+Crash on TLSv1.2 packets, caused by ssl_short_name array overrun.
 ------------------------------------------------------------------------