Regenerate a few of the ASN.1 dissectors
[obnox/wireshark/wip.git] / ChangeLog
index 3b28613e8d82e8f7ef3b2641f21bdd35e7abe02e..ab4e2abc81a95fe55b2890ca76811e39739ed02d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r11610 | ulfl | 2004-08-06 02:00:49 -0500 (Fri, 06 Aug 2004) | 1 line
+r28815 | gerald | 2009-06-22 15:38:29 -0700 (Mon, 22 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/docbook/ug-src/EUG_app_files.xml
-   M /trunk/docbook/ug-src/EUG_app_tools.xml
-   M /trunk/docbook/ug-src/EUG_chapter_advanced.xml
-   M /trunk/docbook/ug-src/EUG_chapter_customize.xml
-   M /trunk/docbook/ug-src/EUG_chapter_statistics.xml
-   M /trunk/docbook/ug-src/EUG_preface.xml
-   M /trunk/docbook/user-guide.xml
+   M /trunk/epan/dissectors/packet-afs.c
 
-more review comments from Graeme Hewson, increased version to 1.94, added Greame and Martin Regner to the guide's "Acknowledgements"
-------------------------------------------------------------------------
-r11609 | guy | 2004-08-06 00:34:41 -0500 (Fri, 06 Aug 2004) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ax4000.c
+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.
 
-Set the "svn:keywords" and "svn:eol-style" properties to their standard
-values.
+Replace another tvb_get_ptr call with tvb_format_text.
 
 ------------------------------------------------------------------------
-r11608 | guy | 2004-08-06 00:32:59 -0500 (Fri, 06 Aug 2004) | 3 lines
+r28816 | morriss | 2009-06-22 15:48:35 -0700 (Mon, 22 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ax4000.c
+   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.
+------------------------------------------------------------------------
+r28817 | stig | 2009-06-22 23:02:12 -0700 (Mon, 22 Jun 2009) | 6 lines
+Changed paths:
+   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
 
-Put "Spirent" into the initial comment so people are more likely to be
-able to figure out what an AX/4000 is.
+From Kovarththanan Rajaratnam:
+Clean up header field info in asn1/*-template.c files.
+
+From me:
+Fixed a few typos in the patch.
 
 ------------------------------------------------------------------------
-r11607 | gram | 2004-08-05 22:36:28 -0500 (Thu, 05 Aug 2004) | 2 lines
+r28818 | jake | 2009-06-22 23:45:59 -0700 (Mon, 22 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/tethereal.c
-
-Mention psml as a valid option to -T in the usage statements.
+   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.
 ------------------------------------------------------------------------
-r11604 | jmayer | 2004-08-05 02:20:00 -0500 (Thu, 05 Aug 2004) | 5 lines
+r28819 | jake | 2009-06-22 23:49:38 -0700 (Mon, 22 Jun 2009) | 12 lines
 Changed paths:
-   M /trunk/AUTHORS
    M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-ax4000.c
-
-SEKINE Hideki: Routines for AX/4000 Test Block dissection
-
-Added HFILL macros to avoid warnings.
+   A /trunk/epan/dissectors/packet-btamp.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-btl2cap.h
 
+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)
 ------------------------------------------------------------------------
-r11603 | ulfl | 2004-08-05 00:50:32 -0500 (Thu, 05 Aug 2004) | 1 line
+r28820 | etxrab | 2009-06-23 06:49:46 -0700 (Tue, 23 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/catalog.xml
+   M /trunk/epan/dissectors/packet-gtp.c
 
-some minor comments added, as suggested by Joerg Mayer
+Try to fix indentation a bit.
 ------------------------------------------------------------------------
-r11602 | ulfl | 2004-08-04 15:41:24 -0500 (Wed, 04 Aug 2004) | 1 line
+r28821 | etxrab | 2009-06-23 07:16:28 -0700 (Tue, 23 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/ug-src/EUG_chapter_work.xml
+   M /trunk/epan/dissectors/packet-gtp.c
 
-minor review comment from Graeme Hewson
+Revert(Try to fix indentation a bit.)
 ------------------------------------------------------------------------
-r11601 | ulfl | 2004-08-04 00:09:15 -0500 (Wed, 04 Aug 2004) | 1 line
+r28822 | etxrab | 2009-06-23 09:01:55 -0700 (Tue, 23 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/ug-src/EUG_chapter_capture.xml
-   M /trunk/docbook/ug-src/EUG_chapter_introduction.xml
-   M /trunk/docbook/ug-src/EUG_chapter_io.xml
-   M /trunk/docbook/ug-src/EUG_chapter_work.xml
+   M /trunk/diameter/dictionary.xml
 
-more review comments
+Update 3GPP AVP:s
 ------------------------------------------------------------------------
-r11600 | guy | 2004-08-03 22:13:41 -0500 (Tue, 03 Aug 2004) | 2 lines
+r28823 | jake | 2009-06-23 14:05:47 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ntlmssp.c
+   M /trunk/AUTHORS
+   A /trunk/epan/dissectors/packet-hpteam.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/oui.h
 
-Fix a URL.
+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.
 
 ------------------------------------------------------------------------
-r11599 | ulfl | 2004-08-03 14:17:12 -0500 (Tue, 03 Aug 2004) | 1 line
+r28824 | wmeier | 2009-06-23 17:29:54 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/ug-src/EUG_chapter_introduction.xml
-   M /trunk/docbook/ug-src/EUG_chapter_use.xml
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-hpteam.c
 
-more minor review comments from Graeme Hewson
-------------------------------------------------------------------------
-r11598 | ulfl | 2004-08-03 11:32:59 -0500 (Tue, 03 Aug 2004) | 1 line
-Changed paths:
-   M /trunk/docbook/ug-src/EUG_chapter_capture.xml
-   M /trunk/docbook/user-guide.xml
+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.
 
-third part of Graeme Hewsons review comments
 ------------------------------------------------------------------------
-r11595 | ulfl | 2004-08-03 00:21:35 -0500 (Tue, 03 Aug 2004) | 1 line
+r28825 | wmeier | 2009-06-23 17:49:54 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/GFDPL_appendix.xml
-   M /trunk/docbook/ug-src/EUG_chapter_introduction.xml
-   M /trunk/docbook/ug-src/EUG_chapter_use.xml
-   M /trunk/docbook/ug-src/EUG_preface.xml
+   M /trunk/epan/dissectors/packet-btamp.c
+
+Remove two unused includes
 
-first and second part of Graeme Hewsons review comments
 ------------------------------------------------------------------------
-r11594 | guy | 2004-08-02 21:52:48 -0500 (Mon, 02 Aug 2004) | 7 lines
+r28826 | stig | 2009-06-23 18:40:54 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/doc/tethereal.pod
-   M /trunk/tethereal.c
-
-Disallow "-f" when not doing a live capture, rather than just ignoring
-the specified filter.
+   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
 
-Note in the manual that you can't use capture filters when reading a
-capture file, and that read filters might require too much CPU when
-doing a live capture.
+From Kovarththanan Rajaratnam:
+More asn1/* header field info cleanup
 
 ------------------------------------------------------------------------
-r11593 | guy | 2004-08-02 21:30:49 -0500 (Mon, 02 Aug 2004) | 2 lines
+r28827 | stig | 2009-06-23 19:05:51 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ntlmssp.h
+   M /trunk/epan/dissectors/ncp2222.py
 
-Fix the properties.
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r11592 | guy | 2004-08-02 21:28:49 -0500 (Mon, 02 Aug 2004) | 3 lines
+r28828 | stig | 2009-06-23 19:07:16 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-browser.c
-   M /trunk/epan/dissectors/packet-dcerpc-dnsserver.c
-   M /trunk/epan/dissectors/packet-dcerpc-efs.c
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/packet-dcerpc-lsa-ds.c
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
-   M /trunk/epan/dissectors/packet-dcerpc-mapi.c
-   M /trunk/epan/dissectors/packet-dcerpc-messenger.c
-   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcerpc-reg.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
-   M /trunk/epan/dissectors/packet-dcerpc-tapi.c
-   M /trunk/epan/dissectors/packet-dcerpc-trksvr.c
-   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-smb-common.h
-   M /trunk/epan/dissectors/packet-smb-logon.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb.c
-   A /trunk/epan/dissectors/packet-windows-common.c
-   A /trunk/epan/dissectors/packet-windows-common.h
-   M /trunk/smb.h
+   M /trunk/epan/dissectors/process-x11-fields.pl
+   M /trunk/epan/dissectors/x11-fields
 
-Move a bunch of stuff that's more Windows-related than SMB-related to
-"packet-windows-common.[ch]".
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup
+* Fix process-x11-fields.pl (packet-x11.c)
 
 ------------------------------------------------------------------------
-r11591 | guy | 2004-08-02 18:57:36 -0500 (Mon, 02 Aug 2004) | 4 lines
+r28829 | stig | 2009-06-23 19:08:14 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-common.h
+   M /trunk/epan/dissectors/packet-nisplus.c
 
-Every file that includes "packet-smb-common.h" either includes "smb.h"
-or doesn't need anything defined by "smb.h", so don't include it in
-"packet-smb-common.h".
+Change hf_nisplus_dummy to use "dummy" as name instead of " "
+(this is the only place where " " was used)
 
 ------------------------------------------------------------------------
-r11590 | guy | 2004-08-02 18:53:23 -0500 (Mon, 02 Aug 2004) | 3 lines
+r28830 | stig | 2009-06-23 19:11:11 -0700 (Tue, 23 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   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
 
-Nothing, other than the include of "smb.h", in "packet-smb-common.h" is
-used here; don't include it, just include "smb.h".
+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.
 
 ------------------------------------------------------------------------
-r11589 | guy | 2004-08-02 18:46:14 -0500 (Mon, 02 Aug 2004) | 3 lines
+r28831 | stig | 2009-06-23 19:12:13 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-smb-common.h
-   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/plugins/m2m/packet-m2m.c
 
-"dissect_smb_unknown()" isn't some generic routine, it's used only to
-dissect unknown netlogon commands; move it to "packet-smb-logon.c".
+From Kovarththanan Rajaratnam:
+Move hf_register_info declarations in packet-m2m.c to function scope
 
 ------------------------------------------------------------------------
-r11588 | guy | 2004-08-02 18:40:09 -0500 (Mon, 02 Aug 2004) | 3 lines
+r28832 | stig | 2009-06-23 19:17:12 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-smb-common.h
-   M /trunk/epan/dissectors/packet-smb-logon.c
-   M /trunk/epan/dissectors/packet-smb-mailslot.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
 
-Don't drag in a huge pile of headers in "packet-smb-common.h"; rely on
-the files including it to include what they need.
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r11587 | guy | 2004-08-02 18:26:12 -0500 (Mon, 02 Aug 2004) | 3 lines
+r28833 | wmeier | 2009-06-23 19:42:43 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-hpteam.c
 
-The TDS dissector uses nothing from "packet-smb-common.h", so don't
-include it.
+Remove superflous code; #include <stdio.h> not needed.
 
 ------------------------------------------------------------------------
-r11586 | guy | 2004-08-02 18:21:45 -0500 (Mon, 02 Aug 2004) | 3 lines
+r28834 | stig | 2009-06-23 20:03:25 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssh.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-enip.c
 
-The SSH dissector uses nothing from "packet-smb-common.h", so don't
-include it.
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r11585 | guy | 2004-08-02 18:14:32 -0500 (Mon, 02 Aug 2004) | 5 lines
+r28835 | stig | 2009-06-23 22:54:19 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   A /trunk/epan/dissectors/packet-ntlmssp.h
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-smb-common.h
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-Move the NTLMv2 blob stuff back into packet-ntlmssp.c - it's more
-NTLMSSP-related than SMB-related, and documents about NTLMSSP talk about
-it, so it's a little more convenient to keep all that stuff together -
-and export it through a packet-ntlmssp.h header.
+Fixed field types for some reserved fields.
 
 ------------------------------------------------------------------------
-r11583 | guy | 2004-08-02 15:26:16 -0500 (Mon, 02 Aug 2004) | 3 lines
+r28836 | jake | 2009-06-23 23:21:45 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-smb-common.h
-
-Put in some comments based on information in the
-http://davenport.sourceforge.net/ntlm.html document.
+   M /trunk/epan/dissectors/packet-slowprotocols.c
 
+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.
 ------------------------------------------------------------------------
-r11582 | guy | 2004-08-02 14:33:49 -0500 (Mon, 02 Aug 2004) | 10 lines
+r28837 | stig | 2009-06-24 12:10:50 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-
-http://davenport.sourceforge.net/ntlm.html says that the 0x80000000 is
-"Negotiate 56", meaning that 56-bit encryption is supported - and that
-"Negotiate 128" means that 128-bit encryption is supported, so note that
-in the blurb for that flag.
+   M /trunk/epan/addr_resolv.c
 
-It also says that the values for "Request Init Response", "Request Accept
-Response", and 'Request Non-NT Session Key" are a factor of 16 away from
-what our #defines say they are, and that 0x000[124]0000 are "Target Type
-{Domain,Server,Share}".  Note that in a comment.
+From Kovarththanan Rajaratnam via bug 3555:
+Cancel hostname lookup timers if c-ares is not initialized.
 
 ------------------------------------------------------------------------
-r11581 | guy | 2004-08-02 13:58:19 -0500 (Mon, 02 Aug 2004) | 2 lines
+r28838 | jake | 2009-06-24 13:27:58 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/tvbuff.c
-
-Most developers have only 10 fingers, not 16. :-)
+   M /trunk/wiretap/dct3trace.c
 
+From Duncan Salerno:
+Ensure dct3trac packets never longer than 23 bytes.
 ------------------------------------------------------------------------
-r11580 | tuexen | 2004-08-02 12:36:34 -0500 (Mon, 02 Aug 2004) | 2 lines
+r28839 | stig | 2009-06-24 18:50:56 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-infiniband.c
 
-Fixed the handling of PKTDRPREP when there is no included packet.
+Remove a tvb_free() call.
 
 ------------------------------------------------------------------------
-r11579 | obiot | 2004-08-02 04:15:58 -0500 (Mon, 02 Aug 2004) | 2 lines
+r28840 | stig | 2009-06-24 19:07:17 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/tvbuff.c
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-From Kelly Byrd: fix tvb_uncompress() for GZIP encoded content.
+From Nathan Hartwell via bug 2733:
+Added time_secs_to_str_unsigned().
 
 ------------------------------------------------------------------------
-r11578 | sahlberg | 2004-08-02 03:57:40 -0500 (Mon, 02 Aug 2004) | 5 lines
+r28841 | stig | 2009-06-24 19:08:06 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
-
-From Yaniv Kaul:
-Call the x509 certificate dissector from SSL so that x509 certificates
-in SSL are dissected
+   M /trunk/epan/dissectors/packet-bootp.c
 
+From Nathan Hartwell via bug 2733:
+Use time_secs_to_str_unsigned().
 
 ------------------------------------------------------------------------
-r11577 | guy | 2004-08-01 17:55:53 -0500 (Sun, 01 Aug 2004) | 2 lines
+r28842 | stig | 2009-06-24 19:13:35 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aim-location.c
-   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/to_str.c
 
-From Jelmer Vernooij: add support for some more TLVs and another SNAC.
+Unsigned does not have msign.
 
 ------------------------------------------------------------------------
-r11576 | jmayer | 2004-07-31 17:02:20 -0500 (Sat, 31 Jul 2004) | 1 line
+r28843 | etxrab | 2009-06-24 22:59:04 -0700 (Wed, 24 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
 
-Change // to C90 style comment
+tvb_new_real_data()->tvb_child_new_real_data()
 ------------------------------------------------------------------------
-r11575 | ulfl | 2004-07-31 02:04:32 -0500 (Sat, 31 Jul 2004) | 1 line
+r28844 | stig | 2009-06-25 19:38:23 -0700 (Thu, 25 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/gtk/column_prefs.c
+   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
+
+From Joakim Wiberg via bug 3103:
+Various improvements to the CIP and ENIP dissectors.
+
+From me:
+Updated to latest trunk changes.
 
-give the user a hint, that he has to restart Ethereal for any column changes. Could someone have a look at the sentence I've used, if this is good english?
 ------------------------------------------------------------------------
-r11574 | ulfl | 2004-07-30 12:10:49 -0500 (Fri, 30 Jul 2004) | 1 line
+r28845 | stig | 2009-06-25 20:20:12 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/ug-src/EUG_chapter_advanced.xml
-   M /trunk/docbook/ug-src/EUG_chapter_build_install.xml
-   M /trunk/docbook/ug-src/EUG_chapter_capture.xml
-   M /trunk/docbook/ug-src/EUG_chapter_customize.xml
-   M /trunk/docbook/ug-src/EUG_chapter_introduction.xml
-   M /trunk/docbook/ug-src/EUG_chapter_io.xml
-   M /trunk/docbook/ug-src/EUG_chapter_statistics.xml
-   M /trunk/docbook/ug-src/EUG_chapter_use.xml
-   M /trunk/docbook/ug-src/EUG_chapter_work.xml
-   M /trunk/docbook/user-guide.xml
+   M /trunk/asn1/spnego/packet-spnego-template.c
+
+tvb_child_new_real_data() -> tvb_new_child_real_data()
 
-some more review comments from Guy Harris and some other minor changes
 ------------------------------------------------------------------------
-r11573 | guy | 2004-07-30 02:43:02 -0500 (Fri, 30 Jul 2004) | 9 lines
+r28846 | stig | 2009-06-25 20:24:08 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/crc16.c
-   M /trunk/crc16.h
-   M /trunk/crc32.c
-   M /trunk/crc32.h
+   M /trunk/doc/README.developer
 
-From Chris Maynard:
+Use NULL for empty blurb.
 
-       add versions of CRC-16 and CRC-32 routines with seed arguments;
+------------------------------------------------------------------------
+r28847 | stig | 2009-06-25 20:37:30 -0700 (Thu, 25 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main.c
 
-       add versions of those routines with an "offset in the tvbuff"
-       argument;
+Small whitespace cleanup.
+
+------------------------------------------------------------------------
+r28848 | stig | 2009-06-25 20:59:01 -0700 (Thu, 25 Jun 2009) | 2 lines
+Changed paths:
+   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
 
-       add Doxygen comments to the CRC-16 and CRC-32 headers.
+Re-generate asn1 dissectors after hf_register_info cleanup.
 
 ------------------------------------------------------------------------
-r11572 | guy | 2004-07-30 02:28:31 -0500 (Fri, 30 Jul 2004) | 8 lines
+r28849 | etxrab | 2009-06-25 22:48:03 -0700 (Thu, 25 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.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
 
-From Matthijs Melchior:
+From Sebastien Decugis:
+Add Missing Diameter EAP support.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600
+------------------------------------------------------------------------
+r28850 | tuexen | 2009-06-26 08:08:04 -0700 (Fri, 26 Jun 2009) | 12 lines
+Changed paths:
+   M /trunk/wiretap/pcapng.c
 
-       add SCTP support;
+* Allocate enough memory for reading a packet.
+* Initialize pseudoheader.
+* Add some input validation / protection code.
+* Fix some return values.
+* Clean up some whitespaces.
 
-       allow more than one port number to be specified;
+This fixes Bug 3565. Thanks to Tyson Key how reported
+the issue and provided capture files for debugging.
 
-       add recovery from garbled or incomplete ASN.1 messages.
+This fix is scheduled for inclusion in Wireshark 1.2.1
+and higher.
 
 ------------------------------------------------------------------------
-r11571 | guy | 2004-07-30 02:25:39 -0500 (Fri, 30 Jul 2004) | 2 lines
+r28851 | tuexen | 2009-06-26 08:25:22 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/capinfo.c
+   M /trunk/wiretap/pcapng.c
 
-Squelch a compiler warning.
+Disable debug output.
 
 ------------------------------------------------------------------------
-r11570 | guy | 2004-07-30 02:22:21 -0500 (Fri, 30 Jul 2004) | 3 lines
+r28852 | gerald | 2009-06-26 14:25:09 -0700 (Fri, 26 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/capinfo.c
+   M /trunk/AUTHORS
+   M /trunk/dumpcap.c
 
-Strip out the CR's, set svn:eol-style to native, set svn:keywords to Id,
-and get rid of the svn:executable property.
+Unfortunately, r28452 seems to cause more problems than it fixes. Back
+out the change for now.
 
 ------------------------------------------------------------------------
-r11569 | guy | 2004-07-30 02:20:39 -0500 (Fri, 30 Jul 2004) | 3 lines
+r28853 | gerald | 2009-06-26 16:05:04 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/capinfo.pod
+   M /trunk/gtk/prefs_column.c
 
-Strip out the CR's, set svn:eol-style to native, and get rid of the
-svn:executable property.
+Add a tooltip in case it's not obvious how to rearrange the columns.
 
 ------------------------------------------------------------------------
-r11568 | ulfl | 2004-07-29 13:51:04 -0500 (Thu, 29 Jul 2004) | 1 line
+r28854 | rbalint | 2009-06-26 23:32:52 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/ug-src/EUG_chapter_advanced.xml
-   M /trunk/docbook/ug-src/EUG_chapter_build_install.xml
-   M /trunk/docbook/ug-src/EUG_chapter_capture.xml
-   M /trunk/docbook/ug-src/EUG_chapter_introduction.xml
-   M /trunk/docbook/ug-src/EUG_chapter_io.xml
-   M /trunk/docbook/ug-src/EUG_chapter_statistics.xml
-   M /trunk/docbook/ug-src/EUG_chapter_use.xml
-   M /trunk/docbook/ug-src/EUG_chapter_work.xml
-   M /trunk/docbook/ug-src/EUG_preface.xml
-   M /trunk/docbook/user-guide.xml
+   M /trunk/configure.in
+
+Strictly require flex instead of allowing lex, too.
 
-review comments from Guy Harris and Martin Regner inserted/changed/added
 ------------------------------------------------------------------------
-r11567 | gerald | 2004-07-29 10:16:03 -0500 (Thu, 29 Jul 2004) | 2 lines
+r28855 | rbalint | 2009-06-27 01:13:39 -0700 (Sat, 27 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/Makefile.am
+   M /trunk/configure.in
 
-Clean up the capinfo files, so that we pass "distcheck."
+Revert commit 28854.
 
 ------------------------------------------------------------------------
-r11566 | sahlberg | 2004-07-29 07:10:44 -0500 (Thu, 29 Jul 2004) | 3 lines
+r28856 | etxrab | 2009-06-27 03:31:42 -0700 (Sat, 27 Jun 2009) | 5 lines
 Changed paths:
-   A /trunk/asn1/pkcs1
-   A /trunk/asn1/pkcs1/PKCS1.asn
-   A /trunk/asn1/pkcs1/packet-pkcs1-template.c
-   A /trunk/asn1/pkcs1/packet-pkcs1-template.h
-   A /trunk/asn1/pkcs1/pkcs1.cnf
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-pkcs1.c
-   A /trunk/epan/dissectors/packet-pkcs1.h
-
-New protocol: PKCS#1   (rfc2313 pplus some extra oid's)
+   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
 ------------------------------------------------------------------------
-r11565 | sahlberg | 2004-07-29 04:52:14 -0500 (Thu, 29 Jul 2004) | 6 lines
+r28857 | tuexen | 2009-06-27 04:39:47 -0700 (Sat, 27 Jun 2009) | 8 lines
 Changed paths:
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
-
-add some algorithm oid's to x509af(for the time being)
-(only those that take no parameters for the time being)
-
-create a dummy ber oid callback for callbacks that are NULL
+   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.
 
 ------------------------------------------------------------------------
-r11564 | sahlberg | 2004-07-29 04:32:13 -0500 (Thu, 29 Jul 2004) | 3 lines
+r28858 | tuexen | 2009-06-27 05:14:18 -0700 (Sat, 27 Jun 2009) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/wiretap/pcapng.c
+
+If all interfaces use the same encapsulation, use
+this a the file encapsulation.
 
-prettify the oid printing of ber oid's
+This fixes a bug where you can not save a file
+in libpcap format when you captured it as a
+pcapng one.
 
+This fix will be scheduled for Wireshark 1.2.1
+and higher.
 
 ------------------------------------------------------------------------
-r11563 | sahlberg | 2004-07-29 03:41:51 -0500 (Thu, 29 Jul 2004) | 4 lines
+r28859 | tuexen | 2009-06-27 05:41:06 -0700 (Sat, 27 Jun 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
-for very large integers,  print them in hex   thats better than nothing
-but we can not filter on them anymore
+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.
 
 ------------------------------------------------------------------------
-r11562 | obiot | 2004-07-29 02:25:11 -0500 (Thu, 29 Jul 2004) | 26 lines
+r28860 | etxrab | 2009-06-27 05:41:39 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/epan/Makefile.nmake
-
-From Lars Roland: MSVC make fixes.
-
-Many people have recently reported many problems with the nmake build 
-process. It seems that these problems come from using 
-epan/makefile.nmake to compile the DISSECTOR_SUPPORT_SOURCES which are 
-located in /trunk.
-
-Nmake from MSVC6 puts the object code of the DISSECTOR_SUPPORT_SOURCES 
-in /epan although Nmake expects the object code in /trunk when it 
-checkes dependencies. Thus DISSECTOR_SUPPORT_OBJECTS are built every 
-time even when they are already there.
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-Nmake Version 1.5 (MSVC 2003 Toolkit) puts the object code of the 
-DISSECTOR_SUPPORT_SOURCES in /trunk instead.
-This makes it impossible to use epan/makefile.nmake for compiling the 
-DISSECTOR_SUPPORT_SOURCES and to make it work for both versions of nmake.
+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
 
-We have to use /trunk/makefile.nmake for compiling the 
-DISSECTOR_SUPPORT_SOURCES to solve these issues.
+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
 
-It should also be possible to build ethereal without libethereal.dll again.
+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.
 
-Once we have moved all DISSECTOR_SUPPORT_SOURCES into a subdirectory of 
-epan we can get rid of this patchwork in the nmake makefiles.
+------------------------------------------------------------------------
+r28863 | tuexen | 2009-06-27 09:08:18 -0700 (Sat, 27 Jun 2009) | 3 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
 
+Cleanup. Should be included in Wireshark 1.2.1 and higher to keep
+merging future bug fixes simple.
 
 ------------------------------------------------------------------------
-r11561 | gerald | 2004-07-28 21:25:54 -0500 (Wed, 28 Jul 2004) | 2 lines
+r28864 | tuexen | 2009-06-27 10:33:23 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/wiretap/pcapng.c
 
-Fix a null pointer dereference.
+Another cleanup. We are now back to Ulf's original
+model of data handling.
 
 ------------------------------------------------------------------------
-r11560 | gerald | 2004-07-28 21:01:59 -0500 (Wed, 28 Jul 2004) | 2 lines
+r28865 | tuexen | 2009-06-27 11:10:10 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/doc/Makefile.am
+   M /trunk/wiretap/libpcap.c
 
-Add capinfo targets.
+Fix copy/paste error introduced in rev. 28863.
+Thanks to Guy for finding and reporting it. 
 
 ------------------------------------------------------------------------
-r11559 | obiot | 2004-07-28 19:11:14 -0500 (Wed, 28 Jul 2004) | 4 lines
+r28866 | tuexen | 2009-06-27 11:50:13 -0700 (Sat, 27 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-data.h
-   M /trunk/epan/dissectors/packet-frame.h
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/proto.h
-   M /trunk/print.c
+   M /trunk/wiretap/pcapng.c
 
-From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to 
-the DISSECTOR_SUPPORT_xy files any longer and as a consequence they 
-won't be linked into libethereal.
+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.
 
 ------------------------------------------------------------------------
-r11558 | obiot | 2004-07-28 18:09:12 -0500 (Wed, 28 Jul 2004) | 2 lines
+r28867 | rbalint | 2009-06-27 21:20:10 -0700 (Sat, 27 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/configure.in
 
-Add capinfo to the Windows installer.
+Strictly require flex instead of allowing lex, too.
+It compiles now.
+This fixes bug 1641.
 
 ------------------------------------------------------------------------
-r11557 | obiot | 2004-07-28 17:41:19 -0500 (Wed, 28 Jul 2004) | 10 lines
+r28868 | tuexen | 2009-06-28 04:09:24 -0700 (Sun, 28 Jun 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/libethereal.def
-
-Partial fix after some files being moved between directories.
+   M /trunk/wiretap/pcapng.c
 
-There is still a problem with MSVC builds as 3 objects get built twice (once
-at the top level, and once in epan: xmlstub.obj, print.obj and ps.obj).
+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.
 
-This fix allows to compile again with MSVC if debug symbols are NOT enabled
-while building Ethereal.  Do this by editing config.nmake and replacing
-"LOCAL_LDFLAGS=/DEBUG" with "LOCAL_LDFLAGS=". In other words: Ethereal CANNOT
-be built right now with debug symbols in the object code, for MSVC builds.
+Thanks to Tyson Key for reporting the bug and providing a tracefile.
+This fix will be included in Wireshark 1.2.1 and higher.
 
 ------------------------------------------------------------------------
-r11556 | obiot | 2004-07-28 16:13:27 -0500 (Wed, 28 Jul 2004) | 2 lines
+r28869 | gerald | 2009-06-28 08:03:26 -0700 (Sun, 28 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/image/Makefile.nmake
-   A /trunk/image/capinfo.rc.in
-
-Add the MSWIN RC information for capinfo.
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-06-28]
 ------------------------------------------------------------------------
-r11555 | obiot | 2004-07-28 15:51:29 -0500 (Wed, 28 Jul 2004) | 2 lines
+r28872 | etxrab | 2009-06-28 08:18:27 -0700 (Sun, 28 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   A /trunk/capinfo.c
-   M /trunk/configure.in
-   M /trunk/doc/Makefile.nmake
-   A /trunk/doc/capinfo.pod
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-From Ian Schorr: capinfo - provides  capture file information.
+From Jon Smirl:
+More packet decoding for Intellon powerline devices.
 
+From me put proto_register_homeplug() last in the file and whitespace changes.
 ------------------------------------------------------------------------
-r11554 | ulfl | 2004-07-28 12:19:17 -0500 (Wed, 28 Jul 2004) | 1 line
+r28873 | etxrab | 2009-06-28 08:22:43 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/gtk/tcp_graph.c
 
-move the File/Close item back to it's former position. Add an explanatory comment why it's placed there, in difference to the Gnome HIG.
+From   Sean Walberg:
+The title in the TCP sequence graphs is too short.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3556
 ------------------------------------------------------------------------
-r11553 | ulfl | 2004-07-28 11:54:46 -0500 (Wed, 28 Jul 2004) | 1 line
+r28874 | rbalint | 2009-06-28 09:31:27 -0700 (Sun, 28 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/print_mswin.c
+   D /trunk/aclocal-fallback/libgnutls.m4
+   M /trunk/configure.in
+
+Detect gnutls via pkg-config instead of the deprecated libgnutls-config.
+Based on patch from Andreas Metzler.
+This fixes bug 3627.
 
-collect some thoughts about a GTK win32 printing dialog (from Guy Harris and me)
 ------------------------------------------------------------------------
-r11552 | ulfl | 2004-07-28 11:48:58 -0500 (Wed, 28 Jul 2004) | 1 line
+r28875 | jake | 2009-06-28 09:39:31 -0700 (Sun, 28 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/epan/dissectors/packet-hip.c
 
-removed print_packet_header, as it seems to be no longer used/available and will result in a link error
+Make dissector handle unexpected data better.
 ------------------------------------------------------------------------
-r11551 | guy | 2004-07-28 03:23:52 -0500 (Wed, 28 Jul 2004) | 9 lines
+r28876 | guy | 2009-06-28 10:23:07 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp.c
-
-From Greg Morris:
+   M /trunk/aclocal-flags
 
-       check whether "match_strval()" returned a null pointer before
-       using its return value;
+We only support GLib 2.x/GTK+ 2.x, which uses pkg-config, not
+gtk-config; use it instead.
 
-       mark the end-of-burst packet.
+------------------------------------------------------------------------
+r28877 | tuexen | 2009-06-28 11:22:15 -0700 (Sun, 28 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.h
 
-Clean up white space.
+Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.
+Thanks for Tyson Key for reporting the issue.
 
 ------------------------------------------------------------------------
-r11550 | sahlberg | 2004-07-28 02:55:57 -0500 (Wed, 28 Jul 2004) | 5 lines
+r28878 | wmeier | 2009-06-28 13:01:37 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x509ce/CertificateExtensions.asn
-   M /trunk/epan/dissectors/packet-x509ce.c
-
-x509ce use implicit tags.
-the compiler does not yet support this.
-change the definition file to make the implicit keyword explicit
+   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.
 
 ------------------------------------------------------------------------
-r11549 | guy | 2004-07-28 02:46:54 -0500 (Wed, 28 Jul 2004) | 2 lines
+r28879 | ulfl | 2009-06-28 14:13:51 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/gtk/capture_if_details_dlg_win32.c
 
-From Ming Zhang: update to the latest draft.
+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).
 ------------------------------------------------------------------------
-r11548 | guy | 2004-07-28 02:16:33 -0500 (Wed, 28 Jul 2004) | 3 lines
+r28880 | gal | 2009-06-29 06:01:54 -0700 (Mon, 29 Jun 2009) | 9 lines
 Changed paths:
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.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
+
+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
+
+Thanks to Kovarththanan Rajaratnam for basic patch.
 
-From Lars Roland: yes, it probably *should* be "retap_packets()", so use
-that instead of "redissect_packets()".
 
 ------------------------------------------------------------------------
-r11547 | guy | 2004-07-27 18:32:44 -0500 (Tue, 27 Jul 2004) | 3 lines
+r28881 | etxrab | 2009-06-29 12:24:14 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/menu.c
-
-In the GNOME HIG, the File -> Close menu item is in the last group,
-right above File -> Quit.
+   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
 
+From Artem Tamazov:
+Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix
 ------------------------------------------------------------------------
-r11546 | guy | 2004-07-27 17:39:43 -0500 (Tue, 27 Jul 2004) | 4 lines
+r28882 | stig | 2009-06-29 13:16:20 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/webbrowser.c
+   M /trunk/packaging/Makefile.am
+   M /trunk/packaging/portableapps/win32
 
-Note that, when we add the ability to build a GNOMEified Ethereal as
-well as a GTK+-only Ethereal, we could use "gnome_url_show()" in
-GNOMEified Ethereal.
+WiresharkPortable.ini -> WiresharkPortable.tmpl
 
 ------------------------------------------------------------------------
-r11545 | guy | 2004-07-27 16:12:40 -0500 (Tue, 27 Jul 2004) | 3 lines
+r28883 | jmayer | 2009-06-29 13:35:47 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/print_mswin.c
+   M /trunk/epan/dissectors/packet-glbp.c
 
-Suggest the possibility of not using the Windows print dialog to print
-on Windows.
+Add value for vfstate: active
 
 ------------------------------------------------------------------------
-r11544 | guy | 2004-07-27 15:10:02 -0500 (Tue, 27 Jul 2004) | 6 lines
+r28884 | wmeier | 2009-06-29 13:59:26 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/file.c
-   M /trunk/gtk/print_dlg.c
-   M /trunk/print.h
+   M /trunk/epan/dissectors/packet-btl2cap.c
 
-Move the code to open the printer/print file from "print_packets()" to
-"print_ok_cb()", and have "print_packets()" just work on a
-"print_stream_t" handed to it, so that different platforms can open the
-printer/print file in different ways (opening the file is probably not
-going to be platform-dependent, but opening the printer will be).
+From  Kovarththanan Rajaratnam: Fix for Bug #3572 
+[http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3572]
 
 ------------------------------------------------------------------------
-r11543 | guy | 2004-07-27 14:19:00 -0500 (Tue, 27 Jul 2004) | 3 lines
+r28885 | rbalint | 2009-06-29 15:22:30 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/print.c
-   M /trunk/print.h
+   M /trunk/epan/dissectors/packet-data.c
 
-"print_packet_header()" is no longer used (there's now a "generate
-bookmark" op in the lower-level print functions), so remove it.
+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.
 
 ------------------------------------------------------------------------
-r11542 | ulfl | 2004-07-27 14:13:48 -0500 (Tue, 27 Jul 2004) | 1 line
+r28886 | gerald | 2009-06-29 16:08:05 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/ui_util.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
+
+Fix a couple of AirPcap channel/offset bugs. Remove an unused
+routine. Fixup whitespace in a couple of places.
 
-place new windows (by calling window_new() with default placement (instead of placing it at the current mouse position).
 ------------------------------------------------------------------------
-r11541 | guy | 2004-07-27 13:57:52 -0500 (Tue, 27 Jul 2004) | 3 lines
+r28887 | guy | 2009-06-29 17:32:20 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/gtk/airpcap_gui_utils.c
 
-From Lars Roland: don't delete the generated header files with "make
-distclean", as those are part of the distribution.
+Put in missing newline at the end.
 
 ------------------------------------------------------------------------
-r11540 | guy | 2004-07-27 13:56:50 -0500 (Tue, 27 Jul 2004) | 8 lines
+r28888 | stig | 2009-06-30 01:28:21 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-From Lars Roland:
+Cleanup protocol name for ldap.
 
-       clean up the message printed when building libethereal.dll;
+------------------------------------------------------------------------
+r28889 | stig | 2009-06-30 03:38:00 -0700 (Tue, 30 Jun 2009) | 6 lines
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-       have "make distclean" clean out the "dissectors" subdirectory.
+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".
 
-Clean up indentation.
+Also removed check_col().
 
 ------------------------------------------------------------------------
-r11539 | ulfl | 2004-07-27 13:34:02 -0500 (Tue, 27 Jul 2004) | 1 line
+r28890 | stig | 2009-06-30 05:26:11 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/hostlist_table.c
+   M /trunk/epan/dissectors/packet-simulcrypt.c
+
+Always register to tcp.port to be able to decode as.
 
-from ian schorr: some performance improvements in conversation and hostlist tables, by keep freezing the clist(s) most of the time
 ------------------------------------------------------------------------
-r11538 | tuexen | 2004-07-27 04:22:35 -0500 (Tue, 27 Jul 2004) | 2 lines
+r28891 | wmeier | 2009-06-30 06:57:26 -0700 (Tue, 30 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-enrp.c
+   M /trunk/epan/dissectors/packet-radius.c
 
-Change the display of identifiers from DEC to HEX.
+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.
 
 ------------------------------------------------------------------------
-r11537 | guy | 2004-07-27 01:29:22 -0500 (Tue, 27 Jul 2004) | 3 lines
+r28892 | sfisher | 2009-06-30 11:05:04 -0700 (Tue, 30 Jun 2009) | 14 lines
 Changed paths:
-   M /trunk/gtk/io_stat.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
 
-From Ian Schorr: don't check the validity of the field name for an
-advanced-mode graph if the graph isn't active.
 
-------------------------------------------------------------------------
-r11536 | guy | 2004-07-27 01:05:20 -0500 (Tue, 27 Jul 2004) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/etypes.h
+Introduce experimental new feature: GTK2 tree view based packet list
+
+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.
 
-Add the Ethertype for MAC Control frames, as per Clause 31 and Annexes
-31A and 31B in the 2000 and later 802.3 specs.  (Dissecting them is left
-as an exercise for the student.)
+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.
 
-Clean up whitespace a bit.
 
 ------------------------------------------------------------------------
-r11535 | guy | 2004-07-27 00:32:58 -0500 (Tue, 27 Jul 2004) | 10 lines
+r28893 | guy | 2009-06-30 12:09:18 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/asn2eth.py
+   M /trunk/gtk/menus.c
 
-From Tomas Kukosa:
+Fix typo.
 
-  - only one function prototype is emitted if type is present in more
-    than one cyclic dependency
-
-  - field decoding functions has to be emitted immediately after a
-    function prototype in case of cyclic dependency
+------------------------------------------------------------------------
+r28894 | guy | 2009-06-30 12:10:11 -0700 (Tue, 30 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main_packet_list.c
 
-  - few grammar changes               
+Fix typo.
 
 ------------------------------------------------------------------------
-r11534 | guy | 2004-07-27 00:30:03 -0500 (Tue, 27 Jul 2004) | 2 lines
+r28895 | wmeier | 2009-06-30 12:52:43 -0700 (Tue, 30 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/tools/lex.py
-   M /trunk/tools/yacc.py
+   M /trunk/epan/dissectors/packet-tte.c
 
-Fromm Tomas Kukosa: update to version 1.5.
+From: Benjamin Roch: Enhancements and small fixes for packet-tte.c dissector;
+Also: a few minor mostly formatting changes by me.
 
 ------------------------------------------------------------------------
-r11533 | guy | 2004-07-26 22:27:20 -0500 (Mon, 26 Jul 2004) | 2 lines
+r28896 | gerald | 2009-06-30 13:28:26 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.common
+   M /trunk/tools/checkAPIs.pl
 
-"ps.c" isn't a header, so don't include it in ETHEREAL_COMMON_INCLUDES.
+Add assert and assert_perror to the 'abort' list.
 
 ------------------------------------------------------------------------
-r11532 | guy | 2004-07-26 21:52:49 -0500 (Mon, 26 Jul 2004) | 6 lines
+r28897 | gerald | 2009-06-30 13:59:51 -0700 (Tue, 30 Jun 2009) | 2 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/packet-sflow.c
 
-Arrange that "x11-declarations.h" and "x11-register-info.h" be part of
-the distribution, as was the case in the past.
-
-Arrange that RCS IDs be expanded, and that the EOL style be native, for
-epan/dissectors/Makefile.{am,common,nmake}.
+Add some length checks. Fixes bug 3567.
 
 ------------------------------------------------------------------------
-r11531 | guy | 2004-07-26 19:36:31 -0500 (Mon, 26 Jul 2004) | 3 lines
+r28898 | guy | 2009-06-30 16:49:34 -0700 (Tue, 30 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/wiretap/Makefile.am
-   M /trunk/wiretap/Makefile.common
+   M /trunk/epan/dissectors/packet-mtp3.c
 
-Rename HEADER_FILES to NONGENERATED_HEADER_FILES, so that it's clear
-that it contains only the .h files not generated from other files.
+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.
 
 ------------------------------------------------------------------------
-r11530 | guy | 2004-07-26 17:00:05 -0500 (Mon, 26 Jul 2004) | 2 lines
+r28899 | guy | 2009-06-30 16:52:20 -0700 (Tue, 30 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/Makefile.common
+   M /trunk/epan/dissectors/packet-pw-common.c
 
-Add a missing backslash.
+Don't crash if a null pointer is passed, just skip the appending of the
+items.
 
 ------------------------------------------------------------------------
-r11528 | guy | 2004-07-26 15:46:54 -0500 (Mon, 26 Jul 2004) | 3 lines
+r28900 | guy | 2009-06-30 16:56:26 -0700 (Tue, 30 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/wiretap/Makefile.am
-   A /trunk/wiretap/Makefile.common
-   M /trunk/wiretap/Makefile.nmake
+   M /trunk/epan/dissectors/packet-pw-atm.c
 
-Add a Makefile.common for Wiretap, and have Makefile.am and
-Makefile.nmake include it.
+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).
 
 ------------------------------------------------------------------------
-r11525 | gerald | 2004-07-26 09:11:28 -0500 (Mon, 26 Jul 2004) | 2 lines
+r28901 | jmayer | 2009-06-30 22:27:34 -0700 (Tue, 30 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/epan/dissectors/packet-ismp.c
 
-From Anders Broman: Update libethereal.def to match recent changes in print.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
 
 ------------------------------------------------------------------------
-r11524 | sahlberg | 2004-07-26 04:21:36 -0500 (Mon, 26 Jul 2004) | 3 lines
+r28902 | stig | 2009-07-01 00:21:13 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x509ce/CertificateExtensions.asn
-   M /trunk/asn1/x509ce/packet-x509ce-template.c
-   M /trunk/asn1/x509ce/x509ce.cnf
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/asn1/x509if/x509if_exp.cnf
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-
-update tox509ce   virtually all of x509ce now implemented (but there are still bugs)
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
+Added support for Simulcrypt EMMG <-> MUX,
+and generic support for other interfaces.
 
 ------------------------------------------------------------------------
-r11523 | guy | 2004-07-25 13:49:24 -0500 (Sun, 25 Jul 2004) | 2 lines
+r28903 | etxrab | 2009-07-01 01:23:32 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
+   M /trunk/config.h.win32
    M /trunk/config.nmake
+   M /trunk/gtk/capture_file_dlg.c
 
-Fix a comment, as per suggestions by Yaniv Kaul.
-
+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
 ------------------------------------------------------------------------
-r11522 | tuexen | 2004-07-25 12:53:02 -0500 (Sun, 25 Jul 2004) | 2 lines
+r28904 | stig | 2009-07-01 02:05:13 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/gtk/capture_file_dlg.c
 
-Added support for registered UDP port.
+Added NEW_PACKET_LIST guard for new_packet_list.h
 
 ------------------------------------------------------------------------
-r11521 | gerald | 2004-07-25 12:35:57 -0500 (Sun, 25 Jul 2004) | 2 lines
+r28905 | stig | 2009-07-01 04:12:58 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/lemon/lempar.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
 
-Fix up the declaration of yy_accept().
+Try to fix HAVE_NEW_PACKET_LIST handling.
 
 ------------------------------------------------------------------------
-r11520 | sahlberg | 2004-07-25 07:54:33 -0500 (Sun, 25 Jul 2004) | 2 lines
+r28906 | etxrab | 2009-07-01 04:40:24 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/x509ce/CertificateExtensions.asn
-   M /trunk/asn1/x509ce/packet-x509ce-template.c
-   M /trunk/asn1/x509ce/x509ce.cnf
-   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/config.nmake
 
-some more extensions and their dissectors defined.
+Sligtly modify Stig's fix, I forgot the makefile change :-(
+------------------------------------------------------------------------
+r28907 | etxrab | 2009-07-01 07:37:02 -0700 (Wed, 01 Jul 2009) | 1 line
+Changed paths:
+   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 the new packet list compile on Windows.
 ------------------------------------------------------------------------
-r11519 | sahlberg | 2004-07-25 05:41:39 -0500 (Sun, 25 Jul 2004) | 3 lines
+r28908 | gerald | 2009-07-01 08:56:12 -0700 (Wed, 01 Jul 2009) | 3 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
+   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
 
-cms update    forgot that Name had been commented out in one of the structure.
+Fix a key entry bug in the decryption key dialog. Remove some unused /
+unnecessary functions. Clean up code in a couple of places.
 
+------------------------------------------------------------------------
+r28909 | etxrab | 2009-07-01 10:39:19 -0700 (Wed, 01 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/ui_util.h
 
+Realy make the new packet list compile under Windows...
 ------------------------------------------------------------------------
-r11518 | sahlberg | 2004-07-25 05:34:07 -0500 (Sun, 25 Jul 2004) | 5 lines
+r28910 | guy | 2009-07-01 10:40:08 -0700 (Wed, 01 Jul 2009) | 2 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/asn1/x509af/x509af_exp.cnf
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
+   M /trunk/epan/dissectors/packet-pw-atm.c
 
- large CMS update.
+Thou shalt not call assert() in dissectors.
 
-most of cms is now implemented
+------------------------------------------------------------------------
+r28911 | gerald | 2009-07-01 12:36:24 -0700 (Wed, 01 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
 
+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.
 
 ------------------------------------------------------------------------
-r11517 | guy | 2004-07-25 04:58:08 -0500 (Sun, 25 Jul 2004) | 5 lines
+r28912 | gerald | 2009-07-01 13:56:03 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/epan/dissectors/packet-netflow.c
 
-From Lars Roland: don't print the "echo Linking dissectors.lib" command
-before running it (printing echo commands puts extra gunk into the
-output), and remove some additional generated files when doing "make
-distclean".
+Add a couple of IPFIX labels where they differ from Netflow.
 
 ------------------------------------------------------------------------
-r11516 | guy | 2004-07-25 04:55:52 -0500 (Sun, 25 Jul 2004) | 3 lines
+r28913 | stig | 2009-07-01 14:20:18 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_combo_utils.c
-   M /trunk/color_filters.c
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
-From Lars Roland: _NEED_VAR_IMPORT_ has to be defined so that variables
-are imported correctly from libethereal.dll when compiling with MSVC.
+Added error value tables.
 
 ------------------------------------------------------------------------
-r11515 | guy | 2004-07-25 04:54:37 -0500 (Sun, 25 Jul 2004) | 3 lines
+r28914 | gerald | 2009-07-01 16:36:35 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/font_utils.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-From Lars Roland: <epan/packet.h> has to be included before <windows.h>
-on Win32.
+Fix a couple of labels.
 
 ------------------------------------------------------------------------
-r11514 | guy | 2004-07-25 03:53:38 -0500 (Sun, 25 Jul 2004) | 12 lines
+r28915 | gerald | 2009-07-01 16:36:51 -0700 (Wed, 01 Jul 2009) | 5 lines
 Changed paths:
+   M /trunk/dumpcap.c
    M /trunk/file.c
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/print.c
-   M /trunk/print.h
-   M /trunk/tethereal.c
-
-Make some generic print routines that take, as an argument, a pointer to
-a structure containing a pointer to print operations for that object and
-a pointer to the private subclass-dependent data for that object, with
-subclasses for text and PostScript, and use those rather than the old
-scheme where a print format was passed as an argument - or where (as in
-the case of printing summary information in Tethereal) we just printed
-as text even if "-T ps" was selected.
+   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
 
-Check whether those routines succeed or get an I/O error writing output.
+Updates to create_tempfile:
 
-Clean up indentation.
+  - Use g_get_tmp_dir, just like get_tempfile_path.
+  - Don't make the caller worry about the path buffer length.
 
 ------------------------------------------------------------------------
-r11513 | guy | 2004-07-25 03:36:34 -0500 (Sun, 25 Jul 2004) | 5 lines
+r28916 | gerald | 2009-07-01 19:50:24 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/configure.in
+   M /trunk/gtk/follow_stream.c
 
-Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,
-as those are what's used in Ethereal for 64-bit integers, and as there's
-no guarantee that either of them will be defined on any particular
-platform.
+Fix the build.
 
 ------------------------------------------------------------------------
-r11512 | guy | 2004-07-25 03:32:32 -0500 (Sun, 25 Jul 2004) | 3 lines
+r28917 | stig | 2009-07-01 23:51:27 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mip6.h
 
-"-T ps" should not imply "-V"; one should be able to get a list of
-packet summaries in PostScript.
+From Albert Chin:
+Small patch to make it compile on AIX.
 
 ------------------------------------------------------------------------
-r11511 | guy | 2004-07-25 03:02:06 -0500 (Sun, 25 Jul 2004) | 3 lines
+r28918 | stig | 2009-07-02 02:08:11 -0700 (Thu, 02 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/simple_dialog.h
+   M /trunk/gtk/main.c
 
-Fix the declarations for "simple_dialog()" and "vsimple_dialog()" used
-for non-GCC 2.x compilers to match their definitions.
+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.
 
 ------------------------------------------------------------------------
-r11510 | sahlberg | 2004-07-24 17:59:02 -0500 (Sat, 24 Jul 2004) | 6 lines
+r28919 | etxrab | 2009-07-02 09:54:20 -0700 (Thu, 02 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-nfs.h
 
-get rid of the remaining compiler warnings.
-x509af is now virtually complete (the attribute userPassword still needs 
-an attribute dissector but after that, x509af is complete)
+From   Radek Vok?\195?\161l:
+Support for new NFSv4 features.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3258
+------------------------------------------------------------------------
+r28920 | gerald | 2009-07-02 10:20:27 -0700 (Thu, 02 Jul 2009) | 8 lines
+Changed paths:
+   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
 
+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).
 
 ------------------------------------------------------------------------
-r11509 | sahlberg | 2004-07-24 17:53:27 -0500 (Sat, 24 Jul 2004) | 3 lines
+r28921 | etxrab | 2009-07-02 11:22:41 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/x509af/AuthenticationFramework.asn
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
-
-Add a lot of missing attribute dissectors
-
+   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.
 ------------------------------------------------------------------------
-r11508 | sahlberg | 2004-07-24 17:30:49 -0500 (Sat, 24 Jul 2004) | 3 lines
+r28922 | etxrab | 2009-07-02 11:24:26 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/x509af/AuthenticationFramework.asn
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/gtk/packet_list_store.c
 
-added the userCertificate and cAcertificate  attributes
+This time with the comment...
+------------------------------------------------------------------------
+r28923 | gerald | 2009-07-02 12:50:35 -0700 (Thu, 02 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/libwireshark.def
 
+mkstemp cleanups.
 
 ------------------------------------------------------------------------
-r11507 | sahlberg | 2004-07-24 17:16:41 -0500 (Sat, 24 Jul 2004) | 3 lines
+r28924 | tuexen | 2009-07-02 12:52:47 -0700 (Thu, 02 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/x509af/AuthenticationFramework.asn
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/wiretap/btsnoop.c
 
-add dissection of the structure : Extension
+Patch from Alex Badea for Bug 3645.
 
+This fix will be included in Wireshark 1.2.1.
 
 ------------------------------------------------------------------------
-r11506 | guy | 2004-07-24 04:59:00 -0500 (Sat, 24 Jul 2004) | 11 lines
+r28925 | guy | 2009-07-02 13:10:05 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/wiretap/btsnoop.c
 
-In "dissect_smb_server_type_flags()":
+Don't dump out the raw link-layer type when noting that
+KHciLoggerDatalinkTypeBCSP and KHciLoggerDatalinkTypeH5 aren't supported
+- just explicitly say "BSCP" or "H5".
 
-       explicitly pass NULL as the tree argument to
-       "dissect_ndr_uint32()" - "tree", which was passed before, was
-       definitely null at that point, and the intent is that it not put
-       anything into the protocol tree;
-
-       use the correct offset when putting items into the protocol tree
-       (the offset has been advanced just past the end of the field at
-       the time the items are being put into the protocol tree).
+For unknown link-layer types, say "unknown or unsupported", as other
+Wiretap modules do.
 
 ------------------------------------------------------------------------
-r11505 | guy | 2004-07-24 01:38:33 -0500 (Sat, 24 Jul 2004) | 2 lines
+r28926 | gerald | 2009-07-02 13:35:46 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/proto_draw.c
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-Include "colors.h" to define BLACK and WHITE.
+Update documentation links.
 
 ------------------------------------------------------------------------
-r11504 | guy | 2004-07-23 21:39:15 -0500 (Fri, 23 Jul 2004) | 4 lines
+r28927 | gerald | 2009-07-02 13:35:58 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/color_filters.h
+   M /trunk/epan/dissectors/packet-netflow.c
 
-"color_filters.h" doesn't need to include "epan/dfilter/dfilter.h";
-anything that includes "color_filters.h" also includes
-"epan/dfilter/dfilter.h" either directly or indirectly.
+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").
 
 ------------------------------------------------------------------------
-r11503 | guy | 2004-07-23 21:29:14 -0500 (Fri, 23 Jul 2004) | 4 lines
+r28928 | sfisher | 2009-07-02 14:06:24 -0700 (Thu, 02 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/color.h
-   M /trunk/color_filters.h
-   M /trunk/file.c
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/packet_list.c
-
-Move the color-filter related stuff out of "color.h" into
-"color_filters.h", as that's the appropriate place for it - "color.h"
-should just deal with "color_t".
+   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.
 ------------------------------------------------------------------------
-r11502 | guy | 2004-07-23 21:08:42 -0500 (Fri, 23 Jul 2004) | 3 lines
+r28929 | tuexen | 2009-07-02 15:04:22 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/color.h
-   M /trunk/color_filters.c
-   M /trunk/gtk/color_utils.c
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/ui_util.h
 
-Rename "create_color()" to "initialize_color()", as that reflects a bit
-better what it actually does.
+Get it compiling with -DNEW_PACKET_LIST on Mac OS X.
 
 ------------------------------------------------------------------------
-r11501 | guy | 2004-07-23 20:32:29 -0500 (Fri, 23 Jul 2004) | 2 lines
+r28930 | gerald | 2009-07-02 17:17:06 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/color_filters.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Add some comments from Gerald's Windows version of color_filters.c.
+Try to allocate enough memory on all platforms.
 
 ------------------------------------------------------------------------
-r11500 | guy | 2004-07-23 20:29:12 -0500 (Fri, 23 Jul 2004) | 5 lines
+r28931 | wmeier | 2009-07-02 18:11:23 -0700 (Thu, 02 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/Makefile.common
-   A /trunk/color_filters.c (from /trunk/gtk/color_filters.c:11499)
-   A /trunk/color_filters.h (from /trunk/gtk/color_filters.h:11495)
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   D /trunk/gtk/color_filters.c
-   D /trunk/gtk/color_filters.h
-   M /trunk/gtk/file_dlg.c
+   M /trunk/epan/dfilter/semcheck.c
+   M /trunk/gtk/dfilter_expr_dlg.c
 
-Move color_filters.c and color_filters.h up to the top-level directory,
-as they're now (theoretically) toolkit-independent (modulo changes that
-might be required to the code to update filter lists when a new filter
-is read in).
+From  Kovarththanan Rajaratnam: Fixes for bug #3536
+(plus some additional changes by me).
 
-------------------------------------------------------------------------
-r11499 | guy | 2004-07-23 20:16:45 -0500 (Fri, 23 Jul 2004) | 9 lines
-Changed paths:
-   M /trunk/color.h
-   M /trunk/gtk/color_dlg.h
-   M /trunk/gtk/color_filters.c
+Handle BASE_RANGE_STRING display types properly
 
-Move the declaration of "color_add_filter_cb()" to "color.h", as,
-although it currently takes a pointer to a GtkWidget as its second
-argument, that argument is actually a "void *", so it's sort-of
-toolkit-independent.
+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.
 
-That lets us get rid of all GTK+ references in "gtk/color_filters.c", so
-we can move it up to the top-level directory; get rid of the <gtk/gtk.h>
-include, in favor of a <glib.h> include.
 
 ------------------------------------------------------------------------
-r11498 | guy | 2004-07-23 19:49:19 -0500 (Fri, 23 Jul 2004) | 4 lines
+r28932 | ulfl | 2009-07-03 02:12:43 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/color.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/color_filters.c
-   M /trunk/gtk/color_utils.c
-   D /trunk/gtk/color_utils.h
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-rt.c
 
-Move the declaration of "create_color()" up to "color.h", so it's
-declared in a toolkit-independent header file.  Get rid of
-"gtk/color_utils.h", as there's nothing left in it.
+update to the latest PROFINET drafts
 
+(defragmentation of RT fragments "FRAG-PDU" is still not implemented)
 ------------------------------------------------------------------------
-r11497 | guy | 2004-07-23 19:35:13 -0500 (Fri, 23 Jul 2004) | 14 lines
+r28933 | ulfl | 2009-07-03 02:35:40 -0700 (Fri, 03 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/color_filters.c
-   M /trunk/gtk/color_utils.c
-   M /trunk/gtk/color_utils.h
-   M /trunk/gtk/colors.c
-   M /trunk/gtk/colors.h
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/stream_prefs.c
-
-Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,
-but toolkit-dependent implementations, for manipulating colors, and have
-"gtk/color_utils.h" declare them (the header file should eventually be
-moved to the top-level directory).  Move the routines to convert between
-GdkColor and color_t out of there into "colors.c", and move their
-declarations into "colors.h", as their APIs are toolkit-dependent.
-
-Have the first such routine be a "create_color()" routine, which takes
-RGB values and initializes a "color_t", including doing any
-toolkit-dependent work necessary for that; use that in the
-"gtk/color_filters.c" code (the goal is to remove as many of the toolkit
-dependencies as possible from that code, and move it to the top-level
-directory).
+   M /trunk/doc
 
+ignore copied ws.css for commits
 ------------------------------------------------------------------------
-r11496 | guy | 2004-07-23 19:34:04 -0500 (Fri, 23 Jul 2004) | 2 lines
+r28934 | tuexen | 2009-07-03 03:29:45 -0700 (Fri, 03 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/proto_draw.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-rt.c
 
-Get rid of unneeded include of "colors.h".
+Make the compiler on Mac OS X happy...
 
 ------------------------------------------------------------------------
-r11495 | guy | 2004-07-23 19:08:19 -0500 (Fri, 23 Jul 2004) | 4 lines
+r28935 | etxrab | 2009-07-03 04:45:42 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/color_filters.c
-   M /trunk/gtk/color_filters.h
-
-Make "new_color_filter()" GUI-independent - have it take two "color_t"
-pointers, for the background and foreground color, as arguments, and
-have its callers generate them from GdkColor values.
+   M /trunk/epan/dissectors/packet-ndmp.c
 
+From Chris Costa:
+NDMP fragmentation fix.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3395
 ------------------------------------------------------------------------
-r11494 | guy | 2004-07-23 18:36:50 -0500 (Fri, 23 Jul 2004) | 3 lines
+r28936 | etxrab | 2009-07-03 06:05:45 -0700 (Fri, 03 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.common
-   A /trunk/capture_combo_utils.c (from /trunk/gtk/capture_combo_utils.c:11488)
-   A /trunk/capture_combo_utils.h (from /trunk/gtk/capture_combo_utils.h:11488)
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   D /trunk/gtk/capture_combo_utils.c
-   D /trunk/gtk/capture_combo_utils.h
-
-"capture_combo_utils.{c,h}" don't use any GTK+ stuff, so move them to
-the top-level directory.
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-ndmp.c
 
+Fix:
+packet-ndmp.c:562: warning: unused parameter 'pinfo'
 ------------------------------------------------------------------------
-r11493 | jmayer | 2004-07-23 18:34:15 -0500 (Fri, 23 Jul 2004) | 1 line
+r28937 | wmeier | 2009-07-03 09:03:02 -0700 (Fri, 03 Jul 2009) | 29 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/radius_dict.l
 
-Remove set -/+x - they were added for debugging and not intended for commit
-------------------------------------------------------------------------
-r11492 | jmayer | 2004-07-23 18:28:08 -0500 (Fri, 23 Jul 2004) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-ospf.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/plugins/opsi/packet-opsi.c
-   M /trunk/print.h
-   M /trunk/tools/lemon/lempar.c
+From: Tobias Witek: Fix processing of radius 'vendor specific attributes'
 
-Trivial warning fixes:
-- comma at end of enum
-- function declarations with empty args instead of void
-- c++ style comments
+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:
 
-------------------------------------------------------------------------
-r11491 | sahlberg | 2004-07-23 18:12:31 -0500 (Fri, 23 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+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))
 
-add nice text item for the case when we could not find the dissector for a specific OID/attribute to make it easier to see where we have missed implementing something.
+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)"]
 
-------------------------------------------------------------------------
-r11490 | sahlberg | 2004-07-23 18:06:38 -0500 (Fri, 23 Jul 2004) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+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.
 
-inside dissect_ber_sequence() we know the expected length of the field that follows.
+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().
 
-use this and create a new tvbsubset so that
-1, reading too much data is flagged as MALFORMED PACKET indicating a bug in the dissector (or a packet that IS malformed)
-2, this also implicitely passes the length of the data through the ber.oid dissector handle in case we want to pick it up later.
+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
 
+------------------------------------------------------------------------
+r28938 | guy | 2009-07-03 10:12:36 -0700 (Fri, 03 Jul 2009) | 3 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r11489 | guy | 2004-07-23 17:39:08 -0500 (Fri, 23 Jul 2004) | 4 lines
+r28939 | etxrab | 2009-07-04 08:15:51 -0700 (Sat, 04 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-isup.c
 
-Use "format_text()" on strings to be put into the Info column and the
-display representation of items in the protocol tree, so we don't get
-hosed by non-printable characters.
+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
 ------------------------------------------------------------------------
-r11488 | gerald | 2004-07-23 16:24:25 -0500 (Fri, 23 Jul 2004) | 2 lines
+r28941 | gerald | 2009-07-05 08:03:31 -0700 (Sun, 05 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Have distclean remove built sources.
+[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
+------------------------------------------------------------------------
+r28948 | jmayer | 2009-07-06 06:00:04 -0700 (Mon, 06 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-glbp.c
+
+Fix for bug 3660: Length (guint32) could become 0 or very large
+(overflow).
+
+------------------------------------------------------------------------
+r28949 | etxrab | 2009-07-06 06:34:30 -0700 (Mon, 06 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
 
+Revert checkin made by misstake(don't use new packet list).
 ------------------------------------------------------------------------
-r11487 | guy | 2004-07-23 15:41:23 -0500 (Fri, 23 Jul 2004) | 3 lines
+r28950 | stig | 2009-07-06 06:53:01 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/capture_combo_utils.c
+   M /trunk/file.c
 
-Nothing here uses any GTK+ stuff, so get rid of the include of
-<gtk/gtk.h>.  (It should ultimately be moved out of the gtk directory.)
+Removed an incorrect optimalization for invalidating packet in row 0.
 
 ------------------------------------------------------------------------
-r11486 | sahlberg | 2004-07-23 09:00:34 -0500 (Fri, 23 Jul 2004) | 3 lines
+r28951 | stig | 2009-07-06 06:59:09 -0700 (Mon, 06 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
 
-remove some more compiler warnings
+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.
 
 ------------------------------------------------------------------------
-r11485 | sahlberg | 2004-07-23 08:21:48 -0500 (Fri, 23 Jul 2004) | 3 lines
+r28952 | wmeier | 2009-07-06 07:05:37 -0700 (Mon, 06 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-x509sat.c
-   M /trunk/tools/asn2eth.py
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/radius_dict.l
 
-make the implicit_tag parameter  _U_  to get rid of some compiler warnings in those cases it is not used.
+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.
 
+------------------------------------------------------------------------
+r28953 | etxrab | 2009-07-06 07:09:52 -0700 (Mon, 06 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-iec104.c
 
+Small editorial changes.
 ------------------------------------------------------------------------
-r11484 | sahlberg | 2004-07-23 08:11:29 -0500 (Fri, 23 Jul 2004) | 3 lines
+r28954 | stig | 2009-07-06 07:14:13 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/x509sat/SelectedAttributeTypes.asn
-   M /trunk/asn1/x509sat/packet-x509sat-template.c
-   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/epan/dissectors/packet-cip.h
 
-telex and telephone number attributes
+Rewrite non-ASCII characters.
 
+------------------------------------------------------------------------
+r28955 | etxrab | 2009-07-06 08:37:29 -0700 (Mon, 06 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dfilter/dfilter.c
 
+Initialize memory to zero.
+ (is NULL = zero on all platforms?)
 ------------------------------------------------------------------------
-r11483 | sahlberg | 2004-07-23 07:22:13 -0500 (Fri, 23 Jul 2004) | 4 lines
+r28956 | gerald | 2009-07-06 10:13:41 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/x509sat/packet-x509sat-template.c
-   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/tap-rtp-common.c
 
-Remove a compiler warning for a parameter that is not used
-in the DirectoryString dissector
+Fix a couple of typos.
 
+------------------------------------------------------------------------
+r28957 | etxrab | 2009-07-06 10:37:03 -0700 (Mon, 06 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
 
+CFLOW decoding is wrong for IPv6 fields.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3328
 ------------------------------------------------------------------------
-r11482 | guy | 2004-07-23 03:36:07 -0500 (Fri, 23 Jul 2004) | 3 lines
+r28958 | jmayer | 2009-07-06 10:44:02 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-mip.c
 
-If there's no data in the authentication option, don't unescape and
-tvbuffify it.
+OK, nobody cared about the waring, so just remove the
+test for now.
 
 ------------------------------------------------------------------------
-r11481 | sahlberg | 2004-07-23 03:21:51 -0500 (Fri, 23 Jul 2004) | 6 lines
+r28959 | jmayer | 2009-07-06 10:45:40 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x509sat/SelectedAttributeTypes.asn
-   M /trunk/asn1/x509sat/packet-x509sat-template.c
-   M /trunk/epan/dissectors/packet-x509sat.c
-
-add all the other (quite a lot of them) attributes that were of the type DirectoryString
+   M /trunk/epan/dissectors/packet-ismp.c
 
+Move edp to the top level tree instead of inside the ismp
+tree.
 
-(see how good it is to put markers for emacs macros in the files, it was pretty quick, wasnt it? i even tested the resulting code.)
+------------------------------------------------------------------------
+r28960 | jmayer | 2009-07-06 10:49:33 -0700 (Mon, 06 Jul 2009) | 4 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r11480 | guy | 2004-07-23 02:59:15 -0500 (Fri, 23 Jul 2004) | 4 lines
+r28961 | etxrab | 2009-07-06 11:35:05 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rlogin.c
-
-Use "col_append_str()" and "col_append_fstr()" to build the Info column,
-rather than building a string, and use "tvb_format_text()" on the data,
-so that non-printable characters are escaped.
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/doc/README.developer
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r11479 | sahlberg | 2004-07-23 02:46:12 -0500 (Fri, 23 Jul 2004) | 8 lines
+r28962 | etxrab | 2009-07-06 11:36:00 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/x509sat/SelectedAttributeTypes.asn
-   M /trunk/asn1/x509sat/packet-x509sat-template.c
-   M /trunk/epan/dissectors/packet-x509sat.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
-add dissection of DirectoryString,  this unfortunately had to be done manually inside the template.
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
+------------------------------------------------------------------------
+r28963 | gerald | 2009-07-06 13:23:32 -0700 (Mon, 06 Jul 2009) | 17 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-miop.c
+   D /trunk/epan/dissectors/packet-miop.h
 
+From Kovarththanan Rajaratnam via bug 3652:
 
-Also implement the attribute  organizationName which is of this type.
+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).
 
-(Add magic comments so emacs-macros will be happy.)
+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.
 
 ------------------------------------------------------------------------
-r11478 | sahlberg | 2004-07-23 02:08:14 -0500 (Fri, 23 Jul 2004) | 5 lines
+r28964 | etxrab | 2009-07-06 21:41:53 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/asn1/x509sat/packet-x509sat-template.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-x509sat.c
-
-register ber oid functions through a special function in packet-ber.c which also takes (still unused) the name of the oid
-so that sometime later it will be easy to add code to add the name of the oid to the dissection.
-
-
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
 
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r11477 | guy | 2004-07-23 01:37:58 -0500 (Fri, 23 Jul 2004) | 3 lines
+r28965 | etxrab | 2009-07-06 22:10:20 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/make-manuf
 
-"iax_lookup_circuit_details()" can return null; check whether it's null
-before using it.
+Add holding|spa to the strings removed from manuf names.
+manuf will be automatically rebuilt on Sunday.
+------------------------------------------------------------------------
+r28966 | etxrab | 2009-07-06 22:43:43 -0700 (Mon, 06 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-etheric.c
+   D /trunk/epan/dissectors/packet-isup_thin.c
 
+Delete obsolete protocol dissectors.
 ------------------------------------------------------------------------
-r11476 | guy | 2004-07-23 01:11:50 -0500 (Fri, 23 Jul 2004) | 2 lines
+r28967 | stig | 2009-07-07 00:45:32 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/image/Makefile.nmake
-   A /trunk/image/wiretap.rc.in
-   M /trunk/wiretap/Makefile.nmake
+   D /trunk/plugins/unistim/header_field.h
+   M /trunk/plugins/unistim/packet-unistim.c
 
-From Graham Bloice: add resources to wiretap.dll.
+From Kovarththanan Rajaratnam via bug 3548:
+Move header_field.h into packet-unistim.c to align it with all other
+dissectors.
 
 ------------------------------------------------------------------------
-r11475 | guy | 2004-07-22 20:37:35 -0500 (Thu, 22 Jul 2004) | 5 lines
+r28968 | stig | 2009-07-07 00:46:57 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
-Note that you *MUST* make sure "match_strval()" doesn't return null
-before using its value, or must check for a null return value and handle
-it specially, otherwise you put Ethereal at risk of crashing with bad
-packet data.
+From Kovarththanan Rajaratnam via bug 3548:
+Minor hf cleanup.
 
 ------------------------------------------------------------------------
-r11474 | guy | 2004-07-22 20:32:42 -0500 (Thu, 22 Jul 2004) | 3 lines
+r28969 | stig | 2009-07-07 01:27:15 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-cops.c
 
-We are not guaranteed that "fchdr.r_ctl & 0x0F" is a valid frame type,
-so don't use "match_strval()", use "val_to_str()".
+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.
 
 ------------------------------------------------------------------------
-r11473 | guy | 2004-07-22 15:08:08 -0500 (Thu, 22 Jul 2004) | 3 lines
+r28970 | stig | 2009-07-07 02:00:33 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x509if/packet-x509if-template.h
+   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 Kovarththanan Rajaratnam:
+More FT_XXX cleanup.
+
+------------------------------------------------------------------------
+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
 
-"dissect_x509if_AttributeTypeAndDistinguishedValue()" is static - don't
-declare it as non-static in the header file.
+From Kovarththanan Rajaratnam:
+More FT_XXX cleanup.
 
 ------------------------------------------------------------------------
-r11472 | ulfl | 2004-07-22 13:42:50 -0500 (Thu, 22 Jul 2004) | 1 line
+r28972 | etxrab | 2009-07-07 02:27:52 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/hostlist_table.c
+   M /trunk/epan/dissectors/packet-x420.c
 
-use gtk_clipboard_get(), so the "copy to clipboard" is available in all GTK2 versions
+Cleanup header_field_info definitions
+- Regenerating x420 seems to have fixed the "last" problem :-)
 ------------------------------------------------------------------------
-r11471 | ulfl | 2004-07-22 11:36:50 -0500 (Thu, 22 Jul 2004) | 1 line
+r28973 | etxrab | 2009-07-07 02:42:09 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/conversations_table.h
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-from Thomas Palmer: add "Copy to clipboard" button to the conversation table dialogs
+Introduce se_address_to_str()
 ------------------------------------------------------------------------
-r11470 | sahlberg | 2004-07-22 08:11:13 -0500 (Thu, 22 Jul 2004) | 3 lines
+r28974 | stig | 2009-07-07 03:07:42 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509sat/SelectedAttributeTypes.asn
-   M /trunk/asn1/x509sat/packet-x509sat-template.c
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509sat.c
-
-add the countryname attribute
+   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
 
+Remove some check_col() calls.
 
 ------------------------------------------------------------------------
-r11469 | sahlberg | 2004-07-22 05:29:17 -0500 (Thu, 22 Jul 2004) | 4 lines
+r28975 | stig | 2009-07-07 03:12:15 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x509if/InformationFramework.asn
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.h
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-
-start dissecting  AttributeTypeAnddistinguishedValue
-(which must be implemented by hand inside themplate)
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/gcp.h
 
+From Kovarththanan Rajaratnam:
+More header field info cleanup
 
 ------------------------------------------------------------------------
-r11468 | sahlberg | 2004-07-22 05:05:59 -0500 (Thu, 22 Jul 2004) | 6 lines
+r28976 | stig | 2009-07-07 04:13:22 -0700 (Tue, 07 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/asn1/x509if/x509if_exp.cnf
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
+   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
 
-dissect the x509if/Name all the way down to the AttributeTypeAndDistinguishedValue structure but not the structure itself.
+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
 
-we are getting there, slow but steady
+------------------------------------------------------------------------
+r28977 | stig | 2009-07-07 04:33:55 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
 
+Added Richard Kummel.
 
 ------------------------------------------------------------------------
-r11467 | sahlberg | 2004-07-22 03:00:33 -0500 (Thu, 22 Jul 2004) | 5 lines
+r28978 | stig | 2009-07-07 04:37:15 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x509af/x509af.cnf
-   A /trunk/asn1/x509ce/x509ce_exp.cnf
-   M /trunk/asn1/x509if/x509if_exp.cnf
+   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
 
-minor update
+From Kovarththanan Rajaratnam:
+Remove trailing spaces in protocol/field names
 
-GeneralNames is defined in x509ce and not x509if
+------------------------------------------------------------------------
+r28979 | stig | 2009-07-07 04:40:40 -0700 (Tue, 07 Jul 2009) | 4 lines
+Changed paths:
+   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
 
 ------------------------------------------------------------------------
-r11466 | sahlberg | 2004-07-22 02:51:47 -0500 (Thu, 22 Jul 2004) | 5 lines
+r28980 | stig | 2009-07-07 04:52:53 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/asn1/x509if/x509if_exp.cnf
-   A /trunk/asn1/x509sat/x509sat_exp.cnf
-   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/AUTHORS
 
-minor update
+Added credits for Lua BitOp.
 
-UniqueIdentifier is imported from x509sat and not x509if
+------------------------------------------------------------------------
+r28981 | stig | 2009-07-07 04:58:23 -0700 (Tue, 07 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-amqp.c
 
+From Kovarththanan Rajaratnam:
+Move hf/ett into proto_register_amqp() and do some field cleanup
+(duplicate name/blurb removal)
 
 ------------------------------------------------------------------------
-r11465 | jmayer | 2004-07-21 17:37:04 -0500 (Wed, 21 Jul 2004) | 1 line
+r28982 | stig | 2009-07-07 05:14:47 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   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)
 
-Fix the fix to krb5
 ------------------------------------------------------------------------
-r11464 | gerald | 2004-07-21 17:12:49 -0500 (Wed, 21 Jul 2004) | 2 lines
+r28983 | stig | 2009-07-07 05:21:25 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/AUTHORS
 
-Add doxygen.cfg to the "clean" target.
+Added Kovarththanan Rajaratnam.
 
 ------------------------------------------------------------------------
-r11463 | guy | 2004-07-21 14:23:18 -0500 (Wed, 21 Jul 2004) | 2 lines
+r28984 | stig | 2009-07-07 07:13:45 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x509af/packet-x509af-template.c
+   M /trunk/epan/dissectors/packet-jxta.c
 
-Include "packet-x509sat.h" to declare a function we use.
+From Kovarththanan Rajaratnam:
+Move hf/ett into proto_register_jxta() and do some field cleanup
 
 ------------------------------------------------------------------------
-r11462 | jmayer | 2004-07-21 14:15:51 -0500 (Wed, 21 Jul 2004) | 1 line
+r28985 | stig | 2009-07-07 07:23:49 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/opsi
+   M /trunk/epan/tfs.h
+
+Fix prototypes for default tfs sets.
 
-Add svn:ignore
 ------------------------------------------------------------------------
-r11461 | jmayer | 2004-07-21 12:59:03 -0500 (Wed, 21 Jul 2004) | 1 line
+r28986 | wmeier | 2009-07-07 07:26:38 -0700 (Tue, 07 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk
+   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;
 
-Add tags and TAGS to svn:ignore
 ------------------------------------------------------------------------
-r11460 | jmayer | 2004-07-21 12:57:00 -0500 (Wed, 21 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/doc
-   M /trunk/epan/dfilter
-   M /trunk/epan/ftypes
-   M /trunk/gtk
-   M /trunk/tools/lemon
-   M /trunk/wiretap
-
-Add tags and TAGS to svn:ignore
-------------------------------------------------------------------------
-r11459 | jmayer | 2004-07-21 12:55:23 -0500 (Wed, 21 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/plugins/acn
-   M /trunk/plugins/artnet
-   M /trunk/plugins/asn1
-   M /trunk/plugins/ciscosm
-   M /trunk/plugins/docsis
-   M /trunk/plugins/enttec
-   M /trunk/plugins/giop
-   M /trunk/plugins/gryphon
-   M /trunk/plugins/irda
-   M /trunk/plugins/lwres
-   M /trunk/plugins/megaco
-   M /trunk/plugins/mgcp
-   M /trunk/plugins/pcli
-   M /trunk/plugins/rdm
-   M /trunk/plugins/rlm
-   M /trunk/plugins/rtnet
-   M /trunk/plugins/rudp
-   M /trunk/plugins/v5ua
-
-Add tags and TAGS to svn:ignore
-------------------------------------------------------------------------
-r11458 | jmayer | 2004-07-21 12:45:05 -0500 (Wed, 21 Jul 2004) | 1 line
+r28987 | stig | 2009-07-07 07:34:33 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/configure.in
+   M /trunk/epan/dissectors/packet-mikey.c
+
+No need to include tfs.h
 
-Forgotten case: Make krb5 fail if it requires -lcrypto but no --with-ssl=... is not given
 ------------------------------------------------------------------------
-r11457 | sahlberg | 2004-07-21 06:13:03 -0500 (Wed, 21 Jul 2004) | 3 lines
+r28988 | martinm | 2009-07-07 07:38:14 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-x509af.c
-
-get rid of the nasty ber specific oid->callback table and reimplement the functionality using a dissector table instead   i.e. the proper way.
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
+Add preference for turning off LTE RRC.
 
 ------------------------------------------------------------------------
-r11456 | sahlberg | 2004-07-21 04:00:56 -0500 (Wed, 21 Jul 2004) | 3 lines
+r28989 | stig | 2009-07-07 07:54:15 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   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
 
-reverse part of jmayer's last patch to make tethereal build again
+------------------------------------------------------------------------
+r28990 | stig | 2009-07-07 07:58:25 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/tfs.c
+   M /trunk/epan/tfs.h
 
+Removed unused flags_set_truth.
+Fixed some capitalizations.
 
 ------------------------------------------------------------------------
-r11455 | sahlberg | 2004-07-21 03:51:08 -0500 (Wed, 21 Jul 2004) | 5 lines
+r28991 | stig | 2009-07-07 08:21:36 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/hostlist_table.c
+   M /trunk/epan/dissectors/packet-dmp.c
 
-GdkDisplay is only available in gtk 2.2 and later
+Do not use tfs true_string and false_string directly.
 
-it is not available in gtk 2.0 which all of us using more prooven and stable (==obsolete) versions use.
+------------------------------------------------------------------------
+r28992 | stig | 2009-07-07 09:04:26 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/proto.c
 
+Added some casts for true_false_string's.
 
 ------------------------------------------------------------------------
-r11454 | guy | 2004-07-21 01:31:33 -0500 (Wed, 21 Jul 2004) | 2 lines
+r28993 | stig | 2009-07-07 09:13:25 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.am
-   M /trunk/configure.in
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-   M /trunk/plugins/Makefile.am
-   M /trunk/plugins/Makefile.nmake
-   A /trunk/plugins/opsi
-   A /trunk/plugins/opsi/AUTHORS
-   A /trunk/plugins/opsi/COPYING
-   A /trunk/plugins/opsi/ChangeLog
-   A /trunk/plugins/opsi/Makefile.am
-   A /trunk/plugins/opsi/Makefile.nmake
-   A /trunk/plugins/opsi/moduleinfo.h
-   A /trunk/plugins/opsi/packet-opsi.c
-   A /trunk/plugins/opsi/packet-opsi.h
+   M /trunk/epan/tfs.h
 
-From Laurent Rabret: OPSI support.
+Revert r28985 to fix tfs prototypes, as it doesn't work...
 
 ------------------------------------------------------------------------
-r11453 | guy | 2004-07-21 01:05:24 -0500 (Wed, 21 Jul 2004) | 2 lines
+r28994 | wmeier | 2009-07-07 10:03:11 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/plugins/ethercat/packet-esl.c
 
-From Tomas Kukosa: add support for RFC 3253 HTTP methods.
+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.
 
 ------------------------------------------------------------------------
-r11452 | guy | 2004-07-21 00:57:30 -0500 (Wed, 21 Jul 2004) | 2 lines
+r28995 | martinm | 2009-07-07 10:07:24 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ospf.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rsvp.h
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-From Roberto Morro: support for GMPLS UNI and E-NNI objects/TLVs.
+Add expert item to warn of AM data PDUs that don't have any data.
 
 ------------------------------------------------------------------------
-r11451 | guy | 2004-07-21 00:44:03 -0500 (Wed, 21 Jul 2004) | 4 lines
+r28996 | wmeier | 2009-07-07 10:52:03 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/etypes.h
+   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
 
-From metatech: at least on Windows XP, if a Centrino 802.11 interface is
-in promiscuous mode, packets captured promiscuously show up as 802.11
-packets encapsulated in Ethernet, with an Ethernet type of 0x2452.
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 2: 
+Modified files w/o conflicts with current Wireshark radius dictionary files.
 
 ------------------------------------------------------------------------
-r11450 | ulfl | 2004-07-20 18:48:50 -0500 (Tue, 20 Jul 2004) | 1 line
+r28997 | stig | 2009-07-07 11:22:23 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/hostlist_table.h
+   M /trunk/epan/libwireshark.def
+
+Removed flags_set_truth
 
-from Thomas Palmer: copy content of hostlist table to clipboard in csv format.
 ------------------------------------------------------------------------
-r11449 | ulfl | 2004-07-20 16:39:54 -0500 (Tue, 20 Jul 2004) | 1 line
+r28998 | wmeier | 2009-07-07 12:40:17 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/conversations_table.h
+   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.
 
-refactoring and renaming finished
 ------------------------------------------------------------------------
-r11448 | ulfl | 2004-07-20 15:56:53 -0500 (Tue, 20 Jul 2004) | 1 line
+r28999 | stig | 2009-07-07 13:40:28 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/conversations_eth.c
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/conversations_fddi.c
-   M /trunk/gtk/conversations_ip.c
-   M /trunk/gtk/conversations_ipx.c
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/conversations_table.h
-   M /trunk/gtk/conversations_tcpip.c
-   M /trunk/gtk/conversations_tr.c
-   M /trunk/gtk/conversations_udpip.c
-   M /trunk/gtk/menu.c
+   M /trunk/plugins/unistim/Makefile.common
+
+Removed header_field.h
 
-some more renaming of the conversation tables things
 ------------------------------------------------------------------------
-r11447 | guy | 2004-07-20 15:19:46 -0500 (Tue, 20 Jul 2004) | 2 lines
+r29000 | wmeier | 2009-07-07 13:55:01 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/radius/dictionary.microsoft
 
-Include "packet-x509sat.h" to declare a function we use.
+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.
 
 ------------------------------------------------------------------------
-r11446 | jmayer | 2004-07-20 14:55:01 -0500 (Tue, 20 Jul 2004) | 3 lines
+r29001 | wmeier | 2009-07-07 15:14:25 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
+   M /trunk/radius/dictionary.wimax
+
+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".
 
+------------------------------------------------------------------------
+r29002 | wmeier | 2009-07-07 15:20:56 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/radius/dictionary.wimax
 
-Make building rpms possible again. Feedback for improvements welcome.
+radius: dictionary.wimax; Actually add the missing END-VENDOR statement
 
 ------------------------------------------------------------------------
-r11445 | etxrab | 2004-07-20 14:04:48 -0500 (Tue, 20 Jul 2004) | 1 line
+r29003 | etxrab | 2009-07-07 15:22:05 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dfilter/dfilter.c
 
-Fix decoding of messafe type 1, if T-bit = Zero
+NULL is zero on all platforms we run on.
 ------------------------------------------------------------------------
-r11444 | guy | 2004-07-20 13:42:28 -0500 (Tue, 20 Jul 2004) | 3 lines
+r29004 | wmeier | 2009-07-07 15:53:44 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   M /trunk/radius/dictionary.nortel
 
-As Joerg Mayer noted, the value of LIBS should be saved outside the
-loop.
+radius: dictionary.nortel: Update as per the 2009-07-01 FreeRadius reposistory commit
 
 ------------------------------------------------------------------------
-r11443 | jmayer | 2004-07-20 12:42:42 -0500 (Tue, 20 Jul 2004) | 4 lines
+r29005 | gerald | 2009-07-07 17:28:54 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/configure.in
+   M /trunk/epan/dissectors/packet-glbp.c
 
+Fix several dissector assertions.
+
+------------------------------------------------------------------------
+r29006 | guy | 2009-07-07 17:57:01 -0700 (Tue, 07 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/doc/README.developer
 
-Make configure continue after disabling Net-SNMP when the openssl libs
-are reuired for SNMP to link but not enabled on configure.
+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.
 
 ------------------------------------------------------------------------
-r11442 | jmayer | 2004-07-20 11:58:11 -0500 (Tue, 20 Jul 2004) | 5 lines
+r29007 | jake | 2009-07-07 22:20:30 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
    M /trunk/Makefile.am
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dissectors/Makefile.am
+   A /trunk/debian/README.source
 
-make "make dist" work again. Well, almost: currently you
-need to run
-STCHECK_CONFIGURE_FLAGS=--with-ssl=/usr make distcheck
-at least on my system.
+Add missing packaging file (according to Debian Policy Manual).
 
 ------------------------------------------------------------------------
-r11441 | sahlberg | 2004-07-20 05:45:11 -0500 (Tue, 20 Jul 2004) | 4 lines
+r29008 | jake | 2009-07-07 22:22:47 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-x509af.c
-
-Small update to AlgorithmIdentifier.
-Allow the TYPE field to match ANY type of BER construct.
+   M /trunk/debian/control
 
+Drop non-existing omniidl from wireshark-dev dependancy list.
+------------------------------------------------------------------------
+r29009 | jake | 2009-07-07 22:24:55 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/debian/rules
 
+Drop obsolete --enable-gtk2 CFLAG
+Make fakeroot actually work by setting proper LD_LIBRARY_PATH
 ------------------------------------------------------------------------
-r11440 | sahlberg | 2004-07-20 04:11:40 -0500 (Tue, 20 Jul 2004) | 12 lines
+r29010 | jake | 2009-07-07 23:07:21 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/asn1/cms/packet-cms-template.c
+   M /trunk/AUTHORS
    M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   A /trunk/epan/dissectors/packet-cms.c
-   A /trunk/epan/dissectors/packet-cms.h
-   M /trunk/epan/dissectors/packet-kerberos.c
-   A /trunk/epan/dissectors/packet-x509af.c
-   A /trunk/epan/dissectors/packet-x509af.h
-   A /trunk/epan/dissectors/packet-x509ce.c
-   A /trunk/epan/dissectors/packet-x509ce.h
-   A /trunk/epan/dissectors/packet-x509if.c
-   A /trunk/epan/dissectors/packet-x509if.h
-   A /trunk/epan/dissectors/packet-x509sat.c
-   A /trunk/epan/dissectors/packet-x509sat.h
+   A /trunk/epan/dissectors/packet-dtn.c
+   A /trunk/epan/dissectors/packet-dtn.h
 
-Add the new protocols  CMS, X509AF,  X509IF,  X509CE and X509SAT
-to the ethereal build.
+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.
 
-The dissections are semi-useful  but incomplete.
-The big problem still remaining is the x509if  Name object not being 
-dissected properly   thus causing the dissection to get out of sync/fail
-halfway through the certificate structure.
+------------------------------------------------------------------------
+r29011 | guy | 2009-07-07 23:40:17 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   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.
 
-work in progress but already semi-useful.
+------------------------------------------------------------------------
+r29012 | stig | 2009-07-08 00:48:13 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r11439 | ulfl | 2004-07-20 01:06:41 -0500 (Tue, 20 Jul 2004) | 2 lines
+r29013 | etxrab | 2009-07-08 00:53:28 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/conversations_eth.c (from /trunk/gtk/endpoint_talkers_eth.c:11438)
-   A /trunk/gtk/conversations_fc.c (from /trunk/gtk/endpoint_talkers_fc.c:11438)
-   A /trunk/gtk/conversations_fddi.c (from /trunk/gtk/endpoint_talkers_fddi.c:11438)
-   A /trunk/gtk/conversations_ip.c (from /trunk/gtk/endpoint_talkers_ip.c:11438)
-   A /trunk/gtk/conversations_ipx.c (from /trunk/gtk/endpoint_talkers_ipx.c:11438)
-   A /trunk/gtk/conversations_table.c (from /trunk/gtk/endpoint_talkers_table.c:11438)
-   A /trunk/gtk/conversations_table.h (from /trunk/gtk/endpoint_talkers_table.h:11438)
-   A /trunk/gtk/conversations_tcpip.c (from /trunk/gtk/endpoint_talkers_tcpip.c:11438)
-   A /trunk/gtk/conversations_tr.c (from /trunk/gtk/endpoint_talkers_tr.c:11438)
-   A /trunk/gtk/conversations_udpip.c (from /trunk/gtk/endpoint_talkers_udpip.c:11438)
-   D /trunk/gtk/endpoint_talkers_eth.c
-   D /trunk/gtk/endpoint_talkers_fc.c
-   D /trunk/gtk/endpoint_talkers_fddi.c
-   D /trunk/gtk/endpoint_talkers_ip.c
-   D /trunk/gtk/endpoint_talkers_ipx.c
-   D /trunk/gtk/endpoint_talkers_table.c
-   D /trunk/gtk/endpoint_talkers_table.h
-   D /trunk/gtk/endpoint_talkers_tcpip.c
-   D /trunk/gtk/endpoint_talkers_tr.c
-   D /trunk/gtk/endpoint_talkers_udpip.c
-   M /trunk/gtk/menu.c
+   M /trunk/AUTHORS
 
-renamed endpoint_talkers to conversations, as this reduces confusion in combination with the hostlist/endpoints table
-(some code refactoring still needs to be done in table.c/.h).
+Add Darryl G. Champagne.
 ------------------------------------------------------------------------
-r11438 | guy | 2004-07-19 18:21:01 -0500 (Mon, 19 Jul 2004) | 3 lines
+r29014 | stig | 2009-07-08 01:00:55 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
+   M /trunk/epan/oids.c
 
-"gtk/filter_prefs.h" was renamed "gtk/filter_dlg.h"; update the Makefile
-stuff appropriately.
+From Kovarththanan Rajaratnam:
+Avoid duplicate blurb/name.
 
 ------------------------------------------------------------------------
-r11437 | guy | 2004-07-19 18:17:20 -0500 (Mon, 19 Jul 2004) | 2 lines
+r29015 | stig | 2009-07-08 01:04:30 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/filter_dlg.h
+   M /trunk/doc/README.developer
 
-It's not called "filter_prefs.h" any more.
+From Kovarththanan Rajaratnam:
+Update to include the new constraints.
 
 ------------------------------------------------------------------------
-r11436 | ulfl | 2004-07-19 16:42:01 -0500 (Mon, 19 Jul 2004) | 1 line
+r29016 | stig | 2009-07-08 03:41:17 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/file_dlg.c
-   A /trunk/gtk/filter_dlg.c (from /trunk/gtk/filter_prefs.c:11432)
-   A /trunk/gtk/filter_dlg.h (from /trunk/gtk/filter_prefs.h:11432)
-   D /trunk/gtk/filter_prefs.c
-   D /trunk/gtk/filter_prefs.h
-   M /trunk/gtk/find_dlg.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/isup_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/toolbar.c
+   M /trunk/epan/wslua/wslua_proto.c
+
+Default to NULL for description.
+Avoid duplicate name/blurb.
 
-renamed filter_prefs to filter_dlg, as the filter settings are (well, for a long time) no longer part of the preferences dialog.
 ------------------------------------------------------------------------
-r11435 | gerald | 2004-07-19 16:18:40 -0500 (Mon, 19 Jul 2004) | 2 lines
+r29017 | stig | 2009-07-08 05:08:35 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/packaging
+   M /trunk/packaging/macosx
+   M /trunk/packaging/macosx/ScriptExec
 
-Fixes (and ugly hacks) for Windows compilation.
-
-------------------------------------------------------------------------
-r11434 | ulfl | 2004-07-19 13:07:39 -0500 (Mon, 19 Jul 2004) | 1 line
-Changed paths:
-   M /trunk/docbook/ug-src/EUG_chapter_io.xml
-
-Explain some of the File/Export dialog controls
-------------------------------------------------------------------------
-r11433 | ulfl | 2004-07-19 11:59:49 -0500 (Mon, 19 Jul 2004) | 4 lines
-Changed paths:
-   A /trunk/docbook
-   A /trunk/docbook/GFDPL_appendix.xml
-   A /trunk/docbook/Makefile
-   A /trunk/docbook/README.txt
-   A /trunk/docbook/catalog.xml
-   A /trunk/docbook/custom_layer_pdf.xsl
-   A /trunk/docbook/developer-guide.xml
-   A /trunk/docbook/dfilter2xml.pl
-   A /trunk/docbook/dg-src
-   A /trunk/docbook/dg-src/EDG_chapter_five.xml
-   A /trunk/docbook/dg-src/EDG_chapter_four.xml
-   A /trunk/docbook/dg-src/EDG_chapter_one.xml
-   A /trunk/docbook/dg-src/EDG_chapter_three.xml
-   A /trunk/docbook/dg-src/EDG_chapter_two.xml
-   A /trunk/docbook/dg-src/EDG_meta_info.xml
-   A /trunk/docbook/ethereal-doc.txt
-   A /trunk/docbook/examples
-   A /trunk/docbook/examples/test.cap
-   A /trunk/docbook/graphics
-   A /trunk/docbook/graphics/ethereal-3pane.png
-   A /trunk/docbook/graphics/ethereal-analyze-menu.png
-   A /trunk/docbook/graphics/ethereal-bytes-pane-popup-menu.png
-   A /trunk/docbook/graphics/ethereal-bytes-pane-tabs.png
-   A /trunk/docbook/graphics/ethereal-bytes-pane.png
-   A /trunk/docbook/graphics/ethereal-capture-info.png
-   A /trunk/docbook/graphics/ethereal-capture-menu.png
-   A /trunk/docbook/graphics/ethereal-capture-options.png
-   A /trunk/docbook/graphics/ethereal-capture-preferences.png
-   A /trunk/docbook/graphics/ethereal-choose-color-rule.png
-   A /trunk/docbook/graphics/ethereal-coloring-rules-dialog.png
-   A /trunk/docbook/graphics/ethereal-decode-as-show.png
-   A /trunk/docbook/graphics/ethereal-decode-as.png
-   A /trunk/docbook/graphics/ethereal-details-pane-popup-menu.png
-   A /trunk/docbook/graphics/ethereal-details-pane.png
-   A /trunk/docbook/graphics/ethereal-display-filter-tcp.png
-   A /trunk/docbook/graphics/ethereal-edit-color-rule-dialog.png
-   A /trunk/docbook/graphics/ethereal-edit-menu.png
-   A /trunk/docbook/graphics/ethereal-empty.png
-   A /trunk/docbook/graphics/ethereal-enabled-protocols.png
-   A /trunk/docbook/graphics/ethereal-error-file-exists.png
-   A /trunk/docbook/graphics/ethereal-error-open.png
-   A /trunk/docbook/graphics/ethereal-export-pdml.png
-   A /trunk/docbook/graphics/ethereal-export-plain.png
-   A /trunk/docbook/graphics/ethereal-export-ps.png
-   A /trunk/docbook/graphics/ethereal-export-psml.png
-   A /trunk/docbook/graphics/ethereal-export-selected.png
-   A /trunk/docbook/graphics/ethereal-file-menu.png
-   A /trunk/docbook/graphics/ethereal-filter-add-expression.png
-   A /trunk/docbook/graphics/ethereal-filter-toolbar.png
-   A /trunk/docbook/graphics/ethereal-filters-2.png
-   A /trunk/docbook/graphics/ethereal-filters.png
-   A /trunk/docbook/graphics/ethereal-find-packet.png
-   A /trunk/docbook/graphics/ethereal-follow-stream.png
-   A /trunk/docbook/graphics/ethereal-go-menu.png
-   A /trunk/docbook/graphics/ethereal-goto-packet.png
-   A /trunk/docbook/graphics/ethereal-gui-colors-preferences.png
-   A /trunk/docbook/graphics/ethereal-gui-columns-preferences.png
-   A /trunk/docbook/graphics/ethereal-gui-font-preferences.png
-   A /trunk/docbook/graphics/ethereal-gui-layout-preferences.png
-   A /trunk/docbook/graphics/ethereal-gui-preferences.png
-   A /trunk/docbook/graphics/ethereal-help-menu.png
-   A /trunk/docbook/graphics/ethereal-list-pane.png
-   A /trunk/docbook/graphics/ethereal-logo.png
-   A /trunk/docbook/graphics/ethereal-main-toolbar.png
-   A /trunk/docbook/graphics/ethereal-main.png
-   A /trunk/docbook/graphics/ethereal-menu.png
-   A /trunk/docbook/graphics/ethereal-merge.png
-   A /trunk/docbook/graphics/ethereal-nameresolution-preferences.png
-   A /trunk/docbook/graphics/ethereal-open.png
-   A /trunk/docbook/graphics/ethereal-packet-format.png
-   A /trunk/docbook/graphics/ethereal-packet-pane-popup-menu.png
-   A /trunk/docbook/graphics/ethereal-packet-range.png
-   A /trunk/docbook/graphics/ethereal-packet-selected.png
-   A /trunk/docbook/graphics/ethereal-packet-sep-win.png
-   A /trunk/docbook/graphics/ethereal-print.png
-   A /trunk/docbook/graphics/ethereal-printing-preferences.png
-   A /trunk/docbook/graphics/ethereal-save-as.png
-   A /trunk/docbook/graphics/ethereal-statistics-menu.png
-   A /trunk/docbook/graphics/ethereal-stats-conversations.png
-   A /trunk/docbook/graphics/ethereal-stats-endpoints.png
-   A /trunk/docbook/graphics/ethereal-stats-hierarchy.png
-   A /trunk/docbook/graphics/ethereal-stats-iographs.png
-   A /trunk/docbook/graphics/ethereal-stats-srt-dcerpc-filter.png
-   A /trunk/docbook/graphics/ethereal-stats-srt-dcerpc.png
-   A /trunk/docbook/graphics/ethereal-stats-summary.png
-   A /trunk/docbook/graphics/ethereal-statusbar-empty.png
-   A /trunk/docbook/graphics/ethereal-statusbar-loaded.png
-   A /trunk/docbook/graphics/ethereal-statusbar-selected.png
-   A /trunk/docbook/graphics/ethereal-time-reference.png
-   A /trunk/docbook/graphics/ethereal-view-menu.png
-   A /trunk/docbook/graphics/note.png
-   A /trunk/docbook/graphics/tip.png
-   A /trunk/docbook/graphics/toolbar
-   A /trunk/docbook/graphics/toolbar/capture_24.png
-   A /trunk/docbook/graphics/toolbar/cfilter_24.png
-   A /trunk/docbook/graphics/toolbar/dfilter_24.png
-   A /trunk/docbook/graphics/toolbar/stock_add_24.png
-   A /trunk/docbook/graphics/toolbar/stock_bottom_24.png
-   A /trunk/docbook/graphics/toolbar/stock_close_24.png
-   A /trunk/docbook/graphics/toolbar/stock_colorselector_24.png
-   A /trunk/docbook/graphics/toolbar/stock_help_24.png
-   A /trunk/docbook/graphics/toolbar/stock_jump_to_24.png
-   A /trunk/docbook/graphics/toolbar/stock_left_arrow_24.png
-   A /trunk/docbook/graphics/toolbar/stock_open_24.png
-   A /trunk/docbook/graphics/toolbar/stock_preferences_24.png
-   A /trunk/docbook/graphics/toolbar/stock_print_24.png
-   A /trunk/docbook/graphics/toolbar/stock_properties_24.png
-   A /trunk/docbook/graphics/toolbar/stock_refresh_24.png
-   A /trunk/docbook/graphics/toolbar/stock_right_arrow_24.png
-   A /trunk/docbook/graphics/toolbar/stock_save_24.png
-   A /trunk/docbook/graphics/toolbar/stock_save_as_24.png
-   A /trunk/docbook/graphics/toolbar/stock_search_24.png
-   A /trunk/docbook/graphics/toolbar/stock_stop_24.png
-   A /trunk/docbook/graphics/toolbar/stock_top_24.png
-   A /trunk/docbook/graphics/toolbar/stock_zoom_1_24.png
-   A /trunk/docbook/graphics/toolbar/stock_zoom_in_24.png
-   A /trunk/docbook/graphics/toolbar/stock_zoom_out_24.png
-   A /trunk/docbook/graphics/warning.png
-   A /trunk/docbook/protocols.xml
-   A /trunk/docbook/ug-src
-   A /trunk/docbook/ug-src/EUG_app_files.xml
-   A /trunk/docbook/ug-src/EUG_app_howitworks.xml
-   A /trunk/docbook/ug-src/EUG_app_messages.xml
-   A /trunk/docbook/ug-src/EUG_app_protocols.xml
-   A /trunk/docbook/ug-src/EUG_app_tools.xml
-   A /trunk/docbook/ug-src/EUG_chapter_advanced.xml
-   A /trunk/docbook/ug-src/EUG_chapter_build_install.xml
-   A /trunk/docbook/ug-src/EUG_chapter_capture.xml
-   A /trunk/docbook/ug-src/EUG_chapter_customize.xml
-   A /trunk/docbook/ug-src/EUG_chapter_introduction.xml
-   A /trunk/docbook/ug-src/EUG_chapter_io.xml
-   A /trunk/docbook/ug-src/EUG_chapter_statistics.xml
-   A /trunk/docbook/ug-src/EUG_chapter_troubleshoot.xml
-   A /trunk/docbook/ug-src/EUG_chapter_use.xml
-   A /trunk/docbook/ug-src/EUG_chapter_work.xml
-   A /trunk/docbook/ug-src/EUG_meta_info.xml
-   A /trunk/docbook/ug-src/EUG_preface.xml
-   A /trunk/docbook/user-guide.xml
-
-The first draft of an updated "Ethereal User's Guide" redesigned and updated to the current released Ethereal version 0.10.5.
-As generation of output files is a bit tricky, please have a look at the Readme.txt file for instructions.
-
-Please send comments and improvements.
-------------------------------------------------------------------------
-r11432 | sahlberg | 2004-07-19 04:03:28 -0500 (Mon, 19 Jul 2004) | 10 lines
-Changed paths:
-   A /trunk/asn1/cms
-   A /trunk/asn1/cms/CryptographicMessageSyntax.asn
-   A /trunk/asn1/cms/cms.cnf
-   A /trunk/asn1/cms/packet-cms-template.c
-   A /trunk/asn1/cms/packet-cms-template.h
-
-work in progress
-New protocol CryptogrtaphicMessageSyntax
-As the X.509xx protocols this protocol is not yet linked with ethereal but a work in progress.
-
-Within the next few days the changes needed to packet-kerberos and packet-ber will be added to implement an embryonic pkinit implementation inside packet-kerberos which will in turn call cms and the x509 dissectors.
-
-The dissectors are still very incomplete but already relatively useful.
-
-
-
-------------------------------------------------------------------------
-r11431 | sahlberg | 2004-07-19 03:59:50 -0500 (Mon, 19 Jul 2004) | 5 lines
-Changed paths:
-   A /trunk/asn1/x509sat
-   A /trunk/asn1/x509sat/SelectedAttributeTypes.asn
-   A /trunk/asn1/x509sat/packet-x509sat-template.c
-   A /trunk/asn1/x509sat/packet-x509sat-template.h
-   A /trunk/asn1/x509sat/x509sat.cnf
-
-Work in progress
-New protocol X.509 Selected Attribute Types
-This new protocol is not linked with ethereal yet
-
-
-------------------------------------------------------------------------
-r11430 | sahlberg | 2004-07-19 03:57:29 -0500 (Mon, 19 Jul 2004) | 7 lines
-Changed paths:
-   A /trunk/asn1/x509if
-   A /trunk/asn1/x509if/InformationFramework.asn
-   A /trunk/asn1/x509if/packet-x509if-template.c
-   A /trunk/asn1/x509if/packet-x509if-template.h
-   A /trunk/asn1/x509if/x509if.cnf
-   A /trunk/asn1/x509if/x509if_exp.cnf
+Added some svn:ignore targets for OSX package build.
 
-Work in progress
-New protocol X.509 Information framework
+------------------------------------------------------------------------
+r29018 | wmeier | 2009-07-08 05:50:09 -0700 (Wed, 08 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dtn.c
 
-this new protocol is not yet linked with ethereal and needs extra massage before it can be used.
+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;
 
+------------------------------------------------------------------------
+r29019 | wmeier | 2009-07-08 06:10:00 -0700 (Wed, 08 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
+Add references to two specifications 
 
 ------------------------------------------------------------------------
-r11429 | sahlberg | 2004-07-19 03:54:44 -0500 (Mon, 19 Jul 2004) | 7 lines
+r29020 | wmeier | 2009-07-08 06:38:59 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   A /trunk/asn1/x509ce
-   A /trunk/asn1/x509ce/CertificateExtensions.asn
-   A /trunk/asn1/x509ce/packet-x509ce-template.c
-   A /trunk/asn1/x509ce/packet-x509ce-template.h
-   A /trunk/asn1/x509ce/x509ce.cnf
+   M /trunk/radius/dictionary.alcatel
 
-Work in progress
-New protocol X.509 Certificate Extensions
-This new code provides required functionality to the x509af dfissector
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3d: alcatel
+Use dictionary.alcatel as is from the FreeRadius release.
 
-it is not linked with ethereal yet and needs extra massage bewfore invoked.
+------------------------------------------------------------------------
+r29021 | rbalint | 2009-07-08 07:20:59 -0700 (Wed, 08 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_tvb.c
 
+Minor documentation fix
 
 ------------------------------------------------------------------------
-r11428 | sahlberg | 2004-07-19 03:51:57 -0500 (Mon, 19 Jul 2004) | 7 lines
+r29022 | etxrab | 2009-07-08 07:27:21 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   A /trunk/asn1/x509af
-   A /trunk/asn1/x509af/AuthenticationFramework.asn
-   A /trunk/asn1/x509af/packet-x509af-template.c
-   A /trunk/asn1/x509af/packet-x509af-template.h
-   A /trunk/asn1/x509af/x509af.cnf
-   A /trunk/asn1/x509af/x509af_exp.cnf
+   M /trunk/diameter/dictionary.xml
+   M /trunk/diameter/etsie2e4.xml
+   M /trunk/diameter/gqpolicy.xml
 
-Work in progress
+From Magnus S?\195?\182rman:
+Correct AVP properties.
+------------------------------------------------------------------------
+r29023 | jmayer | 2009-07-08 08:26:04 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-glbp.c
 
-checkin of new protocol X.509 Authentication Framework
-This new protocol is not linked yet to ethereal or yet used since it needs other support protocols and massaging before it can be used.
+Readd the feature to skip the unknown/faulty remainder
+of an IE and still display the next one(s).
 
+------------------------------------------------------------------------
+r29024 | jmayer | 2009-07-08 08:29:37 -0700 (Wed, 08 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
 
+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.
 
 ------------------------------------------------------------------------
-r11427 | guy | 2004-07-18 21:27:17 -0500 (Sun, 18 Jul 2004) | 6 lines
+r29025 | etxrab | 2009-07-08 09:16:13 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   A /trunk/epan/address.h
-   M /trunk/epan/packet_info.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/pcap-util.c
-   M /trunk/pcap-util.h
-
-Pull the address (and port and circuit type) stuff out of
-"epan/packet_info.h" and put it in "epan/address.h".
+   M /trunk/gtk/new_packet_list.c
 
-Use the AT_ values from "epan/address.h" for address types in the
-interface lists rather than having our own FAM_ enums.
+We are only handling one row at a time(right?).
 
+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?
 ------------------------------------------------------------------------
-r11426 | guy | 2004-07-18 21:07:07 -0500 (Sun, 18 Jul 2004) | 7 lines
+r29026 | wmeier | 2009-07-08 10:23:58 -0700 (Wed, 08 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/acinclude.m4
-
-When checking whether we can get "sprint_realloc_objid()" from the SNMP
-library, don't forget to link with the SNMP library along with all the
-other libraries....
+   M /trunk/radius/dictionary.cisco.vpn3000
 
-Restore the setting of LIBS after doing all the tests, as is done in
-other macros.
+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]".
 
 ------------------------------------------------------------------------
-r11425 | guy | 2004-07-18 20:06:06 -0500 (Sun, 18 Jul 2004) | 4 lines
+r29027 | jake | 2009-07-08 10:46:37 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/pcap-util.c
+   M /trunk/epan/dissectors/packet-dtn.c
 
-Revert the IPv6 code, as we did with the IPv4 code, and use INET6 as an
-indicator of whether we have enough IPv6 support to handle IPv6
-addresses.
+Address the size_t vs. gint issue.
 
 ------------------------------------------------------------------------
-r11424 | jmayer | 2004-07-18 18:50:22 -0500 (Sun, 18 Jul 2004) | 1 line
+r29028 | etxrab | 2009-07-08 11:36:31 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk
+   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 depcomp to svn:ignore
+From Kovarththanan Rajaratnam:
+No letter-shortcuts in Telephony menu.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678
 ------------------------------------------------------------------------
-r11423 | ulfl | 2004-07-18 18:46:07 -0500 (Sun, 18 Jul 2004) | 1 line
+r29029 | guy | 2009-07-08 12:19:06 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/tshark.c
+
+Clarify that "-w" specifies a *pcap-format* file to be written to.
 
-Fix the win32 nmake generation for now (it will compile/link/run again). This will need more cleanup if the movements of the dissector sources are finished. Hopefully this doesn't broke the unix build.
 ------------------------------------------------------------------------
-r11422 | jmayer | 2004-07-18 18:44:34 -0500 (Sun, 18 Jul 2004) | 6 lines
-Changed paths:
-   D /trunk/.cvsignore
-   D /trunk/doc/.cvsignore
-   M /trunk/epan
-   D /trunk/epan/.cvsignore
-   D /trunk/epan/dfilter/.cvsignore
-   M /trunk/epan/dissectors
-   D /trunk/epan/dissectors/.cvsignore
-   D /trunk/epan/ftypes/.cvsignore
-   D /trunk/gtk/.cvsignore
-   D /trunk/help/.cvsignore
-   D /trunk/image/.cvsignore
-   D /trunk/packaging/.cvsignore
-   D /trunk/packaging/nsis/.cvsignore
-   D /trunk/packaging/rpm/.cvsignore
-   D /trunk/packaging/rpm/SPECS/.cvsignore
-   D /trunk/packaging/svr4/.cvsignore
-   D /trunk/plugins/.cvsignore
-   D /trunk/plugins/acn/.cvsignore
-   D /trunk/plugins/artnet/.cvsignore
-   D /trunk/plugins/asn1/.cvsignore
-   D /trunk/plugins/ciscosm/.cvsignore
-   D /trunk/plugins/docsis/.cvsignore
-   D /trunk/plugins/enttec/.cvsignore
-   D /trunk/plugins/giop/.cvsignore
-   D /trunk/plugins/gryphon/.cvsignore
-   D /trunk/plugins/irda/.cvsignore
-   D /trunk/plugins/lwres/.cvsignore
-   D /trunk/plugins/megaco/.cvsignore
-   D /trunk/plugins/mgcp/.cvsignore
-   D /trunk/plugins/pcli/.cvsignore
-   D /trunk/plugins/rdm/.cvsignore
-   D /trunk/plugins/rlm/.cvsignore
-   D /trunk/plugins/rtnet/.cvsignore
-   D /trunk/plugins/rudp/.cvsignore
-   D /trunk/plugins/v5ua/.cvsignore
-   D /trunk/tools/.cvsignore
-   D /trunk/tools/lemon/.cvsignore
-   D /trunk/wiretap/.cvsignore
-
- .cvsignore is dead
-it has been replaced by
-svn proplist -v <dir/file>
-and
-svn propedit <dir/file>
-
-------------------------------------------------------------------------
-r11421 | jmayer | 2004-07-18 18:39:15 -0500 (Sun, 18 Jul 2004) | 5 lines
-Changed paths:
-   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
-
-Beginnings to make rpm building possible again.
-Not yet finished:
-- make dist breaks after moving of dissectors
-- the real packaging process may not be working yet
-
-------------------------------------------------------------------------
-r11420 | guy | 2004-07-18 18:07:04 -0500 (Sun, 18 Jul 2004) | 6 lines
-Changed paths:
-   M /trunk/pcap-util.c
-
-"struct sockaddr_in"s and "struct sockaddr_in6"s are sufficient to serve
-as transport endpoint addresses, so the "sa_data" field includes port
-numbers.  Revert the IPv4 code; we'll fix the IPv6 code later (we'll
-have to check whether "struct sockaddr_in6" is defined, and not support
-IPv6 addresses if it's not, even if AF_INET6 is defined).
-
-------------------------------------------------------------------------
-r11419 | jmayer | 2004-07-18 17:51:50 -0500 (Sun, 18 Jul 2004) | 3 lines
-Changed paths:
-   M /trunk/.cvsignore
-   M /trunk/doc/.cvsignore
-   M /trunk/epan/.cvsignore
-   M /trunk/epan/dfilter/.cvsignore
-   A /trunk/epan/dissectors/.cvsignore
-   M /trunk/epan/ftypes/.cvsignore
-   M /trunk/gtk/.cvsignore
-   M /trunk/help/.cvsignore
-   M /trunk/image/.cvsignore
-   M /trunk/packaging/.cvsignore
-   M /trunk/packaging/nsis/.cvsignore
-   M /trunk/packaging/rpm/.cvsignore
-   M /trunk/packaging/rpm/SPECS/.cvsignore
-   M /trunk/packaging/svr4/.cvsignore
-   M /trunk/plugins/.cvsignore
-   M /trunk/plugins/acn/.cvsignore
-   M /trunk/plugins/artnet/.cvsignore
-   M /trunk/plugins/asn1/.cvsignore
-   M /trunk/plugins/ciscosm/.cvsignore
-   M /trunk/plugins/docsis/.cvsignore
-   M /trunk/plugins/enttec/.cvsignore
-   M /trunk/plugins/giop/.cvsignore
-   M /trunk/plugins/gryphon/.cvsignore
-   M /trunk/plugins/irda/.cvsignore
-   M /trunk/plugins/lwres/.cvsignore
-   M /trunk/plugins/megaco/.cvsignore
-   M /trunk/plugins/mgcp/.cvsignore
-   M /trunk/plugins/pcli/.cvsignore
-   M /trunk/plugins/rdm/.cvsignore
-   M /trunk/plugins/rlm/.cvsignore
-   M /trunk/plugins/rtnet/.cvsignore
-   M /trunk/plugins/rudp/.cvsignore
-   M /trunk/plugins/v5ua/.cvsignore
-   M /trunk/tools/.cvsignore
-   M /trunk/tools/lemon/.cvsignore
-   M /trunk/wiretap/.cvsignore
-
-Add epan/dissectors/.cvsignore
-Add tags and TAGS to all .cvsignore files
-
-------------------------------------------------------------------------
-r11418 | jmayer | 2004-07-18 17:36:55 -0500 (Sun, 18 Jul 2004) | 3 lines
+r29030 | wmeier | 2009-07-08 12:35:49 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/radius/dictionary.aruba
 
-SNPRINTF isn't used any more - remove from sample dissector
-and coding guidelines.
+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
 
 ------------------------------------------------------------------------
-r11417 | ulfl | 2004-07-18 16:02:19 -0500 (Sun, 18 Jul 2004) | 1 line
+r29031 | wmeier | 2009-07-08 13:29:06 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.nmake
+   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;
 
-some more changes for the win32 nmake process
 ------------------------------------------------------------------------
-r11416 | jmayer | 2004-07-18 15:33:54 -0500 (Sun, 18 Jul 2004) | 5 lines
+r29032 | wmeier | 2009-07-08 13:50:56 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/configure.in
+   M /trunk/radius/dictionary.freeradius
 
-- Require --with-ssl=... to be explicitly set to work
-  around licensing problems
-- Cause krb5 and snmp to fail, if ssl is required but
-  not configured.
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3h: freeradius
+ FreeRadius 2.1.6 dictionary.freeradius as is;
 
 ------------------------------------------------------------------------
-r11415 | ulfl | 2004-07-18 15:21:20 -0500 (Sun, 18 Jul 2004) | 1 line
+r29033 | jake | 2009-07-08 14:04:53 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/asn1/snmp/packet-snmp-template.c
 
-first attempt to make Win32 generation (nmake) ready for the dissector movings (but still incomplete)
+Remove hint of name resolution when it's not there.
 ------------------------------------------------------------------------
-r11414 | guy | 2004-07-18 14:54:07 -0500 (Sun, 18 Jul 2004) | 4 lines
+r29034 | stig | 2009-07-09 02:28:05 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/recent.c
+   M /trunk/gtk/main_statusbar.c
 
-If the pane separator positions are 0 (e.g., because this is GTK+
-1.2[.x] and you can't get the positions), don't write them out, as
-they'll get errors when they're read back in.
+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.
 
 ------------------------------------------------------------------------
-r11413 | guy | 2004-07-18 14:44:41 -0500 (Sun, 18 Jul 2004) | 5 lines
+r29035 | stig | 2009-07-09 04:32:50 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/pcap-util.c
+   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
 
-Just because AF_INET6 is defined, that doesn't mean "struct
-sockaddr_in6" is defined - the former, but not the latter, is defined in
-FreeBSD 3.4.  Just copy the appropriate number of bytes from the
-"sa_data" field of a "struct sockaddr".
+Split packet-ip into packet-ip and packet-icmp.
+Some cleanup in handles and ett entries.
 
 ------------------------------------------------------------------------
-r11412 | guy | 2004-07-18 13:59:09 -0500 (Sun, 18 Jul 2004) | 2 lines
+r29036 | wmeier | 2009-07-09 05:44:16 -0700 (Thu, 09 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/radius/dictionary.3gpp2
 
-Define CLEANFILES only once.
+ 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
 
 ------------------------------------------------------------------------
-r11411 | guy | 2004-07-18 13:47:44 -0500 (Sun, 18 Jul 2004) | 2 lines
+r29037 | etxrab | 2009-07-09 08:26:41 -0700 (Thu, 09 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/pcap-util-unix.c
-   M /trunk/pcap-util.c
-   M /trunk/pcap-util.h
-
-Add support for IPv6 addresses for interfaces.
+   M /trunk/diameter/dictionary.xml
 
+Update 3GPP AVP:s
 ------------------------------------------------------------------------
-r11410 | gram | 2004-07-18 13:06:47 -0500 (Sun, 18 Jul 2004) | 8 lines
+r29038 | wmeier | 2009-07-09 08:59:02 -0700 (Thu, 09 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/Makefile.nmake
-   M /trunk/capture.c
-   M /trunk/configure.in
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/Makefile.nmake
-   A /trunk/epan/dissectors
-   A /trunk/epan/dissectors/Makefile.am
-   A /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/Makefile.nmake
-   A /trunk/epan/dissectors/make-reg-dotc (from /trunk/make-reg-dotc:11400)
-   A /trunk/epan/dissectors/make-reg-dotc.py (from /trunk/make-reg-dotc.py:11400)
-   A /trunk/epan/dissectors/ncp2222.py (from /trunk/ncp2222.py:11400)
-   A /trunk/epan/dissectors/packet-3g-a11.c (from /trunk/packet-3g-a11.c:11400)
-   A /trunk/epan/dissectors/packet-aarp.c (from /trunk/packet-aarp.c:11400)
-   A /trunk/epan/dissectors/packet-acap.c (from /trunk/packet-acap.c:11400)
-   A /trunk/epan/dissectors/packet-acse.c (from /trunk/packet-acse.c:11400)
-   A /trunk/epan/dissectors/packet-acse.h (from /trunk/packet-acse.h:11400)
-   A /trunk/epan/dissectors/packet-afp.c (from /trunk/packet-afp.c:11400)
-   A /trunk/epan/dissectors/packet-afp.h (from /trunk/packet-afp.h:11400)
-   A /trunk/epan/dissectors/packet-afs-defs.h (from /trunk/packet-afs-defs.h:11400)
-   A /trunk/epan/dissectors/packet-afs-macros.h (from /trunk/packet-afs-macros.h:11400)
-   A /trunk/epan/dissectors/packet-afs-register-info.h (from /trunk/packet-afs-register-info.h:11400)
-   A /trunk/epan/dissectors/packet-afs.c (from /trunk/packet-afs.c:11400)
-   A /trunk/epan/dissectors/packet-afs.h (from /trunk/packet-afs.h:11400)
-   A /trunk/epan/dissectors/packet-aim-admin.c (from /trunk/packet-aim-admin.c:11400)
-   A /trunk/epan/dissectors/packet-aim-adverts.c (from /trunk/packet-aim-adverts.c:11400)
-   A /trunk/epan/dissectors/packet-aim-bos.c (from /trunk/packet-aim-bos.c:11400)
-   A /trunk/epan/dissectors/packet-aim-buddylist.c (from /trunk/packet-aim-buddylist.c:11400)
-   A /trunk/epan/dissectors/packet-aim-chat.c (from /trunk/packet-aim-chat.c:11400)
-   A /trunk/epan/dissectors/packet-aim-chatnav.c (from /trunk/packet-aim-chatnav.c:11400)
-   A /trunk/epan/dissectors/packet-aim-directory.c (from /trunk/packet-aim-directory.c:11400)
-   A /trunk/epan/dissectors/packet-aim-generic.c (from /trunk/packet-aim-generic.c:11400)
-   A /trunk/epan/dissectors/packet-aim-icq.c (from /trunk/packet-aim-icq.c:11400)
-   A /trunk/epan/dissectors/packet-aim-invitation.c (from /trunk/packet-aim-invitation.c:11400)
-   A /trunk/epan/dissectors/packet-aim-location.c (from /trunk/packet-aim-location.c:11400)
-   A /trunk/epan/dissectors/packet-aim-messaging.c (from /trunk/packet-aim-messaging.c:11400)
-   A /trunk/epan/dissectors/packet-aim-oft.c (from /trunk/packet-aim-oft.c:11400)
-   A /trunk/epan/dissectors/packet-aim-popup.c (from /trunk/packet-aim-popup.c:11400)
-   A /trunk/epan/dissectors/packet-aim-signon.c (from /trunk/packet-aim-signon.c:11400)
-   A /trunk/epan/dissectors/packet-aim-ssi.c (from /trunk/packet-aim-ssi.c:11400)
-   A /trunk/epan/dissectors/packet-aim-stats.c (from /trunk/packet-aim-stats.c:11400)
-   A /trunk/epan/dissectors/packet-aim-translate.c (from /trunk/packet-aim-translate.c:11400)
-   A /trunk/epan/dissectors/packet-aim-userlookup.c (from /trunk/packet-aim-userlookup.c:11400)
-   A /trunk/epan/dissectors/packet-aim.c (from /trunk/packet-aim.c:11400)
-   A /trunk/epan/dissectors/packet-aim.h (from /trunk/packet-aim.h:11400)
-   A /trunk/epan/dissectors/packet-ajp13.c (from /trunk/packet-ajp13.c:11400)
-   A /trunk/epan/dissectors/packet-alcap.c (from /trunk/packet-alcap.c:11400)
-   A /trunk/epan/dissectors/packet-ans.c (from /trunk/packet-ans.c:11400)
-   A /trunk/epan/dissectors/packet-ansi_637.c (from /trunk/packet-ansi_637.c:11400)
-   A /trunk/epan/dissectors/packet-ansi_683.c (from /trunk/packet-ansi_683.c:11400)
-   A /trunk/epan/dissectors/packet-ansi_801.c (from /trunk/packet-ansi_801.c:11400)
-   A /trunk/epan/dissectors/packet-ansi_a.c (from /trunk/packet-ansi_a.c:11400)
-   A /trunk/epan/dissectors/packet-ansi_a.h (from /trunk/packet-ansi_a.h:11400)
-   A /trunk/epan/dissectors/packet-ansi_map.c (from /trunk/packet-ansi_map.c:11400)
-   A /trunk/epan/dissectors/packet-ansi_map.h (from /trunk/packet-ansi_map.h:11400)
-   A /trunk/epan/dissectors/packet-aodv.c (from /trunk/packet-aodv.c:11400)
-   A /trunk/epan/dissectors/packet-ap1394.c (from /trunk/packet-ap1394.c:11400)
-   A /trunk/epan/dissectors/packet-ap1394.h (from /trunk/packet-ap1394.h:11400)
-   A /trunk/epan/dissectors/packet-arcnet.c (from /trunk/packet-arcnet.c:11400)
-   A /trunk/epan/dissectors/packet-arcnet.h (from /trunk/packet-arcnet.h:11400)
-   A /trunk/epan/dissectors/packet-arp.c (from /trunk/packet-arp.c:11400)
-   A /trunk/epan/dissectors/packet-arp.h (from /trunk/packet-arp.h:11400)
-   A /trunk/epan/dissectors/packet-asap.c (from /trunk/packet-asap.c:11400)
-   A /trunk/epan/dissectors/packet-ascend.c (from /trunk/packet-ascend.c:11400)
-   A /trunk/epan/dissectors/packet-asf.c (from /trunk/packet-asf.c:11400)
-   A /trunk/epan/dissectors/packet-atalk.c (from /trunk/packet-atalk.c:11400)
-   A /trunk/epan/dissectors/packet-atalk.h (from /trunk/packet-atalk.h:11400)
-   A /trunk/epan/dissectors/packet-atm.c (from /trunk/packet-atm.c:11400)
-   A /trunk/epan/dissectors/packet-atm.h (from /trunk/packet-atm.h:11400)
-   A /trunk/epan/dissectors/packet-auto_rp.c (from /trunk/packet-auto_rp.c:11400)
-   A /trunk/epan/dissectors/packet-bacapp.c (from /trunk/packet-bacapp.c:11400)
-   A /trunk/epan/dissectors/packet-bacnet.c (from /trunk/packet-bacnet.c:11400)
-   A /trunk/epan/dissectors/packet-beep.c (from /trunk/packet-beep.c:11400)
-   A /trunk/epan/dissectors/packet-ber.c (from /trunk/packet-ber.c:11400)
-   A /trunk/epan/dissectors/packet-ber.h (from /trunk/packet-ber.h:11400)
-   A /trunk/epan/dissectors/packet-bfd.c (from /trunk/packet-bfd.c:11400)
-   A /trunk/epan/dissectors/packet-bgp.c (from /trunk/packet-bgp.c:11400)
-   A /trunk/epan/dissectors/packet-bgp.h (from /trunk/packet-bgp.h:11400)
-   A /trunk/epan/dissectors/packet-bofl.c (from /trunk/packet-bofl.c:11400)
-   A /trunk/epan/dissectors/packet-bootp.c (from /trunk/packet-bootp.c:11400)
-   A /trunk/epan/dissectors/packet-bootparams.c (from /trunk/packet-bootparams.c:11400)
-   A /trunk/epan/dissectors/packet-bootparams.h (from /trunk/packet-bootparams.h:11400)
-   A /trunk/epan/dissectors/packet-bpdu.c (from /trunk/packet-bpdu.c:11400)
-   A /trunk/epan/dissectors/packet-brdwlk.c (from /trunk/packet-brdwlk.c:11400)
-   A /trunk/epan/dissectors/packet-bssap.c (from /trunk/packet-bssap.c:11400)
-   A /trunk/epan/dissectors/packet-bssap.h (from /trunk/packet-bssap.h:11400)
-   A /trunk/epan/dissectors/packet-bssgp.c (from /trunk/packet-bssgp.c:11400)
-   A /trunk/epan/dissectors/packet-bvlc.c (from /trunk/packet-bvlc.c:11400)
-   A /trunk/epan/dissectors/packet-cast.c (from /trunk/packet-cast.c:11400)
-   A /trunk/epan/dissectors/packet-ccsds.c (from /trunk/packet-ccsds.c:11400)
-   A /trunk/epan/dissectors/packet-cdp.c (from /trunk/packet-cdp.c:11400)
-   A /trunk/epan/dissectors/packet-cgmp.c (from /trunk/packet-cgmp.c:11400)
-   A /trunk/epan/dissectors/packet-chdlc.c (from /trunk/packet-chdlc.c:11400)
-   A /trunk/epan/dissectors/packet-chdlc.h (from /trunk/packet-chdlc.h:11400)
-   A /trunk/epan/dissectors/packet-cisco-oui.c (from /trunk/packet-cisco-oui.c:11400)
-   A /trunk/epan/dissectors/packet-clearcase.c (from /trunk/packet-clearcase.c:11400)
-   A /trunk/epan/dissectors/packet-clearcase.h (from /trunk/packet-clearcase.h:11400)
-   A /trunk/epan/dissectors/packet-clip.c (from /trunk/packet-clip.c:11400)
-   A /trunk/epan/dissectors/packet-clip.h (from /trunk/packet-clip.h:11400)
-   A /trunk/epan/dissectors/packet-clnp.c (from /trunk/packet-clnp.c:11400)
-   A /trunk/epan/dissectors/packet-cops.c (from /trunk/packet-cops.c:11400)
-   A /trunk/epan/dissectors/packet-cosine.c (from /trunk/packet-cosine.c:11400)
-   A /trunk/epan/dissectors/packet-cpfi.c (from /trunk/packet-cpfi.c:11400)
-   A /trunk/epan/dissectors/packet-cpha.c (from /trunk/packet-cpha.c:11400)
-   A /trunk/epan/dissectors/packet-cups.c (from /trunk/packet-cups.c:11400)
-   A /trunk/epan/dissectors/packet-data.c (from /trunk/packet-data.c:11400)
-   A /trunk/epan/dissectors/packet-data.h (from /trunk/packet-data.h:11400)
-   A /trunk/epan/dissectors/packet-dccp.c (from /trunk/packet-dccp.c:11400)
-   A /trunk/epan/dissectors/packet-dccp.h (from /trunk/packet-dccp.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-afs4int.c (from /trunk/packet-dcerpc-afs4int.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-atsvc.c (from /trunk/packet-dcerpc-atsvc.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-atsvc.h (from /trunk/packet-dcerpc-atsvc.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-bossvr.c (from /trunk/packet-dcerpc-bossvr.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-browser.c (from /trunk/packet-dcerpc-browser.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-browser.h (from /trunk/packet-dcerpc-browser.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-budb.c (from /trunk/packet-dcerpc-budb.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-butc.c (from /trunk/packet-dcerpc-butc.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-cds_clerkserver.c (from /trunk/packet-dcerpc-cds_clerkserver.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-cds_solicit.c (from /trunk/packet-dcerpc-cds_solicit.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-conv.c (from /trunk/packet-dcerpc-conv.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-cprpc_server.c (from /trunk/packet-dcerpc-cprpc_server.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-dce122.c (from /trunk/packet-dcerpc-dce122.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-dce122.h (from /trunk/packet-dcerpc-dce122.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-dcom.h (from /trunk/packet-dcerpc-dcom.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-dfs.c (from /trunk/packet-dcerpc-dfs.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-dfs.h (from /trunk/packet-dcerpc-dfs.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-dnsserver.c (from /trunk/packet-dcerpc-dnsserver.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-dnsserver.h (from /trunk/packet-dcerpc-dnsserver.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-drsuapi.c (from /trunk/packet-dcerpc-drsuapi.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-drsuapi.h (from /trunk/packet-dcerpc-drsuapi.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-dtsprovider.c (from /trunk/packet-dcerpc-dtsprovider.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-dtsstime_req.c (from /trunk/packet-dcerpc-dtsstime_req.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-efs.c (from /trunk/packet-dcerpc-efs.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-efs.h (from /trunk/packet-dcerpc-efs.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-epm.c (from /trunk/packet-dcerpc-epm.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-epm4.c (from /trunk/packet-dcerpc-epm4.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-eventlog.c (from /trunk/packet-dcerpc-eventlog.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-eventlog.h (from /trunk/packet-dcerpc-eventlog.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-fldb.c (from /trunk/packet-dcerpc-fldb.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-frsapi.c (from /trunk/packet-dcerpc-frsapi.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-frsapi.h (from /trunk/packet-dcerpc-frsapi.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-frsrpc.c (from /trunk/packet-dcerpc-frsrpc.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-frsrpc.h (from /trunk/packet-dcerpc-frsrpc.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-ftserver.c (from /trunk/packet-dcerpc-ftserver.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-icl_rpc.c (from /trunk/packet-dcerpc-icl_rpc.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.c (from /trunk/packet-dcerpc-initshutdown.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.h (from /trunk/packet-dcerpc-initshutdown.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-krb5rpc.c (from /trunk/packet-dcerpc-krb5rpc.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-llb.c (from /trunk/packet-dcerpc-llb.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-lsa-ds.c (from /trunk/packet-dcerpc-lsa-ds.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-lsa.c (from /trunk/packet-dcerpc-lsa.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-lsa.h (from /trunk/packet-dcerpc-lsa.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-mapi.c (from /trunk/packet-dcerpc-mapi.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-mapi.h (from /trunk/packet-dcerpc-mapi.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-messenger.c (from /trunk/packet-dcerpc-messenger.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-mgmt.c (from /trunk/packet-dcerpc-mgmt.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-ndr.c (from /trunk/packet-dcerpc-ndr.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-netlogon.c (from /trunk/packet-dcerpc-netlogon.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-netlogon.h (from /trunk/packet-dcerpc-netlogon.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-nspi.c (from /trunk/packet-dcerpc-nspi.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-nt.c (from /trunk/packet-dcerpc-nt.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-nt.h (from /trunk/packet-dcerpc-nt.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-oxid.c (from /trunk/packet-dcerpc-oxid.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rdaclif.c (from /trunk/packet-dcerpc-rdaclif.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-reg.c (from /trunk/packet-dcerpc-reg.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-reg.h (from /trunk/packet-dcerpc-reg.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-remact.c (from /trunk/packet-dcerpc-remact.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rep_proc.c (from /trunk/packet-dcerpc-rep_proc.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-roverride.c (from /trunk/packet-dcerpc-roverride.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rpriv.c (from /trunk/packet-dcerpc-rpriv.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_acct.c (from /trunk/packet-dcerpc-rs_acct.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_attr.c (from /trunk/packet-dcerpc-rs_attr.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_attr_schema.c (from /trunk/packet-dcerpc-rs_attr_schema.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_bind.c (from /trunk/packet-dcerpc-rs_bind.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_misc.c (from /trunk/packet-dcerpc-rs_misc.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_pgo.c (from /trunk/packet-dcerpc-rs_pgo.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_plcy.c (from /trunk/packet-dcerpc-rs_plcy.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_prop_acct.c (from /trunk/packet-dcerpc-rs_prop_acct.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_prop_acl.c (from /trunk/packet-dcerpc-rs_prop_acl.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_prop_attr.c (from /trunk/packet-dcerpc-rs_prop_attr.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_prop_pgo.c (from /trunk/packet-dcerpc-rs_prop_pgo.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_prop_plcy.c (from /trunk/packet-dcerpc-rs_prop_plcy.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c (from /trunk/packet-dcerpc-rs_pwd_mgmt.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_repadm.c (from /trunk/packet-dcerpc-rs_repadm.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_replist.c (from /trunk/packet-dcerpc-rs_replist.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_repmgr.c (from /trunk/packet-dcerpc-rs_repmgr.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rs_unix.c (from /trunk/packet-dcerpc-rs_unix.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-rsec_login.c (from /trunk/packet-dcerpc-rsec_login.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-samr.c (from /trunk/packet-dcerpc-samr.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-samr.h (from /trunk/packet-dcerpc-samr.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-secidmap.c (from /trunk/packet-dcerpc-secidmap.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-spoolss.c (from /trunk/packet-dcerpc-spoolss.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-spoolss.h (from /trunk/packet-dcerpc-spoolss.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-srvsvc.c (from /trunk/packet-dcerpc-srvsvc.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-srvsvc.h (from /trunk/packet-dcerpc-srvsvc.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-svcctl.c (from /trunk/packet-dcerpc-svcctl.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-svcctl.h (from /trunk/packet-dcerpc-svcctl.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-tapi.c (from /trunk/packet-dcerpc-tapi.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-tapi.h (from /trunk/packet-dcerpc-tapi.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-tkn4int.c (from /trunk/packet-dcerpc-tkn4int.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-trksvr.c (from /trunk/packet-dcerpc-trksvr.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-ubikdisk.c (from /trunk/packet-dcerpc-ubikdisk.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-ubikvote.c (from /trunk/packet-dcerpc-ubikvote.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-update.c (from /trunk/packet-dcerpc-update.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-wkssvc.c (from /trunk/packet-dcerpc-wkssvc.c:11400)
-   A /trunk/epan/dissectors/packet-dcerpc-wkssvc.h (from /trunk/packet-dcerpc-wkssvc.h:11400)
-   A /trunk/epan/dissectors/packet-dcerpc.c (from /trunk/packet-dcerpc.c:11409)
-   A /trunk/epan/dissectors/packet-dcerpc.h (from /trunk/packet-dcerpc.h:11409)
-   A /trunk/epan/dissectors/packet-dcm.c (from /trunk/packet-dcm.c:11400)
-   A /trunk/epan/dissectors/packet-ddtp.c (from /trunk/packet-ddtp.c:11400)
-   A /trunk/epan/dissectors/packet-ddtp.h (from /trunk/packet-ddtp.h:11400)
-   A /trunk/epan/dissectors/packet-dec-bpdu.c (from /trunk/packet-dec-bpdu.c:11400)
-   A /trunk/epan/dissectors/packet-dhcpv6.c (from /trunk/packet-dhcpv6.c:11400)
-   A /trunk/epan/dissectors/packet-diameter-defs.h (from /trunk/packet-diameter-defs.h:11400)
-   A /trunk/epan/dissectors/packet-diameter.c (from /trunk/packet-diameter.c:11400)
-   A /trunk/epan/dissectors/packet-diffserv-mpls-common.c (from /trunk/packet-diffserv-mpls-common.c:11400)
-   A /trunk/epan/dissectors/packet-diffserv-mpls-common.h (from /trunk/packet-diffserv-mpls-common.h:11400)
-   A /trunk/epan/dissectors/packet-distcc.c (from /trunk/packet-distcc.c:11400)
-   A /trunk/epan/dissectors/packet-dlsw.c (from /trunk/packet-dlsw.c:11400)
-   A /trunk/epan/dissectors/packet-dnp.c (from /trunk/packet-dnp.c:11400)
-   A /trunk/epan/dissectors/packet-dns.c (from /trunk/packet-dns.c:11400)
-   A /trunk/epan/dissectors/packet-dns.h (from /trunk/packet-dns.h:11400)
-   A /trunk/epan/dissectors/packet-dsi.c (from /trunk/packet-dsi.c:11400)
-   A /trunk/epan/dissectors/packet-dvmrp.c (from /trunk/packet-dvmrp.c:11400)
-   A /trunk/epan/dissectors/packet-dvmrp.h (from /trunk/packet-dvmrp.h:11400)
-   A /trunk/epan/dissectors/packet-e164.c (from /trunk/packet-e164.c:11400)
-   A /trunk/epan/dissectors/packet-e164.h (from /trunk/packet-e164.h:11400)
-   A /trunk/epan/dissectors/packet-eap.c (from /trunk/packet-eap.c:11400)
-   A /trunk/epan/dissectors/packet-eapol.c (from /trunk/packet-eapol.c:11400)
-   A /trunk/epan/dissectors/packet-echo.c (from /trunk/packet-echo.c:11400)
-   A /trunk/epan/dissectors/packet-edonkey.c (from /trunk/packet-edonkey.c:11400)
-   A /trunk/epan/dissectors/packet-edonkey.h (from /trunk/packet-edonkey.h:11400)
-   A /trunk/epan/dissectors/packet-eigrp.c (from /trunk/packet-eigrp.c:11400)
-   A /trunk/epan/dissectors/packet-enc.c (from /trunk/packet-enc.c:11400)
-   A /trunk/epan/dissectors/packet-enip.c (from /trunk/packet-enip.c:11400)
-   A /trunk/epan/dissectors/packet-enrp.c (from /trunk/packet-enrp.c:11400)
-   A /trunk/epan/dissectors/packet-esis.c (from /trunk/packet-esis.c:11400)
-   A /trunk/epan/dissectors/packet-esis.h (from /trunk/packet-esis.h:11400)
-   A /trunk/epan/dissectors/packet-eth.c (from /trunk/packet-eth.c:11400)
-   A /trunk/epan/dissectors/packet-eth.h (from /trunk/packet-eth.h:11400)
-   A /trunk/epan/dissectors/packet-etherip.c (from /trunk/packet-etherip.c:11400)
-   A /trunk/epan/dissectors/packet-ethertype.c (from /trunk/packet-ethertype.c:11400)
-   A /trunk/epan/dissectors/packet-fc.c (from /trunk/packet-fc.c:11400)
-   A /trunk/epan/dissectors/packet-fc.h (from /trunk/packet-fc.h:11400)
-   A /trunk/epan/dissectors/packet-fcbls.h (from /trunk/packet-fcbls.h:11400)
-   A /trunk/epan/dissectors/packet-fcct.c (from /trunk/packet-fcct.c:11400)
-   A /trunk/epan/dissectors/packet-fcct.h (from /trunk/packet-fcct.h:11400)
-   A /trunk/epan/dissectors/packet-fcdns.c (from /trunk/packet-fcdns.c:11400)
-   A /trunk/epan/dissectors/packet-fcdns.h (from /trunk/packet-fcdns.h:11400)
-   A /trunk/epan/dissectors/packet-fcels.c (from /trunk/packet-fcels.c:11400)
-   A /trunk/epan/dissectors/packet-fcels.h (from /trunk/packet-fcels.h:11400)
-   A /trunk/epan/dissectors/packet-fcfcs.c (from /trunk/packet-fcfcs.c:11400)
-   A /trunk/epan/dissectors/packet-fcfcs.h (from /trunk/packet-fcfcs.h:11400)
-   A /trunk/epan/dissectors/packet-fcfzs.c (from /trunk/packet-fcfzs.c:11400)
-   A /trunk/epan/dissectors/packet-fcfzs.h (from /trunk/packet-fcfzs.h:11400)
-   A /trunk/epan/dissectors/packet-fcip.c (from /trunk/packet-fcip.c:11400)
-   A /trunk/epan/dissectors/packet-fclctl.c (from /trunk/packet-fclctl.c:11400)
-   A /trunk/epan/dissectors/packet-fclctl.h (from /trunk/packet-fclctl.h:11400)
-   A /trunk/epan/dissectors/packet-fcp.c (from /trunk/packet-fcp.c:11400)
-   A /trunk/epan/dissectors/packet-fcp.h (from /trunk/packet-fcp.h:11400)
-   A /trunk/epan/dissectors/packet-fcsb3.c (from /trunk/packet-fcsb3.c:11400)
-   A /trunk/epan/dissectors/packet-fcsb3.h (from /trunk/packet-fcsb3.h:11400)
-   A /trunk/epan/dissectors/packet-fcsp.c (from /trunk/packet-fcsp.c:11400)
-   A /trunk/epan/dissectors/packet-fcsp.h (from /trunk/packet-fcsp.h:11400)
-   A /trunk/epan/dissectors/packet-fcswils.c (from /trunk/packet-fcswils.c:11400)
-   A /trunk/epan/dissectors/packet-fcswils.h (from /trunk/packet-fcswils.h:11400)
-   A /trunk/epan/dissectors/packet-fddi.c (from /trunk/packet-fddi.c:11400)
-   A /trunk/epan/dissectors/packet-fddi.h (from /trunk/packet-fddi.h:11400)
-   A /trunk/epan/dissectors/packet-fix.c (from /trunk/packet-fix.c:11400)
-   A /trunk/epan/dissectors/packet-fr.c (from /trunk/packet-fr.c:11400)
-   A /trunk/epan/dissectors/packet-frame.c (from /trunk/packet-frame.c:11400)
-   A /trunk/epan/dissectors/packet-frame.h (from /trunk/packet-frame.h:11400)
-   A /trunk/epan/dissectors/packet-ftam.c (from /trunk/packet-ftam.c:11400)
-   A /trunk/epan/dissectors/packet-ftam.h (from /trunk/packet-ftam.h:11400)
-   A /trunk/epan/dissectors/packet-ftp.c (from /trunk/packet-ftp.c:11400)
-   A /trunk/epan/dissectors/packet-fw1.c (from /trunk/packet-fw1.c:11400)
-   A /trunk/epan/dissectors/packet-gift.c (from /trunk/packet-gift.c:11400)
-   A /trunk/epan/dissectors/packet-giop.c (from /trunk/packet-giop.c:11400)
-   A /trunk/epan/dissectors/packet-giop.h (from /trunk/packet-giop.h:11400)
-   A /trunk/epan/dissectors/packet-gmrp.c (from /trunk/packet-gmrp.c:11400)
-   A /trunk/epan/dissectors/packet-gnutella.c (from /trunk/packet-gnutella.c:11400)
-   A /trunk/epan/dissectors/packet-gnutella.h (from /trunk/packet-gnutella.h:11400)
-   A /trunk/epan/dissectors/packet-gprs-llc.c (from /trunk/packet-gprs-llc.c:11400)
-   A /trunk/epan/dissectors/packet-gprs-ns.c (from /trunk/packet-gprs-ns.c:11400)
-   A /trunk/epan/dissectors/packet-gre.c (from /trunk/packet-gre.c:11400)
-   A /trunk/epan/dissectors/packet-gsm_a.c (from /trunk/packet-gsm_a.c:11400)
-   A /trunk/epan/dissectors/packet-gsm_a.h (from /trunk/packet-gsm_a.h:11400)
-   A /trunk/epan/dissectors/packet-gsm_map.c (from /trunk/packet-gsm_map.c:11400)
-   A /trunk/epan/dissectors/packet-gsm_map.h (from /trunk/packet-gsm_map.h:11400)
-   A /trunk/epan/dissectors/packet-gsm_sms.c (from /trunk/packet-gsm_sms.c:11400)
-   A /trunk/epan/dissectors/packet-gsm_sms.h (from /trunk/packet-gsm_sms.h:11400)
-   A /trunk/epan/dissectors/packet-gsm_sms_ud.c (from /trunk/packet-gsm_sms_ud.c:11400)
-   A /trunk/epan/dissectors/packet-gsm_ss.c (from /trunk/packet-gsm_ss.c:11400)
-   A /trunk/epan/dissectors/packet-gsm_ss.h (from /trunk/packet-gsm_ss.h:11400)
-   A /trunk/epan/dissectors/packet-gssapi.c (from /trunk/packet-gssapi.c:11409)
-   A /trunk/epan/dissectors/packet-gssapi.h (from /trunk/packet-gssapi.h:11409)
-   A /trunk/epan/dissectors/packet-gtp.c (from /trunk/packet-gtp.c:11400)
-   A /trunk/epan/dissectors/packet-gtp.h (from /trunk/packet-gtp.h:11400)
-   A /trunk/epan/dissectors/packet-gvrp.c (from /trunk/packet-gvrp.c:11400)
-   A /trunk/epan/dissectors/packet-h1.c (from /trunk/packet-h1.c:11400)
-   A /trunk/epan/dissectors/packet-h225.c (from /trunk/packet-h225.c:11400)
-   A /trunk/epan/dissectors/packet-h225.h (from /trunk/packet-h225.h:11400)
-   A /trunk/epan/dissectors/packet-h235.c (from /trunk/packet-h235.c:11400)
-   A /trunk/epan/dissectors/packet-h235.h (from /trunk/packet-h235.h:11400)
-   A /trunk/epan/dissectors/packet-h245.c (from /trunk/packet-h245.c:11400)
-   A /trunk/epan/dissectors/packet-h245.h (from /trunk/packet-h245.h:11400)
-   A /trunk/epan/dissectors/packet-h261.c (from /trunk/packet-h261.c:11400)
-   A /trunk/epan/dissectors/packet-h263.c (from /trunk/packet-h263.c:11400)
-   A /trunk/epan/dissectors/packet-h450.c (from /trunk/packet-h450.c:11400)
-   A /trunk/epan/dissectors/packet-hclnfsd.c (from /trunk/packet-hclnfsd.c:11400)
-   A /trunk/epan/dissectors/packet-hclnfsd.h (from /trunk/packet-hclnfsd.h:11400)
-   A /trunk/epan/dissectors/packet-hpext.c (from /trunk/packet-hpext.c:11400)
-   A /trunk/epan/dissectors/packet-hpext.h (from /trunk/packet-hpext.h:11400)
-   A /trunk/epan/dissectors/packet-hsrp.c (from /trunk/packet-hsrp.c:11400)
-   A /trunk/epan/dissectors/packet-http.c (from /trunk/packet-http.c:11400)
-   A /trunk/epan/dissectors/packet-http.h (from /trunk/packet-http.h:11400)
-   A /trunk/epan/dissectors/packet-hyperscsi.c (from /trunk/packet-hyperscsi.c:11400)
-   A /trunk/epan/dissectors/packet-iapp.c (from /trunk/packet-iapp.c:11400)
-   A /trunk/epan/dissectors/packet-iax2.c (from /trunk/packet-iax2.c:11400)
-   A /trunk/epan/dissectors/packet-iax2.h (from /trunk/packet-iax2.h:11400)
-   A /trunk/epan/dissectors/packet-ib.c (from /trunk/packet-ib.c:11400)
-   A /trunk/epan/dissectors/packet-icap.c (from /trunk/packet-icap.c:11400)
-   A /trunk/epan/dissectors/packet-icmpv6.c (from /trunk/packet-icmpv6.c:11400)
-   A /trunk/epan/dissectors/packet-icp.c (from /trunk/packet-icp.c:11400)
-   A /trunk/epan/dissectors/packet-icq.c (from /trunk/packet-icq.c:11400)
-   A /trunk/epan/dissectors/packet-ieee80211.c (from /trunk/packet-ieee80211.c:11400)
-   A /trunk/epan/dissectors/packet-ieee80211.h (from /trunk/packet-ieee80211.h:11400)
-   A /trunk/epan/dissectors/packet-ieee8023.c (from /trunk/packet-ieee8023.c:11400)
-   A /trunk/epan/dissectors/packet-ieee8023.h (from /trunk/packet-ieee8023.h:11400)
-   A /trunk/epan/dissectors/packet-igap.c (from /trunk/packet-igap.c:11400)
-   A /trunk/epan/dissectors/packet-igap.h (from /trunk/packet-igap.h:11400)
-   A /trunk/epan/dissectors/packet-igmp.c (from /trunk/packet-igmp.c:11400)
-   A /trunk/epan/dissectors/packet-igmp.h (from /trunk/packet-igmp.h:11400)
-   A /trunk/epan/dissectors/packet-igrp.c (from /trunk/packet-igrp.c:11400)
-   A /trunk/epan/dissectors/packet-image-gif.c (from /trunk/packet-image-gif.c:11400)
-   A /trunk/epan/dissectors/packet-image-jfif.c (from /trunk/packet-image-jfif.c:11400)
-   A /trunk/epan/dissectors/packet-imap.c (from /trunk/packet-imap.c:11400)
-   A /trunk/epan/dissectors/packet-ip.c (from /trunk/packet-ip.c:11400)
-   A /trunk/epan/dissectors/packet-ip.h (from /trunk/packet-ip.h:11400)
-   A /trunk/epan/dissectors/packet-ipdc.c (from /trunk/packet-ipdc.c:11400)
-   A /trunk/epan/dissectors/packet-ipdc.h (from /trunk/packet-ipdc.h:11400)
-   A /trunk/epan/dissectors/packet-ipfc.c (from /trunk/packet-ipfc.c:11400)
-   A /trunk/epan/dissectors/packet-ipfc.h (from /trunk/packet-ipfc.h:11400)
-   A /trunk/epan/dissectors/packet-ipmi.c (from /trunk/packet-ipmi.c:11400)
-   A /trunk/epan/dissectors/packet-ipp.c (from /trunk/packet-ipp.c:11400)
-   A /trunk/epan/dissectors/packet-ipsec-udp.c (from /trunk/packet-ipsec-udp.c:11400)
-   A /trunk/epan/dissectors/packet-ipsec.c (from /trunk/packet-ipsec.c:11400)
-   A /trunk/epan/dissectors/packet-ipsec.h (from /trunk/packet-ipsec.h:11400)
-   A /trunk/epan/dissectors/packet-ipv6.c (from /trunk/packet-ipv6.c:11400)
-   A /trunk/epan/dissectors/packet-ipv6.h (from /trunk/packet-ipv6.h:11400)
-   A /trunk/epan/dissectors/packet-ipvs-syncd.c (from /trunk/packet-ipvs-syncd.c:11400)
-   A /trunk/epan/dissectors/packet-ipx.c (from /trunk/packet-ipx.c:11400)
-   A /trunk/epan/dissectors/packet-ipx.h (from /trunk/packet-ipx.h:11400)
-   A /trunk/epan/dissectors/packet-ipxwan.c (from /trunk/packet-ipxwan.c:11400)
-   A /trunk/epan/dissectors/packet-irc.c (from /trunk/packet-irc.c:11400)
-   A /trunk/epan/dissectors/packet-isakmp.c (from /trunk/packet-isakmp.c:11400)
-   A /trunk/epan/dissectors/packet-iscsi.c (from /trunk/packet-iscsi.c:11400)
-   A /trunk/epan/dissectors/packet-isdn.c (from /trunk/packet-isdn.c:11400)
-   A /trunk/epan/dissectors/packet-isis-clv.c (from /trunk/packet-isis-clv.c:11400)
-   A /trunk/epan/dissectors/packet-isis-clv.h (from /trunk/packet-isis-clv.h:11400)
-   A /trunk/epan/dissectors/packet-isis-hello.c (from /trunk/packet-isis-hello.c:11400)
-   A /trunk/epan/dissectors/packet-isis-hello.h (from /trunk/packet-isis-hello.h:11400)
-   A /trunk/epan/dissectors/packet-isis-lsp.c (from /trunk/packet-isis-lsp.c:11400)
-   A /trunk/epan/dissectors/packet-isis-lsp.h (from /trunk/packet-isis-lsp.h:11400)
-   A /trunk/epan/dissectors/packet-isis-snp.c (from /trunk/packet-isis-snp.c:11400)
-   A /trunk/epan/dissectors/packet-isis-snp.h (from /trunk/packet-isis-snp.h:11400)
-   A /trunk/epan/dissectors/packet-isis.c (from /trunk/packet-isis.c:11400)
-   A /trunk/epan/dissectors/packet-isis.h (from /trunk/packet-isis.h:11400)
-   A /trunk/epan/dissectors/packet-isl.c (from /trunk/packet-isl.c:11400)
-   A /trunk/epan/dissectors/packet-isl.h (from /trunk/packet-isl.h:11400)
-   A /trunk/epan/dissectors/packet-ismp.c (from /trunk/packet-ismp.c:11400)
-   A /trunk/epan/dissectors/packet-isns.c (from /trunk/packet-isns.c:11400)
-   A /trunk/epan/dissectors/packet-isup.c (from /trunk/packet-isup.c:11400)
-   A /trunk/epan/dissectors/packet-isup.h (from /trunk/packet-isup.h:11400)
-   A /trunk/epan/dissectors/packet-iua.c (from /trunk/packet-iua.c:11400)
-   A /trunk/epan/dissectors/packet-jabber.c (from /trunk/packet-jabber.c:11400)
-   A /trunk/epan/dissectors/packet-kadm5.c (from /trunk/packet-kadm5.c:11400)
-   A /trunk/epan/dissectors/packet-kerberos.c (from /trunk/packet-kerberos.c:11409)
-   A /trunk/epan/dissectors/packet-kerberos.h (from /trunk/packet-kerberos.h:11400)
-   A /trunk/epan/dissectors/packet-klm.c (from /trunk/packet-klm.c:11400)
-   A /trunk/epan/dissectors/packet-klm.h (from /trunk/packet-klm.h:11400)
-   A /trunk/epan/dissectors/packet-kpasswd.c (from /trunk/packet-kpasswd.c:11400)
-   A /trunk/epan/dissectors/packet-l2tp.c (from /trunk/packet-l2tp.c:11400)
-   A /trunk/epan/dissectors/packet-lapb.c (from /trunk/packet-lapb.c:11400)
-   A /trunk/epan/dissectors/packet-lapbether.c (from /trunk/packet-lapbether.c:11400)
-   A /trunk/epan/dissectors/packet-lapd.c (from /trunk/packet-lapd.c:11400)
-   A /trunk/epan/dissectors/packet-laplink.c (from /trunk/packet-laplink.c:11400)
-   A /trunk/epan/dissectors/packet-ldap.c (from /trunk/packet-ldap.c:11400)
-   A /trunk/epan/dissectors/packet-ldap.h (from /trunk/packet-ldap.h:11400)
-   A /trunk/epan/dissectors/packet-ldp.c (from /trunk/packet-ldp.c:11400)
-   A /trunk/epan/dissectors/packet-ldp.h (from /trunk/packet-ldp.h:11400)
-   A /trunk/epan/dissectors/packet-llc.c (from /trunk/packet-llc.c:11400)
-   A /trunk/epan/dissectors/packet-llc.h (from /trunk/packet-llc.h:11400)
-   A /trunk/epan/dissectors/packet-lmi.c (from /trunk/packet-lmi.c:11400)
-   A /trunk/epan/dissectors/packet-lmp.c (from /trunk/packet-lmp.c:11400)
-   A /trunk/epan/dissectors/packet-lpd.c (from /trunk/packet-lpd.c:11400)
-   A /trunk/epan/dissectors/packet-lwapp.c (from /trunk/packet-lwapp.c:11400)
-   A /trunk/epan/dissectors/packet-m2pa.c (from /trunk/packet-m2pa.c:11400)
-   A /trunk/epan/dissectors/packet-m2tp.c (from /trunk/packet-m2tp.c:11400)
-   A /trunk/epan/dissectors/packet-m2ua.c (from /trunk/packet-m2ua.c:11400)
-   A /trunk/epan/dissectors/packet-m3ua.c (from /trunk/packet-m3ua.c:11400)
-   A /trunk/epan/dissectors/packet-mbtcp.c (from /trunk/packet-mbtcp.c:11400)
-   A /trunk/epan/dissectors/packet-mdshdr.c (from /trunk/packet-mdshdr.c:11400)
-   A /trunk/epan/dissectors/packet-media.c (from /trunk/packet-media.c:11400)
-   A /trunk/epan/dissectors/packet-mip.c (from /trunk/packet-mip.c:11400)
-   A /trunk/epan/dissectors/packet-mip6.c (from /trunk/packet-mip6.c:11400)
-   A /trunk/epan/dissectors/packet-mip6.h (from /trunk/packet-mip6.h:11400)
-   A /trunk/epan/dissectors/packet-mmse.c (from /trunk/packet-mmse.c:11400)
-   A /trunk/epan/dissectors/packet-mount.c (from /trunk/packet-mount.c:11400)
-   A /trunk/epan/dissectors/packet-mount.h (from /trunk/packet-mount.h:11400)
-   A /trunk/epan/dissectors/packet-mpeg1.c (from /trunk/packet-mpeg1.c:11400)
-   A /trunk/epan/dissectors/packet-mpls-echo.c (from /trunk/packet-mpls-echo.c:11400)
-   A /trunk/epan/dissectors/packet-mpls.c (from /trunk/packet-mpls.c:11400)
-   A /trunk/epan/dissectors/packet-mq-pcf.c (from /trunk/packet-mq-pcf.c:11400)
-   A /trunk/epan/dissectors/packet-mq.c (from /trunk/packet-mq.c:11400)
-   A /trunk/epan/dissectors/packet-mq.h (from /trunk/packet-mq.h:11400)
-   A /trunk/epan/dissectors/packet-mrdisc.c (from /trunk/packet-mrdisc.c:11400)
-   A /trunk/epan/dissectors/packet-mrdisc.h (from /trunk/packet-mrdisc.h:11400)
-   A /trunk/epan/dissectors/packet-msdp.c (from /trunk/packet-msdp.c:11400)
-   A /trunk/epan/dissectors/packet-msn-messenger.c (from /trunk/packet-msn-messenger.c:11400)
-   A /trunk/epan/dissectors/packet-msnip.c (from /trunk/packet-msnip.c:11400)
-   A /trunk/epan/dissectors/packet-msnip.h (from /trunk/packet-msnip.h:11400)
-   A /trunk/epan/dissectors/packet-msproxy.c (from /trunk/packet-msproxy.c:11400)
-   A /trunk/epan/dissectors/packet-mtp2.c (from /trunk/packet-mtp2.c:11400)
-   A /trunk/epan/dissectors/packet-mtp3.c (from /trunk/packet-mtp3.c:11400)
-   A /trunk/epan/dissectors/packet-mtp3.h (from /trunk/packet-mtp3.h:11400)
-   A /trunk/epan/dissectors/packet-mtp3mg.c (from /trunk/packet-mtp3mg.c:11400)
-   A /trunk/epan/dissectors/packet-multipart.c (from /trunk/packet-multipart.c:11400)
-   A /trunk/epan/dissectors/packet-mysql.c (from /trunk/packet-mysql.c:11400)
-   A /trunk/epan/dissectors/packet-nbipx.c (from /trunk/packet-nbipx.c:11400)
-   A /trunk/epan/dissectors/packet-nbns.c (from /trunk/packet-nbns.c:11400)
-   A /trunk/epan/dissectors/packet-ncp-int.h (from /trunk/packet-ncp-int.h:11400)
-   A /trunk/epan/dissectors/packet-ncp-nmas.c (from /trunk/packet-ncp-nmas.c:11400)
-   A /trunk/epan/dissectors/packet-ncp-nmas.h (from /trunk/packet-ncp-nmas.h:11400)
-   A /trunk/epan/dissectors/packet-ncp.c (from /trunk/packet-ncp.c:11400)
-   A /trunk/epan/dissectors/packet-ncp2222.inc (from /trunk/packet-ncp2222.inc:11400)
-   A /trunk/epan/dissectors/packet-ndmp.c (from /trunk/packet-ndmp.c:11400)
-   A /trunk/epan/dissectors/packet-ndps.c (from /trunk/packet-ndps.c:11400)
-   A /trunk/epan/dissectors/packet-ndps.h (from /trunk/packet-ndps.h:11400)
-   A /trunk/epan/dissectors/packet-netbios.c (from /trunk/packet-netbios.c:11400)
-   A /trunk/epan/dissectors/packet-netbios.h (from /trunk/packet-netbios.h:11400)
-   A /trunk/epan/dissectors/packet-netflow.c (from /trunk/packet-netflow.c:11400)
-   A /trunk/epan/dissectors/packet-nfs.c (from /trunk/packet-nfs.c:11400)
-   A /trunk/epan/dissectors/packet-nfs.h (from /trunk/packet-nfs.h:11400)
-   A /trunk/epan/dissectors/packet-nfsacl.c (from /trunk/packet-nfsacl.c:11400)
-   A /trunk/epan/dissectors/packet-nfsauth.c (from /trunk/packet-nfsauth.c:11400)
-   A /trunk/epan/dissectors/packet-nisplus.c (from /trunk/packet-nisplus.c:11400)
-   A /trunk/epan/dissectors/packet-nisplus.h (from /trunk/packet-nisplus.h:11400)
-   A /trunk/epan/dissectors/packet-nlm.c (from /trunk/packet-nlm.c:11400)
-   A /trunk/epan/dissectors/packet-nlm.h (from /trunk/packet-nlm.h:11400)
-   A /trunk/epan/dissectors/packet-nlsp.c (from /trunk/packet-nlsp.c:11400)
-   A /trunk/epan/dissectors/packet-nntp.c (from /trunk/packet-nntp.c:11400)
-   A /trunk/epan/dissectors/packet-nt-oui.c (from /trunk/packet-nt-oui.c:11400)
-   A /trunk/epan/dissectors/packet-nt-sonmp.c (from /trunk/packet-nt-sonmp.c:11400)
-   A /trunk/epan/dissectors/packet-nt-tpcp.c (from /trunk/packet-nt-tpcp.c:11400)
-   A /trunk/epan/dissectors/packet-ntlmssp.c (from /trunk/packet-ntlmssp.c:11400)
-   A /trunk/epan/dissectors/packet-ntp.c (from /trunk/packet-ntp.c:11400)
-   A /trunk/epan/dissectors/packet-ntp.h (from /trunk/packet-ntp.h:11400)
-   A /trunk/epan/dissectors/packet-null.c (from /trunk/packet-null.c:11400)
-   A /trunk/epan/dissectors/packet-null.h (from /trunk/packet-null.h:11400)
-   A /trunk/epan/dissectors/packet-olsr.c (from /trunk/packet-olsr.c:11400)
-   A /trunk/epan/dissectors/packet-osi-options.c (from /trunk/packet-osi-options.c:11400)
-   A /trunk/epan/dissectors/packet-osi-options.h (from /trunk/packet-osi-options.h:11400)
-   A /trunk/epan/dissectors/packet-osi.c (from /trunk/packet-osi.c:11400)
-   A /trunk/epan/dissectors/packet-osi.h (from /trunk/packet-osi.h:11400)
-   A /trunk/epan/dissectors/packet-ospf.c (from /trunk/packet-ospf.c:11400)
-   A /trunk/epan/dissectors/packet-pcnfsd.c (from /trunk/packet-pcnfsd.c:11400)
-   A /trunk/epan/dissectors/packet-pcnfsd.h (from /trunk/packet-pcnfsd.h:11400)
-   A /trunk/epan/dissectors/packet-per.c (from /trunk/packet-per.c:11400)
-   A /trunk/epan/dissectors/packet-per.h (from /trunk/packet-per.h:11400)
-   A /trunk/epan/dissectors/packet-pflog.c (from /trunk/packet-pflog.c:11400)
-   A /trunk/epan/dissectors/packet-pflog.h (from /trunk/packet-pflog.h:11400)
-   A /trunk/epan/dissectors/packet-pgm.c (from /trunk/packet-pgm.c:11400)
-   A /trunk/epan/dissectors/packet-pim.c (from /trunk/packet-pim.c:11400)
-   A /trunk/epan/dissectors/packet-pim.h (from /trunk/packet-pim.h:11400)
-   A /trunk/epan/dissectors/packet-pktc.c (from /trunk/packet-pktc.c:11400)
-   A /trunk/epan/dissectors/packet-pktc.h (from /trunk/packet-pktc.h:11400)
-   A /trunk/epan/dissectors/packet-pop.c (from /trunk/packet-pop.c:11400)
-   A /trunk/epan/dissectors/packet-portmap.c (from /trunk/packet-portmap.c:11400)
-   A /trunk/epan/dissectors/packet-portmap.h (from /trunk/packet-portmap.h:11400)
-   A /trunk/epan/dissectors/packet-postgresql.c (from /trunk/packet-postgresql.c:11400)
-   A /trunk/epan/dissectors/packet-ppp.c (from /trunk/packet-ppp.c:11400)
-   A /trunk/epan/dissectors/packet-ppp.h (from /trunk/packet-ppp.h:11400)
-   A /trunk/epan/dissectors/packet-pppoe.c (from /trunk/packet-pppoe.c:11400)
-   A /trunk/epan/dissectors/packet-pptp.c (from /trunk/packet-pptp.c:11400)
-   A /trunk/epan/dissectors/packet-pres.c (from /trunk/packet-pres.c:11400)
-   A /trunk/epan/dissectors/packet-pres.h (from /trunk/packet-pres.h:11400)
-   A /trunk/epan/dissectors/packet-prism.c (from /trunk/packet-prism.c:11400)
-   A /trunk/epan/dissectors/packet-prism.h (from /trunk/packet-prism.h:11400)
-   A /trunk/epan/dissectors/packet-ptp.c (from /trunk/packet-ptp.c:11400)
-   A /trunk/epan/dissectors/packet-q2931.c (from /trunk/packet-q2931.c:11400)
-   A /trunk/epan/dissectors/packet-q931.c (from /trunk/packet-q931.c:11400)
-   A /trunk/epan/dissectors/packet-q931.h (from /trunk/packet-q931.h:11400)
-   A /trunk/epan/dissectors/packet-q933.c (from /trunk/packet-q933.c:11400)
-   A /trunk/epan/dissectors/packet-qllc.c (from /trunk/packet-qllc.c:11400)
-   A /trunk/epan/dissectors/packet-quake.c (from /trunk/packet-quake.c:11400)
-   A /trunk/epan/dissectors/packet-quake2.c (from /trunk/packet-quake2.c:11400)
-   A /trunk/epan/dissectors/packet-quake3.c (from /trunk/packet-quake3.c:11400)
-   A /trunk/epan/dissectors/packet-quakeworld.c (from /trunk/packet-quakeworld.c:11400)
-   A /trunk/epan/dissectors/packet-radiotap.c (from /trunk/packet-radiotap.c:11400)
-   A /trunk/epan/dissectors/packet-radiotap.h (from /trunk/packet-radiotap.h:11400)
-   A /trunk/epan/dissectors/packet-radius.c (from /trunk/packet-radius.c:11400)
-   A /trunk/epan/dissectors/packet-ranap.c (from /trunk/packet-ranap.c:11400)
-   A /trunk/epan/dissectors/packet-raw.c (from /trunk/packet-raw.c:11400)
-   A /trunk/epan/dissectors/packet-raw.h (from /trunk/packet-raw.h:11400)
-   A /trunk/epan/dissectors/packet-rip.c (from /trunk/packet-rip.c:11400)
-   A /trunk/epan/dissectors/packet-ripng.c (from /trunk/packet-ripng.c:11400)
-   A /trunk/epan/dissectors/packet-ripng.h (from /trunk/packet-ripng.h:11400)
-   A /trunk/epan/dissectors/packet-rlogin.c (from /trunk/packet-rlogin.c:11400)
-   A /trunk/epan/dissectors/packet-rmcp.c (from /trunk/packet-rmcp.c:11400)
-   A /trunk/epan/dissectors/packet-rmi.c (from /trunk/packet-rmi.c:11400)
-   A /trunk/epan/dissectors/packet-rmi.h (from /trunk/packet-rmi.h:11400)
-   A /trunk/epan/dissectors/packet-rmp.c (from /trunk/packet-rmp.c:11400)
-   A /trunk/epan/dissectors/packet-rpc.c (from /trunk/packet-rpc.c:11400)
-   A /trunk/epan/dissectors/packet-rpc.h (from /trunk/packet-rpc.h:11400)
-   A /trunk/epan/dissectors/packet-rpl.c (from /trunk/packet-rpl.c:11400)
-   A /trunk/epan/dissectors/packet-rquota.c (from /trunk/packet-rquota.c:11400)
-   A /trunk/epan/dissectors/packet-rquota.h (from /trunk/packet-rquota.h:11400)
-   A /trunk/epan/dissectors/packet-rsh.c (from /trunk/packet-rsh.c:11400)
-   A /trunk/epan/dissectors/packet-rstat.c (from /trunk/packet-rstat.c:11400)
-   A /trunk/epan/dissectors/packet-rsvp.c (from /trunk/packet-rsvp.c:11400)
-   A /trunk/epan/dissectors/packet-rsvp.h (from /trunk/packet-rsvp.h:11400)
-   A /trunk/epan/dissectors/packet-rsync.c (from /trunk/packet-rsync.c:11400)
-   A /trunk/epan/dissectors/packet-rtcp.c (from /trunk/packet-rtcp.c:11400)
-   A /trunk/epan/dissectors/packet-rtcp.h (from /trunk/packet-rtcp.h:11400)
-   A /trunk/epan/dissectors/packet-rtp-events.c (from /trunk/packet-rtp-events.c:11400)
-   A /trunk/epan/dissectors/packet-rtp-events.h (from /trunk/packet-rtp-events.h:11400)
-   A /trunk/epan/dissectors/packet-rtp.c (from /trunk/packet-rtp.c:11400)
-   A /trunk/epan/dissectors/packet-rtp.h (from /trunk/packet-rtp.h:11400)
-   A /trunk/epan/dissectors/packet-rtps.c (from /trunk/packet-rtps.c:11400)
-   A /trunk/epan/dissectors/packet-rtps.h (from /trunk/packet-rtps.h:11400)
-   A /trunk/epan/dissectors/packet-rtsp.c (from /trunk/packet-rtsp.c:11400)
-   A /trunk/epan/dissectors/packet-rwall.c (from /trunk/packet-rwall.c:11400)
-   A /trunk/epan/dissectors/packet-rwall.h (from /trunk/packet-rwall.h:11400)
-   A /trunk/epan/dissectors/packet-rx.c (from /trunk/packet-rx.c:11400)
-   A /trunk/epan/dissectors/packet-rx.h (from /trunk/packet-rx.h:11400)
-   A /trunk/epan/dissectors/packet-sadmind.c (from /trunk/packet-sadmind.c:11400)
-   A /trunk/epan/dissectors/packet-sap.c (from /trunk/packet-sap.c:11400)
-   A /trunk/epan/dissectors/packet-sccp.c (from /trunk/packet-sccp.c:11400)
-   A /trunk/epan/dissectors/packet-sccpmg.c (from /trunk/packet-sccpmg.c:11400)
-   A /trunk/epan/dissectors/packet-scsi.c (from /trunk/packet-scsi.c:11400)
-   A /trunk/epan/dissectors/packet-scsi.h (from /trunk/packet-scsi.h:11400)
-   A /trunk/epan/dissectors/packet-sctp.c (from /trunk/packet-sctp.c:11400)
-   A /trunk/epan/dissectors/packet-sctp.h (from /trunk/packet-sctp.h:11400)
-   A /trunk/epan/dissectors/packet-sdlc.c (from /trunk/packet-sdlc.c:11400)
-   A /trunk/epan/dissectors/packet-sdp.c (from /trunk/packet-sdp.c:11400)
-   A /trunk/epan/dissectors/packet-sebek.c (from /trunk/packet-sebek.c:11400)
-   A /trunk/epan/dissectors/packet-ses.c (from /trunk/packet-ses.c:11400)
-   A /trunk/epan/dissectors/packet-ses.h (from /trunk/packet-ses.h:11400)
-   A /trunk/epan/dissectors/packet-sflow.c (from /trunk/packet-sflow.c:11400)
-   A /trunk/epan/dissectors/packet-sigcomp.c (from /trunk/packet-sigcomp.c:11400)
-   A /trunk/epan/dissectors/packet-sip.c (from /trunk/packet-sip.c:11400)
-   A /trunk/epan/dissectors/packet-sip.h (from /trunk/packet-sip.h:11400)
-   A /trunk/epan/dissectors/packet-sipfrag.c (from /trunk/packet-sipfrag.c:11400)
-   A /trunk/epan/dissectors/packet-skinny.c (from /trunk/packet-skinny.c:11400)
-   A /trunk/epan/dissectors/packet-slimp3.c (from /trunk/packet-slimp3.c:11400)
-   A /trunk/epan/dissectors/packet-sll.c (from /trunk/packet-sll.c:11400)
-   A /trunk/epan/dissectors/packet-sll.h (from /trunk/packet-sll.h:11400)
-   A /trunk/epan/dissectors/packet-slowprotocols.c (from /trunk/packet-slowprotocols.c:11400)
-   A /trunk/epan/dissectors/packet-slsk.c (from /trunk/packet-slsk.c:11400)
-   A /trunk/epan/dissectors/packet-smb-browse.c (from /trunk/packet-smb-browse.c:11400)
-   A /trunk/epan/dissectors/packet-smb-browse.h (from /trunk/packet-smb-browse.h:11400)
-   A /trunk/epan/dissectors/packet-smb-common.c (from /trunk/packet-smb-common.c:11400)
-   A /trunk/epan/dissectors/packet-smb-common.h (from /trunk/packet-smb-common.h:11400)
-   A /trunk/epan/dissectors/packet-smb-logon.c (from /trunk/packet-smb-logon.c:11400)
-   A /trunk/epan/dissectors/packet-smb-mailslot.c (from /trunk/packet-smb-mailslot.c:11400)
-   A /trunk/epan/dissectors/packet-smb-mailslot.h (from /trunk/packet-smb-mailslot.h:11400)
-   A /trunk/epan/dissectors/packet-smb-pipe.c (from /trunk/packet-smb-pipe.c:11400)
-   A /trunk/epan/dissectors/packet-smb-pipe.h (from /trunk/packet-smb-pipe.h:11400)
-   A /trunk/epan/dissectors/packet-smb-sidsnooping.c (from /trunk/packet-smb-sidsnooping.c:11400)
-   A /trunk/epan/dissectors/packet-smb-sidsnooping.h (from /trunk/packet-smb-sidsnooping.h:11400)
-   A /trunk/epan/dissectors/packet-smb.c (from /trunk/packet-smb.c:11400)
-   A /trunk/epan/dissectors/packet-smpp.c (from /trunk/packet-smpp.c:11400)
-   A /trunk/epan/dissectors/packet-smtp.c (from /trunk/packet-smtp.c:11400)
-   A /trunk/epan/dissectors/packet-sna.c (from /trunk/packet-sna.c:11400)
-   A /trunk/epan/dissectors/packet-sna.h (from /trunk/packet-sna.h:11400)
-   A /trunk/epan/dissectors/packet-snaeth.c (from /trunk/packet-snaeth.c:11400)
-   A /trunk/epan/dissectors/packet-sndcp.c (from /trunk/packet-sndcp.c:11400)
-   A /trunk/epan/dissectors/packet-snmp.c (from /trunk/packet-snmp.c:11400)
-   A /trunk/epan/dissectors/packet-snmp.h (from /trunk/packet-snmp.h:11400)
-   A /trunk/epan/dissectors/packet-socks.c (from /trunk/packet-socks.c:11400)
-   A /trunk/epan/dissectors/packet-spnego.c (from /trunk/packet-spnego.c:11400)
-   A /trunk/epan/dissectors/packet-spray.c (from /trunk/packet-spray.c:11400)
-   A /trunk/epan/dissectors/packet-spray.h (from /trunk/packet-spray.h:11400)
-   A /trunk/epan/dissectors/packet-srvloc.c (from /trunk/packet-srvloc.c:11400)
-   A /trunk/epan/dissectors/packet-sscop.c (from /trunk/packet-sscop.c:11400)
-   A /trunk/epan/dissectors/packet-ssh.c (from /trunk/packet-ssh.c:11400)
-   A /trunk/epan/dissectors/packet-ssl.c (from /trunk/packet-ssl.c:11409)
-   A /trunk/epan/dissectors/packet-stat-notify.c (from /trunk/packet-stat-notify.c:11400)
-   A /trunk/epan/dissectors/packet-stat-notify.h (from /trunk/packet-stat-notify.h:11400)
-   A /trunk/epan/dissectors/packet-stat.c (from /trunk/packet-stat.c:11400)
-   A /trunk/epan/dissectors/packet-stat.h (from /trunk/packet-stat.h:11400)
-   A /trunk/epan/dissectors/packet-stun.c (from /trunk/packet-stun.c:11400)
-   A /trunk/epan/dissectors/packet-sua.c (from /trunk/packet-sua.c:11400)
-   A /trunk/epan/dissectors/packet-symantec.c (from /trunk/packet-symantec.c:11400)
-   A /trunk/epan/dissectors/packet-syslog.c (from /trunk/packet-syslog.c:11400)
-   A /trunk/epan/dissectors/packet-t38.c (from /trunk/packet-t38.c:11400)
-   A /trunk/epan/dissectors/packet-tacacs.c (from /trunk/packet-tacacs.c:11400)
-   A /trunk/epan/dissectors/packet-tacacs.h (from /trunk/packet-tacacs.h:11400)
-   A /trunk/epan/dissectors/packet-tcap.c (from /trunk/packet-tcap.c:11400)
-   A /trunk/epan/dissectors/packet-tcap.h (from /trunk/packet-tcap.h:11400)
-   A /trunk/epan/dissectors/packet-tcp.c (from /trunk/packet-tcp.c:11400)
-   A /trunk/epan/dissectors/packet-tcp.h (from /trunk/packet-tcp.h:11400)
-   A /trunk/epan/dissectors/packet-tds.c (from /trunk/packet-tds.c:11400)
-   A /trunk/epan/dissectors/packet-teimanagement.c (from /trunk/packet-teimanagement.c:11400)
-   A /trunk/epan/dissectors/packet-telnet.c (from /trunk/packet-telnet.c:11400)
-   A /trunk/epan/dissectors/packet-teredo.c (from /trunk/packet-teredo.c:11400)
-   A /trunk/epan/dissectors/packet-text-media.c (from /trunk/packet-text-media.c:11400)
-   A /trunk/epan/dissectors/packet-tftp.c (from /trunk/packet-tftp.c:11400)
-   A /trunk/epan/dissectors/packet-time.c (from /trunk/packet-time.c:11400)
-   A /trunk/epan/dissectors/packet-tns.c (from /trunk/packet-tns.c:11400)
-   A /trunk/epan/dissectors/packet-tns.h (from /trunk/packet-tns.h:11400)
-   A /trunk/epan/dissectors/packet-tpkt.c (from /trunk/packet-tpkt.c:11400)
-   A /trunk/epan/dissectors/packet-tpkt.h (from /trunk/packet-tpkt.h:11400)
-   A /trunk/epan/dissectors/packet-tr.c (from /trunk/packet-tr.c:11400)
-   A /trunk/epan/dissectors/packet-tr.h (from /trunk/packet-tr.h:11400)
-   A /trunk/epan/dissectors/packet-trmac.c (from /trunk/packet-trmac.c:11400)
-   A /trunk/epan/dissectors/packet-tsp.c (from /trunk/packet-tsp.c:11400)
-   A /trunk/epan/dissectors/packet-tuxedo.c (from /trunk/packet-tuxedo.c:11400)
-   A /trunk/epan/dissectors/packet-tzsp.c (from /trunk/packet-tzsp.c:11400)
-   A /trunk/epan/dissectors/packet-ucp.c (from /trunk/packet-ucp.c:11400)
-   A /trunk/epan/dissectors/packet-udp.c (from /trunk/packet-udp.c:11400)
-   A /trunk/epan/dissectors/packet-udp.h (from /trunk/packet-udp.h:11400)
-   A /trunk/epan/dissectors/packet-v120.c (from /trunk/packet-v120.c:11400)
-   A /trunk/epan/dissectors/packet-vines.c (from /trunk/packet-vines.c:11400)
-   A /trunk/epan/dissectors/packet-vines.h (from /trunk/packet-vines.h:11400)
-   A /trunk/epan/dissectors/packet-vj.c (from /trunk/packet-vj.c:11400)
-   A /trunk/epan/dissectors/packet-vlan.c (from /trunk/packet-vlan.c:11400)
-   A /trunk/epan/dissectors/packet-vlan.h (from /trunk/packet-vlan.h:11400)
-   A /trunk/epan/dissectors/packet-vrrp.c (from /trunk/packet-vrrp.c:11400)
-   A /trunk/epan/dissectors/packet-vtp.c (from /trunk/packet-vtp.c:11400)
-   A /trunk/epan/dissectors/packet-wap.c (from /trunk/packet-wap.c:11400)
-   A /trunk/epan/dissectors/packet-wap.h (from /trunk/packet-wap.h:11400)
-   A /trunk/epan/dissectors/packet-wbxml.c (from /trunk/packet-wbxml.c:11400)
-   A /trunk/epan/dissectors/packet-wccp.c (from /trunk/packet-wccp.c:11400)
-   A /trunk/epan/dissectors/packet-wccp.h (from /trunk/packet-wccp.h:11400)
-   A /trunk/epan/dissectors/packet-wcp.c (from /trunk/packet-wcp.c:11400)
-   A /trunk/epan/dissectors/packet-wfleet-hdlc.c (from /trunk/packet-wfleet-hdlc.c:11400)
-   A /trunk/epan/dissectors/packet-who.c (from /trunk/packet-who.c:11400)
-   A /trunk/epan/dissectors/packet-wlancap.c (from /trunk/packet-wlancap.c:11400)
-   A /trunk/epan/dissectors/packet-wlancap.h (from /trunk/packet-wlancap.h:11400)
-   A /trunk/epan/dissectors/packet-wsp.c (from /trunk/packet-wsp.c:11400)
-   A /trunk/epan/dissectors/packet-wsp.h (from /trunk/packet-wsp.h:11400)
-   A /trunk/epan/dissectors/packet-wtls.c (from /trunk/packet-wtls.c:11400)
-   A /trunk/epan/dissectors/packet-wtls.h (from /trunk/packet-wtls.h:11400)
-   A /trunk/epan/dissectors/packet-wtp.c (from /trunk/packet-wtp.c:11400)
-   A /trunk/epan/dissectors/packet-wtp.h (from /trunk/packet-wtp.h:11400)
-   A /trunk/epan/dissectors/packet-x11-keysym.h (from /trunk/packet-x11-keysym.h:11400)
-   A /trunk/epan/dissectors/packet-x11-keysymdef.h (from /trunk/packet-x11-keysymdef.h:11400)
-   A /trunk/epan/dissectors/packet-x11.c (from /trunk/packet-x11.c:11400)
-   A /trunk/epan/dissectors/packet-x25.c (from /trunk/packet-x25.c:11400)
-   A /trunk/epan/dissectors/packet-x29.c (from /trunk/packet-x29.c:11400)
-   A /trunk/epan/dissectors/packet-xdmcp.c (from /trunk/packet-xdmcp.c:11400)
-   A /trunk/epan/dissectors/packet-xot.c (from /trunk/packet-xot.c:11400)
-   A /trunk/epan/dissectors/packet-xyplex.c (from /trunk/packet-xyplex.c:11400)
-   A /trunk/epan/dissectors/packet-yhoo.c (from /trunk/packet-yhoo.c:11400)
-   A /trunk/epan/dissectors/packet-ymsg.c (from /trunk/packet-ymsg.c:11400)
-   A /trunk/epan/dissectors/packet-ypbind.c (from /trunk/packet-ypbind.c:11400)
-   A /trunk/epan/dissectors/packet-ypbind.h (from /trunk/packet-ypbind.h:11400)
-   A /trunk/epan/dissectors/packet-yppasswd.c (from /trunk/packet-yppasswd.c:11400)
-   A /trunk/epan/dissectors/packet-yppasswd.h (from /trunk/packet-yppasswd.h:11400)
-   A /trunk/epan/dissectors/packet-ypserv.c (from /trunk/packet-ypserv.c:11400)
-   A /trunk/epan/dissectors/packet-ypserv.h (from /trunk/packet-ypserv.h:11400)
-   A /trunk/epan/dissectors/packet-ypxfr.c (from /trunk/packet-ypxfr.c:11400)
-   A /trunk/epan/dissectors/packet-ypxfr.h (from /trunk/packet-ypxfr.h:11400)
-   A /trunk/epan/dissectors/packet-zebra.c (from /trunk/packet-zebra.c:11400)
-   A /trunk/epan/dissectors/process-x11-fields.pl (from /trunk/process-x11-fields.pl:11400)
-   A /trunk/epan/dissectors/x11-fields (from /trunk/x11-fields:11400)
-   M /trunk/epan/plugins.c
-   M /trunk/epan/to_str.c
-   M /trunk/file.c
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/endpoint_talkers_eth.c
-   M /trunk/gtk/endpoint_talkers_fc.c
-   M /trunk/gtk/endpoint_talkers_fddi.c
-   M /trunk/gtk/endpoint_talkers_ip.c
-   M /trunk/gtk/endpoint_talkers_ipx.c
-   M /trunk/gtk/endpoint_talkers_tcpip.c
-   M /trunk/gtk/endpoint_talkers_tr.c
-   M /trunk/gtk/endpoint_talkers_udpip.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gsm_map_summary.c
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/hostlist_fddi.c
-   M /trunk/gtk/hostlist_ip.c
-   M /trunk/gtk/hostlist_ipx.c
-   M /trunk/gtk/hostlist_tcpip.c
-   M /trunk/gtk/hostlist_tr.c
-   M /trunk/gtk/hostlist_udpip.c
-   M /trunk/gtk/http_stat.c
-   M /trunk/gtk/isup_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/wsp_stat.c
-   M /trunk/ipproto.c
-   D /trunk/make-reg-dotc
-   D /trunk/make-reg-dotc.py
-   D /trunk/ncp2222.py
-   D /trunk/packet-3g-a11.c
-   D /trunk/packet-aarp.c
-   D /trunk/packet-acap.c
-   D /trunk/packet-acse.c
-   D /trunk/packet-acse.h
-   D /trunk/packet-afp.c
-   D /trunk/packet-afp.h
-   D /trunk/packet-afs-defs.h
-   D /trunk/packet-afs-macros.h
-   D /trunk/packet-afs-register-info.h
-   D /trunk/packet-afs.c
-   D /trunk/packet-afs.h
-   D /trunk/packet-aim-admin.c
-   D /trunk/packet-aim-adverts.c
-   D /trunk/packet-aim-bos.c
-   D /trunk/packet-aim-buddylist.c
-   D /trunk/packet-aim-chat.c
-   D /trunk/packet-aim-chatnav.c
-   D /trunk/packet-aim-directory.c
-   D /trunk/packet-aim-generic.c
-   D /trunk/packet-aim-icq.c
-   D /trunk/packet-aim-invitation.c
-   D /trunk/packet-aim-location.c
-   D /trunk/packet-aim-messaging.c
-   D /trunk/packet-aim-oft.c
-   D /trunk/packet-aim-popup.c
-   D /trunk/packet-aim-signon.c
-   D /trunk/packet-aim-ssi.c
-   D /trunk/packet-aim-stats.c
-   D /trunk/packet-aim-translate.c
-   D /trunk/packet-aim-userlookup.c
-   D /trunk/packet-aim.c
-   D /trunk/packet-aim.h
-   D /trunk/packet-ajp13.c
-   D /trunk/packet-alcap.c
-   D /trunk/packet-ans.c
-   D /trunk/packet-ansi_637.c
-   D /trunk/packet-ansi_683.c
-   D /trunk/packet-ansi_801.c
-   D /trunk/packet-ansi_a.c
-   D /trunk/packet-ansi_a.h
-   D /trunk/packet-ansi_map.c
-   D /trunk/packet-ansi_map.h
-   D /trunk/packet-aodv.c
-   D /trunk/packet-ap1394.c
-   D /trunk/packet-ap1394.h
-   D /trunk/packet-arcnet.c
-   D /trunk/packet-arcnet.h
-   D /trunk/packet-arp.c
-   D /trunk/packet-arp.h
-   D /trunk/packet-asap.c
-   D /trunk/packet-ascend.c
-   D /trunk/packet-asf.c
-   D /trunk/packet-atalk.c
-   D /trunk/packet-atalk.h
-   D /trunk/packet-atm.c
-   D /trunk/packet-atm.h
-   D /trunk/packet-auto_rp.c
-   D /trunk/packet-bacapp.c
-   D /trunk/packet-bacnet.c
-   D /trunk/packet-beep.c
-   D /trunk/packet-ber.c
-   D /trunk/packet-ber.h
-   D /trunk/packet-bfd.c
-   D /trunk/packet-bgp.c
-   D /trunk/packet-bgp.h
-   D /trunk/packet-bofl.c
-   D /trunk/packet-bootp.c
-   D /trunk/packet-bootparams.c
-   D /trunk/packet-bootparams.h
-   D /trunk/packet-bpdu.c
-   D /trunk/packet-brdwlk.c
-   D /trunk/packet-bssap.c
-   D /trunk/packet-bssap.h
-   D /trunk/packet-bssgp.c
-   D /trunk/packet-bvlc.c
-   D /trunk/packet-cast.c
-   D /trunk/packet-ccsds.c
-   D /trunk/packet-cdp.c
-   D /trunk/packet-cgmp.c
-   D /trunk/packet-chdlc.c
-   D /trunk/packet-chdlc.h
-   D /trunk/packet-cisco-oui.c
-   D /trunk/packet-clearcase.c
-   D /trunk/packet-clearcase.h
-   D /trunk/packet-clip.c
-   D /trunk/packet-clip.h
-   D /trunk/packet-clnp.c
-   D /trunk/packet-cops.c
-   D /trunk/packet-cosine.c
-   D /trunk/packet-cpfi.c
-   D /trunk/packet-cpha.c
-   D /trunk/packet-cups.c
-   D /trunk/packet-data.c
-   D /trunk/packet-data.h
-   D /trunk/packet-dccp.c
-   D /trunk/packet-dccp.h
-   D /trunk/packet-dcerpc-afs4int.c
-   D /trunk/packet-dcerpc-atsvc.c
-   D /trunk/packet-dcerpc-atsvc.h
-   D /trunk/packet-dcerpc-bossvr.c
-   D /trunk/packet-dcerpc-browser.c
-   D /trunk/packet-dcerpc-browser.h
-   D /trunk/packet-dcerpc-budb.c
-   D /trunk/packet-dcerpc-butc.c
-   D /trunk/packet-dcerpc-cds_clerkserver.c
-   D /trunk/packet-dcerpc-cds_solicit.c
-   D /trunk/packet-dcerpc-conv.c
-   D /trunk/packet-dcerpc-cprpc_server.c
-   D /trunk/packet-dcerpc-dce122.c
-   D /trunk/packet-dcerpc-dce122.h
-   D /trunk/packet-dcerpc-dcom.h
-   D /trunk/packet-dcerpc-dfs.c
-   D /trunk/packet-dcerpc-dfs.h
-   D /trunk/packet-dcerpc-dnsserver.c
-   D /trunk/packet-dcerpc-dnsserver.h
-   D /trunk/packet-dcerpc-drsuapi.c
-   D /trunk/packet-dcerpc-drsuapi.h
-   D /trunk/packet-dcerpc-dtsprovider.c
-   D /trunk/packet-dcerpc-dtsstime_req.c
-   D /trunk/packet-dcerpc-efs.c
-   D /trunk/packet-dcerpc-efs.h
-   D /trunk/packet-dcerpc-epm.c
-   D /trunk/packet-dcerpc-epm4.c
-   D /trunk/packet-dcerpc-eventlog.c
-   D /trunk/packet-dcerpc-eventlog.h
-   D /trunk/packet-dcerpc-fldb.c
-   D /trunk/packet-dcerpc-frsapi.c
-   D /trunk/packet-dcerpc-frsapi.h
-   D /trunk/packet-dcerpc-frsrpc.c
-   D /trunk/packet-dcerpc-frsrpc.h
-   D /trunk/packet-dcerpc-ftserver.c
-   D /trunk/packet-dcerpc-icl_rpc.c
-   D /trunk/packet-dcerpc-initshutdown.c
-   D /trunk/packet-dcerpc-initshutdown.h
-   D /trunk/packet-dcerpc-krb5rpc.c
-   D /trunk/packet-dcerpc-llb.c
-   D /trunk/packet-dcerpc-lsa-ds.c
-   D /trunk/packet-dcerpc-lsa.c
-   D /trunk/packet-dcerpc-lsa.h
-   D /trunk/packet-dcerpc-mapi.c
-   D /trunk/packet-dcerpc-mapi.h
-   D /trunk/packet-dcerpc-messenger.c
-   D /trunk/packet-dcerpc-mgmt.c
-   D /trunk/packet-dcerpc-ndr.c
-   D /trunk/packet-dcerpc-netlogon.c
-   D /trunk/packet-dcerpc-netlogon.h
-   D /trunk/packet-dcerpc-nspi.c
-   D /trunk/packet-dcerpc-nt.c
-   D /trunk/packet-dcerpc-nt.h
-   D /trunk/packet-dcerpc-oxid.c
-   D /trunk/packet-dcerpc-rdaclif.c
-   D /trunk/packet-dcerpc-reg.c
-   D /trunk/packet-dcerpc-reg.h
-   D /trunk/packet-dcerpc-remact.c
-   D /trunk/packet-dcerpc-rep_proc.c
-   D /trunk/packet-dcerpc-roverride.c
-   D /trunk/packet-dcerpc-rpriv.c
-   D /trunk/packet-dcerpc-rs_acct.c
-   D /trunk/packet-dcerpc-rs_attr.c
-   D /trunk/packet-dcerpc-rs_attr_schema.c
-   D /trunk/packet-dcerpc-rs_bind.c
-   D /trunk/packet-dcerpc-rs_misc.c
-   D /trunk/packet-dcerpc-rs_pgo.c
-   D /trunk/packet-dcerpc-rs_plcy.c
-   D /trunk/packet-dcerpc-rs_prop_acct.c
-   D /trunk/packet-dcerpc-rs_prop_acl.c
-   D /trunk/packet-dcerpc-rs_prop_attr.c
-   D /trunk/packet-dcerpc-rs_prop_pgo.c
-   D /trunk/packet-dcerpc-rs_prop_plcy.c
-   D /trunk/packet-dcerpc-rs_pwd_mgmt.c
-   D /trunk/packet-dcerpc-rs_repadm.c
-   D /trunk/packet-dcerpc-rs_replist.c
-   D /trunk/packet-dcerpc-rs_repmgr.c
-   D /trunk/packet-dcerpc-rs_unix.c
-   D /trunk/packet-dcerpc-rsec_login.c
-   D /trunk/packet-dcerpc-samr.c
-   D /trunk/packet-dcerpc-samr.h
-   D /trunk/packet-dcerpc-secidmap.c
-   D /trunk/packet-dcerpc-spoolss.c
-   D /trunk/packet-dcerpc-spoolss.h
-   D /trunk/packet-dcerpc-srvsvc.c
-   D /trunk/packet-dcerpc-srvsvc.h
-   D /trunk/packet-dcerpc-svcctl.c
-   D /trunk/packet-dcerpc-svcctl.h
-   D /trunk/packet-dcerpc-tapi.c
-   D /trunk/packet-dcerpc-tapi.h
-   D /trunk/packet-dcerpc-tkn4int.c
-   D /trunk/packet-dcerpc-trksvr.c
-   D /trunk/packet-dcerpc-ubikdisk.c
-   D /trunk/packet-dcerpc-ubikvote.c
-   D /trunk/packet-dcerpc-update.c
-   D /trunk/packet-dcerpc-wkssvc.c
-   D /trunk/packet-dcerpc-wkssvc.h
-   D /trunk/packet-dcerpc.c
-   D /trunk/packet-dcerpc.h
-   D /trunk/packet-dcm.c
-   D /trunk/packet-ddtp.c
-   D /trunk/packet-ddtp.h
-   D /trunk/packet-dec-bpdu.c
-   D /trunk/packet-dhcpv6.c
-   D /trunk/packet-diameter-defs.h
-   D /trunk/packet-diameter.c
-   D /trunk/packet-diffserv-mpls-common.c
-   D /trunk/packet-diffserv-mpls-common.h
-   D /trunk/packet-distcc.c
-   D /trunk/packet-dlsw.c
-   D /trunk/packet-dnp.c
-   D /trunk/packet-dns.c
-   D /trunk/packet-dns.h
-   D /trunk/packet-dsi.c
-   D /trunk/packet-dvmrp.c
-   D /trunk/packet-dvmrp.h
-   D /trunk/packet-e164.c
-   D /trunk/packet-e164.h
-   D /trunk/packet-eap.c
-   D /trunk/packet-eapol.c
-   D /trunk/packet-echo.c
-   D /trunk/packet-edonkey.c
-   D /trunk/packet-edonkey.h
-   D /trunk/packet-eigrp.c
-   D /trunk/packet-enc.c
-   D /trunk/packet-enip.c
-   D /trunk/packet-enrp.c
-   D /trunk/packet-esis.c
-   D /trunk/packet-esis.h
-   D /trunk/packet-eth.c
-   D /trunk/packet-eth.h
-   D /trunk/packet-etherip.c
-   D /trunk/packet-ethertype.c
-   D /trunk/packet-fc.c
-   D /trunk/packet-fc.h
-   D /trunk/packet-fcbls.h
-   D /trunk/packet-fcct.c
-   D /trunk/packet-fcct.h
-   D /trunk/packet-fcdns.c
-   D /trunk/packet-fcdns.h
-   D /trunk/packet-fcels.c
-   D /trunk/packet-fcels.h
-   D /trunk/packet-fcfcs.c
-   D /trunk/packet-fcfcs.h
-   D /trunk/packet-fcfzs.c
-   D /trunk/packet-fcfzs.h
-   D /trunk/packet-fcip.c
-   D /trunk/packet-fclctl.c
-   D /trunk/packet-fclctl.h
-   D /trunk/packet-fcp.c
-   D /trunk/packet-fcp.h
-   D /trunk/packet-fcsb3.c
-   D /trunk/packet-fcsb3.h
-   D /trunk/packet-fcsp.c
-   D /trunk/packet-fcsp.h
-   D /trunk/packet-fcswils.c
-   D /trunk/packet-fcswils.h
-   D /trunk/packet-fddi.c
-   D /trunk/packet-fddi.h
-   D /trunk/packet-fix.c
-   D /trunk/packet-fr.c
-   D /trunk/packet-frame.c
-   D /trunk/packet-frame.h
-   D /trunk/packet-ftam.c
-   D /trunk/packet-ftam.h
-   D /trunk/packet-ftp.c
-   D /trunk/packet-fw1.c
-   D /trunk/packet-gift.c
-   D /trunk/packet-giop.c
-   D /trunk/packet-giop.h
-   D /trunk/packet-gmrp.c
-   D /trunk/packet-gnutella.c
-   D /trunk/packet-gnutella.h
-   D /trunk/packet-gprs-llc.c
-   D /trunk/packet-gprs-ns.c
-   D /trunk/packet-gre.c
-   D /trunk/packet-gsm_a.c
-   D /trunk/packet-gsm_a.h
-   D /trunk/packet-gsm_map.c
-   D /trunk/packet-gsm_map.h
-   D /trunk/packet-gsm_sms.c
-   D /trunk/packet-gsm_sms.h
-   D /trunk/packet-gsm_sms_ud.c
-   D /trunk/packet-gsm_ss.c
-   D /trunk/packet-gsm_ss.h
-   D /trunk/packet-gssapi.c
-   D /trunk/packet-gssapi.h
-   D /trunk/packet-gtp.c
-   D /trunk/packet-gtp.h
-   D /trunk/packet-gvrp.c
-   D /trunk/packet-h1.c
-   D /trunk/packet-h225.c
-   D /trunk/packet-h225.h
-   D /trunk/packet-h235.c
-   D /trunk/packet-h235.h
-   D /trunk/packet-h245.c
-   D /trunk/packet-h245.h
-   D /trunk/packet-h261.c
-   D /trunk/packet-h263.c
-   D /trunk/packet-h450.c
-   D /trunk/packet-hclnfsd.c
-   D /trunk/packet-hclnfsd.h
-   D /trunk/packet-hpext.c
-   D /trunk/packet-hpext.h
-   D /trunk/packet-hsrp.c
-   D /trunk/packet-http.c
-   D /trunk/packet-http.h
-   D /trunk/packet-hyperscsi.c
-   D /trunk/packet-iapp.c
-   D /trunk/packet-iax2.c
-   D /trunk/packet-iax2.h
-   D /trunk/packet-ib.c
-   D /trunk/packet-icap.c
-   D /trunk/packet-icmpv6.c
-   D /trunk/packet-icp.c
-   D /trunk/packet-icq.c
-   D /trunk/packet-ieee80211.c
-   D /trunk/packet-ieee80211.h
-   D /trunk/packet-ieee8023.c
-   D /trunk/packet-ieee8023.h
-   D /trunk/packet-igap.c
-   D /trunk/packet-igap.h
-   D /trunk/packet-igmp.c
-   D /trunk/packet-igmp.h
-   D /trunk/packet-igrp.c
-   D /trunk/packet-image-gif.c
-   D /trunk/packet-image-jfif.c
-   D /trunk/packet-imap.c
-   D /trunk/packet-ip.c
-   D /trunk/packet-ip.h
-   D /trunk/packet-ipdc.c
-   D /trunk/packet-ipdc.h
-   D /trunk/packet-ipfc.c
-   D /trunk/packet-ipfc.h
-   D /trunk/packet-ipmi.c
-   D /trunk/packet-ipp.c
-   D /trunk/packet-ipsec-udp.c
-   D /trunk/packet-ipsec.c
-   D /trunk/packet-ipsec.h
-   D /trunk/packet-ipv6.c
-   D /trunk/packet-ipv6.h
-   D /trunk/packet-ipvs-syncd.c
-   D /trunk/packet-ipx.c
-   D /trunk/packet-ipx.h
-   D /trunk/packet-ipxwan.c
-   D /trunk/packet-irc.c
-   D /trunk/packet-isakmp.c
-   D /trunk/packet-iscsi.c
-   D /trunk/packet-isdn.c
-   D /trunk/packet-isis-clv.c
-   D /trunk/packet-isis-clv.h
-   D /trunk/packet-isis-hello.c
-   D /trunk/packet-isis-hello.h
-   D /trunk/packet-isis-lsp.c
-   D /trunk/packet-isis-lsp.h
-   D /trunk/packet-isis-snp.c
-   D /trunk/packet-isis-snp.h
-   D /trunk/packet-isis.c
-   D /trunk/packet-isis.h
-   D /trunk/packet-isl.c
-   D /trunk/packet-isl.h
-   D /trunk/packet-ismp.c
-   D /trunk/packet-isns.c
-   D /trunk/packet-isup.c
-   D /trunk/packet-isup.h
-   D /trunk/packet-iua.c
-   D /trunk/packet-jabber.c
-   D /trunk/packet-kadm5.c
-   D /trunk/packet-kerberos.c
-   D /trunk/packet-kerberos.h
-   D /trunk/packet-klm.c
-   D /trunk/packet-klm.h
-   D /trunk/packet-kpasswd.c
-   D /trunk/packet-l2tp.c
-   D /trunk/packet-lapb.c
-   D /trunk/packet-lapbether.c
-   D /trunk/packet-lapd.c
-   D /trunk/packet-laplink.c
-   D /trunk/packet-ldap.c
-   D /trunk/packet-ldap.h
-   D /trunk/packet-ldp.c
-   D /trunk/packet-ldp.h
-   D /trunk/packet-llc.c
-   D /trunk/packet-llc.h
-   D /trunk/packet-lmi.c
-   D /trunk/packet-lmp.c
-   D /trunk/packet-lpd.c
-   D /trunk/packet-lwapp.c
-   D /trunk/packet-m2pa.c
-   D /trunk/packet-m2tp.c
-   D /trunk/packet-m2ua.c
-   D /trunk/packet-m3ua.c
-   D /trunk/packet-mbtcp.c
-   D /trunk/packet-mdshdr.c
-   D /trunk/packet-media.c
-   D /trunk/packet-mip.c
-   D /trunk/packet-mip6.c
-   D /trunk/packet-mip6.h
-   D /trunk/packet-mmse.c
-   D /trunk/packet-mount.c
-   D /trunk/packet-mount.h
-   D /trunk/packet-mpeg1.c
-   D /trunk/packet-mpls-echo.c
-   D /trunk/packet-mpls.c
-   D /trunk/packet-mq-pcf.c
-   D /trunk/packet-mq.c
-   D /trunk/packet-mq.h
-   D /trunk/packet-mrdisc.c
-   D /trunk/packet-mrdisc.h
-   D /trunk/packet-msdp.c
-   D /trunk/packet-msn-messenger.c
-   D /trunk/packet-msnip.c
-   D /trunk/packet-msnip.h
-   D /trunk/packet-msproxy.c
-   D /trunk/packet-mtp2.c
-   D /trunk/packet-mtp3.c
-   D /trunk/packet-mtp3.h
-   D /trunk/packet-mtp3mg.c
-   D /trunk/packet-multipart.c
-   D /trunk/packet-mysql.c
-   D /trunk/packet-nbipx.c
-   D /trunk/packet-nbns.c
-   D /trunk/packet-ncp-int.h
-   D /trunk/packet-ncp-nmas.c
-   D /trunk/packet-ncp-nmas.h
-   D /trunk/packet-ncp.c
-   D /trunk/packet-ncp2222.inc
-   D /trunk/packet-ndmp.c
-   D /trunk/packet-ndps.c
-   D /trunk/packet-ndps.h
-   D /trunk/packet-netbios.c
-   D /trunk/packet-netbios.h
-   D /trunk/packet-netflow.c
-   D /trunk/packet-nfs.c
-   D /trunk/packet-nfs.h
-   D /trunk/packet-nfsacl.c
-   D /trunk/packet-nfsauth.c
-   D /trunk/packet-nisplus.c
-   D /trunk/packet-nisplus.h
-   D /trunk/packet-nlm.c
-   D /trunk/packet-nlm.h
-   D /trunk/packet-nlsp.c
-   D /trunk/packet-nntp.c
-   D /trunk/packet-nt-oui.c
-   D /trunk/packet-nt-sonmp.c
-   D /trunk/packet-nt-tpcp.c
-   D /trunk/packet-ntlmssp.c
-   D /trunk/packet-ntp.c
-   D /trunk/packet-ntp.h
-   D /trunk/packet-null.c
-   D /trunk/packet-null.h
-   D /trunk/packet-olsr.c
-   D /trunk/packet-osi-options.c
-   D /trunk/packet-osi-options.h
-   D /trunk/packet-osi.c
-   D /trunk/packet-osi.h
-   D /trunk/packet-ospf.c
-   D /trunk/packet-pcnfsd.c
-   D /trunk/packet-pcnfsd.h
-   D /trunk/packet-per.c
-   D /trunk/packet-per.h
-   D /trunk/packet-pflog.c
-   D /trunk/packet-pflog.h
-   D /trunk/packet-pgm.c
-   D /trunk/packet-pim.c
-   D /trunk/packet-pim.h
-   D /trunk/packet-pktc.c
-   D /trunk/packet-pktc.h
-   D /trunk/packet-pop.c
-   D /trunk/packet-portmap.c
-   D /trunk/packet-portmap.h
-   D /trunk/packet-postgresql.c
-   D /trunk/packet-ppp.c
-   D /trunk/packet-ppp.h
-   D /trunk/packet-pppoe.c
-   D /trunk/packet-pptp.c
-   D /trunk/packet-pres.c
-   D /trunk/packet-pres.h
-   D /trunk/packet-prism.c
-   D /trunk/packet-prism.h
-   D /trunk/packet-ptp.c
-   D /trunk/packet-q2931.c
-   D /trunk/packet-q931.c
-   D /trunk/packet-q931.h
-   D /trunk/packet-q933.c
-   D /trunk/packet-qllc.c
-   D /trunk/packet-quake.c
-   D /trunk/packet-quake2.c
-   D /trunk/packet-quake3.c
-   D /trunk/packet-quakeworld.c
-   D /trunk/packet-radiotap.c
-   D /trunk/packet-radiotap.h
-   D /trunk/packet-radius.c
-   D /trunk/packet-ranap.c
-   D /trunk/packet-raw.c
-   D /trunk/packet-raw.h
-   D /trunk/packet-rip.c
-   D /trunk/packet-ripng.c
-   D /trunk/packet-ripng.h
-   D /trunk/packet-rlogin.c
-   D /trunk/packet-rmcp.c
-   D /trunk/packet-rmi.c
-   D /trunk/packet-rmi.h
-   D /trunk/packet-rmp.c
-   D /trunk/packet-rpc.c
-   D /trunk/packet-rpc.h
-   D /trunk/packet-rpl.c
-   D /trunk/packet-rquota.c
-   D /trunk/packet-rquota.h
-   D /trunk/packet-rsh.c
-   D /trunk/packet-rstat.c
-   D /trunk/packet-rsvp.c
-   D /trunk/packet-rsvp.h
-   D /trunk/packet-rsync.c
-   D /trunk/packet-rtcp.c
-   D /trunk/packet-rtcp.h
-   D /trunk/packet-rtp-events.c
-   D /trunk/packet-rtp-events.h
-   D /trunk/packet-rtp.c
-   D /trunk/packet-rtp.h
-   D /trunk/packet-rtps.c
-   D /trunk/packet-rtps.h
-   D /trunk/packet-rtsp.c
-   D /trunk/packet-rwall.c
-   D /trunk/packet-rwall.h
-   D /trunk/packet-rx.c
-   D /trunk/packet-rx.h
-   D /trunk/packet-sadmind.c
-   D /trunk/packet-sap.c
-   D /trunk/packet-sccp.c
-   D /trunk/packet-sccpmg.c
-   D /trunk/packet-scsi.c
-   D /trunk/packet-scsi.h
-   D /trunk/packet-sctp.c
-   D /trunk/packet-sctp.h
-   D /trunk/packet-sdlc.c
-   D /trunk/packet-sdp.c
-   D /trunk/packet-sebek.c
-   D /trunk/packet-ses.c
-   D /trunk/packet-ses.h
-   D /trunk/packet-sflow.c
-   D /trunk/packet-sigcomp.c
-   D /trunk/packet-sip.c
-   D /trunk/packet-sip.h
-   D /trunk/packet-sipfrag.c
-   D /trunk/packet-skinny.c
-   D /trunk/packet-slimp3.c
-   D /trunk/packet-sll.c
-   D /trunk/packet-sll.h
-   D /trunk/packet-slowprotocols.c
-   D /trunk/packet-slsk.c
-   D /trunk/packet-smb-browse.c
-   D /trunk/packet-smb-browse.h
-   D /trunk/packet-smb-common.c
-   D /trunk/packet-smb-common.h
-   D /trunk/packet-smb-logon.c
-   D /trunk/packet-smb-mailslot.c
-   D /trunk/packet-smb-mailslot.h
-   D /trunk/packet-smb-pipe.c
-   D /trunk/packet-smb-pipe.h
-   D /trunk/packet-smb-sidsnooping.c
-   D /trunk/packet-smb-sidsnooping.h
-   D /trunk/packet-smb.c
-   D /trunk/packet-smpp.c
-   D /trunk/packet-smtp.c
-   D /trunk/packet-sna.c
-   D /trunk/packet-sna.h
-   D /trunk/packet-snaeth.c
-   D /trunk/packet-sndcp.c
-   D /trunk/packet-snmp.c
-   D /trunk/packet-snmp.h
-   D /trunk/packet-socks.c
-   D /trunk/packet-spnego.c
-   D /trunk/packet-spray.c
-   D /trunk/packet-spray.h
-   D /trunk/packet-srvloc.c
-   D /trunk/packet-sscop.c
-   D /trunk/packet-ssh.c
-   D /trunk/packet-ssl.c
-   D /trunk/packet-stat-notify.c
-   D /trunk/packet-stat-notify.h
-   D /trunk/packet-stat.c
-   D /trunk/packet-stat.h
-   D /trunk/packet-stun.c
-   D /trunk/packet-sua.c
-   D /trunk/packet-symantec.c
-   D /trunk/packet-syslog.c
-   D /trunk/packet-t38.c
-   D /trunk/packet-tacacs.c
-   D /trunk/packet-tacacs.h
-   D /trunk/packet-tcap.c
-   D /trunk/packet-tcap.h
-   D /trunk/packet-tcp.c
-   D /trunk/packet-tcp.h
-   D /trunk/packet-tds.c
-   D /trunk/packet-teimanagement.c
-   D /trunk/packet-telnet.c
-   D /trunk/packet-teredo.c
-   D /trunk/packet-text-media.c
-   D /trunk/packet-tftp.c
-   D /trunk/packet-time.c
-   D /trunk/packet-tns.c
-   D /trunk/packet-tns.h
-   D /trunk/packet-tpkt.c
-   D /trunk/packet-tpkt.h
-   D /trunk/packet-tr.c
-   D /trunk/packet-tr.h
-   D /trunk/packet-trmac.c
-   D /trunk/packet-tsp.c
-   D /trunk/packet-tuxedo.c
-   D /trunk/packet-tzsp.c
-   D /trunk/packet-ucp.c
-   D /trunk/packet-udp.c
-   D /trunk/packet-udp.h
-   D /trunk/packet-v120.c
-   D /trunk/packet-vines.c
-   D /trunk/packet-vines.h
-   D /trunk/packet-vj.c
-   D /trunk/packet-vlan.c
-   D /trunk/packet-vlan.h
-   D /trunk/packet-vrrp.c
-   D /trunk/packet-vtp.c
-   D /trunk/packet-wap.c
-   D /trunk/packet-wap.h
-   D /trunk/packet-wbxml.c
-   D /trunk/packet-wccp.c
-   D /trunk/packet-wccp.h
-   D /trunk/packet-wcp.c
-   D /trunk/packet-wfleet-hdlc.c
-   D /trunk/packet-who.c
-   D /trunk/packet-wlancap.c
-   D /trunk/packet-wlancap.h
-   D /trunk/packet-wsp.c
-   D /trunk/packet-wsp.h
-   D /trunk/packet-wtls.c
-   D /trunk/packet-wtls.h
-   D /trunk/packet-wtp.c
-   D /trunk/packet-wtp.h
-   D /trunk/packet-x11-keysym.h
-   D /trunk/packet-x11-keysymdef.h
-   D /trunk/packet-x11.c
-   D /trunk/packet-x25.c
-   D /trunk/packet-x29.c
-   D /trunk/packet-xdmcp.c
-   D /trunk/packet-xot.c
-   D /trunk/packet-xyplex.c
-   D /trunk/packet-yhoo.c
-   D /trunk/packet-ymsg.c
-   D /trunk/packet-ypbind.c
-   D /trunk/packet-ypbind.h
-   D /trunk/packet-yppasswd.c
-   D /trunk/packet-yppasswd.h
-   D /trunk/packet-ypserv.c
-   D /trunk/packet-ypserv.h
-   D /trunk/packet-ypxfr.c
-   D /trunk/packet-ypxfr.h
-   D /trunk/packet-zebra.c
-   M /trunk/plugins/giop/packet-coseventcomm.c
-   M /trunk/plugins/giop/packet-cosnaming.c
-   M /trunk/plugins/gryphon/packet-gryphon.c
-   M /trunk/plugins/plugin_api.h
-   M /trunk/plugins/plugin_api_list.c
-   M /trunk/print.c
-   D /trunk/process-x11-fields.pl
-   M /trunk/reassemble.c
-   M /trunk/tap-ansi_astat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-gsm_astat.c
-   M /trunk/tap-h225counter.c
-   M /trunk/tap-h225rassrt.c
-   M /trunk/tap-httpstat.c
-   M /trunk/tap-iousers.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-wspstat.c
-   D /trunk/x11-fields
+   M /trunk/radius/dictionary.3gpp
 
-Move dissectors to epan/dissectors directory.
+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).
 
-Also move ncp222.py, x11-fields, process-x11-fields.pl,
-make-reg-dotc, and make-reg-dotc.py.
+------------------------------------------------------------------------
+r29039 | wmeier | 2009-07-09 09:02:34 -0700 (Thu, 09 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Adjust #include lines in files that include packet-*.h
-files.
+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.
 
 ------------------------------------------------------------------------
-r11409 | ulfl | 2004-07-18 10:52:21 -0500 (Sun, 18 Jul 2004) | 1 line
+r29040 | wmeier | 2009-07-09 13:10:39 -0700 (Thu, 09 Jul 2009) | 7 lines
 Changed paths:
-   D /trunk/gtk2
+   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.
 
-As the gtk2 directory is no longer needed (GTK1 and 2 are using the same sources from gtk dir and conditional compilation for a long time now), and we are using subversion now, it should be safe to remove this dir without loosing all the history.
 ------------------------------------------------------------------------
-r11408 | guy | 2004-07-17 23:03:26 -0500 (Sat, 17 Jul 2004) | 3 lines
+r29041 | wmeier | 2009-07-09 13:21:39 -0700 (Thu, 09 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/packet-gssapi.h
-   M /trunk/packet-kerberos.c
+   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.
 
-Declare "wrap_dissect_gssapi_verf()" in "packet-gssapi.h", and, in
-"packet-kerberos.c", get the declaration from that header.
 
 ------------------------------------------------------------------------
-r11407 | guy | 2004-07-17 23:01:23 -0500 (Sat, 17 Jul 2004) | 4 lines
+r29042 | wmeier | 2009-07-09 13:28:46 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/packet-gssapi.c
+   A /trunk/radius/README.radius_dictionary
 
-Use -1, rather than "tvb_length_remaining(tvb, offset)", in
-"tvb_new_subset()" calls with an offset of "offset", so that the
-reported length is set appropriately.
+README describing the Wireshark changes to the FreeRadius
+v2.1.6 dictionary files as of 2009-07-09.
 
 ------------------------------------------------------------------------
-r11406 | guy | 2004-07-17 22:46:34 -0500 (Sat, 17 Jul 2004) | 8 lines
+r29043 | wmeier | 2009-07-09 13:31:22 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/packet-dcerpc.c
-   M /trunk/packet-dcerpc.h
-   M /trunk/packet-gssapi.c
-   M /trunk/packet-kerberos.c
+   M /trunk/Makefile.am
+   M /trunk/packaging/nsis/wireshark.nsi
 
-From Jean-Baptiste Marchand:
+Revised packaging for the Radius directory:
+include new Radius dictionary files & etc.
 
-       add identification for various Microsoft Security Service
-       Providers in DCE RPC;
+------------------------------------------------------------------------
+r29044 | etxrab | 2009-07-09 13:44:28 -0700 (Thu, 09 Jul 2009) | 5 lines
+Changed paths:
+   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
 
-       for the Kerberos SSP, disect AP_REQ and AP_REP tokens in DCE RPC
-       Bind requests.
+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).
 ------------------------------------------------------------------------
-r11405 | guy | 2004-07-17 22:34:37 -0500 (Sat, 17 Jul 2004) | 3 lines
+r29045 | wmeier | 2009-07-09 14:05:37 -0700 (Thu, 09 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/packet-ssl.c
+   M /trunk/epan/dissectors/packet-hpteam.c
 
-From Marco van den Bovenkamp: add the Sun elliptic curve and
-Cambellia-based cipher suites.
+From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info column
 
 ------------------------------------------------------------------------
-r11404 | guy | 2004-07-17 21:56:29 -0500 (Sat, 17 Jul 2004) | 12 lines
+r29046 | etxrab | 2009-07-09 14:18:59 -0700 (Thu, 09 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/diameter/dictionary.xml
 
-Add some comments, and expand on a comment (if "pcap_stats()" returns
-counts since the last call, not since the beginning of the capture, on
-Windows, that's a bug - and that bug *does* exist on some UN*Xes).
+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
 
-Clean up indentation.
+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
+------------------------------------------------------------------------
+r29048 | etxrab | 2009-07-09 22:40:02 -0700 (Thu, 09 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iec104.c
+
+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
+------------------------------------------------------------------------
+r29049 | stig | 2009-07-10 01:03:19 -0700 (Fri, 10 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-enip.c
 
-Use the minimum snapshot length, not the maximum snapshot length, when
-opening a network interface to keep track of how many packets are
-arriving on it (that might cause packet data to be discarded rather than
-buffering it, reducing the overhead of running all those captures from
-which we don't actually grab any packets.
+Header field cleanup.
 
 ------------------------------------------------------------------------
-r11403 | guy | 2004-07-17 21:43:18 -0500 (Sat, 17 Jul 2004) | 2 lines
+r29050 | stig | 2009-07-10 02:09:11 -0700 (Fri, 10 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
+   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
 
-Not all interfaces have descriptions.
+Removed use of check_col()
+Check checksum also if no tree
+Some white space cleanup
 
 ------------------------------------------------------------------------
-r11402 | guy | 2004-07-17 21:34:45 -0500 (Sat, 17 Jul 2004) | 6 lines
+r29051 | stig | 2009-07-10 02:12:13 -0700 (Fri, 10 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/pcap-util-int.h
-   M /trunk/pcap-util-unix.c
-   M /trunk/pcap-util.c
+   M /trunk/epan/dissectors/packet-ff.c
 
-Get IPv4 addresses and the loopback flag if we don't have
-"pcap_findalldevs()".
+Use correct length for "Version OD Calling".
+This fixes bug 3694.
+
+------------------------------------------------------------------------
+r29052 | etxrab | 2009-07-10 02:40:11 -0700 (Fri, 10 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
-"if_info_ip()" is used - and can be compiled - only if libpcap has
-"pcap_findalldevs()".
+More 3GPP updates.
+------------------------------------------------------------------------
+r29053 | etxrab | 2009-07-10 05:26:39 -0700 (Fri, 10 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
 
+Restore hf_gtp_ext_rat_type as it's used in decode_gtp_rat_type().
+Fix IMEI(SV) While we're at it.
 ------------------------------------------------------------------------
-r11401 | guy | 2004-07-17 21:32:19 -0500 (Sat, 17 Jul 2004) | 2 lines
+r29054 | stig | 2009-07-10 05:48:48 -0700 (Fri, 10 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
 
-Squelch a compiler warning.
+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
 
 ------------------------------------------------------------------------
-r11400 | guy | 2004-07-17 19:24:25 -0500 (Sat, 17 Jul 2004) | 6 lines
+r29055 | etxrab | 2009-07-10 08:15:14 -0700 (Fri, 10 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/COPYING
-   M /trunk/ChangeLog
-   M /trunk/Ethereal.desktop
-   M /trunk/FAQ
-   M /trunk/INSTALL
-   M /trunk/INSTALL.configure
-   M /trunk/Makefile.am
-   M /trunk/Makefile.common
-   M /trunk/Makefile.nmake
-   M /trunk/NEWS
-   M /trunk/README
-   M /trunk/README.aix
-   M /trunk/README.bsd
-   M /trunk/README.hpux
-   M /trunk/README.irix
-   M /trunk/README.linux
-   M /trunk/README.macos
-   M /trunk/README.tru64
-   M /trunk/README.vmware
-   M /trunk/README.win32
-   M /trunk/TODO
-   M /trunk/acinclude.m4
-   M /trunk/aclocal-fallback/glib-2.0.m4
-   M /trunk/aclocal-fallback/glib.m4
-   M /trunk/aclocal-fallback/gtk-2.0.m4
-   M /trunk/aclocal-fallback/gtk.m4
-   M /trunk/aclocal-flags
-   M /trunk/adler32.c
-   M /trunk/adler32.h
-   M /trunk/afn.c
-   M /trunk/afn.h
-   M /trunk/aftypes.h
-   M /trunk/alert_box.c
-   M /trunk/alert_box.h
-   M /trunk/arcnet_pids.h
-   M /trunk/asn1/h235/H235-SECURITY-MESSAGES.asn
-   M /trunk/asn1/h235/h235.cnf
-   M /trunk/asn1/h235/packet-h235-template.c
-   M /trunk/asn1/h235/packet-h235-template.h
-   M /trunk/asn1.c
-   M /trunk/asn1.h
-   M /trunk/autogen.sh
-   M /trunk/bridged_pids.h
-   M /trunk/capture-wpcap.c
-   M /trunk/capture-wpcap.h
-   M /trunk/capture.c
-   M /trunk/capture.h
-   M /trunk/capture_stop_conditions.c
-   M /trunk/capture_stop_conditions.h
-   M /trunk/cfile.c
-   M /trunk/cfile.h
-   M /trunk/chdlctypes.h
-   M /trunk/cleanbld.bat
-   M /trunk/color.h
-   M /trunk/column.c
-   M /trunk/column.h
-   M /trunk/conditions.c
-   M /trunk/conditions.h
-   M /trunk/config.guess
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
-   M /trunk/config.sub
-   M /trunk/configure.in
-   M /trunk/crc16.c
-   M /trunk/crc16.h
-   M /trunk/crc32.c
-   M /trunk/crc32.h
-   M /trunk/crypt-des.c
-   M /trunk/crypt-des.h
-   M /trunk/crypt-md4.c
-   M /trunk/crypt-md4.h
-   M /trunk/crypt-md5.c
-   M /trunk/crypt-md5.h
-   M /trunk/crypt-rc4.c
-   M /trunk/crypt-rc4.h
-   M /trunk/debian/README.debian
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/copyright
-   M /trunk/debian/dirs
-   M /trunk/debian/docs
-   M /trunk/debian/ethereal-common.files
-   M /trunk/debian/ethereal-common.manpages
-   M /trunk/debian/ethereal-dev.docs
-   M /trunk/debian/ethereal-dev.files
-   M /trunk/debian/ethereal-dev.header-files
-   M /trunk/debian/ethereal-dev.manpages
-   M /trunk/debian/ethereal-dev.postinst
-   M /trunk/debian/ethereal-dev.prerm
-   M /trunk/debian/ethereal.files
-   M /trunk/debian/ethereal.manpages
-   M /trunk/debian/ethereal.menu
-   M /trunk/debian/menu
-   M /trunk/debian/postinst
-   M /trunk/debian/prerm
-   M /trunk/debian/rules
-   M /trunk/debian/tethereal.files
-   M /trunk/debian/tethereal.manpages
-   M /trunk/dftest.c
-   M /trunk/dictionary.dtd
-   M /trunk/dictionary.xml
-   M /trunk/disabled_protos.c
-   M /trunk/disabled_protos.h
-   M /trunk/doc/Makefile.am
-   M /trunk/doc/Makefile.nmake
-   M /trunk/doc/README.capture
-   M /trunk/doc/README.design
-   M /trunk/doc/README.developer
-   M /trunk/doc/README.idl2eth
-   M /trunk/doc/README.plugins
-   M /trunk/doc/README.regression
-   M /trunk/doc/README.tapping
-   M /trunk/doc/README.tvbuff
-   M /trunk/doc/README.xml-output
-   M /trunk/doc/dfilter2pod.pl
-   M /trunk/doc/editcap.pod
-   M /trunk/doc/eproto2sgml
-   M /trunk/doc/ethereal-filter.pod.template
-   M /trunk/doc/ethereal-tut.mgp
-   M /trunk/doc/ethereal.pod
-   M /trunk/doc/idl2eth.pod
-   M /trunk/doc/mergecap.pod
-   M /trunk/doc/randpkt.txt
-   M /trunk/doc/sgml.doc.template
-   M /trunk/doc/tethereal.pod
-   M /trunk/doc/text2pcap.pod
-   M /trunk/doxygen.cfg.in
-   M /trunk/editcap.c
-   M /trunk/epan/AUTHORS
-   M /trunk/epan/ChangeLog
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/NEWS
-   M /trunk/epan/README
-   M /trunk/epan/addr_and_mask.c
-   M /trunk/epan/addr_and_mask.h
-   M /trunk/epan/atalk-utils.c
-   M /trunk/epan/atalk-utils.h
-   M /trunk/epan/bitswap.c
-   M /trunk/epan/bitswap.h
-   M /trunk/epan/circuit.c
-   M /trunk/epan/circuit.h
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column-utils.h
    M /trunk/epan/column_info.h
-   M /trunk/epan/conversation.c
-   M /trunk/epan/conversation.h
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/epan/dfilter/Makefile.nmake
-   M /trunk/epan/dfilter/README.dfilter
-   M /trunk/epan/dfilter/dfilter-int.h
-   M /trunk/epan/dfilter/dfilter.c
-   M /trunk/epan/dfilter/dfilter.h
-   M /trunk/epan/dfilter/dfvm.c
-   M /trunk/epan/dfilter/dfvm.h
-   M /trunk/epan/dfilter/drange.c
-   M /trunk/epan/dfilter/drange.h
-   M /trunk/epan/dfilter/gencode.c
-   M /trunk/epan/dfilter/gencode.h
-   M /trunk/epan/dfilter/glib-util.c
-   M /trunk/epan/dfilter/glib-util.h
-   M /trunk/epan/dfilter/grammar.lemon
-   M /trunk/epan/dfilter/scanner.l
-   M /trunk/epan/dfilter/semcheck.c
-   M /trunk/epan/dfilter/semcheck.h
-   M /trunk/epan/dfilter/sttype-integer.c
-   M /trunk/epan/dfilter/sttype-pointer.c
-   M /trunk/epan/dfilter/sttype-range.c
-   M /trunk/epan/dfilter/sttype-range.h
-   M /trunk/epan/dfilter/sttype-string.c
-   M /trunk/epan/dfilter/sttype-test.c
-   M /trunk/epan/dfilter/sttype-test.h
-   M /trunk/epan/dfilter/syntax-tree.c
-   M /trunk/epan/dfilter/syntax-tree.h
-   M /trunk/epan/doxygen.cfg.in
-   M /trunk/epan/epan.c
-   M /trunk/epan/epan.h
-   M /trunk/epan/epan_dissect.h
-   M /trunk/epan/except.c
-   M /trunk/epan/except.h
-   M /trunk/epan/exceptions.h
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/filesystem.h
-   M /trunk/epan/frame_data.c
-   M /trunk/epan/frame_data.h
-   M /trunk/epan/ftypes/Makefile.am
-   M /trunk/epan/ftypes/Makefile.nmake
-   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-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-int.h
-   M /trunk/epan/ftypes/ftypes.c
-   M /trunk/epan/ftypes/ftypes.h
-   M /trunk/epan/gdebug.h
-   M /trunk/epan/inet_aton.c
-   M /trunk/epan/inet_aton.h
-   M /trunk/epan/inet_ntop.c
-   M /trunk/epan/inet_pton.c
-   M /trunk/epan/inet_v6defs.h
-   M /trunk/epan/int-64bit.c
-   M /trunk/epan/int-64bit.h
-   M /trunk/epan/ipv4.c
-   M /trunk/epan/ipv4.h
-   M /trunk/epan/ipv6-utils.h
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/nstime.h
-   M /trunk/epan/osi-utils.c
-   M /trunk/epan/osi-utils.h
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet.h
-   M /trunk/epan/packet_info.h
-   M /trunk/epan/pint.h
-   M /trunk/epan/plugins.c
-   M /trunk/epan/plugins.h
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/epan/report_err.h
-   M /trunk/epan/resolv.c
-   M /trunk/epan/resolv.h
-   M /trunk/epan/slab.h
-   M /trunk/epan/sna-utils.c
-   M /trunk/epan/sna-utils.h
-   M /trunk/epan/strutil.c
-   M /trunk/epan/strutil.h
-   M /trunk/epan/timestamp.c
-   M /trunk/epan/timestamp.h
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-   M /trunk/epan/tvbtest.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-   M /trunk/epan/value_string.c
-   M /trunk/epan/value_string.h
-   M /trunk/ethereal_be.py
-   M /trunk/ethereal_gen.py
-   M /trunk/etypes.h
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/filters.c
-   M /trunk/filters.h
-   M /trunk/follow.c
-   M /trunk/follow.h
-   M /trunk/format-oid.h
-   M /trunk/g711.c
-   M /trunk/g711.h
-   M /trunk/getopt.c
-   M /trunk/getopt.h
-   M /trunk/globals.h
-   M /trunk/greproto.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/STATUS.gtk2
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/about_dlg.h
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/capture_combo_utils.c
-   M /trunk/gtk/capture_combo_utils.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_dlg.h
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/capture_prefs.c
-   M /trunk/gtk/capture_prefs.h
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/color_dlg.h
-   M /trunk/gtk/color_filters.c
-   M /trunk/gtk/color_filters.h
-   M /trunk/gtk/color_utils.c
-   M /trunk/gtk/color_utils.h
-   M /trunk/gtk/colors.c
-   M /trunk/gtk/colors.h
-   M /trunk/gtk/column_prefs.c
-   M /trunk/gtk/column_prefs.h
-   M /trunk/gtk/compat_macros.h
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/decode_as_dlg.h
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/dfilter_expr_dlg.h
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/dlg_utils.h
-   M /trunk/gtk/doxygen.cfg.in
-   M /trunk/gtk/endpoint_talkers_eth.c
-   M /trunk/gtk/endpoint_talkers_fc.c
-   M /trunk/gtk/endpoint_talkers_fddi.c
-   M /trunk/gtk/endpoint_talkers_ip.c
-   M /trunk/gtk/endpoint_talkers_ipx.c
-   M /trunk/gtk/endpoint_talkers_table.c
-   M /trunk/gtk/endpoint_talkers_table.h
-   M /trunk/gtk/endpoint_talkers_tcpip.c
-   M /trunk/gtk/endpoint_talkers_tr.c
-   M /trunk/gtk/endpoint_talkers_udpip.c
-   M /trunk/gtk/ethclist.c
-   M /trunk/gtk/ethclist.h
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/file_dlg.h
-   M /trunk/gtk/filter_prefs.c
-   M /trunk/gtk/filter_prefs.h
-   M /trunk/gtk/find_dlg.c
-   M /trunk/gtk/find_dlg.h
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/follow_dlg.h
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/font_utils.h
-   M /trunk/gtk/goto_dlg.c
-   M /trunk/gtk/goto_dlg.h
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gsm_map_stat.h
-   M /trunk/gtk/gsm_map_summary.c
-   M /trunk/gtk/gtk_stat_util.c
-   M /trunk/gtk/gtk_stat_util.h
-   M /trunk/gtk/gtkglobals.h
-   M /trunk/gtk/gui_prefs.c
-   M /trunk/gtk/gui_prefs.h
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/help_dlg.h
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/hostlist_fddi.c
-   M /trunk/gtk/hostlist_ip.c
-   M /trunk/gtk/hostlist_ipx.c
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/hostlist_table.h
-   M /trunk/gtk/hostlist_tcpip.c
-   M /trunk/gtk/hostlist_tr.c
-   M /trunk/gtk/hostlist_udpip.c
-   M /trunk/gtk/http_stat.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/isprint.h
-   M /trunk/gtk/isup_stat.c
-   M /trunk/gtk/keys.h
-   M /trunk/gtk/layout_prefs.c
-   M /trunk/gtk/layout_prefs.h
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/main.h
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/menu.h
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_stat.h
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/nameres_prefs.c
-   M /trunk/gtk/nameres_prefs.h
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/packet_list.h
-   M /trunk/gtk/packet_win.c
-   M /trunk/gtk/packet_win.h
-   M /trunk/gtk/plugins_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/prefs_dlg.h
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/print_mswin.c
-   M /trunk/gtk/print_mswin.h
-   M /trunk/gtk/print_prefs.c
-   M /trunk/gtk/print_prefs.h
-   M /trunk/gtk/progress_dlg.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/proto_dlg.h
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_draw.h
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/proto_hier_stats_dlg.h
-   M /trunk/gtk/range_utils.c
-   M /trunk/gtk/range_utils.h
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/recent.h
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_analysis.h
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/rtp_stream.h
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/rtp_stream_dlg.h
-   M /trunk/gtk/sat.h
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/service_response_time_table.h
-   M /trunk/gtk/simple_dialog.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stream_prefs.c
-   M /trunk/gtk/stream_prefs.h
-   M /trunk/gtk/summary_dlg.c
-   M /trunk/gtk/summary_dlg.h
-   M /trunk/gtk/supported_protos_dlg.c
-   M /trunk/gtk/supported_protos_dlg.h
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/tap_dfilter_dlg.h
-   M /trunk/gtk/tap_menu.h
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/text_page.c
-   M /trunk/gtk/text_page.h
-   M /trunk/gtk/toolbar.c
-   M /trunk/gtk/toolbar.h
-   M /trunk/gtk/ui_util.c
-   M /trunk/gtk/ui_util.h
-   M /trunk/gtk/webbrowser.c
-   M /trunk/gtk/webbrowser.h
-   M /trunk/gtk/wsp_stat.c
-   M /trunk/h225-persistentdata.c
-   M /trunk/h225-persistentdata.h
-   M /trunk/help/Makefile.am
-   M /trunk/help/Makefile.nmake
-   M /trunk/help/capture_filters.txt
-   M /trunk/help/capturing.txt
-   M /trunk/help/display_filters.txt
-   M /trunk/help/faq.txt
-   M /trunk/help/getting_started.txt
-   M /trunk/help/overview.txt
-   M /trunk/help/toc
-   M /trunk/help/well_known.txt
-   M /trunk/iax2_codec_type.h
-   M /trunk/idl2eth.sh
-   M /trunk/image/Makefile.nmake
-   M /trunk/image/README.image
-   M /trunk/image/clist_ascend.xpm
-   M /trunk/image/clist_descend.xpm
-   M /trunk/image/dn_arrow.xpm
-   M /trunk/image/editcap.rc.in
-   M /trunk/image/eexcl3d64.xpm
-   M /trunk/image/eicon3d16.xpm
-   M /trunk/image/eicon3d32.xpm
-   M /trunk/image/eicon3d48.xpm
-   M /trunk/image/eicon3d64.xpm
-   M /trunk/image/ethereal.rc.in
-   M /trunk/image/icon-ethereal.xpm
-   M /trunk/image/icon-excl.xpm
-   M /trunk/image/icon_layout_1.xpm
-   M /trunk/image/icon_layout_2.xpm
-   M /trunk/image/icon_layout_3.xpm
-   M /trunk/image/icon_layout_4.xpm
-   M /trunk/image/icon_layout_5.xpm
-   M /trunk/image/icon_layout_6.xpm
-   M /trunk/image/libethereal.rc.in
-   M /trunk/image/mergecap.rc.in
-   M /trunk/image/stock_dialog_error_48.xpm
-   M /trunk/image/stock_dialog_info_48.xpm
-   M /trunk/image/stock_dialog_question_48.xpm
-   M /trunk/image/stock_dialog_warning_48.xpm
-   M /trunk/image/tethereal.rc.in
-   M /trunk/image/text2pcap.rc.in
-   M /trunk/image/toolbar/capture_24.xpm
-   M /trunk/image/toolbar/cfilter_24.xpm
-   M /trunk/image/toolbar/dfilter_24.xpm
-   M /trunk/image/toolbar/stock_add_24.xpm
-   M /trunk/image/toolbar/stock_bottom_24.xpm
-   M /trunk/image/toolbar/stock_close_24.xpm
-   M /trunk/image/toolbar/stock_colorselector_24.xpm
-   M /trunk/image/toolbar/stock_help_24.xpm
-   M /trunk/image/toolbar/stock_jump_to_24.xpm
-   M /trunk/image/toolbar/stock_left_arrow_24.xpm
-   M /trunk/image/toolbar/stock_ok_20.xpm
-   M /trunk/image/toolbar/stock_open_24.xpm
-   M /trunk/image/toolbar/stock_preferences_24.xpm
-   M /trunk/image/toolbar/stock_print_24.xpm
-   M /trunk/image/toolbar/stock_properties_24.xpm
-   M /trunk/image/toolbar/stock_refresh_24.xpm
-   M /trunk/image/toolbar/stock_right_arrow_24.xpm
-   M /trunk/image/toolbar/stock_save_24.xpm
-   M /trunk/image/toolbar/stock_save_as_24.xpm
-   M /trunk/image/toolbar/stock_search_24.xpm
-   M /trunk/image/toolbar/stock_stop_24.xpm
-   M /trunk/image/toolbar/stock_top_24.xpm
-   M /trunk/image/toolbar/stock_zoom_1_24.xpm
-   M /trunk/image/toolbar/stock_zoom_in_24.xpm
-   M /trunk/image/toolbar/stock_zoom_out_24.xpm
-   M /trunk/image/up_arrow.xpm
-   M /trunk/in_cksum.c
-   M /trunk/in_cksum.h
-   M /trunk/ip_opts.h
-   M /trunk/ipproto.c
-   M /trunk/ipproto.h
-   M /trunk/isprint.h
-   M /trunk/lapd_sapi.h
-   M /trunk/llcsaps.h
-   M /trunk/make-authors-short.pl
-   M /trunk/make-faq
-   M /trunk/make-manuf
-   M /trunk/make-reg-dotc
-   M /trunk/make-reg-dotc.py
-   M /trunk/make-tapreg-dotc
-   M /trunk/make-version.pl
-   M /trunk/manuf
-   M /trunk/manuf.tmpl
-   M /trunk/menu.h
-   M /trunk/merge.c
-   M /trunk/merge.h
-   M /trunk/mergecap.c
-   M /trunk/mkcap.c
-   M /trunk/mkstemp.c
-   M /trunk/mkstemp.h
-   M /trunk/mobileipv4.xml
-   M /trunk/nasreq.xml
-   M /trunk/ncp2222.py
-   M /trunk/nlpid.h
-   M /trunk/oui.h
-   M /trunk/packaging/Makefile.am
-   M /trunk/packaging/nsis/Makefile.am
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-   M /trunk/packaging/rpm/Makefile.am
-   M /trunk/packaging/rpm/SPECS/Makefile.am
-   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
-   M /trunk/packaging/svr4/Makefile.am
-   M /trunk/packaging/svr4/checkinstall.in
-   M /trunk/packaging/svr4/mkpkg
-   M /trunk/packaging/svr4/pkginfo.in
-   M /trunk/packet-3g-a11.c
-   M /trunk/packet-aarp.c
-   M /trunk/packet-acap.c
-   M /trunk/packet-acse.c
-   M /trunk/packet-acse.h
-   M /trunk/packet-afp.c
-   M /trunk/packet-afp.h
-   M /trunk/packet-afs-defs.h
-   M /trunk/packet-afs-macros.h
-   M /trunk/packet-afs-register-info.h
-   M /trunk/packet-afs.c
-   M /trunk/packet-afs.h
-   M /trunk/packet-aim-admin.c
-   M /trunk/packet-aim-adverts.c
-   M /trunk/packet-aim-bos.c
-   M /trunk/packet-aim-buddylist.c
-   M /trunk/packet-aim-chat.c
-   M /trunk/packet-aim-chatnav.c
-   M /trunk/packet-aim-directory.c
-   M /trunk/packet-aim-generic.c
-   M /trunk/packet-aim-icq.c
-   M /trunk/packet-aim-invitation.c
-   M /trunk/packet-aim-location.c
-   M /trunk/packet-aim-messaging.c
-   M /trunk/packet-aim-oft.c
-   M /trunk/packet-aim-popup.c
-   M /trunk/packet-aim-signon.c
-   M /trunk/packet-aim-ssi.c
-   M /trunk/packet-aim-stats.c
-   M /trunk/packet-aim-translate.c
-   M /trunk/packet-aim-userlookup.c
-   M /trunk/packet-aim.c
-   M /trunk/packet-aim.h
-   M /trunk/packet-ajp13.c
-   M /trunk/packet-alcap.c
-   M /trunk/packet-ans.c
-   M /trunk/packet-ansi_637.c
-   M /trunk/packet-ansi_683.c
-   M /trunk/packet-ansi_801.c
-   M /trunk/packet-ansi_a.c
-   M /trunk/packet-ansi_a.h
-   M /trunk/packet-ansi_map.c
-   M /trunk/packet-ansi_map.h
-   M /trunk/packet-aodv.c
-   M /trunk/packet-ap1394.c
-   M /trunk/packet-ap1394.h
-   M /trunk/packet-arcnet.c
-   M /trunk/packet-arcnet.h
-   M /trunk/packet-arp.c
-   M /trunk/packet-arp.h
-   M /trunk/packet-asap.c
-   M /trunk/packet-ascend.c
-   M /trunk/packet-asf.c
-   M /trunk/packet-atalk.c
-   M /trunk/packet-atalk.h
-   M /trunk/packet-atm.c
-   M /trunk/packet-atm.h
-   M /trunk/packet-auto_rp.c
-   M /trunk/packet-bacapp.c
-   M /trunk/packet-bacnet.c
-   M /trunk/packet-beep.c
-   M /trunk/packet-ber.c
-   M /trunk/packet-ber.h
-   M /trunk/packet-bfd.c
-   M /trunk/packet-bgp.c
-   M /trunk/packet-bgp.h
-   M /trunk/packet-bofl.c
-   M /trunk/packet-bootp.c
-   M /trunk/packet-bootparams.c
-   M /trunk/packet-bootparams.h
-   M /trunk/packet-bpdu.c
-   M /trunk/packet-brdwlk.c
-   M /trunk/packet-bssap.c
-   M /trunk/packet-bssap.h
-   M /trunk/packet-bssgp.c
-   M /trunk/packet-bvlc.c
-   M /trunk/packet-cast.c
-   M /trunk/packet-ccsds.c
-   M /trunk/packet-cdp.c
-   M /trunk/packet-cgmp.c
-   M /trunk/packet-chdlc.c
-   M /trunk/packet-chdlc.h
-   M /trunk/packet-cisco-oui.c
-   M /trunk/packet-clearcase.c
-   M /trunk/packet-clearcase.h
-   M /trunk/packet-clip.c
-   M /trunk/packet-clip.h
-   M /trunk/packet-clnp.c
-   M /trunk/packet-cops.c
-   M /trunk/packet-cosine.c
-   M /trunk/packet-cpfi.c
-   M /trunk/packet-cpha.c
-   M /trunk/packet-cups.c
-   M /trunk/packet-data.c
-   M /trunk/packet-data.h
-   M /trunk/packet-dccp.c
-   M /trunk/packet-dccp.h
-   M /trunk/packet-dcerpc-afs4int.c
-   M /trunk/packet-dcerpc-atsvc.c
-   M /trunk/packet-dcerpc-atsvc.h
-   M /trunk/packet-dcerpc-bossvr.c
-   M /trunk/packet-dcerpc-browser.c
-   M /trunk/packet-dcerpc-browser.h
-   M /trunk/packet-dcerpc-budb.c
-   M /trunk/packet-dcerpc-butc.c
-   M /trunk/packet-dcerpc-cds_clerkserver.c
-   M /trunk/packet-dcerpc-cds_solicit.c
-   M /trunk/packet-dcerpc-conv.c
-   M /trunk/packet-dcerpc-cprpc_server.c
-   M /trunk/packet-dcerpc-dce122.c
-   M /trunk/packet-dcerpc-dce122.h
-   M /trunk/packet-dcerpc-dcom.h
-   M /trunk/packet-dcerpc-dfs.c
-   M /trunk/packet-dcerpc-dfs.h
-   M /trunk/packet-dcerpc-dnsserver.c
-   M /trunk/packet-dcerpc-dnsserver.h
-   M /trunk/packet-dcerpc-drsuapi.c
-   M /trunk/packet-dcerpc-drsuapi.h
-   M /trunk/packet-dcerpc-dtsprovider.c
-   M /trunk/packet-dcerpc-dtsstime_req.c
-   M /trunk/packet-dcerpc-efs.c
-   M /trunk/packet-dcerpc-efs.h
-   M /trunk/packet-dcerpc-epm.c
-   M /trunk/packet-dcerpc-epm4.c
-   M /trunk/packet-dcerpc-eventlog.c
-   M /trunk/packet-dcerpc-eventlog.h
-   M /trunk/packet-dcerpc-fldb.c
-   M /trunk/packet-dcerpc-frsapi.c
-   M /trunk/packet-dcerpc-frsapi.h
-   M /trunk/packet-dcerpc-frsrpc.c
-   M /trunk/packet-dcerpc-frsrpc.h
-   M /trunk/packet-dcerpc-ftserver.c
-   M /trunk/packet-dcerpc-icl_rpc.c
-   M /trunk/packet-dcerpc-initshutdown.c
-   M /trunk/packet-dcerpc-initshutdown.h
-   M /trunk/packet-dcerpc-krb5rpc.c
-   M /trunk/packet-dcerpc-llb.c
-   M /trunk/packet-dcerpc-lsa-ds.c
-   M /trunk/packet-dcerpc-lsa.c
-   M /trunk/packet-dcerpc-lsa.h
-   M /trunk/packet-dcerpc-mapi.c
-   M /trunk/packet-dcerpc-mapi.h
-   M /trunk/packet-dcerpc-messenger.c
-   M /trunk/packet-dcerpc-mgmt.c
-   M /trunk/packet-dcerpc-ndr.c
-   M /trunk/packet-dcerpc-netlogon.c
-   M /trunk/packet-dcerpc-netlogon.h
-   M /trunk/packet-dcerpc-nspi.c
-   M /trunk/packet-dcerpc-nt.c
-   M /trunk/packet-dcerpc-nt.h
-   M /trunk/packet-dcerpc-oxid.c
-   M /trunk/packet-dcerpc-rdaclif.c
-   M /trunk/packet-dcerpc-reg.c
-   M /trunk/packet-dcerpc-reg.h
-   M /trunk/packet-dcerpc-remact.c
-   M /trunk/packet-dcerpc-rep_proc.c
-   M /trunk/packet-dcerpc-roverride.c
-   M /trunk/packet-dcerpc-rpriv.c
-   M /trunk/packet-dcerpc-rs_acct.c
-   M /trunk/packet-dcerpc-rs_attr.c
-   M /trunk/packet-dcerpc-rs_attr_schema.c
-   M /trunk/packet-dcerpc-rs_bind.c
-   M /trunk/packet-dcerpc-rs_misc.c
-   M /trunk/packet-dcerpc-rs_pgo.c
-   M /trunk/packet-dcerpc-rs_plcy.c
-   M /trunk/packet-dcerpc-rs_prop_acct.c
-   M /trunk/packet-dcerpc-rs_prop_acl.c
-   M /trunk/packet-dcerpc-rs_prop_attr.c
-   M /trunk/packet-dcerpc-rs_prop_pgo.c
-   M /trunk/packet-dcerpc-rs_prop_plcy.c
-   M /trunk/packet-dcerpc-rs_pwd_mgmt.c
-   M /trunk/packet-dcerpc-rs_repadm.c
-   M /trunk/packet-dcerpc-rs_replist.c
-   M /trunk/packet-dcerpc-rs_repmgr.c
-   M /trunk/packet-dcerpc-rs_unix.c
-   M /trunk/packet-dcerpc-rsec_login.c
-   M /trunk/packet-dcerpc-samr.c
-   M /trunk/packet-dcerpc-samr.h
-   M /trunk/packet-dcerpc-secidmap.c
-   M /trunk/packet-dcerpc-spoolss.c
-   M /trunk/packet-dcerpc-spoolss.h
-   M /trunk/packet-dcerpc-srvsvc.c
-   M /trunk/packet-dcerpc-srvsvc.h
-   M /trunk/packet-dcerpc-svcctl.c
-   M /trunk/packet-dcerpc-svcctl.h
-   M /trunk/packet-dcerpc-tapi.c
-   M /trunk/packet-dcerpc-tapi.h
-   M /trunk/packet-dcerpc-tkn4int.c
-   M /trunk/packet-dcerpc-trksvr.c
-   M /trunk/packet-dcerpc-ubikdisk.c
-   M /trunk/packet-dcerpc-ubikvote.c
-   M /trunk/packet-dcerpc-update.c
-   M /trunk/packet-dcerpc-wkssvc.c
-   M /trunk/packet-dcerpc-wkssvc.h
-   M /trunk/packet-dcerpc.c
-   M /trunk/packet-dcerpc.h
-   M /trunk/packet-dcm.c
-   M /trunk/packet-ddtp.c
-   M /trunk/packet-ddtp.h
-   M /trunk/packet-dec-bpdu.c
-   M /trunk/packet-dhcpv6.c
-   M /trunk/packet-diameter-defs.h
-   M /trunk/packet-diameter.c
-   M /trunk/packet-diffserv-mpls-common.c
-   M /trunk/packet-diffserv-mpls-common.h
-   M /trunk/packet-distcc.c
-   M /trunk/packet-dlsw.c
-   M /trunk/packet-dnp.c
-   M /trunk/packet-dns.c
-   M /trunk/packet-dns.h
-   M /trunk/packet-dsi.c
-   M /trunk/packet-dvmrp.c
-   M /trunk/packet-dvmrp.h
-   M /trunk/packet-e164.c
-   M /trunk/packet-e164.h
-   M /trunk/packet-eap.c
-   M /trunk/packet-eapol.c
-   M /trunk/packet-echo.c
-   M /trunk/packet-edonkey.c
-   M /trunk/packet-edonkey.h
-   M /trunk/packet-eigrp.c
-   M /trunk/packet-enc.c
-   M /trunk/packet-enip.c
-   M /trunk/packet-enrp.c
-   M /trunk/packet-esis.c
-   M /trunk/packet-esis.h
-   M /trunk/packet-eth.c
-   M /trunk/packet-eth.h
-   M /trunk/packet-etherip.c
-   M /trunk/packet-ethertype.c
-   M /trunk/packet-fc.c
-   M /trunk/packet-fc.h
-   M /trunk/packet-fcbls.h
-   M /trunk/packet-fcct.c
-   M /trunk/packet-fcct.h
-   M /trunk/packet-fcdns.c
-   M /trunk/packet-fcdns.h
-   M /trunk/packet-fcels.c
-   M /trunk/packet-fcels.h
-   M /trunk/packet-fcfcs.c
-   M /trunk/packet-fcfcs.h
-   M /trunk/packet-fcfzs.c
-   M /trunk/packet-fcfzs.h
-   M /trunk/packet-fcip.c
-   M /trunk/packet-fclctl.c
-   M /trunk/packet-fclctl.h
-   M /trunk/packet-fcp.c
-   M /trunk/packet-fcp.h
-   M /trunk/packet-fcsb3.c
-   M /trunk/packet-fcsb3.h
-   M /trunk/packet-fcsp.c
-   M /trunk/packet-fcsp.h
-   M /trunk/packet-fcswils.c
-   M /trunk/packet-fcswils.h
-   M /trunk/packet-fddi.c
-   M /trunk/packet-fddi.h
-   M /trunk/packet-fix.c
-   M /trunk/packet-fr.c
-   M /trunk/packet-frame.c
-   M /trunk/packet-frame.h
-   M /trunk/packet-ftam.c
-   M /trunk/packet-ftam.h
-   M /trunk/packet-ftp.c
-   M /trunk/packet-fw1.c
-   M /trunk/packet-gift.c
-   M /trunk/packet-giop.c
-   M /trunk/packet-giop.h
-   M /trunk/packet-gmrp.c
-   M /trunk/packet-gnutella.c
-   M /trunk/packet-gnutella.h
-   M /trunk/packet-gprs-llc.c
-   M /trunk/packet-gprs-ns.c
-   M /trunk/packet-gre.c
-   M /trunk/packet-gsm_a.c
-   M /trunk/packet-gsm_a.h
-   M /trunk/packet-gsm_map.c
-   M /trunk/packet-gsm_map.h
-   M /trunk/packet-gsm_sms.c
-   M /trunk/packet-gsm_sms.h
-   M /trunk/packet-gsm_sms_ud.c
-   M /trunk/packet-gsm_ss.c
-   M /trunk/packet-gsm_ss.h
-   M /trunk/packet-gssapi.c
-   M /trunk/packet-gssapi.h
-   M /trunk/packet-gtp.c
-   M /trunk/packet-gtp.h
-   M /trunk/packet-gvrp.c
-   M /trunk/packet-h1.c
-   M /trunk/packet-h225.c
-   M /trunk/packet-h225.h
-   M /trunk/packet-h235.c
-   M /trunk/packet-h235.h
-   M /trunk/packet-h245.c
-   M /trunk/packet-h245.h
-   M /trunk/packet-h261.c
-   M /trunk/packet-h263.c
-   M /trunk/packet-h450.c
-   M /trunk/packet-hclnfsd.c
-   M /trunk/packet-hclnfsd.h
-   M /trunk/packet-hpext.c
-   M /trunk/packet-hpext.h
-   M /trunk/packet-hsrp.c
-   M /trunk/packet-http.c
-   M /trunk/packet-http.h
-   M /trunk/packet-hyperscsi.c
-   M /trunk/packet-iapp.c
-   M /trunk/packet-iax2.c
-   M /trunk/packet-iax2.h
-   M /trunk/packet-ib.c
-   M /trunk/packet-icap.c
-   M /trunk/packet-icmpv6.c
-   M /trunk/packet-icp.c
-   M /trunk/packet-icq.c
-   M /trunk/packet-ieee80211.c
-   M /trunk/packet-ieee80211.h
-   M /trunk/packet-ieee8023.c
-   M /trunk/packet-ieee8023.h
-   M /trunk/packet-igap.c
-   M /trunk/packet-igap.h
-   M /trunk/packet-igmp.c
-   M /trunk/packet-igmp.h
-   M /trunk/packet-igrp.c
-   M /trunk/packet-image-gif.c
-   M /trunk/packet-image-jfif.c
-   M /trunk/packet-imap.c
-   M /trunk/packet-ip.c
-   M /trunk/packet-ip.h
-   M /trunk/packet-ipdc.c
-   M /trunk/packet-ipdc.h
-   M /trunk/packet-ipfc.c
-   M /trunk/packet-ipfc.h
-   M /trunk/packet-ipmi.c
-   M /trunk/packet-ipp.c
-   M /trunk/packet-ipsec-udp.c
-   M /trunk/packet-ipsec.c
-   M /trunk/packet-ipsec.h
-   M /trunk/packet-ipv6.c
-   M /trunk/packet-ipv6.h
-   M /trunk/packet-ipvs-syncd.c
-   M /trunk/packet-ipx.c
-   M /trunk/packet-ipx.h
-   M /trunk/packet-ipxwan.c
-   M /trunk/packet-irc.c
-   M /trunk/packet-isakmp.c
-   M /trunk/packet-iscsi.c
-   M /trunk/packet-isdn.c
-   M /trunk/packet-isis-clv.c
-   M /trunk/packet-isis-clv.h
-   M /trunk/packet-isis-hello.c
-   M /trunk/packet-isis-hello.h
-   M /trunk/packet-isis-lsp.c
-   M /trunk/packet-isis-lsp.h
-   M /trunk/packet-isis-snp.c
-   M /trunk/packet-isis-snp.h
-   M /trunk/packet-isis.c
-   M /trunk/packet-isis.h
-   M /trunk/packet-isl.c
-   M /trunk/packet-isl.h
-   M /trunk/packet-ismp.c
-   M /trunk/packet-isns.c
-   M /trunk/packet-isup.c
-   M /trunk/packet-isup.h
-   M /trunk/packet-iua.c
-   M /trunk/packet-jabber.c
-   M /trunk/packet-kadm5.c
-   M /trunk/packet-kerberos.c
-   M /trunk/packet-kerberos.h
-   M /trunk/packet-klm.c
-   M /trunk/packet-klm.h
-   M /trunk/packet-kpasswd.c
-   M /trunk/packet-l2tp.c
-   M /trunk/packet-lapb.c
-   M /trunk/packet-lapbether.c
-   M /trunk/packet-lapd.c
-   M /trunk/packet-laplink.c
-   M /trunk/packet-ldap.c
-   M /trunk/packet-ldap.h
-   M /trunk/packet-ldp.c
-   M /trunk/packet-ldp.h
-   M /trunk/packet-llc.c
-   M /trunk/packet-llc.h
-   M /trunk/packet-lmi.c
-   M /trunk/packet-lmp.c
-   M /trunk/packet-lpd.c
-   M /trunk/packet-lwapp.c
-   M /trunk/packet-m2pa.c
-   M /trunk/packet-m2tp.c
-   M /trunk/packet-m2ua.c
-   M /trunk/packet-m3ua.c
-   M /trunk/packet-mbtcp.c
-   M /trunk/packet-mdshdr.c
-   M /trunk/packet-media.c
-   M /trunk/packet-mip.c
-   M /trunk/packet-mip6.c
-   M /trunk/packet-mip6.h
-   M /trunk/packet-mmse.c
-   M /trunk/packet-mount.c
-   M /trunk/packet-mount.h
-   M /trunk/packet-mpeg1.c
-   M /trunk/packet-mpls-echo.c
-   M /trunk/packet-mpls.c
-   M /trunk/packet-mq-pcf.c
-   M /trunk/packet-mq.c
-   M /trunk/packet-mq.h
-   M /trunk/packet-mrdisc.c
-   M /trunk/packet-mrdisc.h
-   M /trunk/packet-msdp.c
-   M /trunk/packet-msn-messenger.c
-   M /trunk/packet-msnip.c
-   M /trunk/packet-msnip.h
-   M /trunk/packet-msproxy.c
-   M /trunk/packet-mtp2.c
-   M /trunk/packet-mtp3.c
-   M /trunk/packet-mtp3.h
-   M /trunk/packet-mtp3mg.c
-   M /trunk/packet-multipart.c
-   M /trunk/packet-mysql.c
-   M /trunk/packet-nbipx.c
-   M /trunk/packet-nbns.c
-   M /trunk/packet-ncp-int.h
-   M /trunk/packet-ncp-nmas.c
-   M /trunk/packet-ncp-nmas.h
-   M /trunk/packet-ncp.c
-   M /trunk/packet-ncp2222.inc
-   M /trunk/packet-ndmp.c
-   M /trunk/packet-ndps.c
-   M /trunk/packet-ndps.h
-   M /trunk/packet-netbios.c
-   M /trunk/packet-netbios.h
-   M /trunk/packet-netflow.c
-   M /trunk/packet-nfs.c
-   M /trunk/packet-nfs.h
-   M /trunk/packet-nfsacl.c
-   M /trunk/packet-nfsauth.c
-   M /trunk/packet-nisplus.c
-   M /trunk/packet-nisplus.h
-   M /trunk/packet-nlm.c
-   M /trunk/packet-nlm.h
-   M /trunk/packet-nlsp.c
-   M /trunk/packet-nntp.c
-   M /trunk/packet-nt-oui.c
-   M /trunk/packet-nt-sonmp.c
-   M /trunk/packet-nt-tpcp.c
-   M /trunk/packet-ntlmssp.c
-   M /trunk/packet-ntp.c
-   M /trunk/packet-ntp.h
-   M /trunk/packet-null.c
-   M /trunk/packet-null.h
-   M /trunk/packet-olsr.c
-   M /trunk/packet-osi-options.c
-   M /trunk/packet-osi-options.h
-   M /trunk/packet-osi.c
-   M /trunk/packet-osi.h
-   M /trunk/packet-ospf.c
-   M /trunk/packet-pcnfsd.c
-   M /trunk/packet-pcnfsd.h
-   M /trunk/packet-per.c
-   M /trunk/packet-per.h
-   M /trunk/packet-pflog.c
-   M /trunk/packet-pflog.h
-   M /trunk/packet-pgm.c
-   M /trunk/packet-pim.c
-   M /trunk/packet-pim.h
-   M /trunk/packet-pktc.c
-   M /trunk/packet-pktc.h
-   M /trunk/packet-pop.c
-   M /trunk/packet-portmap.c
-   M /trunk/packet-portmap.h
-   M /trunk/packet-postgresql.c
-   M /trunk/packet-ppp.c
-   M /trunk/packet-ppp.h
-   M /trunk/packet-pppoe.c
-   M /trunk/packet-pptp.c
-   M /trunk/packet-pres.c
-   M /trunk/packet-pres.h
-   M /trunk/packet-prism.c
-   M /trunk/packet-prism.h
-   M /trunk/packet-ptp.c
-   M /trunk/packet-q2931.c
-   M /trunk/packet-q931.c
-   M /trunk/packet-q931.h
-   M /trunk/packet-q933.c
-   M /trunk/packet-qllc.c
-   M /trunk/packet-quake.c
-   M /trunk/packet-quake2.c
-   M /trunk/packet-quake3.c
-   M /trunk/packet-quakeworld.c
-   M /trunk/packet-radiotap.c
-   M /trunk/packet-radiotap.h
-   M /trunk/packet-radius.c
-   M /trunk/packet-ranap.c
-   M /trunk/packet-raw.c
-   M /trunk/packet-raw.h
-   M /trunk/packet-rip.c
-   M /trunk/packet-ripng.c
-   M /trunk/packet-ripng.h
-   M /trunk/packet-rlogin.c
-   M /trunk/packet-rmcp.c
-   M /trunk/packet-rmi.c
-   M /trunk/packet-rmi.h
-   M /trunk/packet-rmp.c
-   M /trunk/packet-rpc.c
-   M /trunk/packet-rpc.h
-   M /trunk/packet-rpl.c
-   M /trunk/packet-rquota.c
-   M /trunk/packet-rquota.h
-   M /trunk/packet-rsh.c
-   M /trunk/packet-rstat.c
-   M /trunk/packet-rsvp.c
-   M /trunk/packet-rsvp.h
-   M /trunk/packet-rsync.c
-   M /trunk/packet-rtcp.c
-   M /trunk/packet-rtcp.h
-   M /trunk/packet-rtp-events.c
-   M /trunk/packet-rtp-events.h
-   M /trunk/packet-rtp.c
-   M /trunk/packet-rtp.h
-   M /trunk/packet-rtps.c
-   M /trunk/packet-rtps.h
-   M /trunk/packet-rtsp.c
-   M /trunk/packet-rwall.c
-   M /trunk/packet-rwall.h
-   M /trunk/packet-rx.c
-   M /trunk/packet-rx.h
-   M /trunk/packet-sadmind.c
-   M /trunk/packet-sap.c
-   M /trunk/packet-sccp.c
-   M /trunk/packet-sccpmg.c
-   M /trunk/packet-scsi.c
-   M /trunk/packet-scsi.h
-   M /trunk/packet-sctp.c
-   M /trunk/packet-sctp.h
-   M /trunk/packet-sdlc.c
-   M /trunk/packet-sdp.c
-   M /trunk/packet-sebek.c
-   M /trunk/packet-ses.c
-   M /trunk/packet-ses.h
-   M /trunk/packet-sflow.c
-   M /trunk/packet-sigcomp.c
-   M /trunk/packet-sip.c
-   M /trunk/packet-sip.h
-   M /trunk/packet-sipfrag.c
-   M /trunk/packet-skinny.c
-   M /trunk/packet-slimp3.c
-   M /trunk/packet-sll.c
-   M /trunk/packet-sll.h
-   M /trunk/packet-slowprotocols.c
-   M /trunk/packet-slsk.c
-   M /trunk/packet-smb-browse.c
-   M /trunk/packet-smb-browse.h
-   M /trunk/packet-smb-common.c
-   M /trunk/packet-smb-common.h
-   M /trunk/packet-smb-logon.c
-   M /trunk/packet-smb-mailslot.c
-   M /trunk/packet-smb-mailslot.h
-   M /trunk/packet-smb-pipe.c
-   M /trunk/packet-smb-pipe.h
-   M /trunk/packet-smb-sidsnooping.c
-   M /trunk/packet-smb-sidsnooping.h
-   M /trunk/packet-smb.c
-   M /trunk/packet-smpp.c
-   M /trunk/packet-smtp.c
-   M /trunk/packet-sna.c
-   M /trunk/packet-sna.h
-   M /trunk/packet-snaeth.c
-   M /trunk/packet-sndcp.c
-   M /trunk/packet-snmp.c
-   M /trunk/packet-snmp.h
-   M /trunk/packet-socks.c
-   M /trunk/packet-spnego.c
-   M /trunk/packet-spray.c
-   M /trunk/packet-spray.h
-   M /trunk/packet-srvloc.c
-   M /trunk/packet-sscop.c
-   M /trunk/packet-ssh.c
-   M /trunk/packet-ssl.c
-   M /trunk/packet-stat-notify.c
-   M /trunk/packet-stat-notify.h
-   M /trunk/packet-stat.c
-   M /trunk/packet-stat.h
-   M /trunk/packet-stun.c
-   M /trunk/packet-sua.c
-   M /trunk/packet-symantec.c
-   M /trunk/packet-syslog.c
-   M /trunk/packet-t38.c
-   M /trunk/packet-tacacs.c
-   M /trunk/packet-tacacs.h
-   M /trunk/packet-tcap.c
-   M /trunk/packet-tcap.h
-   M /trunk/packet-tcp.c
-   M /trunk/packet-tcp.h
-   M /trunk/packet-tds.c
-   M /trunk/packet-teimanagement.c
-   M /trunk/packet-telnet.c
-   M /trunk/packet-teredo.c
-   M /trunk/packet-text-media.c
-   M /trunk/packet-tftp.c
-   M /trunk/packet-time.c
-   M /trunk/packet-tns.c
-   M /trunk/packet-tns.h
-   M /trunk/packet-tpkt.c
-   M /trunk/packet-tpkt.h
-   M /trunk/packet-tr.c
-   M /trunk/packet-tr.h
-   M /trunk/packet-trmac.c
-   M /trunk/packet-tsp.c
-   M /trunk/packet-tuxedo.c
-   M /trunk/packet-tzsp.c
-   M /trunk/packet-ucp.c
-   M /trunk/packet-udp.c
-   M /trunk/packet-udp.h
-   M /trunk/packet-v120.c
-   M /trunk/packet-vines.c
-   M /trunk/packet-vines.h
-   M /trunk/packet-vj.c
-   M /trunk/packet-vlan.c
-   M /trunk/packet-vlan.h
-   M /trunk/packet-vrrp.c
-   M /trunk/packet-vtp.c
-   M /trunk/packet-wap.c
-   M /trunk/packet-wap.h
-   M /trunk/packet-wbxml.c
-   M /trunk/packet-wccp.c
-   M /trunk/packet-wccp.h
-   M /trunk/packet-wcp.c
-   M /trunk/packet-wfleet-hdlc.c
-   M /trunk/packet-who.c
-   M /trunk/packet-wlancap.c
-   M /trunk/packet-wlancap.h
-   M /trunk/packet-wsp.c
-   M /trunk/packet-wsp.h
-   M /trunk/packet-wtls.c
-   M /trunk/packet-wtls.h
-   M /trunk/packet-wtp.c
-   M /trunk/packet-wtp.h
-   M /trunk/packet-x11-keysym.h
-   M /trunk/packet-x11-keysymdef.h
-   M /trunk/packet-x11.c
-   M /trunk/packet-x25.c
-   M /trunk/packet-x29.c
-   M /trunk/packet-xdmcp.c
-   M /trunk/packet-xot.c
-   M /trunk/packet-xyplex.c
-   M /trunk/packet-yhoo.c
-   M /trunk/packet-ymsg.c
-   M /trunk/packet-ypbind.c
-   M /trunk/packet-ypbind.h
-   M /trunk/packet-yppasswd.c
-   M /trunk/packet-yppasswd.h
-   M /trunk/packet-ypserv.c
-   M /trunk/packet-ypserv.h
-   M /trunk/packet-ypxfr.c
-   M /trunk/packet-ypxfr.h
-   M /trunk/packet-zebra.c
-   M /trunk/pcap-util-int.h
-   M /trunk/pcap-util-unix.c
-   M /trunk/pcap-util.c
-   M /trunk/pcap-util.h
-   M /trunk/plugins/Makefile.am
-   M /trunk/plugins/Makefile.nmake
-   M /trunk/plugins/README.interface
-   M /trunk/plugins/Xass-list
-   M /trunk/plugins/Xplugin_api.c
-   M /trunk/plugins/Xplugin_api.h
-   M /trunk/plugins/Xplugin_api_decls.h
-   M /trunk/plugins/Xplugin_table.h
-   M /trunk/plugins/acn/AUTHORS
-   M /trunk/plugins/acn/COPYING
-   M /trunk/plugins/acn/ChangeLog
-   M /trunk/plugins/acn/INSTALL
-   M /trunk/plugins/acn/Makefile.am
-   M /trunk/plugins/acn/Makefile.nmake
-   M /trunk/plugins/acn/NEWS
-   M /trunk/plugins/acn/acn.h
-   M /trunk/plugins/acn/moduleinfo.h
-   M /trunk/plugins/acn/packet-acn.c
-   M /trunk/plugins/artnet/AUTHORS
-   M /trunk/plugins/artnet/COPYING
-   M /trunk/plugins/artnet/ChangeLog
-   M /trunk/plugins/artnet/INSTALL
-   M /trunk/plugins/artnet/Makefile.am
-   M /trunk/plugins/artnet/Makefile.nmake
-   M /trunk/plugins/artnet/NEWS
-   M /trunk/plugins/artnet/moduleinfo.h
-   M /trunk/plugins/artnet/packet-artnet.c
-   M /trunk/plugins/asn1/AUTHORS
-   M /trunk/plugins/asn1/COPYING
-   M /trunk/plugins/asn1/ChangeLog
-   M /trunk/plugins/asn1/INSTALL
-   M /trunk/plugins/asn1/Makefile.am
-   M /trunk/plugins/asn1/Makefile.nmake
-   M /trunk/plugins/asn1/NEWS
-   M /trunk/plugins/asn1/moduleinfo.h
-   M /trunk/plugins/asn1/packet-asn1.c
-   M /trunk/plugins/ciscosm/AUTHORS
-   M /trunk/plugins/ciscosm/COPYING
-   M /trunk/plugins/ciscosm/ChangeLog
-   M /trunk/plugins/ciscosm/INSTALL
-   M /trunk/plugins/ciscosm/Makefile.am
-   M /trunk/plugins/ciscosm/Makefile.nmake
-   M /trunk/plugins/ciscosm/NEWS
-   M /trunk/plugins/ciscosm/moduleinfo.h
-   M /trunk/plugins/ciscosm/packet-sm.c
-   M /trunk/plugins/docsis/AUTHORS
-   M /trunk/plugins/docsis/ChangeLog
-   M /trunk/plugins/docsis/INSTALL
-   M /trunk/plugins/docsis/Makefile.am
-   M /trunk/plugins/docsis/Makefile.nmake
-   M /trunk/plugins/docsis/NEWS
-   M /trunk/plugins/docsis/README
-   M /trunk/plugins/docsis/moduleinfo.h
-   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-docsis.c
-   M /trunk/plugins/docsis/packet-docsis.h
-   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-regack.c
-   M /trunk/plugins/docsis/packet-regreq.c
-   M /trunk/plugins/docsis/packet-regrsp.c
-   M /trunk/plugins/docsis/packet-rngreq.c
-   M /trunk/plugins/docsis/packet-rngrsp.c
-   M /trunk/plugins/docsis/packet-tlv.c
-   M /trunk/plugins/docsis/packet-tlv.h
-   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/enttec/AUTHORS
-   M /trunk/plugins/enttec/COPYING
-   M /trunk/plugins/enttec/ChangeLog
-   M /trunk/plugins/enttec/INSTALL
-   M /trunk/plugins/enttec/Makefile.am
-   M /trunk/plugins/enttec/Makefile.nmake
-   M /trunk/plugins/enttec/NEWS
-   M /trunk/plugins/enttec/moduleinfo.h
-   M /trunk/plugins/enttec/packet-enttec.c
-   M /trunk/plugins/giop/AUTHORS
-   M /trunk/plugins/giop/COPYING
-   M /trunk/plugins/giop/ChangeLog
-   M /trunk/plugins/giop/INSTALL
-   M /trunk/plugins/giop/Makefile.am
-   M /trunk/plugins/giop/Makefile.nmake
-   M /trunk/plugins/giop/NEWS
-   M /trunk/plugins/giop/README
-   M /trunk/plugins/giop/moduleinfo.h
-   M /trunk/plugins/giop/packet-coseventcomm.c
-   M /trunk/plugins/giop/packet-cosnaming.c
-   M /trunk/plugins/gryphon/AUTHORS
-   M /trunk/plugins/gryphon/COPYING
-   M /trunk/plugins/gryphon/ChangeLog
-   M /trunk/plugins/gryphon/INSTALL
-   M /trunk/plugins/gryphon/Makefile.am
-   M /trunk/plugins/gryphon/Makefile.nmake
-   M /trunk/plugins/gryphon/NEWS
-   M /trunk/plugins/gryphon/README
-   M /trunk/plugins/gryphon/moduleinfo.h
-   M /trunk/plugins/gryphon/packet-gryphon.c
-   M /trunk/plugins/gryphon/packet-gryphon.h
-   M /trunk/plugins/gryphon/stamp-h.in
-   M /trunk/plugins/irda/Makefile.am
-   M /trunk/plugins/irda/Makefile.nmake
-   M /trunk/plugins/irda/irda-appl.h
-   M /trunk/plugins/irda/moduleinfo.h
-   M /trunk/plugins/irda/packet-ircomm.c
-   M /trunk/plugins/irda/packet-irda.c
-   M /trunk/plugins/irda/packet-sir.c
-   M /trunk/plugins/lwres/AUTHORS
-   M /trunk/plugins/lwres/Makefile.am
-   M /trunk/plugins/lwres/Makefile.nmake
-   M /trunk/plugins/lwres/moduleinfo.h
-   M /trunk/plugins/lwres/packet-lwres.c
-   M /trunk/plugins/megaco/AUTHORS
-   M /trunk/plugins/megaco/COPYING
-   M /trunk/plugins/megaco/ChangeLog
-   M /trunk/plugins/megaco/INSTALL
-   M /trunk/plugins/megaco/Makefile.am
-   M /trunk/plugins/megaco/Makefile.nmake
-   M /trunk/plugins/megaco/NEWS
-   M /trunk/plugins/megaco/moduleinfo.h
-   M /trunk/plugins/megaco/packet-megaco.c
-   M /trunk/plugins/mgcp/AUTHORS
-   M /trunk/plugins/mgcp/COPYING
-   M /trunk/plugins/mgcp/ChangeLog
-   M /trunk/plugins/mgcp/INSTALL
-   M /trunk/plugins/mgcp/Makefile.am
-   M /trunk/plugins/mgcp/Makefile.nmake
-   M /trunk/plugins/mgcp/NEWS
-   M /trunk/plugins/mgcp/moduleinfo.h
-   M /trunk/plugins/mgcp/packet-mgcp.c
-   M /trunk/plugins/mgcp/packet-mgcp.h
-   M /trunk/plugins/pcli/AUTHORS
-   M /trunk/plugins/pcli/COPYING
-   M /trunk/plugins/pcli/ChangeLog
-   M /trunk/plugins/pcli/INSTALL
-   M /trunk/plugins/pcli/Makefile.am
-   M /trunk/plugins/pcli/Makefile.nmake
-   M /trunk/plugins/pcli/NEWS
-   M /trunk/plugins/pcli/moduleinfo.h
-   M /trunk/plugins/pcli/packet-pcli.c
-   M /trunk/plugins/plugin_api.c
-   M /trunk/plugins/plugin_api.h
-   M /trunk/plugins/plugin_api_decls.h
-   M /trunk/plugins/plugin_api_defs.h
-   M /trunk/plugins/plugin_api_list.c
-   M /trunk/plugins/plugin_gen.py
-   M /trunk/plugins/plugin_table.h
-   M /trunk/plugins/rdm/AUTHORS
-   M /trunk/plugins/rdm/COPYING
-   M /trunk/plugins/rdm/Makefile.am
-   M /trunk/plugins/rdm/Makefile.nmake
-   M /trunk/plugins/rdm/moduleinfo.h
-   M /trunk/plugins/rdm/packet-rdm.c
-   M /trunk/plugins/rlm/AUTHORS
-   M /trunk/plugins/rlm/COPYING
-   M /trunk/plugins/rlm/ChangeLog
-   M /trunk/plugins/rlm/INSTALL
-   M /trunk/plugins/rlm/Makefile.am
-   M /trunk/plugins/rlm/Makefile.nmake
-   M /trunk/plugins/rlm/NEWS
-   M /trunk/plugins/rlm/moduleinfo.h
-   M /trunk/plugins/rlm/packet-rlm.c
-   M /trunk/plugins/rtnet/AUTHORS
-   M /trunk/plugins/rtnet/COPYING
-   M /trunk/plugins/rtnet/Makefile.am
-   M /trunk/plugins/rtnet/Makefile.nmake
-   M /trunk/plugins/rtnet/moduleinfo.h
-   M /trunk/plugins/rtnet/packet-rtnet.c
-   M /trunk/plugins/rudp/AUTHORS
-   M /trunk/plugins/rudp/COPYING
-   M /trunk/plugins/rudp/ChangeLog
-   M /trunk/plugins/rudp/INSTALL
-   M /trunk/plugins/rudp/Makefile.am
-   M /trunk/plugins/rudp/Makefile.nmake
-   M /trunk/plugins/rudp/NEWS
-   M /trunk/plugins/rudp/moduleinfo.h
-   M /trunk/plugins/rudp/packet-rudp.c
-   M /trunk/plugins/v5ua/AUTHORS
-   M /trunk/plugins/v5ua/COPYING
-   M /trunk/plugins/v5ua/ChangeLog
-   M /trunk/plugins/v5ua/Makefile.am
-   M /trunk/plugins/v5ua/Makefile.nmake
-   M /trunk/plugins/v5ua/moduleinfo.h
-   M /trunk/plugins/v5ua/packet-v5ua.c
-   M /trunk/ppptypes.h
-   M /trunk/prefs-int.h
-   M /trunk/prefs.c
-   M /trunk/prefs.h
-   M /trunk/print.c
-   M /trunk/print.h
-   M /trunk/print.ps
-   M /trunk/process-x11-fields.pl
-   M /trunk/progress_dlg.h
-   M /trunk/proto_hier_stats.c
-   M /trunk/proto_hier_stats.h
-   M /trunk/ps.h
-   M /trunk/ptvcursor.c
-   M /trunk/ptvcursor.h
-   M /trunk/randpkt.c
-   M /trunk/range.c
-   M /trunk/range.h
-   M /trunk/rdps.c
-   M /trunk/reassemble.c
-   M /trunk/reassemble.h
-   M /trunk/register.h
-   M /trunk/req_resp_hdrs.c
-   M /trunk/req_resp_hdrs.h
-   M /trunk/ringbuffer.c
-   M /trunk/ringbuffer.h
-   M /trunk/rpc_defrag.h
-   M /trunk/rtp_pt.h
-   M /trunk/sctpppids.h
-   M /trunk/simple_dialog.h
-   M /trunk/smb.h
-   M /trunk/snprintf-imp.h
-   M /trunk/snprintf.c
-   M /trunk/snprintf.h
-   M /trunk/statusbar.h
-   M /trunk/strcasecmp.c
-   M /trunk/strerror.c
-   M /trunk/strerror.h
-   M /trunk/strncasecmp.c
-   M /trunk/strptime.c
-   M /trunk/strptime.h
-   M /trunk/summary.c
-   M /trunk/summary.h
-   M /trunk/sunping.xml
-   M /trunk/t35.c
-   M /trunk/t35.h
-   M /trunk/tap-ansi_astat.c
-   M /trunk/tap-bootpstat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-gsm_astat.c
-   M /trunk/tap-h225counter.c
-   M /trunk/tap-h225rassrt.c
-   M /trunk/tap-httpstat.c
-   M /trunk/tap-iostat.c
-   M /trunk/tap-iousers.c
-   M /trunk/tap-mgcpstat.c
-   M /trunk/tap-protocolinfo.c
-   M /trunk/tap-protohierstat.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tap.c
-   M /trunk/tap.h
-   M /trunk/tap_dfilter_dlg.h
-   M /trunk/tethereal.c
-   M /trunk/text2pcap-scanner.l
-   M /trunk/text2pcap.c
-   M /trunk/text2pcap.h
-   M /trunk/timestats.c
-   M /trunk/timestats.h
-   M /trunk/tools/EtherealXML.py
-   M /trunk/tools/Makefile.am
-   M /trunk/tools/Makefile.nmake
-   M /trunk/tools/asn2eth.py
-   M /trunk/tools/cvsdiff-fix.py
-   M /trunk/tools/dfilter-test.py
-   M /trunk/tools/lemon/Makefile.am
-   M /trunk/tools/lemon/Makefile.nmake
-   M /trunk/tools/lemon/README
-   M /trunk/tools/lemon/cppmagic.h
-   M /trunk/tools/lemon/lemon.c
-   M /trunk/tools/lemon/lemon.html
-   M /trunk/tools/lemon/lemonflex-head.inc
-   M /trunk/tools/lemon/lemonflex-tail.inc
-   M /trunk/tools/lemon/lempar.c
-   M /trunk/tools/lex.py
-   M /trunk/tools/msnchat
-   M /trunk/tools/pkt-from-core.py
-   M /trunk/tools/win32-setup.sh
-   M /trunk/tools/yacc.py
-   M /trunk/ui_util.h
-   M /trunk/util.c
-   M /trunk/util.h
-   M /trunk/version_info.c
-   M /trunk/version_info.h
-   M /trunk/wiretap/5views.c
-   M /trunk/wiretap/5views.h
-   M /trunk/wiretap/AUTHORS
-   M /trunk/wiretap/COPYING
-   M /trunk/wiretap/ChangeLog
-   M /trunk/wiretap/INSTALL
-   M /trunk/wiretap/Makefile.am
-   M /trunk/wiretap/Makefile.nmake
-   M /trunk/wiretap/NEWS
-   M /trunk/wiretap/README
-   M /trunk/wiretap/README.developer
-   M /trunk/wiretap/acinclude.m4
-   M /trunk/wiretap/airopeek9.c
-   M /trunk/wiretap/airopeek9.h
-   M /trunk/wiretap/ascend-grammar.y
-   M /trunk/wiretap/ascend-int.h
-   M /trunk/wiretap/ascend-scanner.l
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/ascend.h
-   M /trunk/wiretap/atm.c
-   M /trunk/wiretap/atm.h
-   M /trunk/wiretap/buffer.c
-   M /trunk/wiretap/buffer.h
-   M /trunk/wiretap/config.h.win32
-   M /trunk/wiretap/configure.in
-   M /trunk/wiretap/cosine.c
-   M /trunk/wiretap/cosine.h
-   M /trunk/wiretap/csids.c
-   M /trunk/wiretap/csids.h
-   M /trunk/wiretap/dbs-etherwatch.c
-   M /trunk/wiretap/dbs-etherwatch.h
-   M /trunk/wiretap/erf.c
-   M /trunk/wiretap/erf.h
-   M /trunk/wiretap/etherpeek.c
-   M /trunk/wiretap/etherpeek.h
-   M /trunk/wiretap/eyesdn.c
-   M /trunk/wiretap/eyesdn.h
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/file_wrappers.c
-   M /trunk/wiretap/file_wrappers.h
-   M /trunk/wiretap/hcidump.c
-   M /trunk/wiretap/hcidump.h
-   M /trunk/wiretap/i4b_trace.h
-   M /trunk/wiretap/i4btrace.c
-   M /trunk/wiretap/i4btrace.h
-   M /trunk/wiretap/iptrace.c
-   M /trunk/wiretap/iptrace.h
-   M /trunk/wiretap/lanalyzer.c
-   M /trunk/wiretap/lanalyzer.h
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/libpcap.h
-   M /trunk/wiretap/netmon.c
-   M /trunk/wiretap/netmon.h
-   M /trunk/wiretap/nettl.c
-   M /trunk/wiretap/nettl.h
-   M /trunk/wiretap/network_instruments.c
-   M /trunk/wiretap/network_instruments.h
-   M /trunk/wiretap/netxray.c
-   M /trunk/wiretap/netxray.h
-   M /trunk/wiretap/ngsniffer.c
-   M /trunk/wiretap/ngsniffer.h
-   M /trunk/wiretap/pppdump.c
-   M /trunk/wiretap/pppdump.h
-   M /trunk/wiretap/radcom.c
-   M /trunk/wiretap/radcom.h
-   M /trunk/wiretap/snoop.c
-   M /trunk/wiretap/snoop.h
-   M /trunk/wiretap/toshiba.c
-   M /trunk/wiretap/toshiba.h
-   M /trunk/wiretap/visual.c
-   M /trunk/wiretap/visual.h
-   M /trunk/wiretap/vms.c
-   M /trunk/wiretap/vms.h
-   M /trunk/wiretap/wtap-capture.h
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.def
-   M /trunk/wiretap/wtap.h
-   M /trunk/wka.tmpl
-   M /trunk/x11-fields
-   M /trunk/x264_prt_id.h
-   M /trunk/xdlc.c
-   M /trunk/xdlc.h
-   M /trunk/xmlstub.c
-   M /trunk/xmlstub.h
 
-Set the svn:eol-style property on all text files to "native", so that
-they have LF at the end of the line on UN*X and CR/LF on Windows;
-hopefully this means that if a CR/LF version is checked in on Windows,
-the CRs will be stripped so that they show up only when checked out on
-Windows, not on UN*X.
+Fix a typo.
+------------------------------------------------------------------------
+r29056 | tuexen | 2009-07-10 13:00:54 -0700 (Fri, 10 Jul 2009) | 3 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r11399 | ulfl | 2004-07-17 15:34:41 -0500 (Sat, 17 Jul 2004) | 1 line
+r29057 | tuexen | 2009-07-10 13:03:25 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
+
+Fix the two other nits reported by Jaap.
 
-Be kind and say "Please note" instead of simply "Note" when something went wrong while uninstalling :-)
 ------------------------------------------------------------------------
-r11398 | gerald | 2004-07-17 15:30:22 -0500 (Sat, 17 Jul 2004) | 3 lines
+r29058 | tuexen | 2009-07-10 13:07:57 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h235/h235.cnf
-   M /trunk/asn1/h235/packet-h235-template.c
-   M /trunk/asn1/h235/packet-h235-template.h
-   M /trunk/doc/Makefile.am
-   M /trunk/doc/Makefile.nmake
-   M /trunk/doc/README.capture
-   M /trunk/doc/README.design
-   M /trunk/doc/README.developer
-   M /trunk/doc/README.idl2eth
-   M /trunk/doc/README.plugins
-   M /trunk/doc/README.regression
-   M /trunk/doc/README.tapping
-   M /trunk/doc/README.tvbuff
-   M /trunk/doc/README.xml-output
-   M /trunk/doc/dfilter2pod.pl
-   M /trunk/doc/eproto2sgml
-   M /trunk/doc/randpkt.txt
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/README
-   M /trunk/epan/addr_and_mask.c
-   M /trunk/epan/addr_and_mask.h
-   M /trunk/epan/atalk-utils.c
-   M /trunk/epan/atalk-utils.h
-   M /trunk/epan/bitswap.c
-   M /trunk/epan/bitswap.h
-   M /trunk/epan/circuit.c
-   M /trunk/epan/circuit.h
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column-utils.h
-   M /trunk/epan/column_info.h
-   M /trunk/epan/conversation.c
-   M /trunk/epan/conversation.h
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/epan/dfilter/Makefile.nmake
-   M /trunk/epan/dfilter/README.dfilter
-   M /trunk/epan/dfilter/dfilter-int.h
-   M /trunk/epan/dfilter/dfilter.c
-   M /trunk/epan/dfilter/dfilter.h
-   M /trunk/epan/dfilter/dfvm.c
-   M /trunk/epan/dfilter/dfvm.h
-   M /trunk/epan/dfilter/drange.c
-   M /trunk/epan/dfilter/drange.h
-   M /trunk/epan/dfilter/gencode.c
-   M /trunk/epan/dfilter/glib-util.c
-   M /trunk/epan/dfilter/glib-util.h
-   M /trunk/epan/dfilter/grammar.lemon
-   M /trunk/epan/dfilter/scanner.l
-   M /trunk/epan/dfilter/semcheck.c
-   M /trunk/epan/dfilter/semcheck.h
-   M /trunk/epan/dfilter/sttype-integer.c
-   M /trunk/epan/dfilter/sttype-pointer.c
-   M /trunk/epan/dfilter/sttype-range.c
-   M /trunk/epan/dfilter/sttype-range.h
-   M /trunk/epan/dfilter/sttype-string.c
-   M /trunk/epan/dfilter/sttype-test.c
-   M /trunk/epan/dfilter/sttype-test.h
-   M /trunk/epan/dfilter/syntax-tree.c
-   M /trunk/epan/dfilter/syntax-tree.h
-   M /trunk/epan/epan.c
-   M /trunk/epan/epan.h
-   M /trunk/epan/epan_dissect.h
-   M /trunk/epan/except.c
-   M /trunk/epan/except.h
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/filesystem.h
-   M /trunk/epan/frame_data.c
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
+
+Fix last issue reported by Jaap.
+
+------------------------------------------------------------------------
+r29059 | wmeier | 2009-07-10 13:35:34 -0700 (Fri, 10 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
+
+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
+------------------------------------------------------------------------
+r29061 | gerald | 2009-07-10 16:39:23 -0700 (Fri, 10 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
+
+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.
+
+------------------------------------------------------------------------
+r29062 | etxrab | 2009-07-11 01:38:41 -0700 (Sat, 11 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
+
+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
+------------------------------------------------------------------------
+r29064 | wmeier | 2009-07-11 08:36:18 -0700 (Sat, 11 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-paltalk.c
+
+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.
+------------------------------------------------------------------------
+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/ftypes/Makefile.am
+   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
+
+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.
+
+------------------------------------------------------------------------
+r29067 | wmeier | 2009-07-12 06:41:36 -0700 (Sun, 12 Jul 2009) | 3 lines
+Changed paths:
+   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....
+
+------------------------------------------------------------------------
+r29068 | wmeier | 2009-07-12 07:13:01 -0700 (Sun, 12 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Fix a typo
+
+------------------------------------------------------------------------
+r29069 | jake | 2009-07-12 08:03:05 -0700 (Sun, 12 Jul 2009) | 5 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29070 | gerald | 2009-07-12 08:03:33 -0700 (Sun, 12 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-07-12]
+------------------------------------------------------------------------
+r29073 | etxrab | 2009-07-12 09:34:20 -0700 (Sun, 12 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+Add a forgotten piece of code...
+------------------------------------------------------------------------
+r29074 | etxrab | 2009-07-12 12:08:55 -0700 (Sun, 12 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtmpt.c
+
+Make iCommand a guint8.
+------------------------------------------------------------------------
+r29075 | etxrab | 2009-07-12 12:38:55 -0700 (Sun, 12 Jul 2009) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29076 | sfisher | 2009-07-12 22:27:25 -0700 (Sun, 12 Jul 2009) | 6 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+
+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.
+
+
+------------------------------------------------------------------------
+r29077 | etxrab | 2009-07-13 01:35:30 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
+
+APDU incorrectly dissected(BSSLAP Protocol Not Decoded In BSSMAP-LE Messages).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3711
+------------------------------------------------------------------------
+r29078 | martinm | 2009-07-13 03:55:53 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Remove calls to check_col(), and stop giving '{' a line of its own.
+
+------------------------------------------------------------------------
+r29079 | martinm | 2009-07-13 04:23:40 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-pdcp-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
+
+Remove calls to check_col().
+
+------------------------------------------------------------------------
+r29080 | wmeier | 2009-07-13 07:29:13 -0700 (Mon, 13 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/doc/tshark.pod
+
+Add additional indentation to -z <statistics> swction to improve readability.
+Various other minor reformatting and rewording.
+
+------------------------------------------------------------------------
+r29081 | wmeier | 2009-07-13 07:54:47 -0700 (Mon, 13 Jul 2009) | 5 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29082 | etxrab | 2009-07-13 10:33:14 -0700 (Mon, 13 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hci_h4.c
+
+From  Kovarththanan Rajaratnam:
+hci_h4: Optimize column/field handling
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3703
+------------------------------------------------------------------------
+r29083 | etxrab | 2009-07-13 10:40:31 -0700 (Mon, 13 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
+
+From Chris Costa:
+SMB2 Error Response doesn't decode properly.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3609
+------------------------------------------------------------------------
+r29084 | guy | 2009-07-13 10:43:44 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hci_h4.c
+
+Note what the "Unknown" value is.
+
+------------------------------------------------------------------------
+r29085 | gerald | 2009-07-13 11:54:24 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Squelch a couple of Valgrind warnings. This should fix bug 3700.
+
+------------------------------------------------------------------------
+r29086 | gerald | 2009-07-13 13:12:53 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+Check to see if tvb_child_uncompress returns NULL. Fixes bug 3705.
+
+------------------------------------------------------------------------
+r29087 | jake | 2009-07-13 15:29:59 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-llc.c
+
+Fix for bug 3710:
+Use the derived length of the control field i.s.o. assuming its size.
+------------------------------------------------------------------------
+r29088 | jake | 2009-07-13 15:46:32 -0700 (Mon, 13 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/doc/tshark.pod
+
+From Reinhard Speyerer:
+The description of tshark -t dd is missing from tshark.pod.
+
+------------------------------------------------------------------------
+r29089 | guy | 2009-07-13 16:35:26 -0700 (Mon, 13 Jul 2009) | 6 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29090 | stig | 2009-07-14 02:33:54 -0700 (Tue, 14 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
+
+Header field cleanup.
+
+------------------------------------------------------------------------
+r29091 | etxrab | 2009-07-14 05:41:11 -0700 (Tue, 14 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+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.
+
+------------------------------------------------------------------------
+r29093 | etxrab | 2009-07-14 10:15:03 -0700 (Tue, 14 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/wimaxasncp/dictionary.xml
+
+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.
+
+------------------------------------------------------------------------
+r29095 | gerald | 2009-07-14 12:13:14 -0700 (Tue, 14 Jul 2009) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ziop.c
+
+From Alvaro Vega Garcia via bug 3652:
+
+Patch with some improvements for packet ziop dissector following patch
+about MIOP dissector submitted by Kovarththanan Rajaratnam.
+
+From me:
+
+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.
+
+------------------------------------------------------------------------
+r29096 | etxrab | 2009-07-14 13:49:34 -0700 (Tue, 14 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-v52.c
+   M /trunk/epan/dissectors/packet-v5ua.c
+
+From     Vladimir Smrekar :
+v5.2-User Adaptation Layer and V5.2 Interface.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3732
+
+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
+
+------------------------------------------------------------------------
+r29098 | gerald | 2009-07-14 16:09:59 -0700 (Tue, 14 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afs.c
+
+Remove an unused define.
+
+------------------------------------------------------------------------
+r29100 | stig | 2009-07-15 01:56:12 -0700 (Wed, 15 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+From Kovarththanan Rajaratnam:
+Add "text" abbrev + tighten FT_FRAMENUM checks.
+
+------------------------------------------------------------------------
+r29103 | stig | 2009-07-15 12:33:48 -0700 (Wed, 15 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-enip.c
+
+Indent some comments.
+
+------------------------------------------------------------------------
+r29104 | etxrab | 2009-07-15 13:55:31 -0700 (Wed, 15 Jul 2009) | 1 line
+Changed paths:
+   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/ftypes/ftype-bytes.c
-   M /trunk/epan/ftypes/ftype-double.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-int.h
-   M /trunk/epan/ftypes/ftypes.c
-   M /trunk/epan/ftypes/ftypes.h
-   M /trunk/epan/gdebug.h
-   M /trunk/epan/inet_aton.h
-   M /trunk/epan/inet_ntop.c
-   M /trunk/epan/inet_pton.c
-   M /trunk/epan/inet_v6defs.h
-   M /trunk/epan/int-64bit.c
-   M /trunk/epan/int-64bit.h
-   M /trunk/epan/ipv4.c
-   M /trunk/epan/ipv4.h
-   M /trunk/epan/ipv6-utils.h
+   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
+
+Add /MP flag to make use of multi cores.
+------------------------------------------------------------------------
+r29105 | guy | 2009-07-15 14:30:37 -0700 (Wed, 15 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ziop.c
+
+Get rid of C++-style comment (and anglicize it).
+
+------------------------------------------------------------------------
+r29109 | gerald | 2009-07-15 15:51:01 -0700 (Wed, 15 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-v52.c
+
+Make sure we advance our offset during a while loop. This should fix recent
+fuzz errors.
+
+------------------------------------------------------------------------
+r29111 | gerald | 2009-07-15 16:16:10 -0700 (Wed, 15 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-v52.c
+
+Add a modeline blurb. Minor indentation fix.
+
+------------------------------------------------------------------------
+r29114 | etxrab | 2009-07-16 01:27:18 -0700 (Thu, 16 Jul 2009) | 2 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29115 | stig | 2009-07-16 03:45:14 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   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 via bug 3739:
+New DLT value is added for Fibre Channel FC2.
+
+------------------------------------------------------------------------
+r29116 | morriss | 2009-07-16 05:39:50 -0700 (Thu, 16 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+/MP also works with 2008EE
+------------------------------------------------------------------------
+r29118 | gerald | 2009-07-16 10:00:58 -0700 (Thu, 16 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
+
+Don't crash if we happen to load a bad MIB file.
+
+------------------------------------------------------------------------
+r29121 | jake | 2009-07-16 12:57:15 -0700 (Thu, 16 Jul 2009) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipsec.c
+
+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).
+------------------------------------------------------------------------
+r29122 | gerald | 2009-07-16 13:52:36 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/packet.c
+
+Zero out the packet_info struct for each packet instead of trying to
+initialize everything by hand. Fixes a Valgrind warning.
+
+------------------------------------------------------------------------
+r29123 | gerald | 2009-07-16 14:03:39 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Make sure some variables are initialized so that Valgrind quits
+complaining.  Use se_memdup to copy memory.
+
+------------------------------------------------------------------------
+r29124 | etxrab | 2009-07-16 14:09:18 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29125 | etxrab | 2009-07-16 14:27:56 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29126 | gerald | 2009-07-16 14:35:54 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to an
+se_alloced struct.
+
+------------------------------------------------------------------------
+r29127 | gerald | 2009-07-16 15:24:31 -0700 (Thu, 16 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nfs.c
+
+Initialize a variable and remove a check_col.
+
+------------------------------------------------------------------------
+r29128 | gerald | 2009-07-16 15:25:06 -0700 (Thu, 16 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
+
+Check for an overflow. This should hopefully fix bug 3672.
+
+------------------------------------------------------------------------
+r29129 | jake | 2009-07-16 23:49:58 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   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
+
+From Robert Hogan:
+I'm working on a tn3270 dissector. 
+See: http://roberthogan.net/stuff/tn3270-dissector/
+------------------------------------------------------------------------
+r29130 | etxrab | 2009-07-17 01:24:06 -0700 (Fri, 17 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/to_str.c
+
+From   Kovarththanan Rajaratnam:
+Optimize column fill path.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3701
+------------------------------------------------------------------------
+r29131 | etxrab | 2009-07-17 06:42:46 -0700 (Fri, 17 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+make it possible to retreive the record with packet_list_get_value().
+------------------------------------------------------------------------
+r29132 | wmeier | 2009-07-17 07:25:56 -0700 (Fri, 17 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tn3270.c
+
+Minor changes: Move protocol_register & etc to end; 
+Use find_dissector instead of create_dissector_handle.
+
+------------------------------------------------------------------------
+r29133 | gerald | 2009-07-17 08:59:24 -0700 (Fri, 17 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/to_str.c
+
+Fix an ep buffer overrun introduced in r29130.
+
+------------------------------------------------------------------------
+r29134 | wmeier | 2009-07-17 12:41:34 -0700 (Fri, 17 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tn3270.c
+
+From Robert Hogan: "no need to register tn3270 for 'decode-as'".
+
+------------------------------------------------------------------------
+r29135 | gerald | 2009-07-17 15:59:59 -0700 (Fri, 17 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/main_airpcap_toolbar.c
+
+Set the extension channel correctly. Fixup whitespace.
+
+------------------------------------------------------------------------
+r29137 | stig | 2009-07-18 13:10:14 -0700 (Sat, 18 Jul 2009) | 8 lines
+Changed paths:
+   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
+
+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.
+
+------------------------------------------------------------------------
+r29138 | gerald | 2009-07-19 08:03:36 -0700 (Sun, 19 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-07-19]
+------------------------------------------------------------------------
+r29142 | sfisher | 2009-07-19 23:21:35 -0700 (Sun, 19 Jul 2009) | 8 lines
+Changed paths:
+   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.
+
+
+------------------------------------------------------------------------
+r29143 | etxrab | 2009-07-20 02:06:47 -0700 (Mon, 20 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Avoid a crash if no color filter exists (SCTP trace).
+------------------------------------------------------------------------
+r29144 | etxrab | 2009-07-20 04:33:02 -0700 (Mon, 20 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Redraw the list when color filters are enabled/disabled.
+------------------------------------------------------------------------
+r29145 | stig | 2009-07-20 04:42:28 -0700 (Mon, 20 Jul 2009) | 8 lines
+Changed paths:
+   M /trunk/gtk/prefs_column.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.
+
+------------------------------------------------------------------------
+r29146 | stig | 2009-07-20 05:40:55 -0700 (Mon, 20 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/to_str.c
+
+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')
+
+------------------------------------------------------------------------
+r29147 | etxrab | 2009-07-20 09:09:50 -0700 (Mon, 20 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+Implement new_packet_list_find_row_from_data()
+Goto frame should work now.
+------------------------------------------------------------------------
+r29149 | etxrab | 2009-07-20 23:02:12 -0700 (Mon, 20 Jul 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29150 | etxrab | 2009-07-20 23:08:45 -0700 (Mon, 20 Jul 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29151 | etxrab | 2009-07-20 23:20:47 -0700 (Mon, 20 Jul 2009) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+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
+
+- 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
+------------------------------------------------------------------------
+r29152 | guy | 2009-07-21 00:28:47 -0700 (Tue, 21 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Don't use tvb_length_remaining() - that just reports how much captured
+data is available, not how big the packet really is.
+
+Clean up white space.
+
+Get rid of an unused parameter and two unused variables.
+
+------------------------------------------------------------------------
+r29153 | guy | 2009-07-21 00:44:04 -0700 (Tue, 21 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Fix typo.
+
+------------------------------------------------------------------------
+r29154 | martinm | 2009-07-21 00:59:16 -0700 (Tue, 21 Jul 2009) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Stop using the C++ 'true' and 'false'.
+
+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.
+
+
+------------------------------------------------------------------------
+r29155 | stig | 2009-07-21 01:07:40 -0700 (Tue, 21 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Initialize bacapp_invoke_id to avoid a compiler warning.
+
+------------------------------------------------------------------------
+r29156 | etxrab | 2009-07-21 01:35:24 -0700 (Tue, 21 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+size_t -> int to make the Win64 build bot happy.
+------------------------------------------------------------------------
+r29157 | guy | 2009-07-21 01:53:39 -0700 (Tue, 21 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+GLib documentation says the 3rd and 5th arguments to g_iconv are "gsize
+*"s.
+
+------------------------------------------------------------------------
+r29158 | guy | 2009-07-21 02:05:16 -0700 (Tue, 21 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+More gsizery.
+
+------------------------------------------------------------------------
+r29159 | stig | 2009-07-21 09:48:16 -0700 (Tue, 21 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+
+From didier gautheron via bug 3762:
+This patch removes col_expr in frame_data structure,
+it can be recomputed when needed.
+
+------------------------------------------------------------------------
+r29160 | stig | 2009-07-21 15:09:31 -0700 (Tue, 21 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Cummulative number of packets lost is a signed 24 bits value.
+This fixes bug 3763.
+
+Cleanup some proto_tree_add_uint() -> proto_tree_add_item().
+
+------------------------------------------------------------------------
+r29161 | stig | 2009-07-21 15:23:34 -0700 (Tue, 21 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+Another try to fix the compiler warnings on win64.
+
+------------------------------------------------------------------------
+r29162 | sfisher | 2009-07-21 22:02:24 -0700 (Tue, 21 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+
+Change some g_malloc() calls to g_new() to make the code easier to read.
+
+
+------------------------------------------------------------------------
+r29163 | etxrab | 2009-07-21 23:00:53 -0700 (Tue, 21 Jul 2009) | 1 line
+Changed paths:
+   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()
+------------------------------------------------------------------------
+r29165 | etxrab | 2009-07-22 01:11:50 -0700 (Wed, 22 Jul 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+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)
+------------------------------------------------------------------------
+r29167 | martinm | 2009-07-22 06:21:15 -0700 (Wed, 22 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Improve/expand checks on reserved bit values.
+
+------------------------------------------------------------------------
+r29168 | etxrab | 2009-07-22 08:23:08 -0700 (Wed, 22 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+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.
+------------------------------------------------------------------------
+r29169 | etxrab | 2009-07-22 10:35:28 -0700 (Wed, 22 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+From kovarththanan Rajaratnam:
+Pass column_info as a pointer (new packet list).
+------------------------------------------------------------------------
+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
+
+Get rid of check_col() in some of the more frequently used dissectors.
+------------------------------------------------------------------------
+r29171 | gerald | 2009-07-22 16:59:15 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29172 | etxrab | 2009-07-22 22:32:31 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29173 | etxrab | 2009-07-22 22:38:34 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29174 | etxrab | 2009-07-22 22:48:39 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29175 | etxrab | 2009-07-23 00:57:32 -0700 (Thu, 23 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+
+Try to get the #includes right.
+------------------------------------------------------------------------
+r29176 | etxrab | 2009-07-23 01:53:13 -0700 (Thu, 23 Jul 2009) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29177 | etxrab | 2009-07-23 01:56:09 -0700 (Thu, 23 Jul 2009) | 5 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29178 | guy | 2009-07-23 02:32:58 -0700 (Thu, 23 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+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.
+
+------------------------------------------------------------------------
+r29179 | martinm | 2009-07-23 04:19:05 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dfilter/dfilter.h
+
+From Kovarththanan Rajaratnam: avoid circular dependency.
+
+------------------------------------------------------------------------
+r29180 | wmeier | 2009-07-23 10:46:09 -0700 (Thu, 23 Jul 2009) | 3 lines
+Changed paths:
+   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;
+
+------------------------------------------------------------------------
+r29181 | guy | 2009-07-23 11:36:25 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+Saved by removing the bell.
+
+------------------------------------------------------------------------
+r29182 | etxrab | 2009-07-23 13:36:16 -0700 (Thu, 23 Jul 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29183 | wmeier | 2009-07-23 13:52:54 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
+
+Fix emacs editor modeline to be a 'safe" value.
+
+------------------------------------------------------------------------
+r29184 | wmeier | 2009-07-23 13:53:44 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
+
+Fix some whitespace ....
+
+------------------------------------------------------------------------
+r29185 | wmeier | 2009-07-23 14:25:02 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-atalk.c
+
+Use consistent indentation ...
+
+------------------------------------------------------------------------
+r29186 | etxrab | 2009-07-24 01:10:33 -0700 (Fri, 24 Jul 2009) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29187 | etxrab | 2009-07-24 06:50:57 -0700 (Fri, 24 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/cfile.h
+   M /trunk/file.c
+
+Use g_slice if glib >=2.10
+------------------------------------------------------------------------
+r29188 | etxrab | 2009-07-24 14:25:21 -0700 (Fri, 24 Jul 2009) | 3 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29189 | sfisher | 2009-07-24 20:23:37 -0700 (Fri, 24 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+
+Update my e-mail address with a reference to the AUTHORS file
+
+
+------------------------------------------------------------------------
+r29190 | etxrab | 2009-07-25 00:50:53 -0700 (Sat, 25 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+From Kovarththanan Rajaratnam:
+New packet list: enable goto first/last packet (Optimized)
+------------------------------------------------------------------------
+r29191 | etxrab | 2009-07-25 02:45:35 -0700 (Sat, 25 Jul 2009) | 2 lines
+Changed paths:
+   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
+
+From Kovarththanan Rajaratnam:
+packet_goto_next_previous_frame
+------------------------------------------------------------------------
+r29192 | etxrab | 2009-07-25 03:40:10 -0700 (Sat, 25 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/ui_util.h
+
+From Kovarththanan Rajaratnam:
+Include needed header (unbreak OSX buildbot)
+------------------------------------------------------------------------
+r29193 | sfisher | 2009-07-25 13:13:46 -0700 (Sat, 25 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+
+
+Remove two unused variables and mark a function paramter as unused
+
+
+------------------------------------------------------------------------
+r29194 | guy | 2009-07-25 17:32:22 -0700 (Sat, 25 Jul 2009) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29195 | etxrab | 2009-07-26 03:34:07 -0700 (Sun, 26 Jul 2009) | 2 lines
+Changed paths:
+   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:
+Only clear packet list store if we need to redissect.
+------------------------------------------------------------------------
+r29196 | gerald | 2009-07-26 08:03:27 -0700 (Sun, 26 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-07-26]
+------------------------------------------------------------------------
+r29199 | etxrab | 2009-07-26 15:11:46 -0700 (Sun, 26 Jul 2009) | 11 lines
+Changed paths:
+   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
+
+From Kovarththanan Rajaratnam:
+- Don't issue a row_inserted signal. Rely on our caller to have  
+disconnected the model from the view.
+
+-  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.
+------------------------------------------------------------------------
+r29200 | etxrab | 2009-07-26 15:16:36 -0700 (Sun, 26 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+"Create" the time cols when we render them making change of time format fast.
+------------------------------------------------------------------------
+r29201 | etxrab | 2009-07-26 15:18:11 -0700 (Sun, 26 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Revert change by mistake.
+------------------------------------------------------------------------
+r29202 | etxrab | 2009-07-26 20:34:57 -0700 (Sun, 26 Jul 2009) | 2 lines
+Changed paths:
+   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 .
+------------------------------------------------------------------------
+r29203 | etxrab | 2009-07-27 01:33:26 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   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
+
+From Kovarththanan Rajaratnam:
+Only fill in frame_data vals when needed.
+------------------------------------------------------------------------
+r29204 | etxrab | 2009-07-27 06:08:17 -0700 (Mon, 27 Jul 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29205 | wmeier | 2009-07-27 06:59:53 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+
+reassemble.h: update two comments; reassemble.c: correct a typo.
+
+------------------------------------------------------------------------
+r29206 | wmeier | 2009-07-27 07:45:25 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
+
+Move proto_reg_handoff to the end ...
+
+------------------------------------------------------------------------
+r29207 | etxrab | 2009-07-27 07:47:12 -0700 (Mon, 27 Jul 2009) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-v52.c
+
+From Vladimir Smrekar:
+
+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
+
+Me prefix hf vars with hf_v52_
+------------------------------------------------------------------------
+r29208 | wmeier | 2009-07-27 14:59:01 -0700 (Mon, 27 Jul 2009) | 14 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29209 | wmeier | 2009-07-27 16:16:29 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+Add Chris Costa to AUTHORS
+
+------------------------------------------------------------------------
+r29210 | sahlberg | 2009-07-28 00:18:05 -0700 (Tue, 28 Jul 2009) | 9 lines
+Changed paths:
+   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
+
+Add a few additional LDAP OIDs
+and increase the maximum SASL blob size to be 1M instead of 256kb
+
+
+
+------------------------------------------------------------------------
+r29211 | etxrab | 2009-07-28 02:26:18 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.h
+
+Whitespace change.
+------------------------------------------------------------------------
+r29212 | etxrab | 2009-07-28 03:53:57 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29213 | sahlberg | 2009-07-28 06:01:41 -0700 (Tue, 28 Jul 2009) | 15 lines
+Changed paths:
+   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
+
+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)
+
+
+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.
+
+
+
+------------------------------------------------------------------------
+r29214 | sahlberg | 2009-07-28 06:38:46 -0700 (Tue, 28 Jul 2009) | 3 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/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
+
+
+------------------------------------------------------------------------
+r29215 | sahlberg | 2009-07-28 06:39:42 -0700 (Tue, 28 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+
+regenerate SAMR using the new version of pidl
+
+
+------------------------------------------------------------------------
+r29216 | sahlberg | 2009-07-28 06:50:22 -0700 (Tue, 28 Jul 2009) | 4 lines
+Changed paths:
+   A /trunk/epan/dissectors/pidl/frstrans.cnf
+   A /trunk/epan/dissectors/pidl/frstrans.idl
+
+From Stefan Metzmacher :
+Add IDL file for FRSTRANS
+
+
+------------------------------------------------------------------------
+r29217 | sahlberg | 2009-07-28 06:53:10 -0700 (Tue, 28 Jul 2009) | 4 lines
+Changed paths:
+   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
+
+
+------------------------------------------------------------------------
+r29218 | etxrab | 2009-07-28 07:07:15 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+Fix setting of timestamp_precision.
+------------------------------------------------------------------------
+r29219 | sahlberg | 2009-07-28 07:11:08 -0700 (Tue, 28 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-frstrans.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/pidl/samr.idl
+
+update samr.idl and remove a keyword we no longer support in pidl
+
+regenerate samr and frstrans with the new version of pidl
+
+
+------------------------------------------------------------------------
+r29220 | etxrab | 2009-07-28 09:20:05 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+
+Set reftime without recreating the packet list.
+------------------------------------------------------------------------
+r29221 | gerald | 2009-07-28 10:27:59 -0700 (Tue, 28 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/test/config.sh
+
+Update the adapter name check to match the buildbot.
+
+------------------------------------------------------------------------
+r29222 | etxrab | 2009-07-28 11:29:15 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29224 | wmeier | 2009-07-28 13:56:36 -0700 (Tue, 28 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/recent.c
+
+Clarify (slightly) some comments;
+Add a comment as to what looks like incorrect code.
+
+------------------------------------------------------------------------
+r29225 | etxrab | 2009-07-28 15:18:19 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Make mark frame work.
+------------------------------------------------------------------------
+r29226 | jake | 2009-07-29 00:10:02 -0700 (Wed, 29 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Support for DLV RR (RFC 4431) and SHA-256 Digest for DS RR (RFC 4509).
+
+------------------------------------------------------------------------
+r29227 | kukosa | 2009-07-29 02:13:03 -0700 (Wed, 29 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Support for IPv6 addresses in URI
+------------------------------------------------------------------------
+r29228 | sahlberg | 2009-07-29 03:01:14 -0700 (Wed, 29 Jul 2009) | 18 lines
+Changed paths:
+   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
+
+Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 
+its own crypt-aes.
+
+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
+
+
+
+
+
+------------------------------------------------------------------------
+r29229 | sahlberg | 2009-07-29 03:28:10 -0700 (Wed, 29 Jul 2009) | 8 lines
+Changed paths:
+   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)
+
+
+
+------------------------------------------------------------------------
+r29230 | sahlberg | 2009-07-29 03:41:24 -0700 (Wed, 29 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
+
+Fixup the correct names of the parameters for OpenEventLogW
+
+
+------------------------------------------------------------------------
+r29231 | sahlberg | 2009-07-29 03:59:31 -0700 (Wed, 29 Jul 2009) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
+
+start describing ReportEventW in the IDL and make use of the "bitmap" 
+for EventTypes.
+
+This addresses also bug 3552 with the until now unusued code.
+
+
+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.
+
+
+
+
+------------------------------------------------------------------------
+r29232 | sahlberg | 2009-07-29 04:29:53 -0700 (Wed, 29 Jul 2009) | 4 lines
+Changed paths:
+   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
+
+zigbee cluster dissector,
+modified from entry in bug 3765 so it compiles cleanly
+
+
+------------------------------------------------------------------------
+r29233 | stig | 2009-07-29 08:31:25 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Mark an unused argument.
+
+------------------------------------------------------------------------
+r29234 | jake | 2009-07-29 11:26:55 -0700 (Wed, 29 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+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.
+
+------------------------------------------------------------------------
+r29236 | wmeier | 2009-07-29 13:24:10 -0700 (Wed, 29 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndmp.c
+
+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)
+
+------------------------------------------------------------------------
+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
+
+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?
+------------------------------------------------------------------------
+r29238 | etxrab | 2009-07-29 14:32:49 -0700 (Wed, 29 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/packet_list_store.c
+
+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.
+------------------------------------------------------------------------
+r29239 | wmeier | 2009-07-29 15:33:08 -0700 (Wed, 29 Jul 2009) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+
+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...
+- ...
+
+------------------------------------------------------------------------
+r29240 | wmeier | 2009-07-29 15:54:28 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+
+Function dissect_zcl_attr_data_type() unused: comment it out
+
+------------------------------------------------------------------------
+r29241 | wmeier | 2009-07-29 16:18:34 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+Fix a typo
+
+------------------------------------------------------------------------
+r29242 | gerald | 2009-07-29 17:40:32 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_683.c
+
+Remove some unused variables.
+
+------------------------------------------------------------------------
+r29243 | gerald | 2009-07-30 09:17:46 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   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
+
+Remove some unused variable assignments.
+
+------------------------------------------------------------------------
+r29244 | martinm | 2009-07-30 09:53:33 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Show backoff indicator value in subheader tree root.
+
+------------------------------------------------------------------------
+r29245 | gerald | 2009-07-30 10:22:00 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
+
+Remove a couple of unused variables.
+
+------------------------------------------------------------------------
+r29246 | gerald | 2009-07-30 10:54:58 -0700 (Thu, 30 Jul 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/except.c
+   M /trunk/epan/except.h
+
+From Kovarththanan Rajaratnam via bug 3506:
+
+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.
+
+------------------------------------------------------------------------
+r29247 | etxrab | 2009-07-30 14:11:26 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From   swapnil:
+Packet-gtpv2.c dissector extended to support more IE's.
+------------------------------------------------------------------------
+r29248 | guy | 2009-07-30 14:40:22 -0700 (Thu, 30 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+Fix warnings:
+
+       the behavior of x = x++ is undefined by the ANSI C standard -
+       they obviously just meant x++;
+
+       get rid of unused variables.
+
+------------------------------------------------------------------------
+r29249 | gerald | 2009-07-30 16:47:36 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   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
+
+Remove more unused variables.
+
+------------------------------------------------------------------------
+r29250 | jake | 2009-07-30 23:51:27 -0700 (Thu, 30 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+NAPTR RR (RFC 3403) replacement MUST be a fully qualified domain-name.
+
+------------------------------------------------------------------------
+r29251 | sfisher | 2009-07-31 00:02:02 -0700 (Fri, 31 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/gtk/gui_utils.c
+
+
+Include packet_info.h before ui_utils.h since we just started passing a
+packet_info structure to one of the functions.
+
+
+------------------------------------------------------------------------
+r29252 | jake | 2009-07-31 00:05:43 -0700 (Fri, 31 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Add support for SSHFP RR (RFC 4255).
+
+------------------------------------------------------------------------
+r29253 | gerald | 2009-07-31 09:37:53 -0700 (Fri, 31 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy via bug 3797:
+
+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
+
+------------------------------------------------------------------------
+r29254 | gerald | 2009-07-31 12:19:25 -0700 (Fri, 31 Jul 2009) | 14 lines
+Changed paths:
+   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)
+
+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.
+
+------------------------------------------------------------------------
+r29255 | guy | 2009-07-31 13:13:53 -0700 (Fri, 31 Jul 2009) | 4 lines
+Changed paths:
+   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).
+
+------------------------------------------------------------------------
+r29256 | gerald | 2009-07-31 15:16:29 -0700 (Fri, 31 Jul 2009) | 10 lines
+Changed paths:
+   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
+
+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.
+
+------------------------------------------------------------------------
+r29257 | guy | 2009-07-31 16:38:02 -0700 (Fri, 31 Jul 2009) | 3 lines
+Changed paths:
+   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?).
+
+------------------------------------------------------------------------
+r29258 | martinm | 2009-08-01 02:52:12 -0700 (Sat, 01 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Remember Msg3 bytes and compare with Msg4 Contention Resolution bodies.
+
+------------------------------------------------------------------------
+r29259 | jake | 2009-08-02 05:11:38 -0700 (Sun, 02 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Fix for bug 3800:
+Correctly track the size of Feedback Control Information in Payload specific RTCP feedback packet.
+
+------------------------------------------------------------------------
+r29260 | jake | 2009-08-02 05:53:14 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-zrtp.c
+
+Add additional cypher types.
+
+------------------------------------------------------------------------
+r29261 | wmeier | 2009-08-02 05:58:57 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb-hid.c
+
+Remove unneeded #include <epan/emem.h>; fix some indentation.
+
+------------------------------------------------------------------------
+r29262 | gerald | 2009-08-02 08:03:29 -0700 (Sun, 02 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-02]
+------------------------------------------------------------------------
+r29265 | wmeier | 2009-08-02 12:09:36 -0700 (Sun, 02 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.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.
+
+------------------------------------------------------------------------
+r29266 | wmeier | 2009-08-02 12:17:09 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-uma.c
+
+Change default range from 1401,1401 to 1401 so that the port isn't double-registered.
+
+------------------------------------------------------------------------
+r29267 | wmeier | 2009-08-02 12:20:20 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-stun.c
+
+packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not register for same.
+
+------------------------------------------------------------------------
+r29268 | wmeier | 2009-08-02 12:54:33 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-simulcrypt.c
+
+Do dissector_add() only if port non-zero; register dissector for "decode-as".
+
+------------------------------------------------------------------------
+r29269 | stig | 2009-08-03 01:05:44 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb-hid.c
+
+Handle usb_hid_item_usage_vals as range_string.
+
+------------------------------------------------------------------------
+r29270 | stig | 2009-08-03 02:58:14 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Added missing packet-usb-hid.h
+
+------------------------------------------------------------------------
+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
+
+(Trivial) Fix two typos.
+
+------------------------------------------------------------------------
+r29272 | wmeier | 2009-08-03 08:18:44 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mip6.c
+
+Do find_dissector_table() in proto_reg_handoff().
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r29274 | wmeier | 2009-08-03 09:21:55 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpcap.c
+
+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,
+
+------------------------------------------------------------------------
+r29276 | wmeier | 2009-08-03 11:06:36 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/packet.c
+
+Remove 1 commented-out #include inadvertantly committed.
+
+------------------------------------------------------------------------
+r29277 | jake | 2009-08-03 11:23:04 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Support for Host Identity Protocol (HIP) Domain Name System (DNS) Extension.
+------------------------------------------------------------------------
+r29278 | gerald | 2009-08-03 12:50:35 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Add a null pointer check. Remove some unused variables.
+
+------------------------------------------------------------------------
+r29279 | guy | 2009-08-03 14:07:08 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+Thou shalt terminate thy value_string arrays with {0, NULL}.
+
+------------------------------------------------------------------------
+r29280 | jake | 2009-08-03 14:12:41 -0700 (Mon, 03 Aug 2009) | 3 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29281 | guy | 2009-08-03 14:17:30 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Clean up indentation somewhat.
+
+------------------------------------------------------------------------
+r29282 | wmeier | 2009-08-03 15:09:08 -0700 (Mon, 03 Aug 2009) | 9 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29283 | wmeier | 2009-08-03 15:38:43 -0700 (Mon, 03 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/plugins/wimax/packet-wmx.c
+
+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.
+
+------------------------------------------------------------------------
+r29284 | wmeier | 2009-08-03 16:18:59 -0700 (Mon, 03 Aug 2009) | 5 lines
+Changed paths:
+   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;
+
+------------------------------------------------------------------------
+r29285 | gerald | 2009-08-03 16:49:05 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/compare_stat.c
+   M /trunk/plugins/asn1/packet-asn1.c
+
+Add some null checks.
+
+------------------------------------------------------------------------
+r29286 | gerald | 2009-08-03 16:50:55 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+Remove a couple of unused variables.
+
+------------------------------------------------------------------------
+r29287 | gerald | 2009-08-03 16:51:13 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+
+Rework an assignment to keep static analyzers from complaining.
+
+------------------------------------------------------------------------
+r29288 | gerald | 2009-08-03 17:35:30 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/make-version.pl
+
+Don't exit with an error if we can't find the svn executable.
+
+------------------------------------------------------------------------
+r29289 | jmayer | 2009-08-04 00:50:49 -0700 (Tue, 04 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.h
+
+Warning fix: comma at end of enum
+------------------------------------------------------------------------
+r29290 | martinm | 2009-08-04 03:41:08 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rlc-lte.c
+
+Show number of predefined bytes in info column.
+
+------------------------------------------------------------------------
+r29291 | gerald | 2009-08-04 10:59:48 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pop.c
+
+Miscellaneous cleanups.
+
+------------------------------------------------------------------------
+r29292 | guy | 2009-08-04 11:39:43 -0700 (Tue, 04 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pop.c
+
+Clean up white space a bit - use 2-space indenting.
+
+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.
+
+------------------------------------------------------------------------
+r29293 | wmeier | 2009-08-04 11:46:51 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-rsl.c
+
+Remove duplicate entry from ett[]
+
+------------------------------------------------------------------------
+r29294 | wmeier | 2009-08-04 11:48:45 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   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
+
+Init ett_... variables to -1
+
+------------------------------------------------------------------------
+r29295 | wmeier | 2009-08-04 11:52:01 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
+
+Initialize several ett_... variables to -1
+
+------------------------------------------------------------------------
+r29296 | wmeier | 2009-08-04 12:01:34 -0700 (Tue, 04 Aug 2009) | 7 lines
+Changed paths:
+   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
+
+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.
+
+------------------------------------------------------------------------
+r29297 | wmeier | 2009-08-04 12:29:42 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-chdlc.c
+
+Fix benign double subtree registration of an ett_... variable.
+
+------------------------------------------------------------------------
+r29298 | jake | 2009-08-04 14:05:38 -0700 (Tue, 04 Aug 2009) | 1 line
+Changed paths:
+   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
+
+Optimize empty strings to NULL pointers.
+------------------------------------------------------------------------
+r29299 | guy | 2009-08-04 16:14:40 -0700 (Tue, 04 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/plugins/wimax/msg_dsa.c
+   M /trunk/plugins/wimax/msg_dsc.c
+   M /trunk/plugins/wimax/msg_dsd.c
+
+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.
+
+------------------------------------------------------------------------
+r29300 | guy | 2009-08-04 17:13:38 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimax/msg_dsc.c
+
+Fix typo.
+
+------------------------------------------------------------------------
+r29301 | gerald | 2009-08-04 17:36:27 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+
+Add a couple of pointer checks.
+
+------------------------------------------------------------------------
+r29302 | jake | 2009-08-05 00:33:44 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix for bug 3806:
+Add presentation of Block Ack Bitmap.
+
+------------------------------------------------------------------------
+r29303 | martinm | 2009-08-05 01:02:12 -0700 (Wed, 05 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Show power headroom report inside its own subtree.
+
+------------------------------------------------------------------------
+r29304 | gerald | 2009-08-05 08:39:29 -0700 (Wed, 05 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/wlan_stat_dlg.c
+   M /trunk/tap-iostat.c
+
+Squelch a couple of Clang Static Analyzer warnings.
+
+------------------------------------------------------------------------
+r29305 | jake | 2009-08-05 11:17:18 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Add support for Support for DHCID RR (RFC 4701).
+
+------------------------------------------------------------------------
+r29306 | jake | 2009-08-05 11:21:52 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wbxml.c
+
+Fix for bug 3811:
+Add missing shorthand application/vnd.ms-sync besides application/vnd.ms-sync.wbxml.
+
+------------------------------------------------------------------------
+r29307 | jake | 2009-08-05 11:42:45 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   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".
+------------------------------------------------------------------------
+r29308 | gerald | 2009-08-05 12:03:48 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-p_mul.c
+
+Convert a GString to an ep_strbuf_t (and squelch a static analysis
+warning in the process). Remove an unused variable.
+
+------------------------------------------------------------------------
+r29309 | wmeier | 2009-08-06 09:06:11 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Register ett[] subtree array only once.
+
+------------------------------------------------------------------------
+r29310 | wmeier | 2009-08-06 09:10:29 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+
+Register ett[] subtree array only once.
+
+------------------------------------------------------------------------
+r29311 | wmeier | 2009-08-06 09:13:31 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Remove inadvertantly committed comments re issue yet to be fixed ...
+
+------------------------------------------------------------------------
+r29312 | wmeier | 2009-08-06 11:44:38 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Prevent possible (benign ?) array references with an array index of -1.
+
+------------------------------------------------------------------------
+r29313 | gerald | 2009-08-06 13:55:04 -0700 (Thu, 06 Aug 2009) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29314 | wmeier | 2009-08-06 14:42:40 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+Fix some indentation and spacing
+
+------------------------------------------------------------------------
+r29315 | tuexen | 2009-08-06 14:55:10 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Get it compiling when HAVE_LIBGCRYPT is not defined.
+
+------------------------------------------------------------------------
+r29316 | stig | 2009-08-06 15:06:37 -0700 (Thu, 06 Aug 2009) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29317 | tuexen | 2009-08-06 15:26:05 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+packet-sctp.c seems to be clean (at least it is on Mac OS X).
+
+------------------------------------------------------------------------
+r29318 | guy | 2009-08-06 16:26:24 -0700 (Thu, 06 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+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.
+
+------------------------------------------------------------------------
+r29319 | wmeier | 2009-08-06 16:47:21 -0700 (Thu, 06 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.h
+
+'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).
+
+------------------------------------------------------------------------
+r29320 | wmeier | 2009-08-06 16:51:45 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   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'
+
+------------------------------------------------------------------------
+r29321 | gerald | 2009-08-06 17:15:35 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   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
+
+Clean up the last two DIRTY_DISSECTOR_SRC entries.
+
+------------------------------------------------------------------------
+r29322 | krj | 2009-08-07 05:15:46 -0700 (Fri, 07 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+
+Free frame data slice on file reset
+
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3813
+
+------------------------------------------------------------------------
+r29323 | krj | 2009-08-07 06:18:02 -0700 (Fri, 07 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Use fully qualified path to bash
+------------------------------------------------------------------------
+r29324 | krj | 2009-08-07 07:01:44 -0700 (Fri, 07 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Back out r29323. The non fully qualified path seems to work for everyone else so don't mess with it.
+------------------------------------------------------------------------
+r29325 | jmayer | 2009-08-07 11:45:06 -0700 (Fri, 07 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+- Add rfc number comments on not-yet-decoded options
+- Decode autoconfigure option
+
+------------------------------------------------------------------------
+r29326 | jmayer | 2009-08-07 11:47:56 -0700 (Fri, 07 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/wiretap/Makefile.am
+
+* Tue May 26 2009 cmorve69@yahoo.es
+- made it compile with --as-needed
+
+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.
+
+------------------------------------------------------------------------
+r29327 | jmayer | 2009-08-07 11:49:24 -0700 (Fri, 07 Aug 2009) | 4 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r29328 | wmeier | 2009-08-07 14:22:54 -0700 (Fri, 07 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/tshark.c
+
+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.
+
+------------------------------------------------------------------------
+r29329 | gerald | 2009-08-07 14:53:40 -0700 (Fri, 07 Aug 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
+
+From Matt P via bug 3774:
+
+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.
+
+------------------------------------------------------------------------
+r29330 | wmeier | 2009-08-07 15:36:14 -0700 (Fri, 07 Aug 2009) | 8 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29331 | gerald | 2009-08-07 17:27:31 -0700 (Fri, 07 Aug 2009) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29332 | guy | 2009-08-07 18:21:55 -0700 (Fri, 07 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Move one comment before all of the code to which it refers.
+
+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.
+
+------------------------------------------------------------------------
+r29333 | guy | 2009-08-07 18:23:15 -0700 (Fri, 07 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/tshark.c
+
+Note that the new behavior matches what Wireshark does.
+
+------------------------------------------------------------------------
+r29334 | jake | 2009-08-07 21:51:42 -0700 (Fri, 07 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipv6.c
+
+From Ivan Sy:
+Fixed IPv6 malformed packet when ip6_nxt (Next Header) is equal to "59". as per section 4.7 RFC 2460.
+
+------------------------------------------------------------------------
+r29335 | krj | 2009-08-08 02:22:58 -0700 (Sat, 08 Aug 2009) | 4 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29336 | krj | 2009-08-08 02:57:07 -0700 (Sat, 08 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/epan/dissectors/packet-x420.c
+
+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.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3658
+
+------------------------------------------------------------------------
+r29337 | krj | 2009-08-08 05:40:59 -0700 (Sat, 08 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/filter_autocomplete.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.
+
+------------------------------------------------------------------------
+r29338 | gerald | 2009-08-08 15:20:08 -0700 (Sat, 08 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/m2m/packet-m2m.c
+
+Check TLV lengths before we try to add them to the tree. Fixes bug 3824.
+
+------------------------------------------------------------------------
+r29339 | guy | 2009-08-08 18:23:09 -0700 (Sat, 08 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ppp.c
+
+Don't use DISSECTOR_ASSERT() to check a packet's content.  Fixes bug
+3827.
+
+------------------------------------------------------------------------
+r29340 | krj | 2009-08-08 23:26:46 -0700 (Sat, 08 Aug 2009) | 1 line
+Changed paths:
+   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/rnsap/packet-rnsap-template.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-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-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-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
+
+Don't guard col_set_str (COL_PROTOCOL) with col_check
+------------------------------------------------------------------------
+r29341 | krj | 2009-08-08 23:47:24 -0700 (Sat, 08 Aug 2009) | 1 line
+Changed paths:
+   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
+
+Don't guard col_set_str (COL_PROTOCOL) with col_check
+------------------------------------------------------------------------
+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
+
+Don't guard col_set_str (COL_INFO) with col_check
+------------------------------------------------------------------------
+r29343 | krj | 2009-08-09 00:14:16 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29344 | krj | 2009-08-09 00:36:13 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   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-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-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-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-dplay.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   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-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-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-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-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-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-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
+
+Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
+------------------------------------------------------------------------
+r29346 | krj | 2009-08-09 01:14:59 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   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
+
+Don't guard col_clear with col_check
+------------------------------------------------------------------------
+r29347 | krj | 2009-08-09 03:50:30 -0700 (Sun, 09 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
+
+Don't use DISSECTOR_ASSERT to check source/destination address type.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3825
+
+------------------------------------------------------------------------
+r29348 | gerald | 2009-08-09 08:03:28 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-09]
+------------------------------------------------------------------------
+r29351 | wmeier | 2009-08-09 08:07:35 -0700 (Sun, 09 Aug 2009) | 2 lines
+Changed paths:
+   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;
+
+------------------------------------------------------------------------
+r29352 | wmeier | 2009-08-09 08:49:02 -0700 (Sun, 09 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+g_error() if registering a subtree item type already registered (or not initialized to -1).
+
+------------------------------------------------------------------------
+r29353 | wmeier | 2009-08-09 09:48:28 -0700 (Sun, 09 Aug 2009) | 2 lines
+Changed paths:
+   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;
+
+------------------------------------------------------------------------
+r29354 | krj | 2009-08-09 10:33:23 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   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
+
+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.
+------------------------------------------------------------------------
+r29355 | krj | 2009-08-09 10:57:31 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   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
+
+Add PTREE_FINFO and use PITEM_FINFO when possible.
+------------------------------------------------------------------------
+r29356 | krj | 2009-08-09 11:05:44 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+
+Use PTREE_FINFO.
+------------------------------------------------------------------------
+r29357 | krj | 2009-08-09 11:15:36 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.h
+
+Use PITEM_FINFO.
+------------------------------------------------------------------------
+r29358 | krj | 2009-08-09 12:23:13 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Split common parts of se_alloc and ep_alloc into emem_alloc.
+------------------------------------------------------------------------
+r29359 | krj | 2009-08-09 13:10:19 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Split common parts of ep_free_all and se_free_all into emem_free_all.
+------------------------------------------------------------------------
+r29360 | krj | 2009-08-09 13:28:38 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+g_error() requires a string literal.
+------------------------------------------------------------------------
+r29361 | krj | 2009-08-09 14:10:04 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Add unsigned int typecast
+------------------------------------------------------------------------
+r29362 | jmayer | 2009-08-10 07:55:47 -0700 (Mon, 10 Aug 2009) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Ivan Sy <ivan_jr@yahoo.com> via bug 3814
+
+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.
+
+Me: change the logic so the funtion returns the valid ttl
+    instead of true/false.
+
+
+------------------------------------------------------------------------
+r29363 | gerald | 2009-08-10 08:33:54 -0700 (Mon, 10 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Fix the build.
+
+------------------------------------------------------------------------
+r29364 | gerald | 2009-08-10 09:12:55 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/wiretap/erf.c
+
+Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crash
+reported in bug 3849.
+
+------------------------------------------------------------------------
+r29365 | krj | 2009-08-10 09:36:44 -0700 (Mon, 10 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Use ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE) to guard canary code to get things compiling after r29358.
+------------------------------------------------------------------------
+r29366 | guy | 2009-08-10 11:22:05 -0700 (Mon, 10 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/wiretap/erf.c
+
+Update a comment - a bad packet size could also be the result of a file
+not actually being an ERF file.
+
+Don't compute the packet size until you know that rlen is valid.
+
+------------------------------------------------------------------------
+r29367 | wmeier | 2009-08-10 11:45:47 -0700 (Mon, 10 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-redbackli.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.
+
+------------------------------------------------------------------------
+r29368 | etxrab | 2009-08-10 12:48:42 -0700 (Mon, 10 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.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3819
+------------------------------------------------------------------------
+r29369 | etxrab | 2009-08-10 12:53:12 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29370 | etxrab | 2009-08-10 13:52:56 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29371 | wmeier | 2009-08-10 14:07:15 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+Validate two tag field lengths before attempting to do proto_tree_add_item();
+Fixes bug #3841.
+
+------------------------------------------------------------------------
+r29372 | wmeier | 2009-08-10 14:46:30 -0700 (Mon, 10 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+Initialize a variable to keep GCC happy ....
+
+------------------------------------------------------------------------
+r29373 | guy | 2009-08-10 15:15:22 -0700 (Mon, 10 Aug 2009) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+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.
+
+------------------------------------------------------------------------
+r29374 | etxrab | 2009-08-11 00:41:46 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29375 | krj | 2009-08-11 02:24:56 -0700 (Tue, 11 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
+
+We now expose the following environment variables:
+
+ * WIRESHARK_DEBUG_EP_NO_CHUNKS
+ * WIRESHARK_DEBUG_SE_NO_CHUNKS
+ * WIRESHARK_DEBUG_EP_NO_CANARY
+ * WIRESHARK_DEBUG_SE_NO_CANARY
+
+This allows us to enable/disable memory chunks and canaries at runtime _without_ needing to recompile.
+
+------------------------------------------------------------------------
+r29376 | etxrab | 2009-08-11 03:32:46 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From swapnil:
+Bugs Fixed in ULI in packet-gtpv2.c
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3860
+------------------------------------------------------------------------
+r29377 | etxrab | 2009-08-11 05:22:00 -0700 (Tue, 11 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 (R4 and R5).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3866
+------------------------------------------------------------------------
+r29378 | wmeier | 2009-08-11 06:44:35 -0700 (Tue, 11 Aug 2009) | 4 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29379 | gerald | 2009-08-11 10:53:39 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/tvbuff.h
+
+Be a little more explicit in our description of tvb_get_ptr.
+
+------------------------------------------------------------------------
+r29380 | krj | 2009-08-11 11:08:03 -0700 (Tue, 11 Aug 2009) | 4 lines
+Changed paths:
+   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
+
+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.
+
+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().
+
+------------------------------------------------------------------------
+r29381 | krj | 2009-08-11 11:16:55 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Turn a comment in fast_ensure_contiguous() into a DISSECTOR_ASSERT() to make the implied requirement explicit.
+------------------------------------------------------------------------
+r29382 | krj | 2009-08-11 11:28:10 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+(Trivial change) move ensure_contiguous() to reflect call hierarchy
+------------------------------------------------------------------------
+r29383 | gerald | 2009-08-11 11:37:59 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Add a bunch of length checks. Fixes bug 3826.
+
+------------------------------------------------------------------------
+r29384 | gerald | 2009-08-11 13:58:36 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+Add some length checks. Fixes a few recent fuzz bugs.
+
+------------------------------------------------------------------------
+r29385 | gerald | 2009-08-11 14:11:12 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Use the right size for FT_UINT16.
+
+------------------------------------------------------------------------
+r29386 | etxrab | 2009-08-11 14:27:36 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+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.
+
+------------------------------------------------------------------------
+r29388 | gerald | 2009-08-11 16:29:21 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+Add some length checks.
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r29390 | jake | 2009-08-11 16:52:04 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+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
+------------------------------------------------------------------------
+r29393 | rbalint | 2009-08-12 05:55:27 -0700 (Wed, 12 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+Fix COL_INFO and COL_PROTOCOL for Teredo Direct IPv6 Connectivity Test
+
+------------------------------------------------------------------------
+r29394 | krj | 2009-08-12 08:12:19 -0700 (Wed, 12 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From William Preston via. 3549:
+
+A typo in 2 of the field names causes the apn not to be displayed.
+
+------------------------------------------------------------------------
+r29395 | gerald | 2009-08-12 10:08:08 -0700 (Wed, 12 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+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.
+
+------------------------------------------------------------------------
+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
+------------------------------------------------------------------------
+r29398 | etxrab | 2009-08-12 15:40:13 -0700 (Wed, 12 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 (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
+------------------------------------------------------------------------
+r29401 | kukosa | 2009-08-13 03:36:53 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVC
+------------------------------------------------------------------------
+r29402 | kukosa | 2009-08-13 04:12:35 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+fix build failure without GnuTLS
+------------------------------------------------------------------------
+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/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/file.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/main.c
+   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
+
+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.
+------------------------------------------------------------------------
+r29407 | etxrab | 2009-08-13 14:46:00 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+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.
+------------------------------------------------------------------------
+r29410 | krj | 2009-08-14 03:17:13 -0700 (Fri, 14 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/plugins/ethercat/Makefile.nmake
+
+From Artem Tamazov via. 3899:
+
+Remove superfluous /MP
+
+------------------------------------------------------------------------
+r29411 | krj | 2009-08-14 06:33:17 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29415 | krj | 2009-08-14 11:29:32 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+
+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
+
+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.
+------------------------------------------------------------------------
+r29419 | krj | 2009-08-14 12:35:01 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   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
+
+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
+
+Allow s1ap not to be dissected (to avoid seeing errors, possibly due to proprietary variants).
+
+------------------------------------------------------------------------
+r29421 | krj | 2009-08-14 20:57:14 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+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
+------------------------------------------------------------------------
+r29424 | krj | 2009-08-14 21:24:43 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+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.
+------------------------------------------------------------------------
+r29427 | krj | 2009-08-14 23:38:10 -0700 (Fri, 14 Aug 2009) | 8 lines
+Changed paths:
+   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
+
+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!
+
+------------------------------------------------------------------------
+r29428 | krj | 2009-08-15 01:05:10 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+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.
+------------------------------------------------------------------------
+r29429 | krj | 2009-08-15 01:38:50 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+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
+
+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
+
+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
+------------------------------------------------------------------------
+r29433 | krj | 2009-08-15 05:41:24 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+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
+------------------------------------------------------------------------
+r29435 | krj | 2009-08-15 07:13:36 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+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.
+------------------------------------------------------------------------
+r29437 | etxrab | 2009-08-15 14:59:03 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Try to please build bot
+------------------------------------------------------------------------
+r29438 | sfisher | 2009-08-15 19:35:44 -0700 (Sat, 15 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+
+Mark function paramter as unused with _U_ to please gcc.
+
+
+------------------------------------------------------------------------
+r29439 | krj | 2009-08-15 21:08:00 -0700 (Sat, 15 Aug 2009) | 5 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r29440 | krj | 2009-08-15 21:54:33 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/reassemble.c
+
+Use the slice allocator if GLIB >= 2,10,0
+------------------------------------------------------------------------
+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.
+------------------------------------------------------------------------
+r29442 | krj | 2009-08-16 01:18:17 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   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
+
+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
+
+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
+
+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.
+
+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()
+------------------------------------------------------------------------
+r29447 | gerald | 2009-08-16 08:03:26 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-16]
+------------------------------------------------------------------------
+r29450 | krj | 2009-08-16 08:33:05 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Add missing call to packets_bar_update() after thaw'ing
+------------------------------------------------------------------------
+r29451 | krj | 2009-08-16 21:23:47 -0700 (Sun, 16 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/except.c
+
+Add proper type cast.
+
+Thanks to Martin for reporting this.
+
+------------------------------------------------------------------------
+r29452 | krj | 2009-08-17 04:13:36 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Don't do PROTO_REGISTRAR_GET_NTH twice.
+------------------------------------------------------------------------
+r29453 | krj | 2009-08-17 04:21:33 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Move the NULL pointer 'tree' check under TRY_TO_FAKE_THIS_ITEMs umbrella
+------------------------------------------------------------------------
+r29454 | etxrab | 2009-08-17 08:05:43 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+Prepare to store column data from pinfo.
+------------------------------------------------------------------------
+r29455 | etxrab | 2009-08-17 08:13:58 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Remove #if 0
+------------------------------------------------------------------------
+r29456 | krj | 2009-08-17 10:19:31 -0700 (Mon, 17 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dect.c
+
+setbit() is (AFAIK) defined in <sys/param.h> (OpenBSD) so rename to dect_setbit() to avoid clash. getbit() is also renamed for consistency.
+
+Fixes the issue reported by Stan: http://www.wireshark.org/lists/wireshark-users/200908/msg00128.html
+
+------------------------------------------------------------------------
+r29457 | jake | 2009-08-17 12:10:19 -0700 (Mon, 17 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+Change window_new() to dlg_window_new() and destroy the window with the top level window.
+
+------------------------------------------------------------------------
+r29458 | krj | 2009-08-17 13:14:59 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/except.c
+
+As pointed out by Guy, we should probably explain why the gulong -> size_t cast is 'safe'
+------------------------------------------------------------------------
+r29459 | sfisher | 2009-08-17 17:32:11 -0700 (Mon, 17 Aug 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-x224.c
+
+
+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.
+
+------------------------------------------------------------------------
+r29460 | jake | 2009-08-17 23:41:12 -0700 (Mon, 17 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From Swapnil Barai:
+Minor Bug in Bearer Context in Packet-gtpv2.c fixed.
+
+------------------------------------------------------------------------
+r29461 | etxrab | 2009-08-18 01:00:05 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/diameter/TGPPRx.xml
+   M /trunk/diameter/gqpolicy.xml
+
+From Mathias de Paulis Nilsson:
+Updates to  V8.5.0.
+------------------------------------------------------------------------
+r29462 | etxrab | 2009-08-18 04:39:55 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   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
+
+Typo: parameter_tvb to be used.
+------------------------------------------------------------------------
+r29463 | etxrab | 2009-08-18 05:15:36 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/epan/dissectors/packet-s1ap.c
+
+Make build bot happy?
+------------------------------------------------------------------------
+r29464 | morriss | 2009-08-18 06:25:49 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29465 | stig | 2009-08-18 07:37:25 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/cmake/modules/FindGLIB2.cmake
+   M /trunk/cmake/modules/FindGTK2.cmake
+
+Search for includes and libs in /opt/local/ (MacPorts).
+
+------------------------------------------------------------------------
+r29466 | etxrab | 2009-08-18 07:39:32 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_gm.c
+
+Minor clean up.
+------------------------------------------------------------------------
+r29467 | etxrab | 2009-08-18 07:40:51 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   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???
+------------------------------------------------------------------------
+r29468 | jake | 2009-08-18 10:36:30 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/rtp_player.c
+
+Properly handle closing/destruction of RTP player window.
+
+------------------------------------------------------------------------
+r29469 | etxrab | 2009-08-18 16:00:42 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/recent.c
+
+Add new_packet_list_recent_write_all().
+------------------------------------------------------------------------
+r29470 | etxrab | 2009-08-18 23:04:30 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Fix a memmory leak.
+------------------------------------------------------------------------
+r29471 | etxrab | 2009-08-19 00:55:11 -0700 (Wed, 19 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+
+From Didier Gautheron:
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Make col_expr const gchar.
+------------------------------------------------------------------------
+r29472 | etxrab | 2009-08-19 02:32:56 -0700 (Wed, 19 Aug 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29473 | etxrab | 2009-08-19 04:34:40 -0700 (Wed, 19 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eigrp.c
+
+From   Jochen Bartl:
+EIGRP dissector enhancements (IPv6, Stub routing, Authentication TLVs)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3907
+------------------------------------------------------------------------
+r29474 | jmayer | 2009-08-19 05:25:40 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   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).
+
+------------------------------------------------------------------------
+r29475 | krj | 2009-08-19 06:52:15 -0700 (Wed, 19 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+
+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.
+
+Thanks to Didier: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3916
+
+------------------------------------------------------------------------
+r29476 | jmayer | 2009-08-19 08:42:24 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29477 | etxrab | 2009-08-19 11:36:36 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   A /trunk/gtk/expert_dlg.h
+
+From Didier Gautheron:
+Part 1
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Optimize expert info.
+Slightly changed by me.
+------------------------------------------------------------------------
+r29478 | etxrab | 2009-08-19 11:37:13 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   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
+
+From Didier Gautheron:
+Part 2
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Optimize expert info.
+Slightly changed by me.
+------------------------------------------------------------------------
+r29479 | etxrab | 2009-08-19 11:39:30 -0700 (Wed, 19 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.nmake
+
+Make it possible to run checkapi with "deprecated-gtk-todo".
+------------------------------------------------------------------------
+r29480 | krj | 2009-08-19 12:08:34 -0700 (Wed, 19 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+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).
+------------------------------------------------------------------------
+r29481 | etxrab | 2009-08-19 12:20:45 -0700 (Wed, 19 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+Destroy window with parent, update label when showing window.
+------------------------------------------------------------------------
+r29482 | etxrab | 2009-08-20 00:26:16 -0700 (Thu, 20 Aug 2009) | 5 lines
+Changed paths:
+   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
+
+From me try to fix missuse of pinfo.
+------------------------------------------------------------------------
+r29483 | etxrab | 2009-08-20 02:49:32 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/frame_data.h
+
+Prepare to store column text in frame data directly.
+------------------------------------------------------------------------
+r29484 | martinm | 2009-08-20 06:16:34 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/mac_lte_stat_dlg.c
+
+Trivial formatting changes
+------------------------------------------------------------------------
+r29485 | martinm | 2009-08-20 06:25:41 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+
+Update my entry
+------------------------------------------------------------------------
+r29486 | krj | 2009-08-20 10:43:56 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+Add error probability command line parameter
+------------------------------------------------------------------------
+r29487 | jake | 2009-08-20 12:41:53 -0700 (Thu, 20 Aug 2009) | 3 lines
+Changed paths:
+   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
+
+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.
+------------------------------------------------------------------------
+r29488 | jake | 2009-08-20 22:37:33 -0700 (Thu, 20 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+List the new DOCSIS dissector file here as well.
+
+------------------------------------------------------------------------
+r29489 | etxrab | 2009-08-21 03:12:47 -0700 (Fri, 21 Aug 2009) | 3 lines
+Changed paths:
+   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
+
+Use col_text in frame data.
+- colum-utils needs more work, based on
+ Didier Gautherons optimizations patch http://wiki.wireshark.org/Development/Optimization
+------------------------------------------------------------------------
+r29490 | krj | 2009-08-21 04:03:30 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   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
+
+Also fake empty field_info's by gracefully handling NULL field_info pointer elsewhere.
+------------------------------------------------------------------------
+r29491 | krj | 2009-08-21 04:31:21 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dfilter/dfilter.c
+
+Handle a text NULL pointer more gracefully
+------------------------------------------------------------------------
+r29492 | wmeier | 2009-08-21 07:36:27 -0700 (Fri, 21 Aug 2009) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29493 | martinm | 2009-08-21 08:16:27 -0700 (Fri, 21 Aug 2009) | 3 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29494 | krj | 2009-08-21 10:11:02 -0700 (Fri, 21 Aug 2009) | 4 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29495 | jake | 2009-08-21 11:54:28 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/docsis/Makefile.common
+   D /trunk/plugins/docsis/packet-docsis.h
+
+Remove unneeded #includes.
+------------------------------------------------------------------------
+r29496 | jake | 2009-08-21 11:56:15 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/docsis/packet-docsis.c
+
+Remove unneeded #includes.
+------------------------------------------------------------------------
+r29497 | krj | 2009-08-21 12:48:11 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-miop.c
+   M /trunk/epan/dissectors/packet-ziop.c
+
+Remove unneeded #includes
+------------------------------------------------------------------------
+r29498 | tuexen | 2009-08-21 13:10:51 -0700 (Fri, 21 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.c
+
+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
+------------------------------------------------------------------------
+r29500 | krj | 2009-08-21 13:32:50 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   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
+
+Sanitize epan includes
+------------------------------------------------------------------------
+r29501 | krj | 2009-08-21 13:40:49 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/packaging/u3/tools/sysdep.h
+
+Use <gcrypt.h> instead of 'gcrypt.h'
+------------------------------------------------------------------------
+r29502 | krj | 2009-08-21 13:51:13 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   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
+
+Sanitize epan includes
+------------------------------------------------------------------------
+r29503 | krj | 2009-08-21 16:02:59 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Don't dereference pointer before checking for NULL
+------------------------------------------------------------------------
+r29504 | etxrab | 2009-08-22 09:17:42 -0700 (Sat, 22 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+
+expert_comp_table.c: Minor cleanup
+expert_dlg.c change GtkOptionMenu to GtkComboBox.
+------------------------------------------------------------------------
+r29505 | wmeier | 2009-08-22 10:12:33 -0700 (Sat, 22 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/crc32.c
+
+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.
+
+------------------------------------------------------------------------
+r29506 | jake | 2009-08-22 10:28:54 -0700 (Sat, 22 Aug 2009) | 4 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29507 | krj | 2009-08-22 12:29:44 -0700 (Sat, 22 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+We initialize col_expr and col_expr_val in col_init() so there's no need to initialize them again in col_set_xxx()
+------------------------------------------------------------------------
+r29508 | krj | 2009-08-22 12:53:54 -0700 (Sat, 22 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+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
+
+From Frederic Peters (made endian-aware by me):
+fixed segfault with some GIOP packets
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r29511 | krj | 2009-08-22 22:20:30 -0700 (Sat, 22 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+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.
+
+------------------------------------------------------------------------
+r29513 | krj | 2009-08-23 02:07:54 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   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
+
+Custom columfication:
+
+* Deprecate COL_COS_VALUE (L2 COS Value (802.1p)). Use vlan.priority
+
+------------------------------------------------------------------------
+r29514 | krj | 2009-08-23 02:16:58 -0700 (Sun, 23 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+
+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) ....
+
+------------------------------------------------------------------------
+r29515 | krj | 2009-08-23 02:52:57 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   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
+
+Custom columfication:
+
+* Deprecate COL_CIRCUIT_ID (Circuit ID). Use iax2.call
+
+------------------------------------------------------------------------
+r29516 | krj | 2009-08-23 03:20:42 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   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
+
+Custom columfication:
+
+* Deprecate COL_HPUX_SUBSYS (HP-UX Nettl Subsystem). Use nettl.subsys
+
+------------------------------------------------------------------------
+r29517 | krj | 2009-08-23 03:25:51 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   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
+
+Custom columfication:
+
+* Deprecate COL_HPUX_DEVID (HP-UX Device ID). Use nettl.devid
+
+------------------------------------------------------------------------
+r29518 | krj | 2009-08-23 04:12:12 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   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
+
+Custom columfication:
+
+* Deprecate COL_DSCP_VALUE (IP DSCP Value). Use ip.dsfield
+
+------------------------------------------------------------------------
+r29519 | krj | 2009-08-23 04:13:53 -0700 (Sun, 23 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+#if 0 col_set_circuit_id(). It isn't being used
+------------------------------------------------------------------------
+r29520 | tuexen | 2009-08-23 04:30:54 -0700 (Sun, 23 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/sctpppids.h
+
+Update list of PPIDs.
+This fixes bug 3928.
+
+------------------------------------------------------------------------
+r29521 | krj | 2009-08-23 04:35:53 -0700 (Sun, 23 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Avoid signed/unsigned comparison
+------------------------------------------------------------------------
+r29522 | krj | 2009-08-23 05:16:10 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   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
+
+Custom columnfication:
+
+* Deprecate COL_FR_DLCI (Frame Relay DLCI). Use fr.dlci
+
+------------------------------------------------------------------------
+r29523 | krj | 2009-08-23 05:24:14 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   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
+
+Custom columnfication:
+
+* Deprecate COL_REL_CONV_TIME (Relative time (conversation)). Use tcp.time_relative
+
+------------------------------------------------------------------------
+r29524 | krj | 2009-08-23 05:30:48 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   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:
+
+* Deprecate COL_DELTA_CONV_TIME (Delta time (conversation)). Use tcp.time_delta
+
+------------------------------------------------------------------------
+r29525 | gerald | 2009-08-23 08:03:28 -0700 (Sun, 23 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-23]
+------------------------------------------------------------------------
+r29528 | jake | 2009-08-23 10:18:29 -0700 (Sun, 23 Aug 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+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.
+
+------------------------------------------------------------------------
+r29529 | krj | 2009-08-23 11:13:03 -0700 (Sun, 23 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+
+From Didier gautheron via bug 3929:
+
+* Don't use g_string_chunk_clear(). It is only defined if GLib >= 2.14
+
+From me:
+
+* Whitespace fixes
+
+------------------------------------------------------------------------
+r29530 | krj | 2009-08-23 11:32:29 -0700 (Sun, 23 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/gtk/expert_comp_dlg.c
+   M /trunk/gtk/expert_dlg.c
+
+From Didier gautheron via bug 3929:
+
+* Expert Info / Expert Info Composite requires a full protocol tree.
+* Delay tree NULL pointer check in bootp dissector
+
+------------------------------------------------------------------------
+r29531 | jake | 2009-08-23 12:16:35 -0700 (Sun, 23 Aug 2009) | 2 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29532 | wmeier | 2009-08-23 16:52:40 -0700 (Sun, 23 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+Rework code slightly to prevent a GCC 'strict-aliasing' warning.
+
+------------------------------------------------------------------------
+r29533 | stig | 2009-08-24 01:00:39 -0700 (Mon, 24 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
+
+From Ivan Sy via bug 3931:
+Added ND Proxy Flag for IPv6 RA flag.
+
+------------------------------------------------------------------------
+r29534 | kukosa | 2009-08-24 02:05:15 -0700 (Mon, 24 Aug 2009) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29535 | etxrab | 2009-08-24 02:05:23 -0700 (Mon, 24 Aug 2009) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+
+From: : " Michael"
+
+packet-tcp marks a row as unwritable if there is more
+than 1 PDU in a packet to prevent overwriting of the
+protocol column.
+
+However this breaks the proto,colinfo tap which checks
+rows are writable or dies EVEN if it doesn't alter anything.
+
+Suggested patch attached to restore the initial value
+after all PDUs have been processed.
+
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3675
+------------------------------------------------------------------------
+r29536 | etxrab | 2009-08-24 02:29:05 -0700 (Mon, 24 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in this function
+------------------------------------------------------------------------
+r29537 | wmeier | 2009-08-24 07:30:55 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_stat.c
+
+Rework code slightly to prevent a GCC 'breaking strict-aliasing rules' warning
+
+------------------------------------------------------------------------
+r29538 | wmeier | 2009-08-24 08:17:58 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+Remove unneeded #includes; Clean up indentation; Comment a few "closing braces".
+
+------------------------------------------------------------------------
+r29539 | etxrab | 2009-08-24 09:11:00 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29540 | guy | 2009-08-24 11:20:20 -0700 (Mon, 24 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+We no longer need the "ascending arrow" and "descending arrow" images
+for clists, as we're not using a clist.
+
+Clean up white space, and use C89 comments rather than C99/C++ comments.
+
+------------------------------------------------------------------------
+r29541 | etxrab | 2009-08-24 11:45:01 -0700 (Mon, 24 Aug 2009) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29542 | etxrab | 2009-08-24 13:33:49 -0700 (Mon, 24 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+
+From Didier Gautheron:
+Speed up expert info composite.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3935
+------------------------------------------------------------------------
+r29543 | etxrab | 2009-08-24 13:54:25 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+
+Make it possible to use bssgp.tlli as custom column.
+Remove COL_BSSGP_TLLI and CHECK_COL.
+------------------------------------------------------------------------
+r29544 | guy | 2009-08-24 14:38:57 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/color_utils.h
+
+Fix typo.
+
+------------------------------------------------------------------------
+r29545 | guy | 2009-08-24 18:01:55 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/color_utils.c
+
+Fix another typo.
+
+------------------------------------------------------------------------
+r29546 | etxrab | 2009-08-24 22:42:14 -0700 (Mon, 24 Aug 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29547 | guy | 2009-08-24 23:11:57 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column.c
+
+Note in dlist[] that COL_BSSGP_TLLI is deprecated.
+
+------------------------------------------------------------------------
+r29548 | martinm | 2009-08-25 04:01:51 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Show CRC errors for RARs.
+
+------------------------------------------------------------------------
+r29549 | etxrab | 2009-08-25 10:22:32 -0700 (Tue, 25 Aug 2009) | 5 lines
+Changed paths:
+   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).
+------------------------------------------------------------------------
+r29550 | gerald | 2009-08-25 10:55:55 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/tools/make-dissector-reg.py
+
+Add more information to the comments at the top of the files we generate.
+
+------------------------------------------------------------------------
+r29551 | etxrab | 2009-08-25 14:10:35 -0700 (Tue, 25 Aug 2009) | 6 lines
+Changed paths:
+   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
+
+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.
+------------------------------------------------------------------------
+r29552 | wmeier | 2009-08-25 14:54:12 -0700 (Tue, 25 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tpncp.c
+
+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.
+
+------------------------------------------------------------------------
+r29553 | martinm | 2009-08-25 16:01:03 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/proto.h
+
+Add missing semicolon.
+
+------------------------------------------------------------------------
+r29554 | wmeier | 2009-08-25 16:03:10 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+Rework code slightly to prevent several GCC "breaking strict-aliasing rules" warnings
+
+------------------------------------------------------------------------
+r29555 | wmeier | 2009-08-25 19:06:39 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.h
+
+Add missing prototype ....
+
+------------------------------------------------------------------------
+r29556 | etxrab | 2009-08-25 21:36:14 -0700 (Tue, 25 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From swapnil:
+Bug in Traffic Aggregate Description (TAD) IE in Packet-gtpv2.c fixed.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3940
+------------------------------------------------------------------------
+r29557 | etxrab | 2009-08-25 21:37:08 -0700 (Tue, 25 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_comp_dlg.c
+
+Make it possible to close and reactivate the window.
+------------------------------------------------------------------------
+r29558 | etxrab | 2009-08-25 22:10:12 -0700 (Tue, 25 Aug 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29559 | krj | 2009-08-25 23:54:48 -0700 (Tue, 25 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+win-iconv is statically linked as part of Glib >= 2.14.5, so remove it from config.nmake
+------------------------------------------------------------------------
+r29560 | krj | 2009-08-26 00:05:50 -0700 (Wed, 26 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Reorder so that mandatory requirements appear in succession
+------------------------------------------------------------------------
+r29561 | stig | 2009-08-26 00:26:17 -0700 (Wed, 26 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+From Thierry Andry via bug 3941:
+Added preference to set radius request TTL.
+
+------------------------------------------------------------------------
+r29562 | martinm | 2009-08-26 02:13:14 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Make UL grant size a (generated) field of its own (for easier use as a custom column or IO graph filter).
+
+------------------------------------------------------------------------
+r29563 | wmeier | 2009-08-26 06:58:17 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/rtp_stream.h
+
+Fix some indentation
+
+------------------------------------------------------------------------
+r29564 | kukosa | 2009-08-26 08:10:31 -0700 (Wed, 26 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/libwireshark.def
+
+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;
+
+------------------------------------------------------------------------
+r29566 | etxrab | 2009-08-26 10:26:26 -0700 (Wed, 26 Aug 2009) | 3 lines
+Changed paths:
+   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
+
+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).
+
+------------------------------------------------------------------------
+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
+
+(FWIW) One step towards including stdio.h & stdlib.h only when req'd.
+
+------------------------------------------------------------------------
+r29569 | wmeier | 2009-08-26 12:28:20 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/wiretap/wtap.h
+
+#include <stdio.h> no longer req'd.
+
+------------------------------------------------------------------------
+r29570 | wmeier | 2009-08-26 12:30:44 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipsec.c
+
+Reformat some long lines for readability....
+
+------------------------------------------------------------------------
+r29571 | guy | 2009-08-26 12:58:23 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
+
+Add another theme candidate.
+
+------------------------------------------------------------------------
+r29572 | martinm | 2009-08-26 15:31:06 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+Show correct time value for "Time since previous displayed frame".
+
+------------------------------------------------------------------------
+r29573 | wmeier | 2009-08-26 15:45:07 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+
+Keep Solaris buildbot happy ....
+
+------------------------------------------------------------------------
+r29574 | gerald | 2009-08-26 16:16:37 -0700 (Wed, 26 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/dumpcap.c
+   M /trunk/packaging/nsis/wireshark.nsi
+
+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.
+
+------------------------------------------------------------------------
+r29575 | wmeier | 2009-08-26 16:24:22 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r29576 | wmeier | 2009-08-26 19:53:13 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   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
+
+------------------------------------------------------------------------
+r29577 | wmeier | 2009-08-26 20:54:57 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29578 | wmeier | 2009-08-26 21:47:28 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   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
+
+Add #include <stdio.h> in a few more places ....
+
+------------------------------------------------------------------------
+r29579 | wmeier | 2009-08-26 22:04:05 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/funnel_stat.c
+
+Add #include <stdio.h>
+
+------------------------------------------------------------------------
+r29580 | krj | 2009-08-26 22:04:29 -0700 (Wed, 26 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/Makefile.nmake
+   M /trunk/packaging/nsis/Makefile.nmake
+
+Windows: remove all references to ICONV_DIR, because we use the statically linked win-iconv instead
+------------------------------------------------------------------------
+r29581 | wmeier | 2009-08-26 22:17:40 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/supported_protos_dlg.c
+
+Add #include <stdio.h>
+
+------------------------------------------------------------------------
+r29582 | etxrab | 2009-08-26 22:34:06 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29583 | etxrab | 2009-08-26 23:57:53 -0700 (Wed, 26 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
+
+make the columns sortable.
+------------------------------------------------------------------------
+r29584 | stig | 2009-08-27 04:58:03 -0700 (Thu, 27 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/wlan_stat_dlg.c
+
+Remove the three dots in the menu item.
+
+------------------------------------------------------------------------
+r29585 | krj | 2009-08-27 08:32:57 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+Move configure checks to ConfigureChecks.cmake
+------------------------------------------------------------------------
+r29586 | krj | 2009-08-27 08:35:33 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   A /trunk/ConfigureChecks.cmake
+
+Add ConfigureChecks.cmake
+------------------------------------------------------------------------
+r29587 | gerald | 2009-08-27 08:46:53 -0700 (Thu, 27 Aug 2009) | 4 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29588 | krj | 2009-08-27 08:55:58 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+Remove zlib from the set of mandatory packages (it isn't)
+------------------------------------------------------------------------
+r29589 | krj | 2009-08-27 09:11:16 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+We require CMake >= 2.6 so we don't have to repeat the expressions in endif() + friends
+------------------------------------------------------------------------
+r29590 | gerald | 2009-08-27 16:55:48 -0700 (Thu, 27 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/dumpcap.c
+
+Properly set our file descriptor when we're capturing from a pipe on
+non-Windows systems.
+
+------------------------------------------------------------------------
+r29591 | etxrab | 2009-08-27 22:17:14 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/dumpcap.c
+
+Make the windows build compile.
+------------------------------------------------------------------------
+r29592 | etxrab | 2009-08-27 22:19:52 -0700 (Thu, 27 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/main_statusbar.c
+
+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.
+------------------------------------------------------------------------
+r29594 | jmayer | 2009-08-28 02:38:34 -0700 (Fri, 28 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+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.
+
+------------------------------------------------------------------------
+r29595 | wmeier | 2009-08-28 06:52:52 -0700 (Fri, 28 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+
+Validate a function parameter
+
+------------------------------------------------------------------------
+r29596 | krj | 2009-08-28 08:59:20 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Indicate where the some of the macros are used
+------------------------------------------------------------------------
+r29597 | gerald | 2009-08-28 09:08:27 -0700 (Fri, 28 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/doc/tshark.pod
+
+Add an example for generating CSV output.
+
+------------------------------------------------------------------------
+r29598 | wmeier | 2009-08-28 09:36:24 -0700 (Fri, 28 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
+
+Don't coerce a possibly unaligned ptr to a (guint32 *);
+Also: Calculate the same template hash whether on a LE or BE machine.
+
+------------------------------------------------------------------------
+r29599 | wmeier | 2009-08-28 09:52:05 -0700 (Fri, 28 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+
+Fix possible memmove with a NULL poiunter.
+
+------------------------------------------------------------------------
+r29600 | wmeier | 2009-08-28 11:37:53 -0700 (Fri, 28 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipmi-transport.c
+
+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).
+
+------------------------------------------------------------------------
+r29601 | wmeier | 2009-08-28 12:15:43 -0700 (Fri, 28 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+Fix code which could access uninitialized variables and display incorrect text in COL_INFO.
+(Found by clang scan-build).
+
+------------------------------------------------------------------------
+r29602 | etxrab | 2009-08-28 14:34:59 -0700 (Fri, 28 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-nb_rtpmux.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+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
+------------------------------------------------------------------------
+r29603 | guy | 2009-08-28 18:08:31 -0700 (Fri, 28 Aug 2009) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+Note that the "heuristic" is fatally weak, and must be strengthened or
+eliminated.
+
+Fix indentation.
+
+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.
+
+------------------------------------------------------------------------
+r29604 | wmeier | 2009-08-28 18:46:42 -0700 (Fri, 28 Aug 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+Cleanup:
+- proto_reg_handoff: 'if (!inited)' not req'd;
+- Remove unneeded #includes;
+- Use NULL instead of " for 'blurbs';
+- Remove unneeded foward reference.
+
+------------------------------------------------------------------------
+r29605 | wmeier | 2009-08-28 19:22:28 -0700 (Fri, 28 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Replace "" by NULL in blurbs; Cleanup indentation.
+
+------------------------------------------------------------------------
+r29606 | wmeier | 2009-08-28 19:25:04 -0700 (Fri, 28 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+
+Replace "repeated blurb" by NULL in two cases;
+Reformat a long line.
+
+------------------------------------------------------------------------
+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.
+
+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.
+
+------------------------------------------------------------------------
+r29608 | krj | 2009-08-28 21:39:59 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+Indent comments
+------------------------------------------------------------------------
+r29609 | krj | 2009-08-28 21:43:52 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+We need to handoff even when we don't have a tree
+------------------------------------------------------------------------
+r29610 | krj | 2009-08-28 21:47:28 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+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
+------------------------------------------------------------------------
+r29612 | krj | 2009-08-28 22:39:33 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Simplify logic wrt. GTK_INST_VERSION
+------------------------------------------------------------------------
+r29613 | krj | 2009-08-28 22:46:45 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   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
+
+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
+------------------------------------------------------------------------
+r29618 | krj | 2009-08-29 02:13:28 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+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)
+
+------------------------------------------------------------------------
+r29620 | krj | 2009-08-29 23:18:43 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   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
+
+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
+
+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
+------------------------------------------------------------------------
+r29625 | sake | 2009-08-30 03:35:48 -0700 (Sun, 30 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/file.h
+
+Some minor corrections in function descriptions
+
+
+------------------------------------------------------------------------
+r29626 | krj | 2009-08-30 07:12:56 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+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]
+------------------------------------------------------------------------
+r29630 | krj | 2009-08-30 08:06:28 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/ConfigureChecks.cmake
+
+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
+------------------------------------------------------------------------
+r29632 | krj | 2009-08-30 10:23:47 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.h.win32
+
+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
+------------------------------------------------------------------------
+r29634 | krj | 2009-08-30 11:40:09 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/capture-pcap-util-int.h
+
+Move config.h include to start of file
+------------------------------------------------------------------------
+r29635 | krj | 2009-08-31 11:16:16 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/file_dlg_win32.c
+   M /trunk/wsutil/libwsutil.def
+   M /trunk/wsutil/unicode-utils.c
+   M /trunk/wsutil/unicode-utils.h
+
+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.
+------------------------------------------------------------------------
+r29636 | krj | 2009-08-31 11:28:10 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
+
+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.
+------------------------------------------------------------------------
+r29637 | etxrab | 2009-08-31 11:37:15 -0700 (Mon, 31 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
+
+From Gerasimos Dimitriadis:
+DTAP decoding of Cause Diagnostics.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3968
+------------------------------------------------------------------------
+r29638 | krj | 2009-08-31 11:38:07 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.h.win32
+
+Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
+------------------------------------------------------------------------
+r29639 | krj | 2009-08-31 11:48:16 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+   D /trunk/cmake/modules/Check64BitFormat.c.in
+   D /trunk/cmake/modules/Check64BitFormat.cmake
+   M /trunk/cmakeconfig.h.in
+
+CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
+------------------------------------------------------------------------
+r29640 | krj | 2009-08-31 11:59:21 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.h.win32
+
+Reorder (no functionality change)
+------------------------------------------------------------------------
+r29641 | tuexen | 2009-08-31 12:13:50 -0700 (Mon, 31 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/dumpcap.c
+
+Use a timeout of a second for Mac OS X, when building
+a 64-bit application. Workaround a bug in Mac OS X...
+
+------------------------------------------------------------------------
+r29642 | etxrab | 2009-08-31 12:31:04 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+
+Connect F7 and F8 for new_packet_list.
+------------------------------------------------------------------------
+r29643 | krj | 2009-08-31 12:47:50 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   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
+
+Remove strcasecmp. We use g_ascii_strcasecmp exclusively
+------------------------------------------------------------------------
+r29644 | jmayer | 2009-08-31 15:34:25 -0700 (Mon, 31 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+- 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.
+
+------------------------------------------------------------------------
+r29645 | jmayer | 2009-08-31 16:11:52 -0700 (Mon, 31 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/cmakeconfig.h.in
+
+Add check for HAVE_MKSTEMP to make build work again on
+platforms that know about mkstemp().
+
+------------------------------------------------------------------------
+r29646 | etxrab | 2009-08-31 22:19:24 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main_proto_draw.c
+
+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
+------------------------------------------------------------------------
+r29648 | etxrab | 2009-09-01 01:51:41 -0700 (Tue, 01 Sep 2009) | 5 lines
+Changed paths:
+   M /trunk/file.c
+
+- 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.
+------------------------------------------------------------------------
+r29649 | tuexen | 2009-09-01 03:12:27 -0700 (Tue, 01 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
+
+From Irene Ruengeler: Get rid of legacy gtk code...
+
+------------------------------------------------------------------------
+r29650 | tuexen | 2009-09-01 03:29:17 -0700 (Tue, 01 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/sctp_assoc_analyse.c
+
+Out with debug output...
+
+
+------------------------------------------------------------------------
+r29651 | martinm | 2009-09-01 04:15:24 -0700 (Tue, 01 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+
+Add volatile to avoid clobbered by longjmp warning.
+
+------------------------------------------------------------------------
+r29652 | krj | 2009-09-01 08:54:53 -0700 (Tue, 01 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+Plug memleak in new_packet_list_store_clear(). Make sure that we free the pointer array segment
+------------------------------------------------------------------------
+r29653 | krj | 2009-09-01 09:00:56 -0700 (Tue, 01 Sep 2009) | 4 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29654 | krj | 2009-09-01 10:09:36 -0700 (Tue, 01 Sep 2009) | 4 lines
+Changed paths:
+   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
+
+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.
+
+------------------------------------------------------------------------
+r29656 | krj | 2009-09-01 11:16:55 -0700 (Tue, 01 Sep 2009) | 12 lines
+Changed paths:
+   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()
+
+From me:
+
+* proto.c: set gmc_hfinfo to NULL after free
+* proto.c: switch order of g_free() and g_list_remove() in proto_cleanup()
+
+------------------------------------------------------------------------
+r29657 | etxrab | 2009-09-01 11:29:11 -0700 (Tue, 01 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+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()
+------------------------------------------------------------------------
+r29659 | krj | 2009-09-01 12:19:41 -0700 (Tue, 01 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/cmakeconfig.h.in
+
+Check for mkdtemp()
+------------------------------------------------------------------------
+r29660 | krj | 2009-09-01 12:27:59 -0700 (Tue, 01 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/cmakeconfig.h.in
+
+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).
+
+------------------------------------------------------------------------
+r29663 | etxrab | 2009-09-01 22:48:38 -0700 (Tue, 01 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+
+ Didier Gautheron:
+Expert info clean up.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3971
+------------------------------------------------------------------------
+r29664 | etxrab | 2009-09-02 08:07:03 -0700 (Wed, 02 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+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
+
+------------------------------------------------------------------------
+r29666 | jmayer | 2009-09-02 09:33:01 -0700 (Wed, 02 Sep 2009) | 7 lines
+Changed paths:
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/UseLemon.cmake
+   A /trunk/epan/CMakeLists.txt
+   M /trunk/wiretap/CMakeLists.txt
+
+Beginnings of getting cmake to build stuff in epan.
+It's only beginnings, so epan is commented out in
+the subdirs statement.
+
+This is more a synch to avoid duplicate work and creating
+conflicting patches to the cmake stuff.
+
+------------------------------------------------------------------------
+r29667 | martinm | 2009-09-02 09:39:39 -0700 (Wed, 02 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-mac-lte.h
+   M /trunk/gtk/mac_lte_stat_dlg.c
+
+Add Semi-Persistent Scheduling (SPS) RNTI.
+
+------------------------------------------------------------------------
+r29668 | krj | 2009-09-02 10:15:20 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+
+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.
+------------------------------------------------------------------------
+r29669 | sahlberg | 2009-09-02 10:24:52 -0700 (Wed, 02 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-mmc.c
+
+Add initial support to decode the ADIP and PhysicalInformation for MMC 
+media
+
+
+------------------------------------------------------------------------
+r29670 | krj | 2009-09-02 10:29:52 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+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
+
+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.
+------------------------------------------------------------------------
+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.
+------------------------------------------------------------------------
+r29674 | etxrab | 2009-09-02 11:18:57 -0700 (Wed, 02 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/compare_stat.c
+   M /trunk/gtk/menus.c
+
+Use new_packet_list_colorize_packets() where cf_colorize_packets();
+is used.
+------------------------------------------------------------------------
+r29675 | tuexen | 2009-09-02 12:15:02 -0700 (Wed, 02 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Mark unused parameter as such.
+
+
+------------------------------------------------------------------------
+r29676 | tuexen | 2009-09-02 12:16:59 -0700 (Wed, 02 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/configure.in
+
+Add --enable-new-packet-list to configure script. Default
+is no for now. Should be kept in sync with the corresponding
+Windows switch.
+
+------------------------------------------------------------------------
+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
+
+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
+
+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
+
+Also deactivate and activate menu for recent.gui_time_precision.
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r29683 | stig | 2009-09-03 03:50:30 -0700 (Thu, 03 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Adjusted int/uint check and fixed a comment in right justify check.
+
+------------------------------------------------------------------------
+r29684 | stig | 2009-09-03 04:37:12 -0700 (Thu, 03 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/recent.c
+
+Read column widths from recent file also for new packet list.
+
+------------------------------------------------------------------------
+r29685 | krj | 2009-09-03 07:32:11 -0700 (Thu, 03 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+Make sure that we stop auto scroll if we start scrolling manually. 
+
+Caveat: we jump to first frame when auto scroll is stopped
+
+------------------------------------------------------------------------
+r29686 | krj | 2009-09-03 07:41:09 -0700 (Thu, 03 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Remove superfluous assignment
+------------------------------------------------------------------------
+r29687 | martinm | 2009-09-03 09:42:16 -0700 (Thu, 03 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Show UEId in info column for UL-SCH / DL-SCH frames.
+
+------------------------------------------------------------------------
+r29688 | krj | 2009-09-03 10:00:17 -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
+
+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
+------------------------------------------------------------------------
+r29690 | krj | 2009-09-03 10:56:57 -0700 (Thu, 03 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+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
+
+Start the feature list for 1.4.
+
+------------------------------------------------------------------------
+r29692 | etxrab | 2009-09-04 03:53:37 -0700 (Fri, 04 Sep 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29693 | etxrab | 2009-09-04 04:06:52 -0700 (Fri, 04 Sep 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+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
+------------------------------------------------------------------------
+r29694 | jmayer | 2009-09-04 04:48:04 -0700 (Fri, 04 Sep 2009) | 1 line
+Changed paths:
+   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/gtk/sctp_graph_dlg.c
+
+From Irene Ruengeler: Show duplicate TSNs in SACKs.
+
+------------------------------------------------------------------------
+r29696 | tuexen | 2009-09-04 05:52:28 -0700 (Fri, 04 Sep 2009) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r29699 | krj | 2009-09-04 10:42:03 -0700 (Fri, 04 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
+
+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
+
+------------------------------------------------------------------------
+r29701 | wmeier | 2009-09-04 11:40:02 -0700 (Fri, 04 Sep 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kingfisher.c
+
+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.
+
+------------------------------------------------------------------------
+r29705 | krj | 2009-09-05 03:36:29 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   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 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.
+
+------------------------------------------------------------------------
+r29706 | stig | 2009-09-05 04:15:50 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+Make it build without warnings.
+
+------------------------------------------------------------------------
+r29707 | krj | 2009-09-05 04:58:44 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29709 | stig | 2009-09-05 06:06:45 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Ignore preferences for deleted protocols "etheric" and "isup_thin".
+
+------------------------------------------------------------------------
+r29710 | krj | 2009-09-05 06:24:16 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+
+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
+------------------------------------------------------------------------
+r29712 | stig | 2009-09-05 06:30:16 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Apply user font when changing profile with new packet list.
+
+------------------------------------------------------------------------
+r29713 | krj | 2009-09-05 06:46:17 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+Restore original condition in packet_list_iter_n_children()
+------------------------------------------------------------------------
+r29714 | stig | 2009-09-05 07:37:02 -0700 (Sat, 05 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+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.
+
+------------------------------------------------------------------------
+r29715 | krj | 2009-09-05 08:25:53 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+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()
+------------------------------------------------------------------------
+r29717 | krj | 2009-09-05 08:46:47 -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
+
+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.
+------------------------------------------------------------------------
+r29719 | stig | 2009-09-05 11:13:48 -0700 (Sat, 05 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Move reloading pane geometry to a point where we have the correct
+main_first_pane and main_second_pane.
+
+------------------------------------------------------------------------
+r29720 | krj | 2009-09-05 11:28:06 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+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
+------------------------------------------------------------------------
+r29722 | krj | 2009-09-05 11:45:55 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/libwireshark.def
+
+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
+------------------------------------------------------------------------
+r29724 | stig | 2009-09-05 12:42:43 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Remove an obsolete gui_time_format setting.
+
+------------------------------------------------------------------------
+r29725 | stig | 2009-09-05 15:12:51 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-capwap.c
+
+Changed type for "Wireless data" to FT_BYTES.
+
+------------------------------------------------------------------------
+r29726 | krj | 2009-09-05 21:26:50 -0700 (Sat, 05 Sep 2009) | 4 lines
+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-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
+
+Don't pass ep_alloc()'ed strings to col_set_str().
+
+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
+------------------------------------------------------------------------
+r29728 | krj | 2009-09-05 22:49:00 -0700 (Sat, 05 Sep 2009) | 4 lines
+Changed paths:
+   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.
+
+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()
+------------------------------------------------------------------------
+r29730 | krj | 2009-09-05 23:33:13 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+
+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
+
+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
+
+We track all protocols that appear in each packet in the frame dissector. This is an expensive operation because we:
+
+* Disable the TRY_TO_FAKE_THIS_ITEM optimization
+* Use GString to store the protocols
+
+We should only do this if the 'hf_frame_protocols' is referenced (unlikely)
+
+------------------------------------------------------------------------
+r29734 | krj | 2009-09-06 01:10:12 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Avoid calling emem_create_chunk() needlessly
+------------------------------------------------------------------------
+r29735 | etxrab | 2009-09-06 01:59:30 -0700 (Sun, 06 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+
+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.
+------------------------------------------------------------------------
+r29736 | krj | 2009-09-06 02:03:15 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+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
+------------------------------------------------------------------------
+r29738 | krj | 2009-09-06 02:36:21 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+Sort the visible list while traversing the physical row list. This halves the time needed to sort
+------------------------------------------------------------------------
+r29739 | krj | 2009-09-06 03:03:06 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+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
+------------------------------------------------------------------------
+r29741 | stig | 2009-09-06 04:24:56 -0700 (Sun, 06 Sep 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-homeplug.c
+
+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
+
+------------------------------------------------------------------------
+r29742 | krj | 2009-09-06 04:30:41 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+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
+------------------------------------------------------------------------
+r29744 | krj | 2009-09-06 06:25:31 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+Remove static custom column variable which is no longer used
+------------------------------------------------------------------------
+r29745 | krj | 2009-09-06 06:35:27 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+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
+------------------------------------------------------------------------
+r29747 | krj | 2009-09-06 07:25:47 -0700 (Sun, 06 Sep 2009) | 5 lines
+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/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/hostlist_table.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/gtk/wlan_stat_dlg.c
+   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
+   M /trunk/tap-iousers.c
+   M /trunk/tap-sctpchunkstat.c
+
+Rename address_to_str() to ep_address_to_str() because:
+
+1) This indicates that the string has ephemeral lifetime
+2) More consistent with its existing seasonal counterpart, se_address_to_str().
+
+------------------------------------------------------------------------
+r29748 | krj | 2009-09-06 07:39:53 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/to_str.c
+
+Change se_address_to_str() to call address_to_str_buf() directly
+------------------------------------------------------------------------
+r29749 | etxrab | 2009-09-06 07:53:21 -0700 (Sun, 06 Sep 2009) | 5 lines
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29750 | gerald | 2009-09-06 08:03:28 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[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
+
+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
+
+Split a bunch of init routines into init() and cleanup(). This allows us to free memory properly on shutdown.
+
+This is an initial step. There's still some work to do.
+
+------------------------------------------------------------------------
+r29755 | stig | 2009-09-06 18:19:26 -0700 (Sun, 06 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-homeplug.c
+
+Don't pass length 0 to a FT_UINT.
+Fixed some uint types with length 2.
+
+------------------------------------------------------------------------
+r29756 | jmayer | 2009-09-07 00:26:43 -0700 (Mon, 07 Sep 2009) | 8 lines
+Changed paths:
+   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
+
+
+------------------------------------------------------------------------
+r29757 | jmayer | 2009-09-07 00:30:42 -0700 (Mon, 07 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/capture_dlg.h
+
+The external declaration of airpcap_tb here is not needed
+and creates warnings
+
+------------------------------------------------------------------------
+r29758 | etxrab | 2009-09-07 03:03:55 -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
+
+Automatically adjust the time column width when time format changes.
+------------------------------------------------------------------------
+r29759 | krj | 2009-09-07 04:33:38 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/packet_list_store.c
+
+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.
+------------------------------------------------------------------------
+r29761 | stig | 2009-09-07 05:01:19 -0700 (Mon, 07 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+
+Fixed arguments to new_packet_list_set_time_width().
+
+------------------------------------------------------------------------
+r29762 | krj | 2009-09-07 05:04:59 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main_toolbar.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Add initial implementation of new_packet_list_resize_columns() which just sets the column width according to the column format (work in progress)
+------------------------------------------------------------------------
+r29763 | stig | 2009-09-07 05:12:45 -0700 (Mon, 07 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/menus.c
+
+Enable resize columns button for new packet list.
+
+------------------------------------------------------------------------
+r29764 | stig | 2009-09-07 05:13:28 -0700 (Mon, 07 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main_toolbar.c
+
+Set sensitivity on resize columns button.
+
+------------------------------------------------------------------------
+r29765 | stig | 2009-09-07 05:24:38 -0700 (Mon, 07 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/packaging/macosx/ScriptExec/main.c
+
+Fixed some warnings and removed unused code.
+
+------------------------------------------------------------------------
+r29766 | krj | 2009-09-07 06:10:59 -0700 (Mon, 07 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
+
+Auto resize non frame_data based columns
+------------------------------------------------------------------------
+r29767 | krj | 2009-09-07 06:54:46 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/rawshark.c
+   M /trunk/tshark.c
+
+Store the packet encapsulation type as gint8. Saves 3 bytes per packet
+------------------------------------------------------------------------
+r29768 | etxrab | 2009-09-07 07:03:05 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   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.
+------------------------------------------------------------------------
+r29769 | etxrab | 2009-09-07 08:01:51 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+mark unused parameter.
+------------------------------------------------------------------------
+r29770 | krj | 2009-09-07 08:49:14 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+
+Tigthen scope of local variables
+------------------------------------------------------------------------
+r29771 | krj | 2009-09-07 09:05:37 -0700 (Mon, 07 Sep 2009) | 2 lines
+Changed paths:
+   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.
+
+------------------------------------------------------------------------
+r29772 | krj | 2009-09-07 09:07:04 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+
+Whitespace changes
+------------------------------------------------------------------------
+r29773 | krj | 2009-09-07 09:17:58 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+
+Constify some functions
+------------------------------------------------------------------------
+r29774 | etxrab | 2009-09-07 10:08:34 -0700 (Mon, 07 Sep 2009) | 3 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29775 | krj | 2009-09-07 10:09:09 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29776 | etxrab | 2009-09-07 10:17:07 -0700 (Mon, 07 Sep 2009) | 4 lines
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29777 | krj | 2009-09-07 10:45:37 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+Add progress bar while constructing columns (which is time consuming)
+------------------------------------------------------------------------
+r29778 | krj | 2009-09-07 11:53:17 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/nstime.c
    M /trunk/epan/nstime.h
-   M /trunk/epan/osi-utils.c
-   M /trunk/epan/osi-utils.h
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet.h
-   M /trunk/epan/packet_info.h
-   M /trunk/epan/pint.h
-   M /trunk/epan/plugins.c
-   M /trunk/epan/plugins.h
+   M /trunk/gtk/packet_list_store.c
+
+Auto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULATIVE_BYTES
+------------------------------------------------------------------------
+r29779 | krj | 2009-09-07 12:07:30 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+Auto resize rest of the frame_data columns
+------------------------------------------------------------------------
+r29780 | krj | 2009-09-07 12:43:05 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/packet_list_store.c
+
+Make sure that we fill in the frame_data before passing it onto col_fill_in_frame_data
+------------------------------------------------------------------------
+r29781 | krj | 2009-09-07 12:50:19 -0700 (Mon, 07 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
+
+Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iter
+------------------------------------------------------------------------
+r29782 | krj | 2009-09-07 13:45:32 -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
+
+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()
+------------------------------------------------------------------------
+r29783 | krj | 2009-09-07 14:07:51 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/main_statusbar.c
+
+Make sure that reset the elapsed time to load a file before we reload/rescan the file
+------------------------------------------------------------------------
+r29784 | etxrab | 2009-09-07 21:50:48 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+Remove an unused parameter.
+------------------------------------------------------------------------
+r29785 | jake | 2009-09-07 22:58:51 -0700 (Mon, 07 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+From Artem Tamazov:
+Add Artem Tamazov and Dmitry Trebuch to AUTHORS.
+
+------------------------------------------------------------------------
+r29786 | jmayer | 2009-09-08 00:03:57 -0700 (Tue, 08 Sep 2009) | 4 lines
+Changed paths:
+   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
+
+dftest and rawshark now build.
+tshark might build.
+
+
+------------------------------------------------------------------------
+r29787 | etxrab | 2009-09-08 02:11:21 -0700 (Tue, 08 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/asn1/h248/h248v3.asn
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+
+From   Alex Lindberg:
+Update to h248v3.asn
+
+Applied the change from the Amendment 1 by hand.
+------------------------------------------------------------------------
+r29788 | stig | 2009-09-08 03:12:01 -0700 (Tue, 08 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+Fixed initialization of fdata.
+
+------------------------------------------------------------------------
+r29789 | etxrab | 2009-09-08 03:33:15 -0700 (Tue, 08 Sep 2009) | 3 lines
+Changed paths:
+   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
-   M /trunk/epan/report_err.h
-   M /trunk/epan/resolv.c
-   M /trunk/epan/resolv.h
-   M /trunk/epan/slab.h
-   M /trunk/epan/sna-utils.c
-   M /trunk/epan/sna-utils.h
-   M /trunk/epan/strutil.c
-   M /trunk/epan/strutil.h
-   M /trunk/epan/timestamp.c
-   M /trunk/epan/timestamp.h
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-   M /trunk/epan/tvbtest.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-   M /trunk/epan/value_string.c
-   M /trunk/epan/value_string.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/about_dlg.h
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/capture_combo_utils.c
-   M /trunk/gtk/capture_combo_utils.h
+
+From : Didier Gautheron
+speed up a little proto_custom_set.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3972
+------------------------------------------------------------------------
+r29790 | stig | 2009-09-08 06:44:34 -0700 (Tue, 08 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmp.c
+
+Cleanup code for type and code, do not show empty "()" when code is unused.
+Use hex values for bitmasks in header_field_info.
+
+------------------------------------------------------------------------
+r29791 | etxrab | 2009-09-08 06:49:19 -0700 (Tue, 08 Sep 2009) | 1 line
+Changed paths:
    M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_dlg.h
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/capture_prefs.c
-   M /trunk/gtk/capture_prefs.h
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/color_dlg.h
-   M /trunk/gtk/color_filters.c
-   M /trunk/gtk/color_filters.h
-   M /trunk/gtk/color_utils.c
-   M /trunk/gtk/color_utils.h
-   M /trunk/gtk/colors.c
-   M /trunk/gtk/colors.h
-   M /trunk/gtk/column_prefs.c
-   M /trunk/gtk/column_prefs.h
-   M /trunk/gtk/compat_macros.h
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/decode_as_dlg.h
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/dfilter_expr_dlg.h
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/dlg_utils.h
-   M /trunk/gtk/endpoint_talkers_eth.c
-   M /trunk/gtk/endpoint_talkers_fc.c
-   M /trunk/gtk/endpoint_talkers_fddi.c
-   M /trunk/gtk/endpoint_talkers_ip.c
-   M /trunk/gtk/endpoint_talkers_ipx.c
-   M /trunk/gtk/endpoint_talkers_table.c
-   M /trunk/gtk/endpoint_talkers_table.h
-   M /trunk/gtk/endpoint_talkers_tcpip.c
-   M /trunk/gtk/endpoint_talkers_tr.c
-   M /trunk/gtk/endpoint_talkers_udpip.c
-   M /trunk/gtk/ethclist.c
-   M /trunk/gtk/ethclist.h
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/file_dlg.h
-   M /trunk/gtk/filter_prefs.c
-   M /trunk/gtk/filter_prefs.h
-   M /trunk/gtk/find_dlg.c
-   M /trunk/gtk/find_dlg.h
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/follow_dlg.h
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/font_utils.h
-   M /trunk/gtk/goto_dlg.c
-   M /trunk/gtk/goto_dlg.h
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gsm_map_stat.h
-   M /trunk/gtk/gsm_map_summary.c
-   M /trunk/gtk/gtk_stat_util.c
-   M /trunk/gtk/gtk_stat_util.h
-   M /trunk/gtk/gtkglobals.h
-   M /trunk/gtk/gui_prefs.c
-   M /trunk/gtk/gui_prefs.h
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/help_dlg.h
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/hostlist_fddi.c
-   M /trunk/gtk/hostlist_ip.c
-   M /trunk/gtk/hostlist_ipx.c
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/hostlist_table.h
-   M /trunk/gtk/hostlist_tcpip.c
-   M /trunk/gtk/hostlist_tr.c
-   M /trunk/gtk/hostlist_udpip.c
-   M /trunk/gtk/http_stat.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/isprint.h
-   M /trunk/gtk/isup_stat.c
-   M /trunk/gtk/keys.h
-   M /trunk/gtk/layout_prefs.c
-   M /trunk/gtk/layout_prefs.h
-   M /trunk/gtk/ldap_stat.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
+
+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.
+
+------------------------------------------------------------------------
+r29793 | krj | 2009-09-08 07:21:14 -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
+
+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.
+
+------------------------------------------------------------------------
+r29794 | krj | 2009-09-08 07:26:09 -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
+
+Custom column deprecation:
+
+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.
+
+------------------------------------------------------------------------
+r29795 | krj | 2009-09-08 07:29:08 -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
+
+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.
+
+------------------------------------------------------------------------
+r29796 | etxrab | 2009-09-08 07:41:25 -0700 (Tue, 08 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/prefs_gui.c
+
+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
+
+Custom columnfication:
+
+* Deprecate COL_DCE_CTX ("Context ID). Use dcerpc.cn_ctx_id
+
+------------------------------------------------------------------------
+r29798 | krj | 2009-09-08 08:55:10 -0700 (Tue, 08 Sep 2009) | 1 line
+Changed paths:
+   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
+
+- now wireshark compiles with cmake as well
+
+------------------------------------------------------------------------
+r29800 | jmayer | 2009-09-08 09:07:14 -0700 (Tue, 08 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+Build new packetlist
+
+------------------------------------------------------------------------
+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.
+
+------------------------------------------------------------------------
+r29803 | krj | 2009-09-08 10:29:57 -0700 (Tue, 08 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column.c
+   M /trunk/epan/column.h
    M /trunk/gtk/main.c
-   M /trunk/gtk/main.h
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/menu.h
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_stat.h
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/nameres_prefs.c
-   M /trunk/gtk/nameres_prefs.h
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/packet_list.h
-   M /trunk/gtk/packet_win.c
-   M /trunk/gtk/packet_win.h
-   M /trunk/gtk/plugins_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/prefs_dlg.h
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/print_mswin.c
-   M /trunk/gtk/print_mswin.h
-   M /trunk/gtk/print_prefs.c
-   M /trunk/gtk/print_prefs.h
-   M /trunk/gtk/progress_dlg.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/proto_dlg.h
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_draw.h
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/proto_hier_stats_dlg.h
-   M /trunk/gtk/range_utils.c
-   M /trunk/gtk/range_utils.h
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/recent.h
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_analysis.h
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/rtp_stream.h
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/rtp_stream_dlg.h
-   M /trunk/gtk/sat.h
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/service_response_time_table.h
-   M /trunk/gtk/simple_dialog.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stream_prefs.c
-   M /trunk/gtk/stream_prefs.h
-   M /trunk/gtk/summary_dlg.c
-   M /trunk/gtk/summary_dlg.h
-   M /trunk/gtk/supported_protos_dlg.c
-   M /trunk/gtk/supported_protos_dlg.h
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/tap_dfilter_dlg.h
-   M /trunk/gtk/tap_menu.h
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/text_page.c
-   M /trunk/gtk/text_page.h
-   M /trunk/gtk/toolbar.c
-   M /trunk/gtk/toolbar.h
-   M /trunk/gtk/ui_util.c
-   M /trunk/gtk/ui_util.h
-   M /trunk/gtk/webbrowser.h
-   M /trunk/gtk/wsp_stat.c
-   M /trunk/help/Makefile.am
-   M /trunk/help/Makefile.nmake
-   M /trunk/image/Makefile.nmake
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-   M /trunk/plugins/Makefile.am
-   M /trunk/plugins/Makefile.nmake
-   M /trunk/plugins/acn/ChangeLog
-   M /trunk/plugins/acn/Makefile.am
-   M /trunk/plugins/acn/Makefile.nmake
-   M /trunk/plugins/acn/packet-acn.c
-   M /trunk/plugins/artnet/ChangeLog
-   M /trunk/plugins/artnet/Makefile.am
-   M /trunk/plugins/artnet/Makefile.nmake
-   M /trunk/plugins/artnet/packet-artnet.c
-   M /trunk/plugins/asn1/Makefile.am
-   M /trunk/plugins/asn1/Makefile.nmake
-   M /trunk/plugins/asn1/packet-asn1.c
-   M /trunk/plugins/ciscosm/Makefile.am
-   M /trunk/plugins/ciscosm/Makefile.nmake
-   M /trunk/plugins/ciscosm/packet-sm.c
-   M /trunk/plugins/docsis/Makefile.am
-   M /trunk/plugins/docsis/Makefile.nmake
-   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-docsis.c
-   M /trunk/plugins/docsis/packet-docsis.h
-   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-regack.c
-   M /trunk/plugins/docsis/packet-regreq.c
-   M /trunk/plugins/docsis/packet-regrsp.c
-   M /trunk/plugins/docsis/packet-rngreq.c
-   M /trunk/plugins/docsis/packet-rngrsp.c
-   M /trunk/plugins/docsis/packet-tlv.c
-   M /trunk/plugins/docsis/packet-tlv.h
-   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/enttec/ChangeLog
-   M /trunk/plugins/enttec/Makefile.am
-   M /trunk/plugins/enttec/Makefile.nmake
-   M /trunk/plugins/enttec/packet-enttec.c
-   M /trunk/plugins/giop/Makefile.am
-   M /trunk/plugins/giop/Makefile.nmake
-   M /trunk/plugins/gryphon/Makefile.am
-   M /trunk/plugins/gryphon/Makefile.nmake
-   M /trunk/plugins/gryphon/packet-gryphon.c
-   M /trunk/plugins/gryphon/packet-gryphon.h
-   M /trunk/plugins/irda/Makefile.am
-   M /trunk/plugins/irda/Makefile.nmake
-   M /trunk/plugins/irda/irda-appl.h
-   M /trunk/plugins/irda/packet-ircomm.c
-   M /trunk/plugins/irda/packet-irda.c
-   M /trunk/plugins/lwres/Makefile.am
-   M /trunk/plugins/lwres/Makefile.nmake
-   M /trunk/plugins/lwres/packet-lwres.c
-   M /trunk/plugins/megaco/Makefile.am
-   M /trunk/plugins/megaco/Makefile.nmake
-   M /trunk/plugins/megaco/packet-megaco.c
-   M /trunk/plugins/mgcp/Makefile.am
-   M /trunk/plugins/mgcp/Makefile.nmake
-   M /trunk/plugins/mgcp/packet-mgcp.c
-   M /trunk/plugins/mgcp/packet-mgcp.h
-   M /trunk/plugins/pcli/Makefile.am
-   M /trunk/plugins/pcli/Makefile.nmake
-   M /trunk/plugins/pcli/packet-pcli.c
-   M /trunk/plugins/plugin_api.c
-   M /trunk/plugins/plugin_api.h
-   M /trunk/plugins/plugin_api_decls.h
-   M /trunk/plugins/plugin_api_defs.h
-   M /trunk/plugins/plugin_api_list.c
-   M /trunk/plugins/plugin_gen.py
-   M /trunk/plugins/plugin_table.h
-   M /trunk/plugins/rdm/Makefile.am
-   M /trunk/plugins/rdm/Makefile.nmake
-   M /trunk/plugins/rdm/packet-rdm.c
-   M /trunk/plugins/rlm/Makefile.am
-   M /trunk/plugins/rlm/Makefile.nmake
-   M /trunk/plugins/rlm/packet-rlm.c
-   M /trunk/plugins/rtnet/Makefile.am
-   M /trunk/plugins/rtnet/Makefile.nmake
-   M /trunk/plugins/rtnet/packet-rtnet.c
-   M /trunk/plugins/rudp/Makefile.am
-   M /trunk/plugins/rudp/Makefile.nmake
-   M /trunk/plugins/rudp/packet-rudp.c
-   M /trunk/plugins/v5ua/Makefile.am
-   M /trunk/plugins/v5ua/Makefile.nmake
-   M /trunk/tools/Makefile.am
-   M /trunk/tools/Makefile.nmake
-   M /trunk/tools/asn2eth.py
-   M /trunk/tools/cvsdiff-fix.py
-   M /trunk/tools/dfilter-test.py
-   M /trunk/tools/lemon/Makefile.am
-   M /trunk/tools/lemon/Makefile.nmake
-   M /trunk/tools/lemon/README
-   M /trunk/tools/lemon/cppmagic.h
-   M /trunk/tools/lemon/lemon.c
-   M /trunk/tools/lemon/lemonflex-head.inc
-   M /trunk/tools/lemon/lemonflex-tail.inc
-   M /trunk/wiretap/5views.c
-   M /trunk/wiretap/5views.h
-   M /trunk/wiretap/Makefile.am
-   M /trunk/wiretap/Makefile.nmake
-   M /trunk/wiretap/README
-   M /trunk/wiretap/README.developer
-   M /trunk/wiretap/acinclude.m4
-   M /trunk/wiretap/airopeek9.c
-   M /trunk/wiretap/airopeek9.h
-   M /trunk/wiretap/ascend-grammar.y
-   M /trunk/wiretap/ascend-int.h
-   M /trunk/wiretap/ascend-scanner.l
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/ascend.h
-   M /trunk/wiretap/atm.c
-   M /trunk/wiretap/atm.h
-   M /trunk/wiretap/buffer.c
-   M /trunk/wiretap/buffer.h
-   M /trunk/wiretap/config.h.win32
-   M /trunk/wiretap/configure.in
-   M /trunk/wiretap/cosine.c
-   M /trunk/wiretap/cosine.h
-   M /trunk/wiretap/csids.c
-   M /trunk/wiretap/csids.h
-   M /trunk/wiretap/dbs-etherwatch.c
-   M /trunk/wiretap/dbs-etherwatch.h
-   M /trunk/wiretap/erf.c
-   M /trunk/wiretap/erf.h
-   M /trunk/wiretap/etherpeek.c
-   M /trunk/wiretap/etherpeek.h
-   M /trunk/wiretap/eyesdn.c
-   M /trunk/wiretap/eyesdn.h
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/file_wrappers.c
-   M /trunk/wiretap/file_wrappers.h
-   M /trunk/wiretap/hcidump.c
-   M /trunk/wiretap/hcidump.h
-   M /trunk/wiretap/i4b_trace.h
-   M /trunk/wiretap/i4btrace.c
-   M /trunk/wiretap/i4btrace.h
-   M /trunk/wiretap/iptrace.c
-   M /trunk/wiretap/iptrace.h
-   M /trunk/wiretap/lanalyzer.c
-   M /trunk/wiretap/lanalyzer.h
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/libpcap.h
-   M /trunk/wiretap/netmon.c
-   M /trunk/wiretap/netmon.h
-   M /trunk/wiretap/nettl.c
-   M /trunk/wiretap/nettl.h
-   M /trunk/wiretap/network_instruments.c
-   M /trunk/wiretap/network_instruments.h
-   M /trunk/wiretap/netxray.c
-   M /trunk/wiretap/netxray.h
-   M /trunk/wiretap/ngsniffer.c
-   M /trunk/wiretap/ngsniffer.h
-   M /trunk/wiretap/pppdump.c
-   M /trunk/wiretap/pppdump.h
-   M /trunk/wiretap/radcom.c
-   M /trunk/wiretap/radcom.h
-   M /trunk/wiretap/snoop.c
-   M /trunk/wiretap/snoop.h
-   M /trunk/wiretap/toshiba.c
-   M /trunk/wiretap/toshiba.h
-   M /trunk/wiretap/visual.c
-   M /trunk/wiretap/visual.h
-   M /trunk/wiretap/vms.c
-   M /trunk/wiretap/vms.h
-   M /trunk/wiretap/wtap-capture.h
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/rawshark.c
+   M /trunk/tshark.c
+
+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
+------------------------------------------------------------------------
+r29805 | etxrab | 2009-09-08 11:46:47 -0700 (Tue, 08 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-giop.h
 
-Set the "svn:keywords Id" property on all other files with an RCS ID string.
+From Steve Osselton:
+Fix for MIOP dissector for GIOP < 1.2.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3892
+------------------------------------------------------------------------
+r29806 | krj | 2009-09-08 12:00:54 -0700 (Tue, 08 Sep 2009) | 1 line
+Changed paths:
+   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
 
+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.
+------------------------------------------------------------------------
+r29807 | etxrab | 2009-09-08 12:38:42 -0700 (Tue, 08 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
 
+From Xavier Laxa:
+UNS bit not correctly parsed in DNP APP Layer.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3318
 ------------------------------------------------------------------------
-r11397 | gerald | 2004-07-17 15:20:45 -0500 (Sat, 17 Jul 2004) | 8 lines
+r29808 | krj | 2009-09-08 13:06:52 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/Ethereal.desktop
-   M /trunk/Makefile.am
-   M /trunk/Makefile.common
-   M /trunk/Makefile.nmake
-   M /trunk/NEWS
-   M /trunk/README
-   M /trunk/README.aix
-   M /trunk/README.bsd
-   M /trunk/README.hpux
-   M /trunk/README.irix
-   M /trunk/README.linux
-   M /trunk/README.macos
-   M /trunk/README.tru64
-   M /trunk/README.vmware
-   M /trunk/README.win32
-   M /trunk/TODO
-   M /trunk/acinclude.m4
-   M /trunk/aclocal-flags
-   M /trunk/adler32.c
-   M /trunk/adler32.h
-   M /trunk/afn.c
-   M /trunk/afn.h
-   M /trunk/aftypes.h
-   M /trunk/alert_box.c
-   M /trunk/alert_box.h
-   M /trunk/arcnet_pids.h
-   M /trunk/asn1.c
-   M /trunk/asn1.h
-   M /trunk/autogen.sh
-   M /trunk/bridged_pids.h
-   M /trunk/capture-wpcap.c
-   M /trunk/capture-wpcap.h
-   M /trunk/capture.c
-   M /trunk/capture.h
-   M /trunk/capture_stop_conditions.c
-   M /trunk/capture_stop_conditions.h
-   M /trunk/cfile.c
-   M /trunk/cfile.h
-   M /trunk/chdlctypes.h
-   M /trunk/cleanbld.bat
-   M /trunk/color.h
-   M /trunk/column.c
-   M /trunk/column.h
-   M /trunk/conditions.c
-   M /trunk/conditions.h
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
-   M /trunk/configure.in
-   M /trunk/crc16.c
-   M /trunk/crc16.h
-   M /trunk/crc32.c
-   M /trunk/crc32.h
-   M /trunk/crypt-des.c
-   M /trunk/crypt-des.h
-   M /trunk/crypt-md4.c
-   M /trunk/crypt-md4.h
-   M /trunk/crypt-md5.c
-   M /trunk/crypt-md5.h
-   M /trunk/crypt-rc4.c
-   M /trunk/crypt-rc4.h
-   M /trunk/dftest.c
-   M /trunk/disabled_protos.c
-   M /trunk/disabled_protos.h
-   M /trunk/editcap.c
-   M /trunk/ethereal_be.py
-   M /trunk/ethereal_gen.py
-   M /trunk/etypes.h
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/filters.c
-   M /trunk/filters.h
-   M /trunk/follow.c
-   M /trunk/follow.h
-   M /trunk/format-oid.h
-   M /trunk/g711.c
-   M /trunk/g711.h
-   M /trunk/getopt.c
-   M /trunk/globals.h
-   M /trunk/greproto.h
-   M /trunk/h225-persistentdata.c
-   M /trunk/h225-persistentdata.h
-   M /trunk/iax2_codec_type.h
-   M /trunk/idl2eth.sh
-   M /trunk/in_cksum.c
-   M /trunk/in_cksum.h
-   M /trunk/ip_opts.h
-   M /trunk/ipproto.c
-   M /trunk/ipproto.h
-   M /trunk/isprint.h
-   M /trunk/lapd_sapi.h
-   M /trunk/llcsaps.h
-   M /trunk/make-authors-short.pl
-   M /trunk/make-faq
-   M /trunk/make-manuf
-   M /trunk/make-reg-dotc
-   M /trunk/make-reg-dotc.py
-   M /trunk/make-tapreg-dotc
-   M /trunk/make-version.pl
-   M /trunk/manuf
-   M /trunk/manuf.tmpl
-   M /trunk/menu.h
-   M /trunk/merge.c
-   M /trunk/merge.h
-   M /trunk/mergecap.c
-   M /trunk/mkcap.c
-   M /trunk/ncp2222.py
-   M /trunk/nlpid.h
-   M /trunk/oui.h
-   M /trunk/packet-3g-a11.c
-   M /trunk/packet-aarp.c
-   M /trunk/packet-acap.c
-   M /trunk/packet-acse.c
-   M /trunk/packet-acse.h
-   M /trunk/packet-afp.c
-   M /trunk/packet-afp.h
-   M /trunk/packet-afs-defs.h
-   M /trunk/packet-afs-macros.h
-   M /trunk/packet-afs-register-info.h
-   M /trunk/packet-afs.c
-   M /trunk/packet-afs.h
-   M /trunk/packet-aim-admin.c
-   M /trunk/packet-aim-adverts.c
-   M /trunk/packet-aim-bos.c
-   M /trunk/packet-aim-buddylist.c
-   M /trunk/packet-aim-chat.c
-   M /trunk/packet-aim-chatnav.c
-   M /trunk/packet-aim-directory.c
-   M /trunk/packet-aim-generic.c
-   M /trunk/packet-aim-icq.c
-   M /trunk/packet-aim-invitation.c
-   M /trunk/packet-aim-location.c
-   M /trunk/packet-aim-messaging.c
-   M /trunk/packet-aim-oft.c
-   M /trunk/packet-aim-popup.c
-   M /trunk/packet-aim-signon.c
-   M /trunk/packet-aim-ssi.c
-   M /trunk/packet-aim-stats.c
-   M /trunk/packet-aim-translate.c
-   M /trunk/packet-aim-userlookup.c
-   M /trunk/packet-aim.c
-   M /trunk/packet-aim.h
-   M /trunk/packet-ajp13.c
-   M /trunk/packet-alcap.c
-   M /trunk/packet-ans.c
-   M /trunk/packet-ansi_637.c
-   M /trunk/packet-ansi_683.c
-   M /trunk/packet-ansi_801.c
-   M /trunk/packet-ansi_a.c
-   M /trunk/packet-ansi_a.h
-   M /trunk/packet-ansi_map.c
-   M /trunk/packet-ansi_map.h
-   M /trunk/packet-aodv.c
-   M /trunk/packet-ap1394.c
-   M /trunk/packet-ap1394.h
-   M /trunk/packet-arcnet.c
-   M /trunk/packet-arcnet.h
-   M /trunk/packet-arp.c
-   M /trunk/packet-arp.h
-   M /trunk/packet-asap.c
-   M /trunk/packet-ascend.c
-   M /trunk/packet-asf.c
-   M /trunk/packet-atalk.c
-   M /trunk/packet-atalk.h
-   M /trunk/packet-atm.c
-   M /trunk/packet-atm.h
-   M /trunk/packet-auto_rp.c
-   M /trunk/packet-bacapp.c
-   M /trunk/packet-bacnet.c
-   M /trunk/packet-beep.c
-   M /trunk/packet-ber.c
-   M /trunk/packet-ber.h
-   M /trunk/packet-bfd.c
-   M /trunk/packet-bgp.c
-   M /trunk/packet-bgp.h
-   M /trunk/packet-bofl.c
-   M /trunk/packet-bootp.c
-   M /trunk/packet-bootparams.c
-   M /trunk/packet-bootparams.h
-   M /trunk/packet-bpdu.c
-   M /trunk/packet-brdwlk.c
-   M /trunk/packet-bssap.c
-   M /trunk/packet-bssap.h
-   M /trunk/packet-bssgp.c
-   M /trunk/packet-bvlc.c
-   M /trunk/packet-cast.c
-   M /trunk/packet-ccsds.c
-   M /trunk/packet-cdp.c
-   M /trunk/packet-cgmp.c
-   M /trunk/packet-chdlc.c
-   M /trunk/packet-chdlc.h
-   M /trunk/packet-cisco-oui.c
-   M /trunk/packet-clearcase.c
-   M /trunk/packet-clearcase.h
-   M /trunk/packet-clip.c
-   M /trunk/packet-clip.h
-   M /trunk/packet-clnp.c
-   M /trunk/packet-cops.c
-   M /trunk/packet-cosine.c
-   M /trunk/packet-cpfi.c
-   M /trunk/packet-cpha.c
-   M /trunk/packet-cups.c
-   M /trunk/packet-data.c
-   M /trunk/packet-data.h
-   M /trunk/packet-dccp.c
-   M /trunk/packet-dccp.h
-   M /trunk/packet-dcerpc-afs4int.c
-   M /trunk/packet-dcerpc-atsvc.c
-   M /trunk/packet-dcerpc-atsvc.h
-   M /trunk/packet-dcerpc-bossvr.c
-   M /trunk/packet-dcerpc-browser.c
-   M /trunk/packet-dcerpc-browser.h
-   M /trunk/packet-dcerpc-budb.c
-   M /trunk/packet-dcerpc-butc.c
-   M /trunk/packet-dcerpc-cds_clerkserver.c
-   M /trunk/packet-dcerpc-cds_solicit.c
-   M /trunk/packet-dcerpc-conv.c
-   M /trunk/packet-dcerpc-cprpc_server.c
-   M /trunk/packet-dcerpc-dce122.c
-   M /trunk/packet-dcerpc-dce122.h
-   M /trunk/packet-dcerpc-dcom.h
-   M /trunk/packet-dcerpc-dfs.c
-   M /trunk/packet-dcerpc-dfs.h
-   M /trunk/packet-dcerpc-dnsserver.c
-   M /trunk/packet-dcerpc-dnsserver.h
-   M /trunk/packet-dcerpc-drsuapi.c
-   M /trunk/packet-dcerpc-drsuapi.h
-   M /trunk/packet-dcerpc-dtsprovider.c
-   M /trunk/packet-dcerpc-dtsstime_req.c
-   M /trunk/packet-dcerpc-efs.c
-   M /trunk/packet-dcerpc-efs.h
-   M /trunk/packet-dcerpc-epm.c
-   M /trunk/packet-dcerpc-epm4.c
-   M /trunk/packet-dcerpc-eventlog.c
-   M /trunk/packet-dcerpc-eventlog.h
-   M /trunk/packet-dcerpc-fldb.c
-   M /trunk/packet-dcerpc-frsapi.c
-   M /trunk/packet-dcerpc-frsapi.h
-   M /trunk/packet-dcerpc-frsrpc.c
-   M /trunk/packet-dcerpc-frsrpc.h
-   M /trunk/packet-dcerpc-ftserver.c
-   M /trunk/packet-dcerpc-icl_rpc.c
-   M /trunk/packet-dcerpc-initshutdown.c
-   M /trunk/packet-dcerpc-initshutdown.h
-   M /trunk/packet-dcerpc-krb5rpc.c
-   M /trunk/packet-dcerpc-llb.c
-   M /trunk/packet-dcerpc-lsa-ds.c
-   M /trunk/packet-dcerpc-lsa.c
-   M /trunk/packet-dcerpc-lsa.h
-   M /trunk/packet-dcerpc-mapi.c
-   M /trunk/packet-dcerpc-mapi.h
-   M /trunk/packet-dcerpc-messenger.c
-   M /trunk/packet-dcerpc-mgmt.c
-   M /trunk/packet-dcerpc-ndr.c
-   M /trunk/packet-dcerpc-netlogon.c
-   M /trunk/packet-dcerpc-netlogon.h
-   M /trunk/packet-dcerpc-nspi.c
-   M /trunk/packet-dcerpc-nt.c
-   M /trunk/packet-dcerpc-nt.h
-   M /trunk/packet-dcerpc-oxid.c
-   M /trunk/packet-dcerpc-rdaclif.c
-   M /trunk/packet-dcerpc-reg.c
-   M /trunk/packet-dcerpc-reg.h
-   M /trunk/packet-dcerpc-remact.c
-   M /trunk/packet-dcerpc-rep_proc.c
-   M /trunk/packet-dcerpc-roverride.c
-   M /trunk/packet-dcerpc-rpriv.c
-   M /trunk/packet-dcerpc-rs_acct.c
-   M /trunk/packet-dcerpc-rs_attr.c
-   M /trunk/packet-dcerpc-rs_attr_schema.c
-   M /trunk/packet-dcerpc-rs_bind.c
-   M /trunk/packet-dcerpc-rs_misc.c
-   M /trunk/packet-dcerpc-rs_pgo.c
-   M /trunk/packet-dcerpc-rs_plcy.c
-   M /trunk/packet-dcerpc-rs_prop_acct.c
-   M /trunk/packet-dcerpc-rs_prop_acl.c
-   M /trunk/packet-dcerpc-rs_prop_attr.c
-   M /trunk/packet-dcerpc-rs_prop_pgo.c
-   M /trunk/packet-dcerpc-rs_prop_plcy.c
-   M /trunk/packet-dcerpc-rs_pwd_mgmt.c
-   M /trunk/packet-dcerpc-rs_repadm.c
-   M /trunk/packet-dcerpc-rs_replist.c
-   M /trunk/packet-dcerpc-rs_repmgr.c
-   M /trunk/packet-dcerpc-rs_unix.c
-   M /trunk/packet-dcerpc-rsec_login.c
-   M /trunk/packet-dcerpc-samr.c
-   M /trunk/packet-dcerpc-samr.h
-   M /trunk/packet-dcerpc-secidmap.c
-   M /trunk/packet-dcerpc-spoolss.c
-   M /trunk/packet-dcerpc-spoolss.h
-   M /trunk/packet-dcerpc-srvsvc.c
-   M /trunk/packet-dcerpc-srvsvc.h
-   M /trunk/packet-dcerpc-svcctl.c
-   M /trunk/packet-dcerpc-svcctl.h
-   M /trunk/packet-dcerpc-tapi.c
-   M /trunk/packet-dcerpc-tapi.h
-   M /trunk/packet-dcerpc-tkn4int.c
-   M /trunk/packet-dcerpc-trksvr.c
-   M /trunk/packet-dcerpc-ubikdisk.c
-   M /trunk/packet-dcerpc-ubikvote.c
-   M /trunk/packet-dcerpc-update.c
-   M /trunk/packet-dcerpc-wkssvc.c
-   M /trunk/packet-dcerpc-wkssvc.h
-   M /trunk/packet-dcerpc.c
-   M /trunk/packet-dcerpc.h
-   M /trunk/packet-dcm.c
-   M /trunk/packet-ddtp.c
-   M /trunk/packet-ddtp.h
-   M /trunk/packet-dec-bpdu.c
-   M /trunk/packet-dhcpv6.c
-   M /trunk/packet-diameter-defs.h
-   M /trunk/packet-diameter.c
-   M /trunk/packet-diffserv-mpls-common.c
-   M /trunk/packet-diffserv-mpls-common.h
-   M /trunk/packet-distcc.c
-   M /trunk/packet-dlsw.c
-   M /trunk/packet-dnp.c
-   M /trunk/packet-dns.c
-   M /trunk/packet-dns.h
-   M /trunk/packet-dsi.c
-   M /trunk/packet-dvmrp.c
-   M /trunk/packet-dvmrp.h
-   M /trunk/packet-e164.c
-   M /trunk/packet-e164.h
-   M /trunk/packet-eap.c
-   M /trunk/packet-eapol.c
-   M /trunk/packet-echo.c
-   M /trunk/packet-edonkey.c
-   M /trunk/packet-edonkey.h
-   M /trunk/packet-eigrp.c
-   M /trunk/packet-enc.c
-   M /trunk/packet-enip.c
-   M /trunk/packet-enrp.c
-   M /trunk/packet-esis.c
-   M /trunk/packet-esis.h
-   M /trunk/packet-eth.c
-   M /trunk/packet-eth.h
-   M /trunk/packet-etherip.c
-   M /trunk/packet-ethertype.c
-   M /trunk/packet-fc.c
-   M /trunk/packet-fc.h
-   M /trunk/packet-fcbls.h
-   M /trunk/packet-fcct.c
-   M /trunk/packet-fcct.h
-   M /trunk/packet-fcdns.c
-   M /trunk/packet-fcdns.h
-   M /trunk/packet-fcels.c
-   M /trunk/packet-fcels.h
-   M /trunk/packet-fcfcs.c
-   M /trunk/packet-fcfcs.h
-   M /trunk/packet-fcfzs.c
-   M /trunk/packet-fcfzs.h
-   M /trunk/packet-fcip.c
-   M /trunk/packet-fclctl.c
-   M /trunk/packet-fclctl.h
-   M /trunk/packet-fcp.c
-   M /trunk/packet-fcp.h
-   M /trunk/packet-fcsb3.c
-   M /trunk/packet-fcsb3.h
-   M /trunk/packet-fcsp.c
-   M /trunk/packet-fcsp.h
-   M /trunk/packet-fcswils.c
-   M /trunk/packet-fcswils.h
-   M /trunk/packet-fddi.c
-   M /trunk/packet-fddi.h
-   M /trunk/packet-fix.c
-   M /trunk/packet-fr.c
-   M /trunk/packet-frame.c
-   M /trunk/packet-frame.h
-   M /trunk/packet-ftam.c
-   M /trunk/packet-ftam.h
-   M /trunk/packet-ftp.c
-   M /trunk/packet-fw1.c
-   M /trunk/packet-gift.c
-   M /trunk/packet-giop.c
-   M /trunk/packet-giop.h
-   M /trunk/packet-gmrp.c
-   M /trunk/packet-gnutella.c
-   M /trunk/packet-gnutella.h
-   M /trunk/packet-gprs-llc.c
-   M /trunk/packet-gprs-ns.c
-   M /trunk/packet-gre.c
-   M /trunk/packet-gsm_a.c
-   M /trunk/packet-gsm_a.h
-   M /trunk/packet-gsm_map.c
-   M /trunk/packet-gsm_map.h
-   M /trunk/packet-gsm_sms.c
-   M /trunk/packet-gsm_sms.h
-   M /trunk/packet-gsm_sms_ud.c
-   M /trunk/packet-gsm_ss.c
-   M /trunk/packet-gsm_ss.h
-   M /trunk/packet-gssapi.c
-   M /trunk/packet-gssapi.h
-   M /trunk/packet-gtp.c
-   M /trunk/packet-gtp.h
-   M /trunk/packet-gvrp.c
-   M /trunk/packet-h1.c
-   M /trunk/packet-h225.c
-   M /trunk/packet-h225.h
-   M /trunk/packet-h235.c
-   M /trunk/packet-h235.h
-   M /trunk/packet-h245.c
-   M /trunk/packet-h245.h
-   M /trunk/packet-h261.c
-   M /trunk/packet-h263.c
-   M /trunk/packet-h450.c
-   M /trunk/packet-hclnfsd.c
-   M /trunk/packet-hclnfsd.h
-   M /trunk/packet-hpext.c
-   M /trunk/packet-hpext.h
-   M /trunk/packet-hsrp.c
-   M /trunk/packet-http.c
-   M /trunk/packet-http.h
-   M /trunk/packet-hyperscsi.c
-   M /trunk/packet-iapp.c
-   M /trunk/packet-iax2.c
-   M /trunk/packet-iax2.h
-   M /trunk/packet-ib.c
-   M /trunk/packet-icap.c
-   M /trunk/packet-icmpv6.c
-   M /trunk/packet-icp.c
-   M /trunk/packet-icq.c
-   M /trunk/packet-ieee80211.c
-   M /trunk/packet-ieee80211.h
-   M /trunk/packet-ieee8023.c
-   M /trunk/packet-ieee8023.h
-   M /trunk/packet-igap.c
-   M /trunk/packet-igap.h
-   M /trunk/packet-igmp.c
-   M /trunk/packet-igmp.h
-   M /trunk/packet-igrp.c
-   M /trunk/packet-image-gif.c
-   M /trunk/packet-image-jfif.c
-   M /trunk/packet-imap.c
-   M /trunk/packet-ip.c
-   M /trunk/packet-ip.h
-   M /trunk/packet-ipdc.c
-   M /trunk/packet-ipdc.h
-   M /trunk/packet-ipfc.c
-   M /trunk/packet-ipfc.h
-   M /trunk/packet-ipmi.c
-   M /trunk/packet-ipp.c
-   M /trunk/packet-ipsec-udp.c
-   M /trunk/packet-ipsec.c
-   M /trunk/packet-ipsec.h
-   M /trunk/packet-ipv6.c
-   M /trunk/packet-ipv6.h
-   M /trunk/packet-ipvs-syncd.c
-   M /trunk/packet-ipx.c
-   M /trunk/packet-ipx.h
-   M /trunk/packet-ipxwan.c
-   M /trunk/packet-irc.c
-   M /trunk/packet-isakmp.c
-   M /trunk/packet-iscsi.c
-   M /trunk/packet-isdn.c
-   M /trunk/packet-isis-clv.c
-   M /trunk/packet-isis-clv.h
-   M /trunk/packet-isis-hello.c
-   M /trunk/packet-isis-hello.h
-   M /trunk/packet-isis-lsp.c
-   M /trunk/packet-isis-lsp.h
-   M /trunk/packet-isis-snp.c
-   M /trunk/packet-isis-snp.h
-   M /trunk/packet-isis.c
-   M /trunk/packet-isis.h
-   M /trunk/packet-isl.c
-   M /trunk/packet-isl.h
-   M /trunk/packet-ismp.c
-   M /trunk/packet-isns.c
-   M /trunk/packet-isup.c
-   M /trunk/packet-isup.h
-   M /trunk/packet-iua.c
-   M /trunk/packet-jabber.c
-   M /trunk/packet-kadm5.c
-   M /trunk/packet-kerberos.c
-   M /trunk/packet-kerberos.h
-   M /trunk/packet-klm.c
-   M /trunk/packet-klm.h
-   M /trunk/packet-kpasswd.c
-   M /trunk/packet-l2tp.c
-   M /trunk/packet-lapb.c
-   M /trunk/packet-lapbether.c
-   M /trunk/packet-lapd.c
-   M /trunk/packet-laplink.c
-   M /trunk/packet-ldap.c
-   M /trunk/packet-ldap.h
-   M /trunk/packet-ldp.c
-   M /trunk/packet-ldp.h
-   M /trunk/packet-llc.c
-   M /trunk/packet-llc.h
-   M /trunk/packet-lmi.c
-   M /trunk/packet-lmp.c
-   M /trunk/packet-lpd.c
-   M /trunk/packet-lwapp.c
-   M /trunk/packet-m2pa.c
-   M /trunk/packet-m2tp.c
-   M /trunk/packet-m2ua.c
-   M /trunk/packet-m3ua.c
-   M /trunk/packet-mbtcp.c
-   M /trunk/packet-mdshdr.c
-   M /trunk/packet-media.c
-   M /trunk/packet-mip.c
-   M /trunk/packet-mip6.c
-   M /trunk/packet-mip6.h
-   M /trunk/packet-mmse.c
-   M /trunk/packet-mount.c
-   M /trunk/packet-mount.h
-   M /trunk/packet-mpeg1.c
-   M /trunk/packet-mpls-echo.c
-   M /trunk/packet-mpls.c
-   M /trunk/packet-mq-pcf.c
-   M /trunk/packet-mq.c
-   M /trunk/packet-mq.h
-   M /trunk/packet-mrdisc.c
-   M /trunk/packet-mrdisc.h
-   M /trunk/packet-msdp.c
-   M /trunk/packet-msn-messenger.c
-   M /trunk/packet-msnip.c
-   M /trunk/packet-msnip.h
-   M /trunk/packet-msproxy.c
-   M /trunk/packet-mtp2.c
-   M /trunk/packet-mtp3.c
-   M /trunk/packet-mtp3.h
-   M /trunk/packet-mtp3mg.c
-   M /trunk/packet-multipart.c
-   M /trunk/packet-mysql.c
-   M /trunk/packet-nbipx.c
-   M /trunk/packet-nbns.c
-   M /trunk/packet-ncp-int.h
-   M /trunk/packet-ncp-nmas.c
-   M /trunk/packet-ncp-nmas.h
-   M /trunk/packet-ncp.c
-   M /trunk/packet-ncp2222.inc
-   M /trunk/packet-ndmp.c
-   M /trunk/packet-ndps.c
-   M /trunk/packet-ndps.h
-   M /trunk/packet-netbios.c
-   M /trunk/packet-netbios.h
-   M /trunk/packet-netflow.c
-   M /trunk/packet-nfs.c
-   M /trunk/packet-nfs.h
-   M /trunk/packet-nfsacl.c
-   M /trunk/packet-nfsauth.c
-   M /trunk/packet-nisplus.c
-   M /trunk/packet-nisplus.h
-   M /trunk/packet-nlm.c
-   M /trunk/packet-nlm.h
-   M /trunk/packet-nlsp.c
-   M /trunk/packet-nntp.c
-   M /trunk/packet-nt-oui.c
-   M /trunk/packet-nt-sonmp.c
-   M /trunk/packet-nt-tpcp.c
-   M /trunk/packet-ntlmssp.c
-   M /trunk/packet-ntp.c
-   M /trunk/packet-ntp.h
-   M /trunk/packet-null.c
-   M /trunk/packet-null.h
-   M /trunk/packet-olsr.c
-   M /trunk/packet-osi-options.c
-   M /trunk/packet-osi-options.h
-   M /trunk/packet-osi.c
-   M /trunk/packet-osi.h
-   M /trunk/packet-ospf.c
-   M /trunk/packet-pcnfsd.c
-   M /trunk/packet-pcnfsd.h
-   M /trunk/packet-per.c
-   M /trunk/packet-per.h
-   M /trunk/packet-pflog.c
-   M /trunk/packet-pflog.h
-   M /trunk/packet-pgm.c
-   M /trunk/packet-pim.c
-   M /trunk/packet-pim.h
-   M /trunk/packet-pktc.c
-   M /trunk/packet-pktc.h
-   M /trunk/packet-pop.c
-   M /trunk/packet-portmap.c
-   M /trunk/packet-portmap.h
-   M /trunk/packet-postgresql.c
-   M /trunk/packet-ppp.c
-   M /trunk/packet-ppp.h
-   M /trunk/packet-pppoe.c
-   M /trunk/packet-pptp.c
-   M /trunk/packet-pres.c
-   M /trunk/packet-pres.h
-   M /trunk/packet-prism.c
-   M /trunk/packet-prism.h
-   M /trunk/packet-q2931.c
-   M /trunk/packet-q931.c
-   M /trunk/packet-q931.h
-   M /trunk/packet-q933.c
-   M /trunk/packet-qllc.c
-   M /trunk/packet-quake.c
-   M /trunk/packet-quake2.c
-   M /trunk/packet-quake3.c
-   M /trunk/packet-quakeworld.c
-   M /trunk/packet-radiotap.c
-   M /trunk/packet-radiotap.h
-   M /trunk/packet-radius.c
-   M /trunk/packet-ranap.c
-   M /trunk/packet-raw.c
-   M /trunk/packet-raw.h
-   M /trunk/packet-rip.c
-   M /trunk/packet-ripng.c
-   M /trunk/packet-ripng.h
-   M /trunk/packet-rlogin.c
-   M /trunk/packet-rmcp.c
-   M /trunk/packet-rmi.c
-   M /trunk/packet-rmi.h
-   M /trunk/packet-rmp.c
-   M /trunk/packet-rpc.c
-   M /trunk/packet-rpc.h
-   M /trunk/packet-rpl.c
-   M /trunk/packet-rquota.c
-   M /trunk/packet-rquota.h
-   M /trunk/packet-rsh.c
-   M /trunk/packet-rstat.c
-   M /trunk/packet-rsvp.c
-   M /trunk/packet-rsvp.h
-   M /trunk/packet-rsync.c
-   M /trunk/packet-rtcp.c
-   M /trunk/packet-rtcp.h
-   M /trunk/packet-rtp-events.c
-   M /trunk/packet-rtp-events.h
-   M /trunk/packet-rtp.c
-   M /trunk/packet-rtp.h
-   M /trunk/packet-rtps.c
-   M /trunk/packet-rtps.h
-   M /trunk/packet-rtsp.c
-   M /trunk/packet-rwall.c
-   M /trunk/packet-rwall.h
-   M /trunk/packet-rx.c
-   M /trunk/packet-rx.h
-   M /trunk/packet-sadmind.c
-   M /trunk/packet-sap.c
-   M /trunk/packet-sccp.c
-   M /trunk/packet-sccpmg.c
-   M /trunk/packet-scsi.c
-   M /trunk/packet-scsi.h
-   M /trunk/packet-sctp.c
-   M /trunk/packet-sctp.h
-   M /trunk/packet-sdlc.c
-   M /trunk/packet-sdp.c
-   M /trunk/packet-sebek.c
-   M /trunk/packet-ses.c
-   M /trunk/packet-ses.h
-   M /trunk/packet-sflow.c
-   M /trunk/packet-sigcomp.c
-   M /trunk/packet-sip.c
-   M /trunk/packet-sip.h
-   M /trunk/packet-sipfrag.c
-   M /trunk/packet-skinny.c
-   M /trunk/packet-slimp3.c
-   M /trunk/packet-sll.c
-   M /trunk/packet-sll.h
-   M /trunk/packet-slowprotocols.c
-   M /trunk/packet-slsk.c
-   M /trunk/packet-smb-browse.c
-   M /trunk/packet-smb-browse.h
-   M /trunk/packet-smb-common.c
-   M /trunk/packet-smb-common.h
-   M /trunk/packet-smb-logon.c
-   M /trunk/packet-smb-mailslot.c
-   M /trunk/packet-smb-mailslot.h
-   M /trunk/packet-smb-pipe.c
-   M /trunk/packet-smb-pipe.h
-   M /trunk/packet-smb-sidsnooping.c
-   M /trunk/packet-smb-sidsnooping.h
-   M /trunk/packet-smb.c
-   M /trunk/packet-smpp.c
-   M /trunk/packet-smtp.c
-   M /trunk/packet-sna.c
-   M /trunk/packet-sna.h
-   M /trunk/packet-snaeth.c
-   M /trunk/packet-sndcp.c
-   M /trunk/packet-snmp.c
-   M /trunk/packet-snmp.h
-   M /trunk/packet-socks.c
-   M /trunk/packet-spnego.c
-   M /trunk/packet-spray.c
-   M /trunk/packet-spray.h
-   M /trunk/packet-srvloc.c
-   M /trunk/packet-sscop.c
-   M /trunk/packet-ssh.c
-   M /trunk/packet-ssl.c
-   M /trunk/packet-stat-notify.c
-   M /trunk/packet-stat-notify.h
-   M /trunk/packet-stat.c
-   M /trunk/packet-stat.h
-   M /trunk/packet-stun.c
-   M /trunk/packet-sua.c
-   M /trunk/packet-symantec.c
-   M /trunk/packet-syslog.c
-   M /trunk/packet-t38.c
-   M /trunk/packet-tacacs.c
-   M /trunk/packet-tacacs.h
-   M /trunk/packet-tcap.c
-   M /trunk/packet-tcap.h
-   M /trunk/packet-tcp.c
-   M /trunk/packet-tcp.h
-   M /trunk/packet-tds.c
-   M /trunk/packet-teimanagement.c
-   M /trunk/packet-telnet.c
-   M /trunk/packet-teredo.c
-   M /trunk/packet-text-media.c
-   M /trunk/packet-tftp.c
-   M /trunk/packet-time.c
-   M /trunk/packet-tns.c
-   M /trunk/packet-tns.h
-   M /trunk/packet-tpkt.c
-   M /trunk/packet-tpkt.h
-   M /trunk/packet-tr.c
-   M /trunk/packet-tr.h
-   M /trunk/packet-trmac.c
-   M /trunk/packet-tsp.c
-   M /trunk/packet-tuxedo.c
-   M /trunk/packet-tzsp.c
-   M /trunk/packet-ucp.c
-   M /trunk/packet-udp.c
-   M /trunk/packet-udp.h
-   M /trunk/packet-v120.c
-   M /trunk/packet-vines.c
-   M /trunk/packet-vines.h
-   M /trunk/packet-vj.c
-   M /trunk/packet-vlan.c
-   M /trunk/packet-vlan.h
-   M /trunk/packet-vrrp.c
-   M /trunk/packet-vtp.c
-   M /trunk/packet-wap.c
-   M /trunk/packet-wap.h
-   M /trunk/packet-wbxml.c
-   M /trunk/packet-wccp.c
-   M /trunk/packet-wccp.h
-   M /trunk/packet-wcp.c
-   M /trunk/packet-wfleet-hdlc.c
-   M /trunk/packet-who.c
-   M /trunk/packet-wlancap.c
-   M /trunk/packet-wlancap.h
-   M /trunk/packet-wsp.c
-   M /trunk/packet-wsp.h
-   M /trunk/packet-wtls.c
-   M /trunk/packet-wtls.h
-   M /trunk/packet-wtp.c
-   M /trunk/packet-wtp.h
-   M /trunk/packet-x11-keysym.h
-   M /trunk/packet-x11-keysymdef.h
-   M /trunk/packet-x11.c
-   M /trunk/packet-x25.c
-   M /trunk/packet-x29.c
-   M /trunk/packet-xdmcp.c
-   M /trunk/packet-xot.c
-   M /trunk/packet-xyplex.c
-   M /trunk/packet-yhoo.c
-   M /trunk/packet-ymsg.c
-   M /trunk/packet-ypbind.c
-   M /trunk/packet-ypbind.h
-   M /trunk/packet-yppasswd.c
-   M /trunk/packet-yppasswd.h
-   M /trunk/packet-ypserv.c
-   M /trunk/packet-ypserv.h
-   M /trunk/packet-ypxfr.c
-   M /trunk/packet-ypxfr.h
-   M /trunk/packet-zebra.c
-   M /trunk/pcap-util-int.h
-   M /trunk/pcap-util-unix.c
-   M /trunk/pcap-util.c
-   M /trunk/pcap-util.h
-   M /trunk/ppptypes.h
-   M /trunk/prefs-int.h
-   M /trunk/prefs.c
-   M /trunk/prefs.h
-   M /trunk/print.c
-   M /trunk/print.h
-   M /trunk/process-x11-fields.pl
-   M /trunk/progress_dlg.h
-   M /trunk/proto_hier_stats.c
-   M /trunk/proto_hier_stats.h
-   M /trunk/ps.h
-   M /trunk/ptvcursor.c
-   M /trunk/ptvcursor.h
-   M /trunk/randpkt.c
-   M /trunk/range.c
-   M /trunk/range.h
-   M /trunk/rdps.c
-   M /trunk/reassemble.c
-   M /trunk/reassemble.h
-   M /trunk/register.h
-   M /trunk/req_resp_hdrs.c
-   M /trunk/req_resp_hdrs.h
-   M /trunk/ringbuffer.c
-   M /trunk/ringbuffer.h
-   M /trunk/rpc_defrag.h
-   M /trunk/rtp_pt.h
-   M /trunk/sctpppids.h
-   M /trunk/simple_dialog.h
-   M /trunk/smb.h
-   M /trunk/snprintf-imp.h
-   M /trunk/snprintf.c
-   M /trunk/snprintf.h
-   M /trunk/statusbar.h
-   M /trunk/strerror.c
-   M /trunk/strerror.h
-   M /trunk/strptime.h
-   M /trunk/summary.c
-   M /trunk/summary.h
-   M /trunk/t35.c
-   M /trunk/t35.h
-   M /trunk/tap-ansi_astat.c
-   M /trunk/tap-bootpstat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-gsm_astat.c
-   M /trunk/tap-h225counter.c
-   M /trunk/tap-h225rassrt.c
-   M /trunk/tap-httpstat.c
-   M /trunk/tap-iostat.c
-   M /trunk/tap-iousers.c
-   M /trunk/tap-mgcpstat.c
-   M /trunk/tap-protocolinfo.c
-   M /trunk/tap-protohierstat.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tap.c
-   M /trunk/tap.h
-   M /trunk/tap_dfilter_dlg.h
-   M /trunk/tethereal.c
-   M /trunk/text2pcap-scanner.l
-   M /trunk/text2pcap.c
-   M /trunk/text2pcap.h
-   M /trunk/timestats.c
-   M /trunk/timestats.h
-   M /trunk/ui_util.h
-   M /trunk/util.c
-   M /trunk/util.h
-   M /trunk/version_info.c
-   M /trunk/version_info.h
-   M /trunk/wka.tmpl
-   M /trunk/x11-fields
-   M /trunk/x264_prt_id.h
-   M /trunk/xdlc.c
-   M /trunk/xdlc.h
-   M /trunk/xmlstub.c
+   M /trunk/epan/proto.c
 
-Run
+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
 
-    grep -l '\$Id:.*\$' * | xargs svn propset svn:keywords Id
+Print cic in info column for BICC messages similar to ISUP.
 
-in the top-level source directory.  This should replace any RCS "$Id:$"
-strings with Subersion Ids.
+------------------------------------------------------------------------
+r29811 | gerald | 2009-09-08 15:56:55 -0700 (Tue, 08 Sep 2009) | 3 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r11396 | ulfl | 2004-07-17 08:50:07 -0500 (Sat, 17 Jul 2004) | 3 lines
+r29812 | gerald | 2009-09-08 15:58:23 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_dlg.h
-   A /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/toolbar.c
+   M /trunk/epan/dissectors/packet-infiniband.c
 
-add a new dialog box to menu "Capture/Interfaces..." to show the current state of the interfaces and a quick way to start a capture.
+Just use proto_tree_add_item instead of feeding tvb->real_data to
+proto_tree_add_bytes.
 
-added the IP address of the currently selected interface to the capture options dialog
 ------------------------------------------------------------------------
-r11395 | ulfl | 2004-07-17 08:43:31 -0500 (Sat, 17 Jul 2004) | 1 line
+r29813 | gerald | 2009-09-08 17:18:15 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/pcap-util.c
-   M /trunk/pcap-util.h
+   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.
 
-if using the get_interface_list function, try to get the IP addresses too
 ------------------------------------------------------------------------
-r11394 | ulfl | 2004-07-17 07:49:34 -0500 (Sat, 17 Jul 2004) | 1 line
+r29814 | jake | 2009-09-09 00:22:44 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-dhcpv6.c
 
-Changed dependencies, so image dir will be generated before epan, otherwise the libethereal.res file will not be available when needed to link libethereal.dll
+Fix for bug 3987:
+Option Request option values are in 16 bit units.
 ------------------------------------------------------------------------
-r11393 | guy | 2004-07-17 05:56:34 -0500 (Sat, 17 Jul 2004) | 3 lines
+r29815 | jake | 2009-09-09 00:27:01 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/packet-ssl.c
+   M /trunk/epan/dissectors/packet-fc.c
 
-From Marco van den Bovenkamp: add some Sun elliptic curve cryptography
-and Camellia-based cipher suites.
+From kahou:
+FCSOF incorrect checksum calculation.
+------------------------------------------------------------------------
+r29816 | etxrab | 2009-09-09 00:29:41 -0700 (Wed, 09 Sep 2009) | 5 lines
+Changed paths:
+   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
 
+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).
 ------------------------------------------------------------------------
-r11392 | guy | 2004-07-17 05:48:02 -0500 (Sat, 17 Jul 2004) | 6 lines
+r29817 | etxrab | 2009-09-09 01:50:06 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/packet-kerberos.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-From Jean-Baptiste Marchand: add Microsoft-specific name-types, and make
-the name-type field signed.
+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
 
-Make the variable into which "dissect_krb5_name_type()" puts the name
-type local to that routine - it's not used outside that routine.
+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
 ------------------------------------------------------------------------
-r11391 | guy | 2004-07-17 05:22:59 -0500 (Sat, 17 Jul 2004) | 4 lines
+r29820 | jmayer | 2009-09-09 06:27:25 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/packet-pres.c
+   M /trunk/CMakeLists.txt
 
-From Yuriy Sidelnikov: if asn1_length_decode() returns 0 but
-tvb_reported_length_remaining() returns more then two bytes we still
-have to dissect rest of the pdu.
+Add missing include dirs when building wslua.
+wslua doesn't build due to some probably non-cmake
+related problem (have to verify though).
 
 ------------------------------------------------------------------------
-r11390 | guy | 2004-07-17 05:14:03 -0500 (Sat, 17 Jul 2004) | 4 lines
+r29821 | krj | 2009-09-09 07:01:57 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/rtp_analysis.c
-
-From Lars Ruoff: don't hardwire the RTP sampling clock rate to 8000
-samples/second, determine it from the payload type for payload types
-with a known clock rate.
+   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
 ------------------------------------------------------------------------
-r11389 | guy | 2004-07-17 05:09:12 -0500 (Sat, 17 Jul 2004) | 3 lines
+r29822 | stig | 2009-09-09 07:11:10 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/color_dlg.c
+   M /trunk/epan/dissectors/packet-m2ua.c
 
-From Martin Mathieson: if you create a new filter and cancel the "Edit
-Color Filter" dialog, remove the new filter from the list.
+Fixed data type signedness for protocol_data_1_global.
 
 ------------------------------------------------------------------------
-r11388 | guy | 2004-07-17 04:49:32 -0500 (Sat, 17 Jul 2004) | 2 lines
+r29823 | stig | 2009-09-09 08:06:38 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   M /trunk/epan/Makefile.nmake
-   M /trunk/image/Makefile.nmake
-   A /trunk/image/libethereal.rc.in
+   M /trunk/epan/dissectors/packet-ospf.c
 
-From Graham Bloice: add resource information to libethereal.dll.
+Added support for Multi-Topology (MT) Routing (RFC4915)
+Added W and N flags
+Fixed some string capitalizations.
 
 ------------------------------------------------------------------------
-r11387 | guy | 2004-07-17 04:40:52 -0500 (Sat, 17 Jul 2004) | 4 lines
+r29824 | krj | 2009-09-09 09:38:09 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk
-   M /trunk/doc
-   M /trunk/epan
-   M /trunk/epan/dfilter
-   M /trunk/epan/ftypes
-   M /trunk/gtk
-   M /trunk/help
-   M /trunk/packaging
-   M /trunk/packaging/nsis
-   M /trunk/packaging/rpm
-   M /trunk/packaging/rpm/SPECS
-   M /trunk/packaging/svr4
-   M /trunk/plugins
-   M /trunk/plugins/acn
-   M /trunk/plugins/artnet
-   M /trunk/plugins/asn1
-   M /trunk/plugins/ciscosm
-   M /trunk/plugins/docsis
-   M /trunk/plugins/enttec
-   M /trunk/plugins/giop
-   M /trunk/plugins/gryphon
-   M /trunk/plugins/irda
-   M /trunk/plugins/lwres
-   M /trunk/plugins/megaco
-   M /trunk/plugins/mgcp
-   M /trunk/plugins/pcli
-   M /trunk/plugins/rdm
-   M /trunk/plugins/rlm
-   M /trunk/plugins/rtnet
-   M /trunk/plugins/rudp
-   M /trunk/plugins/v5ua
-   M /trunk/tools
-   M /trunk/tools/lemon
-   M /trunk/wiretap
+   M /trunk/dftest.c
 
-Set svn:ignore on directories to match what's in the .cvsignore files
-(but don't bother with .lo or .la names, as *.lo and *.la are ignored by
-default).
+* Free dfilter on shutdown
+* Remove unused packet_info variable
 
 ------------------------------------------------------------------------
-r11386 | guy | 2004-07-17 04:02:03 -0500 (Sat, 17 Jul 2004) | 2 lines
+r29825 | jake | 2009-09-09 12:09:57 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/packet-skinny.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-From Ainsley Pereira: set up conversations for RTSP when appropriate.
+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
 ------------------------------------------------------------------------
-r11385 | guy | 2004-07-17 03:49:22 -0500 (Sat, 17 Jul 2004) | 2 lines
+r29830 | guy | 2009-09-09 16:56:27 -0700 (Wed, 09 Sep 2009) | 21 lines
 Changed paths:
-   M /trunk/packet-rtps.c
+   M /trunk/packaging/macosx/ChmodBPF/StartupParameters.plist
+
+To quote
+    
+       http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html
+
+"Table 1  StartupParameters.plist key-value pairs
+
+Key            Type    Value
+Description    String  A short description of the startup item,
+                       used by administrative tools.
 
-From Lukas Pokorny: fix some bugs.
+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.
+
+(Propagated from tcpdump.org git repository.)
 
 ------------------------------------------------------------------------
-r11384 | guy | 2004-07-17 03:45:10 -0500 (Sat, 17 Jul 2004) | 3 lines
+r29831 | guy | 2009-09-09 17:37:16 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dfilter/scanner.l
-   M /trunk/epan/ftypes/ftype-integer.c
+   M /trunk/packaging/macosx/ChmodBPF/README.macosx
 
-G_MAXINT32, G_MININT32, and G_MAXUINT32 aren't defined by GLib 1.2[.x],
-so we have to define them ourselves if they're not defined.
+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.
 
 ------------------------------------------------------------------------
-r11383 | jmayer | 2004-07-16 18:42:38 -0500 (Fri, 16 Jul 2004) | 5 lines
+r29832 | morriss | 2009-09-09 19:15:55 -0700 (Wed, 09 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/doc/Makefile.am
-   M /trunk/doc/README.idl2eth
-   M /trunk/idl2eth.sh
+   M /trunk/epan/dissectors/packet-ospf.c
 
-From Debian. Likely author: Frederic Peters <fpeters@debian.org>
- * Updated omniorb URL (closes: #257512)
- run pod2man with --section=4 for ethereal-filter
+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.
 
 ------------------------------------------------------------------------
-r11382 | guy | 2004-07-16 18:35:46 -0500 (Fri, 16 Jul 2004) | 15 lines
+r29833 | morriss | 2009-09-09 19:40:19 -0700 (Wed, 09 Sep 2009) | 37 lines
 Changed paths:
-   M /trunk/epan/dfilter/scanner.l
-   M /trunk/epan/ftypes/ftype-integer.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+
+From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3950 :
+
+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.
 
-I'm not sure "strtol()" and "strtoul()" are guaranteed to clear "errno"
-on success, so we clear it before calling them.
+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.
 
-Assign the value of "strtol()" to a "long" and assign the value of
-"strtoul()" to an "unsigned long", as those are the return types for
-those functions - "gint32" and "guint32" might not be large enough for
-the return value on an LP64 platform.
+3) A few fields previously not filterable now are: hf_nhrp_hdr_op_type,
+hf_nhrp_hdr_version and hf_nhrp_error_code.
 
-Check for errno being EINVAL, as that can happen if the number isn't
-valid.
+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.
+
+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.
 
-Before assigning the value returned by "strtol()" or "strtoul()" to the
-final destination, check whether it's in the right range for that
-destination.
 
 ------------------------------------------------------------------------
-r11381 | guy | 2004-07-16 18:26:27 -0500 (Fri, 16 Jul 2004) | 2 lines
+r29834 | morriss | 2009-09-09 19:46:40 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   D /trunk/wiretap/Makefile
+   M /trunk/AUTHORS
 
-This shouldn't be checked in, as it's generated from Makefile.am.
+Add blurb for Chris Maynard's recent NHRP changes.
+------------------------------------------------------------------------
+r29835 | etxrab | 2009-09-09 22:57:30 -0700 (Wed, 09 Sep 2009) | 4 lines
+Changed paths:
+   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
 
+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
 ------------------------------------------------------------------------
-r11380 | jmayer | 2004-07-16 16:24:26 -0500 (Fri, 16 Jul 2004) | 9 lines
+r29836 | etxrab | 2009-09-09 23:07:31 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/packet-gtp.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afp.h
+   M /trunk/epan/dissectors/packet-dsi.c
 
-Indces run from 0-2 if an array is declared as array[3].
-This patch has been part of RedHat since 0.9.16, unfortunately
-the patch never made it into the mainline source.
+From Alex deVries:
+DSI/AFP dissectors need support for AFP 3.3
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3995
+------------------------------------------------------------------------
+r29837 | etxrab | 2009-09-09 23:37:04 -0700 (Wed, 09 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_tree.c
 
-The patch seems to be authored by Phil Knirsch  (from ethereal.spec:
-* Tue Nov 25 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.16-3
-- Fixed out of bound array access (#110749).
+From Diego:
+proto_item_set_len is missing from Lua API.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3994
+------------------------------------------------------------------------
+r29838 | jmayer | 2009-09-10 00:04:54 -0700 (Thu, 10 Sep 2009) | 4 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r11379 | gerald | 2004-07-15 16:09:33 -0500 (Thu, 15 Jul 2004) | 6 lines
+r29839 | tuexen | 2009-09-10 02:50:30 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.common
-   M /trunk/Makefile.nmake
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/make-version.pl
-   M /trunk/mergecap.c
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-isup.c
 
-Convert make-version.pl and the associated cvsversion.h and CVSVERSION
-definition to Subversion.  "svn info" prints out the last changed date
-of the repository, so we don't have to go hunting through "CVS/Entries"
-files anymore.
+Fix handling of BEARER_CONTROL_UNIT_IDENTIFIER.
 
+------------------------------------------------------------------------
+r29840 | krj | 2009-09-10 06:52:36 -0700 (Thu, 10 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/ftypes/ftypes.h
 
+Remove unused field
 ------------------------------------------------------------------------
-r11378 | gerald | 2004-07-15 14:29:49 -0500 (Thu, 15 Jul 2004) | 2 lines
+r29841 | krj | 2009-09-10 07:37:09 -0700 (Thu, 10 Sep 2009) | 19 lines
 Changed paths:
-   M /trunk/README
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftypes.h
 
-Try again (hook script didn't do its thing).
+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;
+};
+
+And:
+
+struct _GArray
+{
+  gchar *data;
+  guint len;
+};
+
+We only accessed the first two fields of the GString struct.
 
 ------------------------------------------------------------------------
-r11377 | gerald | 2004-07-15 14:26:05 -0500 (Thu, 15 Jul 2004) | 3 lines
+r29842 | morriss | 2009-09-10 08:30:10 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/README
+   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
 
-Test commit for new repository.
+From Artem Tamazov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3903 :
 
+Decoding of UDP-multiplexed CESoPSN and SAToP traffic.
 
 ------------------------------------------------------------------------
-r11376 | guy | 2004-07-14 03:04:39 -0500 (Wed, 14 Jul 2004) | 3 lines
+r29843 | gerald | 2009-09-10 09:50:25 -0700 (Thu, 10 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/gui_prefs.c
+   M /trunk/epan/crypt/airpdcap.c
+
+WPA decryption fix from Greg Schwendimann via bug 3890:
 
-As per Pavel Kankovsky, return FALSE, not TRUE, if "user_font_test()"
-fails, as that means we aren't setting the font to the new value.
+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.
 
 ------------------------------------------------------------------------
-r11375 | gerald | 2004-07-13 14:30:02 -0500 (Tue, 13 Jul 2004) | 3 lines
+r29844 | krj | 2009-09-10 09:54:02 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-
-Both epan/doxygen.cfg and gtk/doxygen.cfg depend on the root doxygen.cfg.
-Build it before going into those directories.
+   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
 
+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().
 ------------------------------------------------------------------------
-r11374 | gerald | 2004-07-13 13:19:59 -0500 (Tue, 13 Jul 2004) | 2 lines
+r29845 | martinm | 2009-09-10 11:12:41 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-Use libethereal.dll by default.
+Re-arrange dissection of UL/DL-SCH so easier to test for ommitted SDUs.
 
 ------------------------------------------------------------------------
-r11373 | ulfl | 2004-07-13 13:14:00 -0500 (Tue, 13 Jul 2004) | 2 lines
+r29846 | krj | 2009-09-10 11:22:33 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/endpoint_talkers_table.c
-   M /trunk/gtk/hostlist_table.c
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftypes.h
+   M /trunk/epan/proto.c
+
+Introduce a few FT_XXX lengths defines and use those instead of hard coding constants
+------------------------------------------------------------------------
+r29847 | jake | 2009-09-10 11:54:12 -0700 (Thu, 10 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.h
 
-Conversation/Endpoint list performance patch from Ian Schorr
+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.
 
 ------------------------------------------------------------------------
-r11372 | guy | 2004-07-13 02:15:45 -0500 (Tue, 13 Jul 2004) | 4 lines
+r29849 | jake | 2009-09-10 13:42:17 -0700 (Thu, 10 Sep 2009) | 8 lines
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/compat_macros.h
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/simple_dialog.c
-   M /trunk/gtk/toolbar.c
-   M /trunk/simple_dialog.h
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.h
 
-From Daniel Thompson: add additional message/alert box options to
-display "Save", "Continue without Saving", and "Cancel", for the "do you
-want to save?" messages.
+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
 
 ------------------------------------------------------------------------
-r11371 | guy | 2004-07-13 00:58:15 -0500 (Tue, 13 Jul 2004) | 2 lines
+r29852 | martinm | 2009-09-10 15:53:57 -0700 (Thu, 10 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/mergecap.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-If we fail to open the output file, report the reason why.
+Add the option to call RLC dissector for LCID 1&2.
+These should be srb1 & srb2 (AM).
 
 ------------------------------------------------------------------------
-r11370 | guy | 2004-07-13 00:43:59 -0500 (Tue, 13 Jul 2004) | 4 lines
+r29853 | guy | 2009-09-10 17:00:45 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/capture_prefs.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-From Pavel Kankovsky: the items pointed to by elements in the "text[]"
-array are all "g_free()"d, so they have to be "g_malloc()"ed - instead
-of setting some to "", set them to "g_strdup("")".
+Get rid of trailing space in string.
 
 ------------------------------------------------------------------------
-r11369 | guy | 2004-07-13 00:29:23 -0500 (Tue, 13 Jul 2004) | 2 lines
+r29854 | morriss | 2009-09-10 18:57:59 -0700 (Thu, 10 Sep 2009) | 9 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/Makefile.common
-   A /trunk/packet-dcerpc-eventlog.c
-   A /trunk/packet-dcerpc-eventlog.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
+
+From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
 
-From Jean-Baptiste Marchand: MS Eventlog support.
+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.
 
 ------------------------------------------------------------------------
-r11368 | ulfl | 2004-07-12 16:00:40 -0500 (Mon, 12 Jul 2004) | 3 lines
+r29855 | jmayer | 2009-09-11 03:46:53 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/mergecap.c
+   M /trunk/epan/CMakeLists.txt
 
-bugfix to a bug reported by jprakashbabu@hotpop.com:
-mergecap didn't created a new output file
+Update generating the x11 stuff to follow configure
 
 ------------------------------------------------------------------------
-r11367 | ulfl | 2004-07-12 15:01:41 -0500 (Mon, 12 Jul 2004) | 4 lines
+r29856 | morriss | 2009-09-11 04:22:23 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/dlg_utils.c
+   M /trunk/epan/dissectors/process-x11-xcb.pl
+   M /trunk/epan/dissectors/x11-extension-implementation.h
 
-bugfix to a bug reported by Ian Schorr:
-don't present main window when closing dialogs on GTK2.4,
-as this might be a statistic window
+When pre-declaring variables, use the right type.
+------------------------------------------------------------------------
+r29857 | etxrab | 2009-09-11 04:58:00 -0700 (Fri, 11 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
 
+New_packet_list
+Select the correct frame in packet details when filtering.
 ------------------------------------------------------------------------
-r11366 | ulfl | 2004-07-12 14:10:58 -0500 (Mon, 12 Jul 2004) | 4 lines
+r29858 | jmayer | 2009-09-11 06:30:01 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/README.cmake
+   M /trunk/epan/CMakeLists.txt
 
-bugfix to a bug reported by Stuart MacDonald (bug #12):
-present main window before closing the program,
-when asking to save the capture file first
+- Update README.cmake: The stuff now build without
+  running autofoo first.
+- Add a comment how to change the name of a generated target
+
+------------------------------------------------------------------------
+r29859 | krj | 2009-09-11 07:00:36 -0700 (Fri, 11 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
 
+Move some CHECK_COL to our public functions, allowing us to bail our more quickly
 ------------------------------------------------------------------------
-r11365 | ulfl | 2004-07-12 13:39:03 -0500 (Mon, 12 Jul 2004) | 4 lines
+r29860 | krj | 2009-09-11 07:21:04 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/dlg_utils.c
+   M /trunk/epan/column-utils.c
+
+Make sure that we point the current column to a constant string if we have no address.
 
-bugfix to a bug reported by Ian Schorr:
-GTK2.4 open directory doesn't go into last opened dir
-(this will affect all open file dialogs)
+Fixes http://wiki.wireshark.org/Development/OptimizePacketList?action=diff&rev1=20&rev2=21
+
+------------------------------------------------------------------------
+r29861 | etxrab | 2009-09-11 07:58:49 -0700 (Fri, 11 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
 
+Only move to last row if it's vissible.
 ------------------------------------------------------------------------
-r11364 | ulfl | 2004-07-12 12:20:06 -0500 (Mon, 12 Jul 2004) | 4 lines
+r29862 | martinm | 2009-09-11 08:16:53 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/gui_prefs.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-bugfix to a bug reported by Stuart MacDonald (bug #10):
-return FALSE for the recent files text entry, otherwise Ethereal will
-crash when selected this field and press Apply
+Add more useful summary info to RLC root.  Useful mostly for when called from MAC.
 
 ------------------------------------------------------------------------
-r11363 | tuexen | 2004-07-11 13:01:06 -0500 (Sun, 11 Jul 2004) | 2 lines
+r29863 | sfisher | 2009-09-11 08:38:33 -0700 (Fri, 11 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/file.c
 
-Correct my name
 
+Fix warning that variable may be unused and then declare volatile so it
+survives the TRY/CATCH code.
+
+
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r11362 | ulfl | 2004-07-10 06:57:19 -0500 (Sat, 10 Jul 2004) | 3 lines
+r29865 | morriss | 2009-09-11 11:06:50 -0700 (Fri, 11 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/gtk/endpoint_talkers_table.c
+   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 :
 
-changed column headers, replaced e.g. "-> Packets" by
-"Packets A->B" to clarify behaviour
+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.
 
 ------------------------------------------------------------------------
-r11361 | ulfl | 2004-07-10 06:53:51 -0500 (Sat, 10 Jul 2004) | 2 lines
+r29866 | morriss | 2009-09-11 11:15:46 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/hostlist_table.c
+   D /trunk/svnadd
+   A /trunk/tools/svnadd (from /trunk/svnadd:29853)
 
-changed column headers, don't talk of frames but of packets
+Move svnadd to the tools directory.
+------------------------------------------------------------------------
+r29867 | gerald | 2009-09-11 12:13:39 -0700 (Fri, 11 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+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.
 
 ------------------------------------------------------------------------
-r11360 | guy | 2004-07-10 02:16:55 -0500 (Sat, 10 Jul 2004) | 2 lines
+r29868 | gerald | 2009-09-11 13:36:01 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/Makefile.common
-   M /trunk/epan/Makefile.common
-   A /trunk/packet-dcerpc-frsapi.c
-   A /trunk/packet-dcerpc-frsapi.h
-   A /trunk/packet-dcerpc-frsrpc.c
-   A /trunk/packet-dcerpc-frsrpc.h
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-From Jean-Baptiste Marchand: frsrpc and frsapi support.
 
 ------------------------------------------------------------------------
-r11359 | guy | 2004-07-09 21:07:23 -0500 (Fri, 09 Jul 2004) | 4 lines
+r29869 | jmayer | 2009-09-12 10:14:10 -0700 (Sat, 12 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/ethereal.pod
+   M /trunk/getopt.h
 
-SUM, like COUNT, MIN, MAX, and AVG, computes the value over the
-interval, not over the entire capture (a sum over the entire capture
-would yield only one value, which isn't very interesting to plot).
+Add arguments to the getopt() prototype
 
 ------------------------------------------------------------------------
-r11358 | guy | 2004-07-09 20:01:41 -0500 (Fri, 09 Jul 2004) | 2 lines
+r29870 | jmayer | 2009-09-12 10:20:08 -0700 (Sat, 12 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/doc/ethereal.pod
+   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
 
-Clean up some formatting, and fix some typoes.
+Make building with GeoIP, Python, Capabilities and c-ares
+actually work.
 
 ------------------------------------------------------------------------
-r11357 | guy | 2004-07-09 18:37:40 -0500 (Fri, 09 Jul 2004) | 11 lines
+r29871 | morriss | 2009-09-12 16:02:34 -0700 (Sat, 12 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/packet-http.c
-   M /trunk/packet-icap.c
-   M /trunk/packet-rtsp.c
+   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)
 
-Use "iscntrl()", rather than "isprint()", to test whether a character is
-a CTL in HTTP, ICAP, and RTSP.
+Move all of the scripts in epan/dissectors/ to tools/ .
 
-Check for non-ASCII characters in ICAP and RTSP, just as we do in HTTP.
+Add a target ("x11-dissector") to build the X11 dissector.
 
-The headers in those protocols are just "headers", not "MIME headers",
-at least in the RFCs (common usage nonwithstanding; not all of those
-headers are for MIME stuff such as Content-Type).
+Put the X11-related files (back) in the source distribution.
 
-Add some RFC numbers.
+------------------------------------------------------------------------
+r29872 | morriss | 2009-09-12 19:12:03 -0700 (Sat, 12 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.nmake
 
+Try to get the paths right
 ------------------------------------------------------------------------
-r11356 | guy | 2004-07-09 18:17:05 -0500 (Fri, 09 Jul 2004) | 7 lines
+r29873 | etxrab | 2009-09-13 06:39:09 -0700 (Sun, 13 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/Makefile.common
-   A /trunk/isprint.h
-   M /trunk/packet-aim.c
-   M /trunk/packet-cops.c
-   M /trunk/packet-dcm.c
-   M /trunk/packet-giop.c
-   M /trunk/packet-radius.c
-   M /trunk/packet-snmp.c
-   M /trunk/packet-tds.c
-
-Move the redefinition of "isprint()" to be used by dissectors when
-generating strings to put into the printable representation of protocol
-tree items into an "isprint.h" header, and include it in some additional
-dissectors.
+   M /trunk/epan/expert.c
+   M /trunk/epan/expert.h
 
-Add bounds checking to one place in the DICOM dissector.
+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.
 ------------------------------------------------------------------------
-r11355 | guy | 2004-07-09 18:02:38 -0500 (Fri, 09 Jul 2004) | 6 lines
+r29874 | gerald | 2009-09-13 08:03:31 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/gtkglobals.h
-   A /trunk/gtk/isprint.h
-   M /trunk/gtk/proto_draw.c
-
-In the GTK+ code, move the redefinition of "isprint()" to
-"gtk/isprint.h", and include that in "follow_dlg.c" (which wasn't
-including "gtkglobals.h" and thus wasn't getting the redefinition) and
-"proto_draw.c" (which was including "gtkglobals.h" but now needs to
-include "isprint.h" as well).
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-09-13]
 ------------------------------------------------------------------------
-r11354 | guy | 2004-07-09 16:52:03 -0500 (Fri, 09 Jul 2004) | 3 lines
+r29877 | jmayer | 2009-09-13 08:17:26 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/epan/CMakeLists.txt
 
-"length" is relative to the start of the field, so don't subtract the
-start of the field from it.
+ncp2222.py has moved
+------------------------------------------------------------------------
+r29878 | etxrab | 2009-09-13 09:03:46 -0700 (Sun, 13 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
 
+'function' : different 'const' qualifiers
 ------------------------------------------------------------------------
-r11353 | guy | 2004-07-09 16:13:22 -0500 (Fri, 09 Jul 2004) | 15 lines
+r29879 | etxrab | 2009-09-13 09:11:11 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/gtk/recent.c
+   M /trunk/gtk/gui_utils.c
 
-Don't allow non-positive values for the main window width and height
-values in the "recent" file.  Also, check for syntax errors in numerical
-values.
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
-Set the main window height, as well as the main window width, to default
-values before we read in the values from the "recent" file.  (Use
-non-positive values here if you want the default to be "don't set the
-geometry" - note that you can't set one to a positive value and the
-other one to a non-positive value and expect only one to be set; they
-*both* have to be positive in order for the size to be set.)
+Speed up sorting.
+------------------------------------------------------------------------
+r29880 | etxrab | 2009-09-13 10:24:51 -0700 (Sun, 13 Sep 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
-Treat non-positive values for those settings in the "recent" structure
-as an indication that we don't have values from them and that we should
-therefore not set the window size.
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Clean up addr_resolv.c
 ------------------------------------------------------------------------
-r11352 | tuexen | 2004-07-09 14:50:00 -0500 (Fri, 09 Jul 2004) | 3 lines
+r29881 | morriss | 2009-09-13 10:46:10 -0700 (Sun, 13 Sep 2009) | 17 lines
 Changed paths:
-   M /trunk/packet-enrp.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
+
+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.
 
-Updated to support the upcoming
-draft-ietf-rserpool-enrp-09.txt
+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).
+
+This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2767
 
 ------------------------------------------------------------------------
-r11351 | gerald | 2004-07-09 13:43:04 -0500 (Fri, 09 Jul 2004) | 2 lines
+r29882 | morriss | 2009-09-13 12:23:07 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
-
-Don't show the splash screen if we've been passed the "-G" flag.
+   M /trunk/epan/uat.h
 
+s/g_strdown/g_ascii_strdown
 ------------------------------------------------------------------------
-r11350 | gerald | 2004-07-09 13:42:35 -0500 (Fri, 09 Jul 2004) | 2 lines
+r29883 | morriss | 2009-09-13 12:48:22 -0700 (Sun, 13 Sep 2009) | 1 line
+Changed paths:
+   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
+------------------------------------------------------------------------
+r29884 | morriss | 2009-09-13 16:03:38 -0700 (Sun, 13 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   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
 
-Add more entries.
+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.
 
 ------------------------------------------------------------------------
-r11349 | guy | 2004-07-09 04:21:07 -0500 (Fri, 09 Jul 2004) | 3 lines
+r29885 | morriss | 2009-09-13 16:10:11 -0700 (Sun, 13 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-tcp.c
+
+From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3417
 
-Don't complain about "-T pdml" or "-T psml" being combined with "-x"
-only if "-x" was specified.
+Don't scale the window if the SYN flag is set.
 
 ------------------------------------------------------------------------
-r11348 | guy | 2004-07-08 23:54:08 -0500 (Thu, 08 Jul 2004) | 3 lines
+r29886 | gerald | 2009-09-13 17:38:54 -0700 (Sun, 13 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/packet-ieee80211.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
 
-From Solomon Peachy: fix the decoding of the Association ID in
-management frames.
+Tweak the Finder windows a bit.
 
 ------------------------------------------------------------------------
-r11347 | tuexen | 2004-07-08 18:31:06 -0500 (Thu, 08 Jul 2004) | 2 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
+   A /trunk/epan/dissectors/packet-collectd.c
+
+From Bruno and Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3170
 
-Fix my e-mail address.
+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.
 
 ------------------------------------------------------------------------
-r11346 | guy | 2004-07-08 16:16:04 -0500 (Thu, 08 Jul 2004) | 6 lines
+r29888 | etxrab | 2009-09-13 22:59:38 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-collectd.c
+
+Add casts to make it compile on Windows.
+------------------------------------------------------------------------
+r29889 | etxrab | 2009-09-13 23:00:53 -0700 (Sun, 13 Sep 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
-Give more details on the "don't build the protocol tree if you don't
-have to", indicating that if it's too much work to explicitly test for a
-null protocol tree, you might want to avoid those tests and rely on the
-protocol tree routines not to do much work if passed a null protocol
-tree pointer.
+Use "g_realloc".
+------------------------------------------------------------------------
+r29890 | jmayer | 2009-09-13 23:48:45 -0700 (Sun, 13 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/CMakeLists.txt
 
+Sync to autofoo
 ------------------------------------------------------------------------
-r11345 | guy | 2004-07-08 16:02:18 -0500 (Thu, 08 Jul 2004) | 2 lines
+r29891 | jmayer | 2009-09-13 23:51:22 -0700 (Sun, 13 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/doc/tethereal.pod
+   M /trunk/CMakeLists.txt
 
-"Frame" -> "Packet", as per UI and Ethereal man page changes.
+Not yet working:
+Sync with autofoo: Check for accepted compiler flags. Use
+  identical flags.
 
 ------------------------------------------------------------------------
-r11344 | guy | 2004-07-08 15:57:24 -0500 (Thu, 08 Jul 2004) | 10 lines
+r29892 | martinm | 2009-09-14 03:26:53 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/tethereal.pod
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-Document "-T psml", and give more details in the descriptiion of the
-"-T" option.
+Show UEId in info column for CCCH frames.
+
+------------------------------------------------------------------------
+r29893 | morriss | 2009-09-14 04:26:03 -0700 (Mon, 14 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-collectd.c
 
-Talk about packet details rather than the protocol tree, just as we do in
-the Ethereal manual page.
+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
 
-Clean up the descriptions of some of the "-z" options.
+Put the parenthesis in the right place
+------------------------------------------------------------------------
+r29895 | wmeier | 2009-09-14 07:03:32 -0700 (Mon, 14 Sep 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-stun.c
 
-Fix some typos.
+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.
 
 ------------------------------------------------------------------------
-r11343 | guy | 2004-07-08 06:07:29 -0500 (Thu, 08 Jul 2004) | 5 lines
+r29896 | wmeier | 2009-09-14 07:59:08 -0700 (Mon, 14 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/file.c
+   M /trunk/epan/dissectors/packet-classicstun.c
 
-If we're producing PostScript, don't put the column headers out if we're
-not putting the column data out.
+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.
+
+------------------------------------------------------------------------
+r29897 | wmeier | 2009-09-14 08:28:09 -0700 (Mon, 14 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/doc/README.developer
 
-Don't fill in the column information if we're not going to use it.
+Update: Remove references to the use of check_col() since no longer required.
 
 ------------------------------------------------------------------------
-r11342 | guy | 2004-07-08 05:36:29 -0500 (Thu, 08 Jul 2004) | 7 lines
+r29898 | wmeier | 2009-09-14 08:34:05 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/gtk/print_dlg.c
-   M /trunk/print.c
-   M /trunk/print.h
-   M /trunk/tethereal.c
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
 
-Make the "human-readable text vs. PSML vs. PDML" choice separate from
-the "text vs.  PostScript" choice.  The "text vs. PostScript" choice
-should probably ultimately be done with a generic set of print methods,
-to handle various platform-native print mechanisms more cleanly (and
-perhaps the dialog box code for "export as {PDML,PSML}" should be
-separate from the "export as text"/"print" dialog).
+Remove usage of check_col() since no longer required.
 
 ------------------------------------------------------------------------
-r11341 | guy | 2004-07-08 02:47:29 -0500 (Thu, 08 Jul 2004) | 5 lines
+r29899 | wmeier | 2009-09-14 09:04:54 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/epan/column-utils.c
 
-Fix the error for a WTAP_ERR_UNSUPPORTED_ENCAP read error to more
-accurately reflect the problem (it's not that the entire file has a
-network type we don't handle - if it did, we'd have failed when we tried
-to open it - it's that the packet we tried to read does).
+(Trivial) Fix a typo in a comment
 
 ------------------------------------------------------------------------
-r11340 | guy | 2004-07-08 02:45:46 -0500 (Thu, 08 Jul 2004) | 9 lines
+r29900 | etxrab | 2009-09-14 09:06:31 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/file.c
+   M /trunk/gtk/simple_dialog.c
+
+Change gtk_pixmap_new() to gtk_image_new_from_pixmap().
+------------------------------------------------------------------------
+r29901 | wmeier | 2009-09-14 09:38:06 -0700 (Mon, 14 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/dcerpc/idl2wrs.c
 
-A read can return WTAP_ERR_UNSUPPORTED_ENCAP if the encapsulation type
-is per-packet and the packet has an encapsulation type we don't know
-about, so handle it on reads as well as errors - show an error message
-noting that we had a packet with a network type we don't know about, and
-show the extra info returned for that error giving details.
+(Trivial) Fix a typo in a comment.
 
-It shouldn't return WTAP_ERR_UNSUPPORTED, however, so just give the
-"wtap_strerror()" error for that case.
+------------------------------------------------------------------------
+r29902 | morriss | 2009-09-14 10:36:15 -0700 (Mon, 14 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
 
+Revert 29889 to stop the fuzz failures.
 ------------------------------------------------------------------------
-r11339 | guy | 2004-07-08 02:32:39 -0500 (Thu, 08 Jul 2004) | 4 lines
+r29903 | gerald | 2009-09-14 11:00:01 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/lanalyzer.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
 
-If we don't know the board type in a Lanayzer capture, return
-WTAP_ERR_UNSUPPORTED_ENCAP, not WTAP_ERR_UNSUPPORTED, as it presumably
-means the capture was done on some type of device we don't know about.
+More Finder tweaks.
+
+------------------------------------------------------------------------
+r29906 | jake | 2009-09-14 14:24:24 -0700 (Mon, 14 Sep 2009) | 2 lines
+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 for bug 4008:
+Crash on TLSv1.2 packets, caused by ssl_short_name array overrun.
 ------------------------------------------------------------------------