From Vincenzo Condoleo via bug 3724:
[obnox/wireshark/wip.git] / ChangeLog
index 8700833dd1d5b682ebae06cfcdfd06ea860aeda8..ab4e2abc81a95fe55b2890ca76811e39739ed02d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r16192 | gerald | 2005-10-11 12:55:40 -0500 (Tue, 11 Oct 2005) | 159 lines
-Changed paths:
-   M /releases/ethereal-0.10.13/capture.c
-   M /releases/ethereal-0.10.13/capture_loop.c
-   M /releases/ethereal-0.10.13/capture_opts.c
-   M /releases/ethereal-0.10.13/capture_sync.c
-   A /releases/ethereal-0.10.13/doc/README.malloc
-   M /releases/ethereal-0.10.13/doc/editcap.pod
-   M /releases/ethereal-0.10.13/doc/ethereal.pod
-   M /releases/ethereal-0.10.13/doc/tethereal.pod
-   M /releases/ethereal-0.10.13/docbook/Makefile
-   M /releases/ethereal-0.10.13/epan/Makefile.am
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-cops.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h225.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h225.h
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h235.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h245.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h450.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-h450.h
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-per.c
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-per.h
-   M /releases/ethereal-0.10.13/epan/dissectors/packet-xml.c
-   M /releases/ethereal-0.10.13/epan/dtd.h
-   M /releases/ethereal-0.10.13/epan/dtd_grammar.lemon
-   M /releases/ethereal-0.10.13/epan/dtd_parse.l
-   M /releases/ethereal-0.10.13/epan/dtd_preparse.l
-   M /releases/ethereal-0.10.13/epan/emem.c
-   M /releases/ethereal-0.10.13/epan/enterprise-numbers
-   M /releases/ethereal-0.10.13/file.c
-   M /releases/ethereal-0.10.13/gtk/capture_dlg.c
-   M /releases/ethereal-0.10.13/gtk/gui_utils.c
-   M /releases/ethereal-0.10.13/gtk/help_dlg.c
-   M /releases/ethereal-0.10.13/gtk/main.c
-   M /releases/ethereal-0.10.13/log.h
-   M /releases/ethereal-0.10.13/plugins/h223/packet-h223.c
-   M /releases/ethereal-0.10.13/tethereal.c
-   M /releases/ethereal-0.10.13/tools/asn2eth.py
-
-Copy over a bunch of fixes and updates from the trunk:
-
-cat !$
-cat ../sandboxes/svn.log
-r16132:
-   M /trunk/epan/dissectors/packet-cops.c
-
-Don't try to strip the last byte from a zero-byte OID.  Fixes bug 503.
-
-r16134:
-   M /trunk/gtk/main.c
-
-fix 369: we must do some more GUI stuff in capture_update_started(),
-as GUI state get's cleared while switching to the next "multiple file" because of a call to cf_close()
-
-r16135:
-   M /trunk/capture_loop.c
+r28815 | gerald | 2009-06-22 15:38:29 -0700 (Mon, 22 Jun 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-afs.c
 
-bugfix: reset the packet counter to zero, if switching to the next "multiple file". This fixes the live update of the packet output after switching to another capture file
+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.
 
-r16136:
-   M /trunk/file.c
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/main.c
-   M /trunk/log.h
+Replace another tvb_get_ptr call with tvb_format_text.
 
-fix a packet_list_freeze / thaw pair, if a return comes in it's way
-add a g_warning() call if an error occured while reading from capture file (while doing a live update), usually shouldn't happen but is difficult to debug *if* it happens
-add a new log domain LOG_DOMAIN_MAIN and the standard log handler for it
-add some (partly commented out) g_log() calls, useful for GUI sequence debugging
+------------------------------------------------------------------------
+r28816 | morriss | 2009-06-22 15:48:35 -0700 (Mon, 22 Jun 2009) | 1 line
+Changed paths:
+   M /trunk
+   M /trunk/doc/Makefile.am
 
-r16137:
-   M /trunk/tethereal.c
+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
 
-add missing #include "capture_errs.h"
+From Kovarththanan Rajaratnam:
+Clean up header field info in asn1/*-template.c files.
 
-r16138:
-   M /trunk/doc/editcap.pod
+From me:
+Fixed a few typos in the patch.
 
-add missing -E parameter to the Options section
+------------------------------------------------------------------------
+r28818 | jake | 2009-06-22 23:45:59 -0700 (Mon, 22 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-r16141:
-   M /trunk/epan/dissectors/packet-per.c
+From Shinsuke SUZUKI:
+Due to an incorrect offset setting in packet-icmpv6.c Wireshark cannot parse RA router-lifetime and RA flags properly.
+------------------------------------------------------------------------
+r28819 | jake | 2009-06-22 23:49:38 -0700 (Mon, 22 Jun 2009) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-btamp.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-btl2cap.h
 
-Octest string of (size 2) does not dissplay correctly.
+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.
 
-Handle multiple messages in a TCP segment, reassembly  still needed.
+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)
+------------------------------------------------------------------------
+r28820 | etxrab | 2009-06-23 06:49:46 -0700 (Tue, 23 Jun 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
 
-r16143:
-   M /trunk/epan/enterprise-numbers
+Try to fix indentation a bit.
+------------------------------------------------------------------------
+r28821 | etxrab | 2009-06-23 07:16:28 -0700 (Tue, 23 Jun 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Update enterprise-numbers from http://www.iana.org/assignments/enterprise-numbers
+Revert(Try to fix indentation a bit.)
+------------------------------------------------------------------------
+r28822 | etxrab | 2009-06-23 09:01:55 -0700 (Tue, 23 Jun 2009) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
-r16144:
-   M /trunk/epan/emem.c
+Update 3GPP AVP:s
+------------------------------------------------------------------------
+r28823 | jake | 2009-06-23 14:05:47 -0700 (Tue, 23 Jun 2009) | 4 lines
+Changed paths:
+   M /trunk/AUTHORS
+   A /trunk/epan/dissectors/packet-hpteam.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/oui.h
 
-ep_strndup and se_strndup do not have to expect strings to be null terminated.
+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.
 
-r16145:
-   M /trunk/epan/dtd_preparse.l
+------------------------------------------------------------------------
+r28824 | wmeier | 2009-06-23 17:29:54 -0700 (Tue, 23 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-hpteam.c
 
-remove file inclusion code altoghether and few other changes
+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.
 
-r16147:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/dtd.h
-   M /trunk/epan/dtd_grammar.lemon
-   M /trunk/epan/dtd_parse.l
+------------------------------------------------------------------------
+r28825 | wmeier | 2009-06-23 17:49:54 -0700 (Tue, 23 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-btamp.c
 
-remove location from dtd_build_data_t avoiding to (double) free it.
+Remove two unused includes
 
-r16148:
-   M /trunk/capture.c
+------------------------------------------------------------------------
+r28826 | stig | 2009-06-23 18:40:54 -0700 (Tue, 23 Jun 2009) | 3 lines
+Changed paths:
+   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
 
-minor fix: fix the sequence while finishing a live capture, so the statusbar information about the file size is correct
+From Kovarththanan Rajaratnam:
+More asn1/* header field info cleanup
 
-r16149:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/capture_sync.c
-   M /trunk/doc/ethereal.pod
-   M /trunk/doc/tethereal.pod
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/tethereal.c
+------------------------------------------------------------------------
+r28827 | stig | 2009-06-23 19:05:51 -0700 (Tue, 23 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
 
-fix Ethereal so command line capture parameter will work with kilobytes (again)
-remove Byte(s) from the dropdown list of filesizes, this doesn't make sense
-replace 1000 with 1024, as all (modern?) file managers are based on 1024 bytes for a kilobyte (the old KB vs. KiB controversy)
+More hf_register_info related cleanup.
 
-r16150:
-   M /trunk/gtk/main.c
+------------------------------------------------------------------------
+r28828 | stig | 2009-06-23 19:07:16 -0700 (Tue, 23 Jun 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/process-x11-fields.pl
+   M /trunk/epan/dissectors/x11-fields
 
-minor bugfix: while closing a capture file, update the packets statusbar *after* closing the file
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup
+* Fix process-x11-fields.pl (packet-x11.c)
 
-r16151:
-   M /trunk/plugins/h223/packet-h223.c
+------------------------------------------------------------------------
+r28829 | stig | 2009-06-23 19:08:14 -0700 (Tue, 23 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nisplus.c
 
-Don't call "g_assert()" in dissectors - call "DISSECTOR_ASSERT()".
+Change hf_nisplus_dummy to use "dummy" as name instead of " "
+(this is the only place where " " was used)
 
-r16153:
-   M /trunk/epan/dtd_parse.l
+------------------------------------------------------------------------
+r28830 | stig | 2009-06-23 19:11:11 -0700 (Tue, 23 Jun 2009) | 5 lines
+Changed paths:
+   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
 
-"./dtd_parse.l", line 167: warning, rule cannot be matched
+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.
 
-the . matches one char as {special_char} does so {special_char} won't have been matched. change that for a non ">"
+------------------------------------------------------------------------
+r28831 | stig | 2009-06-23 19:12:13 -0700 (Tue, 23 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/plugins/m2m/packet-m2m.c
 
-r16154:
-   M /trunk/epan/dissectors/packet-xml.c
+From Kovarththanan Rajaratnam:
+Move hf_register_info declarations in packet-m2m.c to function scope
 
-do not free the element name, as its been passed to the hf array.
+------------------------------------------------------------------------
+r28832 | stig | 2009-06-23 19:17:12 -0700 (Tue, 23 Jun 2009) | 3 lines
+Changed paths:
+   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
 
-r16157:
-   A /trunk/doc/README.malloc
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup.
 
-add initial  better than nothing   ep/se allocation documentation
+------------------------------------------------------------------------
+r28833 | wmeier | 2009-06-23 19:42:43 -0700 (Tue, 23 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hpteam.c
 
-r16165:
-   M /trunk/doc/README.malloc
+Remove superflous code; #include <stdio.h> not needed.
 
-Add some missing descriptions
+------------------------------------------------------------------------
+r28834 | stig | 2009-06-23 20:03:25 -0700 (Tue, 23 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-enip.c
 
-r16167:
-   M /trunk/epan/emem.c
+More hf_register_info related cleanup.
 
-make .._strndup() not to call strndup.
+------------------------------------------------------------------------
+r28835 | stig | 2009-06-23 22:54:19 -0700 (Tue, 23 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-r16168:
-   M /trunk/doc/README.malloc
+Fixed field types for some reserved fields.
 
-set Id and eol-style
+------------------------------------------------------------------------
+r28836 | jake | 2009-06-23 23:21:45 -0700 (Tue, 23 Jun 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-slowprotocols.c
 
-r16169:
-   M /trunk/gtk/help_dlg.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.
+------------------------------------------------------------------------
+r28837 | stig | 2009-06-24 12:10:50 -0700 (Wed, 24 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
-fix the link to the online users-guide
+From Kovarththanan Rajaratnam via bug 3555:
+Cancel hostname lookup timers if c-ares is not initialized.
 
-r16172:
-   M /trunk/epan/Makefile.am
+------------------------------------------------------------------------
+r28838 | jake | 2009-06-24 13:27:58 -0700 (Wed, 24 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/wiretap/dct3trace.c
 
-Add sminmpec.c to maintainer-clean
+From Duncan Salerno:
+Ensure dct3trac packets never longer than 23 bytes.
+------------------------------------------------------------------------
+r28839 | stig | 2009-06-24 18:50:56 -0700 (Wed, 24 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-infiniband.c
 
-r16181:
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h225.h
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-h450.h
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/tools/asn2eth.py
+Remove a tvb_free() call.
 
-Fix problems with bitstring:
-- dissect_per_bitstring needs to know if extention exists or not.
-- Fixes for bitstring sizes up to 16 ( where max = min ).
-tinkle FC3:~/devel/ethereal$
+------------------------------------------------------------------------
+r28840 | stig | 2009-06-24 19:07:17 -0700 (Wed, 24 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
+From Nathan Hartwell via bug 2733:
+Added time_secs_to_str_unsigned().
 
 ------------------------------------------------------------------------
-r16131 | gerald | 2005-10-05 14:19:04 -0500 (Wed, 05 Oct 2005) | 3 lines
+r28841 | stig | 2009-06-24 19:08:06 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   A /releases/ethereal-0.10.13 (from /trunk:16130)
+   M /trunk/epan/dissectors/packet-bootp.c
 
-Carpe Buildbot.  Copy off the 0.10.13 release directory while the builds are
-stable, more or less.
+From Nathan Hartwell via bug 2733:
+Use time_secs_to_str_unsigned().
 
 ------------------------------------------------------------------------
-r16130 | jmayer | 2005-10-05 10:44:04 -0500 (Wed, 05 Oct 2005) | 1 line
+r28842 | stig | 2009-06-24 19:13:35 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
-   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/epan/to_str.c
+
+Unsigned does not have msign.
 
-Don't reinvent the wheel, use val_to_str/match_strval
 ------------------------------------------------------------------------
-r16129 | jmayer | 2005-10-05 10:43:07 -0500 (Wed, 05 Oct 2005) | 1 line
+r28843 | etxrab | 2009-06-24 22:59:04 -0700 (Wed, 24 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/asn1/spnego/packet-spnego-template.c
 
-Add two Enterasys STP multicast MACs
+tvb_new_real_data()->tvb_child_new_real_data()
 ------------------------------------------------------------------------
-r16128 | sahlberg | 2005-10-05 08:39:44 -0500 (Wed, 05 Oct 2005) | 3 lines
+r28844 | stig | 2009-06-25 19:38:23 -0700 (Thu, 25 Jun 2009) | 6 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/IDL_LICENSE.txt
+   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
 
-add the licence file for the samba4 copied files
+From Joakim Wiberg via bug 3103:
+Various improvements to the CIP and ENIP dissectors.
 
+From me:
+Updated to latest trunk changes.
 
 ------------------------------------------------------------------------
-r16127 | sahlberg | 2005-10-05 08:25:18 -0500 (Wed, 05 Oct 2005) | 5 lines
+r28845 | stig | 2009-06-25 20:20:12 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-
-dissect one more bitfield
-get rid of some strcpy()
-get rid of a temporary string
+   M /trunk/asn1/spnego/packet-spnego-template.c
 
+tvb_child_new_real_data() -> tvb_new_child_real_data()
 
 ------------------------------------------------------------------------
-r16126 | sahlberg | 2005-10-05 07:42:34 -0500 (Wed, 05 Oct 2005) | 3 lines
+r28846 | stig | 2009-06-25 20:24:08 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-
-add dissection of another bitfield and remove some strcpy()
+   M /trunk/doc/README.developer
 
+Use NULL for empty blurb.
 
 ------------------------------------------------------------------------
-r16125 | sahlberg | 2005-10-05 06:55:49 -0500 (Wed, 05 Oct 2005) | 3 lines
+r28847 | stig | 2009-06-25 20:37:30 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-
-rewrite dissection of service options flags to proper booleans and get rid of some strcpy() calls.
+   M /trunk/gtk/main.c
 
+Small whitespace cleanup.
 
 ------------------------------------------------------------------------
-r16124 | ulfl | 2005-10-05 01:37:35 -0500 (Wed, 05 Oct 2005) | 1 line
+r28848 | stig | 2009-06-25 20:59:01 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-goose.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h282.c
+   M /trunk/epan/dissectors/packet-h283.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-h460.c
+   M /trunk/epan/dissectors/packet-h501.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-lte-rrc.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mpeg-audio.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-p7.c
+   M /trunk/epan/dissectors/packet-p7.h
+   M /trunk/epan/dissectors/packet-pcap.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-ulp.c
+   M /trunk/epan/dissectors/packet-x2ap.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509sat.c
+
+Re-generate asn1 dissectors after hf_register_info cleanup.
 
-bugfix: don't crash, if not enough bytes of the header available
 ------------------------------------------------------------------------
-r16123 | ulfl | 2005-10-05 01:05:35 -0500 (Wed, 05 Oct 2005) | 1 line
+r28849 | etxrab | 2009-06-25 22:48:03 -0700 (Thu, 25 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_errs.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_dlg.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
 
-fix cant_load_winpcap_err() parameter
+From Sebastien Decugis:
+Add Missing Diameter EAP support.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600
 ------------------------------------------------------------------------
-r16122 | guy | 2005-10-04 17:08:20 -0500 (Tue, 04 Oct 2005) | 2 lines
+r28850 | tuexen | 2009-06-26 08:08:04 -0700 (Fri, 26 Jun 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/wiretap/pcapng.c
 
-Get rid of an unused variable.
+* Allocate enough memory for reading a packet.
+* Initialize pseudoheader.
+* Add some input validation / protection code.
+* Fix some return values.
+* Clean up some whitespaces.
+
+This fixes Bug 3565. Thanks to Tyson Key how reported
+the issue and provided capture files for debugging.
+
+This fix is scheduled for inclusion in Wireshark 1.2.1
+and higher.
 
 ------------------------------------------------------------------------
-r16121 | etxrab | 2005-10-04 15:21:18 -0500 (Tue, 04 Oct 2005) | 7 lines
+r28851 | tuexen | 2009-06-26 08:25:22 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
-
-From Richard van der Hoff
+   M /trunk/wiretap/pcapng.c
 
-I've spotted a bug in the new desegmentation in iax2, which 
-means that higher-level PDUs aren't dissected when they ought to be, but 
-tend to be grouped together in later packets - I've attached a patch 
-against svn r16110 to fix this; it also makes the code a bit clearer...
+Disable debug output.
 
 ------------------------------------------------------------------------
-r16120 | etxrab | 2005-10-04 14:54:50 -0500 (Tue, 04 Oct 2005) | 1 line
+r28852 | gerald | 2009-06-26 14:25:09 -0700 (Fri, 26 Jun 2009) | 3 lines
 Changed paths:
-   A /trunk/plugins/h223/golay.h
+   M /trunk/AUTHORS
+   M /trunk/dumpcap.c
+
+Unfortunately, r28452 seems to cause more problems than it fixes. Back
+out the change for now.
 
-Grr.. yet another missing file
 ------------------------------------------------------------------------
-r16119 | etxrab | 2005-10-04 14:51:31 -0500 (Tue, 04 Oct 2005) | 1 line
+r28853 | gerald | 2009-06-26 16:05:04 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   A /trunk/plugins/h223/packet-srp.c
-   A /trunk/plugins/h223/packet-srp.h
+   M /trunk/gtk/prefs_column.c
+
+Add a tooltip in case it's not obvious how to rearrange the columns.
 
-Add two missing files.
 ------------------------------------------------------------------------
-r16118 | guy | 2005-10-04 13:21:04 -0500 (Tue, 04 Oct 2005) | 3 lines
+r28854 | rbalint | 2009-06-26 23:32:52 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/configure.in
 
-Even a null object has a non-zero length (for the BER identifier and
-length); update the offset when dissecting one.
+Strictly require flex instead of allowing lex, too.
 
 ------------------------------------------------------------------------
-r16117 | sahlberg | 2005-10-04 09:41:39 -0500 (Tue, 04 Oct 2005) | 8 lines
+r28855 | rbalint | 2009-06-27 01:13:39 -0700 (Sat, 27 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
-
-the t38 tap would only initialize the t38_info structure when called from UDP
-and when called from TCP this pointer would be uninitialized and thus dump core when dereferenced.
+   M /trunk/configure.in
 
-at the same time remove the rotating buffers
+Revert commit 28854.
 
+------------------------------------------------------------------------
+r28856 | etxrab | 2009-06-27 03:31:42 -0700 (Sat, 27 Jun 2009) | 5 lines
+Changed paths:
+   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
 
-this fixes bugs 498 and 501
+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
 ------------------------------------------------------------------------
-r16116 | sahlberg | 2005-10-04 08:34:52 -0500 (Tue, 04 Oct 2005) | 13 lines
+r28857 | tuexen | 2009-06-27 04:39:47 -0700 (Sat, 27 Jun 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column-utils.h
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/libethereal.def
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
-in svn 15335   the tcp analysis was changed to do its stuff and to populate (prepend to) COL_INFO before callking the subdissectors
-instead of calling the tcp analysis (and prepend colingo) eitehr after the subdissector returned normally  or if an exception caused by a subdissector was rised.
+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.
 
-this as a sideffect caused tcp analysis data to be overwritten if the subdissector caused any output to the info column. (and made tcp analysis suboptimal)
+------------------------------------------------------------------------
+r28858 | tuexen | 2009-06-27 05:14:18 -0700 (Sat, 27 Jun 2009) | 10 lines
+Changed paths:
+   M /trunk/wiretap/pcapng.c
 
+If all interfaces use the same encapsulation, use
+this a the file encapsulation.
 
-this change adds a new function   col_prepend_fence_fstr()  that will prepend
-the info column with the string and also, if there was no fence already defined, create a fence and set it after the prepended col info text.
+This fixes a bug where you can not save a file
+in libpcap format when you captured it as a
+pcapng one.
 
-This way, even if the subdissectors generate and rewrite col info, the tcp analysis data will still be displayed on the info column.
+This fix will be scheduled for Wireshark 1.2.1
+and higher.
+
+------------------------------------------------------------------------
+r28859 | tuexen | 2009-06-27 05:41:06 -0700 (Sat, 27 Jun 2009) | 7 lines
+Changed paths:
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
+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.
 
 ------------------------------------------------------------------------
-r16115 | guy | 2005-10-04 05:26:44 -0500 (Tue, 04 Oct 2005) | 2 lines
+r28860 | etxrab | 2009-06-27 05:41:39 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-Fix a typo.
+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
 
+From   yin sun:
+h248 term wildcard enhancement
 ------------------------------------------------------------------------
-r16114 | guy | 2005-10-04 05:26:17 -0500 (Tue, 04 Oct 2005) | 2 lines
+r28862 | tuexen | 2009-06-27 08:20:44 -0700 (Sat, 27 Jun 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/wiretap/pcapng.c
+   M /trunk/wiretap/wtap-int.h
 
-Get rid of // comments - not all C compilers like them.
+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.
 
 ------------------------------------------------------------------------
-r16113 | guy | 2005-10-04 05:23:40 -0500 (Tue, 04 Oct 2005) | 23 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.h
-
-Don't ensure all the bytes of a security descriptor exist before calling
-"dissect_nt_sec_desc()".  Add a Boolean argument to
-"dissect_nt_sec_desc()" to indicate whether a length was passed to it
-(so we don't treat -1 as a special value; we want to stop treating -1 as
-a special length value, and, in fact, want to stop treating *any*
-negative length values specially, so that we don't have to worry about
-passing arbitrary 32-bit values from packets as lengths), and have
-"dissect_nt_sec_desc()" initially create the protocol tree item for the
-security descriptor with a length of "go to the end of the tvbuff", and
-set the length once we're done dissecting it - and, if the length was
-specified, check at *that* point, *after* we've dissected the security
-descriptor, whether we have the entire security descriptor in the
-tvbuff.
-
-That means that we don't have to worry about overflows after
-"dissect_nt_sec_desc()" returns - if the length was so large that we
-would have gotten an overflow, we'd have thrown an exception in the
-"tvb_ensure_bytes_exist()" call at the end of "dissect_nt_sec_desc()".
-
-Do sanity checks on offsets within the security descriptor, so we know
-the item referred to by the offset is after the fixed-length portion of
-the descriptor.
-
-------------------------------------------------------------------------
-r16112 | guy | 2005-10-04 05:17:45 -0500 (Tue, 04 Oct 2005) | 8 lines
+r28863 | tuexen | 2009-06-27 09:08:18 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
-
-We can just use "get_ber_identifier()" and "get_ber_length()" to fetch
-BER identifier and length information; calling
-"dissect_ber_identifier()" and "dissect_ber_length()" with a null tree
-argument doesn't have any advantages over that.
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
-Don't put an octet string into the protocol tree twice, once with
-"dissect_ber_octet_string()" and once with the real value; once is enough.
+Cleanup. Should be included in Wireshark 1.2.1 and higher to keep
+merging future bug fixes simple.
 
 ------------------------------------------------------------------------
-r16111 | guy | 2005-10-04 05:13:15 -0500 (Tue, 04 Oct 2005) | 6 lines
+r28864 | tuexen | 2009-06-27 10:33:23 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/atm.c
+   M /trunk/wiretap/pcapng.c
 
-A heuristic that only treats packets that appear to be LANE-encapsulated
-Ethernet packets with a length field as LANE packets, and doesn't do so
-for packets that appear to be LANE-encapsulated Ethernet packets with a
-type field, is too weak.  Back out that part of the heuristics added in
-the previous checkin.
+Another cleanup. We are now back to Ulf's original
+model of data handling.
 
 ------------------------------------------------------------------------
-r16110 | guy | 2005-10-04 02:07:15 -0500 (Tue, 04 Oct 2005) | 4 lines
+r28865 | tuexen | 2009-06-27 11:10:10 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_errs.c
-   M /trunk/capture_errs.h
-
-Include <glib.h> to declare "g_strdup_printf()".
+   M /trunk/wiretap/libpcap.c
 
-Properly declare "cant_load_winpcap_err()".
+Fix copy/paste error introduced in rev. 28863.
+Thanks to Guy for finding and reporting it. 
 
 ------------------------------------------------------------------------
-r16109 | guy | 2005-10-04 01:25:01 -0500 (Tue, 04 Oct 2005) | 6 lines
+r28866 | tuexen | 2009-06-27 11:50:13 -0700 (Sat, 27 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/Makefile.common
-   A /trunk/capture_errs.c
-   A /trunk/capture_errs.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/tethereal.c
-
-Add a "capture_errs.c" routine to cough up error messages for capture
-problems, and use the first routine in it in multiple places.
+   M /trunk/wiretap/pcapng.c
 
-Get rid of DISSECTOR_SUPPORT_INCLUDES - just add its contents to
-ETHEREAL_COMMON_INCLUDES.
+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.
 
 ------------------------------------------------------------------------
-r16108 | etxrab | 2005-10-04 00:42:18 -0500 (Tue, 04 Oct 2005) | 3 lines
+r28867 | rbalint | 2009-06-27 21:20:10 -0700 (Sat, 27 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/wiretap/atm.c
+   M /trunk/configure.in
 
-From Rene Piltz:
-Due to the fact that 3G Signaling appears at an undefined VPI/VCI I added a heuristics (very simple) which should take care of this fact.
+Strictly require flex instead of allowing lex, too.
+It compiles now.
+This fixes bug 1641.
 
 ------------------------------------------------------------------------
-r16107 | etxrab | 2005-10-04 00:36:31 -0500 (Tue, 04 Oct 2005) | 6 lines
+r28868 | tuexen | 2009-06-28 04:09:24 -0700 (Sun, 28 Jun 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-edonkey.h
+   M /trunk/wiretap/pcapng.c
 
-From John Sullivan:
-The current ethereal eDonkey dissector fails to handle a number of valid packet types - in particular the normal server<->client communication between current eserver and eMule versions (from both
-sides) produces packets which ethereal incorrectly claims to be malformed.
+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 patch fills in these holes.
+Thanks to Tyson Key for reporting the bug and providing a tracefile.
+This fix will be included in Wireshark 1.2.1 and higher.
 
 ------------------------------------------------------------------------
-r16106 | etxrab | 2005-10-04 00:29:40 -0500 (Tue, 04 Oct 2005) | 1 line
+r28869 | gerald | 2009-06-28 08:03:26 -0700 (Sun, 28 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Add some requested items.
+[Automatic manuf and enterprise-numbers update for 2009-06-28]
 ------------------------------------------------------------------------
-r16105 | etxrab | 2005-10-04 00:16:26 -0500 (Tue, 04 Oct 2005) | 1 line
+r28872 | etxrab | 2009-06-28 08:18:27 -0700 (Sun, 28 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/libethereal.def
+   M /trunk/epan/dissectors/packet-homeplug.c
+
+From Jon Smirl:
+More packet decoding for Intellon powerline devices.
 
-Preparations for h223
+From me put proto_register_homeplug() last in the file and whitespace changes.
 ------------------------------------------------------------------------
-r16104 | etxrab | 2005-10-04 00:15:23 -0500 (Tue, 04 Oct 2005) | 11 lines
+r28873 | etxrab | 2009-06-28 08:22:43 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-
-From Dave Richards
+   M /trunk/gtk/tcp_graph.c
 
-1) Fixes context-tagged BACnet errors.
-2) Fixes indeterminate tag data.  If the tag length/value/type variable 
-was 6 or 7 you could not tell whether it was an open/close tag or had 
-length 6/7.
-3) Don't make assumptions about property types for proprietary BACnet 
-object types.
+From   Sean Walberg:
+The title in the TCP sequence graphs is too short.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3556
+------------------------------------------------------------------------
+r28874 | rbalint | 2009-06-28 09:31:27 -0700 (Sun, 28 Jun 2009) | 4 lines
+Changed paths:
+   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.
 
+------------------------------------------------------------------------
+r28875 | jake | 2009-06-28 09:39:31 -0700 (Sun, 28 Jun 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-hip.c
 
+Make dissector handle unexpected data better.
 ------------------------------------------------------------------------
-r16103 | guy | 2005-10-03 23:23:09 -0500 (Mon, 03 Oct 2005) | 4 lines
+r28876 | guy | 2009-06-28 10:23:07 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/tethereal.c
+   M /trunk/aclocal-flags
 
-Add a note about 64-bit support in WinPcap to the capture errors on
-Windows, and add the URL for the CaptureSetup page to the Tethereal
-error.
+We only support GLib 2.x/GTK+ 2.x, which uses pkg-config, not
+gtk-config; use it instead.
 
 ------------------------------------------------------------------------
-r16102 | guy | 2005-10-03 23:12:34 -0500 (Mon, 03 Oct 2005) | 3 lines
+r28877 | tuexen | 2009-06-28 11:22:15 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/version_info.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.h
 
-Grr.  Without the right version of the SDK, we can't even compile code
-to *use* the shiny new features.
+Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.
+Thanks for Tyson Key for reporting the issue.
 
 ------------------------------------------------------------------------
-r16101 | guy | 2005-10-03 22:58:40 -0500 (Mon, 03 Oct 2005) | 2 lines
+r28878 | wmeier | 2009-06-28 13:01:37 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/capture-wpcap.c
+   M /trunk/gtk/proto_dlg.c
 
-Remove an extra " from a command, and fix indentation.
+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.
 
 ------------------------------------------------------------------------
-r16100 | guy | 2005-10-03 22:15:12 -0500 (Mon, 03 Oct 2005) | 3 lines
+r28879 | ulfl | 2009-06-28 14:13:51 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/version_info.c
+   M /trunk/gtk/capture_if_details_dlg_win32.c
 
-Cope with NT 6.0, and with the x86-64 version of XP being NT 5.2 rather
-than NT 5.1.
+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).
 ------------------------------------------------------------------------
-r16099 | guy | 2005-10-03 20:16:06 -0500 (Mon, 03 Oct 2005) | 6 lines
+r28880 | gal | 2009-06-29 06:01:54 -0700 (Mon, 29 Jun 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.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
 
-Don't assume that every packet has a non-null "call_data" value.  Fixes
-bug 497 (as well as a crash on an *unfuzzed* IAX2 capture!).
+Changes to address bug 3547:
 
-Set "pinfo->can_desegment" before calling dissectors; that's expected
-for dissectors that do TCP-style desegmentation.
+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
 
-------------------------------------------------------------------------
-r16098 | guy | 2005-10-03 17:26:32 -0500 (Mon, 03 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/t38_analysis.c
+Thanks to Kovarththanan Rajaratnam for basic patch.
 
-Properly terminate some value_string tables.
 
 ------------------------------------------------------------------------
-r16097 | guy | 2005-10-03 17:23:04 -0500 (Mon, 03 Oct 2005) | 5 lines
+r28881 | etxrab | 2009-06-29 12:24:14 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/t38_analysis.c
+   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
 
-Include "gui_stat_menu.h" to declare "register_stat_menu_item()".
+From Artem Tamazov:
+Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix
+------------------------------------------------------------------------
+r28882 | stig | 2009-06-29 13:16:20 -0700 (Mon, 29 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/packaging/Makefile.am
+   M /trunk/packaging/portableapps/win32
 
-Fix the type of "t38_analysis_init()" to match what
-"register_stat_cmd_arg()" expects.
+WiresharkPortable.ini -> WiresharkPortable.tmpl
 
 ------------------------------------------------------------------------
-r16096 | guy | 2005-10-03 17:17:32 -0500 (Mon, 03 Oct 2005) | 6 lines
+r28883 | jmayer | 2009-06-29 13:35:47 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/stream.c
+   M /trunk/epan/dissectors/packet-glbp.c
 
-A hash table doesn't *have* to have a value destroy function - and, in
-fact, in GLib 1.2, it *can't* have one.  As the value destroy function
-for this hash table does nothing, don't bother with it - and create the
-hash table with "g_hash_table_new(), rather than
-"g_hash_table_new_full()", so it works with GLib 1.2[.x].
+Add value for vfstate: active
 
 ------------------------------------------------------------------------
-r16095 | guy | 2005-10-03 17:04:58 -0500 (Mon, 03 Oct 2005) | 2 lines
+r28884 | wmeier | 2009-06-29 13:59:26 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/stream.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
 
-It's "svn:keywords", not "svn:Keywords".
+From  Kovarththanan Rajaratnam: Fix for Bug #3572 
+[http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3572]
 
 ------------------------------------------------------------------------
-r16094 | guy | 2005-10-03 17:02:47 -0500 (Mon, 03 Oct 2005) | 3 lines
+r28885 | rbalint | 2009-06-29 15:22:30 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/stream.h
+   M /trunk/epan/dissectors/packet-data.c
 
-The "extern" in "struct _fragment_items" doesn't do anything, as data
-types aren't objects and don't have storage classes, etc..
+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.
 
 ------------------------------------------------------------------------
-r16093 | ulfl | 2005-10-03 15:04:06 -0500 (Mon, 03 Oct 2005) | 1 line
+r28886 | gerald | 2009-06-29 16:08:05 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_dlg.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.
 
-Win32: don't crash if Capture/Start is clicked and WinPcap is not installed.
 ------------------------------------------------------------------------
-r16092 | ulfl | 2005-10-03 14:37:17 -0500 (Mon, 03 Oct 2005) | 1 line
+r28887 | guy | 2009-06-29 17:32:20 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/airpcap_gui_utils.c
+
+Put in missing newline at the end.
 
-move the list down to the latest message while new messages rush in. We might want to have a checkbox or alike to en/disable this (as discussed for the Statistics) lately.
 ------------------------------------------------------------------------
-r16091 | ulfl | 2005-10-03 14:34:58 -0500 (Mon, 03 Oct 2005) | 3 lines
+r28888 | stig | 2009-06-30 01:28:21 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/gui_utils.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-major Win32 bugfix: when getting messages from the capture slave, only one message was processed every 200ms (UNIX handles this differently). If more messages were initiated from the slave, they stacked up. This slowed down the display update and slowed down stopping the capture as a lot of messages had to be processed before the close really finished ...
+Cleanup protocol name for ldap.
 
-Now the timer callback function will call the pipe read function up to 5 times to avoid this, but won't do this more often to prevent "endless blocking".
 ------------------------------------------------------------------------
-r16090 | ulfl | 2005-10-03 14:11:57 -0500 (Mon, 03 Oct 2005) | 1 line
+r28889 | stig | 2009-06-30 03:38:00 -0700 (Tue, 30 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-minor bugfix: hide main widgets, if command line file couldn't be loaded
-------------------------------------------------------------------------
-r16089 | etxrab | 2005-10-03 14:00:52 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   A /trunk/plugins/h223/Makefile.nmake
+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".
 
-First check in of yhe h223 plugin, not part of the build script yet.
-------------------------------------------------------------------------
-r16088 | etxrab | 2005-10-03 13:59:41 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   A /trunk/plugins/h223/moduleinfo.h
-   A /trunk/plugins/h223/packet-h223.c
-   A /trunk/plugins/h223/packet-h223.h
-   A /trunk/plugins/h223/plugin.c
+Also removed check_col().
 
-First check in of yhe h223 plugin, not part of the build script yet.
 ------------------------------------------------------------------------
-r16087 | etxrab | 2005-10-03 13:54:41 -0500 (Mon, 03 Oct 2005) | 1 line
+r28890 | stig | 2009-06-30 05:26:11 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   A /trunk/plugins/h223/Makefile.am
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
-First check in of yhe h223 plugin, not part of the build script yet.
-------------------------------------------------------------------------
-r16086 | etxrab | 2005-10-03 13:54:13 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   A /trunk/plugins/h223/golay.c
+Always register to tcp.port to be able to decode as.
 
-First check in of yhe h223 plugin, not part of the build script yet.
 ------------------------------------------------------------------------
-r16085 | etxrab | 2005-10-03 13:53:52 -0500 (Mon, 03 Oct 2005) | 1 line
+r28891 | wmeier | 2009-06-30 06:57:26 -0700 (Tue, 30 Jun 2009) | 6 lines
 Changed paths:
-   A /trunk/plugins/h223/COPYING
+   M /trunk/epan/dissectors/packet-radius.c
 
-First check in of yhe h223 plugin, not part of the build script yet.
-------------------------------------------------------------------------
-r16084 | etxrab | 2005-10-03 13:53:28 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   A /trunk/plugins/h223/ChangeLog
+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.
 
-First check in of yhe h223 plugin, not part of the build script yet.
 ------------------------------------------------------------------------
-r16083 | etxrab | 2005-10-03 13:51:54 -0500 (Mon, 03 Oct 2005) | 1 line
+r28892 | sfisher | 2009-06-30 11:05:04 -0700 (Tue, 30 Jun 2009) | 14 lines
 Changed paths:
-   A /trunk/plugins/h223
-   A /trunk/plugins/h223/AUTHORS
+   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
 
-First check in of yhe h223 plugin, not part of the build script yet.
-------------------------------------------------------------------------
-r16082 | etxrab | 2005-10-03 13:34:21 -0500 (Mon, 03 Oct 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/packet.c
-   A /trunk/epan/stream.c
-   A /trunk/epan/stream.h
 
-From Jeff Snyder:
+Introduce experimental new feature: GTK2 tree view based packet list
 
-04-stream.diff
- A simplified packet reassembly API built on top of  fragment_add_seq_next for 
-reassembling fragments that are delivered in-order, where fragments are 
-identified by a framenum and an offset into that frame. Streams are attached 
-to a conversation or a circuit and are unidirectional.
-------------------------------------------------------------------------
-r16081 | etxrab | 2005-10-03 13:18:38 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gnm/gnm.cnf
-   M /trunk/asn1/gnm/packet-gnm-template.c
-   M /trunk/epan/dissectors/packet-gnm.c
+To use the GTK2 based packet list, define NEW_PACKET_LIST when compiling.
+To do this with gcc, set the environment variable CPPFLAGS to
+"-DNEW_PACKET_LIST" and re-run configure.
+
+Many features do not yet work.  This work began with prototypes by Ulf
+quite a while back.  I've put quite a bit of work into this so far and
+as discussed with a few of the core team members at Sharkfest09 and it was
+decided that it would be best to commit what I have so far to allow others to
+help work on this.
 
-Add dissection of some more OID's and use the #.REGISTER function.
-------------------------------------------------------------------------
-r16080 | ulfl | 2005-10-03 11:24:43 -0500 (Mon, 03 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
 
-from Yaniv Kaul: add a Preference setting for IP checksum validation
 ------------------------------------------------------------------------
-r16079 | ulfl | 2005-10-03 10:52:14 -0500 (Mon, 03 Oct 2005) | 4 lines
+r28893 | guy | 2009-06-30 12:09:18 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/gtk/menus.c
 
-from Peter Johansson:
-The supplied patch resolves an issue with the use of the not yet initialized variable "fid".
+Fix typo.
 
-/ Regards, Peter 
 ------------------------------------------------------------------------
-r16078 | lego | 2005-10-03 08:10:28 -0500 (Mon, 03 Oct 2005) | 3 lines
+r28894 | guy | 2009-06-30 12:10:11 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtse.c
-
-dissect_rtse_EXTERNAL is already declared in the header as extern.
+   M /trunk/gtk/main_packet_list.c
 
+Fix typo.
 
 ------------------------------------------------------------------------
-r16077 | lego | 2005-10-03 06:36:24 -0500 (Mon, 03 Oct 2005) | 3 lines
+r28895 | wmeier | 2009-06-30 12:52:43 -0700 (Tue, 30 Jun 2009) | 3 lines
 Changed paths:
-   A /trunk/gtk/t38_analysis.c
-
-This one was missing from the checkin...
+   M /trunk/epan/dissectors/packet-tte.c
 
+From: Benjamin Roch: Enhancements and small fixes for packet-tte.c dissector;
+Also: a few minor mostly formatting changes by me.
 
 ------------------------------------------------------------------------
-r16076 | sahlberg | 2005-10-03 04:30:10 -0500 (Mon, 03 Oct 2005) | 5 lines
+r28896 | gerald | 2009-06-30 13:28:26 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mount.c
-
-prettify mount,
-
-if MNT fails with an error,   put the error string in the INFO column
+   M /trunk/tools/checkAPIs.pl
 
+Add assert and assert_perror to the 'abort' list.
 
 ------------------------------------------------------------------------
-r16075 | guy | 2005-10-03 02:30:49 -0500 (Mon, 03 Oct 2005) | 3 lines
+r28897 | gerald | 2009-06-30 13:59:51 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/simple_dialog.h
+   M /trunk/epan/dissectors/packet-sflow.c
 
-C89 doesn't allow a comma after the end of the last value in an
-enumerator list, and some compilers don't allow it as an extension.
+Add some length checks. Fixes bug 3567.
 
 ------------------------------------------------------------------------
-r16074 | etxrab | 2005-10-03 00:59:17 -0500 (Mon, 03 Oct 2005) | 1 line
+r28898 | guy | 2009-06-30 16:49:34 -0700 (Tue, 30 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-mtp3.c
+
+Get rid of assert() call; either the pointer will never be null, in
+which case it won't crash, or it will be null, in which case that just
+trades one crash for another, and we should fix the crash.
 
-Fix a typo.
 ------------------------------------------------------------------------
-r16073 | etxrab | 2005-10-03 00:55:26 -0500 (Mon, 03 Oct 2005) | 12 lines
+r28899 | guy | 2009-06-30 16:52:20 -0700 (Tue, 30 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/epan/dissectors/packet-t38.h
-   M /trunk/epan/libethereal.def
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/graph_analysis.h
-   M /trunk/gtk/voip_calls.c
+   M /trunk/epan/dissectors/packet-pw-common.c
 
-From Alejandro Vaquero:
-
- New "Fax T38 Analysis" added to the "Statistics" menu to:
-
-- Reassemble the HDLC t30 frames and dissect the header.
-- Analyze the UPDTLPacket seq num for packet lost
-- Stats of V.x Data:
-    - Count the Data bytes
-    - Duration
-    - Wrong seq num
-    - Max Burst of packet lost
+Don't crash if a null pointer is passed, just skip the appending of the
+items.
 
 ------------------------------------------------------------------------
-r16072 | etxrab | 2005-10-03 00:17:51 -0500 (Mon, 03 Oct 2005) | 5 lines
+r28900 | guy | 2009-06-30 16:56:26 -0700 (Tue, 30 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ess.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-x420.c
-
-From Graeme Lunt
-X420 - incorrect ExtendedBodyPart handling
-ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+   M /trunk/epan/dissectors/packet-pw-atm.c
 
+Replace one assert() with DISSECTOR_ASSET(), so we don't crash, and get
+rid of another, as the pointer in question is non-null in all calls (if
+somebody adds another call with a null pointer, it'll crash when
+dereferencing the pointer in any case).
 
 ------------------------------------------------------------------------
-r16071 | etxrab | 2005-10-03 00:16:57 -0500 (Mon, 03 Oct 2005) | 5 lines
+r28901 | jmayer | 2009-06-30 22:27:34 -0700 (Tue, 30 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/cms/CryptographicMessageSyntax.asn
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/ess/ExtendedSecurityServices.asn
-   M /trunk/asn1/ess/ess.cnf
-   M /trunk/asn1/rtse/rtse-exp.cnf
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/asn1/x420/x420.asn
-   M /trunk/asn1/x420/x420.cnf
-
-From Graeme Lunt
-X420 - incorrect ExtendedBodyPart handling
-ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+   M /trunk/epan/dissectors/packet-ismp.c
 
+- Put ISMP.EDP into the protocol column to make it clearer
+  that filtering on edp is not going to help
+- Make it possible to filter on ismp.edp
+- In case of edp fill info column
 
 ------------------------------------------------------------------------
-r16070 | etxrab | 2005-10-03 00:14:39 -0500 (Mon, 03 Oct 2005) | 5 lines
+r28902 | stig | 2009-07-01 00:21:13 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-
-From Graeme Lunt
-X420 - incorrect ExtendedBodyPart handling
-ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS  - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS  - support for ESSSecurityLabel and EquivalentLabels attributes
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
+Added support for Simulcrypt EMMG <-> MUX,
+and generic support for other interfaces.
 
 ------------------------------------------------------------------------
-r16069 | etxrab | 2005-10-02 16:14:35 -0500 (Sun, 02 Oct 2005) | 3 lines
+r28903 | etxrab | 2009-07-01 01:23:32 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/epan/dissectors/packet-cms.c
-
-From Graeme Lunt
-allows the dissection of ContentInfo based upon it's OID - something that is used for a secure X.400 messages (Protecting Content Type (PCT)).
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
+   M /trunk/gtk/capture_file_dlg.c
 
+Make it possible to configure use of NEW_PACKET_LIST and fix
+one compile error. It still fails in file.c trying to include gtk/gtk.h in new_packet_list.h
 ------------------------------------------------------------------------
-r16068 | etxrab | 2005-10-02 15:59:54 -0500 (Sun, 02 Oct 2005) | 20 lines
+r28904 | stig | 2009-07-01 02:05:13 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
-   M /trunk/epan/dissectors/packet-h261.c
-   M /trunk/epan/dissectors/packet-h263.c
-   M /trunk/epan/dissectors/packet-iax2.c
-
-From Jeff Snyder
+   M /trunk/gtk/capture_file_dlg.c
 
-00-iax.diff
- Modifications to the IAX2 dissector so that it offers desegmentation to 
-subdissectors using the same API as TCP offers (pinfo->desegment_len etc)
+Added NEW_PACKET_LIST guard for new_packet_list.h
 
-01-amr.diff
- Modifications to the AMR dissector to allow AMR IF2 data to be dissected via 
-call_dissector() from packet-h223.c. This patch also causes the AMR dissector 
-to append the frame type string to the info column, so that the info column 
-shows what protocols an H.223 frame contains.
+------------------------------------------------------------------------
+r28905 | stig | 2009-07-01 04:12:58 -0700 (Wed, 01 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
 
-02-h263-data.diff
- Modifications to packet-h263.c to separate the dissection of h.263 RTP 
-encpasulation from the dissection of the actual h.263 data. The data 
-dissection functions are added as a second dissector. This data-only 
-dissector is used to dissect the video channel in our h.223 streams. As with 
-the AMR modification, this makes the H.263 dissector append to the info 
-column.
+Try to fix HAVE_NEW_PACKET_LIST handling.
 
 ------------------------------------------------------------------------
-r16067 | ulfl | 2005-10-02 10:41:11 -0500 (Sun, 02 Oct 2005) | 1 line
+r28906 | etxrab | 2009-07-01 04:40:24 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/config.nmake
 
-enhancements COL_INFO output and make bittorrent protocol filterable
+Sligtly modify Stig's fix, I forgot the makefile change :-(
 ------------------------------------------------------------------------
-r16066 | ulfl | 2005-10-02 09:56:27 -0500 (Sun, 02 Oct 2005) | 1 line
+r28907 | etxrab | 2009-07-01 07:37:02 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column-utils.h
-   M /trunk/epan/epan.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/ui_util.h
 
-add doxygen comments to column-utils.h and do a slight code cleanup
+Make the new packet list compile on Windows.
 ------------------------------------------------------------------------
-r16065 | lego | 2005-10-01 10:19:36 -0500 (Sat, 01 Oct 2005) | 8 lines
+r28908 | gerald | 2009-07-01 08:56:12 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/tpg.c
-   M /trunk/epan/tpg.h
-   M /trunk/epan/tvbparse.c
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/plugins/tpg/packet-http.c
-   M /trunk/tools/tpg/tpg.yp
-
-one step further... 
- TPG now uses the ignore feature of tvbparse
- named sub_rules can have cardinality
+   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
 
-epan/tvbparse.c:
-   do not crash on zero cardinality
+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...
 ------------------------------------------------------------------------
-r16064 | lego | 2005-10-01 06:16:17 -0500 (Sat, 01 Oct 2005) | 5 lines
+r28910 | guy | 2009-07-01 10:40:08 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-pw-atm.c
 
-propperly initialize vendor->ett if the vendor is not found while radius_register_avp_dissector().
+Thou shalt not call assert() in dissectors.
 
-fixes bug 488.
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r16063 | lego | 2005-10-01 05:41:00 -0500 (Sat, 01 Oct 2005) | 3 lines
+r28912 | gerald | 2009-07-01 13:56:03 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/plugins/tpg/packet-http.c
-
-match changes to tpg infrastructure.
+   M /trunk/epan/dissectors/packet-netflow.c
 
+Add a couple of IPFIX labels where they differ from Netflow.
 
 ------------------------------------------------------------------------
-r16062 | lego | 2005-10-01 05:39:38 -0500 (Sat, 01 Oct 2005) | 3 lines
+r28913 | stig | 2009-07-01 14:20:18 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/tpg/tpg.yp
-
-Some changes in tpg's grammar to avoid constructing elements that cannot be dereferenced
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
+Added error value tables.
 
 ------------------------------------------------------------------------
-r16061 | lego | 2005-10-01 05:36:57 -0500 (Sat, 01 Oct 2005) | 8 lines
+r28914 | gerald | 2009-07-01 16:36:35 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
-   M /trunk/epan/tpg.c
-   M /trunk/epan/tpg.h
+   M /trunk/epan/dissectors/packet-netflow.c
 
-emem.[ch]:
-Add a simple stack implememtation that uses ep_alloc
-Add ep_new() ep_new0() macros
+Fix a couple of labels.
+
+------------------------------------------------------------------------
+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_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
 
-tpg.[ch]:
-use the stack in tpg helpers
+Updates to create_tempfile:
 
+  - Use g_get_tmp_dir, just like get_tempfile_path.
+  - Don't make the caller worry about the path buffer length.
 
 ------------------------------------------------------------------------
-r16060 | obiot | 2005-09-30 14:29:21 -0500 (Fri, 30 Sep 2005) | 4 lines
+r28916 | gerald | 2009-07-01 19:50:24 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/gtk/follow_stream.c
 
-Fix bug 492 - the MMSE dissector calls add_content_type() defined in WSP, which
-uses proto_item_append_string(). The visibility hack must be present, otherwise
-a dissector assert is generated within the MMSE dissector.
+Fix the build.
 
 ------------------------------------------------------------------------
-r16059 | etxrab | 2005-09-30 13:20:44 -0500 (Fri, 30 Sep 2005) | 1 line
+r28917 | stig | 2009-07-01 23:51:27 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mip6.h
+
+From Albert Chin:
+Small patch to make it compile on AIX.
 
-Update AVP:s and error codes.
 ------------------------------------------------------------------------
-r16058 | lego | 2005-09-29 15:38:41 -0500 (Thu, 29 Sep 2005) | 3 lines
+r28918 | stig | 2009-07-02 02:08:11 -0700 (Thu, 02 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/plugins/tpg/packet-http.c
+   M /trunk/gtk/main.c
 
-this struct moved to tvbparse.c
+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.
 
 ------------------------------------------------------------------------
-r16057 | lego | 2005-09-29 15:37:05 -0500 (Thu, 29 Sep 2005) | 5 lines
+r28919 | etxrab | 2009-07-02 09:54:20 -0700 (Thu, 02 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/tvbparse.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-nfs.h
 
-I needed to cut'n'paste something more...
+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
 
-I did not even try to compile it before check it in, sorry!
+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).
 
 ------------------------------------------------------------------------
-r16056 | etxrab | 2005-09-29 15:24:02 -0500 (Thu, 29 Sep 2005) | 1 line
+r28921 | etxrab | 2009-07-02 11:22:41 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/gtk/packet_list_store.c
 
-Update to the latest version of the standard.
+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.
 ------------------------------------------------------------------------
-r16055 | etxrab | 2005-09-29 15:22:55 -0500 (Thu, 29 Sep 2005) | 1 line
+r28922 | etxrab | 2009-07-02 11:24:26 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/gtk/packet_list_store.c
 
-make n a guint32 to not wrap around at 65536
+This time with the comment...
 ------------------------------------------------------------------------
-r16054 | lego | 2005-09-29 15:07:29 -0500 (Thu, 29 Sep 2005) | 3 lines
+r28923 | gerald | 2009-07-02 12:50:35 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/tvbparse.c
-   M /trunk/epan/tvbparse.h
-
-add a debugging function that creates a tree exploding the parsed elements
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/libwireshark.def
 
+mkstemp cleanups.
 
 ------------------------------------------------------------------------
-r16053 | lego | 2005-09-29 15:05:24 -0500 (Thu, 29 Sep 2005) | 3 lines
+r28924 | tuexen | 2009-07-02 12:52:47 -0700 (Thu, 02 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/plugins/tpg/packet-http.c
+   M /trunk/wiretap/btsnoop.c
 
-at this point this makes a good parser for http headers...
+Patch from Alex Badea for Bug 3645.
 
+This fix will be included in Wireshark 1.2.1.
 
 ------------------------------------------------------------------------
-r16052 | lego | 2005-09-29 14:56:21 -0500 (Thu, 29 Sep 2005) | 3 lines
+r28925 | guy | 2009-07-02 13:10:05 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/tools/tpg/tpg.pl
-   M /trunk/tools/tpg/tpg.yp
+   M /trunk/wiretap/btsnoop.c
 
-another step closer
+Don't dump out the raw link-layer type when noting that
+KHciLoggerDatalinkTypeBCSP and KHciLoggerDatalinkTypeH5 aren't supported
+- just explicitly say "BSCP" or "H5".
 
+For unknown link-layer types, say "unknown or unsupported", as other
+Wiretap modules do.
 
 ------------------------------------------------------------------------
-r16051 | etxrab | 2005-09-29 00:37:27 -0500 (Thu, 29 Sep 2005) | 5 lines
+r28926 | gerald | 2009-07-02 13:35:46 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-From Mike Duigou
-A patch to allow the JXTA dissector to pass fuzz testing. It 
-also removes a couple of unused things and optimizes handling of the raw 
-data dissector.
+Update documentation links.
 
 ------------------------------------------------------------------------
-r16050 | guy | 2005-09-28 21:20:29 -0500 (Wed, 28 Sep 2005) | 13 lines
+r28927 | gerald | 2009-07-02 13:35:58 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/diameter
-   A /trunk/diameter/dictionary.dtd (from /trunk/dictionary.dtd:16044)
-   A /trunk/diameter/dictionary.xml (from /trunk/dictionary.xml:16044)
-   A /trunk/diameter/imscxdx.xml (from /trunk/imscxdx.xml:16044)
-   A /trunk/diameter/mobileipv4.xml (from /trunk/mobileipv4.xml:16044)
-   A /trunk/diameter/nasreq.xml (from /trunk/nasreq.xml:16044)
-   A /trunk/diameter/sunping.xml (from /trunk/sunping.xml:16044)
-   D /trunk/dictionary.dtd
-   D /trunk/dictionary.xml
-   M /trunk/epan/dissectors/packet-cops.c
-   D /trunk/imscxdx.xml
-   D /trunk/mobileipv4.xml
-   D /trunk/nasreq.xml
-   M /trunk/packaging/nsis/ethereal.nsi
-   D /trunk/sunping.xml
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Move the Diameter dictionary files to a "diameter" subdirectory, along
-the lines of what's done for RADIUS.  That keeps them together (and
-separate from other files), and makes the layout of the top-level source
-directory closer to the layout of the installation directory, so that if
-you run Ethereal or Tethereal from the top-level directory on Windows
-it'll pick up the Diameter dictionary files (if it supports loading
-them), and can do so on UN*X if we support a mechanism to let it find
-its control files in the directory in which the binary resides.
+From Kovarththanan Rajaratnam via bug 3567:
 
-Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the
-EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD,
-and RADIUS files in one place if you add or remove a file.
+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").
 
 ------------------------------------------------------------------------
-r16049 | guy | 2005-09-28 20:31:19 -0500 (Wed, 28 Sep 2005) | 4 lines
+r28928 | sfisher | 2009-07-02 14:06:24 -0700 (Thu, 02 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
-   M /trunk/epan/dissectors/packet-smb.c
-
-Make "top_tree" static; nobody else uses it, and if they're both not
-static, they collide with one another in builds on at least some
-platforms.
+   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.
 ------------------------------------------------------------------------
-r16048 | ulfl | 2005-09-28 17:15:38 -0500 (Wed, 28 Sep 2005) | 3 lines
+r28929 | tuexen | 2009-07-02 15:04:22 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-ldp.c
-   M /trunk/epan/dissectors/packet-mq.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rtsp.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-x25.c
-   M /trunk/plugins/opsi/packet-opsi.c
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/ui_util.h
 
-fix #480: Change defaults for all reassembling settings to ON
+Get it compiling with -DNEW_PACKET_LIST on Mac OS X.
 
-I've changed all settings I could find to TRUE. It might be reasonable to change some protocol settings back to FALSE, if reassembling fails very often.
 ------------------------------------------------------------------------
-r16047 | lego | 2005-09-28 16:35:14 -0500 (Wed, 28 Sep 2005) | 3 lines
+r28930 | gerald | 2009-07-02 17:17:06 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dtd_preparse.l
-
-be more flexible in what's a name
+   M /trunk/epan/dissectors/packet-netflow.c
 
+Try to allocate enough memory on all platforms.
 
 ------------------------------------------------------------------------
-r16046 | lego | 2005-09-28 16:33:44 -0500 (Wed, 28 Sep 2005) | 3 lines
+r28931 | wmeier | 2009-07-02 18:11:23 -0700 (Thu, 02 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/stats_tree.c
-
-one leak less...
-
+   M /trunk/epan/dfilter/semcheck.c
+   M /trunk/gtk/dfilter_expr_dlg.c
 
-------------------------------------------------------------------------
-r16045 | lego | 2005-09-28 16:32:47 -0500 (Wed, 28 Sep 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/tvbparse.c
-   M /trunk/epan/tvbparse.h
+From  Kovarththanan Rajaratnam: Fixes for bug #3536
+(plus some additional changes by me).
 
-tvbparse.[ch]:
-- add a tvbparse_handle() (for recursion)
-- change tvbparse_until() to allow more control when parsing
-- make the wanted control an union so that different types of data can be used
+Handle BASE_RANGE_STRING display types properly
 
-packet-xml.c:
-- change the parser definition to match changes to tvbparse_until()
+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.
 
 
 ------------------------------------------------------------------------
-r16044 | etxrab | 2005-09-28 15:06:58 -0500 (Wed, 28 Sep 2005) | 1 line
+r28932 | ulfl | 2009-07-03 02:12:43 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-rt.c
+
+update to the latest PROFINET drafts
 
-Add radius/dictionary.ericsson  \
+(defragmentation of RT fragments "FRAG-PDU" is still not implemented)
 ------------------------------------------------------------------------
-r16043 | etxrab | 2005-09-28 14:57:45 -0500 (Wed, 28 Sep 2005) | 1 line
+r28933 | ulfl | 2009-07-03 02:35:40 -0700 (Fri, 03 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/doc
 
-Handle sigcomp over TCP.
+ignore copied ws.css for commits
 ------------------------------------------------------------------------
-r16042 | jmayer | 2005-09-28 12:16:30 -0500 (Wed, 28 Sep 2005) | 1 line
+r28934 | tuexen | 2009-07-03 03:29:45 -0700 (Fri, 03 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-rt.c
+
+Make the compiler on Mac OS X happy...
 
-Updates for foundry addresses/protocols
 ------------------------------------------------------------------------
-r16041 | etxrab | 2005-09-28 11:39:20 -0500 (Wed, 28 Sep 2005) | 1 line
+r28935 | etxrab | 2009-07-03 04:45:42 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-Add disctionary.ericsson
+From Chris Costa:
+NDMP fragmentation fix.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3395
 ------------------------------------------------------------------------
-r16040 | etxrab | 2005-09-28 11:38:40 -0500 (Wed, 28 Sep 2005) | 1 line
+r28936 | etxrab | 2009-07-03 06:05:45 -0700 (Fri, 03 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-It's the UDVM_MEMORY_SIZE that should be checked.
+Fix:
+packet-ndmp.c:562: warning: unused parameter 'pinfo'
 ------------------------------------------------------------------------
-r16039 | guy | 2005-09-28 11:16:37 -0500 (Wed, 28 Sep 2005) | 5 lines
+r28937 | wmeier | 2009-07-03 09:03:02 -0700 (Fri, 03 Jul 2009) | 29 lines
 Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-esis.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-frame.h
-   M /trunk/epan/dissectors/packet-gsm_sms_ud.c
-   M /trunk/epan/dissectors/packet-msdp.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-pppoe.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-udp.c
-   M /trunk/epan/ftypes/ftype-string.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/radius_dict.l
 
-Have show_exception() take a "const char *" as its exception message,
-and not free the string to which it points.  Pass to
-REPORT_DISSECTOR_BUG() strings allocated with ep_strdup_printf(), so
-that they're freed automatically.
+From: Tobias Witek: Fix processing of radius 'vendor specific attributes'
 
-------------------------------------------------------------------------
-r16038 | guy | 2005-09-28 04:31:37 -0500 (Wed, 28 Sep 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.c
+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:
 
-Don't change the Info column if we have an unknown opcode; we've already
-set it to a value that should indicate that the opcode is unknown, and
-also indicates what the value is.  (Especially don't do it without
-calling check_col() to check whether we *should* change the info column,
-as we'll dereference a null pointer if we shouldn't; this change should
-fix bug 489.)
+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))
 
-------------------------------------------------------------------------
-r16037 | jmayer | 2005-09-28 03:14:54 -0500 (Wed, 28 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/tools/fuzz-test.sh
+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.
 
-In case the paths to the tools are wrong, inform the
-user about it instead of complaining that no capture files
-could be found.
+[Result: Radius dissector displays messages such as:
+ "Malformed Packet: RADIUS" and "Error/Malformed: Malformed Packet(Exception occurred)"]
 
+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.
 
-------------------------------------------------------------------------
-r16036 | guy | 2005-09-28 03:01:54 -0500 (Wed, 28 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+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().
 
-Note that we should redo the handling of OIDs when
-"dissect_ber_object_identifier()" can return the OID in a binary form.
+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
 
 ------------------------------------------------------------------------
-r16035 | obiot | 2005-09-28 02:08:57 -0500 (Wed, 28 Sep 2005) | 11 lines
+r28938 | guy | 2009-07-03 10:12:36 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/proto.c
-
-The TRY_TO_FAKE_THIS_ITEM() speed optimization has a side effect in that it
-will only process FT_PROTOCOL fields. As a result, proto_item_append_string()
-calls may throw a dissector exception, as only a FT_STRING or FT_STRINGZ can be
-appended to with this call.
-
-In order to prevent these dissector assertions, silently return from the append
-call if the field is a FT_PROTOCOL.
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-Note that when the tree is visible, the updates of the fields occur normally,
-as expected.
+Set save_fragmented regardless of whether we're reassembling or not, as
+we restore it regardless of whether we're reassembling or not.
 
 ------------------------------------------------------------------------
-r16034 | etxrab | 2005-09-28 00:16:51 -0500 (Wed, 28 Sep 2005) | 1 line
+r28939 | etxrab | 2009-07-04 08:15:51 -0700 (Sat, 04 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/epan/dissectors/packet-isup.c
 
-Add dictionarry.ericsson
+A fix for:
+"ANSI ISUP Cause indicators with coding standard=ANSI fail to dissect."
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3654
 ------------------------------------------------------------------------
-r16033 | lego | 2005-09-27 20:17:45 -0500 (Tue, 27 Sep 2005) | 3 lines
+r28940 | etxrab | 2009-07-05 04:49:36 -0700 (Sun, 05 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-
-make sure we tell tvbparse_until() to include the last token.
-
+   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
 ------------------------------------------------------------------------
-r16032 | lego | 2005-09-27 20:06:39 -0500 (Tue, 27 Sep 2005) | 6 lines
+r28941 | gerald | 2009-07-05 08:03:31 -0700 (Sun, 05 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/tpg.h
-   M /trunk/epan/tvbparse.c
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/tools/tpg/tpg.pl
-   M /trunk/tools/tpg/tpg.yp
-
-update tpg
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-tvbparse:
-     - for tvbparse_until spend the target token even if it isn't included
+[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
 ------------------------------------------------------------------------
-r16031 | lego | 2005-09-27 17:57:07 -0500 (Tue, 27 Sep 2005) | 10 lines
+r28948 | jmayer | 2009-07-06 06:00:04 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/tvbparse.c
-   M /trunk/epan/tvbparse.h
-
-in tvbparse:
-  - tvbparse_some now handles 0 items.
-  - added accessors for a tt's offset and remaining length.
-
-in packet-xml:
-  - min_len=0 for tvbparse_chars() is soon going to mean zero instead of 1 change the 0s to 1s.
-  - attribute names can have ':' even if it's namespaces isn't managed yet.
-  - split the xml grammar in more elements so It can be actually read by a human being.
+   M /trunk/epan/dissectors/packet-glbp.c
 
+Fix for bug 3660: Length (guint32) could become 0 or very large
+(overflow).
 
 ------------------------------------------------------------------------
-r16030 | lego | 2005-09-27 17:06:36 -0500 (Tue, 27 Sep 2005) | 3 lines
+r28949 | etxrab | 2009-07-06 06:34:30 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   A /trunk/plugins/tpg
-   A /trunk/plugins/tpg/Makefile.am
-   A /trunk/plugins/tpg/Makefile.nmake
-   A /trunk/plugins/tpg/http.tpg
-   A /trunk/plugins/tpg/packet-http.c
+   M /trunk/config.nmake
 
-A "working" example of TPG...
+Revert checkin made by misstake(don't use new packet list).
+------------------------------------------------------------------------
+r28950 | stig | 2009-07-06 06:53:01 -0700 (Mon, 06 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
 
+Removed an incorrect optimalization for invalidating packet in row 0.
 
 ------------------------------------------------------------------------
-r16029 | lego | 2005-09-27 16:56:14 -0500 (Tue, 27 Sep 2005) | 3 lines
+r28951 | stig | 2009-07-06 06:59:09 -0700 (Mon, 06 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/tpg.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
 
-http_dissector_add doesn't belong here!
+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.
 
 ------------------------------------------------------------------------
-r16028 | lego | 2005-09-27 16:54:45 -0500 (Tue, 27 Sep 2005) | 3 lines
+r28952 | wmeier | 2009-07-06 07:05:37 -0700 (Mon, 06 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/tools/tpg/tpg.pl
-
-now it starts to work...
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius.h
+   M /trunk/epan/radius_dict.l
 
+Radius: Additional attribute handling:
+ - implement "ether" attribute; 
+ - parse "abinary" attribute [uses existing radius_abinary()]
+Also: add a comment in packet-radius.h about the meaning of the encrypt flag.
 
 ------------------------------------------------------------------------
-r16027 | ulfl | 2005-09-27 16:51:08 -0500 (Tue, 27 Sep 2005) | 1 line
+r28953 | etxrab | 2009-07-06 07:09:52 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/gui_prefs.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/packet_list.h
-   M /trunk/gtk/stream_prefs.c
+   M /trunk/epan/dissectors/packet-iec104.c
 
-code cleanup: use the prefix packet_list_ for every function mentioned in packet_list.h
+Small editorial changes.
 ------------------------------------------------------------------------
-r16026 | jmayer | 2005-09-27 16:50:50 -0500 (Tue, 27 Sep 2005) | 1 line
+r28954 | stig | 2009-07-06 07:14:13 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-cip.h
+
+Rewrite non-ASCII characters.
 
-Op Code 3 (Advertisement) dissection
 ------------------------------------------------------------------------
-r16025 | ulfl | 2005-09-27 16:48:17 -0500 (Tue, 27 Sep 2005) | 1 line
+r28955 | etxrab | 2009-07-06 08:37:29 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/epan/dfilter/dfilter.c
 
-mention "http://wiki.ethereal.com/CaptureSetup" in the error dialog, when the capture interface couldn't be opened
+Initialize memory to zero.
+ (is NULL = zero on all platforms?)
 ------------------------------------------------------------------------
-r16024 | ulfl | 2005-09-27 16:46:39 -0500 (Tue, 27 Sep 2005) | 1 line
+r28956 | gerald | 2009-07-06 10:13:41 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/file.c
+   M /trunk/tap-rtp-common.c
+
+Fix a couple of typos.
 
-minor bugfix: call cf_callback_invoke() from cf_close() even if the file is already closed. Otherwise the GUI will remain in the wrong state if a capture couldn't be started (e.g. wrong interface).
 ------------------------------------------------------------------------
-r16023 | ulfl | 2005-09-27 16:44:46 -0500 (Tue, 27 Sep 2005) | 1 line
+r28957 | etxrab | 2009-07-06 10:37:03 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_sources.xml
+   M /trunk/epan/dissectors/packet-netflow.c
 
-add a new subsection "Code Requirements" and mention fuzz testing there
+CFLOW decoding is wrong for IPv6 fields.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3328
 ------------------------------------------------------------------------
-r16022 | etxrab | 2005-09-27 16:04:59 -0500 (Tue, 27 Sep 2005) | 1 line
+r28958 | jmayer | 2009-07-06 10:44:02 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/radius/dictionary
-   A /trunk/radius/dictionary.ericsson
+   M /trunk/epan/dissectors/packet-mip.c
+
+OK, nobody cared about the waring, so just remove the
+test for now.
 
-Add a miniscule ericsson radius dictionary.
 ------------------------------------------------------------------------
-r16021 | lego | 2005-09-27 15:48:48 -0500 (Tue, 27 Sep 2005) | 9 lines
+r28959 | jmayer | 2009-07-06 10:45:40 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   A /trunk/epan/tpg.c
-   A /trunk/epan/tpg.h
-   A /trunk/tools/tpg
-   A /trunk/tools/tpg/Makefile.am
-   A /trunk/tools/tpg/Makefile.nmake
-   A /trunk/tools/tpg/V2P.pm
-   A /trunk/tools/tpg/tpg.pl
-   A /trunk/tools/tpg/tpg.yp
-
-TPG TVB Parser Generator
+   M /trunk/epan/dissectors/packet-ismp.c
 
-Given a bnf-like grammar generate a set of helpers for a dissector
+Move edp to the top level tree instead of inside the ismp
+tree.
 
-It's not working yet, however I need this checkin as a cheeckpoint
+------------------------------------------------------------------------
+r28960 | jmayer | 2009-07-06 10:49:33 -0700 (Mon, 06 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-glbp.c
 
-(I'll write the doc when it starts to be ready)
+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.
 
+------------------------------------------------------------------------
+r28961 | etxrab | 2009-07-06 11:35:05 -0700 (Mon, 06 Jul 2009) | 2 lines
+Changed paths:
+   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"
 ------------------------------------------------------------------------
-r16020 | kukosa | 2005-09-27 05:05:42 -0500 (Tue, 27 Sep 2005) | 1 line
+r28962 | etxrab | 2009-07-06 11:36:00 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
-new option whether tunnelled H.245 and tunnelled protocol are displayed inside H.225 tree or outside
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r16019 | sahlberg | 2005-09-27 03:03:13 -0500 (Tue, 27 Sep 2005) | 6 lines
+r28963 | gerald | 2009-07-06 13:23:32 -0700 (Mon, 06 Jul 2009) | 17 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcels.c
+   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:
 
-remove all strcpy from fcels
-ito make it easier to read use doublespace to separate the items on the expansion line instead of ',' since so many of the strings contain spaces.
+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).
 
-cleanup fc slightly and remove a redundant parameter
+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.
 
 ------------------------------------------------------------------------
-r16018 | kukosa | 2005-09-27 02:14:07 -0500 (Tue, 27 Sep 2005) | 1 line
+r28964 | etxrab | 2009-07-06 21:41:53 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
 
-bug in dissect_per_object_identifier_str() fixed, wrong pointer was passed to oid_to_str()
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r16017 | kukosa | 2005-09-27 01:09:14 -0500 (Tue, 27 Sep 2005) | 1 line
+r28965 | etxrab | 2009-07-06 22:10:20 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/except.c
-   M /trunk/epan/except.h
+   M /trunk/make-manuf
 
-get rid of warnings about qualifier discarding
+Add holding|spa to the strings removed from manuf names.
+manuf will be automatically rebuilt on Sunday.
 ------------------------------------------------------------------------
-r16016 | etxrab | 2005-09-27 00:39:58 -0500 (Tue, 27 Sep 2005) | 4 lines
+r28966 | etxrab | 2009-07-06 22:43:43 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-tpkt.c
-
-- Make the reassemble TCP preference default TRUE.
-- in dissect_tpkt_encap() only check the desegment flag passed in the function.
-
+   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.
 ------------------------------------------------------------------------
-r16015 | guy | 2005-09-26 19:03:45 -0500 (Mon, 26 Sep 2005) | 17 lines
+r28967 | stig | 2009-07-07 00:45:32 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Give more details about too-short AVPs, give up immediately for AVPs
-shorter than 2 bytes, and make the item for an AVP with a length < 2 a
-generated item.
-
-Put the top-level item for an AVP into the tree the same way regardless
-of whether it's Vendor-Specific or not, and skip past the type and
-length right after that, before we check for Vendor-Specific.  (This
-means we no longer treat "vendor ID = 0" as an indication that this
-isn't Vendor-Specific - nothing prevents a packet from getting onto the
-wire with a vendor ID of 0; this fixes bug 485.)
-
-Don't require a Vendor-Specific AVP to be at least 6 bytes long; it
-might not be particularly useful to have one that has a vendor ID and
-nothing else, but we might as well dissect the vendor ID portion.
+   D /trunk/plugins/unistim/header_field.h
+   M /trunk/plugins/unistim/packet-unistim.c
 
-Do some other cleanups.
+From Kovarththanan Rajaratnam via bug 3548:
+Move header_field.h into packet-unistim.c to align it with all other
+dissectors.
 
 ------------------------------------------------------------------------
-r16014 | obiot | 2005-09-26 15:49:33 -0500 (Mon, 26 Sep 2005) | 2 lines
+r28968 | stig | 2009-07-07 00:46:57 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
-Part 2 of the fix: also add the correct offset for non-WSP address records.
+From Kovarththanan Rajaratnam via bug 3548:
+Minor hf cleanup.
 
 ------------------------------------------------------------------------
-r16013 | guy | 2005-09-26 15:34:13 -0500 (Mon, 26 Sep 2005) | 5 lines
+r28969 | stig | 2009-07-07 01:27:15 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/proto.h
+   M /trunk/epan/dissectors/packet-cops.c
 
-Make "REPORT_DISSECTOR_BUG()" (and the macros that use it) call
-"abort()" if the ETHEREAL_ABORT_ON_DISSECTOR_BUG environment variable is
-set; this is for debugging purposes, to make it easier to get a stack
-trace of the offending call.
+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.
 
 ------------------------------------------------------------------------
-r16012 | obiot | 2005-09-26 15:00:37 -0500 (Mon, 26 Sep 2005) | 8 lines
+r28970 | stig | 2009-07-07 02:00:33 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wsp.c
-
-Fix WSP redirect and SIR address parsing:
-
- - The incorrect number of octets were highlighted (bearer type and port number
-   were disregarded).
-
- - In SIR version 1 content, correct the parsing (full WSP address length was
-   not added to the offset for parsing the non-WSP contact points).
+   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
+
+From Kovarththanan Rajaratnam:
+More FT_XXX cleanup.
 
 ------------------------------------------------------------------------
-r16011 | ulfl | 2005-09-26 14:24:06 -0500 (Mon, 26 Sep 2005) | 1 line
+r28972 | etxrab | 2009-07-07 02:27:52 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/epan/dissectors/packet-x420.c
 
-fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cause an assert on some GTK versions
+Cleanup header_field_info definitions
+- Regenerating x420 seems to have fixed the "last" problem :-)
 ------------------------------------------------------------------------
-r16010 | etxrab | 2005-09-26 13:18:06 -0500 (Mon, 26 Sep 2005) | 1 line
+r28973 | etxrab | 2009-07-07 02:42:09 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/format-oid.h
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-Remove dependencies on asn1.c, stil endes to be included to define subid_t.
+Introduce se_address_to_str()
 ------------------------------------------------------------------------
-r16009 | sahlberg | 2005-09-26 05:11:38 -0500 (Mon, 26 Sep 2005) | 13 lines
+r28974 | stig | 2009-07-07 03:07:42 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
+   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 all strcpy() from packet-fc.c
+Remove some check_col() calls.
 
-rewrite the functions to do proto_item_append_text() instead of building a string and then printing it.
+------------------------------------------------------------------------
+r28975 | stig | 2009-07-07 03:12:15 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/gcp.h
 
-The new function is functionally equivalent to the previous function except it does not print the values of the multi-bit fields to the expansion
-(the expansion line is already a km wide as it is)
+From Kovarththanan Rajaratnam:
+More header field info cleanup
 
+------------------------------------------------------------------------
+r28976 | stig | 2009-07-07 04:13:22 -0700 (Tue, 07 Jul 2009) | 12 lines
+Changed paths:
+   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
 
+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
 
-there are now only 202 strcpy() left in epan/dissectors  down from 300+ instances some weeks ago.
+From me:
+- Mark unused variables
+- Fixed a string warning
+- Do not initialize a static struct
+- Use tfs_yes_no
+- Reorder files in Makefile
 
+------------------------------------------------------------------------
+r28977 | stig | 2009-07-07 04:33:55 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
 
+Added Richard Kummel.
 
 ------------------------------------------------------------------------
-r16008 | guy | 2005-09-26 03:48:19 -0500 (Mon, 26 Sep 2005) | 13 lines
+r28978 | stig | 2009-07-07 04:37:15 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-radius.h
-   M /trunk/epan/radius_dict.l
-
-Add a new "ipxnet" type for the RADIUS dictionary, for IPX network
-numbers.  (Currently, we don't have any dictionary entries with that
-type, although we have an attribute with special code to handle it that
-uses that type.)
+   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
 
-Specially handle Framed-IP-Address, Login-IP-Host, and
-Framed-IPX-Network, so that the special values are displayed specially.
+From Kovarththanan Rajaratnam:
+Remove trailing spaces in protocol/field names
 
-Clean up indentation.
+------------------------------------------------------------------------
+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
 
-Don't specify a number base for IPv4 or IPv6 addresses; the number base
-is ignored.
+From Kovarththanan Rajaratnam:
+Move hf/ett definitions from packet-infiniband.h -> packet-infiniband.c to
+align it with the rest of the bunch
 
 ------------------------------------------------------------------------
-r16007 | guy | 2005-09-26 03:44:31 -0500 (Mon, 26 Sep 2005) | 3 lines
+r28980 | stig | 2009-07-07 04:52:53 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/AUTHORS
 
-Use VENDOR_THE3GPP, rather than a hardcoded 10415, for the vendor ID for
-the 3GPP.
+Added credits for Lua BitOp.
 
 ------------------------------------------------------------------------
-r16006 | ulfl | 2005-09-26 02:08:42 -0500 (Mon, 26 Sep 2005) | 1 line
+r28981 | stig | 2009-07-07 04:58:23 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   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)
 
-compiler warning removed
 ------------------------------------------------------------------------
-r16005 | etxrab | 2005-09-26 00:43:25 -0500 (Mon, 26 Sep 2005) | 9 lines
+r28982 | stig | 2009-07-07 05:14:47 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-stun.c
-   M /trunk/epan/dissectors/packet-ymsg.c
+   M /trunk/epan/dissectors/packet-fix.h
+   M /trunk/fix/hfField.xsl
 
-From Martin Mathieson:
+From Kovarththanan Rajaratnam:
+Duplicate name/blurb removal from packet-fix.h (and template)
 
-stun -  add support for 3 extra Message Attributes as described in draft-ietf-behave-rfc3489bis-00
-
-ymsg 
- - avoid looking beyond the tvb while looking for content item delimiters (causing most frames to be shown as malformed packet)
-- makes content items (and their keys and values) filterable  (includes fix to bug 415)
+------------------------------------------------------------------------
+r28983 | stig | 2009-07-07 05:21:25 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
 
+Added Kovarththanan Rajaratnam.
 
 ------------------------------------------------------------------------
-r16004 | ulfl | 2005-09-25 17:46:49 -0500 (Sun, 25 Sep 2005) | 3 lines
+r28984 | stig | 2009-07-07 07:13:45 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/epan/dissectors/packet-jxta.c
 
-fix #322: packet detail window -> Protocol Preferences: tree not expanded
+From Kovarththanan Rajaratnam:
+Move hf/ett into proto_register_jxta() and do some field cleanup
 
-also removed global notebook value
 ------------------------------------------------------------------------
-r16003 | gerald | 2005-09-25 17:19:57 -0500 (Sun, 25 Sep 2005) | 3 lines
+r28985 | stig | 2009-07-07 07:23:49 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/plugins/agentx/packet-agentx.c
+   M /trunk/epan/tfs.h
 
-Don't write before the beginning of a buffer.  Add an item to the
-release notes.
+Fix prototypes for default tfs sets.
 
 ------------------------------------------------------------------------
-r16002 | guy | 2005-09-25 04:32:01 -0500 (Sun, 25 Sep 2005) | 17 lines
+r28986 | wmeier | 2009-07-07 07:26:38 -0700 (Tue, 07 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-A loop processing all the bytes in a tvbuff from a given offset to the
-end of the data in the tvbuff should stop when the offset is >= the
-total amount of data in the tvbuff, not when it's > the total amount in
-the tvbuff following the starting offset.
+   M /trunk/plugins/ethercat/packet-esl.c
+   M /trunk/plugins/ethercat/packet-esl.h
 
-In "unpack_digits()", return a null string, not a null pointer, if
-there's nothing left in the tvbuff starting at the starting offset, so
-that the caller doesn't have to check for a null pointer, and return an
-ep_alloc()ed buffer, so the caller doesn't have to worry about freeing
-the result.
+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;
 
-If we see a filler digit, don't advance the offset in the string buffer;
-we want to put the terminating '\0' right after the character we just
-put into the string.
+------------------------------------------------------------------------
+r28987 | stig | 2009-07-07 07:34:33 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mikey.c
 
-Fuzzed against some GSM captures.
+No need to include tfs.h
 
 ------------------------------------------------------------------------
-r16001 | guy | 2005-09-25 04:07:41 -0500 (Sun, 25 Sep 2005) | 2 lines
+r28988 | martinm | 2009-07-07 07:38:14 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-Show unsigned quantities as such.
+Add preference for turning off LTE RRC.
 
 ------------------------------------------------------------------------
-r16000 | guy | 2005-09-25 04:06:48 -0500 (Sun, 25 Sep 2005) | 8 lines
+r28989 | stig | 2009-07-07 07:54:15 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
+   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
 
-If "dissect_dcerpc_cn()" throws an exception when called by
-"dissect_dcerpc_cn_bs_body()", it's because it recognized the packet as
-a DCE RPC packet, but it ran out of data dissecting it as such;
-increment the count of DCE RPC PDUs, so "dissect_dcerpc_cn_bs_body()"
-returns TRUE, and its caller doesn't think nothing was dissected.
-
-Fuzzed with some DCE RPC captures.
+Changed flags_set_truth -> tfs_set_notset
 
 ------------------------------------------------------------------------
-r15999 | lego | 2005-09-24 21:50:03 -0500 (Sat, 24 Sep 2005) | 3 lines
+r28990 | stig | 2009-07-07 07:58:25 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-test the avp_vsa_len not the avp_lenght!
+   M /trunk/epan/tfs.c
+   M /trunk/epan/tfs.h
 
+Removed unused flags_set_truth.
+Fixed some capitalizations.
 
 ------------------------------------------------------------------------
-r15998 | lego | 2005-09-24 21:48:53 -0500 (Sat, 24 Sep 2005) | 3 lines
+r28991 | stig | 2009-07-07 08:21:36 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Don't ASSERT if a VSA is too short, add an item reporting the error and leave.
+   M /trunk/epan/dissectors/packet-dmp.c
 
+Do not use tfs true_string and false_string directly.
 
 ------------------------------------------------------------------------
-r15997 | lego | 2005-09-24 21:44:37 -0500 (Sat, 24 Sep 2005) | 2 lines
+r28992 | stig | 2009-07-07 09:04:26 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/dtds/rss.dtd
+   M /trunk/epan/proto.c
 
-rating was defined twice
+Added some casts for true_false_string's.
 
 ------------------------------------------------------------------------
-r15996 | sahlberg | 2005-09-24 20:44:23 -0500 (Sat, 24 Sep 2005) | 4 lines
+r28993 | stig | 2009-07-07 09:13:25 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-remove some redundant code that would always evaluate to true anyway.
-
+   M /trunk/epan/tfs.h
 
+Revert r28985 to fix tfs prototypes, as it doesn't work...
 
 ------------------------------------------------------------------------
-r15995 | sahlberg | 2005-09-24 18:25:38 -0500 (Sat, 24 Sep 2005) | 5 lines
+r28994 | wmeier | 2009-07-07 10:03:11 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-
-prettify the previous patch
-
-remove the remaining strcpy() from this dissector and make it decode the bitmap PROPERLY.
+   M /trunk/plugins/ethercat/packet-esl.c
 
+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.
 
 ------------------------------------------------------------------------
-r15994 | sahlberg | 2005-09-24 17:43:15 -0500 (Sat, 24 Sep 2005) | 8 lines
+r28995 | martinm | 2009-07-07 10:07:24 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-refactor the "dissector" for task management flags to dissect the bits properly
-and get rid of the silly  strcpy() stuff.
+Add expert item to warn of AM data PDUs that don't have any data.
 
+------------------------------------------------------------------------
+r28996 | wmeier | 2009-07-07 10:52:03 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/radius/dictionary.3com
+   M /trunk/radius/dictionary.acc
+   M /trunk/radius/dictionary.alteon
+   M /trunk/radius/dictionary.altiga
+   M /trunk/radius/dictionary.aptis
+   M /trunk/radius/dictionary.bay
+   M /trunk/radius/dictionary.bintec
+   M /trunk/radius/dictionary.bristol
+   M /trunk/radius/dictionary.cabletron
+   M /trunk/radius/dictionary.cisco
+   M /trunk/radius/dictionary.cisco.bbsm
+   M /trunk/radius/dictionary.cisco.vpn5000
+   M /trunk/radius/dictionary.colubris
+   M /trunk/radius/dictionary.columbia_university
+   M /trunk/radius/dictionary.compat
+   M /trunk/radius/dictionary.cosine
+   M /trunk/radius/dictionary.ericsson
+   M /trunk/radius/dictionary.erx
+   M /trunk/radius/dictionary.extreme
+   M /trunk/radius/dictionary.foundry
+   M /trunk/radius/dictionary.gandalf
+   M /trunk/radius/dictionary.garderos
+   M /trunk/radius/dictionary.gemtek
+   M /trunk/radius/dictionary.itk
+   M /trunk/radius/dictionary.juniper
+   M /trunk/radius/dictionary.karlnet
+   M /trunk/radius/dictionary.livingston
+   M /trunk/radius/dictionary.localweb
+   M /trunk/radius/dictionary.merit
+   M /trunk/radius/dictionary.mikrotik
+   M /trunk/radius/dictionary.navini
+   M /trunk/radius/dictionary.netscreen
+   M /trunk/radius/dictionary.nokia
+   M /trunk/radius/dictionary.nomadix
+   M /trunk/radius/dictionary.propel
+   M /trunk/radius/dictionary.quintum
+   M /trunk/radius/dictionary.redback
+   M /trunk/radius/dictionary.redcreek
+   M /trunk/radius/dictionary.shasta
+   M /trunk/radius/dictionary.shiva
+   M /trunk/radius/dictionary.sonicwall
+   M /trunk/radius/dictionary.springtide
+   M /trunk/radius/dictionary.t_systems_nova
+   M /trunk/radius/dictionary.telebit
+   M /trunk/radius/dictionary.trapeze
+   M /trunk/radius/dictionary.unix
+   M /trunk/radius/dictionary.valemount
+   M /trunk/radius/dictionary.versanet
+   M /trunk/radius/dictionary.wispr
+   M /trunk/radius/dictionary.xedia
 
-there is a HUGE number of these kinds of very ugly bitmap dissection in all the fibre channel related dissectors and all need to be converted to proer dissection.
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 2: 
+Modified files w/o conflicts with current Wireshark radius dictionary files.
 
+------------------------------------------------------------------------
+r28997 | stig | 2009-07-07 11:22:23 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
+Removed flags_set_truth
 
 ------------------------------------------------------------------------
-r15993 | sahlberg | 2005-09-24 16:22:24 -0500 (Sat, 24 Sep 2005) | 3 lines
+r28998 | wmeier | 2009-07-07 12:40:17 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-remove an array from the stack,   remove some strcpy() and strcat() calls
+   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.
 
 ------------------------------------------------------------------------
-r15992 | sahlberg | 2005-09-24 16:14:47 -0500 (Sat, 24 Sep 2005) | 3 lines
+r28999 | stig | 2009-07-07 13:40:28 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-quakeworld.c
-
-get rid of one array from the stack and convert all strcpy() to pointers to literal strings.
+   M /trunk/plugins/unistim/Makefile.common
 
+Removed header_field.h
 
 ------------------------------------------------------------------------
-r15991 | guy | 2005-09-24 14:09:40 -0500 (Sat, 24 Sep 2005) | 2 lines
+r29000 | wmeier | 2009-07-07 13:55:01 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/radius/dictionary.microsoft
 
-Squelch some compiler warnings.
+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.
 
 ------------------------------------------------------------------------
-r15990 | lego | 2005-09-24 14:03:35 -0500 (Sat, 24 Sep 2005) | 4 lines
+r29001 | wmeier | 2009-07-07 15:14:25 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/dtd_grammar.lemon
-   M /trunk/epan/dtd_parse.l
-
-get rid of most dtd leaks.
-There's just one left I'm aware of (the doctype name).
+   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".
 
 ------------------------------------------------------------------------
-r15989 | lego | 2005-09-24 11:37:48 -0500 (Sat, 24 Sep 2005) | 2 lines
+r29002 | wmeier | 2009-07-07 15:20:56 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   D /trunk/plugins/xml
+   M /trunk/radius/dictionary.wimax
 
-delete the xml plugin
+radius: dictionary.wimax; Actually add the missing END-VENDOR statement
 
 ------------------------------------------------------------------------
-r15988 | jmayer | 2005-09-24 10:52:42 -0500 (Sat, 24 Sep 2005) | 1 line
+r29003 | etxrab | 2009-07-07 15:22:05 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dfilter/dfilter.c
 
-That code was never even compiled for testing
+NULL is zero on all platforms we run on.
 ------------------------------------------------------------------------
-r15987 | jmayer | 2005-09-24 10:42:37 -0500 (Sat, 24 Sep 2005) | 10 lines
+r29004 | wmeier | 2009-07-07 15:53:44 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/radius/dictionary.nortel
 
-Shoichi Sakane:
-Hi, I fixed some bugs to decoding IKEv2 payloads.  the following things
-have been checked at the IPsec bake off in Toronto this week.
+radius: dictionary.nortel: Update as per the 2009-07-01 FreeRadius reposistory commit
 
-        - fixed decoding IP address in TS payload
-        - fixed decoding IPv6 address in ID payload
-        - fixed decoding IKEv2 Delete payload
-        - SPI printing
+------------------------------------------------------------------------
+r29005 | gerald | 2009-07-07 17:28:54 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-glbp.c
 
+Fix several dissector assertions.
 
 ------------------------------------------------------------------------
-r15986 | lego | 2005-09-24 10:07:38 -0500 (Sat, 24 Sep 2005) | 4 lines
+r29006 | guy | 2009-07-07 17:57:01 -0700 (Tue, 07 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/radius_dict.l
-
-- There can be '/' in attribute names as well
-- 140Kb of leaks less.
+   M /trunk/doc/README.developer
 
+Recommend the expert mechanism, rather than DISSECTOR_ASSERT(), for
+checks that really check whether the packet is valid; DISSECTOR_ASSERT()
+should only be used for cases where the dissector is making an
+assumption about its internal state.
 
 ------------------------------------------------------------------------
-r15985 | sahlberg | 2005-09-23 16:33:02 -0500 (Fri, 23 Sep 2005) | 5 lines
+r29007 | jake | 2009-07-07 22:20:30 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-irc.c
-
-From MartinM
+   M /trunk/Makefile.am
+   A /trunk/debian/README.source
 
-IRC update and fix for bug 218
+Add missing packaging file (according to Debian Policy Manual).
 
+------------------------------------------------------------------------
+r29008 | jake | 2009-07-07 22:22:47 -0700 (Tue, 07 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/debian/control
 
+Drop non-existing omniidl from wireshark-dev dependancy list.
 ------------------------------------------------------------------------
-r15984 | jmayer | 2005-09-23 16:27:03 -0500 (Fri, 23 Sep 2005) | 1 line
+r29009 | jake | 2009-07-07 22:24:55 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/Makefile.am
+   M /trunk/debian/rules
 
-Add MANIFEST
+Drop obsolete --enable-gtk2 CFLAG
+Make fakeroot actually work by setting proper LD_LIBRARY_PATH
 ------------------------------------------------------------------------
-r15983 | sahlberg | 2005-09-23 16:26:09 -0500 (Fri, 23 Sep 2005) | 5 lines
+r29010 | jake | 2009-07-07 23:07:21 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
    M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
-
-From Kaul
-
-One of the "unknown" fields are actually a digest.
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dtn.c
+   A /trunk/epan/dissectors/packet-dtn.h
 
+From Don Chirieleison:
+Within the attached diff file are two source files, packet-dtn.h and
+packet-dtn.c. Their function is to decode Bundle Protocol PDUs sent using the
+UDP or TCP Convergence Layers. These protocols have been released by the
+Internet Research Task Force and are described in RFC 4838 and RFC 5050.
+Detailed information on DTN can be obtained at www.dtnrg.org.
 
 ------------------------------------------------------------------------
-r15982 | sahlberg | 2005-09-23 15:51:09 -0500 (Fri, 23 Sep 2005) | 6 lines
+r29011 | guy | 2009-07-07 23:40:17 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-dtn.c
 
-Dont decrement the length by 2 if it is already less than two
-since then the length will wrap and become +4G or so.
+"uint" isn't a standard type, and isn't a type defined by GLib; use
+guint, as defined by GLib, instead.
 
-This fixes bug 479
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r15981 | ulfl | 2005-09-23 13:50:07 -0500 (Fri, 23 Sep 2005) | 1 line
+r29013 | etxrab | 2009-07-08 00:53:28 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/file_dlg.c
+   M /trunk/AUTHORS
 
-disable gzip output compression for now, as it won't work in some cases (see source commment for details)
+Add Darryl G. Champagne.
 ------------------------------------------------------------------------
-r15980 | ulfl | 2005-09-23 13:27:30 -0500 (Fri, 23 Sep 2005) | 3 lines
+r29014 | stig | 2009-07-08 01:00:55 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/tvbuff.c
+   M /trunk/epan/oids.c
 
-as tvb functions are frequently used by a lot of dissectors, use DISSECTOR_ASSERT() like instead of g_assert throughout tvbuff, so a malicious dissector won't crash Ethereal (at least at the ways we can detect it)
+From Kovarththanan Rajaratnam:
+Avoid duplicate blurb/name.
 
-of course this won't catch e.g. NULL pointers, but far better than nothing ...
 ------------------------------------------------------------------------
-r15979 | ulfl | 2005-09-23 13:05:36 -0500 (Fri, 23 Sep 2005) | 1 line
+r29015 | stig | 2009-07-08 01:04:30 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/doc/README.developer
+
+From Kovarththanan Rajaratnam:
+Update to include the new constraints.
 
-show the same [Packet size limited during capture] message in the column info, instead of the former (unintuitive) [Short Frame]
 ------------------------------------------------------------------------
-r15978 | ulfl | 2005-09-23 12:53:37 -0500 (Fri, 23 Sep 2005) | 1 line
+r29016 | stig | 2009-07-08 03:41:17 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/developer-guide.xml
+   M /trunk/epan/wslua/wslua_proto.c
+
+Default to NULL for description.
+Avoid duplicate name/blurb.
 
-The Ethereal version is 0.10.12 for some time now ...
 ------------------------------------------------------------------------
-r15977 | ulfl | 2005-09-23 12:26:59 -0500 (Fri, 23 Sep 2005) | 3 lines
+r29017 | stig | 2009-07-08 05:08:35 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
+   M /trunk/packaging
+   M /trunk/packaging/macosx
+   M /trunk/packaging/macosx/ScriptExec
 
-from Jaap Keuter: fixed the package names for yacc and lexx (being bison and flex)
+Added some svn:ignore targets for OSX package build.
 
-and from myself: add a section about GNU unzip and add it to the optional tools
 ------------------------------------------------------------------------
-r15976 | ulfl | 2005-09-23 12:01:19 -0500 (Fri, 23 Sep 2005) | 1 line
+r29018 | wmeier | 2009-07-08 05:50:09 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pn-rt.c
+   M /trunk/epan/dissectors/packet-dtn.c
+
+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;
 
-when I've done the last change here, I wasn't expecting to get an fcs_len value of -1, fixed now
 ------------------------------------------------------------------------
-r15975 | sahlberg | 2005-09-23 05:39:58 -0500 (Fri, 23 Sep 2005) | 3 lines
+r29019 | wmeier | 2009-07-08 06:10:00 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
-
-remove some compiler warnings
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
+Add references to two specifications 
 
 ------------------------------------------------------------------------
-r15974 | sahlberg | 2005-09-23 05:31:39 -0500 (Fri, 23 Sep 2005) | 3 lines
+r29020 | wmeier | 2009-07-08 06:38:59 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-remove some compiler warnings
+   M /trunk/radius/dictionary.alcatel
 
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3d: alcatel
+Use dictionary.alcatel as is from the FreeRadius release.
 
 ------------------------------------------------------------------------
-r15973 | etxrab | 2005-09-23 00:38:10 -0500 (Fri, 23 Sep 2005) | 1 line
+r29021 | rbalint | 2009-07-08 07:20:59 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/radius/dictionary.3gpp
+   M /trunk/epan/wslua/wslua_tvb.c
+
+Minor documentation fix
 
-Add som 3GPP AVP:s
 ------------------------------------------------------------------------
-r15972 | ulfl | 2005-09-22 18:18:34 -0500 (Thu, 22 Sep 2005) | 1 line
+r29022 | etxrab | 2009-07-08 07:27:21 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
+   M /trunk/diameter/dictionary.xml
+   M /trunk/diameter/etsie2e4.xml
+   M /trunk/diameter/gqpolicy.xml
 
-replace WinPcap devel pack 3.0 with current 3.1 version
+From Magnus S?\195?\182rman:
+Correct AVP properties.
 ------------------------------------------------------------------------
-r15971 | gerald | 2005-09-22 17:00:06 -0500 (Thu, 22 Sep 2005) | 2 lines
+r29023 | jmayer | 2009-07-08 08:26:04 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/tools/Makefile.am
+   M /trunk/epan/dissectors/packet-glbp.c
 
-Remove pidl.1.xml from the distribution.
+Readd the feature to skip the unknown/faulty remainder
+of an IE and still display the next one(s).
 
 ------------------------------------------------------------------------
-r15970 | ulfl | 2005-09-22 16:24:28 -0500 (Thu, 22 Sep 2005) | 1 line
+r29024 | jmayer | 2009-07-08 08:29:37 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pn-rt.c
+   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.
 
-fix offset calculation of DataStatus fields if Ethernet FCS (or a similar trailer) is present
 ------------------------------------------------------------------------
-r15969 | ulfl | 2005-09-22 16:21:29 -0500 (Thu, 22 Sep 2005) | 1 line
+r29025 | etxrab | 2009-07-08 09:16:13 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-media.c
+   M /trunk/gtk/new_packet_list.c
 
-bugfix: don't crash, if pinfo->match_string == NULL
+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?
 ------------------------------------------------------------------------
-r15968 | ulfl | 2005-09-22 16:19:23 -0500 (Thu, 22 Sep 2005) | 1 line
+r29026 | wmeier | 2009-07-08 10:23:58 -0700 (Wed, 08 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wbxml.c
+   M /trunk/radius/dictionary.cisco.vpn3000
+
+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]".
 
-bugfix: don't crash, if tag_save_literal == NULL
 ------------------------------------------------------------------------
-r15967 | ulfl | 2005-09-22 16:18:19 -0500 (Thu, 22 Sep 2005) | 1 line
+r29027 | jake | 2009-07-08 10:46:37 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dissectors/packet-dtn.c
+
+Address the size_t vs. gint issue.
 
-bugfix: don't crash, if current_frame->ns == NULL
 ------------------------------------------------------------------------
-r15966 | ulfl | 2005-09-22 16:16:54 -0500 (Thu, 22 Sep 2005) | 5 lines
+r29028 | etxrab | 2009-07-08 11:36:31 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ses.c
+   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
 
-enhance heuristics:
-some Siemens SIMATIC protocols also use COTP, and shouldn't be 
-misinterpreted as SES.
-the starter in this case is fixed to 0x32 (SES_MINOR_SYNC_ACK for SES), 
-so if the following parameter type is unknown, it's probably SIMATIC and not SES
+From Kovarththanan Rajaratnam:
+No letter-shortcuts in Telephony menu.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678
 ------------------------------------------------------------------------
-r15965 | ulfl | 2005-09-22 16:14:39 -0500 (Thu, 22 Sep 2005) | 1 line
+r29029 | guy | 2009-07-08 12:19:06 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/tshark.c
+
+Clarify that "-w" specifies a *pcap-format* file to be written to.
 
-do freeze/thaw in packet_list_set_selected_row only, if the list must be moved. This avoids some screen flickering.
 ------------------------------------------------------------------------
-r15964 | ulfl | 2005-09-22 16:12:51 -0500 (Thu, 22 Sep 2005) | 1 line
+r29030 | wmeier | 2009-07-08 12:35:49 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   M /trunk/radius/dictionary.aruba
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3f: aruba
+   - FreeRadius 2.1.6 dictionary.aruba plus additions:
+     See Wireshark Bug #3104 and SVN #26945.
+     See also: https://airheads.arubanetworks.com/vBulletin/showthread.php?t=910
 
-change ConnectCR flag item sequence, so the "most significant" bit will come first (as done in the other req/responses)
 ------------------------------------------------------------------------
-r15963 | ulfl | 2005-09-22 16:09:02 -0500 (Thu, 22 Sep 2005) | 1 line
+r29031 | wmeier | 2009-07-08 13:29:06 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+   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;
 
-bugfix: don't simply use length field value from packet data, ensure the bytes really exist
 ------------------------------------------------------------------------
-r15962 | ulfl | 2005-09-22 16:07:25 -0500 (Thu, 22 Sep 2005) | 1 line
+r29032 | wmeier | 2009-07-08 13:50:56 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/radius/dictionary.freeradius
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3h: freeradius
+ FreeRadius 2.1.6 dictionary.freeradius as is;
 
-add two more bind reject reasons from the specs
 ------------------------------------------------------------------------
-r15961 | guy | 2005-09-22 13:39:25 -0500 (Thu, 22 Sep 2005) | 9 lines
+r29033 | jake | 2009-07-08 14:04:53 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dtd_parse.l
-   M /trunk/epan/dtd_preparse.l
-   M /trunk/plugins/mate/mate_parser.l
+   M /trunk/asn1/snmp/packet-snmp-template.c
 
-Make the private variables for various lexical analyzers static, so
-that we don't have all the lexical analyzers in libethereal share them
-(note that they're already static in radius_dict.l, so they weren't
-sharing with any other lexical analyzer), and so that OS X 10.3.9's
-run-time linker doesn't get upset at finding them defined in libethereal
-and the MATE plugin.
+Remove hint of name resolution when it's not there.
+------------------------------------------------------------------------
+r29034 | stig | 2009-07-09 02:28:05 -0700 (Thu, 09 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/main_statusbar.c
 
-Fix up indentation.
+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.
 
 ------------------------------------------------------------------------
-r15960 | lego | 2005-09-22 12:01:06 -0500 (Thu, 22 Sep 2005) | 4 lines
+r29035 | stig | 2009-07-09 04:32:50 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/stats_tree.c
-   M /trunk/epan/stats_tree_priv.h
-   M /trunk/gtk/stats_tree_stat.c
-
-Instead of checking if this is a new packet at every call to avoid recounting the packets at every rerun remove the tap listener of this stats tree.
+   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
 
-fixes bug 474
+Split packet-ip into packet-ip and packet-icmp.
+Some cleanup in handles and ett entries.
 
 ------------------------------------------------------------------------
-r15959 | lego | 2005-09-22 11:41:53 -0500 (Thu, 22 Sep 2005) | 3 lines
+r29036 | wmeier | 2009-07-09 05:44:16 -0700 (Thu, 09 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-
-in register_dtd() do not  leak the elements hash
+   M /trunk/radius/dictionary.3gpp2
 
+ 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
 
 ------------------------------------------------------------------------
-r15958 | kukosa | 2005-09-22 09:40:26 -0500 (Thu, 22 Sep 2005) | 1 line
+r29037 | etxrab | 2009-07-09 08:26:41 -0700 (Thu, 09 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/diameter/dictionary.xml
 
-Call H245 decoding and tunelled protocols decoding at the end of H225 dissector. I makes less confusion in info column.
+Update 3GPP AVP:s
 ------------------------------------------------------------------------
-r15957 | jmayer | 2005-09-22 05:07:26 -0500 (Thu, 22 Sep 2005) | 1 line
+r29038 | wmeier | 2009-07-09 08:59:02 -0700 (Thu, 09 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/radius/dictionary.3gpp
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3j: 3gpp
+    FreeRadius 2.1.6 dictionary.3gpp plus additions based upon:
+       http://pda.etsi.org/exchangefolder/ts_129061v080300p.pdf
+        (ETSI TS 129 061 V8.3.0 (2009-06))
+    Also: Add values for RAT-Type; (packet-gtp custom AVP 3GPP VSA dissector
+          no longer required for  3GPP-RAT-Type).
 
-Add the cisco url as well
 ------------------------------------------------------------------------
-r15956 | jmayer | 2005-09-22 05:00:40 -0500 (Thu, 22 Sep 2005) | 2 lines
+r29039 | wmeier | 2009-07-09 09:02:34 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Add a comment on packets with opcode 3
+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.
 
 ------------------------------------------------------------------------
-r15955 | jmayer | 2005-09-22 04:13:33 -0500 (Thu, 22 Sep 2005) | 1 line
+r29040 | wmeier | 2009-07-09 13:10:39 -0700 (Thu, 09 Jul 2009) | 7 lines
 Changed paths:
-   A /trunk/tools/pidl/MANIFEST
-   M /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
+   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.
 
-Update from samba + new file MANIFEST
 ------------------------------------------------------------------------
-r15954 | ulfl | 2005-09-21 21:18:19 -0500 (Wed, 21 Sep 2005) | 1 line
+r29041 | wmeier | 2009-07-09 13:21:39 -0700 (Thu, 09 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-netsync.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.
+
 
-replace match_strval with val_to_str, where the output was used by string output, but not expecting NULL
 ------------------------------------------------------------------------
-r15953 | guy | 2005-09-21 21:08:03 -0500 (Wed, 21 Sep 2005) | 2 lines
+r29042 | wmeier | 2009-07-09 13:28:46 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/epan/dissectors/packet-x411.c
+   A /trunk/radius/README.radius_dictionary
 
-Squelch some compiler warnings.
+README describing the Wireshark changes to the FreeRadius
+v2.1.6 dictionary files as of 2009-07-09.
 
 ------------------------------------------------------------------------
-r15952 | guy | 2005-09-21 21:00:38 -0500 (Wed, 21 Sep 2005) | 4 lines
+r29043 | wmeier | 2009-07-09 13:31:22 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/tethereal.c
+   M /trunk/Makefile.am
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Libpcap uses u_char; use it in our calls to libpcap routines and in our
-libpcap callback routine (if it's not getting defined, <pcap.h> doesn't
-work).
+Revised packaging for the Radius directory:
+include new Radius dictionary files & etc.
 
 ------------------------------------------------------------------------
-r15951 | guy | 2005-09-21 20:53:54 -0500 (Wed, 21 Sep 2005) | 3 lines
+r29044 | etxrab | 2009-07-09 13:44:28 -0700 (Thu, 09 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/tethereal.c
+   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
 
-Update to current reality (WinPcap 3.1) the messages shown on Windows if
-a capture device open fails.
+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).
 ------------------------------------------------------------------------
-r15950 | ulfl | 2005-09-21 20:16:25 -0500 (Wed, 21 Sep 2005) | 1 line
+r29045 | wmeier | 2009-07-09 14:05:37 -0700 (Thu, 09 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-hpteam.c
+
+From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info column
 
-prevent output of NULL strings
 ------------------------------------------------------------------------
-r15949 | ulfl | 2005-09-21 20:09:01 -0500 (Wed, 21 Sep 2005) | 1 line
+r29046 | etxrab | 2009-07-09 14:18:59 -0700 (Thu, 09 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/diameter/dictionary.xml
 
-replace match_strval with val_to_str in several places, where the output was used by string output, but not expecting NULL
+Fix cut-n-paste errors.
 ------------------------------------------------------------------------
-r15948 | guy | 2005-09-21 19:51:11 -0500 (Wed, 21 Sep 2005) | 4 lines
+r29047 | etxrab | 2009-07-09 14:43:57 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/gsm_ss/gsm_ss.cnf
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-x411.c
-
-Fix a bunch of places where we were calling "dissect_ber_octet_string()"
-with a non-null pointer-to-pointer-to-tvbuff and not checking whether
-the returned tvbuff pointer was non-null.
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
 
+Reworked patch from   massimo: 
+SNMP cannot be decoded in case of appended data to message
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3684
 ------------------------------------------------------------------------
-r15947 | guy | 2005-09-21 18:30:26 -0500 (Wed, 21 Sep 2005) | 3 lines
+r29048 | etxrab | 2009-07-09 22:40:02 -0700 (Thu, 09 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/gsm_ss/gsm_ss.cnf
-
-Set svn:eol-style properly, and get rid of a bogus proprty.  Fix the
-line endings.
+   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
 ------------------------------------------------------------------------
-r15946 | guy | 2005-09-21 18:23:58 -0500 (Wed, 21 Sep 2005) | 5 lines
+r29049 | stig | 2009-07-10 01:03:19 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-enip.c
 
-dissect_ber_octet_string() can return a null tvbuff pointer, if the
-putative octet string isn't one; always check before using it to
-dissect, and don't call the dissector if the tvbuff is null.  This
-should fix bug 472.
+Header field cleanup.
 
 ------------------------------------------------------------------------
-r15945 | guy | 2005-09-21 18:07:07 -0500 (Wed, 21 Sep 2005) | 4 lines
+r29050 | stig | 2009-07-10 02:09:11 -0700 (Fri, 10 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-icmp.c
 
-OIDs are put into the protocol tree as strings containing a textual
-representation of the OID, so the fields for them should be of type
-FT_STRING.  This should fix bug 470.
+Cleanup handling of ICMP type and code:
+- Use value_string to convert strings
+- Added more types and codes from IANA
+
+Removed use of check_col()
+Check checksum also if no tree
+Some white space cleanup
 
 ------------------------------------------------------------------------
-r15944 | jmayer | 2005-09-21 17:41:47 -0500 (Wed, 21 Sep 2005) | 5 lines
+r29051 | stig | 2009-07-10 02:12:13 -0700 (Fri, 10 Jul 2009) | 3 lines
 Changed paths:
-   D /trunk/tools/pidl/pidl.1.xml
-
+   M /trunk/epan/dissectors/packet-ff.c
 
-pidl.1.xml doesn't exist any more in this form. It's now integrated
-into pidl itself. So remove the file again and also the reference to
-the file in tools/Makefile.am
+Use correct length for "Version OD Calling".
+This fixes bug 3694.
 
 ------------------------------------------------------------------------
-r15943 | ulfl | 2005-09-21 15:33:12 -0500 (Wed, 21 Sep 2005) | 1 line
+r29052 | etxrab | 2009-07-10 02:40:11 -0700 (Fri, 10 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/diameter/dictionary.xml
 
-fix 467: when using -k command line option, convert interface name display string ("user_description: devicename" from Preferences) into device name. Hopefully this won't break the UNIX version.
+More 3GPP updates.
 ------------------------------------------------------------------------
-r15942 | ulfl | 2005-09-21 15:27:32 -0500 (Wed, 21 Sep 2005) | 1 line
+r29053 | etxrab | 2009-07-10 05:26:39 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-gtp.c
 
-fix #465: replace all fprintf(stderr, ...) with g_warning(...) calls
+Restore hf_gtp_ext_rat_type as it's used in decode_gtp_rat_type().
+Fix IMEI(SV) While we're at it.
 ------------------------------------------------------------------------
-r15941 | ulfl | 2005-09-21 15:11:55 -0500 (Wed, 21 Sep 2005) | 1 line
+r29054 | stig | 2009-07-10 05:48:48 -0700 (Fri, 10 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/tvbuff.h
-   M /trunk/epan/xmlstub.h
-   M /trunk/gtk/capture_if_details_dlg.h
-   M /trunk/gtk/cfilter_combo_utils.h
-   M /trunk/gtk/fileset_dlg.h
-   M /trunk/gtk/main.h
-   M /trunk/gtk/range_utils.h
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
+
+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
 
-fix/add doxygen comments
 ------------------------------------------------------------------------
-r15940 | ulfl | 2005-09-21 15:08:32 -0500 (Wed, 21 Sep 2005) | 1 line
+r29055 | etxrab | 2009-07-10 08:15:14 -0700 (Fri, 10 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/fileset_dlg.c
+   M /trunk/epan/column_info.h
 
-fix a copy/paste error inside of a comment 
+Fix a typo.
 ------------------------------------------------------------------------
-r15939 | sahlberg | 2005-09-21 15:05:13 -0500 (Wed, 21 Sep 2005) | 6 lines
+r29056 | tuexen | 2009-07-10 13:00:54 -0700 (Fri, 10 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3g-a11.c
-   M /trunk/epan/dissectors/packet-mip.c
-   M /trunk/epan/dissectors/packet-mpls-echo.c
-   M /trunk/epan/dissectors/packet-ntp.c
-   M /trunk/epan/dissectors/packet-ntp.h
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-get rid of strcpy in packet-ntp.c
-
-at the same time  change ntp_fmt_ts to return a pointer to ian ep-allocated buffer.
-remove the redundant buffer parameter in the signature and change all callers.
+   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.
 
 ------------------------------------------------------------------------
-r15938 | guy | 2005-09-21 13:27:28 -0500 (Wed, 21 Sep 2005) | 4 lines
+r29057 | tuexen | 2009-07-10 13:03:25 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-Some compilers don't allow a static declaration of a function inside
-another function, so move the declaration of
-dissect_spnego_PrincipalSeq() to the top of the file.
+Fix the two other nits reported by Jaap.
 
 ------------------------------------------------------------------------
-r15937 | guy | 2005-09-21 12:42:11 -0500 (Wed, 21 Sep 2005) | 26 lines
+r29058 | tuexen | 2009-07-10 13:07:57 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/asn1/spnego/spnego.asn
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
-
-An InnerContextToken comes with an OID for the mechanism, which is what
-we use to determine how to interpret the token; don't bother fetching
-the OID attached to the frame or conversation, as we're not using it.
-
-Indent code in the .cnf file to match the code generated by asn2eth.
-
-The mechListMIC in a NegTokenInit is sometimes a sequence containing a
-string; check the header of the mechListMIC and dissect it as such a
-sequence or as a regular item depending on whether it's a sequence or
-not.
-
-If we see a supportedMech in a NegTokenTarg, save next_level_value for
-that OID with the conversation.
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-Dissect a responseToken in a NegTokenTarg, and a mechListMIC in a
-NegTokenTarg, appropriately.
-
-Get rid of "gssapi_dissector_handle()", and just use
-next_level_value->handle - it was never being called if next_level_value
-was null.
-
-When we're dissecting a KRB5 blob, just use get_ber_identifier() to get
-the header, so we don't report an ASN.1 error if there isn't a BER
-identifier there; dissect the identifier and length only if we know we
-have them.
+Fix last issue reported by Jaap.
 
 ------------------------------------------------------------------------
-r15936 | guy | 2005-09-21 12:33:04 -0500 (Wed, 21 Sep 2005) | 12 lines
+r29059 | wmeier | 2009-07-10 13:35:34 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   D /trunk/epan/dissectors/packet-winsrepl.h
-
-Don't fill in a data structure for the packet while dissecting; we use
-almost none of the data - fill in only variables for what we need, and
-use proto_tree_add_item() in most cases.
-
-Move what's left of the packet-winsrepl.h header into packet-winsrepl.c,
-and get rid of the header.
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-Dissect the name flags field in detail, as per the Samba code.
-
-We don't do any checks for whether the packet is a valid WINS
-replication packet, so don't make the dissector a new-style dissector.
+Two minor changes: include emem.h not req'd; SUB_IPACCESS not used.
 
 ------------------------------------------------------------------------
-r15935 | guy | 2005-09-21 12:32:21 -0500 (Wed, 21 Sep 2005) | 12 lines
+r29060 | jake | 2009-07-10 14:54:29 -0700 (Fri, 10 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-winsrepl.c
-
-Don't fill in a data structure for the packet while dissecting; we use
-almost none of the data - fill in only variables for what we need, and
-use proto_tree_add_item() in most cases.
-
-Move what's left of the packet-winsrepl.h header into packet-winsrepl.c,
-and get rid of the header.
-
-Dissect the name flags field in detail, as per the Samba code.
-
-We don't do any checks for whether the packet is a valid WINS
-replication packet, so don't make the dissector a new-style dissector.
+   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
 ------------------------------------------------------------------------
-r15934 | gerald | 2005-09-21 11:18:30 -0500 (Wed, 21 Sep 2005) | 3 lines
+r29061 | gerald | 2009-07-10 16:39:23 -0700 (Fri, 10 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Use a proper length for booleans.  If we have a malformed packet, throw an
-exception.  Fixes bug 468.
+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.
 
 ------------------------------------------------------------------------
-r15933 | gerald | 2005-09-21 11:06:59 -0500 (Wed, 21 Sep 2005) | 3 lines
+r29062 | etxrab | 2009-07-11 01:38:41 -0700 (Sat, 11 Jul 2009) | 2 lines
 Changed paths:
-   A /trunk/tools/pidl/pidl.1.xml
-   A /trunk/tools/pidl/tests
-   A /trunk/tools/pidl/tests/ndr_align.pl
-   A /trunk/tools/pidl/tests/ndr_alloc.pl
-   A /trunk/tools/pidl/tests/ndr_array.pl
-   A /trunk/tools/pidl/tests/ndr_refptr.pl
-   A /trunk/tools/pidl/tests/ndr_simple.pl
-   A /trunk/tools/pidl/tests/ndr_string.pl
-
-Add the "test" directory and man page to pidl.  This should hopefully
-fix the current distcheck and RPM build failures.
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
+From Harald Welte:
+Add some more GSM A-bis IP message types.
 ------------------------------------------------------------------------
-r15932 | gerald | 2005-09-21 10:54:09 -0500 (Wed, 21 Sep 2005) | 2 lines
+r29063 | etxrab | 2009-07-11 02:50:09 -0700 (Sat, 11 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/agentx/packet-agentx.c
-
-Move a comment to the right place.
+   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
 ------------------------------------------------------------------------
-r15931 | sahlberg | 2005-09-21 10:38:12 -0500 (Wed, 21 Sep 2005) | 3 lines
+r29064 | wmeier | 2009-07-11 08:36:18 -0700 (Sat, 11 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afs.c
-
-remove some strcpy() with g_snprintf()
+   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.
 
 ------------------------------------------------------------------------
-r15930 | gerald | 2005-09-21 10:26:12 -0500 (Wed, 21 Sep 2005) | 2 lines
+r29065 | etxrab | 2009-07-12 02:05:03 -0700 (Sun, 12 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add an item about the X11 dissector.
+   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.
 ------------------------------------------------------------------------
-r15929 | gerald | 2005-09-21 10:03:19 -0500 (Wed, 21 Sep 2005) | 4 lines
+r29066 | stig | 2009-07-12 03:19:13 -0700 (Sun, 12 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/frame_data.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet.h
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/print.c
 
-If pinfo->match_string is null (e.g. when we're called from the Jabber
-dissector), don't try to look it up in a hash table.  Fixes the current
-Buildbot failure.
+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.
 
 ------------------------------------------------------------------------
-r15928 | gerald | 2005-09-21 09:20:43 -0500 (Wed, 21 Sep 2005) | 3 lines
+r29067 | wmeier | 2009-07-12 06:41:36 -0700 (Sun, 12 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/gtk/graph_analysis.c
+   M /trunk/epan/dissectors/packet-tipc.c
 
-Free our flow graph strings when we're done with them.  Add a note about
-flow graphs to the release notes, along with other stuff.
+Don't coerce a pointer to guint32 when pointing to a guint8.
+Using that pointer will fetch the guint8 plus who knows what....
 
 ------------------------------------------------------------------------
-r15927 | ulfl | 2005-09-21 05:29:22 -0500 (Wed, 21 Sep 2005) | 1 line
+r29068 | wmeier | 2009-07-12 07:13:01 -0700 (Sun, 12 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Fix a typo
 
-fix #372: the bug raised a "division by zero" exception. I've add a check for this and simply replaced the expression with 0 in that case. Don't know if it's correct to do so, but fixes the exception at least :-)
 ------------------------------------------------------------------------
-r15926 | ulfl | 2005-09-21 05:22:14 -0500 (Wed, 21 Sep 2005) | 1 line
+r29069 | jake | 2009-07-12 08:03:05 -0700 (Sun, 12 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
 
-bugfix: break out of an endless loop, if dissect_sip_common() returns 0 or -2, found in a file send to me by david martin in an attempt to fix #372
+From 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.
 ------------------------------------------------------------------------
-r15925 | jmayer | 2005-09-21 04:50:09 -0500 (Wed, 21 Sep 2005) | 1 line
+r29070 | gerald | 2009-07-12 08:03:33 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/pidl/README
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-manpages are now done automagically
+[Automatic manuf and enterprise-numbers update for 2009-07-12]
 ------------------------------------------------------------------------
-r15924 | jmayer | 2005-09-21 04:40:45 -0500 (Wed, 21 Sep 2005) | 1 line
+r29073 | etxrab | 2009-07-12 09:34:20 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/tools/pidl/Makefile.PL
-   M /trunk/tools/pidl/README
-   M /trunk/tools/pidl/pidl
-   D /trunk/tools/pidl/pidl.1.xml
+   M /trunk/gtk/packet_list_store.c
 
-Sync with samba: Update to fix manpage handling
+Add a forgotten piece of code...
 ------------------------------------------------------------------------
-r15923 | gerald | 2005-09-20 22:28:22 -0500 (Tue, 20 Sep 2005) | 3 lines
+r29074 | etxrab | 2009-07-12 12:08:55 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-In an attempt to fix bug 396, switch over to GStrings.  There still appears
-to be a problem with formatting, but we don't crash any more.
+   M /trunk/epan/dissectors/packet-rtmpt.c
 
+Make iCommand a guint8.
 ------------------------------------------------------------------------
-r15922 | guy | 2005-09-20 21:12:24 -0500 (Tue, 20 Sep 2005) | 4 lines
+r29075 | etxrab | 2009-07-12 12:38:55 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-Use BASE_DEC_HEX for the identifier field; that means we don't have to
-use "proto_tree_add_uint_format()", we can just let the Ethereal core
-format it.
+   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.
 ------------------------------------------------------------------------
-r15921 | guy | 2005-09-20 20:47:46 -0500 (Tue, 20 Sep 2005) | 5 lines
+r29076 | sfisher | 2009-07-12 22:27:25 -0700 (Sun, 12 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/gtk/new_packet_list.c
 
-Squelch some compiler wranings, and fix up the creation of a subset
-tvbuff.
 
-Fix indentation.
+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.
+
 
 ------------------------------------------------------------------------
-r15920 | guy | 2005-09-20 20:39:39 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29077 | etxrab | 2009-07-13 01:35:30 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-user_encap.c
-
-Squelch a compiler warning.
+   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
 ------------------------------------------------------------------------
-r15919 | guy | 2005-09-20 20:39:00 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29078 | martinm | 2009-07-13 03:55:53 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/sigcomp-udvm.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-I think this is the check that was intended....
+Remove calls to check_col(), and stop giving '{' a line of its own.
 
 ------------------------------------------------------------------------
-r15918 | guy | 2005-09-20 20:34:40 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29079 | martinm | 2009-07-13 04:23:40 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/image/stock_dialog_stop_48.xpm
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-pdcp-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-Fix a compiler warning.
+Remove calls to check_col().
 
 ------------------------------------------------------------------------
-r15917 | guy | 2005-09-20 20:34:04 -0500 (Tue, 20 Sep 2005) | 4 lines
+r29080 | wmeier | 2009-07-13 07:29:13 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/doc/tshark.pod
 
-Squelch a compiler warning (the argument might be used later).
-
-Clean up indentation.
+Add additional indentation to -z <statistics> swction to improve readability.
+Various other minor reformatting and rewording.
 
 ------------------------------------------------------------------------
-r15916 | guy | 2005-09-20 20:33:16 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29081 | wmeier | 2009-07-13 07:54:47 -0700 (Mon, 13 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-h450.h
+   M /trunk/doc/wireshark.pod
 
-Fix a compiler warning.
+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.
 
 ------------------------------------------------------------------------
-r15915 | guy | 2005-09-20 20:15:32 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29082 | etxrab | 2009-07-13 10:33:14 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-hci_h4.c
 
-Fix a comment.
+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
 ------------------------------------------------------------------------
-r15914 | guy | 2005-09-20 19:00:43 -0500 (Tue, 20 Sep 2005) | 3 lines
+r29084 | guy | 2009-07-13 10:43:44 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-hci_h4.c
 
-Put in some comments based on stuff seen in the Samba code
-(include/nameserv.h, code in wrepld).
+Note what the "Unknown" value is.
 
 ------------------------------------------------------------------------
-r15913 | guy | 2005-09-20 17:55:48 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29085 | gerald | 2009-07-13 11:54:24 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-app-pkix-cert.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-Give it an RCS ID.
+Squelch a couple of Valgrind warnings. This should fix bug 3700.
 
 ------------------------------------------------------------------------
-r15912 | guy | 2005-09-20 17:53:31 -0500 (Tue, 20 Sep 2005) | 4 lines
+r29086 | gerald | 2009-07-13 13:12:53 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h221_nonstd.c
+   M /trunk/epan/dissectors/packet-giop.c
 
-Fix the name in the comment.
+Check to see if tvb_child_uncompress returns NULL. Fixes bug 3705.
 
-Give it an RCS ID.
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r15911 | guy | 2005-09-20 17:52:31 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29088 | jake | 2009-07-13 15:46:32 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-actrace.c
-   M /trunk/epan/dissectors/packet-actrace.h
+   M /trunk/doc/tshark.pod
 
-Give them RCS IDs.
+From Reinhard Speyerer:
+The description of tshark -t dd is missing from tshark.pod.
 
 ------------------------------------------------------------------------
-r15910 | guy | 2005-09-20 17:51:42 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29089 | guy | 2009-07-13 16:35:26 -0700 (Mon, 13 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dis-enums.c
-   M /trunk/epan/dissectors/packet-dis-enums.h
-   M /trunk/epan/dissectors/packet-dis-fields.c
-   M /trunk/epan/dissectors/packet-dis-fields.h
-   M /trunk/epan/dissectors/packet-dis-pdus.c
-   M /trunk/epan/dissectors/packet-dis-pdus.h
-   M /trunk/epan/dissectors/packet-dis.c
+   M /trunk/doc/tshark.pod
+   M /trunk/doc/wireshark.pod
+
+Fix one place where we didn't mention "-t dd".
 
-Give them RCS IDs.
+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.
 
 ------------------------------------------------------------------------
-r15909 | guy | 2005-09-20 17:49:54 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29090 | stig | 2009-07-14 02:33:54 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-smb2.c
 
-Give it an RCS ID.
+Header field cleanup.
 
 ------------------------------------------------------------------------
-r15908 | etxrab | 2005-09-20 15:25:55 -0500 (Tue, 20 Sep 2005) | 5 lines
+r29091 | etxrab | 2009-07-14 05:41:11 -0700 (Tue, 14 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
+   M /trunk/gtk/packet_list_store.c
 
-From Hannes Gredler:
-patch to support 4 additional juniper DLTs.
+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
 
-all those are wrappers for exisiting media types augmented with meta-information which gets also displayed using this patch;
+Add preference to control whether decode of CRC-error'd frames should be attempted.
 
 ------------------------------------------------------------------------
-r15907 | etxrab | 2005-09-20 15:20:08 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29093 | etxrab | 2009-07-14 10:15:03 -0700 (Tue, 14 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-jabber.c
+   M /trunk/wimaxasncp/dictionary.xml
 
-From Kaul:
-Jabber traffic is XML, attached patch dissects it as such
+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
 ------------------------------------------------------------------------
-r15906 | etxrab | 2005-09-20 15:04:01 -0500 (Tue, 20 Sep 2005) | 1 line
+r29094 | martinm | 2009-07-14 10:43:20 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Trivial formatting changes to RAR output.
 
-Fix bug #404 Decoding of MSISDN on GSM is incomplete.  
 ------------------------------------------------------------------------
-r15905 | sahlberg | 2005-09-20 14:42:40 -0500 (Tue, 20 Sep 2005) | 6 lines
+r29095 | gerald | 2009-07-14 12:13:14 -0700 (Tue, 14 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
+   M /trunk/epan/dissectors/packet-ziop.c
 
-from francesco
+From Alvaro Vega Garcia via bug 3652:
 
-update to remove sprintf()
+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.
 
 ------------------------------------------------------------------------
-r15904 | sahlberg | 2005-09-20 14:36:38 -0500 (Tue, 20 Sep 2005) | 6 lines
+r29096 | etxrab | 2009-07-14 13:49:34 -0700 (Tue, 14 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
-
-make options field  filterable
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-v52.c
+   M /trunk/epan/dissectors/packet-v5ua.c
 
-remove silly rotating buffers
+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
 
 ------------------------------------------------------------------------
-r15903 | guy | 2005-09-20 14:01:04 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29098 | gerald | 2009-07-14 16:09:59 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-afs.c
 
-Set EOL type and expansion of $Id$.
+Remove an unused define.
 
 ------------------------------------------------------------------------
-r15902 | etxrab | 2005-09-20 13:45:21 -0500 (Tue, 20 Sep 2005) | 1 line
+r29100 | stig | 2009-07-15 01:56:12 -0700 (Wed, 15 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/proto.c
+
+From Kovarththanan Rajaratnam:
+Add "text" abbrev + tighten FT_FRAMENUM checks.
 
-Fix bug #343 Parsing Problem - TransactionResponseAck (MEGACO).
 ------------------------------------------------------------------------
-r15901 | gerald | 2005-09-20 12:26:43 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29103 | stig | 2009-07-15 12:33:48 -0700 (Wed, 15 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/epan/sigcomp-udvm.c
+   M /trunk/epan/dissectors/packet-enip.c
 
-Be more paranoid about buffer overruns.
+Indent some comments.
 
 ------------------------------------------------------------------------
-r15900 | gerald | 2005-09-20 12:24:23 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29104 | etxrab | 2009-07-15 13:55:31 -0700 (Wed, 15 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/asn1.c
-   M /trunk/epan/dtd_parse.l
-
-Fix a couple of errors found by valgrind.
+   M /trunk/Makefile.nmake
+   M /trunk/epan/crc/Makefile.nmake
+   M /trunk/epan/crypt/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/ftypes/Makefile.nmake
+   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/plugins/ethercat/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wsutil/Makefile.nmake
 
+Add /MP flag to make use of multi cores.
 ------------------------------------------------------------------------
-r15899 | gerald | 2005-09-20 12:23:19 -0500 (Tue, 20 Sep 2005) | 3 lines
+r29105 | guy | 2009-07-15 14:30:37 -0700 (Wed, 15 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/reassemble.c
+   M /trunk/epan/dissectors/packet-ziop.c
 
-Don't try to reassemble a zero-length fragment.  Add a comment to
-reassemble.c about the handling of zero-length fragments.
+Get rid of C++-style comment (and anglicize it).
 
 ------------------------------------------------------------------------
-r15898 | jmayer | 2005-09-20 10:19:11 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29109 | gerald | 2009-07-15 15:51:01 -0700 (Wed, 15 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-v52.c
 
-Francesco Fondelli: Add dcp support (forgot this file)
+Make sure we advance our offset during a while loop. This should fix recent
+fuzz errors.
 
 ------------------------------------------------------------------------
-r15897 | jmayer | 2005-09-20 10:18:28 -0500 (Tue, 20 Sep 2005) | 3 lines
+r29111 | gerald | 2009-07-15 16:16:10 -0700 (Wed, 15 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/addr_resolv.h
-   M /trunk/epan/address.h
-   A /trunk/epan/dissectors/packet-dcp.c
-   A /trunk/epan/dissectors/packet-dcp.h
-   M /trunk/epan/ipproto.c
-   M /trunk/epan/ipproto.h
+   M /trunk/epan/dissectors/packet-v52.c
 
-
-Francesco Fondelli; Add dcp support
+Add a modeline blurb. Minor indentation fix.
 
 ------------------------------------------------------------------------
-r15896 | jmayer | 2005-09-20 10:08:14 -0500 (Tue, 20 Sep 2005) | 3 lines
+r29114 | etxrab | 2009-07-16 01:27:18 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/Makefile.am
+   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
 
-Add the pidl files.
+From Kahou via bug 3739:
+New DLT value is added for Fibre Channel FC2.
 
 ------------------------------------------------------------------------
-r15895 | kukosa | 2005-09-20 09:14:07 -0500 (Tue, 20 Sep 2005) | 1 line
+r29116 | morriss | 2009-07-16 05:39:50 -0700 (Thu, 16 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/config.nmake
 
-get rid of few warnings
+/MP also works with 2008EE
 ------------------------------------------------------------------------
-r15894 | kukosa | 2005-09-20 05:56:08 -0500 (Tue, 20 Sep 2005) | 8 lines
+r29118 | gerald | 2009-07-16 10:00:58 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/tools/asn2eth.py
+   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.
 
-asn2eth 
- - #.FN_BODY accepts parameters too
- - single line variant of #.FN_PAR is possible
- - new parameter FN_VARIANT for OBJECT IDENTIFIER
-packet-per.c
- - dissect_per_object_identifier() returns value as tvb
- - new dissect_per_object_identifier_str() function
-PER dissectors adapted and regenerated
 ------------------------------------------------------------------------
-r15893 | ulfl | 2005-09-20 04:02:38 -0500 (Tue, 20 Sep 2005) | 1 line
+r29121 | jake | 2009-07-16 12:57:15 -0700 (Thu, 16 Jul 2009) | 11 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
 
-fix: packet-lldp.c(2071) : warning C4761: integral size mismatch in argument; conversion supplied
+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).
 ------------------------------------------------------------------------
-r15892 | ulfl | 2005-09-20 03:55:50 -0500 (Tue, 20 Sep 2005) | 1 line
+r29122 | gerald | 2009-07-16 13:52:36 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   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.
 
-fix: packet-dcerpc.c(4019) : warning C4018: '<' : signed/unsigned mismatch
 ------------------------------------------------------------------------
-r15891 | ulfl | 2005-09-20 03:42:35 -0500 (Tue, 20 Sep 2005) | 6 lines
+r29123 | gerald | 2009-07-16 14:03:39 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/capture.c
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/gtk/main.c
-
-add two new callbacks:
-cf_cb_file_closing (called before closing a capture file) cf_cb_file_closed will be called afterwards, but both only if a file is really closed as cf_close is called more often ...
+   M /trunk/epan/dissectors/packet-rsvp.c
 
-If we are closing large capture files (~20MB), the screen looks ugly while the file is closed. Change this so the screen will immediately go back to initial state and a dialog (without buttons) is shown that the file is currently closed. As the operation which takes most of the time to close the file is a single eth_clist_clear call, we can't use a progress bar here.
+Make sure some variables are initialized so that Valgrind quits
+complaining.  Use se_memdup to copy memory.
 
-cf_cb_live_capture_stopping: called when the user wants to stop the capture (toolbar or menu clicked). At least on Win32, the time between this and the actual stop completed can be noticeable (1-2 seconds), so the user doesn't know if the button press did anything at all. Do something similar as above, show a dialog box without buttons to inform that the close is in progress.
 ------------------------------------------------------------------------
-r15890 | ulfl | 2005-09-20 03:31:09 -0500 (Tue, 20 Sep 2005) | 1 line
+r29124 | etxrab | 2009-07-16 14:09:18 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_wpcap_packet.c
+   M /trunk/epan/dissectors/packet-per.c
 
-fix a compiler warning (... copied from RFC2553 :-)
+From   Sean Yunjnz:
+Problem in packet-per.c for ASN.1 PER Encoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3733
 ------------------------------------------------------------------------
-r15889 | ulfl | 2005-09-20 03:18:41 -0500 (Tue, 20 Sep 2005) | 1 line
+r29125 | etxrab | 2009-07-16 14:27:56 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
-if the capture child pops up it's own console, title it as such
+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
 ------------------------------------------------------------------------
-r15888 | guy | 2005-09-20 03:01:00 -0500 (Tue, 20 Sep 2005) | 2 lines
+r29126 | gerald | 2009-07-16 14:35:54 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
+   M /trunk/epan/dissectors/packet-rsvp.c
 
-Squelch a compiler warning.
+Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to an
+se_alloced struct.
 
 ------------------------------------------------------------------------
-r15887 | ulfl | 2005-09-19 21:10:48 -0500 (Mon, 19 Sep 2005) | 3 lines
+r29127 | gerald | 2009-07-16 15:24:31 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/gtk/capture_if_details_dlg.c
+   M /trunk/epan/dissectors/packet-nfs.c
 
-the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t and use it here (ok, this *is* a dirty hack)
+Initialize a variable and remove a check_col.
 
-don't know why the last commit compiled on my machine and not on the buildbot.
 ------------------------------------------------------------------------
-r15886 | ulfl | 2005-09-19 20:53:38 -0500 (Mon, 19 Sep 2005) | 1 line
+r29128 | gerald | 2009-07-16 15:25:06 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/simple_dialog.c
-   M /trunk/simple_dialog.h
+   M /trunk/epan/reassemble.c
+
+Check for an overflow. This should hopefully fix bug 3672.
 
-enhance simple dialog: add the possibility to use no buttons at all and add a stop icon (similar to the splash_window, but with a slightly different layout and a way to choose the icon shown)
 ------------------------------------------------------------------------
-r15885 | ulfl | 2005-09-19 20:45:35 -0500 (Mon, 19 Sep 2005) | 1 line
+r29129 | jake | 2009-07-16 23:49:58 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/image/README.image
-   A /trunk/image/stock_dialog_stop_48.xpm
+   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
 
-add a new stop icon 48x48 for (simple) dialogs (derived from the openoffice stock icons and slightly enlarged using the Gimp)
+From Robert Hogan:
+I'm working on a tn3270 dissector. 
+See: http://roberthogan.net/stuff/tn3270-dissector/
 ------------------------------------------------------------------------
-r15884 | lego | 2005-09-19 19:31:53 -0500 (Mon, 19 Sep 2005) | 5 lines
+r29130 | etxrab | 2009-07-17 01:24:06 -0700 (Fri, 17 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dtd_parse.l
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/to_str.c
 
- avoid freeing the last location twice.
+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
 
-add some #ifed out code to help debugging the parser
+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.
 
 ------------------------------------------------------------------------
-r15883 | jmayer | 2005-09-19 18:33:45 -0500 (Mon, 19 Sep 2005) | 1 line
+r29133 | gerald | 2009-07-17 08:59:24 -0700 (Fri, 17 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/pidl
+   M /trunk/epan/to_str.c
+
+Fix an ep buffer overrun introduced in r29130.
 
-Add svn:ignore from samba
 ------------------------------------------------------------------------
-r15882 | jmayer | 2005-09-19 18:31:47 -0500 (Mon, 19 Sep 2005) | 3 lines
+r29134 | wmeier | 2009-07-17 12:41:34 -0700 (Fri, 17 Jul 2009) | 2 lines
 Changed paths:
-   A /trunk/tools/pidl
-   A /trunk/tools/pidl/Makefile.PL
-   A /trunk/tools/pidl/README
-   A /trunk/tools/pidl/TODO
-   A /trunk/tools/pidl/idl.yp
-   A /trunk/tools/pidl/lib
-   A /trunk/tools/pidl/lib/Parse
-   A /trunk/tools/pidl/lib/Parse/Pidl
-   A /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl.pm
-   A /trunk/tools/pidl/pidl
-   A /trunk/tools/pidl/pidl.1.xml
-   A /trunk/tools/pidl/ref_notes.txt
-   A /trunk/tools/pidl/smb_interfaces.pm
-   A /trunk/tools/pidl/smb_interfaces.yp
+   M /trunk/epan/dissectors/packet-tn3270.c
 
-Revert back to local copy: The samba svn server does not support svn
-over http - this was a much requested feature for Ethereals svn server.
+From Robert Hogan: "no need to register tn3270 for 'decode-as'".
 
 ------------------------------------------------------------------------
-r15881 | jmayer | 2005-09-19 18:29:03 -0500 (Mon, 19 Sep 2005) | 3 lines
+r29135 | gerald | 2009-07-17 15:59:59 -0700 (Fri, 17 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tools
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/main_airpcap_toolbar.c
 
-pidl: Revert back to local copy. The samba svn server does not support svn
-over http - this was a much requested feature for Ethereal's svn server.
+Set the extension channel correctly. Fixup whitespace.
 
 ------------------------------------------------------------------------
-r15880 | jmayer | 2005-09-19 16:24:46 -0500 (Mon, 19 Sep 2005) | 1 line
+r29137 | stig | 2009-07-18 13:10:14 -0700 (Sat, 18 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
+   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.
 
-Update faq
 ------------------------------------------------------------------------
-r15879 | jmayer | 2005-09-19 16:24:07 -0500 (Mon, 19 Sep 2005) | 1 line
+r29138 | gerald | 2009-07-19 08:03:36 -0700 (Sun, 19 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/enterprise-numbers
    M /trunk/manuf
-   M /trunk/wka.tmpl
 
-Jim Young: LLDP improvements
+[Automatic manuf and enterprise-numbers update for 2009-07-19]
 ------------------------------------------------------------------------
-r15878 | ulfl | 2005-09-19 15:59:50 -0500 (Mon, 19 Sep 2005) | 1 line
+r29142 | sfisher | 2009-07-19 23:21:35 -0700 (Sun, 19 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/capture_wpcap_packet.c
-   M /trunk/gtk/capture_if_details_dlg.c
+   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
 
-fix #340: define the missing sockaddr_storage struct to be able to use Packet32.h even with WinPcap 3.1 and without the platform SDK
-------------------------------------------------------------------------
-r15877 | gerald | 2005-09-19 15:50:51 -0500 (Mon, 19 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dtd.h
 
-Small whitespace cleanup.
+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.
+
 
 ------------------------------------------------------------------------
-r15876 | gerald | 2005-09-19 15:50:10 -0500 (Mon, 19 Sep 2005) | 3 lines
+r29143 | etxrab | 2009-07-20 02:06:47 -0700 (Mon, 20 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/sigcomp-udvm.c
-
-Throw an exception instead of trying to read past the end of a buffer.
-Fixes bug 455.
+   M /trunk/gtk/new_packet_list.c
 
+Avoid a crash if no color filter exists (SCTP trace).
 ------------------------------------------------------------------------
-r15875 | lego | 2005-09-19 14:48:55 -0500 (Mon, 19 Sep 2005) | 3 lines
+r29144 | etxrab | 2009-07-20 04:33:02 -0700 (Mon, 20 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/gtk/new_packet_list.c
 
-display something useful in the radius VSA item
+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.
 
 ------------------------------------------------------------------------
-r15874 | gerald | 2005-09-19 14:46:25 -0500 (Mon, 19 Sep 2005) | 2 lines
+r29146 | stig | 2009-07-20 05:40:55 -0700 (Mon, 20 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/to_str.c
 
-Don't dereference a null pointer.  Fixes bug 460.
+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')
 
 ------------------------------------------------------------------------
-r15873 | lego | 2005-09-19 14:36:32 -0500 (Mon, 19 Sep 2005) | 2 lines
+r29147 | etxrab | 2009-07-20 09:09:50 -0700 (Mon, 20 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Change "Value" into "VSA" for Vendor SPecific Attributes
+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
 ------------------------------------------------------------------------
-r15872 | etxrab | 2005-09-19 14:11:50 -0500 (Mon, 19 Sep 2005) | 1 line
+r29150 | etxrab | 2009-07-20 23:08:45 -0700 (Mon, 20 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-Add a preference to decode different types of AMR payload.
+From Benjamin Meyer:
+Profinet dissector does not decode all defined error codes.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3753
 ------------------------------------------------------------------------
-r15871 | gerald | 2005-09-19 12:50:38 -0500 (Mon, 19 Sep 2005) | 2 lines
+r29151 | etxrab | 2009-07-20 23:20:47 -0700 (Mon, 20 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-afs4int.c
+   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
 
-Throw an exception if our ACL length is flat-out wrong.
+Me: Moved includes from .h to .c as thats how we normaly do it.
 
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3736
 ------------------------------------------------------------------------
-r15870 | lego | 2005-09-19 12:42:02 -0500 (Mon, 19 Sep 2005) | 6 lines
+r29152 | guy | 2009-07-21 00:28:47 -0700 (Tue, 21 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-radius.h
-   M /trunk/epan/radius_dict.l
+   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.
 
-- allow multiple attributes inside one VSA (fixes bug 438)
-- preference to choose whether to add the AVP's payload length items
-- preference to add an alternate UDP port
+Clean up white space.
 
+Get rid of an unused parameter and two unused variables.
 
 ------------------------------------------------------------------------
-r15869 | gerald | 2005-09-19 11:23:05 -0500 (Mon, 19 Sep 2005) | 5 lines
+r29153 | guy | 2009-07-21 00:44:04 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-spnego.c
-
-In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.
-Fixes bugs 448, 449, 451, 452, 454, 456, and 461.
+   M /trunk/epan/dissectors/packet-bacapp.c
 
-Add similar TVB checks to the BER dissector.
+Fix typo.
 
 ------------------------------------------------------------------------
-r15868 | jmayer | 2005-09-19 09:59:32 -0500 (Mon, 19 Sep 2005) | 4 lines
+r29154 | martinm | 2009-07-21 00:59:16 -0700 (Tue, 21 Jul 2009) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/README
+   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.
 
-Change README to reflect the fact that tools/pidl is now a
-svn:externals reference.
 
 ------------------------------------------------------------------------
-r15867 | jmayer | 2005-09-19 09:53:46 -0500 (Mon, 19 Sep 2005) | 5 lines
+r29155 | stig | 2009-07-21 01:07:40 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tools
+   M /trunk/epan/dissectors/packet-bacapp.c
 
-Add svn:externals for pidl: That way svn up will pull the pidl sources
-directly from the samba svn instead of keeping a copy of them in the
-Ethereal svn.
+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.
 ------------------------------------------------------------------------
-r15866 | jmayer | 2005-09-19 09:50:23 -0500 (Mon, 19 Sep 2005) | 1 line
+r29157 | guy | 2009-07-21 01:53:39 -0700 (Tue, 21 Jul 2009) | 3 lines
 Changed paths:
-   D /trunk/tools/pidl
+   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.
 
-Change pidl to svn:externals
 ------------------------------------------------------------------------
-r15865 | jmayer | 2005-09-19 08:26:49 -0500 (Mon, 19 Sep 2005) | 1 line
+r29158 | guy | 2009-07-21 02:05:16 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/idl_types.h
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+More gsizery.
 
-Add idl_types.h from samba to fix warning
 ------------------------------------------------------------------------
-r15864 | jmayer | 2005-09-19 04:23:52 -0500 (Mon, 19 Sep 2005) | 1 line
+r29159 | stig | 2009-07-21 09:48:16 -0700 (Tue, 21 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/README
+   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.
 
-Point to tools/pidl/README.ethereal
 ------------------------------------------------------------------------
-r15863 | guy | 2005-09-19 03:09:41 -0500 (Mon, 19 Sep 2005) | 2 lines
+r29160 | stig | 2009-07-21 15:09:31 -0700 (Tue, 21 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-Fix a typo.
+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().
 
 ------------------------------------------------------------------------
-r15862 | sahlberg | 2005-09-19 03:06:25 -0500 (Mon, 19 Sep 2005) | 9 lines
+r29161 | stig | 2009-07-21 15:23:34 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-sometimes it seems that we have the text based h248/megaco running ontop of
-m3ua  and not the binary one.
+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
 
-make the binary dissector check if it is really the text based one to be used and if so
-call that dissector instead.
 
+Change some g_malloc() calls to g_new() to make the code easier to read.
 
 
 ------------------------------------------------------------------------
-r15861 | kukosa | 2005-09-19 02:35:05 -0500 (Mon, 19 Sep 2005) | 1 line
+r29163 | etxrab | 2009-07-21 23:00:53 -0700 (Tue, 21 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/tools/asn2eth.py
+   M /trunk/file.c
 
-remove unused parameter 'name' from dissect_per_choice()
+Minor indentation fixes.
 ------------------------------------------------------------------------
-r15860 | jmayer | 2005-09-18 16:58:39 -0500 (Sun, 18 Sep 2005) | 1 line
+r29164 | etxrab | 2009-07-22 01:09:22 -0700 (Wed, 22 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/tools/checkhf.pl
+   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
 
-Small update
+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()
 ------------------------------------------------------------------------
-r15859 | jmayer | 2005-09-18 16:57:59 -0500 (Sun, 18 Sep 2005) | 1 line
+r29165 | etxrab | 2009-07-22 01:11:50 -0700 (Wed, 22 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/tools/pidl
-   M /trunk/tools/pidl/README.ethereal
-   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
-   D /trunk/tools/pidl/pm_to_blib
+   M /trunk/epan/libwireshark.def
 
-Update README.ethereal and sync with current samba tree
+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()
 ------------------------------------------------------------------------
-r15858 | ulfl | 2005-09-18 15:11:54 -0500 (Sun, 18 Sep 2005) | 1 line
+r29166 | etxrab | 2009-07-22 01:54:38 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/tvbuff.c
+   M /trunk/gtk/new_packet_list.c
 
-assert that tvb is not NULL
+From Jakub Zawadzki:
+This patch makes row coloring alike GtkCList version
+ (remove white space between cells/columns)
 ------------------------------------------------------------------------
-r15857 | etxrab | 2005-09-18 15:04:04 -0500 (Sun, 18 Sep 2005) | 1 line
+r29167 | martinm | 2009-07-22 06:21:15 -0700 (Wed, 22 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Improve/expand checks on reserved bit values.
 
-Change some of the asn1 functions to use packet-ber ones.
 ------------------------------------------------------------------------
-r15856 | guy | 2005-09-18 11:54:00 -0500 (Sun, 18 Sep 2005) | 7 lines
+r29168 | etxrab | 2009-07-22 08:23:08 -0700 (Wed, 22 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-If the tag field is a bitfield, always show it as such, otherwise always
-show the value of 1 1111 as "Continued" in the bitfield and the actual
-tag value in the following bytes.
+From Jakub Zawadzki:
+This patch fix return value in new_packet_list_find_row_from_data when !select
 
-Show the BER identifier data before an OID if we're showing internal BER
-fields.
+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).
 ------------------------------------------------------------------------
-r15855 | ulfl | 2005-09-18 06:18:42 -0500 (Sun, 18 Sep 2005) | 1 line
+r29170 | etxrab | 2009-07-22 14:33:47 -0700 (Wed, 22 Jul 2009) | 1 line
 Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
    M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-udp.c
 
-as discussed in the Users list: replace "Short Frame" by "Packet size limited during capture" message
+Get rid of check_col() in some of the more frequently used dissectors.
 ------------------------------------------------------------------------
-r15854 | lego | 2005-09-18 04:10:03 -0500 (Sun, 18 Sep 2005) | 3 lines
+r29171 | gerald | 2009-07-22 16:59:15 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
+   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
 
-add dtds to EXTRA_DIST
+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
 ------------------------------------------------------------------------
-r15853 | etxrab | 2005-09-17 16:02:51 -0500 (Sat, 17 Sep 2005) | 1 line
+r29173 | etxrab | 2009-07-22 22:38:34 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-If unkown Tag's are found in a set add length.
+From Steve Karg:
+BACnet Action property not decoded correctly.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3766
 ------------------------------------------------------------------------
-r15852 | lego | 2005-09-17 12:17:42 -0500 (Sat, 17 Sep 2005) | 3 lines
+r29174 | etxrab | 2009-07-22 22:48:39 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/dtds
-   A /trunk/dtds/dc.dtd
-   A /trunk/dtds/itunes.dtd
-   A /trunk/dtds/rss.dtd
-   A /trunk/dtds/smil.dtd
-   M /trunk/packaging/nsis/ethereal.nsi
+   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
 
-Get the first few dtds installed.
+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.
 ------------------------------------------------------------------------
-r15851 | lego | 2005-09-17 12:05:46 -0500 (Sat, 17 Sep 2005) | 5 lines
+r29177 | etxrab | 2009-07-23 01:56:09 -0700 (Thu, 23 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/dtd.h
-   M /trunk/epan/dtd_grammar.lemon
-   M /trunk/epan/dtd_parse.l
-   M /trunk/epan/dtd_preparse.l
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-Because there's more than just text in XML...
+- 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
 
-DTDs are imported to create fields
+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.
 
 ------------------------------------------------------------------------
-r15850 | ulfl | 2005-09-17 09:14:24 -0500 (Sat, 17 Sep 2005) | 1 line
+r29179 | martinm | 2009-07-23 04:19:05 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h1.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dfilter/dfilter.h
+
+From Kovarththanan Rajaratnam: avoid circular dependency.
 
-using heur_dissector_add("cotp_is") doesn't seem to be enough, if H1 is used over TCP/TPKT (RFC1006). Add heur_dissector_add("cotp") so it will be dissected correctly, hopefully this won't introduce new problems with other "cotp" heuristics ...
 ------------------------------------------------------------------------
-r15849 | sahlberg | 2005-09-17 07:16:11 -0500 (Sat, 17 Sep 2005) | 3 lines
+r29180 | wmeier | 2009-07-23 10:46:09 -0700 (Thu, 23 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-
-remove some strcpy()
+   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;
 
 ------------------------------------------------------------------------
-r15848 | sahlberg | 2005-09-17 07:09:36 -0500 (Sat, 17 Sep 2005) | 3 lines
+r29181 | guy | 2009-07-23 11:36:25 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcswils.c
-
-remove some strcpy()
+   M /trunk/epan/dissectors/packet-dnp.c
 
+Saved by removing the bell.
 
 ------------------------------------------------------------------------
-r15847 | guy | 2005-09-16 21:14:44 -0500 (Fri, 16 Sep 2005) | 4 lines
+r29182 | etxrab | 2009-07-23 13:36:16 -0700 (Thu, 23 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/strerror.c
-
-Fix Gerald's e-mail address (and possibly provoke a copy of the main
-repository to the anonymous repository - the current anonymous
-repository appears to be out-of-date, which is breaking the buildbot).
+   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
 ------------------------------------------------------------------------
-r15846 | guy | 2005-09-16 19:39:52 -0500 (Fri, 16 Sep 2005) | 2 lines
+r29183 | wmeier | 2009-07-23 13:52:54 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/capture_wpcap_packet.c
 
-Mark some unused and unremovable arguments as unused.
+Fix emacs editor modeline to be a 'safe" value.
 
 ------------------------------------------------------------------------
-r15845 | guy | 2005-09-16 19:31:15 -0500 (Fri, 16 Sep 2005) | 3 lines
+r29184 | wmeier | 2009-07-23 13:53:44 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/format-oid.h (from /trunk/epan/format-oid.h:15844)
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-smb-browse.c
-   M /trunk/epan/dissectors/packet-smb-mailslot.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
-   M /trunk/epan/dissectors/packet-smb.c
-   A /trunk/epan/dissectors/packet-smb.h (from /trunk/epan/smb.h:15844)
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-   A /trunk/epan/dissectors/rpc_defrag.h (from /trunk/epan/rpc_defrag.h:15844)
-   D /trunk/epan/format-oid.h
-   D /trunk/epan/rpc_defrag.h
-   D /trunk/epan/smb.h
-   M /trunk/gtk/smb_stat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
+   M /trunk/epan/crypt/airpdcap.c
 
-Move some headers for stuff defined by a dissector into epan/dissectors
-- and rename smb.h to packet-smb.h, as it's packet-smb.c's header file.
+Fix some whitespace ....
 
 ------------------------------------------------------------------------
-r15844 | guy | 2005-09-16 19:02:31 -0500 (Fri, 16 Sep 2005) | 7 lines
+r29185 | wmeier | 2009-07-23 14:25:02 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.common
-   D /trunk/aftypes.h
-   D /trunk/arcnet_pids.h
-   M /trunk/asn1/h248/packet-h248-template.c
-   D /trunk/bridged_pids.h
-   D /trunk/chdlctypes.h
-   M /trunk/configure.in
-   M /trunk/epan/Makefile.common
-   A /trunk/epan/aftypes.h (from /trunk/aftypes.h:15843)
-   A /trunk/epan/arcnet_pids.h (from /trunk/arcnet_pids.h:15843)
-   A /trunk/epan/bridged_pids.h (from /trunk/bridged_pids.h:15843)
-   A /trunk/epan/chdlctypes.h (from /trunk/chdlctypes.h:15843)
-   M /trunk/epan/dissectors/packet-3com-xns.c
-   M /trunk/epan/dissectors/packet-aarp.c
-   M /trunk/epan/dissectors/packet-ap1394.c
-   M /trunk/epan/dissectors/packet-arcnet.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-asap.c
    M /trunk/epan/dissectors/packet-atalk.c
-   M /trunk/epan/dissectors/packet-atm.c
-   M /trunk/epan/dissectors/packet-bacnet.c
-   M /trunk/epan/dissectors/packet-bpdu.c
-   M /trunk/epan/dissectors/packet-brdwlk.c
-   M /trunk/epan/dissectors/packet-cdp.c
-   M /trunk/epan/dissectors/packet-chdlc.c
-   M /trunk/epan/dissectors/packet-cisco-oui.c
-   M /trunk/epan/dissectors/packet-cisco-wireless.c
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-dec-bpdu.c
-   M /trunk/epan/dissectors/packet-dec-dnart.c
-   M /trunk/epan/dissectors/packet-dua.c
-   M /trunk/epan/dissectors/packet-eap.c
-   M /trunk/epan/dissectors/packet-eapol.c
-   M /trunk/epan/dissectors/packet-enc.c
-   M /trunk/epan/dissectors/packet-enrp.c
-   M /trunk/epan/dissectors/packet-esis.c
-   M /trunk/epan/dissectors/packet-eth.c
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/dissectors/packet-extreme.c
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcfcs.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fclctl.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-fcsb3.c
-   M /trunk/epan/dissectors/packet-fcsp.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fr.c
-   M /trunk/epan/dissectors/packet-fw1.c
-   M /trunk/epan/dissectors/packet-g723.c
-   M /trunk/epan/dissectors/packet-gmrp.c
-   M /trunk/epan/dissectors/packet-gre.c
-   M /trunk/epan/dissectors/packet-gvrp.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h261.c
-   M /trunk/epan/dissectors/packet-h263.c
-   M /trunk/epan/dissectors/packet-hpext.c
-   M /trunk/epan/dissectors/packet-hpsw.c
-   M /trunk/epan/dissectors/packet-iapp.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-idp.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-ieee802a.c
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-ipfc.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-ipx.c
-   M /trunk/epan/dissectors/packet-isis-clv.c
-   M /trunk/epan/dissectors/packet-isis.c
-   M /trunk/epan/dissectors/packet-isl.c
-   M /trunk/epan/dissectors/packet-ismp.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-iua.c
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/epan/dissectors/packet-lapbether.c
-   M /trunk/epan/dissectors/packet-lapd.c
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/dissectors/packet-lldp.c
-   M /trunk/epan/dissectors/packet-lmi.c
-   M /trunk/epan/dissectors/packet-lmp.c
-   M /trunk/epan/dissectors/packet-loop.c
-   M /trunk/epan/dissectors/packet-m2pa.c
-   M /trunk/epan/dissectors/packet-m2tp.c
-   M /trunk/epan/dissectors/packet-m2ua.c
-   M /trunk/epan/dissectors/packet-m3ua.c
-   M /trunk/epan/dissectors/packet-maccontrol.c
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mpeg1.c
-   M /trunk/epan/dissectors/packet-mpls.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-netbios.c
-   M /trunk/epan/dissectors/packet-nt-oui.c
-   M /trunk/epan/dissectors/packet-nt-sonmp.c
-   M /trunk/epan/dissectors/packet-null.c
-   M /trunk/epan/dissectors/packet-osi-options.c
-   M /trunk/epan/dissectors/packet-osi.c
-   M /trunk/epan/dissectors/packet-pagp.c
-   M /trunk/epan/dissectors/packet-pflog.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-pppoe.c
-   M /trunk/epan/dissectors/packet-q2931.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-q933.c
-   M /trunk/epan/dissectors/packet-redback.c
-   M /trunk/epan/dissectors/packet-retix-bpdu.c
-   M /trunk/epan/dissectors/packet-rmp.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rpl.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-sctp.c
-   M /trunk/epan/dissectors/packet-sdp.c
-   M /trunk/epan/dissectors/packet-sll.c
-   M /trunk/epan/dissectors/packet-slowprotocols.c
-   M /trunk/epan/dissectors/packet-smb-browse.c
-   M /trunk/epan/dissectors/packet-smb-mailslot.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-snaeth.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-sua.c
-   M /trunk/epan/dissectors/packet-symantec.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-teimanagement.c
-   M /trunk/epan/dissectors/packet-vines.c
-   M /trunk/epan/dissectors/packet-vj.c
-   M /trunk/epan/dissectors/packet-vlan.c
-   M /trunk/epan/dissectors/packet-wcp.c
-   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-x25.c
-   M /trunk/epan/dissectors/packet-x29.c
-   A /trunk/epan/etypes.h (from /trunk/etypes.h:15843)
-   A /trunk/epan/format-oid.h (from /trunk/format-oid.h:15843)
-   A /trunk/epan/greproto.h (from /trunk/greproto.h:15843)
-   A /trunk/epan/iax2_codec_type.h (from /trunk/iax2_codec_type.h:15843)
-   A /trunk/epan/ip_opts.h (from /trunk/ip_opts.h:15843)
-   A /trunk/epan/lapd_sapi.h (from /trunk/lapd_sapi.h:15843)
-   A /trunk/epan/llcsaps.h (from /trunk/llcsaps.h:15843)
-   A /trunk/epan/nlpid.h (from /trunk/nlpid.h:15843)
-   A /trunk/epan/oui.h (from /trunk/oui.h:15843)
-   A /trunk/epan/ppptypes.h (from /trunk/ppptypes.h:15843)
-   A /trunk/epan/rpc_defrag.h (from /trunk/rpc_defrag.h:15843)
-   A /trunk/epan/rtp_pt.h (from /trunk/rtp_pt.h:15843)
-   A /trunk/epan/sctpppids.h (from /trunk/sctpppids.h:15843)
-   A /trunk/epan/smb.h (from /trunk/smb.h:15843)
-   A /trunk/epan/x264_prt_id.h (from /trunk/x264_prt_id.h:15843)
-   D /trunk/etypes.h
-   D /trunk/format-oid.h
-   D /trunk/greproto.h
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls.c
-   D /trunk/iax2_codec_type.h
-   D /trunk/ip_opts.h
-   D /trunk/lapd_sapi.h
-   D /trunk/llcsaps.h
-   D /trunk/nlpid.h
-   D /trunk/oui.h
-   M /trunk/plugins/megaco/packet-megaco.c
-   M /trunk/plugins/rdm/packet-rdm.c
-   M /trunk/plugins/rtnet/packet-rtnet.c
-   M /trunk/plugins/v5ua/packet-v5ua.c
-   D /trunk/ppptypes.h
-   D /trunk/rpc_defrag.h
-   D /trunk/rtp_pt.h
-   D /trunk/sctpppids.h
-   D /trunk/smb.h
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   D /trunk/x264_prt_id.h
-
-Move a pile of protocol-related headers from the top-level source
-directory to the epan directory.  Some of them should perhaps ultimately
-be moved to epan/dissectors, if they pertain only to stuff exported by a
-particular dissector.
 
-Fix Gerald's e-mail address in files we're moving.
+Use consistent indentation ...
 
 ------------------------------------------------------------------------
-r15843 | ulfl | 2005-09-16 17:17:50 -0500 (Fri, 16 Sep 2005) | 1 line
+r29186 | etxrab | 2009-07-24 01:10:33 -0700 (Fri, 24 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-add an expert info based on QualityCode and a COL_INFO output
+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.
 ------------------------------------------------------------------------
-r15842 | ulfl | 2005-09-16 17:14:33 -0500 (Fri, 16 Sep 2005) | 1 line
+r29187 | etxrab | 2009-07-24 06:50:57 -0700 (Fri, 24 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-pn-rt.c
+   M /trunk/cfile.h
+   M /trunk/file.c
 
-slightly shrink COL_INFO output
+Use g_slice if glib >=2.10
 ------------------------------------------------------------------------
-r15841 | ulfl | 2005-09-16 17:05:50 -0500 (Fri, 16 Sep 2005) | 1 line
+r29188 | etxrab | 2009-07-24 14:25:21 -0700 (Fri, 24 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-split call id's with a #, if more than one DCE/RPC call is in a data PDU
+From Kovarththanan Rajaratnam:
+New packet list: enable packet history
+Me: Add a comment.
 ------------------------------------------------------------------------
-r15840 | gerald | 2005-09-16 11:25:53 -0500 (Fri, 16 Sep 2005) | 7 lines
+r29189 | sfisher | 2009-07-24 20:23:37 -0700 (Fri, 24 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/gtk/conversations_table.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Sort each conversation column numerically.  Fix up whitespace.
 
-It looks like we can't put "COPYCMD=/Y" in config.nmake and expect nmake
-to do the right thing.  Add a comment, and set COPYCMD explicitly in the
-root Makefile.nmake.  The rest of the occurrences of xcopy will have to
-be taken care of at some point.
+Update my e-mail address with a reference to the AUTHORS file
+
 
 ------------------------------------------------------------------------
-r15839 | tpot | 2005-09-16 07:30:33 -0500 (Fri, 16 Sep 2005) | 2 lines
+r29190 | etxrab | 2009-07-25 00:50:53 -0700 (Sat, 25 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Aargh - undo r15838 as I missed jmayer's commit of r15835.
+   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)
 ------------------------------------------------------------------------
-r15838 | tpot | 2005-09-16 07:11:17 -0500 (Fri, 16 Sep 2005) | 4 lines
+r29191 | etxrab | 2009-07-25 02:45:35 -0700 (Sat, 25 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Comment out pidl dissectors for the moment to get the win32 build
-going again.  I have most of a patch to get it working but I don't
-think it will be finished tonight.
+   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
 ------------------------------------------------------------------------
-r15837 | guy | 2005-09-16 04:47:18 -0500 (Fri, 16 Sep 2005) | 6 lines
+r29192 | etxrab | 2009-07-25 03:40:10 -0700 (Sat, 25 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/ui_util.h
 
-If we've enabled the display of BER encapsulation tokens, only put them
-into the protocol tree once.
-
-Fix the offsets and lengths used to put the variable binding values into
-the protocol tree.
-
-------------------------------------------------------------------------
-r15836 | jmayer | 2005-09-16 04:31:05 -0500 (Fri, 16 Sep 2005) | 5 lines
-Changed paths:
-   A /trunk/tools/pidl
-   A /trunk/tools/pidl/Makefile.PL
-   A /trunk/tools/pidl/README
-   A /trunk/tools/pidl/README.ethereal
-   A /trunk/tools/pidl/TODO
-   A /trunk/tools/pidl/idl.yp
-   A /trunk/tools/pidl/lib
-   A /trunk/tools/pidl/lib/Parse
-   A /trunk/tools/pidl/lib/Parse/Pidl
-   A /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/ODL.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Proxy.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/COM/Stub.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJSHeader.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/SWIG.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/TDR.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Test.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Util.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl.pm
-   A /trunk/tools/pidl/pidl
-   A /trunk/tools/pidl/pidl.1.xml
-   A /trunk/tools/pidl/pm_to_blib
-   A /trunk/tools/pidl/ref_notes.txt
-   A /trunk/tools/pidl/smb_interfaces.pm
-   A /trunk/tools/pidl/smb_interfaces.yp
-
-
-Add a local copy of pidl, add a README.ethereal to include
-minimalistic building and usage instructions.
-
-
-------------------------------------------------------------------------
-r15835 | jmayer | 2005-09-16 03:55:51 -0500 (Fri, 16 Sep 2005) | 6 lines
+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/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dcerpc-atsvc.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-atsvc.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-initshutdown.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-winreg.c (from /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c:15833)
-   A /trunk/epan/dissectors/packet-dcerpc-winreg.h (from /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h:15833)
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
 
-Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.
-This makes Ethereal build again - there's no real reason that
-ethereal fails to build for such a long time on so many platforms.
+Remove two unused variables and mark a function paramter as unused
 
 
 ------------------------------------------------------------------------
-r15834 | jmayer | 2005-09-16 03:40:08 -0500 (Fri, 16 Sep 2005) | 5 lines
+r29194 | guy | 2009-07-25 17:32:22 -0700 (Sat, 25 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/wiretap/wtap.h
 
-wka.tmpl:
-        Show MS NLB Adresses individually
-manuf:
-        Update
+Note that libpcap fails if it tries to read a file with a snapshot
+length > 65535, so we shouldn't use a larger value.
 
 ------------------------------------------------------------------------
-r15833 | guy | 2005-09-16 03:30:35 -0500 (Fri, 16 Sep 2005) | 3 lines
+r29195 | etxrab | 2009-07-26 03:34:07 -0700 (Sun, 26 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Note problems with some values that appear in, for example, some SNMP
-captures.
+   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.
 ------------------------------------------------------------------------
-r15832 | guy | 2005-09-16 02:50:02 -0500 (Fri, 16 Sep 2005) | 2 lines
+r29196 | gerald | 2009-07-26 08:03:27 -0700 (Sun, 26 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
-
-Fix a type.
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-07-26]
 ------------------------------------------------------------------------
-r15831 | tpot | 2005-09-15 23:25:12 -0500 (Thu, 15 Sep 2005) | 2 lines
+r29199 | etxrab | 2009-07-26 15:11:46 -0700 (Sun, 26 Jul 2009) | 11 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/winreg.cnf
+   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
 
-Add conformance file used for building winreg dissector.
+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.
 ------------------------------------------------------------------------
-r15830 | ulfl | 2005-09-15 19:02:31 -0500 (Thu, 15 Sep 2005) | 1 line
+r29200 | etxrab | 2009-07-26 15:16:36 -0700 (Sun, 26 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/gtk/new_packet_list.c
 
-fixing the fix, it's time to go to bed ...
+"Create" the time cols when we render them making change of time format fast.
 ------------------------------------------------------------------------
-r15829 | ulfl | 2005-09-15 18:44:07 -0500 (Thu, 15 Sep 2005) | 1 line
+r29201 | etxrab | 2009-07-26 15:18:11 -0700 (Sun, 26 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/config.nmake
 
-bugfix: don't crash (assert), if jumping to the first packet and packet_list is currently empty. Can happen at capture start.
+Revert change by mistake.
 ------------------------------------------------------------------------
-r15828 | guy | 2005-09-15 18:39:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29202 | etxrab | 2009-07-26 20:34:57 -0700 (Sun, 26 Jul 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
-
-Don't use u_char - not all platforms define it, and even those that do
-might require other files to be included to get it.
+   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 .
 ------------------------------------------------------------------------
-r15827 | guy | 2005-09-15 18:17:42 -0500 (Thu, 15 Sep 2005) | 2 lines
+r29203 | etxrab | 2009-07-27 01:33:26 -0700 (Mon, 27 Jul 2009) | 2 lines
 Changed paths:
-   A /trunk/asn1/spnego/Makefile
-
-Add a Makefile.
+   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.
 ------------------------------------------------------------------------
-r15826 | lego | 2005-09-15 14:30:44 -0500 (Thu, 15 Sep 2005) | 4 lines
+r29204 | etxrab | 2009-07-27 06:08:17 -0700 (Mon, 27 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-   M /trunk/epan/dissectors/packet-alcap.h
-
-Add more information regarding call legs.
-Make the release cause value filterable.
-
+   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
 ------------------------------------------------------------------------
-r15825 | lego | 2005-09-15 14:26:05 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29205 | wmeier | 2009-07-27 06:59:53 -0700 (Mon, 27 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/stats_tree_stat.c
-
-leak fix
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
 
+reassemble.h: update two comments; reassemble.c: correct a typo.
 
 ------------------------------------------------------------------------
-r15824 | gerald | 2005-09-15 13:42:04 -0500 (Thu, 15 Sep 2005) | 2 lines
+r29206 | wmeier | 2009-07-27 07:45:25 -0700 (Mon, 27 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
 
-Fix fragment length checks.  Fixes bugs 440 and 442-446.
+Move proto_reg_handoff to the end ...
 
 ------------------------------------------------------------------------
-r15823 | sahlberg | 2005-09-15 08:41:56 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29207 | etxrab | 2009-07-27 07:47:12 -0700 (Mon, 27 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-v52.c
 
-remove some redundant strcpy()
+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_
 ------------------------------------------------------------------------
-r15822 | sahlberg | 2005-09-15 08:36:31 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29208 | wmeier | 2009-07-27 14:59:01 -0700 (Mon, 27 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isis-lsp.c
-
-remove some redundant strcpy()
+   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.
 
 ------------------------------------------------------------------------
-r15821 | sahlberg | 2005-09-15 08:31:05 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29209 | wmeier | 2009-07-27 16:16:29 -0700 (Mon, 27 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-remove a whole bunch of strcpy()     fix minor bug where whe checked the wrong string before we display it
+   M /trunk/AUTHORS
 
+Add Chris Costa to AUTHORS
 
 ------------------------------------------------------------------------
-r15820 | sahlberg | 2005-09-15 08:20:32 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29210 | sahlberg | 2009-07-28 00:18:05 -0700 (Tue, 28 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ospf.c
-
-update for ospf from Senthil Kumar Nagappan
+   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
 
-------------------------------------------------------------------------
-r15819 | sahlberg | 2005-09-15 05:20:08 -0500 (Thu, 15 Sep 2005) | 3 lines
-Changed paths:
-   D /trunk/epan/dissectors/dcerpc/atsvc
+Add a few additional LDAP OIDs
+and increase the maximum SASL blob size to be 1M instead of 256kb
 
-delete the old dissector
 
 
 ------------------------------------------------------------------------
-r15818 | sahlberg | 2005-09-15 05:19:25 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29211 | etxrab | 2009-07-28 02:26:18 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   D /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   D /trunk/epan/dissectors/packet-dcerpc-atsvc.h
-
-delete the old dissector and point the makefile to the new dissector
-
+   M /trunk/epan/proto.h
 
+Whitespace change.
 ------------------------------------------------------------------------
-r15817 | sahlberg | 2005-09-15 05:18:08 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29212 | etxrab | 2009-07-28 03:53:57 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   A /trunk/epan/dissectors/pidl/atsvc.cnf
-   A /trunk/epan/dissectors/pidl/atsvc.idl
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
-
-new  pidl generated atsvc dissector and its conformance file
-
+   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.
 ------------------------------------------------------------------------
-r15816 | guy | 2005-09-15 04:09:00 -0500 (Thu, 15 Sep 2005) | 2 lines
+r29213 | sahlberg | 2009-07-28 06:01:41 -0700 (Tue, 28 Jul 2009) | 15 lines
 Changed paths:
-   M /trunk/epan/value_string.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos.h
+   M /trunk/epan/dissectors/packet-kink.c
+   M /trunk/epan/dissectors/packet-spnego.c
 
-Get rid of a no-longer-used variable.
+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)
 
-------------------------------------------------------------------------
-r15815 | guy | 2005-09-15 03:57:51 -0500 (Thu, 15 Sep 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
-   M /trunk/oui.h
 
-Move OUIs from LLDP dissector to oui.h.
+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.
 
-Get rid of remaining sprintf'ing into on-the-stack buffers.
 
-Note where some items came from.
 
 ------------------------------------------------------------------------
-r15814 | guy | 2005-09-15 03:55:43 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29214 | sahlberg | 2009-07-28 06:38:46 -0700 (Tue, 28 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/value_string.c
+   M /trunk/tools/pidl/MANIFEST
+   M /trunk/tools/pidl/README
+   M /trunk/tools/pidl/TODO
+   M /trunk/tools/pidl/idl.yp
+   M /trunk/tools/pidl/lib/Parse/Pidl/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
 
-Use ep_strdup_printf() to generate the "not found in value_string table"
-string for val_to_str().
 
 ------------------------------------------------------------------------
-r15813 | guy | 2005-09-15 03:54:56 -0500 (Thu, 15 Sep 2005) | 3 lines
+r29216 | sahlberg | 2009-07-28 06:50:22 -0700 (Tue, 28 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/emem.h
+   A /trunk/epan/dissectors/pidl/frstrans.cnf
+   A /trunk/epan/dissectors/pidl/frstrans.idl
+
+From Stefan Metzmacher :
+Add IDL file for FRSTRANS
 
-Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,
-so we get compile-time checking of arguments when possible.
 
 ------------------------------------------------------------------------
-r15812 | tpot | 2005-09-15 02:34:52 -0500 (Thu, 15 Sep 2005) | 7 lines
+r29217 | sahlberg | 2009-07-28 06:53:10 -0700 (Tue, 28 Jul 2009) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/Makefile.common
-   D /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   D /trunk/epan/dissectors/packet-dcerpc-initshutdown.h
-   D /trunk/epan/dissectors/packet-dcerpc-reg.c
-   D /trunk/epan/dissectors/packet-dcerpc-reg.h
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
-   A /trunk/epan/dissectors/pidl
-   A /trunk/epan/dissectors/pidl/README
-   A /trunk/epan/dissectors/pidl/initshutdown.idl
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   A /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
-   A /trunk/epan/dissectors/pidl/winreg.idl
+   A /trunk/epan/dissectors/packet-dcerpc-frstrans.c
+   A /trunk/epan/dissectors/packet-dcerpc-frstrans.h
 
-A first go at importing some pidl generated code into ethereal.  This 
-commit replaces the hand written dcerpc initshutdown and winreg 
-interfaces with autogenerated ones.  
+From Stefan Metzmacher
+add generated FRSTRANS dissectors and add them to the build
 
-The pidl generated code is still a bit rought around the edges but will 
-hopefully improve with time.
 
 ------------------------------------------------------------------------
-r15811 | guy | 2005-09-15 01:04:33 -0500 (Thu, 15 Sep 2005) | 2 lines
+r29218 | etxrab | 2009-07-28 07:07:15 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/config.h.win32
-   M /trunk/configure.in
-
-Add PRIX64, as we now use it.
+   M /trunk/gtk/menus.c
 
+Fix setting of timestamp_precision.
 ------------------------------------------------------------------------
-r15810 | etxrab | 2005-09-15 00:38:37 -0500 (Thu, 15 Sep 2005) | 1 line
+r29219 | sahlberg | 2009-07-28 07:11:08 -0700 (Tue, 28 Jul 2009) | 5 lines
 Changed paths:
-   A /trunk/asn1/spnego
-   A /trunk/asn1/spnego/Makefile.nmake
-   A /trunk/asn1/spnego/packet-spnego-template.c
-   A /trunk/asn1/spnego/packet-spnego-template.h
-   A /trunk/asn1/spnego/spnego.asn
-   A /trunk/asn1/spnego/spnego.cnf
-   M /trunk/epan/dissectors/packet-spnego.c
-   A /trunk/epan/dissectors/packet-spnego.h
+   M /trunk/epan/dissectors/packet-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
+
 
-Replace the spnego dissector with an asn2eth generated one.
 ------------------------------------------------------------------------
-r15809 | guy | 2005-09-15 00:22:20 -0500 (Thu, 15 Sep 2005) | 8 lines
+r29220 | etxrab | 2009-07-28 09:20:05 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
 
-Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.
+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
 
-Use "tvb_format_stringzpad()" rather than "tvb_format_text()" on
-strings, as some of them are null-padded.  (XXX - are they null-padded
-or null-terminated?)
+Update the adapter name check to match the buildbot.
 
-Clean up the TLV length checks, and do many more such checks.
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r15808 | guy | 2005-09-14 23:08:53 -0500 (Wed, 14 Sep 2005) | 16 lines
+r29223 | etxrab | 2009-07-28 13:46:23 -0700 (Tue, 28 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   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
 
-We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't define
-our own.
+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
 
-Get rid of MAC_to_str() - ether_to_str() suffices.
+Clarify (slightly) some comments;
+Add a comment as to what looks like incorrect code.
 
-Don't copy to on-the-stack fixed-size string buffers, just save the
-results of various formatting calls as pointers.
+------------------------------------------------------------------------
+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
 
-Use tvb_format_text() to get displayable versions of text strings.
+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
 
-Use tvb_get_ipv4() and tvb_get_ipv6().
+From Ivan Sy:
+Support for DLV RR (RFC 4431) and SHA-256 Digest for DS RR (RFC 4509).
 
-Don't put an item into the protocol tree as text and then put in a
-hidden item that, if unhidden, would display the same or almost exactly
-the same; just put the item into the tree unhidden.
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r15807 | guy | 2005-09-14 22:09:40 -0500 (Wed, 14 Sep 2005) | 22 lines
+r29228 | sahlberg | 2009-07-29 03:01:14 -0700 (Wed, 29 Jul 2009) | 18 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/crypt/Makefile.common
+   M /trunk/epan/crypt/airpdcap_ccmp.c
+   M /trunk/epan/crypt/airpdcap_rijndael.c
+   M /trunk/epan/crypt/airpdcap_rijndael.h
+   A /trunk/epan/crypt/crypt-aes.c
+   A /trunk/epan/crypt/crypt-aes.h
+
+Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 
+its own crypt-aes.
+
+change the integer types to glib style integers
 
-Properly handle 64-bit integer constants (they don't happen by magic,
-and the stuff you have to do is compiler-dependent, so use
-G_GINT64_CONSTANT()).
 
-Properly handle formatting 64-bit quantities (they don't format
-correctly by magic, and the stuff you have to do is compiler-dependent,
-so use PRI[duoxX]64).
+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.
 
-Don't copy the result of tvb_bytes_to_str() to a string buffer and then
-only use it as an argument to a "%s" - just use the result directly. 
+we should implement our own decryption of this for cfx+aes just as we 
+did for classic+arcfour
 
-Don't copy constant strings to a buffer - just use the strings directly.
 
-Fetch 64-bit integral quantities with tvb_get_ntoh64(); they're
-presumably in a standard byte order, which is probably big-endian for
-Internet-family protocols, and using tvb_memcpy() is *guaranteed* to be
-wrong on some platforms.
 
-Fix up a format string.
 
-Fix up indentation a bit.
 
 ------------------------------------------------------------------------
-r15806 | guy | 2005-09-14 22:03:29 -0500 (Wed, 14 Sep 2005) | 2 lines
+r29229 | sahlberg | 2009-07-29 03:28:10 -0700 (Wed, 29 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcswils.c
+   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)
+
 
-Squelch some warnings, fix some typoes.
 
 ------------------------------------------------------------------------
-r15805 | ulfl | 2005-09-14 18:15:12 -0500 (Wed, 14 Sep 2005) | 1 line
+r29230 | sahlberg | 2009-07-29 03:41:24 -0700 (Wed, 29 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
+
+Fixup the correct names of the parameters for OpenEventLogW
+
 
-fix wtap_dump_flush function name and don't check for it's return value. We don't do this check in Ethereal either and we will recognize problems at next write anyway ...
 ------------------------------------------------------------------------
-r15804 | ulfl | 2005-09-14 16:57:30 -0500 (Wed, 14 Sep 2005) | 11 lines
+r29231 | sahlberg | 2009-07-29 03:59:31 -0700 (Wed, 29 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/editcap.c
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/gtk/file_dlg.c
-   M /trunk/mergecap.c
-   M /trunk/randpkt.c
-   M /trunk/ringbuffer.c
-   M /trunk/tethereal.c
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.def
-   M /trunk/wiretap/wtap.h
+   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.
 
-added compression support for capture file output. The Save/As dialog now has a checkbox "Compress with gzip"
+This addresses also bug 3552 with the until now unusued code.
 
-currently limited to Ethereal and all the variants of libpcap filetypes only.
 
-We might want to add output compression support to the other tools as well (tethereal, mergecap, ...).
+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.
+
 
-We might also want to add support for the other filetypes, but this is only possible if the filetype functions doesn't use special output operations like fseek.
 
-One bug is still left: if the input and output filetypes while saving are the same, Ethereal currently optimizes this by simply copy the binary file instead of using wiretap (so it will be faster but it will ignore the compress setting). 
 
-Don't know a good workaround for this, as I don't know a way to find out if the input file is currently compressed or not. One idea might be to use a heuristic on the filesize (compared to the packet size summmary). Another workaround I see is to remove this optimization, which is of course not the way I like to do it ...
 ------------------------------------------------------------------------
-r15803 | ulfl | 2005-09-14 15:09:17 -0500 (Wed, 14 Sep 2005) | 1 line
+r29232 | sahlberg | 2009-07-29 04:29:53 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   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
+
 
-add E_OUTOFMEMORY
 ------------------------------------------------------------------------
-r15802 | etxrab | 2005-09-14 14:14:23 -0500 (Wed, 14 Sep 2005) | 4 lines
+r29233 | stig | 2009-07-29 08:31:25 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/gtk/new_packet_list.c
 
-From Peter Johansson
-I added a description for the call to DISSECTOR_ASSERT in proto.c to be 
-printed to stderr.
+Mark an unused argument.
 
 ------------------------------------------------------------------------
-r15801 | etxrab | 2005-09-14 14:11:23 -0500 (Wed, 14 Sep 2005) | 1 line
+r29234 | jake | 2009-07-29 11:26:55 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-Fix a warning.
+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.
 ------------------------------------------------------------------------
-r15800 | etxrab | 2005-09-14 14:06:54 -0500 (Wed, 14 Sep 2005) | 2 lines
+r29235 | guy | 2009-07-29 12:39:17 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
    M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-lldp.c
 
-From Brian Bogora:
-Our company (Mitel) has developed an LLDP-MED plug-in for Ethereal.
+Add packet-zbee-zcl.h to the source tarball.
+
 ------------------------------------------------------------------------
-r15799 | etxrab | 2005-09-14 13:40:16 -0500 (Wed, 14 Sep 2005) | 16 lines
+r29236 | wmeier | 2009-07-29 13:24:10 -0700 (Wed, 29 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcct.h
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fcswils.h
-   M /trunk/epan/dissectors/packet-mdshdr.c
-   M /trunk/epan/dissectors/packet-scsi.c
-
-From Dinesh G Dutt
-
-Support some new messages and fix a couple of bugs.
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-packet-fc.h - Added a #define for a Cisco MDS-specific frame called OHMS (online health mgmt srv) packet-fc.c - Support for OHMS frame, fixed an incorrect "malformed frame" error caused on ACK1 frames (they
-                   don't contain anything but (encap hdr + FC hdr + encap trailer), fixed incorrect detection of
-                   last-data-frame
+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)
 
-packet-fcct.h - Support for new service type, "Fabric Controller", used in conjunction with FC-SW3 ESS message,
-                     exported the service name value string definitions and  
-packet-fcct.c - Support for recognizing "Fabric Controller" service type and "vendor-specific" service
+------------------------------------------------------------------------
+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
 
-packet-fcswils.h - Support for ESS & MRRA messages, defined as part of FC-SW3 packet-fcswils.c - Support for ESS & MRRA messages, defined as part of FC-SW3
+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.
 
-packet-scsi.c - Support for Verify and Write&Verify SBC commands.
+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?
 ------------------------------------------------------------------------
-r15798 | etxrab | 2005-09-14 12:08:41 -0500 (Wed, 14 Sep 2005) | 1 line
+r29238 | etxrab | 2009-07-29 14:32:49 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/file.c
+   M /trunk/gtk/packet_list_store.c
 
-Do the variable binding with dissect_ber_x() routines rather than asn1 ones.
+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.
 ------------------------------------------------------------------------
-r15797 | etxrab | 2005-09-14 12:04:36 -0500 (Wed, 14 Sep 2005) | 1 line
+r29239 | wmeier | 2009-07-29 15:33:08 -0700 (Wed, 29 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   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...
+- ...
 
-Dont't carsh if dissect_ber_null() isn't passed a hf_id.
 ------------------------------------------------------------------------
-r15796 | sahlberg | 2005-09-14 11:06:11 -0500 (Wed, 14 Sep 2005) | 3 lines
+r29240 | wmeier | 2009-07-29 15:54:28 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-Allow dissection of dcerpc of short frames   instead of aborting as soon as it is detected the pdu is "short"
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
 
+Function dissect_zcl_attr_data_type() unused: comment it out
 
 ------------------------------------------------------------------------
-r15795 | sahlberg | 2005-09-14 11:04:59 -0500 (Wed, 14 Sep 2005) | 3 lines
+r29241 | wmeier | 2009-07-29 16:18:34 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-for octet strings that span beyond the end of a "short" tvb,   create a new subset tvb of what we have and use that  instead of bailing out completely.
+   M /trunk/doc/README.developer
 
+Fix a typo
 
 ------------------------------------------------------------------------
-r15794 | sahlberg | 2005-09-14 11:02:54 -0500 (Wed, 14 Sep 2005) | 4 lines
+r29242 | gerald | 2009-07-29 17:40:32 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
-
-when we have raw keberos inside the spnego blob,   pass it as is over to
-the kerberos dissector  and do not strip the ber tag and lengths off
+   M /trunk/epan/dissectors/packet-ansi_683.c
 
+Remove some unused variables.
 
 ------------------------------------------------------------------------
-r15793 | guy | 2005-09-14 03:59:41 -0500 (Wed, 14 Sep 2005) | 4 lines
+r29243 | gerald | 2009-07-30 09:17:46 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/file.c
-   M /trunk/file.h
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/expert_dlg.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-ositp.c
+   M /trunk/epan/dissectors/packet-ospf.c
 
-Have cf_retap_packets() take an argument that indicates whether to
-generate columns; use cf_retap_packets instead of cf_redissect_packets()
-when running taps (the general flow graph stat uses the Info column).
+Remove some unused variable assignments.
 
 ------------------------------------------------------------------------
-r15792 | ulfl | 2005-09-13 21:07:20 -0500 (Tue, 13 Sep 2005) | 3 lines
+r29244 | martinm | 2009-07-30 09:53:33 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-fix #388: add /desktopicon and /quicklaunchicon command line options to the NSIS installer
+Show backoff indicator value in subheader tree root.
 
-update the User's Guide accordingly
 ------------------------------------------------------------------------
-r15791 | ulfl | 2005-09-13 18:46:42 -0500 (Tue, 13 Sep 2005) | 7 lines
+r29245 | gerald | 2009-07-30 10:22:00 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/expert_dlg.c
-
-Move "Expert Info" from "Statistics" to "Analyze" menu item.
-
-*significantly* improve performance (100000 infos from ~5min to 25sec!)
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
-Add a simple severity based filter mechanism.
+Remove a couple of unused variables.
 
-replace // style comments by /**/
 ------------------------------------------------------------------------
-r15790 | ulfl | 2005-09-13 14:01:08 -0500 (Tue, 13 Sep 2005) | 5 lines
+r29246 | gerald | 2009-07-30 10:54:58 -0700 (Thu, 30 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/except.c
+   M /trunk/epan/except.h
 
-Turn around the sequence of PATH, so the former PATH will be in front of the newly added things.
+From Kovarththanan Rajaratnam via bug 3506:
 
-This way, the cygwin link.exe command will be behind the link.exe from MSVC.
+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.
 
-Also added a definition of the docbook dir, floating around in my personal file for a while. This will be needed if the User's Guide is included in the NSIS installer later.
 ------------------------------------------------------------------------
-r15789 | gerald | 2005-09-13 14:01:01 -0500 (Tue, 13 Sep 2005) | 6 lines
+r29247 | etxrab | 2009-07-30 14:11:26 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-In smb_trans_defragment(), throw an exception if we encounter a too-large
-fragment size.  The limit is conservatively set at 65536 bytes.  It may
-have to be increased.  Fixes bug 421.
+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++;
 
-Add an entry to the release notes.
+       get rid of unused variables.
 
 ------------------------------------------------------------------------
-r15788 | ulfl | 2005-09-13 13:45:52 -0500 (Tue, 13 Sep 2005) | 1 line
+r29249 | gerald | 2009-07-30 16:47:36 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/menu.c
-   M /trunk/stat_menu.h
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/goose/packet-goose-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-goose.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-wlccp.c
+
+Remove more unused variables.
 
-implement a way to add menu items to the "Analyze" menu
 ------------------------------------------------------------------------
-r15787 | ulfl | 2005-09-13 13:42:12 -0500 (Tue, 13 Sep 2005) | 1 line
+r29250 | jake | 2009-07-30 23:51:27 -0700 (Thu, 30 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/decode_as_dcerpc.c
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+NAPTR RR (RFC 3403) replacement MUST be a fully qualified domain-name.
 
-don't crash with a NULL pointer exception, if "do not decode as" is used
 ------------------------------------------------------------------------
-r15786 | ulfl | 2005-09-13 13:40:58 -0500 (Tue, 13 Sep 2005) | 1 line
+r29251 | sfisher | 2009-07-31 00:02:02 -0700 (Fri, 31 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
+   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.
+
 
-add to the protocol item a short description what a "Short Frame" is
 ------------------------------------------------------------------------
-r15785 | ulfl | 2005-09-13 13:39:26 -0500 (Tue, 13 Sep 2005) | 1 line
+r29252 | jake | 2009-07-31 00:05:43 -0700 (Fri, 31 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-remunkn.c
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Add support for SSHFP RR (RFC 4255).
 
-increment index of IID's in COL_INFO
 ------------------------------------------------------------------------
-r15784 | ulfl | 2005-09-13 13:38:19 -0500 (Tue, 13 Sep 2005) | 1 line
+r29253 | gerald | 2009-07-31 09:37:53 -0700 (Fri, 31 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/flow_graph.c
+   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
 
-use the same name for menu item and dialog box title, use the right capitalization for both
 ------------------------------------------------------------------------
-r15783 | etxrab | 2005-09-13 11:56:28 -0500 (Tue, 13 Sep 2005) | 1 line
+r29254 | gerald | 2009-07-31 12:19:25 -0700 (Fri, 31 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
+   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.
 
-Get application ID from the packet.
 ------------------------------------------------------------------------
-r15782 | etxrab | 2005-09-13 11:48:13 -0500 (Tue, 13 Sep 2005) | 5 lines
+r29255 | guy | 2009-07-31 13:13:53 -0700 (Fri, 31 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/config.nmake
+   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).
 
-From Peter Johansson
-PATH contents one had before starting the  build, that PATH is added to the new PATH variable 5 additional times 
-instead of 1.
-I have made changes (supplied) to config.nmake that takes care of this 
-problem.
 ------------------------------------------------------------------------
-r15781 | ulfl | 2005-09-13 03:03:16 -0500 (Tue, 13 Sep 2005) | 1 line
+r29256 | gerald | 2009-07-31 15:16:29 -0700 (Fri, 31 Jul 2009) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
+   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.
 
-don't simply remove the expert_info output at BoundsError, but add the comment from Guy why this (usually) isn't a bug (because of a short snapshot length).
 ------------------------------------------------------------------------
-r15780 | etxrab | 2005-09-13 00:05:19 -0500 (Tue, 13 Sep 2005) | 2 lines
+r29257 | guy | 2009-07-31 16:38:02 -0700 (Fri, 31 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-usb.c
+
+Fix indentation, get rid of a comment that might no longer apply (dump
+*what* as hex?  The stuff we now display as generic fields?).
 
-From Ankur Aggarwal:
-First phase of testing revealed the following errors
 ------------------------------------------------------------------------
-r15779 | etxrab | 2005-09-13 00:00:17 -0500 (Tue, 13 Sep 2005) | 3 lines
+r29258 | martinm | 2009-08-01 02:52:12 -0700 (Sat, 01 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-From Stefan Metzmacher
-Some updates to the winsrepl-dssector to add COL_INFO strings...
+Remember Msg3 bytes and compare with Msg4 Contention Resolution bodies.
 
 ------------------------------------------------------------------------
-r15778 | etxrab | 2005-09-12 23:53:36 -0500 (Mon, 12 Sep 2005) | 2 lines
+r29259 | jake | 2009-08-02 05:11:38 -0700 (Sun, 02 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/graph_analysis.h
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-From Alejandro Vaquero.
+Fix for bug 3800:
+Correctly track the size of Feedback Control Information in Payload specific RTCP feedback packet.
 
 ------------------------------------------------------------------------
-r15777 | etxrab | 2005-09-12 23:51:49 -0500 (Mon, 12 Sep 2005) | 2 lines
+r29260 | jake | 2009-08-02 05:53:14 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-cimd.c
-   A /trunk/epan/dissectors/packet-cimd.h
+   M /trunk/epan/dissectors/packet-zrtp.c
+
+Add additional cypher types.
 
-From Piros Lucian:
-A new dissector - cimd dissector. CIMD stands for Computer Interface to Message Distribution and it's used to transfer short messages between applications and Nokia Short Message Service Center.
 ------------------------------------------------------------------------
-r15776 | guy | 2005-09-12 23:00:47 -0500 (Mon, 12 Sep 2005) | 12 lines
+r29261 | wmeier | 2009-08-02 05:58:57 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/column-utils.h
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/expert.h
-   A /trunk/epan/gnuc_format_check.h
-   M /trunk/epan/proto.h
-
-Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in
-column-utils.h, and add it to expert.h, so we check the arguments to
-"expert_add_info_format()", at least if the format argument is a
-constant string.
+   M /trunk/epan/dissectors/packet-usb-hid.c
 
-Fix some more calls to "expert_add_info_format()" to pass it a format
-string.
+Remove unneeded #include <epan/emem.h>; fix some indentation.
 
-Don't record BoundsError exceptions as expert events - they merely
-reflect a capture done with a snapshot length too short to capture all
-of the packet (any case where it's caused by something else is a bug).
+------------------------------------------------------------------------
+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]
 ------------------------------------------------------------------------
-r15775 | guy | 2005-09-12 21:39:37 -0500 (Mon, 12 Sep 2005) | 5 lines
+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 pass an arbitrary string from a packet to a routine expecting a
-format string - the arbitrary string might contain "%" characters, so
-the routine might then fetch arbitrary junk and try to use it as, for
-example, a string pointer.
+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.
 
 ------------------------------------------------------------------------
-r15774 | guy | 2005-09-12 19:50:43 -0500 (Mon, 12 Sep 2005) | 8 lines
+r29266 | wmeier | 2009-08-02 12:17:09 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-bgp.h
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-uma.c
 
-Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses to
-calls to "tvb_get_ipv4()" and "tvb_get_ipv6()".
+Change default range from 1401,1401 to 1401 so that the port isn't double-registered.
 
-Fix a call in the BGP dissector to properly fetch an IEEE floating-point
-number.
+------------------------------------------------------------------------
+r29267 | wmeier | 2009-08-02 12:20:20 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-stun.c
 
-Update some I-D info.
+packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not register for same.
 
 ------------------------------------------------------------------------
-r15773 | guy | 2005-09-12 16:01:25 -0500 (Mon, 12 Sep 2005) | 3 lines
+r29268 | wmeier | 2009-08-02 12:54:33 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
-Ignore files generated from dtd_grammar.lemon, dtd_parse.l, and
-dtd_preparse.l.
+Do dissector_add() only if port non-zero; register dissector for "decode-as".
 
 ------------------------------------------------------------------------
-r15772 | ulfl | 2005-09-12 15:10:44 -0500 (Mon, 12 Sep 2005) | 7 lines
+r29269 | stig | 2009-08-03 01:05:44 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/packet_list.c
+   M /trunk/epan/dissectors/packet-usb-hid.c
 
-When jumping (e.g. using menu item Go/Go to Packet...) to a new packet which is currently not displayed, this newly selected packet will become the first in the packet list.
+Handle usb_hid_item_usage_vals as range_string.
 
-This is inconvenient, as most of the time (at least) I'm interested not only in the packets behind the newly selected one, but also to have some history *before* it.
+------------------------------------------------------------------------
+r29270 | stig | 2009-08-03 02:58:14 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
 
-So this change will scroll the packet list to have the selected packet after the first third of the packet list.
+Added missing packet-usb-hid.h
 
-This change won't take effect if the new packet is already visible (only the selection is changed) or it's near the beginning or end of the packet list (so the whole beginning/end of the list is shown).
 ------------------------------------------------------------------------
-r15771 | ulfl | 2005-09-12 15:02:58 -0500 (Mon, 12 Sep 2005) | 1 line
+r29271 | wmeier | 2009-08-03 07:17:31 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-ositp.c
+
+(Trivial) Fix two typos.
 
-add number of defragmented bytes to the expert info output
 ------------------------------------------------------------------------
-r15770 | guy | 2005-09-12 14:50:45 -0500 (Mon, 12 Sep 2005) | 5 lines
+r29272 | wmeier | 2009-08-03 08:18:44 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.nmake
-
-Get rid of "dtd_grammar.out" on a "make distclean".
+   M /trunk/epan/dissectors/packet-mip6.c
 
-Get rid of all the Flex-generated (and Lemon-generated) files on a
-"nmake -f Makefile.nmake distclean".
+Do find_dissector_table() in proto_reg_handoff().
 
 ------------------------------------------------------------------------
-r15769 | guy | 2005-09-12 14:32:35 -0500 (Mon, 12 Sep 2005) | 3 lines
+r29273 | wmeier | 2009-08-03 09:18:06 -0700 (Mon, 03 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dtd_grammar.lemon
-   A /trunk/epan/dtd_parse.h
-   M /trunk/epan/dtd_parse.l
+   M /trunk/plugins/mate/packet-mate.c
 
-Add a header file to declare routines defined in lexer and used in
-parser, or vice versa.
+Use find_dissector() instead of create_dissector_handle();
+Fix some indentation.
 
 ------------------------------------------------------------------------
-r15768 | guy | 2005-09-12 10:54:20 -0500 (Mon, 12 Sep 2005) | 2 lines
+r29274 | wmeier | 2009-08-03 09:21:55 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dtd_grammar.lemon
+   M /trunk/epan/dissectors/packet-rpcap.c
 
-Again, "g_strdown()" doesn't return a value in GLib 1.2[.x].
+Reword some help text slightly.
 
 ------------------------------------------------------------------------
-r15767 | guy | 2005-09-12 02:55:14 -0500 (Mon, 12 Sep 2005) | 3 lines
+r29275 | wmeier | 2009-08-03 10:25:17 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/packet.c
 
-"g_strdown()" doesn't return a value in GLib 1.2[.x]; don't depend on it
-doing so.
+Add some debug code (commented out) to check for duplicate dissector port registrations,
 
 ------------------------------------------------------------------------
-r15766 | guy | 2005-09-12 02:44:11 -0500 (Mon, 12 Sep 2005) | 18 lines
+r29276 | wmeier | 2009-08-03 11:06:36 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/osi-utils.c
-
-The previous checkin for packet-isup.c was accidentally checked in along
-with some unrelated changes; it got rid of some calls to get IPv4/IPv6
-addresses and add them to the protocol tree, replacing them with
-proto_tree_add_item() calls, and fixed up the length of one protocol
-tree item.
+   M /trunk/epan/packet.c
 
-Note that we have (at least) three count 'em three different routines
-for dissecting/displaying NSAPs (there might be more - I might have
-missed some), and suggest that we might want to reduce that to one.
+Remove 1 commented-out #include inadvertantly committed.
 
-Update the URL for ICP values for IPv{4,6} addresses inside NSAPs.
+------------------------------------------------------------------------
+r29277 | jake | 2009-08-03 11:23:04 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
 
-Fix the offset in the call to add the IPv6 address part of an NSAP
-containing such an address, and the length in the call adding the DSP
-for an NSAP containing an IPv4 address.
+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
 
-Fix up indentation a bit.
+Add a null pointer check. Remove some unused variables.
 
 ------------------------------------------------------------------------
-r15765 | tuexen | 2005-09-12 01:24:02 -0500 (Mon, 12 Sep 2005) | 8 lines
+r29279 | guy | 2009-08-03 14:07:08 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-dns.c
 
-In now supports also:
-  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-sctpimpguide-15.txt
-  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-addip-sctp-13.txt
-  - http://www.ietf.org/internet-drafts/draft-stewart-sctp-pktdrprep-02.txt
-  - http://www.ietf.org/internet-drafts/draft-ietf-tsvwg-sctp-auth-01.txt
-  - http://www.ietf.org/internet-drafts/draft-ladha-sctp-nonce-02.txt
+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.
 ------------------------------------------------------------------------
-r15764 | guy | 2005-09-12 01:21:35 -0500 (Mon, 12 Sep 2005) | 3 lines
+r29281 | guy | 2009-08-03 14:17:30 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/addr_and_mask.c
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-isis-lsp.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/ipv6-utils.h
+   M /trunk/epan/dissectors/packet-sccp.c
 
-Don't collide with the "regular" IPv6 defintions in at least some
-platforms in ipv6-utils.h.
+Clean up indentation somewhat.
 
 ------------------------------------------------------------------------
-r15763 | ulfl | 2005-09-11 19:29:19 -0500 (Sun, 11 Sep 2005) | 3 lines
+r29282 | wmeier | 2009-08-03 15:09:08 -0700 (Mon, 03 Aug 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/plugins/m2m/packet-m2m.c
 
-fix fault defragmentation the same way as in the request/response path
+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.
 
-Unfortunately, I don't have a capture file to test this...
 ------------------------------------------------------------------------
-r15762 | ulfl | 2005-09-11 19:16:57 -0500 (Sun, 11 Sep 2005) | 3 lines
+r29283 | wmeier | 2009-08-03 15:38:43 -0700 (Mon, 03 Aug 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/reassemble.h
+   M /trunk/plugins/wimax/packet-wmx.c
 
-fix reassembling problem I've introduced yesterday, by using fragment_add_seq_next() function instead of fragment_add()
+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.
 
-in addition, I had to implement fragment_get_reassembled() in addition to fragment_get(), which works with reassembled_table
 ------------------------------------------------------------------------
-r15761 | guy | 2005-09-11 17:31:36 -0500 (Sun, 11 Sep 2005) | 2 lines
+r29284 | wmeier | 2009-08-03 16:18:59 -0700 (Mon, 03 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/plugins/wimax/packet-wmx.c
 
-Fix a typo.
+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;
 
 ------------------------------------------------------------------------
-r15760 | guy | 2005-09-11 17:25:33 -0500 (Sun, 11 Sep 2005) | 9 lines
+r29285 | gerald | 2009-08-03 16:49:05 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/expert.c
-   M /trunk/epan/expert.h
-   M /trunk/epan/frame_data.h
-   M /trunk/file.c
-   M /trunk/gtk/expert_dlg.c
-
-Frame numbers are unsigned, and they start at 1; 0 is what's used for
-"unknown" for frame numbers.  Note that in epan/frame_data.h, and make
-the frame number in experts unsigned, and use 0 for "unknown", and
-display it as an unsigned number - and, if it's 0, don't display it at
-all.
+   M /trunk/gtk/compare_stat.c
+   M /trunk/plugins/asn1/packet-asn1.c
 
-Fix the signature of "expert_dlg_draw()" to match what a tap's draw
-routine's signature is expected to be.
+Add some null checks.
 
 ------------------------------------------------------------------------
-r15759 | guy | 2005-09-11 17:19:41 -0500 (Sun, 11 Sep 2005) | 4 lines
+r29286 | gerald | 2009-08-03 16:50:55 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-Add some braces to squelch a compiler warning.
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-Fix up indentation.
+Remove a couple of unused variables.
 
 ------------------------------------------------------------------------
-r15758 | guy | 2005-09-11 16:25:37 -0500 (Sun, 11 Sep 2005) | 11 lines
+r29287 | gerald | 2009-08-03 16:51:13 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/addr_and_mask.c
-   M /trunk/epan/dissectors/packet-aodv.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-auto_rp.c
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-cdp.c
-   M /trunk/epan/dissectors/packet-chdlc.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-igmp.c
-   M /trunk/epan/dissectors/packet-ip.c
-   M /trunk/epan/dissectors/packet-isakmp.c
-   M /trunk/epan/dissectors/packet-isis-lsp.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-ldp.c
-   M /trunk/epan/dissectors/packet-manolito.c
-   M /trunk/epan/dissectors/packet-msdp.c
-   M /trunk/epan/dissectors/packet-msnip.c
-   M /trunk/epan/dissectors/packet-msproxy.c
-   M /trunk/epan/dissectors/packet-nbns.c
-   M /trunk/epan/dissectors/packet-netflow.c
-   M /trunk/epan/dissectors/packet-nsip.c
-   M /trunk/epan/dissectors/packet-ntp.c
-   M /trunk/epan/dissectors/packet-olsr.c
-   M /trunk/epan/dissectors/packet-quake3.c
-   M /trunk/epan/dissectors/packet-skinny.c
-   M /trunk/epan/dissectors/packet-socks.c
-   M /trunk/epan/dissectors/packet-teredo.c
-   M /trunk/epan/dissectors/packet-uma.c
-   M /trunk/epan/dissectors/packet-wccp.c
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/packet.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-   M /trunk/plugins/opsi/packet-opsi.c
-   M /trunk/plugins/profinet/packet-pn-dcp.c
-
-Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,
-and that extract IPv6 addresses into a "struct e_in6_addr", with
-tvb_get_ipv4() and tvb_get_ipv6() calls - except for some that we
-remove, by using proto_tree_add_item(), rather than replacing.
-
-Have epan/tvbuff.h include epan/ipv6-utils.h, to define "struct
-e_in6_addr" (not necessary to declare the tvbuff routines, but including
-it there means "struct e_in6_addr" is guaranteed to be defined before
-those declarations, so we don't get compiler complaints if we define it
-*after* those declarations).
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
 
-------------------------------------------------------------------------
-r15757 | ulfl | 2005-09-11 16:10:26 -0500 (Sun, 11 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/reassemble.c
-   M /trunk/epan/reassemble.h
+Rework an assignment to keep static analyzers from complaining.
 
-rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,
-as connection oriented (cn) and connectionless (dg) DCE/RPC uses different ways to handle defragmentation and this function is only used for dg
 ------------------------------------------------------------------------
-r15756 | etxrab | 2005-09-11 16:10:20 -0500 (Sun, 11 Sep 2005) | 1 line
+r29288 | gerald | 2009-08-03 17:35:30 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/make-version.pl
 
-Get rid of dependency on format-oid.h
-------------------------------------------------------------------------
-r15755 | ulfl | 2005-09-11 12:15:00 -0500 (Sun, 11 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/libethereal.def
-   M /trunk/gtk/expert_dlg.c
+Don't exit with an error if we can't find the svn executable.
 
-some things fixed, leftover from code cleanup (thanks to the buggy MSVC dependencies)
 ------------------------------------------------------------------------
-r15754 | ulfl | 2005-09-11 11:55:34 -0500 (Sun, 11 Sep 2005) | 5 lines
+r29289 | jmayer | 2009-08-04 00:50:49 -0700 (Tue, 04 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/epan.c
-   A /trunk/epan/expert.c
-   A /trunk/epan/expert.h
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/proto.c
    M /trunk/epan/proto.h
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/expert_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_draw.h
-
-I'm adding the "Expert Info" prototype now, as it seems to be in a state where others might have a look and probably already find it useful :-). Anyway, we can easily disable it at one or two places in the code if it get's in our way of a new release.
-
-Please see: http://wiki.ethereal.com/Development/ExpertInfo for a complete overview of the intended feature and it's current state of implementation.
 
-While I'm working on this, I've also added some more status result codes to the DCE/RPC and DCOM dissectors.
+Warning fix: comma at end of enum
 ------------------------------------------------------------------------
-r15753 | guy | 2005-09-10 14:43:41 -0500 (Sat, 10 Sep 2005) | 5 lines
+r29290 | martinm | 2009-08-04 03:41:08 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/dissectors/packet-winsrepl.c
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/proto.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 and
-IPv6 addresses.  Use "tvb_get_ipv4()" in the WINS Replication dissector,
-so that it gets the right answer on little-endian *AND* big-endian
-machines.
+Show number of predefined bytes in info column.
 
 ------------------------------------------------------------------------
-r15752 | guy | 2005-09-10 14:39:56 -0500 (Sat, 10 Sep 2005) | 10 lines
+r29291 | gerald | 2009-08-04 10:59:48 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-In "dissect_sip()", return 0 if "dissect_sip_common()" returns a
-negative value, so we reject the packet as "not SIP".
-
-Add a "dissect_sip_tcp_heur()" that's heuristic - it'll return FALSE if
-the first packet doesn't look like SIP, but once it's dissected one
-packet it'll just treat subsequent SIP packets as continuations if they
-don't look right.
+   M /trunk/epan/dissectors/packet-pop.c
 
-Clean up indentation a bit.
+Miscellaneous cleanups.
 
 ------------------------------------------------------------------------
-r15751 | lego | 2005-09-10 13:59:02 -0500 (Sat, 10 Sep 2005) | 3 lines
+r29292 | guy | 2009-08-04 11:39:43 -0700 (Tue, 04 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dtd_preparse.l
+   M /trunk/epan/dissectors/packet-pop.c
 
-propperly handle the errors when loading a file fails.
+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.
 
 ------------------------------------------------------------------------
-r15750 | lego | 2005-09-10 13:46:03 -0500 (Sat, 10 Sep 2005) | 3 lines
+r29293 | wmeier | 2009-08-04 11:46:51 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dtd_preparse.l
-
-don't use fgets() as MSVC does not implement it. use fgetc instead.
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
+Remove duplicate entry from ett[]
 
 ------------------------------------------------------------------------
-r15749 | ulfl | 2005-09-10 13:33:32 -0500 (Sat, 10 Sep 2005) | 5 lines
+r29294 | wmeier | 2009-08-04 11:48:45 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-fix MSVC slash/backslash and other such problems, now getting:
+   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
 
-dtd_preparse.obj : error LNK2001: Nichtaufgeloestes externes Symbol _fgetln
+Init ett_... variables to -1
 
-MSVC doesn't support fgetln!
 ------------------------------------------------------------------------
-r15748 | lego | 2005-09-10 13:00:28 -0500 (Sat, 10 Sep 2005) | 2 lines
+r29295 | wmeier | 2009-08-04 11:52:01 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-Make sure lemon is built before trying to use it
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
 
-------------------------------------------------------------------------
-r15747 | lego | 2005-09-10 12:55:16 -0500 (Sat, 10 Sep 2005) | 3 lines
+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/Makefile.am
-
-fix the dtd_grammar.c rule
+   M /trunk/epan/dissectors/packet-chdlc.c
 
+Fix benign double subtree registration of an ett_... variable.
 
 ------------------------------------------------------------------------
-r15746 | lego | 2005-09-10 12:47:02 -0500 (Sat, 10 Sep 2005) | 3 lines
+r29298 | jake | 2009-08-04 14:05:38 -0700 (Tue, 04 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.nmake
-
-nmake does not have the $^ macro
-
+   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.
 ------------------------------------------------------------------------
-r15745 | lego | 2005-09-10 12:29:15 -0500 (Sat, 10 Sep 2005) | 3 lines
+r29299 | guy | 2009-08-04 16:14:40 -0700 (Tue, 04 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/dissectors/packet-xml.c
-   A /trunk/epan/dtd.h
-   A /trunk/epan/dtd_grammar.lemon
-   A /trunk/epan/dtd_parse.l
-   A /trunk/epan/dtd_preparse.l
-
-the dtd parser (still missing the glue) and few fixes to packet-xml.c
+   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.
 
 ------------------------------------------------------------------------
-r15744 | ulfl | 2005-09-10 10:11:21 -0500 (Sat, 10 Sep 2005) | 12 lines
+r29300 | guy | 2009-08-04 17:13:38 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/reassemble.c
-
-fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in the same TCP desegmented data blob
+   M /trunk/plugins/wimax/msg_dsc.c
 
-reassemble.c:
-I had to change the way the reassemble code works if the dissector is telling that more fragments *will* follow. In this case the reassemble code shouldn't try to reassemble already at that time ...
-
-I've also changed the way if a fragment was already seen or not, as it's not enough to check for the frame number, in the scenario described above.
-
-Unfortunately both changes *might* broke other protocols from reassemble properly. I've checked with excessive TCP desegmentation and it's still working without any changes :-)
-
-packet-dcerpc.c:
-use a tvb subset to limit the "end of bytes" processed in a single fragment dissect run, as each fragment has it's own DCE/RPC header (and isn't part of the stub data of the previous packet).
+Fix typo.
 
 ------------------------------------------------------------------------
-r15743 | ulfl | 2005-09-09 16:04:19 -0500 (Fri, 09 Sep 2005) | 1 line
+r29301 | gerald | 2009-08-04 17:36:27 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/epan/dissectors/packet-h225.c
 
-NSIS warning removed: the label "lbl_winpcap_dont_install" is currently unused
-------------------------------------------------------------------------
-r15742 | etxrab | 2005-09-09 14:46:57 -0500 (Fri, 09 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-pres.c
+Add a couple of pointer checks.
 
-Dissect "nbs-9".
 ------------------------------------------------------------------------
-r15741 | etxrab | 2005-09-09 11:19:51 -0500 (Fri, 09 Sep 2005) | 1 line
+r29302 | jake | 2009-08-05 00:33:44 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter-defs.h
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-Add some 3GPP AVP:s
-------------------------------------------------------------------------
-r15740 | kukosa | 2005-09-09 10:36:39 -0500 (Fri, 09 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+Fix for bug 3806:
+Add presentation of Block Ack Bitmap.
 
-- dissect_per_choice() creates now only one level tree insted of two levels tree
-- dissect_per_choice() rewritten
 ------------------------------------------------------------------------
-r15739 | guy | 2005-09-09 03:40:58 -0500 (Fri, 09 Sep 2005) | 12 lines
+r29303 | martinm | 2009-08-05 01:02:12 -0700 (Wed, 05 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/netxray.c
-   M /trunk/wiretap/wtap-int.h
-
-From Bill Meier:
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-       define "timezone" as "gint16", as it can be positive (west of
-       UTC) or negative (east of UTC);
-
-       update comments to refer to the new names for structure members;
-
-       say the precision of the time stamps is 1 nanosecond only if the
-       ticks per second is > 10 million;
-
-       fix the handling of files truncated exactly on a frame boundary.
+Show power headroom report inside its own subtree.
 
 ------------------------------------------------------------------------
-r15738 | guy | 2005-09-09 03:29:10 -0500 (Fri, 09 Sep 2005) | 2 lines
+r29304 | gerald | 2009-08-05 08:39:29 -0700 (Wed, 05 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/gtk/wlan_stat_dlg.c
+   M /trunk/tap-iostat.c
 
-From Didier Gautheron: pass error replies to the tap.
+Squelch a couple of Clang Static Analyzer warnings.
 
 ------------------------------------------------------------------------
-r15737 | guy | 2005-09-09 03:20:16 -0500 (Fri, 09 Sep 2005) | 3 lines
+r29305 | jake | 2009-08-05 11:17:18 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/conversations_rsvp.c
-   M /trunk/gtk/hostlist_rsvp.c
+   M /trunk/epan/dissectors/packet-dns.c
 
-Update new RSVP host list and conversation stats to match recent changes
-to the way command-line arguments and menu items for stats are done.
+From Ivan Sy:
+Add support for Support for DHCID RR (RFC 4701).
 
 ------------------------------------------------------------------------
-r15736 | guy | 2005-09-09 03:11:47 -0500 (Fri, 09 Sep 2005) | 4 lines
+r29306 | jake | 2009-08-05 11:21:52 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/dlg_utils.c
+   M /trunk/epan/dissectors/packet-wbxml.c
 
-Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't have
-libpcap - ETHEREAL_STOCK_CAPTURE_START isn't defined, and we can't
-capture in any case, so we don't need that button.
+Fix for bug 3811:
+Add missing shorthand application/vnd.ms-sync besides application/vnd.ms-sync.wbxml.
 
 ------------------------------------------------------------------------
-r15735 | ulfl | 2005-09-08 19:22:37 -0500 (Thu, 08 Sep 2005) | 1 line
+r29307 | jake | 2009-08-05 11:42:45 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/sigcomp_state_hdlr.c
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
-fix MSVC warning: sigcomp_state_hdlr.c(601) : warning C4101: 'partial_state_str' : unreferenced local variable
+From Gerasimos Dimitriadis:
+Fixes/enhances the decoding of the Mobile Identity IE for type of identity
+"TMGI and optional MBMS Session Identity".
 ------------------------------------------------------------------------
-r15734 | lego | 2005-09-08 17:55:39 -0500 (Thu, 08 Sep 2005) | 3 lines
+r29308 | gerald | 2009-08-05 12:03:48 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-
-the xml plugin was removed
+   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.
 
 ------------------------------------------------------------------------
-r15733 | lego | 2005-09-08 17:51:12 -0500 (Thu, 08 Sep 2005) | 3 lines
+r29309 | wmeier | 2009-08-06 09:06:11 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-text-media.c
-
- some content-types are now handled by xml 
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
+Register ett[] subtree array only once.
 
 ------------------------------------------------------------------------
-r15732 | ulfl | 2005-09-08 16:36:40 -0500 (Thu, 08 Sep 2005) | 1 line
+r29310 | wmeier | 2009-08-06 09:10:29 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/file.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+
+Register ett[] subtree array only once.
 
-start with fdata->num = -1, so we don't have an uninitialised value while doing read_filter style dissection
 ------------------------------------------------------------------------
-r15731 | ulfl | 2005-09-08 16:33:11 -0500 (Thu, 08 Sep 2005) | 1 line
+r29311 | wmeier | 2009-08-06 09:13:31 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/README.tapping
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Remove inadvertantly committed comments re issue yet to be fixed ...
 
-(very minor) issue found while working on a new tap
 ------------------------------------------------------------------------
-r15730 | lego | 2005-09-08 16:21:05 -0500 (Thu, 08 Sep 2005) | 3 lines
+r29312 | wmeier | 2009-08-06 11:44:38 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
-
-forgot the Id
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
+Prevent possible (benign ?) array references with an array index of -1.
 
 ------------------------------------------------------------------------
-r15729 | lego | 2005-09-08 16:18:58 -0500 (Thu, 08 Sep 2005) | 3 lines
+r29313 | gerald | 2009-08-06 13:55:04 -0700 (Thu, 06 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/configure.in
-   M /trunk/epan/Makefile.common
    M /trunk/epan/dissectors/Makefile.common
-   M /trunk/plugins/Makefile.am
-   M /trunk/plugins/Makefile.nmake
-
-Let's migrate the xml dissector...
+   M /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.
 
 ------------------------------------------------------------------------
-r15728 | lego | 2005-09-08 16:14:24 -0500 (Thu, 08 Sep 2005) | 4 lines
+r29314 | wmeier | 2009-08-06 14:42:40 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   A /trunk/epan/dissectors/packet-xml.c
-
-a new version of the xml dissector, look ma no lex!
-mmh  still missing the dtd parser...
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
+Fix some indentation and spacing
 
 ------------------------------------------------------------------------
-r15727 | lego | 2005-09-08 15:11:01 -0500 (Thu, 08 Sep 2005) | 3 lines
+r29315 | tuexen | 2009-08-06 14:55:10 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/tvbparse.c
-   M /trunk/epan/tvbparse.h
-
-fix the svn keywords and some comments that were out of date
+   M /trunk/epan/dissectors/packet-isakmp.c
 
+Get it compiling when HAVE_LIBGCRYPT is not defined.
 
 ------------------------------------------------------------------------
-r15726 | lego | 2005-09-08 14:50:13 -0500 (Thu, 08 Sep 2005) | 3 lines
+r29316 | stig | 2009-08-06 15:06:37 -0700 (Thu, 06 Aug 2009) | 3 lines
 Changed paths:
-   A /trunk/epan/tvbparse.c
-   A /trunk/epan/tvbparse.h
-
-an API for "bufferless" parsing of text tvbs
+   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.
 
 ------------------------------------------------------------------------
-r15725 | gerald | 2005-09-08 10:01:16 -0500 (Thu, 08 Sep 2005) | 7 lines
+r29317 | tuexen | 2009-08-06 15:26:05 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/wiretap/k12.c
-
-Fix more problems found by Steve Grubb, along with other changes:
-
-Camel: Fix an off-by-one error.  Don't alloc and free where it's not
-needed.  Remove an unused variable.
+   M /trunk/epan/dissectors/Makefile.common
 
-PPP and K12: Fix memory leaks.
+packet-sctp.c seems to be clean (at least it is on Mac OS X).
 
 ------------------------------------------------------------------------
-r15724 | sahlberg | 2005-09-08 07:39:02 -0500 (Thu, 08 Sep 2005) | 8 lines
+r29318 | guy | 2009-08-06 16:26:24 -0700 (Thu, 06 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
-
-start making winsrepl into a new style dissector and use tcp_dissect_pdus()
-
-also fix bugs 417 / 418
-
-
-this dissector still needs to have heuristics to be added to it.
+   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.
 
 ------------------------------------------------------------------------
-r15723 | sahlberg | 2005-09-08 05:12:12 -0500 (Thu, 08 Sep 2005) | 8 lines
+r29319 | wmeier | 2009-08-06 16:47:21 -0700 (Thu, 06 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
-   M /trunk/epan/dissectors/packet-winsrepl.h
-
-from M&Y Kaul
-
-rename Wins to WINS
-
-add some new decodes
-
+   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).
 
 ------------------------------------------------------------------------
-r15722 | sahlberg | 2005-09-08 05:08:01 -0500 (Thu, 08 Sep 2005) | 7 lines
+r29320 | wmeier | 2009-08-06 16:51:45 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-from Michal & Yaniv Kaul
-
-
-Updates to prettify the Bind ACK context handles
-
+   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'
 
 ------------------------------------------------------------------------
-r15721 | ulfl | 2005-09-08 04:42:19 -0500 (Thu, 08 Sep 2005) | 1 line
+r29321 | gerald | 2009-08-06 17:15:35 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
+   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-add description of the Windows installer command line parameters
-------------------------------------------------------------------------
-r15720 | ulfl | 2005-09-08 04:19:46 -0500 (Thu, 08 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
+Clean up the last two DIRTY_DISSECTOR_SRC entries.
 
-set the window title of the Win32 debug console
 ------------------------------------------------------------------------
-r15719 | ulfl | 2005-09-07 17:00:25 -0500 (Wed, 07 Sep 2005) | 3 lines
+r29322 | krj | 2009-08-07 05:15:46 -0700 (Fri, 07 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/file.c
 
-close the capture interfaces dialog if the user pressed "Capture" or "Prepare"
+Free frame data slice on file reset
 
-this dialog is live capturing from all "known" interfaces while it's open, so huge system load is generated, which is not preferred while doing a real capture.
-------------------------------------------------------------------------
-r15718 | ulfl | 2005-09-07 16:47:51 -0500 (Wed, 07 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3813
 
-don't wait for a keypress if this is a capture child. This was very annoying, as stopping a capture seems to freeze Ethereal, but it simply waits for a keypress on the capture_child's console window.
 ------------------------------------------------------------------------
-r15717 | ulfl | 2005-09-07 15:50:03 -0500 (Wed, 07 Sep 2005) | 1 line
+r29323 | krj | 2009-08-07 06:18:02 -0700 (Fri, 07 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/config.nmake
 
-MSVC don't like empty structs, add a dummy element to rsvp_session_ipv6_info
+Use fully qualified path to bash
 ------------------------------------------------------------------------
-r15716 | gerald | 2005-09-07 15:49:16 -0500 (Wed, 07 Sep 2005) | 2 lines
+r29324 | krj | 2009-08-07 07:01:44 -0700 (Fri, 07 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-
-Add Valgrind core files to CLEANFILES.
+   M /trunk/config.nmake
 
+Back out r29323. The non fully qualified path seems to work for everyone else so don't mess with it.
 ------------------------------------------------------------------------
-r15715 | gerald | 2005-09-07 15:09:40 -0500 (Wed, 07 Sep 2005) | 5 lines
+r29325 | jmayer | 2009-08-07 11:45:06 -0700 (Fri, 07 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/epan/sigcomp-udvm.c
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/sigcomp_state_hdlr.h
+   M /trunk/epan/dissectors/packet-bootp.c
 
-Add bounds checking in several places to the SigComp UDVM.  Use memset()
-instead of while loops to initialize variables.  Use a define instead
-of magic numbers.  Don't use guint8s for counters.  Add a corresponding
-entry to the release notes.
+- Add rfc number comments on not-yet-decoded options
+- Decode autoconfigure option
 
 ------------------------------------------------------------------------
-r15714 | sahlberg | 2005-09-07 14:52:44 -0500 (Wed, 07 Sep 2005) | 8 lines
+r29326 | jmayer | 2009-08-07 11:47:56 -0700 (Fri, 07 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rsvp.h
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/conversations_rsvp.c
-   A /trunk/gtk/hostlist_rsvp.c
-
-From Manu Pathak
-
-Make RSVP tappable
-
-add hostlist and conversation listing for RSVP conversations
+   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.
 
 ------------------------------------------------------------------------
-r15713 | gerald | 2005-09-07 10:40:59 -0500 (Wed, 07 Sep 2005) | 3 lines
+r29327 | jmayer | 2009-08-07 11:49:24 -0700 (Fri, 07 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/acinclude.m4
+   M /trunk/configure.in
 
-If dissect_ber_octet_string() gives us a null tvb, assume we have a malformed
-packet and throw an exception.  Don't pass the null tvb to tvb_length().
+- Add an AC macro to test linker flags.
+- Test whether the linker supports --as-needed and if so,
+  adds it to LDFLAGS
 
 ------------------------------------------------------------------------
-r15712 | gerald | 2005-09-07 08:59:10 -0500 (Wed, 07 Sep 2005) | 2 lines
+r29328 | wmeier | 2009-08-07 14:22:54 -0700 (Fri, 07 Aug 2009) | 9 lines
 Changed paths:
-   M /trunk/docbook
-   M /trunk/image
+   M /trunk/tshark.c
 
-Add patterns to svn:ignore.
+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.
 
 ------------------------------------------------------------------------
-r15711 | sahlberg | 2005-09-07 08:29:44 -0500 (Wed, 07 Sep 2005) | 7 lines
+r29329 | gerald | 2009-08-07 14:53:40 -0700 (Fri, 07 Aug 2009) | 6 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-winsrepl.c
-   A /trunk/epan/dissectors/packet-winsrepl.h
-
-From Metze  with minor changes.
-
-New protocol
-NBNS Replication support
+   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.
 
 ------------------------------------------------------------------------
-r15710 | gerald | 2005-09-07 08:26:23 -0500 (Wed, 07 Sep 2005) | 7 lines
+r29330 | wmeier | 2009-08-07 15:36:14 -0700 (Fri, 07 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/asn1/MAP_Dialogue/Makefile.nmake
-   M /trunk/asn1/acse/Makefile.nmake
-   M /trunk/asn1/camel/Makefile.nmake
-   M /trunk/asn1/cmip/Makefile.nmake
-   M /trunk/asn1/cms/Makefile.nmake
-   M /trunk/asn1/ess/Makefile.nmake
-   M /trunk/asn1/ftam/Makefile.nmake
-   M /trunk/asn1/gnm/Makefile.nmake
-   M /trunk/asn1/gsm_ss/Makefile.nmake
-   M /trunk/asn1/gsmmap/Makefile.nmake
-   M /trunk/asn1/h225/Makefile.nmake
-   M /trunk/asn1/h235/Makefile.nmake
-   M /trunk/asn1/h245/Makefile.nmake
-   M /trunk/asn1/h248/Makefile.nmake
-   M /trunk/asn1/h450/Makefile.nmake
-   M /trunk/asn1/logotype-cert-extn/Makefile.nmake
-   M /trunk/asn1/mms/Makefile.nmake
-   M /trunk/asn1/ns-cert-exts/Makefile.nmake
-   M /trunk/asn1/ocsp/Makefile.nmake
-   M /trunk/asn1/pkcs1/Makefile.nmake
-   M /trunk/asn1/pkinit/Makefile.nmake
-   M /trunk/asn1/pkix1explicit/Makefile.nmake
-   M /trunk/asn1/pkix1implicit/Makefile.nmake
-   M /trunk/asn1/pkixcmp/Makefile.nmake
-   M /trunk/asn1/pkixcrmf/Makefile.nmake
-   M /trunk/asn1/pkixproxy/Makefile.nmake
-   M /trunk/asn1/pkixqualified/Makefile.nmake
-   M /trunk/asn1/pkixtsp/Makefile.nmake
-   M /trunk/asn1/pres/Makefile.nmake
-   M /trunk/asn1/ros/Makefile.nmake
-   M /trunk/asn1/rtse/Makefile.nmake
-   M /trunk/asn1/s4406/Makefile.nmake
-   M /trunk/asn1/smrse/Makefile.nmake
-   M /trunk/asn1/tcap/Makefile.nmake
-   M /trunk/asn1/wlancertextn/Makefile.nmake
-   M /trunk/asn1/x411/Makefile.nmake
-   M /trunk/asn1/x420/Makefile.nmake
-   M /trunk/asn1/x509af/Makefile.nmake
-   M /trunk/asn1/x509ce/Makefile.nmake
-   M /trunk/asn1/x509if/Makefile.nmake
-   M /trunk/asn1/x509sat/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/epan/Makefile.nmake
-   M /trunk/plugins/Makefile.nmake
-
-Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in order
-to fix compilation under Windows NT.  This should fix bug 403.
-
-The changes were made using "find . -name Makefile.nmake | xargs perl
--pi.bak -e 's: /y::i'".  They appear to work under XP, but if anything
-broke I blame Larry Wall.
+   M /trunk/tools/fuzz-test.sh
 
-------------------------------------------------------------------------
-r15709 | kukosa | 2005-09-07 05:08:13 -0500 (Wed, 07 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+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.
 
-SIP reassembly using req_resp_hdrs_do_reassembly()
 ------------------------------------------------------------------------
-r15708 | gerald | 2005-09-06 17:07:35 -0500 (Tue, 06 Sep 2005) | 2 lines
+r29331 | gerald | 2009-08-07 17:27:31 -0700 (Fri, 07 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
 
-Add a note about PCRE.
+If we have a format error, don't try adding something to the
+tree. Fixes bug 3822.
 
 ------------------------------------------------------------------------
-r15707 | gerald | 2005-09-06 14:50:31 -0500 (Tue, 06 Sep 2005) | 2 lines
+r29332 | guy | 2009-08-07 18:21:55 -0700 (Fri, 07 Aug 2009) | 9 lines
 Changed paths:
-   M /trunk
-
-Add patterns to svn:ignore.
+   M /trunk/gtk/main.c
 
-------------------------------------------------------------------------
-r15706 | gerald | 2005-09-06 14:48:57 -0500 (Tue, 06 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
+Move one comment before all of the code to which it refers.
 
-Move to the latest ethereal-win32-libs tag.
+Update another comment with information from the corresponding comment
+in tshark.c
 
-------------------------------------------------------------------------
-r15705 | gerald | 2005-09-06 14:21:48 -0500 (Tue, 06 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
+Move some code so that it's run only if its result is used.
 
-Add a section on file locations.
+Add an additional comment about logging on UN*X.
 
 ------------------------------------------------------------------------
-r15704 | gerald | 2005-09-06 13:41:25 -0500 (Tue, 06 Sep 2005) | 6 lines
+r29333 | guy | 2009-08-07 18:23:15 -0700 (Fri, 07 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/doc/Makefile.nmake
-   M /trunk/plugins/Makefile.nmake
-
-In doc/Makefile.nmake, use the "install-deps" target from the root
-Makefile.nmake instead of doing our own XCOPYing.  Use the "clean-deps"
-target when we're done instead of leaving DLLs lying around.
-
-Normalize the use of underscores vs hyphens in the "clean-deps" target.
+   M /trunk/tshark.c
 
-------------------------------------------------------------------------
-r15703 | etxrab | 2005-09-06 13:08:45 -0500 (Tue, 06 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-pres.c
+Note that the new behavior matches what Wireshark does.
 
-Ftam - Use some mofe FN_PAR:s
-PRES Dissect PDU type based on SS-user data from SES(Info from asn1 file).
 ------------------------------------------------------------------------
-r15702 | guy | 2005-09-06 12:44:20 -0500 (Tue, 06 Sep 2005) | 2 lines
+r29334 | jake | 2009-08-07 21:51:42 -0700 (Fri, 07 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-ipv6.c
 
-Make sure we don't overflow the dialedDigits array.
+From Ivan Sy:
+Fixed IPv6 malformed packet when ip6_nxt (Next Header) is equal to "59". as per section 4.7 RFC 2460.
 
 ------------------------------------------------------------------------
-r15701 | guy | 2005-09-06 12:43:22 -0500 (Tue, 06 Sep 2005) | 2 lines
+r29335 | krj | 2009-08-08 02:22:58 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/packaging/portableapps/win32/makefile.nmake
 
-Fail somewhat gracefully if malloc() fails.
-
-------------------------------------------------------------------------
-r15700 | kukosa | 2005-09-06 09:18:49 -0500 (Tue, 06 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/proto.h
+Pass on WinPcap/MSVC redistributable executables to the WiresharkPortable launcher and not the extractor.
 
-get rid of few warnings
-------------------------------------------------------------------------
-r15699 | kukosa | 2005-09-06 05:38:25 -0500 (Tue, 06 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3547.
 
-reassembly improvements
 ------------------------------------------------------------------------
-r15698 | etxrab | 2005-09-06 00:30:06 -0500 (Tue, 06 Sep 2005) | 9 lines
+r29336 | krj | 2009-08-08 02:57:07 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-From Graeme Lunt:
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/epan/dissectors/packet-x420.c
 
-Attached is a patch to solve the CHOICE problem for review. 
+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.
 
-Problem was two-fold:
-1) not passing original class/tag to sub-choice we had matched BER_CLASS_ANY
-2) not handling a count==0 if we had matched BER_CLASS_ANY 
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3658
 
-The patch also includes a my constructed octet string fix again.
 ------------------------------------------------------------------------
-r15697 | guy | 2005-09-05 17:39:09 -0500 (Mon, 05 Sep 2005) | 2 lines
+r29337 | krj | 2009-08-08 05:40:59 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/gtk/filter_autocomplete.c
 
-Squelch compiler warnings.
-
-------------------------------------------------------------------------
-r15696 | guy | 2005-09-05 17:38:13 -0500 (Mon, 05 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
+From Bahaa Naamneh via Bug 3538:
 
-Squelch compiler warnings.
+This patch ensures that the filter autocompletion code handles protocols (radius and wimaxasncp) which uses delayed initialisation of protocols fields.
 
 ------------------------------------------------------------------------
-r15695 | guy | 2005-09-05 17:36:52 -0500 (Mon, 05 Sep 2005) | 2 lines
+r29338 | gerald | 2009-08-08 15:20:08 -0700 (Sat, 08 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
+   M /trunk/plugins/m2m/packet-m2m.c
 
-Squelch a compiler warning.
+Check TLV lengths before we try to add them to the tree. Fixes bug 3824.
 
 ------------------------------------------------------------------------
-r15694 | gerald | 2005-09-05 16:38:10 -0500 (Mon, 05 Sep 2005) | 4 lines
+r29339 | guy | 2009-08-08 18:23:09 -0700 (Sat, 08 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-snmp.c
-
-For SNMP, malloc memory that we're going to free later.  Fixes bug 406.
+   M /trunk/epan/dissectors/packet-ppp.c
 
-For RTP, don't free se_allocated memory.
+Don't use DISSECTOR_ASSERT() to check a packet's content.  Fixes bug
+3827.
 
 ------------------------------------------------------------------------
-r15693 | guy | 2005-09-05 16:30:15 -0500 (Mon, 05 Sep 2005) | 3 lines
+r29340 | krj | 2009-08-08 23:26:46 -0700 (Sat, 08 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/s4406/packet-s4406-template.c
-   M /trunk/epan/dissectors/packet-s4406.c
-   M /trunk/epan/dissectors/packet-s4406.h
-
-Use the same string for the protocol's filter name as is used in the
-names of its filterable fields.
-
-------------------------------------------------------------------------
-r15692 | guy | 2005-09-05 16:21:29 -0500 (Mon, 05 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-Include "packet-tcp.h" to declare tcp_dissect_pdus().
-
-------------------------------------------------------------------------
-r15691 | guy | 2005-09-05 16:18:06 -0500 (Mon, 05 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/ftypes/ftype-bytes.c
-
-"strlen()" returns a "size_t"; use that for its return value.
-
-Cast the argument to <ctype.h> macros to "guchar", so that if the 8th
-bit is set in the byte, it doesn't get sign-extended.
-
-------------------------------------------------------------------------
-r15690 | obiot | 2005-09-05 15:37:47 -0500 (Mon, 05 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/AUTHORS
-
-Don't use curly braces in an author's log entry: it confuses the parser.
-
-------------------------------------------------------------------------
-r15689 | etxrab | 2005-09-05 11:41:46 -0500 (Mon, 05 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
-
-Add some OID:s as we now use the Presentation context and use FN_PARS.
-------------------------------------------------------------------------
-r15688 | etxrab | 2005-09-05 11:41:11 -0500 (Mon, 05 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
+   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
-
-Add some OID:s as we now use the Presentation context and use FN_PARS.
-------------------------------------------------------------------------
-r15687 | etxrab | 2005-09-05 11:31:24 -0500 (Mon, 05 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-branch_taken got lost in the recent changes.
-------------------------------------------------------------------------
-r15686 | etxrab | 2005-09-05 11:30:31 -0500 (Mon, 05 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-Add a missing include
-------------------------------------------------------------------------
-r15685 | kukosa | 2005-09-05 08:25:49 -0500 (Mon, 05 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-the first attempt at SIP reassembly
-------------------------------------------------------------------------
-r15684 | kukosa | 2005-09-05 08:20:56 -0500 (Mon, 05 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-buffer where parameters variable pointed into was freed
-it is necessary to make a copy
-------------------------------------------------------------------------
-r15683 | kukosa | 2005-09-05 06:59:22 -0500 (Mon, 05 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-- set length for "Encapsulated multipart part" tree item
-- pass right content type to media subdissectors
-
-------------------------------------------------------------------------
-r15682 | kukosa | 2005-09-05 05:56:41 -0500 (Mon, 05 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-
-new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" format
-------------------------------------------------------------------------
-r15681 | etxrab | 2005-09-05 00:29:14 -0500 (Mon, 05 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Fix a typo, should make the buildbot hapy again.
-------------------------------------------------------------------------
-r15680 | etxrab | 2005-09-04 15:30:31 -0500 (Sun, 04 Sep 2005) | 15 lines
-Changed paths:
+   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/rtse/packet-rtse-template.h
+   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/x420/packet-x420-template.h
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-pres.c
-   A /trunk/epan/dissectors/packet-ros.c
-   A /trunk/epan/dissectors/packet-ros.h
-   A /trunk/epan/dissectors/packet-rtse.c
-   A /trunk/epan/dissectors/packet-rtse.h
-   A /trunk/epan/dissectors/packet-s4406.c
-   A /trunk/epan/dissectors/packet-s4406.h
-   M /trunk/epan/dissectors/packet-ses.h
-   A /trunk/epan/dissectors/packet-x411.c
-   A /trunk/epan/dissectors/packet-x411.h
-   A /trunk/epan/dissectors/packet-x420.c
-   A /trunk/epan/dissectors/packet-x420.h
-
- From Graeme Lunt
- I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). 
- Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS.
- I also include dissectors for:
- X.411         (P1)            X.400 OSI Message Transfer Service
- X.420         (P22)   X.400 OSI Information Object
- STANAG 4406   (P772)  STANAG 4406 Military Message Extensions (to P22)
- These rely on the RTSE and ROS dissectors.
-
-Withs some changes to remove various warnings and errors.
-------------------------------------------------------------------------
-r15679 | etxrab | 2005-09-04 11:22:12 -0500 (Sun, 04 Sep 2005) | 14 lines
-Changed paths:
-   M /trunk/asn1/pres/ISO8823-PRESENTATION.asn
-   M /trunk/asn1/pres/pres.cnf
-   A /trunk/asn1/ros
-   A /trunk/asn1/ros/Makefile
-   A /trunk/asn1/ros/Makefile.nmake
-   A /trunk/asn1/ros/packet-ros-template.c
-   A /trunk/asn1/ros/packet-ros-template.h
-   A /trunk/asn1/ros/ros-exp.cnf
-   A /trunk/asn1/ros/ros.asn
-   A /trunk/asn1/ros/ros.cnf
-   A /trunk/asn1/rtse
-   A /trunk/asn1/rtse/Makefile
-   A /trunk/asn1/rtse/Makefile.nmake
-   A /trunk/asn1/rtse/packet-rtse-template.c
-   A /trunk/asn1/rtse/packet-rtse-template.h
-   A /trunk/asn1/rtse/rtse-exp.cnf
-   A /trunk/asn1/rtse/rtse.asn
-   A /trunk/asn1/rtse/rtse.cnf
-   A /trunk/asn1/s4406
-   A /trunk/asn1/s4406/Makefile
-   A /trunk/asn1/s4406/Makefile.nmake
-   A /trunk/asn1/s4406/packet-s4406-template.c
-   A /trunk/asn1/s4406/packet-s4406-template.h
-   A /trunk/asn1/s4406/s4406.asn
-   A /trunk/asn1/s4406/s4406.cnf
-   A /trunk/asn1/x411
-   A /trunk/asn1/x411/Makefile
-   A /trunk/asn1/x411/Makefile.nmake
-   A /trunk/asn1/x411/packet-x411-template.c
-   A /trunk/asn1/x411/packet-x411-template.h
-   A /trunk/asn1/x411/x411-exp.cnf
-   A /trunk/asn1/x411/x411.asn
-   A /trunk/asn1/x411/x411.cnf
-   A /trunk/asn1/x420
-   A /trunk/asn1/x420/Makefile
-   A /trunk/asn1/x420/Makefile.nmake
-   A /trunk/asn1/x420/packet-x420-template.c
-   A /trunk/asn1/x420/packet-x420-template.h
-   A /trunk/asn1/x420/x420-exp.cnf
-   A /trunk/asn1/x420/x420.asn
-   A /trunk/asn1/x420/x420.cnf
-
-From Graeme Lunt
-
-I attach my RTSE dissector (in tar file) which requires the included ROS dissector, as well as a patch to the latest pres.{cnf,asn}. The ROS dissector uses a new field in the SESSION_DATA_STRUCTURE to pass the ROS operation to the sub-dissector, though this is also set by other dissectors (RTSE uses it in X.410 mode). 
-
-Note that X.400 P1 in X.410 mode doesn't use ROS, so it is useful not to explicitly include ROS in my X411 dissector. However, the inclusion of a ROS dissector won't effect any dissectors that currently implement their own ROS.
-
-I also include dissectors for:
-
-X.411  (P1)            X.400 OSI Message Transfer Service
-X.420  (P22)   X.400 OSI Information Object
-STANAG 4406    (P772)  STANAG 4406 Military Message Extensions (to P22)
-
-These rely on the RTSE and ROS dissectors.
-
-------------------------------------------------------------------------
-r15678 | etxrab | 2005-09-04 04:00:01 -0500 (Sun, 04 Sep 2005) | 8 lines
-Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/asn1/pres/packet-pres-template.h
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
-
-From Graeme Lunt:
-Basically the changes are:
-a) [pres] make the find_oid_by_[pres_]ctx_id (I changed the name to make it more specific) non-static so it can be called from other dissectors (see acse.cnf changes). I also call it from RTSE and ROS dissectors
-b) [acse] remove (#ifdef NOT_NEEDED) the oid lookup table and any reference to acse_handle - as these are no longer needed
-c) [acse] register the acse dissector on 2.2.1.0.1
-with some modifications: -#ifdef:ed code removed
-- renamed aco -> pco
-
-------------------------------------------------------------------------
-r15677 | etxrab | 2005-09-04 03:53:04 -0500 (Sun, 04 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-Make Objekt Key a HEX string.
-------------------------------------------------------------------------
-r15676 | guy | 2005-09-03 13:51:55 -0500 (Sat, 03 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/tethereal.c
-
-Make usage messages fit within 80 characters.
-
-------------------------------------------------------------------------
-r15675 | guy | 2005-09-03 13:31:45 -0500 (Sat, 03 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/tethereal.c
-
-As with Ethereal, so with Tethereal; we're not a GNU program, don't say
-we are.
-
-------------------------------------------------------------------------
-r15674 | guy | 2005-09-03 13:21:48 -0500 (Sat, 03 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-Use the "svnversion" variable, exported by version_info.c, to print the
-version number from SVN for non-release builds, just as Tethereal does. 
-Fixes bug 408.
-
-------------------------------------------------------------------------
-r15673 | gerald | 2005-09-02 14:54:16 -0500 (Fri, 02 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-   M /trunk/plugins/rtnet/packet-rtnet.c
-
-In RTnet, make sure we don't pass a null handle to call_dissector().  Add
-an entry about this to the release notes.  Fixes a recent buildbot crash.
-
-------------------------------------------------------------------------
-r15672 | gerald | 2005-09-02 14:50:01 -0500 (Fri, 02 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/emem.c
-
-Fix a typo.
-
-------------------------------------------------------------------------
-r15671 | ulfl | 2005-09-02 14:08:25 -0500 (Fri, 02 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/fileset_dlg.c
-
-don't crash if the file_set dialog is opened and a "none fileset" file is already loaded. This bug was introduced by me after the 0.10.12 release
-------------------------------------------------------------------------
-r15670 | guy | 2005-09-02 11:50:51 -0500 (Fri, 02 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/doc/text2pcap.pod
-
-text2pcap can add fake SCTP headers.
-
-------------------------------------------------------------------------
-r15669 | sahlberg | 2005-09-02 04:28:30 -0500 (Fri, 02 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_637.c
-
-another switch that should be a value_string
-
-
-------------------------------------------------------------------------
-r15668 | sahlberg | 2005-09-02 04:16:50 -0500 (Fri, 02 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-
-make two thigs that should be value_strings value_strings
-
-
-------------------------------------------------------------------------
-r15667 | guy | 2005-09-02 03:19:15 -0500 (Fri, 02 Sep 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-A PDU dissector called by tcp_dissect_pdus() can't return anything.
-
-A PDU length routine called by tcp_dissect_pdus() should use the offset
-passed to it as the offset of the beginning of the PDU.
-
-In the heuristic GIOP dissector, if we're running over TCP, and accept
-the packet, call "dissect_giop_tcp()" so that we handle multiple PDUs
-within the segment or PDUs split across segments.
-
-------------------------------------------------------------------------
-r15666 | etxrab | 2005-09-02 00:49:25 -0500 (Fri, 02 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-
-From Steve Karg 
-
-------------------------------------------------------------------------
-r15665 | etxrab | 2005-09-02 00:46:10 -0500 (Fri, 02 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-From ouli:
-- Add version 2 CancelLocation decoding
-
-------------------------------------------------------------------------
-r15664 | guy | 2005-09-02 00:43:49 -0500 (Fri, 02 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/cms/cms-exp.cnf
-   M /trunk/asn1/mms/mms-exp.cnf
-   M /trunk/asn1/pkixcmp/cmp-exp.cnf
-   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
-   M /trunk/asn1/x509af/x509af-exp.cnf
-   M /trunk/asn1/x509ce/x509ce-exp.cnf
-   M /trunk/asn1/x509if/x509if-exp.cnf
-   M /trunk/asn1/x509sat/x509sat-exp.cnf
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
+   M /trunk/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-acse.h
+   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-cms.c
-   M /trunk/epan/dissectors/packet-crmf.c
-   M /trunk/epan/dissectors/packet-ess.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-logotypecertextn.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-ns_cert_exts.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-pkinit.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.c
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-pkixtsp.c
-   M /trunk/epan/dissectors/packet-smrse.c
-   M /trunk/epan/dissectors/packet-wlancertextn.c
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509sat.c
-
-Regenerate dissectors with the current asn2eth.
-
-------------------------------------------------------------------------
-r15663 | etxrab | 2005-09-01 14:44:26 -0500 (Thu, 01 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-It looks like there might not always be a body, check if there is.
-------------------------------------------------------------------------
-r15662 | gerald | 2005-09-01 14:35:23 -0500 (Thu, 01 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Normalize our hf_id checks and make sure our hf_ids are valid before we
-try to use them.  This should fix bugs 399 and 401.
-
-------------------------------------------------------------------------
-r15661 | etxrab | 2005-09-01 14:31:48 -0500 (Thu, 01 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-Re-assemble GIOP over TCP.
-------------------------------------------------------------------------
-r15660 | sahlberg | 2005-09-01 14:05:00 -0500 (Thu, 01 Sep 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/range.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/plugins/asn1/packet-asn1.c
-
-convert to g_snprintf()
-
-also make range_convert_range() return an emem allocated string
-
-
-------------------------------------------------------------------------
-r15659 | guy | 2005-09-01 13:03:02 -0500 (Thu, 01 Sep 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-Get rid of a no-longer-used #define.
-
-------------------------------------------------------------------------
-r15658 | guy | 2005-09-01 06:34:10 -0500 (Thu, 01 Sep 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isis-clv.c
-
-Use "proto_item_append_text()" rather than filling up an allocated
-buffer.  This fixes one place where the "NLPID(s):" wasn't being put
-into the protocol tree item.
+   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
 ------------------------------------------------------------------------
-r15657 | guy | 2005-09-01 06:32:14 -0500 (Thu, 01 Sep 2005) | 5 lines
+r29341 | krj | 2009-08-08 23:47:24 -0700 (Sat, 08 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/inet_ntop.c
-
-128 bytes isn't much room for the stack; revert to using an on-the-stack
-buffer (the buffer in question is temporary, so it doesn't need to
-survive after inet_ntop() returns), which should fix some compile errors
-on Windows.
+   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
 ------------------------------------------------------------------------
-r15656 | kukosa | 2005-09-01 05:52:33 -0500 (Thu, 01 Sep 2005) | 1 line
+r29342 | krj | 2009-08-09 00:01:26 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/ftypes/ftype-bytes.c
+   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
 
-filter expression can contain GUID in XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX form now
+Don't guard col_set_str (COL_INFO) with col_check
 ------------------------------------------------------------------------
-r15655 | guy | 2005-09-01 05:38:41 -0500 (Thu, 01 Sep 2005) | 3 lines
+r29343 | krj | 2009-08-09 00:14:16 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-Use "proto_tree_append_text()" rather than appending to an ep_alloced
-buffer (that buffer wasn't getting cleared for each item).
+   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
 ------------------------------------------------------------------------
-r15654 | guy | 2005-09-01 04:56:23 -0500 (Thu, 01 Sep 2005) | 2 lines
+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
-
-Get rid of a trailing comma.
-
-------------------------------------------------------------------------
-r15653 | sahlberg | 2005-09-01 04:40:55 -0500 (Thu, 01 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/inet_ntop.c
-
-replace one sprintf with g_snprintf  and move one array off the stack and into emem allocated memory
-
-
-------------------------------------------------------------------------
-r15652 | sahlberg | 2005-09-01 04:29:21 -0500 (Thu, 01 Sep 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/proto.c
-
-hmmm i though i removed some sprintf in the previous commit   apparently not.
-
-
-remove all sprintf and replace with g_snprintf()
-
-
-------------------------------------------------------------------------
-r15651 | sahlberg | 2005-09-01 04:03:29 -0500 (Thu, 01 Sep 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/gtk/main.c
-   M /trunk/tap-protocolinfo.c
-
-convert one sprintf into g_snprintf()
-
-at the same time, make proto_construct_dfilter_string() return an emem allocated string.
-This fixes a tiny memleak in print.c that never freed the string returned by this function.
-
-
-------------------------------------------------------------------------
-r15650 | sahlberg | 2005-09-01 03:39:52 -0500 (Thu, 01 Sep 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/sha1.c
-
-replace one ifdeffed out sprintf with g_snprintf() so that it doesnt show up in a 'grep sprintf *.c' any more
-
-
-------------------------------------------------------------------------
-r15649 | etxrab | 2005-09-01 00:44:40 -0500 (Thu, 01 Sep 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
-
-Add Tomer Shani
-------------------------------------------------------------------------
-r15648 | etxrab | 2005-09-01 00:41:59 -0500 (Thu, 01 Sep 2005) | 10 lines
-Changed paths:
-   M /trunk/gtk/rtp_analysis.c
-
-From Tomer Shani:
-Patch which will enable saving payload in raw (binary) format in addition to the existing au format.
-
-We have found it very useful to be able to extract the RTP data for use with other tools (especially when dealing with proprietary/uncommon coders).
-
-Changes:
-
-rtp_packet_save_payload: no longer transforms packet to linear coding, payload is saved in raw format 
-copy_file: will perform the needed transcoding and save to needed format (au or raw)
-
-------------------------------------------------------------------------
-r15647 | etxrab | 2005-09-01 00:34:52 -0500 (Thu, 01 Sep 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rdt.c
-   M /trunk/epan/dissectors/packet-rdt.h
-   M /trunk/epan/dissectors/packet-rtsp.c
-
-From Martin Mathieson
-
-These small patches:
-
-- add RTSP header 'RDTFeatureLevel  as a proper field
-- show feature level in RDT stream setup info
-- tidy up RDT info column text
-
-------------------------------------------------------------------------
-r15646 | ulfl | 2005-08-31 18:52:40 -0500 (Wed, 31 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/xml/moduleinfo.h
-
-fix probable copy and paste error, as the xml dissector should be named xml and not mate
-------------------------------------------------------------------------
-r15645 | gerald | 2005-08-31 16:38:08 -0500 (Wed, 31 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/column-utils.c
-
-If we set one or more time references and then changed the time display
-format, our time-formatted columns would display a time value instead of
-"*REF*".  Don't to that.
-
-------------------------------------------------------------------------
-r15644 | etxrab | 2005-08-31 15:25:48 -0500 (Wed, 31 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/giop/packet-parlay.c
-
-Parlay re-generated with the updated idl2eth generator.
-------------------------------------------------------------------------
-r15643 | etxrab | 2005-08-31 15:20:56 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-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-pres.h
-
-Upadte to call Data dissector from PRES based on OID in Presentation Context,
-based on the code in ACSE.
-------------------------------------------------------------------------
-r15642 | guy | 2005-08-31 15:02:06 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
-   A /trunk/asn1/gnm/Makefile
-
-Add a Makefile.
-
-------------------------------------------------------------------------
-r15641 | guy | 2005-08-31 14:51:53 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-camel.c
-
-Give it an RCS ID.
-
-------------------------------------------------------------------------
-r15640 | etxrab | 2005-08-31 14:51:24 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
+   M /trunk/epan/dissectors/packet-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/sigcomp-udvm.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
 
-udvm: initialise a variable
-sigcomp: implement RFC 4077
+Don't guard col_clear with col_check
 ------------------------------------------------------------------------
-r15639 | guy | 2005-08-31 14:51:16 -0500 (Wed, 31 Aug 2005) | 2 lines
+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
 
-Give it an RCS ID.
-
-------------------------------------------------------------------------
-r15638 | guy | 2005-08-31 14:43:37 -0500 (Wed, 31 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/stat_cmd_args.c
-
-Keep the list of possible "-z" arguments sorted, so we can display them
-in sorted order (to make it a bit easier to find the one you're
-interested in).
-
-------------------------------------------------------------------------
-r15637 | guy | 2005-08-31 13:49:14 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/tethereal.c
-
-Fix a typo.
-
+Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
 ------------------------------------------------------------------------
-r15636 | kukosa | 2005-08-31 10:03:12 -0500 (Wed, 31 Aug 2005) | 3 lines
+r29346 | krj | 2009-08-09 01:14:59 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h225/h225.cnf
    M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/asn1/h235/packet-h235-template.c
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/asn1/h245/packet-h245-template.h
+   M /trunk/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-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-
-- more standard way for FastStart item dissection
-- protocol names fixed
-
-------------------------------------------------------------------------
-r15635 | kukosa | 2005-08-31 09:53:15 -0500 (Wed, 31 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-internal length field for constrained SEQUNCE/SET OF was not hidden
-------------------------------------------------------------------------
-r15634 | kukosa | 2005-08-31 09:32:29 -0500 (Wed, 31 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/tools/asn2eth.py
-
-- OID names table extended
-- NAME and ABBREV attributes can be used in #.FIELD_ATTR
-- following constraint format is supported (1..10, ..., 11..MAX)
-------------------------------------------------------------------------
-r15633 | tuexen | 2005-08-31 08:52:43 -0500 (Wed, 31 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ses.h
-
-Make ses_vals extern. Required to get it linked on Mac OS X.
-
-------------------------------------------------------------------------
-r15632 | sahlberg | 2005-08-31 03:49:10 -0500 (Wed, 31 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
-
-remove some g_string_printf[a]() and replace with g_snprintf()
-
-
-------------------------------------------------------------------------
-r15631 | sahlberg | 2005-08-31 03:09:00 -0500 (Wed, 31 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-change g_string_sprintf[a]() to g_snprintf() and emem allocated memory.
-
-
-------------------------------------------------------------------------
-r15630 | etxrab | 2005-08-31 00:46:20 -0500 (Wed, 31 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h450.c
-
-Decode CmnInform fixes bug 376.
-------------------------------------------------------------------------
-r15629 | jmayer | 2005-08-30 15:21:11 -0500 (Tue, 30 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/pres/Makefile
-
-propset svn:keywords and svn:eol-style
-------------------------------------------------------------------------
-r15628 | gerald | 2005-08-30 14:52:38 -0500 (Tue, 30 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add an item about the packet list scroll bar.
-
-------------------------------------------------------------------------
-r15627 | ulfl | 2005-08-30 14:43:38 -0500 (Tue, 30 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-add timestamp enhancements to the changes section, do some editing with the existing entries
-------------------------------------------------------------------------
-r15626 | gerald | 2005-08-30 14:43:32 -0500 (Tue, 30 Aug 2005) | 3 lines
-Changed paths:
-   A /trunk/asn1/pres/Makefile
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
-
-Break out of an infinite loop.  Fixes bugs 392 - 395.  Add a UNIX Makefile
-for generation of the PRES dissector.
-
-------------------------------------------------------------------------
-r15625 | ulfl | 2005-08-30 14:42:05 -0500 (Tue, 30 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/docbook/Makefile
-
-minor workflow enhancement, generate the HTML files before the pdf's and alike.
-
-while working with the docbook sources, the html versions are a lot easier to look at than the pdf's. At least the Adobe Reader will lock the pdf file, so one has to close it to generate a next version, it's ugly to work with.
-
-the html files can be viewed with e.g. Firefox while a new version is already generated, a simple reload will do the update then ...
-------------------------------------------------------------------------
-r15624 | ulfl | 2005-08-30 14:35:20 -0500 (Tue, 30 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
-
-from Jaap Keuter:
-
-There were so many little things in chapter 2 that I had to get to it and
-weed them all out. Its mainly capitalizations, some wording, and the
-addition of GnuWin32 references.
-------------------------------------------------------------------------
-r15623 | ulfl | 2005-08-30 04:43:47 -0500 (Tue, 30 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/libpcap.h
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.h
-
-Add support for slightly modified libpcap file format with nanosecond resolution (currently supported by Ethereal only). Support for both read and write was added.
-
-The file format stays the same as the common libpcap format, only the lower part of the timestamp field uses nanoseconds instead of microseconds.
-
-This file format uses the libpcap magic number 0xa1b23c4d.
-------------------------------------------------------------------------
-r15622 | sahlberg | 2005-08-30 04:38:06 -0500 (Tue, 30 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-remove some g_string_printf[a]() and replace it with g_snprintf() to ememified buffers
-
-
-------------------------------------------------------------------------
-r15621 | sahlberg | 2005-08-30 04:25:44 -0500 (Tue, 30 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/addr_resolv.c
-
-remove a bunch of sprintf  that should be perfectly safe  but for the principle of it
-
-replace with g_snprintf()
-
-
-------------------------------------------------------------------------
-r15620 | sahlberg | 2005-08-30 04:05:44 -0500 (Tue, 30 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
-
-replace some g_string_sprintf() with g_snprintf()
-
-remove one static 1kb char array and make it emem ep allocated
-
-
-------------------------------------------------------------------------
-r15619 | sahlberg | 2005-08-30 03:47:25 -0500 (Tue, 30 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isis-clv.c
-
-move an array off the stack into emem allocated memory
-
-
-------------------------------------------------------------------------
-r15618 | sahlberg | 2005-08-30 03:41:18 -0500 (Tue, 30 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isis-clv.c
-
-change g_string_sprintf() into g_snprintf()
-
-
-------------------------------------------------------------------------
-r15617 | sahlberg | 2005-08-30 03:23:50 -0500 (Tue, 30 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-
-change one g_string_sprintf() into g_snprintf()  and move one array of characters from the stack into emem allocated memory
-
-
-------------------------------------------------------------------------
-r15616 | sahlberg | 2005-08-30 03:06:16 -0500 (Tue, 30 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wcp.c
-
-remove a variable that is never used and thus two also completely redundant g_free() calls.
-
-
-------------------------------------------------------------------------
-r15615 | sahlberg | 2005-08-30 02:54:15 -0500 (Tue, 30 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-wtp.c
-
-replace some (safe) g_string_sprintf  with g_snprintf()
-(so we dont have that many different string handling functions to memorize their usage of and can standardize on a single one )
-
-
-------------------------------------------------------------------------
-r15614 | etxrab | 2005-08-29 15:07:06 -0500 (Mon, 29 Aug 2005) | 12 lines
-Changed paths:
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   A /trunk/asn1/pres
-   A /trunk/asn1/pres/ISO8823-PRESENTATION.asn
-   A /trunk/asn1/pres/Makefile.nmake
-   A /trunk/asn1/pres/packet-pres-template.c
-   A /trunk/asn1/pres/packet-pres-template.h
-   A /trunk/asn1/pres/pres.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
-   M /trunk/epan/dissectors/packet-ses.c
-   M /trunk/epan/dissectors/packet-ses.h
-
-MapDialougePDU.cnf
-Fix a typo.
-
-packet-ber.c 
-packet-acse.c
-packet-cmip.c
-- Add  OID(s)
-
-packet-ses.c
-Fix export of a value string and change names to the ones used in the protocol spec.
-
-Replace PRES dissector with an asn2eth generated one.
-------------------------------------------------------------------------
-r15613 | etxrab | 2005-08-29 11:51:58 -0500 (Mon, 29 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/tools/asn2eth.py
-
-Fix a typo 'BER_UNI_TAG_TeletexString'
-------------------------------------------------------------------------
-r15612 | jmayer | 2005-08-29 10:00:24 -0500 (Mon, 29 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-fldb.c
-
-Change the field description to match the field name.
-
-------------------------------------------------------------------------
-r15611 | jmayer | 2005-08-29 09:15:32 -0500 (Mon, 29 Aug 2005) | 2 lines
-Changed paths:
-   A /trunk/tools/checkhf.pl
-
-Add a tool to check the hf_ values.
-
-------------------------------------------------------------------------
-r15610 | kukosa | 2005-08-29 08:00:53 -0500 (Mon, 29 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-avoid few warnings
-------------------------------------------------------------------------
-r15609 | kukosa | 2005-08-29 06:37:08 -0500 (Mon, 29 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-- fix of bug made with too fast release
-------------------------------------------------------------------------
-r15608 | kukosa | 2005-08-29 05:43:33 -0500 (Mon, 29 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-
-- put real value insted of only text into tree for choice extensions
-- sort alphabet for restricted character strings
-- different handling of PER internal fields (only hide them)
-------------------------------------------------------------------------
-r15607 | sahlberg | 2005-08-29 03:24:15 -0500 (Mon, 29 Aug 2005) | 15 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-In the SEQUENCE OF dissector helper
-
-Only count the number of items in the SEQUENCE OF   IFF we have the full TVB containing the entire blob.
-Dont count the items if the tvb is "short" since then this would just lead to a [short frame]  before a single item in the SEQUENCE OF has been dissected.
-
-
-
-
-Do we really need to count the items and create a FT_UINT field with the number of items at all?
-Then count the items as we are calling the subdissectors and 
-append the '# item[s]' text to the FT_NONE items after we finished the loop?
-
-
-
-
-------------------------------------------------------------------------
-r15606 | guy | 2005-08-28 20:18:27 -0500 (Sun, 28 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/wiretap/netxray.c
-
-Get rid of the old file header definition.
-
-Set the time stamp resolution based on whether the number of ticks per
-second is > 1 million or not.
-
-------------------------------------------------------------------------
-r15605 | jmayer | 2005-08-28 19:02:50 -0500 (Sun, 28 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   D /trunk/epan/dissectors/packet-afs-defs.h
-   D /trunk/epan/dissectors/packet-afs-macros.h
-   D /trunk/epan/dissectors/packet-afs-register-info.h
-   M /trunk/epan/dissectors/packet-afs.c
-
-Merge packet-afs-register-info.h, packet-afs-defs.h and packet-afs-macros.h
-into packet-afs.c
-
-
-------------------------------------------------------------------------
-r15604 | jmayer | 2005-08-28 18:28:16 -0500 (Sun, 28 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-gnm.c
-
-properties: svn-keywords -> svn:keywords
-------------------------------------------------------------------------
-r15603 | guy | 2005-08-28 18:11:53 -0500 (Sun, 28 Aug 2005) | 24 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/wiretap/AUTHORS
-   M /trunk/wiretap/netxray.c
-
-From Bill Meier:
-
-1. Use the new (good work!) 'nanosec' precision only for gig pods;
-2. Rework 'struct netxray_hdr' to make it (somewhat) easier
-   to maintain and revise:
-   a. Declare known hdr fields such as 'captype' instead
-      of using offsets in 'xxx placeholder' fields.
-   d. Define 'unknown' hdr fields using placeholder names
-      based upon hex-offset in the netxray header record.
-      (This isn't perfect, but I hope it will make things 
-       more manageable).
-3. Update hdr field info (based upon examination of various
-   capture files):
-   a. Define a hdr field which appears to be 'time-zone' 
-      [offset in hours from UTC] for the machine doing
-      the capture.
-      (Maybe this field can eventually be used for Ethereal
-       to display the (local) time as it was at the time
-       of the capture).
-   b. Describe certain hdr fields as being "file offsets"
-      (altho the exact use is still unclear).
-
-Update some comments.
-
-------------------------------------------------------------------------
-r15602 | guy | 2005-08-28 17:52:05 -0500 (Sun, 28 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/wiretap/lanalyzer.c
-
-Ethereal requires 64-bit integrer support; do the time stamp
-calculations with integers, which avoids some floating-point inaccuracy.
-
-------------------------------------------------------------------------
-r15601 | gerald | 2005-08-28 15:15:57 -0500 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Update the RSVP entry.
-
-------------------------------------------------------------------------
-r15600 | gerald | 2005-08-28 15:15:08 -0500 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
-
-Correct an eariler infinite loop fix.  Fixes bug 382.
-
-------------------------------------------------------------------------
-r15599 | gerald | 2005-08-28 14:59:50 -0500 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-Add some length checks.  Fixes bugs 381, 384, and 386.
-
-------------------------------------------------------------------------
-r15598 | guy | 2005-08-28 14:55:44 -0500 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/wiretap/iptrace.c
-
-Get rid of a no-longer-true comment.
-
-------------------------------------------------------------------------
-r15597 | etxrab | 2005-08-28 14:50:36 -0500 (Sun, 28 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-From Graeme Lunt:
-
-b) dissect_ber_set() to report missing fields and handle untagged CHOICEs
-c) dissect_ber_choice() to handle untagged CHOICEs (within the CHOICE)
-
-------------------------------------------------------------------------
-r15596 | guy | 2005-08-28 14:28:04 -0500 (Sun, 28 Aug 2005) | 2 lines
-Changed paths:
    M /trunk/epan/dissectors/packet-iax2.c
-
-Put back a subtraction of 1 millisecond that was lost.
-
-------------------------------------------------------------------------
-r15595 | guy | 2005-08-28 12:57:30 -0500 (Sun, 28 Aug 2005) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-When creating subset tvbuffs, set the length to the minimum of the
-desired reported length and the remaining length, so we don't throw an
-exception at tvbuff creation time if we don't have all the desired data
-- we want to throw the exception at dissection time, so we can dissect
-the data we do have.
-
-Use "tvb_ensure_bytes_exist()" to force exceptions to be thrown.
-
-When "dissect_unknown_ber()" is called from "call_ber_oid_callback()",
-we're handing it a newly-created tvbuff, so the offset in that tvbuff
-should be zero.
-
-------------------------------------------------------------------------
-r15594 | etxrab | 2005-08-28 10:02:38 -0500 (Sun, 28 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Update the Makefile with GNM.
-------------------------------------------------------------------------
-r15593 | etxrab | 2005-08-28 10:01:49 -0500 (Sun, 28 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/cmip/CMIP.asn
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-
-Co ordidnate CMIP abd GNM.
-------------------------------------------------------------------------
-r15592 | etxrab | 2005-08-28 09:56:03 -0500 (Sun, 28 Aug 2005) | 1 line
-Changed paths:
-   A /trunk/asn1/gnm
-   A /trunk/asn1/gnm/GNM.asn
-   A /trunk/asn1/gnm/Makefile.nmake
-   A /trunk/asn1/gnm/gnm.cnf
-   A /trunk/asn1/gnm/packet-gnm-template.c
-   A /trunk/asn1/gnm/packet-gnm-template.h
-   A /trunk/epan/dissectors/packet-gnm.c
-   A /trunk/epan/dissectors/packet-gnm.h
-
-Add dissection of ITU M.3100 GNM (GENERIC NETWORK INFORMATION MODEL).
-------------------------------------------------------------------------
-r15591 | guy | 2005-08-28 01:44:06 -0500 (Sun, 28 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-
-Export "bytestring_to_str()", and use it when adding the link-layer
-address for the ND_OPT_TARGET_LINKADDR ICMPv6 packet type.
-
-------------------------------------------------------------------------
-r15590 | guy | 2005-08-28 01:41:49 -0500 (Sun, 28 Aug 2005) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.h
-
-In at least some captures, some Kerberos packets contain just a Ticket
-structure.  Handle that.
-
-Don't muck with the columns, or put a top-level Kerberos protocol item
-into the protocol tree, until we decide that we really have a Kerberos
-packet.
-
-Do, however, clear the Info column if we're dissecting the Kerberos
-protocol.
-
-------------------------------------------------------------------------
-r15589 | guy | 2005-08-28 01:40:59 -0500 (Sun, 28 Aug 2005) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-In at least some captures, some Kerberos packets contain just a Ticket
-structure.  Handle that.
-
-Don't muck with the columns, or put a top-level Kerberos protocol item
-into the protocol tree, until we decide that we really have a Kerberos
-packet.
-
-Do, however, clear the Info column if we're dissecting the Kerberos
-protocol.
-
-------------------------------------------------------------------------
-r15588 | guy | 2005-08-28 01:38:30 -0500 (Sun, 28 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-Put the units after the values for signal and noise, as that's a bit
-more natural.
-
-------------------------------------------------------------------------
-r15587 | sahlberg | 2005-08-27 22:13:30 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssh.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15586 | sahlberg | 2005-08-27 22:09:58 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-slowprotocols.c
-   M /trunk/epan/dissectors/packet-slsk.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15585 | sahlberg | 2005-08-27 22:05:53 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15584 | sahlberg | 2005-08-27 22:01:37 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15583 | sahlberg | 2005-08-27 21:56:24 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius_packetcable.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15582 | sahlberg | 2005-08-27 21:28:48 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-inap.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15581 | sahlberg | 2005-08-27 21:24:01 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-icmpv6.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15580 | sahlberg | 2005-08-27 21:13:35 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-gprs-llc.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15579 | sahlberg | 2005-08-27 21:06:40 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dlsw.c
-
-add missing value_string terminator
-
-
-------------------------------------------------------------------------
-r15578 | sahlberg | 2005-08-27 20:57:13 -0500 (Sat, 27 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
-
-value_strings are terminated with {0,NULL}    not {0xff,NULL}
-
-
-
-------------------------------------------------------------------------
-r15577 | sahlberg | 2005-08-27 20:51:50 -0500 (Sat, 27 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-bootp.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-
-another value_string that was not terminated
-
-
-fix a bug from the previous checking as well.
-
-------------------------------------------------------------------------
-r15576 | sahlberg | 2005-08-27 20:44:30 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15575 | sahlberg | 2005-08-27 20:42:51 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
-
-add missing value_string termination
-
-
-------------------------------------------------------------------------
-r15574 | sahlberg | 2005-08-27 20:35:29 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-
-fix value_string termination
-
-
-------------------------------------------------------------------------
-r15573 | sahlberg | 2005-08-27 20:29:55 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-3g-a11.c
-
-add some missing value_string termination entries
-
-
-------------------------------------------------------------------------
-r15572 | guy | 2005-08-27 13:44:57 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-...and don't print a separating comma if you haven't already printed an
-item.
-
-------------------------------------------------------------------------
-r15571 | guy | 2005-08-27 13:22:53 -0500 (Sat, 27 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-Use "free()", not "g_free()", to free strings allocated with "malloc()".
-
-Don't free strings allocated with "ep_alloc()".
-
-------------------------------------------------------------------------
-r15570 | guy | 2005-08-27 13:16:35 -0500 (Sat, 27 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-If you don't print an "(", don't print a ")".
-
-------------------------------------------------------------------------
-r15569 | guy | 2005-08-27 13:15:42 -0500 (Sat, 27 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/tethereal.c
-
-Set the time stamp precision; we need it when printing packet summary
-lines.
-
-Clean up indentation.
-
-------------------------------------------------------------------------
-r15568 | jmayer | 2005-08-27 10:11:00 -0500 (Sat, 27 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/make-manuf
-
-Remove S/A from company names
-------------------------------------------------------------------------
-r15567 | jmayer | 2005-08-27 06:59:10 -0500 (Sat, 27 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-Cosmectical comment updates
-------------------------------------------------------------------------
-r15566 | jmayer | 2005-08-27 05:29:16 -0500 (Sat, 27 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-cisco-wireless.c
-
-Small update to comments and beginnings of a type field
-------------------------------------------------------------------------
-r15565 | jmayer | 2005-08-27 04:21:41 -0500 (Sat, 27 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/manuf
-   M /trunk/manuf.tmpl
-
-Rename Cisco (00:40:96) back to Aironet
-------------------------------------------------------------------------
-r15564 | jmayer | 2005-08-27 01:10:08 -0500 (Sat, 27 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-Typo
-------------------------------------------------------------------------
-r15563 | jmayer | 2005-08-27 00:33:50 -0500 (Sat, 27 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/colorfilters
-   M /trunk/epan/dissectors/packet-extreme.c
-
-- Add checksum verification
-- Add checksum check to colorfilters
-
-
-------------------------------------------------------------------------
-r15562 | jmayer | 2005-08-27 00:22:44 -0500 (Sat, 27 Aug 2005) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-cisco-wireless.c
-
-Started to decode some Cisco proprietary L2 protocol:
-
- * I couldn't find any documentation on this protocol. Neither
- * what it's good for nor what the elements do. This is purely
- * reverse engineered by looking at the hex dump of the packets.
- *
- * TODO
- *      - Find out more about unknown fields
- *      - Currently only one type of packet is really handled at all
-
-
-------------------------------------------------------------------------
-r15561 | jmayer | 2005-08-27 00:17:35 -0500 (Sat, 27 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.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/etypes.h
-   M /trunk/oui.h
-
-Add classification of an aironet proprietary L2 protocol
-in both, Ethernet V2 and IEEE802.3 SNAP packets.
-
-------------------------------------------------------------------------
-r15560 | jmayer | 2005-08-27 00:13:42 -0500 (Sat, 27 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
-   M /trunk/manuf
-   M /trunk/wka.tmpl
-
-- Update wka.tmpl with two Extreme MAC addresses
-- Update manuf
-- Update faq
-
-------------------------------------------------------------------------
-r15559 | sahlberg | 2005-08-26 21:17:18 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
-
-remove the last remaining sprintf in epan/dissectors
-
-
-------------------------------------------------------------------------
-r15558 | sahlberg | 2005-08-26 20:19:12 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-removal of sprintf
-
-
-------------------------------------------------------------------------
-r15557 | sahlberg | 2005-08-26 20:11:02 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ranap.c
-
-sprintf removal
-
-
-------------------------------------------------------------------------
-r15556 | sahlberg | 2005-08-26 20:05:14 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-sprintf removal
-
-
-------------------------------------------------------------------------
-r15555 | sahlberg | 2005-08-26 19:58:55 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
-
-remove one sprintf
-
-
-------------------------------------------------------------------------
-r15554 | sahlberg | 2005-08-26 19:48:22 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
-
-sprintf removal
-
-
-------------------------------------------------------------------------
-r15553 | sahlberg | 2005-08-26 19:44:47 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-icmpv6.c
-
-sprintf removal
-
-
-------------------------------------------------------------------------
-r15552 | sahlberg | 2005-08-26 19:40:23 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcels.c
-
-sprintf removals
-
-
-------------------------------------------------------------------------
-r15551 | ulfl | 2005-08-26 19:37:48 -0500 (Fri, 26 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/config.nmake
-
-bump up the wiretap.dll version from 0.2 to 0.3 as I've recently changed the wiretap API in an incompatible way
-
-the timestamps now contain nseconds instead of microseconds and there's a new function added.
-
-Is there a similar place for the Unix builds where this version has to be changed too?
-------------------------------------------------------------------------
-r15550 | sahlberg | 2005-08-26 19:25:32 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-fw1.c
-
-sprintf removal
-
-
-------------------------------------------------------------------------
-r15549 | sahlberg | 2005-08-26 19:10:02 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-sprintf big fix
-
-
-------------------------------------------------------------------------
-r15548 | sahlberg | 2005-08-26 19:09:19 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-some sprintf removals
-
-
-------------------------------------------------------------------------
-r15547 | ulfl | 2005-08-26 18:13:43 -0500 (Fri, 26 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-
-show the list of reassembled COTP fragments as a toplevel tree item and show it only at the last packet (not in every packet involved)
-------------------------------------------------------------------------
-r15546 | sahlberg | 2005-08-26 18:05:38 -0500 (Fri, 26 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-There will be a lot of tcp_unacked data structures we only need to keep
-around until they have been acked.
-Use a slab allocator for these structs so that we dont keep the structs around in memory longer than we need to.
-
-
-
-------------------------------------------------------------------------
-r15545 | guy | 2005-08-26 14:44:30 -0500 (Fri, 26 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/wiretap/airopeek9.c
-
-Fix indentation, and fix a comment.
-
-------------------------------------------------------------------------
-r15544 | guy | 2005-08-26 14:40:46 -0500 (Fri, 26 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/wiretap/erf.c
-   M /trunk/wiretap/erf.h
-   M /trunk/wiretap/etherpeek.c
-   M /trunk/wiretap/wtap-int.h
-
-Ethereal now requires 64-bit integer support, so get rid of the tests of
-G_HAVE_GINT64.
-
-Get rid of the floating-point stuff in the Etherpeek Classic file
-reading code, just use 64-bit integers.  Fix up the calculation of the
-nanoseconds portion of the time stamp.
-
-------------------------------------------------------------------------
-r15543 | gerald | 2005-08-26 14:01:58 -0500 (Fri, 26 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Docbook isn't HTML.  Use <ulink> instead of <a>.
-
-------------------------------------------------------------------------
-r15542 | ulfl | 2005-08-26 13:42:12 -0500 (Fri, 26 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-
-don't use -1 if the remaining length (the fragment length) is actually zero, this will throw an Exception
-------------------------------------------------------------------------
-r15541 | gerald | 2005-08-26 10:47:32 -0500 (Fri, 26 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add an item about ip.checksum_bad's new behavior.  Update the WinPcap
-installer notes.
-
-------------------------------------------------------------------------
-r15540 | gerald | 2005-08-26 10:46:53 -0500 (Fri, 26 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.h
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h225.h
-
-Make sure the size of dialedDigits matches the ASN.1 definition.
-
-------------------------------------------------------------------------
-r15539 | gerald | 2005-08-26 10:45:31 -0500 (Fri, 26 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/emem.c
-
-Add a pair of #defines to emem.c that make ep_alloc() and se_alloc()
-use individual g_malloc() calls instead of memchunks.  This lets us use
-tools like Valgrind and ElectricFence to find bugs.
-
-In the H.245 dissector, set h245_pi to NULL after we're done with
-it so that we don't go stomping through our memchunks with muddy
-boots later on.  Fixes the current Buildbot menagerie failure.
-
-------------------------------------------------------------------------
-r15538 | kukosa | 2005-08-26 07:15:49 -0500 (Fri, 26 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.c
-
-time resolution changes from packet-h225.c moved to packet-h225-template.c
-------------------------------------------------------------------------
-r15537 | guy | 2005-08-25 20:31:32 -0500 (Thu, 25 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-
-Dissectors registered with "register_ber_oid_dissector()" return void.
-
-Fix the spelling of "attribute".
-
-------------------------------------------------------------------------
-r15536 | ulfl | 2005-08-25 19:59:07 -0500 (Thu, 25 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
-
-fix #339: don't try to install WinPcap with a silent installer
-------------------------------------------------------------------------
-r15535 | ulfl | 2005-08-25 19:01:49 -0500 (Thu, 25 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/colorfilters
-   M /trunk/packaging/nsis/ethereal.nsi
-
-fix #378:
-use "ip.checksum_bad == 1" instead of simply "ip.checksum_bad" in the example colorfilter file, as the implementation of that filter string changed
-
-install the global example files unconditionally by the win32 installer, to fix this problem and be compatible with the unix install process
-------------------------------------------------------------------------
-r15534 | ulfl | 2005-08-25 16:29:54 -0500 (Thu, 25 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/cfile.h
-   M /trunk/dftest.c
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/column.c
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/timestamp.c
-   M /trunk/epan/timestamp.h
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-   M /trunk/file.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/recent.h
-   M /trunk/tethereal.c
-   M /trunk/wiretap/5views.c
-   M /trunk/wiretap/airopeek9.c
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/cosine.c
-   M /trunk/wiretap/csids.c
-   M /trunk/wiretap/dbs-etherwatch.c
-   M /trunk/wiretap/erf.c
-   M /trunk/wiretap/etherpeek.c
-   M /trunk/wiretap/eyesdn.c
-   M /trunk/wiretap/hcidump.c
-   M /trunk/wiretap/i4btrace.c
-   M /trunk/wiretap/iptrace.c
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/lanalyzer.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/netmon.c
-   M /trunk/wiretap/nettl.c
-   M /trunk/wiretap/network_instruments.c
-   M /trunk/wiretap/netxray.c
-   M /trunk/wiretap/ngsniffer.c
-   M /trunk/wiretap/pppdump.c
-   M /trunk/wiretap/radcom.c
-   M /trunk/wiretap/snoop.c
-   M /trunk/wiretap/toshiba.c
-   M /trunk/wiretap/visual.c
-   M /trunk/wiretap/vms.c
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.h
-
-timestamp display precision:
-
-- automatic adjustment depending on file format
-- manual adjustment through menu items
-
-save the setting in the recent file
-------------------------------------------------------------------------
-r15533 | etxrab | 2005-08-25 16:25:52 -0500 (Thu, 25 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/cmip/CMIP.asn
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-
-Fix malformed packet if linkedId is present dissect some OID:s
-------------------------------------------------------------------------
-r15532 | ulfl | 2005-08-25 16:01:42 -0500 (Thu, 25 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/oui.h
-
-add OUI's for Siemens and Xerox (and a hyperlink to the IEEE page)
-------------------------------------------------------------------------
-r15531 | etxrab | 2005-08-25 14:23:15 -0500 (Thu, 25 Aug 2005) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-sigcomp.c
-   M /trunk/epan/sigcomp-udvm.c
-   M /trunk/epan/sigcomp-udvm.h
-
-From Timo Metsala
-Changes:
-
-o Implemented CRC and SHA-1 (sort operations are still missing)
-
-o After state acccess, the execution start is not necessarily the
-  beginning of the bytecode; start IP is now a new parameter to
-  decompress_sigcomp_message()
-
-o Removed some hard-coded assumptions about bytecode starting at offset
-   128
-
-------------------------------------------------------------------------
-r15530 | lego | 2005-08-25 10:48:28 -0500 (Thu, 25 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/tap-stats_tree.c
-
-http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=377
-
-
-------------------------------------------------------------------------
-r15529 | gerald | 2005-08-25 08:58:34 -0500 (Thu, 25 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/conversations_table.c
-
-Fix sorting in the "Ports" columns.  Add a comment about address sorting.
-Remove unused code.
-
-------------------------------------------------------------------------
-r15528 | guy | 2005-08-25 03:16:08 -0500 (Thu, 25 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-radiotap.c
-
-Show dBm and dB signal and noise values differently, so that the user
-knows what they're getting.
-
-------------------------------------------------------------------------
-r15527 | sahlberg | 2005-08-25 02:45:57 -0500 (Thu, 25 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
-
-when tracking PDU bondaries,   only do this IFF
-the next few bytes match an SMB header.
-
-1,  SMB is the only important protocol transported atop NBSS
-2, if we miss the first packets of a PDU, we DONT! want nbns to suddenly think  there are Xmegabytes until the end of it and thus prevent any real PDUs from being dissected.
-
-
-
-------------------------------------------------------------------------
-r15526 | guy | 2005-08-24 22:43:16 -0500 (Wed, 24 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
-
-I missed one OID string.
-
-------------------------------------------------------------------------
-r15525 | guy | 2005-08-24 22:31:54 -0500 (Wed, 24 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-spnego.c
-
-The OID strings returned by new_format_oid(), and the OID string
-returned by format_oid(), are allocated with the ep_alloc routines;
-don't free them.
-
-------------------------------------------------------------------------
-r15524 | guy | 2005-08-24 22:28:31 -0500 (Wed, 24 Aug 2005) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-"sprint_realloc_objid()" expects to be handled a malloced buffer, so
-hand it one (and check for malloc failures), and it returns a malloced
-or realloced buffer, so free it when we're done.
-
-That means that routines that use it can return/supply back a null
-pointer, so check for that.
-
-Don't ep_allocate fixed-length buffers for formatted OID information,
-allocate one that's 'big enough".
-
-------------------------------------------------------------------------
-r15523 | guy | 2005-08-24 20:16:40 -0500 (Wed, 24 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/main.c
-
-The "secs" field of a "struct wtap_nstime" is a time_t, so it could be
-an int or it could be a long; print stuff computed from it with %lu, and
-cast the arguments to "long" so that it works on platforms where time_t
-*isn't* a long and where "long int" and "int" have different sizes.
-
-------------------------------------------------------------------------
-r15522 | guy | 2005-08-24 18:53:40 -0500 (Wed, 24 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/randpkt.c
-
-The time stamp in a Wiretap packet header is now a wtap_nstime, not a
-"struct timeval".
-
-------------------------------------------------------------------------
-r15521 | ulfl | 2005-08-24 17:27:21 -0500 (Wed, 24 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/editcap.c
-
-fix usec -> nsec translation
-------------------------------------------------------------------------
-r15520 | ulfl | 2005-08-24 16:31:56 -0500 (Wed, 24 Aug 2005) | 11 lines
-Changed paths:
-   M /trunk/capinfos.c
-   M /trunk/cfile.h
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-afs.c
-   M /trunk/epan/dissectors/packet-aoe.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-nlm.c
-   M /trunk/epan/dissectors/packet-rlogin.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtcp.h
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/frame_data.h
-   M /trunk/epan/h225-persistentdata.c
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/nstime.c
-   M /trunk/epan/nstime.h
-   M /trunk/epan/stats_tree.c
-   M /trunk/epan/stats_tree_priv.h
-   M /trunk/file.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls.c
-   M /trunk/merge.c
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mgcp/packet-mgcp.c
-   M /trunk/proto_hier_stats.c
-   M /trunk/summary.c
-   M /trunk/tap-afpstat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-iostat.c
-   M /trunk/tap-mgcpstat.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tethereal.c
-   M /trunk/timestats.c
-   M /trunk/wiretap/5views.c
-   M /trunk/wiretap/airopeek9.c
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/cosine.c
-   M /trunk/wiretap/csids.c
-   M /trunk/wiretap/dbs-etherwatch.c
-   M /trunk/wiretap/erf.c
-   M /trunk/wiretap/etherpeek.c
-   M /trunk/wiretap/eyesdn.c
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/hcidump.c
-   M /trunk/wiretap/i4btrace.c
-   M /trunk/wiretap/iptrace.c
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/lanalyzer.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/netmon.c
-   M /trunk/wiretap/nettl.c
-   M /trunk/wiretap/network_instruments.c
-   M /trunk/wiretap/netxray.c
-   M /trunk/wiretap/ngsniffer.c
-   M /trunk/wiretap/pppdump.c
-   M /trunk/wiretap/radcom.c
-   M /trunk/wiretap/snoop.c
-   M /trunk/wiretap/toshiba.c
-   M /trunk/wiretap/visual.c
-   M /trunk/wiretap/vms.c
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.def
-   M /trunk/wiretap/wtap.h
-
-EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 
-
-I've done more than a day to change the timestamp resolution from microseconds to nanoseconds. As I really don't want to loose those changes, I'm going to check in the changes I've done so far. Hopefully someone else will give me a helping hand with the things left ...
-
-What's done: I've changed the timestamp resolution from usec to nsec in almost any place in the sources. I've changed parts of the implementation in nstime.s/.h and a lot of places elsewhere.
-
-As I don't understand the editcap source (well, I'm maybe just too tired right now), hopefully someone else might be able to fix this soon.
-
-Doing all those changes, we get native nanosecond timestamp resolution in Ethereal. After fixing all the remaining issues, I'll take a look how to display this in a convenient way...
-
-As I've also changed the wiretap timestamp resolution from usec to nsec we might want to change the wiretap version number...
-------------------------------------------------------------------------
-r15519 | gerald | 2005-08-24 15:34:15 -0500 (Wed, 24 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-Properly initialize our hf_ arrays.  Make hf_rtcp_app_poc1_conn_session_type
-an FT_UINT8 instead of an FT_BOOLEAN.  This keeps the Solaris builder from
-crashing while running "-G values".
-
-------------------------------------------------------------------------
-r15518 | ulfl | 2005-08-24 13:35:54 -0500 (Wed, 24 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/column_info.h
-
-fix a comment typo
-------------------------------------------------------------------------
-r15517 | sahlberg | 2005-08-24 02:28:28 -0500 (Wed, 24 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-From Graeme Hewson
-
-Fix for infinite loop of configure events that were present for early GTK 2.4 in addition to 2.2
-
-
-
-------------------------------------------------------------------------
-r15516 | guy | 2005-08-23 03:49:57 -0500 (Tue, 23 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-The name in a Display TLV is null-terminated (or padded with a null byte
-and extra crud).
-
-Don't bother with length checking on the VLAN name item - if it's
-zero-length, so be it.
-
-------------------------------------------------------------------------
-r15515 | guy | 2005-08-23 03:34:19 -0500 (Tue, 23 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-Use "format_text()" and "tvb_format_text()" when displaying strings. 
-(It's not necessary, or desirable, to use them when fetching strings.)
-
-When processing a VLAN TLV, check the length of the TLV, so we don't end
-up running past the end of the TLV and getting a negative remaining
-length.  Append to the protocol tree item for the TLV, and the Info
-column, as we dissect the VLAN ID and VLAN name fields.
-
-------------------------------------------------------------------------
-r15514 | guy | 2005-08-23 03:01:46 -0500 (Tue, 23 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Fix the parenthesization of an expression.
-
-------------------------------------------------------------------------
-r15513 | lego | 2005-08-22 18:11:48 -0500 (Mon, 22 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-   M /trunk/wiretap/k12.c
-
-Two fixes to tektronix k12 import:
-
-- it appears that there are more packet record types other than 0x00010020.
-     accept anything matching 0x00010020/28 as a packet record.
-
-- make the stack filename lowercase before comparing it so that capitalization is not an issue.
-
-
-------------------------------------------------------------------------
-r15512 | jmayer | 2005-08-22 12:48:17 -0500 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-Length of string == lengt of element - headerlength
-------------------------------------------------------------------------
-r15511 | etxrab | 2005-08-22 11:26:29 -0500 (Mon, 22 Aug 2005) | 4 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-From Timo Metsala:
-Updates the  PoC floor control parsing to comply to the latest version of the 
-specification. 
-
-------------------------------------------------------------------------
-r15510 | etxrab | 2005-08-22 11:19:31 -0500 (Mon, 22 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-
-Fix decoding of sendIdentificationArg/Res and ProvideSubscriberLocation
-------------------------------------------------------------------------
-r15509 | guy | 2005-08-22 02:12:20 -0500 (Mon, 22 Aug 2005) | 13 lines
-Changed paths:
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/nstime.c
-   M /trunk/epan/nstime.h
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/service_response_time_table.h
-   M /trunk/timestats.c
-   M /trunk/timestats.h
-
-Add a "time_stat_init()" routine to initialize the fields of a
-"timestat_t".
-
-Move "nstime_to_msec()" to "epan/nstime.c", as it has nothing to do with
-a "timestat_t".
-
-Use structure assignment when possible.
-
-Fix the "addtime()" macro and use it in "time_stat_update()".
-
-Use "timestat_t"s, and the routines to manipulate them, in the service
-response time table code.
-
-------------------------------------------------------------------------
-r15508 | etxrab | 2005-08-22 00:49:09 -0500 (Mon, 22 Aug 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-From Graeme Lunt:
- Zero length elements (e.g. an empty SET) the logic is slightly wrong in get_ber_length().
-
-Make SET work.
-
-
-------------------------------------------------------------------------
-r15507 | guy | 2005-08-21 18:24:20 -0500 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/libethereal.def
-
-Export get_timesum().
-
-------------------------------------------------------------------------
-r15506 | guy | 2005-08-21 16:50:49 -0500 (Sun, 21 Aug 2005) | 15 lines
-Changed paths:
-   M /trunk/gtk/service_response_time_table.c
-
-Use "g_strdup_printf()" rather than formatting into a fixed-length
-buffer and "g_strdup()"ing it.
-
-Use the nstime.c routines to compute time deltas and to add up times.
-
-Don't add rows to the CList until a procedure gets a non-zero call
-count, so only the ones with non-zero call counts are displayed (and
-especially so that procedure numbers not corresponding to real
-procedures aren't displayed!).
-
-Ethereal requires 64-bit integer support, so don't bother checking
-whether we have it.
-
-Use the right format for 64-bit integers.
-
-------------------------------------------------------------------------
-r15505 | jmayer | 2005-08-21 16:32:19 -0500 (Sun, 21 Aug 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-- Make it possible to filter on eap.null, eap.info, eap.unknown etc
-- Display "Info" instead of "System" in packet summary
-- Make the Null element look like the other elements.
-- Small element summary formatting changes
-
-------------------------------------------------------------------------
-r15504 | guy | 2005-08-21 15:24:59 -0500 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/ldap_stat.c
-
-Use the tap_dfilter_dlg mechanism.
-
-------------------------------------------------------------------------
-r15503 | guy | 2005-08-21 15:16:12 -0500 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/fc_stat.c
-
-Use the tap_dfilter_dlg code.
-
-------------------------------------------------------------------------
-r15502 | jmayer | 2005-08-21 14:25:45 -0500 (Sun, 21 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-- In the info summary, port# and slot# were exchanged
-- In the Display element, the length of the display string
-  was 4 too long
-- Display the Vlan id in the packet summary, not just "Vlan"
-- Remove trailing whitespace
-
-
-------------------------------------------------------------------------
-r15501 | guy | 2005-08-21 14:24:11 -0500 (Sun, 21 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/conversations_eth.c
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/conversations_fddi.c
-   M /trunk/gtk/conversations_ip.c
-   M /trunk/gtk/conversations_ipx.c
-   M /trunk/gtk/conversations_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   M /trunk/gtk/conversations_tcpip.c
-   M /trunk/gtk/conversations_tr.c
-   M /trunk/gtk/conversations_udpip.c
-   M /trunk/gtk/conversations_wlan.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gsm_map_summary.c
-   D /trunk/gtk/gtk_stat_menu.h
-   D /trunk/gtk/gtk_stat_util.c
-   D /trunk/gtk/gtk_stat_util.h
-   A /trunk/gtk/gui_stat_menu.h (from /trunk/gtk/gtk_stat_menu.h:15499)
-   A /trunk/gtk/gui_stat_util.c (from /trunk/gtk/gtk_stat_util.c:15499)
-   A /trunk/gtk/gui_stat_util.h (from /trunk/gtk/gtk_stat_util.h:15499)
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/hostlist_fddi.c
-   M /trunk/gtk/hostlist_ip.c
-   M /trunk/gtk/hostlist_ipx.c
-   M /trunk/gtk/hostlist_jxta.c
-   M /trunk/gtk/hostlist_tcpip.c
-   M /trunk/gtk/hostlist_tr.c
-   M /trunk/gtk/hostlist_udpip.c
-   M /trunk/gtk/hostlist_wlan.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
-
-As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so
-that it doesn't appear to be part of GTK+.
-
-------------------------------------------------------------------------
-r15500 | etxrab | 2005-08-21 13:42:54 -0500 (Sun, 21 Aug 2005) | 12 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-jxta.h
-
-From Mike Duigou:
-
-A patch to the JXTA dissector. It's purpose is to improve 
-the behaviour of the dissector when dissecting captures that do not 
-include the whole conversation.
-
-The dissector is now more capable of isolating a conversation without 
-seeing the beginning of the conversation. It's still not always able to 
-pick up all conversations (suggestions, patches and hints welcome).
-
-improved some of the doxygen docs and comments.
-
-------------------------------------------------------------------------
-r15499 | ulfl | 2005-08-21 10:23:48 -0500 (Sun, 21 Aug 2005) | 11 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/proto.h
-   M /trunk/gtk/proto_draw.c
-
-The protocol item in the protocol tree will have a gray background now, which makes it much better visible.
-
-Add some more optional flags to the protocol items, so more "special cases" can be marked in the protocol tree.
-
-New flags:
-/** The protocol field has a bad checksum */
-FI_CHECKSUM_ERROR
-/** The protocol field has an unusual sequence (e.g. TCP window is zero) */
-FI_SEQUENCE_WARNING
-/** The protocol field has a bad sequence (e.g. TCP segment is lost) */
-FI_SEQUENCE_ERROR
-------------------------------------------------------------------------
-r15498 | ulfl | 2005-08-21 10:13:47 -0500 (Sun, 21 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-as discussed some time ago: don't add bad checksum fields conditionally but use a subtree and use boolean flags instead
-------------------------------------------------------------------------
-r15497 | etxrab | 2005-08-21 08:52:33 -0500 (Sun, 21 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-
-remove sprintf from gsm_a
-
-Do the update for the .cnf file too.
-------------------------------------------------------------------------
-r15496 | guy | 2005-08-21 06:09:36 -0500 (Sun, 21 Aug 2005) | 15 lines
-Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/dlg_utils.h
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   D /trunk/gtk/tap_dfilter_dlg.h
-   M /trunk/gtk/wsp_stat.c
-   M /trunk/tap_dfilter_dlg.h
-
-"gtk_tap_dfilter_dlg_cb()" is no longer used outside
-gtk/tap_dfilter_dlg.c; don't export it.
-
-That means that gtk/tap_dfilter_dlg.h is no longer useful; get rid of
-it.
-
-Rename "gtk_tap_dfilter_dlg_cb()" to "tap_dfilter_dlg_cb()", as it's
-inside GTK+-specific code, so there's no need to distinguish it from
-non-GTK+ callbacks.
-
-Update some comments to reflect the name change and the new API for
-registering tap_dfilter_dlg stats.
-
-Make the AFP and SMB stats use the gtk/tap_dfilter_dlg.c stuff.
-
-------------------------------------------------------------------------
-r15495 | guy | 2005-08-21 05:29:47 -0500 (Sun, 21 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-
-Have "register_dfilter_stat()" add "..." to the menu item, as all menu
-items registered with it pop up a dialog box before displaying the stat.
-Don't pass a name with "..." to it.
-
-Put "..." into other menu items that pop up a dialog box before
-displaying the stat; remove "..." from other menu items that don't.
-
-------------------------------------------------------------------------
-r15494 | guy | 2005-08-21 05:00:56 -0500 (Sun, 21 Aug 2005) | 2 lines
-Changed paths:
-   M /trunk/stat_menu.h
-
-Set properties.
-
-------------------------------------------------------------------------
-r15493 | guy | 2005-08-21 04:48:27 -0500 (Sun, 21 Aug 2005) | 14 lines
-Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/dissectors/packet-ansi_637.c
-   M /trunk/file.c
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/conversations_eth.c
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/conversations_fddi.c
-   M /trunk/gtk/conversations_ip.c
-   M /trunk/gtk/conversations_ipx.c
-   M /trunk/gtk/conversations_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   M /trunk/gtk/conversations_tcpip.c
-   M /trunk/gtk/conversations_tr.c
-   M /trunk/gtk/conversations_udpip.c
-   M /trunk/gtk/conversations_wlan.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gsm_map_summary.c
-   A /trunk/gtk/gtk_stat_menu.h (from /trunk/gtk/stat_menu.h:15480)
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/hostlist_fddi.c
-   M /trunk/gtk/hostlist_ip.c
-   M /trunk/gtk/hostlist_ipx.c
-   M /trunk/gtk/hostlist_jxta.c
-   M /trunk/gtk/hostlist_tcpip.c
-   M /trunk/gtk/hostlist_tr.c
-   M /trunk/gtk/hostlist_udpip.c
-   M /trunk/gtk/hostlist_wlan.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   D /trunk/gtk/stat_menu.h
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-   A /trunk/stat_menu.h
-   M /trunk/tap_dfilter_dlg.h
-
-Add a "register_dfilter_stat()", to register stats that take a display
-filter as an argument on the command line and have a dialog box to enter
-the display filter through the GUI.  Use it for all stats using
-"gtk_tap_dfilter_dlg_cb()".
-
-Add a top-level "stat_menu.h" file to declare "REGISTER_STAT_GROUP_E"
-for the benefit of the declaration of "register_dfilter_stat()" in the
-top-level "tap_dfilter_dlg.h".  Rename the "stat_menu.h" in the gtk
-directory to "gtk_stat_menu.h", so as not to have two headers with the
-same name.
-
-Get rid of headers not declaring any functions not being used in the
-module.
+   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
 ------------------------------------------------------------------------
-r15492 | sahlberg | 2005-08-20 20:52:09 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29347 | krj | 2009-08-09 03:50:30 -0700 (Sun, 09 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_a.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-fcels.c
 
-remove sprintf from gsm_a
+Don't use DISSECTOR_ASSERT to check source/destination address type.
 
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3825
 
 ------------------------------------------------------------------------
-r15491 | sahlberg | 2005-08-20 20:14:43 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29348 | gerald | 2009-08-09 08:03:28 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-remove gmalloc and sprintf
+[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;
 
 ------------------------------------------------------------------------
-r15490 | sahlberg | 2005-08-20 19:55:46 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29352 | wmeier | 2009-08-09 08:49:02 -0700 (Sun, 09 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-remove sprintf
+   M /trunk/epan/proto.c
 
+g_error() if registering a subtree item type already registered (or not initialized to -1).
 
 ------------------------------------------------------------------------
-r15489 | guy | 2005-08-20 17:28:49 -0500 (Sat, 20 Aug 2005) | 11 lines
+r29353 | wmeier | 2009-08-09 09:48:28 -0700 (Sun, 09 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/mtp3_stat.c
+   M /trunk/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
 
-The routines registered with "register_stat_cmd_arg()" *are* called if
-you use the "-z" command-line options for them; make them pop up the
-appropriate windows.
+(Trivial): Remove uneeded #includes; make a few fcns static;
 
-Move the calls to "register_stat_cmd_arg()" after the code to register
-the tap, just as the calls to "register_stat_menu_item()" are done after
-registering the tap.
+------------------------------------------------------------------------
+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
 
-Use "g_strdup_printf()" rather than formatting into a fixed-length
-buffer and "g_strdup()"ing that buffer.
+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.
 ------------------------------------------------------------------------
-r15488 | guy | 2005-08-20 17:26:32 -0500 (Sat, 20 Aug 2005) | 5 lines
+r29356 | krj | 2009-08-09 11:05:44 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/rtp_stream.c
+   M /trunk/epan/dissectors/packet-ncp2222.inc
 
-We already have a tap that registers as a command-line stat under the
-name "rtp"; we don't need another one, especially given that
-"rtp_stream.c" doesn't directly implement a stat (note that it doesn't
-register a menu item).
+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.
 ------------------------------------------------------------------------
-r15487 | ulfl | 2005-08-20 17:16:12 -0500 (Sat, 20 Aug 2005) | 8 lines
+r29358 | krj | 2009-08-09 12:23:13 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/capture_sync.c
+   M /trunk/epan/emem.c
 
-capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiers
-capture_sync.c(290) : warning C4022: 'g_realloc' : pointer mismatch for actual parameter 1
-capture_sync.c(431) : warning C4090: 'function' : different 'const' qualifiers
-capture_sync.c(431) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
-capture_sync.c(442) : warning C4090: 'function' : different 'const' qualifiers
-capture_sync.c(442) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
-capture_sync.c(549) : warning C4090: 'function' : different 'const' qualifiers
-capture_sync.c(549) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+Split common parts of se_alloc and ep_alloc into emem_alloc.
 ------------------------------------------------------------------------
-r15486 | sahlberg | 2005-08-20 17:15:39 -0500 (Sat, 20 Aug 2005) | 2 lines
+r29359 | krj | 2009-08-09 13:10:19 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/epan/emem.c
 
-remove sprintf
+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.
 ------------------------------------------------------------------------
-r15485 | ulfl | 2005-08-20 17:08:35 -0500 (Sat, 20 Aug 2005) | 4 lines
+r29361 | krj | 2009-08-09 14:10:04 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/radius_dict.l
+   M /trunk/epan/emem.c
 
-radius_dict.l(216) : warning C4090: 'function' : different 'const' qualifiers
-radius_dict.l(216) : warning C4022: 'g_hash_table_insert' : pointer mismatch for actual parameter 2
-radius_dict.l(268) : warning C4090: 'function' : different 'const' qualifiers
-radius_dict.l(268) : warning C4022: 'g_free' : pointer mismatch for actual parameter 1
+Add unsigned int typecast
 ------------------------------------------------------------------------
-r15484 | sahlberg | 2005-08-20 17:06:31 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29362 | jmayer | 2009-08-10 07:55:47 -0700 (Mon, 10 Aug 2009) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ajp13.c
+   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.
 
-removal of sprintf
+Me: change the logic so the funtion returns the valid ttl
+    instead of true/false.
 
 
 ------------------------------------------------------------------------
-r15483 | guy | 2005-08-20 15:06:05 -0500 (Sat, 20 Aug 2005) | 4 lines
+r29363 | gerald | 2009-08-10 08:33:54 -0700 (Mon, 10 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   D /trunk/epan/stat.c
-   D /trunk/epan/stat.h
-   A /trunk/epan/stat_cmd_args.c (from /trunk/epan/stat.c:15480)
-   A /trunk/epan/stat_cmd_args.h (from /trunk/epan/stat.h:15480)
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/conversations_eth.c
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/conversations_fddi.c
-   M /trunk/gtk/conversations_ip.c
-   M /trunk/gtk/conversations_ipx.c
-   M /trunk/gtk/conversations_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   M /trunk/gtk/conversations_tcpip.c
-   M /trunk/gtk/conversations_tr.c
-   M /trunk/gtk/conversations_udpip.c
-   M /trunk/gtk/conversations_wlan.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/hostlist_fddi.c
-   M /trunk/gtk/hostlist_ip.c
-   M /trunk/gtk/hostlist_ipx.c
-   M /trunk/gtk/hostlist_jxta.c
-   M /trunk/gtk/hostlist_tcpip.c
-   M /trunk/gtk/hostlist_tr.c
-   M /trunk/gtk/hostlist_udpip.c
-   M /trunk/gtk/hostlist_wlan.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-   M /trunk/tap-afpstat.c
-   M /trunk/tap-ansi_astat.c
-   M /trunk/tap-bootpstat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-gsm_astat.c
-   M /trunk/tap-h225counter.c
-   M /trunk/tap-h225rassrt.c
-   M /trunk/tap-httpstat.c
-   M /trunk/tap-iostat.c
-   M /trunk/tap-iousers.c
-   M /trunk/tap-mgcpstat.c
-   M /trunk/tap-protocolinfo.c
-   M /trunk/tap-protohierstat.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-sctpchunkstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-stats_tree.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-ip.c
 
-Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with
-implementing the "-z" command-line arguments, it doesn't deal with *all*
-issues for stats.
+Fix the build.
 
 ------------------------------------------------------------------------
-r15482 | guy | 2005-08-20 14:49:22 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29364 | gerald | 2009-08-10 09:12:55 -0700 (Mon, 10 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/gui_utils.h
+   M /trunk/wiretap/erf.c
 
-Explain in more detail the split between the stuff in ui_util.h and in
-gtk/gui_utils.h.
+Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crash
+reported in bug 3849.
 
 ------------------------------------------------------------------------
-r15481 | guy | 2005-08-20 14:45:53 -0500 (Sat, 20 Aug 2005) | 2 lines
+r29365 | krj | 2009-08-10 09:36:44 -0700 (Mon, 10 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/ui_util.h
-
-Explain in more detail what this file is for.
+   M /trunk/epan/emem.c
 
+Use ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE) to guard canary code to get things compiling after r29358.
 ------------------------------------------------------------------------
-r15480 | guy | 2005-08-20 13:17:36 -0500 (Sat, 20 Aug 2005) | 8 lines
+r29366 | guy | 2009-08-10 11:22:05 -0700 (Mon, 10 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/wiretap/erf.c
 
-There's no longer a need to individually remove items from
-acse_ctx_oid_table - destroying the hash table will destroy the hash
-table items, and the destroy function no longer has any work to do
-because the OID strings are now allocated with se_strdup() (and thus get
-freed when the capture is closed).
+Update a comment - a bad packet size could also be the result of a file
+not actually being an ERF file.
 
-Regenerate packet-acse.c, which also regenerates acse-exp.cnf.
+Don't compute the packet size until you know that rlen is valid.
 
 ------------------------------------------------------------------------
-r15479 | guy | 2005-08-20 13:01:07 -0500 (Sat, 20 Aug 2005) | 9 lines
+r29367 | wmeier | 2009-08-10 11:45:47 -0700 (Mon, 10 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-Flag the "add_string" parameter as unused if it is - and don't flag it
-as such if it *is* used. Get rid of the "add_string" parameter to
-"param_digits_basic", as that function *isn't* called through a pointer.
-
-Don't flag arguments in declarations as unused; you only do that in
-definitions.
+   M /trunk/epan/dissectors/packet-redbackli.c
 
-Clean up indentation.
+(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.
 
 ------------------------------------------------------------------------
-r15478 | guy | 2005-08-20 12:49:58 -0500 (Sat, 20 Aug 2005) | 7 lines
+r29368 | etxrab | 2009-08-10 12:48:42 -0700 (Mon, 10 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/ascend-grammar.y
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
-"ascend-grammar.h" is generated by Bison with a copy of the definition
-of the YYSTYPE structure in "ascend-grammar.c"; the intent is that other
-files include "ascend-grammar.h" if they need that structure, but that
-"ascend-grammar.c" not itself include "ascend-grammar.h".  If it *does*
-include it, the compiler complains about YYSTYPE being redefined (even
-though the two structures are identical).
+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
 ------------------------------------------------------------------------
-r15477 | jmayer | 2005-08-20 11:30:23 -0500 (Sat, 20 Aug 2005) | 1 line
+r29370 | etxrab | 2009-08-10 13:52:56 -0700 (Mon, 10 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
+   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
 
-And if we add a file, add it to Makefile.am as well 
+From Kovarththanan Rajaratnam:
+- Compute and cache color/custom filters dynamically.
+- Delay column construction.
 ------------------------------------------------------------------------
-r15476 | jmayer | 2005-08-20 11:24:35 -0500 (Sat, 20 Aug 2005) | 2 lines
+r29371 | wmeier | 2009-08-10 14:07:15 -0700 (Mon, 10 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-pppoe.c
 
-If we delete a file, don't forget to remove it from Makefile.common
+Validate two tag field lengths before attempting to do proto_tree_add_item();
+Fixes bug #3841.
 
 ------------------------------------------------------------------------
-r15475 | jmayer | 2005-08-20 11:19:22 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29372 | wmeier | 2009-08-10 14:46:30 -0700 (Mon, 10 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/bitswap.c
-   M /trunk/epan/dfilter/dfilter.c
-   M /trunk/epan/dfilter/grammar.lemon
-   D /trunk/epan/dissectors/packet-sna.h
-   M /trunk/epan/ftypes/ftypes.c
-   M /trunk/epan/stats_tree.c
-   M /trunk/gtk/print_mswin.c
-   M /trunk/mkstemp.c
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/wiretap/ascend-grammar.y
-   M /trunk/wiretap/wtap.c
+   M /trunk/epan/dissectors/packet-pppoe.c
 
-- Include the .h files in their .c files.
-- Remove epan/dissectors/packet-sna.h, it isn't used anywhere.
+Initialize a variable to keep GCC happy ....
 
 ------------------------------------------------------------------------
-r15474 | ulfl | 2005-08-20 10:58:42 -0500 (Sat, 20 Aug 2005) | 7 lines
+r29373 | guy | 2009-08-10 15:15:22 -0700 (Mon, 10 Aug 2009) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-quakeworld.c
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+For TLV items that are a single integral value and thus must have a
+certain length:
 
-removed MSVC warnings:
+       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.
 
-packet-camel.c(6829) : warning C4101: 'version_str' : unreferenced local variable
-packet-quakeworld.c(172) : warning C4090: 'return' : different 'const' qualifiers
-packet-smb.c(10859) : warning C4101: 'target_name_len' : unreferenced local variable
-packet-smb.c(10860) : warning C4101: 'fn_len' : unreferenced local variable
-packet-smb.c(10858) : warning C4101: 'fn' : unreferenced local variable
 ------------------------------------------------------------------------
-r15473 | ulfl | 2005-08-20 10:19:31 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29374 | etxrab | 2009-08-11 00:41:46 -0700 (Tue, 11 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.h
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-Win32: exported DATA must be declared with ETH_VAR_IMPORT to be available from outside the lib
+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.
 
-fixes current Win32 buildbot problem
 ------------------------------------------------------------------------
-r15472 | jmayer | 2005-08-20 09:08:53 -0500 (Sat, 20 Aug 2005) | 1 line
+r29376 | etxrab | 2009-08-11 03:32:46 -0700 (Tue, 11 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/proto_hier_stats_dlg.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-One file missed in last checkin
+From swapnil:
+Bugs Fixed in ULI in packet-gtpv2.c
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3860
 ------------------------------------------------------------------------
-r15471 | jmayer | 2005-08-20 09:02:00 -0500 (Sat, 20 Aug 2005) | 6 lines
+r29377 | etxrab | 2009-08-11 05:22:00 -0700 (Tue, 11 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/gsm_map_summary.c
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/gui_utils.h
-   M /trunk/gtk/main.h
-   M /trunk/gtk/menu.h
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/plugins_dlg.c
-   A /trunk/gtk/plugins_dlg.h
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/range_utils.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/toolbar.h
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/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
 
-- Declare some functions static
-- Add plugins_dlg.h
-- Include .h files in their respective .c files
-- Include .h and remove extern declarations in .c files
-- set eol-style and keywords on gui_utils.[hc]
+Don't coerce a (void *) to a (guint32 *). 
+The (void *) pointer in this case may point to
+"unaligned" data.
 
 ------------------------------------------------------------------------
-r15470 | jmayer | 2005-08-20 08:21:09 -0500 (Sat, 20 Aug 2005) | 1 line
+r29379 | gerald | 2009-08-11 10:53:39 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/ui_util.h
+   M /trunk/epan/tvbuff.h
+
+Be a little more explicit in our description of tvb_get_ptr.
 
-Add some comments on the originating files of the declarations
 ------------------------------------------------------------------------
-r15469 | sahlberg | 2005-08-20 08:02:08 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29380 | krj | 2009-08-11 11:08:03 -0700 (Tue, 11 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/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
 
-more sprintf updates
+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().
 
 ------------------------------------------------------------------------
-r15468 | jmayer | 2005-08-20 07:57:52 -0500 (Sat, 20 Aug 2005) | 4 lines
+r29381 | krj | 2009-08-11 11:16:55 -0700 (Tue, 11 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/afp_stat.c
-   M /trunk/gtk/packet_win.c
-   M /trunk/gtk/proto_draw.c
-
-- Include ../ui_util.h into files that implement functions declard in
-  ui_util.h
-- Replace one instance of ui_util.h by gui_utils.h
+   M /trunk/epan/tvbuff.c
 
+Turn a comment in fast_ensure_contiguous() into a DISSECTOR_ASSERT() to make the implied requirement explicit.
 ------------------------------------------------------------------------
-r15467 | sahlberg | 2005-08-20 07:38:45 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29382 | krj | 2009-08-11 11:28:10 -0700 (Tue, 11 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/tvbuff.c
 
-remove sprintf
+(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.
 
 ------------------------------------------------------------------------
-r15466 | sahlberg | 2005-08-20 07:28:16 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29384 | gerald | 2009-08-11 13:58:36 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_a.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+Add some length checks. Fixes a few recent fuzz bugs.
 
-get rid of a whole chunk of sprintfs
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r15465 | ulfl | 2005-08-20 07:09:48 -0500 (Sat, 20 Aug 2005) | 1 line
+r29386 | etxrab | 2009-08-11 14:27:36 -0700 (Tue, 11 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_details_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/capture_prefs.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/column_prefs.c
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/decode_as_dcerpc.c
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/dlg_utils.h
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/gtk/filter_dlg.c
-   M /trunk/gtk/find_dlg.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/goto_dlg.c
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gsm_map_summary.c
-   M /trunk/gtk/gui_prefs.c
-   A /trunk/gtk/gui_utils.c
-   A /trunk/gtk/gui_utils.h
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/layout_prefs.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/nameres_prefs.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/packet_win.c
-   M /trunk/gtk/plugins_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/print_prefs.c
-   M /trunk/gtk/progress_dlg.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/range_utils.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/simple_dialog.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/summary_dlg.c
-   M /trunk/gtk/supported_protos_dlg.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/text_page.c
-   D /trunk/gtk/ui_util.c
-   D /trunk/gtk/ui_util.h
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical named ui_util.h in / dir
+From swapnil:
+Small Bug in TFT (Flow label) and ULI.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3876
 ------------------------------------------------------------------------
-r15464 | guy | 2005-08-20 05:03:07 -0500 (Sat, 20 Aug 2005) | 2 lines
+r29387 | rbalint | 2009-08-11 16:20:03 -0700 (Tue, 11 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-From Gisle Vanem: export get_timedelta() for use by AFP and SMB taps.
+From Ivan Sy (with minor modifications):
+Show Teredo Connectivity tests.
+Fix offset of ICMPv6 sequence number.
 
 ------------------------------------------------------------------------
-r15463 | guy | 2005-08-20 04:35:55 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29388 | gerald | 2009-08-11 16:29:21 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/osi-utils.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-The order in which arguments to a function are evaluated isn't defined
-by C.  Do decrements of arguments before passing them to a function.
+Add some length checks.
 
 ------------------------------------------------------------------------
-r15462 | guy | 2005-08-20 04:08:24 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29389 | gerald | 2009-08-11 16:44:22 -0700 (Tue, 11 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/file.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-Widen some variables so the code in question can handle large files if,
-as, and when Wiretap can handle them.
+Instead of calling DISSECTOR_ASSERT_NOT_REACHED, just say the subchannel
+is unknown. Fixes bug 3864.
 
 ------------------------------------------------------------------------
-r15461 | guy | 2005-08-20 03:15:21 -0500 (Sat, 20 Aug 2005) | 2 lines
+r29390 | jake | 2009-08-11 16:52:04 -0700 (Tue, 11 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-Export AFP's CommandCode_vals for use by the AFP taps.
+Complete the fix in r29389.
 
 ------------------------------------------------------------------------
-r15460 | sahlberg | 2005-08-20 00:37:08 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29391 | jake | 2009-08-11 17:02:23 -0700 (Tue, 11 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   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
 
-sprintf elimination
+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
 
 ------------------------------------------------------------------------
-r15459 | sahlberg | 2005-08-20 00:31:36 -0500 (Sat, 20 Aug 2005) | 3 lines
+r29394 | krj | 2009-08-12 08:12:19 -0700 (Wed, 12 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-wbxml.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-sprintf removals
+From William Preston via. 3549:
 
+A typo in 2 of the field names causes the apn not to be displayed.
 
 ------------------------------------------------------------------------
-r15458 | sahlberg | 2005-08-19 21:51:13 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29395 | gerald | 2009-08-12 10:08:08 -0700 (Wed, 12 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/tools/fuzz-test.sh
 
-remove some more sprintf
+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().
 ------------------------------------------------------------------------
-r15457 | sahlberg | 2005-08-19 21:33:33 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29397 | krj | 2009-08-12 12:32:54 -0700 (Wed, 12 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/osi-utils.c
-   M /trunk/epan/osi-utils.h
-   M /trunk/epan/sna-utils.c
-   M /trunk/epan/sna-utils.h
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-   M /trunk/epan/value_string.c
-   M /trunk/epan/xdlc.c
+   M /trunk/epan/reassemble.c
 
-removal of even more sprintf
+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
 ------------------------------------------------------------------------
-r15456 | guy | 2005-08-19 21:19:37 -0500 (Fri, 19 Aug 2005) | 6 lines
+r29400 | kukosa | 2009-08-13 02:07:03 -0700 (Thu, 13 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-afp.h
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/afp_stat.c
-   A /trunk/tap-afpstat.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+   M /trunk/epan/dissectors/packet-ssl.c
 
-For AFP requests, add in the frame with the (last part of the) reply, if
-possible, and, for AFP replies, add in the frame with the request and
-the time between those two frames.
+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
 
-Have AFP per-request-type RTT statistics, similar to SMB's statistics.
+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
 ------------------------------------------------------------------------
-r15455 | guy | 2005-08-19 21:15:02 -0500 (Fri, 19 Aug 2005) | 2 lines
+r29403 | krj | 2009-08-13 05:17:20 -0700 (Thu, 13 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/tap-smbstat.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-Use get_timedelta() to get the difference between two times.
+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
 
 ------------------------------------------------------------------------
-r15454 | guy | 2005-08-19 21:14:01 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29404 | krj | 2009-08-13 12:42:46 -0700 (Thu, 13 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/cfile.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/libwireshark.def
    M /trunk/file.c
-   M /trunk/tethereal.c
-
-Get rid of f_len field in capture_file structure - we can just keep
-the length locally. within cf_read().
+   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.
 ------------------------------------------------------------------------
-r15453 | jmayer | 2005-08-19 21:05:02 -0500 (Fri, 19 Aug 2005) | 1 line
+r29405 | krj | 2009-08-13 13:00:36 -0700 (Thu, 13 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/configure.in
-   M /trunk/wiretap/configure.in
+   M /trunk/gtk/new_packet_list.c
 
-Add  -Wmissing-declarations -Wwrite-strings to extra-gcc-flags
+Add needed header due to stack allocated 'edt' structure
 ------------------------------------------------------------------------
-r15452 | jmayer | 2005-08-19 21:03:40 -0500 (Fri, 19 Aug 2005) | 1 line
+r29406 | etxrab | 2009-08-13 14:36:01 -0700 (Thu, 13 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Trivial warning fixes
+Get the pointer to the packet list record and use the data directly.
 ------------------------------------------------------------------------
-r15451 | sahlberg | 2005-08-19 20:24:23 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29407 | etxrab | 2009-08-13 14:46:00 -0700 (Thu, 13 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3.h
-   M /trunk/epan/to_str.c
-   M /trunk/gtk/mtp3_stat.c
-
-remove sprintf from mtp3
-
+   M /trunk/gtk/new_packet_list.c
 
+Start to implement display filtering.
 ------------------------------------------------------------------------
-r15450 | sahlberg | 2005-08-19 20:10:40 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29408 | krj | 2009-08-13 22:22:12 -0700 (Thu, 13 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-pgm.c
-   M /trunk/epan/dissectors/packet-x11.c
-
-remove sprintf from pgm and x11
-
+   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.
 ------------------------------------------------------------------------
-r15449 | sahlberg | 2005-08-19 19:33:08 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29409 | krj | 2009-08-13 22:49:57 -0700 (Thu, 13 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-v120.c
-   M /trunk/epan/dissectors/packet-wccp.c
-
-remove sprintf from v120 and wccp
-
+   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.
 ------------------------------------------------------------------------
-r15448 | sahlberg | 2005-08-19 19:27:46 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29410 | krj | 2009-08-14 03:17:13 -0700 (Fri, 14 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/plugins/ethercat/Makefile.nmake
 
-remove sprintf from rpc
+From Artem Tamazov via. 3899:
 
+Remove superfluous /MP
 
 ------------------------------------------------------------------------
-r15447 | sahlberg | 2005-08-19 19:07:20 -0500 (Fri, 19 Aug 2005) | 8 lines
+r29411 | krj | 2009-08-14 06:33:17 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtps.c
-
-fix buffer  handling and remove sprintf
-
-
-there was at least one instance where an ip address was printed in dotted decimal to a 10 byte array on the stack.
-I.e. a guaranteed buffer overrun for a stack object.
-
+   M /trunk/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
 ------------------------------------------------------------------------
-r15446 | sahlberg | 2005-08-19 18:28:23 -0500 (Fri, 19 Aug 2005) | 4 lines
+r29413 | krj | 2009-08-14 08:44:57 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/gtk/new_packet_list.c
 
-more  sprintf removals,
-replace some char arrays on the stack to ep_alloc()ed memory
+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.
 ------------------------------------------------------------------------
-r15445 | sahlberg | 2005-08-19 18:03:56 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29416 | krj | 2009-08-14 11:32:44 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/gtk/new_packet_list.c
 
-remove a gmalloc and al sprintf  from spnego
+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.
 ------------------------------------------------------------------------
-r15444 | sahlberg | 2005-08-19 17:44:56 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29419 | krj | 2009-08-14 12:35:01 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
-no more g_malloc  or sprintf   in snmp
+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).
 
 ------------------------------------------------------------------------
-r15443 | sahlberg | 2005-08-19 17:34:28 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29421 | krj | 2009-08-14 20:57:14 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
-
-more gmalloc sprintf removals
+   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
 ------------------------------------------------------------------------
-r15442 | sahlberg | 2005-08-19 17:26:10 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29423 | krj | 2009-08-14 21:19:45 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
-remove two gmalloc and some sprintf
+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()
 ------------------------------------------------------------------------
-r15441 | sahlberg | 2005-08-19 16:19:49 -0500 (Fri, 19 Aug 2005) | 9 lines
+r29426 | krj | 2009-08-14 22:26:02 -0700 (Fri, 14 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
+   M /trunk/gtk/packet_list_store.c
 
-from Jeff Snyder
+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:
 
-H245 updates
-make multiple pdus/frame work
+1) The tvb + name (aka. data_source) is only used when the protocol tree is visible
 
-update to have nu limit on the max number of tappable pdus per frame
+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!
 
 ------------------------------------------------------------------------
-r15440 | ulfl | 2005-08-19 16:13:49 -0500 (Fri, 19 Aug 2005) | 1 line
+r29428 | krj | 2009-08-15 01:05:10 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/ringbuffer.c
+   M /trunk/epan/dissectors/packet-frame.c
 
-fix #357: increment ring buffer "file names" (again?)
+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.
 ------------------------------------------------------------------------
-r15439 | ulfl | 2005-08-19 16:09:38 -0500 (Fri, 19 Aug 2005) | 1 line
+r29429 | krj | 2009-08-15 01:38:50 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_build_install.xml
+   M /trunk/epan/proto.c
 
-as the WinPcap installation is now longer really needed (it has become part of the main Ethereal installer) clarify things about installation
+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.
 ------------------------------------------------------------------------
-r15438 | guy | 2005-08-19 14:44:21 -0500 (Fri, 19 Aug 2005) | 6 lines
+r29430 | krj | 2009-08-15 02:13:16 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/config.nmake
-
-We've changed the Wiretap ABI (removed one routine), so bump the library
-version number.
-
-WinPcap 3.1 is no longer in alpha.  (Should we make WINPCAP_VERSION 3.1,
-so we default to assuming WinPcap 3.1?)
+   M /trunk/epan/except.c
 
+Switch over to using GLib's g_malloc/g_free in the name of consistency.
 ------------------------------------------------------------------------
-r15437 | guy | 2005-08-19 14:40:00 -0500 (Fri, 19 Aug 2005) | 12 lines
+r29431 | krj | 2009-08-15 04:21:36 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/capinfos.c
-   M /trunk/cfile.h
-   M /trunk/file.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/merge.c
-   M /trunk/merge.h
-   M /trunk/ringbuffer.c
-   M /trunk/tethereal.c
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.def
-   M /trunk/wiretap/wtap.h
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+   M /trunk/plugins/ethercat/packet-esl.c
 
-Add APIs to Wiretap to return the file of the size as supplied by the OS
-(so if the file's gzipped, it's *NOT* the size of the file after
-uncompressing), and an approximation of the amount of that data read
-sequentially so far.
+Use 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
 
-Use those for various progress bars and the like.
+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
 
-Make the fstat() in the Ascend trace reader directly use wth->fd, as
-it's inside Wiretap; that gets rid of the last caller of wtap_fd() (as
-we're no longer directly using fstat() or lseek() in Ethereal), so get
-rid of wtap_fd().
+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
 ------------------------------------------------------------------------
-r15436 | ulfl | 2005-08-19 14:29:29 -0500 (Fri, 19 Aug 2005) | 1 line
+r29435 | krj | 2009-08-15 07:13:36 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_introduction.xml
+   M /trunk/file.c
 
-add information about unsupported/fresh windows versions
+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.
 ------------------------------------------------------------------------
-r15435 | gerald | 2005-08-19 13:28:50 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29436 | etxrab | 2009-08-15 14:12:56 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/gtk/new_packet_list.c
 
-Restore pinfo->private_data after calling another dissector, in case it gets
-overwritten.  Fixes bug 367.
+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
 ------------------------------------------------------------------------
-r15434 | lego | 2005-08-19 11:46:46 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29438 | sfisher | 2009-08-15 19:35:44 -0700 (Sat, 15 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/gtk/new_packet_list.c
+
 
-Add packet-alcap.h to the Makefiles.
+Mark function paramter as unused with _U_ to please gcc.
 
 
 ------------------------------------------------------------------------
-r15433 | lego | 2005-08-19 10:50:48 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29439 | krj | 2009-08-15 21:08:00 -0700 (Sat, 15 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-some ememification
+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
 
 ------------------------------------------------------------------------
-r15432 | lego | 2005-08-19 10:46:39 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29440 | krj | 2009-08-15 21:54:33 -0700 (Sat, 15 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/packet-camel-template.h
-
-add the $Id:$
+   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.
 ------------------------------------------------------------------------
-r15431 | lego | 2005-08-19 10:35:42 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29442 | krj | 2009-08-16 01:18:17 -0700 (Sun, 16 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/tvbuff.c
 
-some ememification
+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
 ------------------------------------------------------------------------
-r15430 | lego | 2005-08-19 06:53:39 -0500 (Fri, 19 Aug 2005) | 4 lines
+r29445 | krj | 2009-08-16 03:53:47 -0700 (Sun, 16 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-   A /trunk/epan/dissectors/packet-alcap.h
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
 
-Keep information about the call-leg so that all the messages of a leg can be filtered given a parameter of it.
-Create the header to export the structures thyat hold that info.
+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.
 
 ------------------------------------------------------------------------
-r15429 | guy | 2005-08-19 05:00:14 -0500 (Fri, 19 Aug 2005) | 2 lines
+r29446 | krj | 2009-08-16 05:36:22 -0700 (Sun, 16 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/libethereal.def
-   A /trunk/epan/stat.c (from /trunk/stat.c:15427)
-   A /trunk/epan/stat.h (from /trunk/stat.h:15427)
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/conversations_eth.c
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/conversations_fddi.c
-   M /trunk/gtk/conversations_ip.c
-   M /trunk/gtk/conversations_ipx.c
-   M /trunk/gtk/conversations_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   M /trunk/gtk/conversations_tcpip.c
-   M /trunk/gtk/conversations_tr.c
-   M /trunk/gtk/conversations_udpip.c
-   M /trunk/gtk/conversations_wlan.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/hostlist_fddi.c
-   M /trunk/gtk/hostlist_ip.c
-   M /trunk/gtk/hostlist_ipx.c
-   M /trunk/gtk/hostlist_jxta.c
-   M /trunk/gtk/hostlist_tcpip.c
-   M /trunk/gtk/hostlist_tr.c
-   M /trunk/gtk/hostlist_udpip.c
-   M /trunk/gtk/hostlist_wlan.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-   D /trunk/stat.c
-   D /trunk/stat.h
-   M /trunk/tap-ansi_astat.c
-   M /trunk/tap-bootpstat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-gsm_astat.c
-   M /trunk/tap-h225counter.c
-   M /trunk/tap-h225rassrt.c
-   M /trunk/tap-httpstat.c
-   M /trunk/tap-iostat.c
-   M /trunk/tap-iousers.c
-   M /trunk/tap-mgcpstat.c
-   M /trunk/tap-protocolinfo.c
-   M /trunk/tap-protohierstat.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-sctpchunkstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-stats_tree.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tethereal.c
+   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
 
-Move the stats.[ch] stuff into epan, so plugins can use it.
+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]
 ------------------------------------------------------------------------
-r15428 | sahlberg | 2005-08-19 04:47:11 -0500 (Fri, 19 Aug 2005) | 12 lines
+r29450 | krj | 2009-08-16 08:33:05 -0700 (Sun, 16 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/gtk/new_packet_list.c
 
-From Matthias Drochner:
-I'll attach a patch which fixes the decoding of authenticated
-LDAP bind replies. The SASL credentials are always "context
-specific" in terms of ASN.1.
-I've tested the fix with DIGEST-MD5 authentication.
-(Without the patch, ethereal complains about a wrong type
-because it expects an ASN.a octet string.)
-(You might also consider a stricter check of the ASN.1 header
-type for the GSSAPI and GSS-SPNEGO cases, but I can't test this.)
+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.
 
 ------------------------------------------------------------------------
-r15427 | guy | 2005-08-19 04:29:41 -0500 (Fri, 19 Aug 2005) | 8 lines
+r29452 | krj | 2009-08-17 04:13:36 -0700 (Mon, 17 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/epan/libethereal.def
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/conversations_eth.c
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/conversations_fddi.c
-   M /trunk/gtk/conversations_ip.c
-   M /trunk/gtk/conversations_ipx.c
-   M /trunk/gtk/conversations_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   M /trunk/gtk/conversations_tcpip.c
-   M /trunk/gtk/conversations_tr.c
-   M /trunk/gtk/conversations_udpip.c
-   M /trunk/gtk/conversations_wlan.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gsm_map_summary.c
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/hostlist_fddi.c
-   M /trunk/gtk/hostlist_ip.c
-   M /trunk/gtk/hostlist_ipx.c
-   M /trunk/gtk/hostlist_jxta.c
-   M /trunk/gtk/hostlist_tcpip.c
-   M /trunk/gtk/hostlist_tr.c
-   M /trunk/gtk/hostlist_udpip.c
-   M /trunk/gtk/hostlist_wlan.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/rtp_stream_dlg.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_graph_dlg.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   A /trunk/gtk/stat_menu.h (from /trunk/gtk/tap_menu.h:15420)
-   M /trunk/gtk/stats_tree_stat.c
-   D /trunk/gtk/tap_menu.h
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-   A /trunk/stat.c
-   A /trunk/stat.h
-   M /trunk/tap-ansi_astat.c
-   M /trunk/tap-bootpstat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-gsm_astat.c
-   M /trunk/tap-h225counter.c
-   M /trunk/tap-h225rassrt.c
-   M /trunk/tap-httpstat.c
-   M /trunk/tap-iostat.c
-   M /trunk/tap-iousers.c
-   M /trunk/tap-mgcpstat.c
-   M /trunk/tap-protocolinfo.c
-   M /trunk/tap-protohierstat.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-sctpchunkstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-stats_tree.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tap_dfilter_dlg.h
-   M /trunk/tethereal.c
-
-Move the APIs for registering and processing "-z" command-line arguments
-and "Statistics" menu items into "stat.h" and "stat.c", to separate them
-from the core tapping APIs.  A tap could conceivably not register as a
-"-z" command-line argument or "Statistics" menu item, and a stat could
-conceivably not be implemented as a tap, and dissectors that implement
-tapping points don't need the UI-related stuff from "stat.h", they just
-want the tap-related stuff in <epan/tap.h>.
+   M /trunk/epan/proto.c
 
+Don't do PROTO_REGISTRAR_GET_NTH twice.
 ------------------------------------------------------------------------
-r15426 | sahlberg | 2005-08-19 04:28:58 -0500 (Fri, 19 Aug 2005) | 5 lines
+r29453 | krj | 2009-08-17 04:21:33 -0700 (Mon, 17 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ptp.c
-
-From Markus Seehofer
-
-PTP updates
+   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.
 ------------------------------------------------------------------------
-r15425 | sahlberg | 2005-08-19 03:43:58 -0500 (Fri, 19 Aug 2005) | 5 lines
+r29455 | etxrab | 2009-08-17 08:13:58 -0700 (Mon, 17 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/new_packet_list.c
 
-From Michael Lum:
+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
 
-Statistics data structure was not being passed to the draw routine.
+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
 
 ------------------------------------------------------------------------
-r15424 | sahlberg | 2005-08-19 03:39:19 -0500 (Fri, 19 Aug 2005) | 7 lines
+r29457 | jake | 2009-08-17 12:10:19 -0700 (Mon, 17 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
-
-From Michael Lum:
-Fixed quite a few parameter IDs based on TIA-41-E (originally my mistakes).
-Added support for filtering by DN, MIN, etc.
-Moved where embedded 'Bearer Data' parameter is sub-dissected.
+   M /trunk/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'
 ------------------------------------------------------------------------
-r15423 | sahlberg | 2005-08-19 03:36:38 -0500 (Fri, 19 Aug 2005) | 7 lines
+r29459 | sfisher | 2009-08-17 17:32:11 -0700 (Mon, 17 Aug 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-x224.c
 
-From Michael Lum
 
-Slight modification to allow a protocol beneath SCCP (i.e. MTP3)
-specify how the SCCP message should be dissected.
+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.
 
 ------------------------------------------------------------------------
-r15422 | sahlberg | 2005-08-19 03:32:27 -0500 (Fri, 19 Aug 2005) | 5 lines
+r29461 | etxrab | 2009-08-18 01:00:05 -0700 (Tue, 18 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/diameter/TGPPRx.xml
+   M /trunk/diameter/gqpolicy.xml
 
-from Michael Lum
+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
 
-update to 3g-a11  
-Modified support for ESN in the Airlink Setup Record
+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?
 ------------------------------------------------------------------------
-r15421 | sahlberg | 2005-08-19 03:19:52 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29464 | morriss | 2009-08-18 06:25:49 -0700 (Tue, 18 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-etheric.c
+   M /trunk/epan/dissectors/packet-sccp.c
 
-remove gmalloc from etheric
+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).
 
 ------------------------------------------------------------------------
-r15420 | sahlberg | 2005-08-19 03:12:26 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29466 | etxrab | 2009-08-18 07:39:32 -0700 (Tue, 18 Aug 2009) | 1 line
 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
-
-remove g_malloc() from packet-smb-common
+   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???
 ------------------------------------------------------------------------
-r15419 | sahlberg | 2005-08-19 03:03:28 -0500 (Fri, 19 Aug 2005) | 3 lines
+r29468 | jake | 2009-08-18 10:36:30 -0700 (Tue, 18 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/gtk/rtp_player.c
 
-remove g_malloc()
+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().
 ------------------------------------------------------------------------
-r15418 | ulfl | 2005-08-19 02:03:34 -0500 (Fri, 19 Aug 2005) | 2 lines
+r29470 | etxrab | 2009-08-18 23:04:30 -0700 (Tue, 18 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
-file.c(3079) : warning C4090: 'function' : different 'const' qualifiers
-file.c(3079) : warning C4022: 'cf_callback_invoke' : pointer mismatch for actual parameter 2
+Fix a memmory leak.
 ------------------------------------------------------------------------
-r15417 | guy | 2005-08-18 20:57:44 -0500 (Thu, 18 Aug 2005) | 4 lines
+r29471 | etxrab | 2009-08-19 00:55:11 -0700 (Wed, 19 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/fileset_dlg.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
 
-Include <string.h> to declare "strrchr()".
+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
 
-Clean up indentation.
+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
 ------------------------------------------------------------------------
-r15416 | guy | 2005-08-18 20:56:14 -0500 (Thu, 18 Aug 2005) | 2 lines
+r29474 | jmayer | 2009-08-19 05:25:40 -0700 (Wed, 19 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-capwap.c
 
-Set "hoffset" before using it.
+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).
 
 ------------------------------------------------------------------------
-r15415 | guy | 2005-08-18 20:17:24 -0500 (Thu, 18 Aug 2005) | 5 lines
+r29475 | krj | 2009-08-19 06:52:15 -0700 (Wed, 19 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/cfile.h
    M /trunk/file.c
-   M /trunk/gtk/main.c
-   M /trunk/summary.c
-   M /trunk/tethereal.c
 
-Have "f_datalen" keep track of the number of bytes of uncompressed file
-data, so that "f_len" still keeps the size of the underlying file (which
-is necessary in order to make the progress bar when files are being read
-work correctly).
+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
 
 ------------------------------------------------------------------------
-r15414 | etxrab | 2005-08-18 16:36:59 -0500 (Thu, 18 Aug 2005) | 12 lines
+r29476 | jmayer | 2009-08-19 08:42:24 -0700 (Wed, 19 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/epan/dissectors/packet-capwap.c
 
-From Tim Endean:
+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.
 
-Small patch to ber.c
-
-The tcap dissector has been updated to use this length. I have not tested other asn.1 dissectors to ensure that they correctly use the indefinite encoding flag instead of the length value returning zero. 
+------------------------------------------------------------------------
+r29477 | etxrab | 2009-08-19 11:36:36 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   A /trunk/gtk/expert_dlg.h
 
-There may also be some problems when re-assembly is needed, but the ability to deal with indefinite length is much more useful.
+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
 
-For developers the get_ber_length now returns the length of the pdu including the EOC, where you have dissectors that use packet-ber.c the eoc may need to be dealt with separately.
+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
 
-The tcap dissector has had numerous changes to make it less cluttered, and the useful feature of the previous version where a dialogue could be filtered out by selecting either the source or destination transaction ID has been incorporated into this version.
+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).
 ------------------------------------------------------------------------
-r15413 | ulfl | 2005-08-18 14:36:19 -0500 (Thu, 18 Aug 2005) | 1 line
+r29481 | etxrab | 2009-08-19 12:20:45 -0700 (Wed, 19 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/fileset_dlg.c
+   M /trunk/gtk/expert_dlg.c
 
-fix #305: don't get file creation date/time of the file but just use the filename
+Destroy window with parent, update label when showing window.
 ------------------------------------------------------------------------
-r15412 | ulfl | 2005-08-18 14:31:15 -0500 (Thu, 18 Aug 2005) | 6 lines
+r29482 | etxrab | 2009-08-20 00:26:16 -0700 (Thu, 20 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/config.h.win32
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/dfilter/dfilter.c
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fddi.c
-   M /trunk/epan/dissectors/packet-fw1.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/plugins.c
-   M /trunk/epan/proto.c
-   M /trunk/mkstemp.c
+   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
 
-several times replacing:
+From Harald Welte :
+Connect RRLP to GSM A DTAP application info message.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3919
 
-sprintf -> g_snprintf
-snprintf -> g_snprintf
-vsnprintf -> g_vsnprintf
-strdup -> g_strdup
+From me try to fix missuse of pinfo.
 ------------------------------------------------------------------------
-r15411 | ulfl | 2005-08-18 14:19:59 -0500 (Thu, 18 Aug 2005) | 1 line
+r29483 | etxrab | 2009-08-20 02:49:32 -0700 (Thu, 20 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/fileset.c
+   M /trunk/epan/frame_data.h
 
-while sorting the entries, don't use the file creation date but the filename for comparison
+Prepare to store column text in frame data directly.
 ------------------------------------------------------------------------
-r15410 | ulfl | 2005-08-18 14:09:01 -0500 (Thu, 18 Aug 2005) | 1 line
+r29484 | martinm | 2009-08-20 06:16:34 -0700 (Thu, 20 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/gtk/mac_lte_stat_dlg.c
 
-init the file set submenu items, so that the next and previous file items are disabled by default
+Trivial formatting changes
 ------------------------------------------------------------------------
-r15409 | gerald | 2005-08-18 13:12:55 -0500 (Thu, 18 Aug 2005) | 2 lines
+r29485 | martinm | 2009-08-20 06:25:41 -0700 (Thu, 20 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/AUTHORS
 
-Fix value_tvb pointers.
+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
 ------------------------------------------------------------------------
-r15408 | kukosa | 2005-08-18 09:32:49 -0500 (Thu, 18 Aug 2005) | 7 lines
+r29487 | jake | 2009-08-20 12:41:53 -0700 (Thu, 20 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/h225/h225.asn
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h245/h245.asn
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/tools/asn2eth.py
+   M /trunk/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
 
-- dissect_per_restricted_character_string() returns value in tvbbuff_t instead of char
-- asn2eth:
-  fixed CHOICE tag handling
-  #.FN_PARS support for BIT STRING and all string types
-  intersection of SIZE and FROM constraints for string is handled
-- new asn2eth features used in h225 and h245
-- PER dissectors regeneration
+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.
 ------------------------------------------------------------------------
-r15407 | etxrab | 2005-08-18 07:55:01 -0500 (Thu, 18 Aug 2005) | 2 lines
+r29488 | jake | 2009-08-20 22:37:33 -0700 (Thu, 20 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-time.c
+   M /trunk/epan/Makefile.am
+
+List the new DOCSIS dissector file here as well.
 
-From Richard van der Hoff
-negative relative time fixes.
 ------------------------------------------------------------------------
-r15406 | etxrab | 2005-08-18 06:09:50 -0500 (Thu, 18 Aug 2005) | 1 line
+r29489 | etxrab | 2009-08-21 03:12:47 -0700 (Fri, 21 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   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
 
-Decode some more of MultiRate configuration.
+Use col_text in frame data.
+- colum-utils needs more work, based on
+ Didier Gautherons optimizations patch http://wiki.wireshark.org/Development/Optimization
 ------------------------------------------------------------------------
-r15405 | sahlberg | 2005-08-18 05:37:41 -0500 (Thu, 18 Aug 2005) | 19 lines
+r29490 | krj | 2009-08-21 04:03:30 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/file.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/print.c
+   M /trunk/proto_hier_stats.c
 
-when kerberos claims a conversation, it only claims it for the source port
-since a KDC MIGTH send the reply back from a different port.
+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
 
-Then comes X.L's capture (ethereal-dev) 816fc4.cap from 16Aug2005 where
-the client is reusing the same source port to talk to DNS after finishing
-doing the port 88 KDC stuff.
+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
 
-Make kerberos/udp able to test the packet for sanity and reject packets that
-do not look like kerberos (even if there was a conversation that said it was kerberos)
-and thus let other dissectors have a go at it.
+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
 
-in doubt,   try 816fc4.cap  before and after this patch :-)
+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.
 ------------------------------------------------------------------------
-r15404 | guy | 2005-08-18 04:47:00 -0500 (Thu, 18 Aug 2005) | 3 lines
+r29496 | jake | 2009-08-21 11:56:15 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/netxray.c
+   M /trunk/plugins/docsis/packet-docsis.c
 
-Try yet another scheme for handling time stamps; realtick isn't always
-correct.
+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
 ------------------------------------------------------------------------
-r15403 | sahlberg | 2005-08-18 03:55:22 -0500 (Thu, 18 Aug 2005) | 3 lines
+r29498 | tuexen | 2009-08-21 13:10:51 -0700 (Fri, 21 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tr.c
+   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.
 
-replace sprintf with ememified g_snprintf
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r15402 | sahlberg | 2005-08-18 03:37:31 -0500 (Thu, 18 Aug 2005) | 6 lines
+r29501 | krj | 2009-08-21 13:40:49 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/packaging/u3/tools/sysdep.h
 
-Tim's patches for packet-ber  for extra testing (works ok with my and with Anders captures)
+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
 
-Anders'  beginnings of a new dissect_ber_set() function
+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.
 ------------------------------------------------------------------------
-r15401 | guy | 2005-08-18 02:09:43 -0500 (Thu, 18 Aug 2005) | 4 lines
+r29505 | wmeier | 2009-08-22 10:12:33 -0700 (Sat, 22 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/epan/crc32.c
 
-The length returned for continuation data should be the length remaining
-in the tvbuff starting at the specified offset, not the entire length of
-the tvbuff.
+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.
 
 ------------------------------------------------------------------------
-r15400 | guy | 2005-08-18 01:40:10 -0500 (Thu, 18 Aug 2005) | 2 lines
+r29506 | jake | 2009-08-22 10:28:54 -0700 (Sat, 22 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/epan/dissectors/packet-dns.c
 
-Get rid of a no-longer-used variable.
+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()
 ------------------------------------------------------------------------
-r15399 | guy | 2005-08-17 20:17:46 -0500 (Wed, 17 Aug 2005) | 2 lines
+r29508 | krj | 2009-08-22 12:53:54 -0700 (Sat, 22 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   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
 
-Show BitTorrent stuff that doesn't look right as continuation data.
+From Frederic Peters (made endian-aware by me):
+fixed segfault with some GIOP packets
 
 ------------------------------------------------------------------------
-r15398 | ulfl | 2005-08-17 18:10:28 -0500 (Wed, 17 Aug 2005) | 1 line
+r29510 | rbalint | 2009-08-22 15:49:59 -0700 (Sat, 22 Aug 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-isakmp.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
-   M /trunk/plugins/lwres/packet-lwres.c
+   M /trunk/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.
 
-snprintf -> g_snprintf
 ------------------------------------------------------------------------
-r15397 | ulfl | 2005-08-17 17:49:07 -0500 (Wed, 17 Aug 2005) | 1 line
+r29511 | krj | 2009-08-22 22:20:30 -0700 (Sat, 22 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/epan/dissectors/packet-giop.c
 
-put the intermediate files of the release_notes chm build into it's own dir release_notes_chm/ instead of .
+Avoid 'cast to pointer from integer of different size'
 ------------------------------------------------------------------------
-r15396 | ulfl | 2005-08-17 17:32:40 -0500 (Wed, 17 Aug 2005) | 3 lines
+r29512 | jmayer | 2009-08-22 23:57:16 -0700 (Sat, 22 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   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
 
-0.10.12 -> 0.10.13 (preliminary)
+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.
 
-add a section about "new and updated features"
 ------------------------------------------------------------------------
-r15395 | gerald | 2005-08-17 17:27:15 -0500 (Wed, 17 Aug 2005) | 8 lines
+r29513 | krj | 2009-08-23 02:07:54 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-snmp.c
+   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
 
-Flip the separators in the MIBS environment variable between ":" and
-";" depending on our platform.  This is a modified version of a patch
-that Jaap Keuter sent in.  Leave the preferences tooltip as-is in case
-we want to be more strict about separators in the future.
+Custom columfication:
 
-Add a link to an email from Wes explaining that we shouldn't use a
-default MIB list.
+* Deprecate COL_COS_VALUE (L2 COS Value (802.1p)). Use vlan.priority
 
 ------------------------------------------------------------------------
-r15394 | ulfl | 2005-08-17 17:08:06 -0500 (Wed, 17 Aug 2005) | 1 line
+r29514 | krj | 2009-08-23 02:16:58 -0700 (Sun, 23 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/Makefile.common
+   M /trunk/epan/prefs.c
 
-fix a typo
-------------------------------------------------------------------------
-r15393 | ulfl | 2005-08-17 17:03:21 -0500 (Wed, 17 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ip.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) ....
 
-snprintf -> g_snprintf
 ------------------------------------------------------------------------
-r15392 | ulfl | 2005-08-17 16:52:16 -0500 (Wed, 17 Aug 2005) | 1 line
+r29515 | krj | 2009-08-23 02:52:57 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/io_stat.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_CIRCUIT_ID (Circuit ID). Use iax2.call
 
-strdup -> g_strdup and alike
 ------------------------------------------------------------------------
-r15391 | sahlberg | 2005-08-17 15:45:18 -0500 (Wed, 17 Aug 2005) | 3 lines
+r29516 | krj | 2009-08-23 03:20:42 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/addr_resolv.h
+   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
 
-update some comments pointing out these buffers need not be freed
+Custom columfication:
 
+* Deprecate COL_HPUX_SUBSYS (HP-UX Nettl Subsystem). Use nettl.subsys
 
 ------------------------------------------------------------------------
-r15390 | gerald | 2005-08-17 10:04:44 -0500 (Wed, 17 Aug 2005) | 9 lines
+r29517 | krj | 2009-08-23 03:25:51 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
-
-If we receive junk data from the network it means we have a
-malformed packet.  It doesn't necessarily mean that we have a problem
-with our dissector.  If we see something we didn't expect, throw a
-ReportedBoundsError instead of calling DISSECTOR_ASSERT() (which makes
-BuildBot open a ticket).
+   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
 
-Fixes bugs 362 - 366.
+Custom columfication:
 
+* Deprecate COL_HPUX_DEVID (HP-UX Device ID). Use nettl.devid
 
 ------------------------------------------------------------------------
-r15389 | jmayer | 2005-08-17 07:27:05 -0500 (Wed, 17 Aug 2005) | 6 lines
+r29518 | krj | 2009-08-23 04:12:12 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   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
 
-As reported by Jim Young:
-- The port number was incorrectly displayed
-- Be a bit more verbose in the "Info" summary line.
-- Display the version including the internal number.
+Custom columfication:
 
+* Deprecate COL_DSCP_VALUE (IP DSCP Value). Use ip.dsfield
 
 ------------------------------------------------------------------------
-r15388 | jmayer | 2005-08-17 04:59:47 -0500 (Wed, 17 Aug 2005) | 1 line
+r29519 | krj | 2009-08-23 04:13:53 -0700 (Sun, 23 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/column-utils.c
 
-Comment fixes
+#if 0 col_set_circuit_id(). It isn't being used
 ------------------------------------------------------------------------
-r15387 | etxrab | 2005-08-17 04:43:16 -0500 (Wed, 17 Aug 2005) | 2 lines
+r29520 | tuexen | 2009-08-23 04:30:54 -0700 (Sun, 23 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/sctpppids.h
 
- from Tomas Kukosa, remove a redundant g_strdup()
+Update list of PPIDs.
+This fixes bug 3928.
 
 ------------------------------------------------------------------------
-r15386 | sahlberg | 2005-08-17 04:36:20 -0500 (Wed, 17 Aug 2005) | 3 lines
+r29521 | krj | 2009-08-23 04:35:53 -0700 (Sun, 23 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/atalk-utils.c
-   M /trunk/epan/osi-utils.c
-   M /trunk/epan/strutil.c
-
-replace some more silly rotating buffers with ep_alloc() calls
-
+   M /trunk/epan/prefs.c
 
+Avoid signed/unsigned comparison
 ------------------------------------------------------------------------
-r15385 | sahlberg | 2005-08-17 04:28:24 -0500 (Wed, 17 Aug 2005) | 3 lines
+r29522 | krj | 2009-08-23 05:16:10 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/sna-utils.c
-   M /trunk/epan/value_string.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
 
-fix some more silly rotating buffers
+Custom columnfication:
 
+* Deprecate COL_FR_DLCI (Frame Relay DLCI). Use fr.dlci
 
 ------------------------------------------------------------------------
-r15384 | sahlberg | 2005-08-17 04:25:04 -0500 (Wed, 17 Aug 2005) | 6 lines
+r29523 | krj | 2009-08-23 05:24:14 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aarp.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-wccp.c
-
-replace a whole bunch of silly rotating stating buffers with ep_alloc() calls
-
-this should fix a whole number of display bugs when there are too many such pdus in a single frame for the silly buffers to handle before they wrap.
+   M /trunk/epan/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
 
 ------------------------------------------------------------------------
-r15383 | sahlberg | 2005-08-17 04:11:37 -0500 (Wed, 17 Aug 2005) | 3 lines
+r29524 | krj | 2009-08-23 05:30:48 -0700 (Sun, 23 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-manolito.c
+   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
 
-remove g_malloc from manolito
+Custom columnfication:
 
+* Deprecate COL_DELTA_CONV_TIME (Delta time (conversation)). Use tcp.time_delta
 
 ------------------------------------------------------------------------
-r15382 | sahlberg | 2005-08-17 03:54:25 -0500 (Wed, 17 Aug 2005) | 3 lines
+r29525 | gerald | 2009-08-23 08:03:28 -0700 (Sun, 23 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   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
 
-remove g_malloc()s from rtcp
+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.
 
 ------------------------------------------------------------------------
-r15381 | sahlberg | 2005-08-17 03:50:04 -0500 (Wed, 17 Aug 2005) | 7 lines
+r29529 | krj | 2009-08-23 11:13:03 -0700 (Sun, 23 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ftp.c
-   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
 
-replace g_malloc() with ep_alloc() for ftp and sdp
+From Didier gautheron via bug 3929:
 
+* Don't use g_string_chunk_clear(). It is only defined if GLib >= 2.14
 
-sdp never free the allocated memory so it were leaking memory for every packet containng sdp.
-fix memleak for sdp
+From me:
 
+* Whitespace fixes
 
 ------------------------------------------------------------------------
-r15380 | sahlberg | 2005-08-17 03:43:40 -0500 (Wed, 17 Aug 2005) | 3 lines
+r29530 | krj | 2009-08-23 11:32:29 -0700 (Sun, 23 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rip.c
-   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/gtk/expert_comp_dlg.c
+   M /trunk/gtk/expert_dlg.c
 
-remove g_malloc() from rip   remove one g_malloc() from tacacs
+From Didier gautheron via bug 3929:
 
+* Expert Info / Expert Info Composite requires a full protocol tree.
+* Delay tree NULL pointer check in bootp dissector
 
 ------------------------------------------------------------------------
-r15379 | sahlberg | 2005-08-17 03:31:54 -0500 (Wed, 17 Aug 2005) | 3 lines
+r29531 | jake | 2009-08-23 12:16:35 -0700 (Sun, 23 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-
-from Tomas Kukosa, remove a redundant g_strdup()
-
+   M /trunk/epan/dissectors/packet-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.
 ------------------------------------------------------------------------
-r15378 | jmayer | 2005-08-16 16:38:18 -0500 (Tue, 16 Aug 2005) | 3 lines
+r29532 | wmeier | 2009-08-23 16:52:40 -0700 (Sun, 23 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-- Small comment updates.
-- Add some info about the element to the top level.
+Rework code slightly to prevent a GCC 'strict-aliasing' warning.
 
 ------------------------------------------------------------------------
-r15377 | gerald | 2005-08-16 11:11:02 -0500 (Tue, 16 Aug 2005) | 2 lines
+r29533 | stig | 2009-08-24 01:00:39 -0700 (Mon, 24 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/packet.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
 
-For "-G decodes", print the selector values as unsigned ints.
+From Ivan Sy via bug 3931:
+Added ND Proxy Flag for IPv6 RA flag.
 
 ------------------------------------------------------------------------
-r15376 | gerald | 2005-08-16 11:09:49 -0500 (Tue, 16 Aug 2005) | 3 lines
+r29534 | kukosa | 2009-08-24 02:05:15 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add a note about sFlow.  Remove the CSM_ENCAPS bug; I inadvertently
-reintroduced it after the 0.10.12 release.
+   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
 ------------------------------------------------------------------------
-r15375 | gerald | 2005-08-16 11:04:30 -0500 (Tue, 16 Aug 2005) | 11 lines
+r29535 | etxrab | 2009-08-24 02:05:23 -0700 (Mon, 24 Aug 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sflow.c
-   M /trunk/epan/proto.c
+   M /trunk/epan/dissectors/packet-tcp.c
 
-In packet-sflow.c, don't pass a NULL value pointer to
-proto_tree_add_ipv6().  Add tree items for the extended router source
-and dest mask, and fix offsets.  These changes appear to be correct,
-but I don't have a valid capture with extended router data.
 
-In proto.c, throw a dissector error if we try to pass a NULL value to
-various proto_tree_set_*() routines.
+From: : " Michael"
 
-Fixes bug 356.
+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
 ------------------------------------------------------------------------
-r15374 | sahlberg | 2005-08-16 03:40:06 -0500 (Tue, 16 Aug 2005) | 3 lines
+r29536 | etxrab | 2009-08-24 02:29:05 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-add SetFileInfo level 1013   SetDispositionInfo decoding
-
+   M /trunk/epan/dissectors/packet-tcp.c
 
+packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in this function
 ------------------------------------------------------------------------
-r15373 | sahlberg | 2005-08-16 02:49:03 -0500 (Tue, 16 Aug 2005) | 2 lines
+r29537 | wmeier | 2009-08-24 07:30:55 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mount.c
+   M /trunk/gtk/sctp_stat.c
 
-prettify MNT (and friends) by placing the path in COL_INFO
+Rework code slightly to prevent a GCC 'breaking strict-aliasing rules' warning
 
 ------------------------------------------------------------------------
-r15372 | jmayer | 2005-08-16 01:48:06 -0500 (Tue, 16 Aug 2005) | 7 lines
+r29538 | wmeier | 2009-08-24 08:17:58 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/prefs.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
+Remove unneeded #includes; Clean up indentation; Comment a few "closing braces".
 
-Change the default font size on Unix (etc) to 10 pt, just as it was
-already on Windows.
-Changed the default font to Monospace, as some Linux distributions did
-that already. In case this isn't available on all platforms we will
-need to change it back to "fixed medium".
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r15371 | jmayer | 2005-08-16 01:45:17 -0500 (Tue, 16 Aug 2005) | 7 lines
+r29540 | guy | 2009-08-24 11:20:20 -0700 (Mon, 24 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-   M /trunk/version_info.c
-   M /trunk/version_info.h
+   M /trunk/gtk/expert_dlg.c
 
-Move SVNVERSION handling into version_info. That way, we won't have
-to recompile tethereal.o etc each time the svn version has changed,
-relinking is sufficient.
+We no longer need the "ascending arrow" and "descending arrow" images
+for clists, as we're not using a clist.
 
-I'm not sure what to do about mergecap, as it currently doesn't link
-against version_info, so it's "overhead" either way.
+Clean up white space, and use C89 comments rather than C99/C++ comments.
 
 ------------------------------------------------------------------------
-r15370 | guy | 2005-08-16 01:09:39 -0500 (Tue, 16 Aug 2005) | 19 lines
+r29541 | etxrab | 2009-08-24 11:45:01 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/gtk/color_utils.c
+   M /trunk/gtk/color_utils.h
 
-Change to match more closely the way I read 802.11h, at least; I'm just
-guessing about the "17" indicator for "management notification" frames -
-I'm not sure whether, after paying USD 60 to get the current 802.11e
-draft, Preview on my Mac could even decrypt it.
-
-802.11h seems to say in 7.2.3.12 and 7.3.1.11 that the body of an Action
-frame has a 1-byte Category field, with a value of 0 meaning "Spectrum
-management", followed by, for Spectrum management, a 1-byte Action
-field, with 0=Measurement Request, 1=Measurement Report, 2=TPC Request,
-3=TPC Report, and 4=Channel Switch Announcement, followed by:
+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
 
-       for all but Channel Switch Announcement, a 1-byte Dialog Token
-       followed by some tagged parameters;
+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
 
-       for the Channel Switch announcement, some tagged parameters.
+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
 
-Show some fields given in decimal in various 802.11 specs in decimal,
-not hex.
+Fix typo.
 
 ------------------------------------------------------------------------
-r15369 | guy | 2005-08-16 00:58:50 -0500 (Tue, 16 Aug 2005) | 6 lines
+r29545 | guy | 2009-08-24 18:01:55 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/gtk/color_utils.c
 
-From Peter Johansson: add an option to decode the client information,
-and check the validity of messages a bit more carefully.
+Fix another typo.
 
-Reformat a bit so not as much code is missed by those of us who like
-narrow editor windows.
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r15368 | guy | 2005-08-15 21:04:02 -0500 (Mon, 15 Aug 2005) | 6 lines
+r29547 | guy | 2009-08-24 23:11:57 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-daap.c
+   M /trunk/epan/column.c
 
-The real problem is that iTunes requests gzipped data and responds with
-it, so unless you're reassembling headers and bodies the DAAP dissector
-will see the gzipped crap.  The HTTP dissector should perhaps not bother
-handing gzipped or otherwise unusually-encoded bodies to subdissectors
-if it's not undoing the encoding.
+Note in dlist[] that COL_BSSGP_TLLI is deprecated.
 
 ------------------------------------------------------------------------
-r15367 | guy | 2005-08-15 20:34:44 -0500 (Mon, 15 Aug 2005) | 4 lines
+r29548 | martinm | 2009-08-25 04:01:51 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-gcc4 gets confused by the break statements, and I guess it thinks you
-can reach them, and thus thinks you can fall off the end of
-"fc_get_ftype()".
+Show CRC errors for RARs.
 
 ------------------------------------------------------------------------
-r15366 | guy | 2005-08-15 20:24:19 -0500 (Mon, 15 Aug 2005) | 2 lines
+r29549 | etxrab | 2009-08-25 10:22:32 -0700 (Tue, 25 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-Note where a table comes from, and that we don't use it.
+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).
 ------------------------------------------------------------------------
-r15365 | lego | 2005-08-15 20:01:17 -0500 (Mon, 15 Aug 2005) | 3 lines
+r29550 | gerald | 2009-08-25 10:55:55 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/emem.h
-
-se_alloc not ep_alloc!
+   M /trunk/tools/make-dissector-reg.py
 
+Add more information to the comments at the top of the files we generate.
 
 ------------------------------------------------------------------------
-r15364 | lego | 2005-08-15 19:55:08 -0500 (Mon, 15 Aug 2005) | 2 lines
+r29551 | etxrab | 2009-08-25 14:10:35 -0700 (Tue, 25 Aug 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
+   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
 
-more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_printf()
+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.
 ------------------------------------------------------------------------
-r15363 | jmayer | 2005-08-15 16:06:09 -0500 (Mon, 15 Aug 2005) | 3 lines
+r29552 | wmeier | 2009-08-25 14:54:12 -0700 (Tue, 25 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/epan/dissectors/packet-tpncp.c
 
-- Update manuf
-- Add some Extreme MAC addresses to wka.tmpl
+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.
 
 ------------------------------------------------------------------------
-r15362 | jmayer | 2005-08-15 15:31:57 -0500 (Mon, 15 Aug 2005) | 4 lines
+r29553 | martinm | 2009-08-25 16:01:03 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/idl2eth.sh
+   M /trunk/epan/proto.h
 
-- Change $1 to $@
-- Don't exit if we can't find the scripts - try to continue anyway,
-  as they might be installed in some preconfigured system directory.
+Add missing semicolon.
 
 ------------------------------------------------------------------------
-r15361 | gerald | 2005-08-15 15:28:04 -0500 (Mon, 15 Aug 2005) | 2 lines
+r29554 | wmeier | 2009-08-25 16:03:10 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-When we create a new tvb, make sure the memory is freed at some point.
+Rework code slightly to prevent several GCC "breaking strict-aliasing rules" warnings
 
 ------------------------------------------------------------------------
-r15360 | etxrab | 2005-08-15 14:35:09 -0500 (Mon, 15 Aug 2005) | 1 line
+r29555 | wmeier | 2009-08-25 19:06:39 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/column-utils.h
+
+Add missing prototype ....
 
-TP-PI (TP-Parameter-Indicator) is optional.
 ------------------------------------------------------------------------
-r15359 | jmayer | 2005-08-15 10:50:25 -0500 (Mon, 15 Aug 2005) | 1 line
+r29556 | etxrab | 2009-08-25 21:36:14 -0700 (Tue, 25 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-Properly dissect vlan flags
+From swapnil:
+Bug in Traffic Aggregate Description (TAD) IE in Packet-gtpv2.c fixed.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3940
 ------------------------------------------------------------------------
-r15358 | jmayer | 2005-08-15 07:41:08 -0500 (Mon, 15 Aug 2005) | 5 lines
+r29557 | etxrab | 2009-08-25 21:37:08 -0700 (Tue, 25 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-- Documentation update
-- The slot and port numbers printed on the chassis are off by
-  one when compared to the transmitted values (reported by
-  Jim Young).
+   M /trunk/gtk/expert_comp_dlg.c
 
+Make it possible to close and reactivate the window.
 ------------------------------------------------------------------------
-r15357 | sahlberg | 2005-08-15 07:04:15 -0500 (Mon, 15 Aug 2005) | 3 lines
+r29558 | etxrab | 2009-08-25 22:10:12 -0700 (Tue, 25 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-
-ememify g_malloc() calls
-
+   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
 ------------------------------------------------------------------------
-r15356 | sahlberg | 2005-08-15 06:53:57 -0500 (Mon, 15 Aug 2005) | 4 lines
+r29559 | krj | 2009-08-25 23:54:48 -0700 (Tue, 25 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldp.c
-
-ememify g_malloc() calls
-
-
+   M /trunk/config.nmake
 
+win-iconv is statically linked as part of Glib >= 2.14.5, so remove it from config.nmake
 ------------------------------------------------------------------------
-r15355 | jmayer | 2005-08-14 18:25:20 -0500 (Sun, 14 Aug 2005) | 1 line
+r29560 | krj | 2009-08-26 00:05:50 -0700 (Wed, 26 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/capture_sync.c
-   M /trunk/color_filters.c
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-atalk.c
-   M /trunk/epan/dissectors/packet-atalk.h
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/file.c
-   M /trunk/fileset.c
-   M /trunk/g711.c
-   M /trunk/gtk/menu.c
-   M /trunk/packet-range.c
+   M /trunk/config.nmake
 
-Some 'no previous declararion' warning fixes
+Reorder so that mandatory requirements appear in succession
 ------------------------------------------------------------------------
-r15354 | sahlberg | 2005-08-14 01:00:20 -0500 (Sun, 14 Aug 2005) | 9 lines
+r29561 | stig | 2009-08-26 00:26:17 -0700 (Wed, 26 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-ememify sip   and at the same plug a memleak
-
-every single time the sip dissector was called   a 32byte or larger blob was g_malloced and never freed.
-this not only leaks 32+ bytes + g_malloc bookkeeping overhead  but also fragments memory so the real leak of memory is likely much bigger.
-
-
-fix  bad memleak
+   M /trunk/epan/dissectors/packet-radius.c
 
+From Thierry Andry via bug 3941:
+Added preference to set radius request TTL.
 
 ------------------------------------------------------------------------
-r15353 | sahlberg | 2005-08-14 00:54:54 -0500 (Sun, 14 Aug 2005) | 4 lines
+r29562 | martinm | 2009-08-26 02:13:14 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-ememify cip
+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
 
 ------------------------------------------------------------------------
-r15352 | sahlberg | 2005-08-14 00:50:14 -0500 (Sun, 14 Aug 2005) | 8 lines
+r29564 | kukosa | 2009-08-26 08:10:31 -0700 (Wed, 26 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/libwireshark.def
 
-change a g_malloc() that was never released into ep_alloc()
+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
 
-this function would always leak memory when called.
+From dragonlinux AT gmail.com: Fix incorrect location of a right brace;
 
-this fixes a memleak in dcm
+------------------------------------------------------------------------
+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).
 
 ------------------------------------------------------------------------
-r15351 | sahlberg | 2005-08-14 00:37:12 -0500 (Sun, 14 Aug 2005) | 7 lines
+r29568 | wmeier | 2009-08-26 12:27:49 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-x11.c
+   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
 
-ememify packet-x11
+(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
 
-plug a memleak for ...].strptr   that is alloced by g_malloc() but never released.
+#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....
 
 ------------------------------------------------------------------------
-r15350 | sahlberg | 2005-08-13 20:48:43 -0500 (Sat, 13 Aug 2005) | 3 lines
+r29571 | guy | 2009-08-26 12:58:23 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-giop allocates only and never releases the memory from the gmemchunk  so replace it with equivalen g_malloc() calls and get rid of the gmemchunks
+   M /trunk/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
 
+Add another theme candidate.
 
 ------------------------------------------------------------------------
-r15349 | sahlberg | 2005-08-13 20:41:55 -0500 (Sat, 13 Aug 2005) | 5 lines
+r29572 | martinm | 2009-08-26 15:31:06 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/column-utils.c
 
-the tds dissector were only using a GMemChunk as a simple way to prevent memleaks in case of an exception. (reset the gmemchunk at the start of each packet)
+Show correct time value for "Time since previous displayed frame".
 
-replace this gmemchunk with ep_alloc()
+------------------------------------------------------------------------
+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 ....
 
 ------------------------------------------------------------------------
-r15348 | sahlberg | 2005-08-13 20:26:34 -0500 (Sat, 13 Aug 2005) | 3 lines
+r29574 | gerald | 2009-08-26 16:16:37 -0700 (Wed, 26 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/reassemble.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/dumpcap.c
+   M /trunk/packaging/nsis/wireshark.nsi
 
-remove two more GMemChunks
+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.
 
 ------------------------------------------------------------------------
-r15347 | sahlberg | 2005-08-13 19:37:05 -0500 (Sat, 13 Aug 2005) | 3 lines
+r29575 | wmeier | 2009-08-26 16:24:22 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/h225-persistentdata.c
-
-get rid of another two GMemChunks
+   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
 
 ------------------------------------------------------------------------
-r15346 | sahlberg | 2005-08-13 19:26:56 -0500 (Sat, 13 Aug 2005) | 8 lines
+r29576 | wmeier | 2009-08-26 19:53:13 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/packet.c
-
-Data sources have a lifetime spanning a single packet   
-so instead for g-alloc and g_free   data
-just use ep_alloc() that is automatically freed instead.
+   M /trunk/dumpcap.c
+   M /trunk/epan/prefs-int.h
+   M /trunk/gtk/main.c
 
-this also gets rid of one more GMemChunk
+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.
 
 ------------------------------------------------------------------------
-r15345 | sahlberg | 2005-08-13 19:10:41 -0500 (Sat, 13 Aug 2005) | 10 lines
+r29578 | wmeier | 2009-08-26 21:47:28 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add dissection of two more SSC commands
+   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 ....
 
-add 4 commands from SMC to the SSC tables.
-the fallback for missing commands/i.e. commands defined outside the SSC
-only handles SPC   I.e.  If a command for SSC is missing in the SSC tables, assume it might be imported from SPC instead.
+------------------------------------------------------------------------
+r29579 | wmeier | 2009-08-26 22:04:05 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/funnel_stat.c
 
-This fallback only works with opcodes imported from SPC.
+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
 ------------------------------------------------------------------------
-r15344 | guy | 2005-08-13 17:35:50 -0500 (Sat, 13 Aug 2005) | 4 lines
+r29581 | wmeier | 2009-08-26 22:17:40 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-Use gboolean for Booleans.
+   M /trunk/gtk/supported_protos_dlg.c
 
-Use "proto_tree_add_item()" whenever possible.
+Add #include <stdio.h>
 
 ------------------------------------------------------------------------
-r15343 | guy | 2005-08-13 17:34:44 -0500 (Sat, 13 Aug 2005) | 3 lines
+r29582 | etxrab | 2009-08-26 22:34:06 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee8023.c
-
-Construct the tvbuff for the payload of an 802.3 packet to have the
-appropriate length (min(reported length, captured data present)).
+   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.
 ------------------------------------------------------------------------
-r15342 | guy | 2005-08-13 17:08:22 -0500 (Sat, 13 Aug 2005) | 5 lines
+r29583 | etxrab | 2009-08-26 23:57:53 -0700 (Wed, 26 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-
-Properly terminate the string generated for string items.
-
-Use "format_text()" to handle non-printable characters in the display
-string for those items.
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
 
+make the columns sortable.
 ------------------------------------------------------------------------
-r15341 | guy | 2005-08-13 17:05:01 -0500 (Sat, 13 Aug 2005) | 13 lines
+r29584 | stig | 2009-08-27 04:58:03 -0700 (Thu, 27 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-Get rid of unused variables.
+   M /trunk/gtk/wlan_stat_dlg.c
 
-Use "tvb_format_text()" and friends to format strings for display.
-
-Don't throw an exception on errors if we can keep dissecting.
-
-Use "PROTO_ITEM_SET_GENERATED()" to mark items as generated.
-
-If an item covers real data, it's not generated.
-
-Dissect WRITE FILEMARKS (6) (we already had a dissector, but it wasn't
-being used).
+Remove the three dots in the menu item.
 
 ------------------------------------------------------------------------
-r15340 | gerald | 2005-08-13 13:52:41 -0500 (Sat, 13 Aug 2005) | 2 lines
+r29585 | krj | 2009-08-27 08:32:57 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/CMakeLists.txt
 
-Add an item for CSM_ENCAPS.
+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
 ------------------------------------------------------------------------
-r15339 | gerald | 2005-08-13 13:49:57 -0500 (Sat, 13 Aug 2005) | 2 lines
+r29587 | gerald | 2009-08-27 08:46:53 -0700 (Thu, 27 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/dumpcap.c
 
-Fix another infinite loop found by randpkt.
+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.
 
 ------------------------------------------------------------------------
-r15338 | etxrab | 2005-08-13 05:17:20 -0500 (Sat, 13 Aug 2005) | 1 line
+r29588 | krj | 2009-08-27 08:55:58 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/CMakeLists.txt
 
-Get rid of an unused variable, don't include tcap.h and remove some redundant code.
+Remove zlib from the set of mandatory packages (it isn't)
 ------------------------------------------------------------------------
-r15337 | etxrab | 2005-08-13 05:11:23 -0500 (Sat, 13 Aug 2005) | 3 lines
+r29589 | krj | 2009-08-27 09:11:16 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-
-From Peter Johansson:
-mnc>>4; Should  be replaced with mnc = mnc>>4;
+   M /trunk/CMakeLists.txt
 
+We require CMake >= 2.6 so we don't have to repeat the expressions in endif() + friends
 ------------------------------------------------------------------------
-r15336 | guy | 2005-08-13 03:10:12 -0500 (Sat, 13 Aug 2005) | 5 lines
+r29590 | gerald | 2009-08-27 16:55:48 -0700 (Thu, 27 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/debian/ethereal-root.desktop
-
-"fi" comes before "fr" in alphabetical order.  (This also makes it match
-the main "ethereal.desktop" file.)
+   M /trunk/dumpcap.c
 
-Expand the RCS ID.
+Properly set our file descriptor when we're capturing from a pipe on
+non-Windows systems.
 
 ------------------------------------------------------------------------
-r15335 | guy | 2005-08-13 02:30:57 -0500 (Sat, 13 Aug 2005) | 9 lines
+r29591 | etxrab | 2009-08-27 22:17:14 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-Do the sequence number analysis *before* dissecting the payload, so we
-don't have to worry about catching exceptions in the payload dissection
-and doing the sequence number analysis - we weren't doing so in one
-place.  That also puts the sequence number analysis *before* the "TCP
-payload" entry for payload being reassembled into a later packet.
-
-XXX - should we do the tapping before dissecting the payload, too, so
-that it gets done even if we throw an exception?
+   M /trunk/dumpcap.c
 
+Make the windows build compile.
 ------------------------------------------------------------------------
-r15334 | jmayer | 2005-08-13 01:42:19 -0500 (Sat, 13 Aug 2005) | 1 line
+r29592 | etxrab | 2009-08-27 22:19:52 -0700 (Thu, 27 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/idl2eth.sh
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/main_statusbar.c
 
-Small optimization
+Compute the loading time and show it in the main status bar.
+(Modified code from Didier Gautheron).
 ------------------------------------------------------------------------
-r15333 | jmayer | 2005-08-13 01:29:09 -0500 (Sat, 13 Aug 2005) | 1 line
+r29593 | etxrab | 2009-08-27 23:21:16 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/ethereal.desktop
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
 
-Additions from current Suse and Debian
+Use GTK+ 2.16.5 and Glib 2.20.4.
 ------------------------------------------------------------------------
-r15332 | sahlberg | 2005-08-13 01:21:37 -0500 (Sat, 13 Aug 2005) | 3 lines
+r29594 | jmayer | 2009-08-28 02:38:34 -0700 (Fri, 28 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/epan.c
-   M /trunk/epan/frame_data.c
-   M /trunk/epan/frame_data.h
+   M /trunk/epan/proto.c
 
-get rid of one more gmemchunk
+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.
 
 ------------------------------------------------------------------------
-r15331 | jmayer | 2005-08-13 00:55:06 -0500 (Sat, 13 Aug 2005) | 4 lines
+r29595 | wmeier | 2009-08-28 06:52:52 -0700 (Fri, 28 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/debian/changelog
-   M /trunk/debian/control
-   M /trunk/debian/ethereal-common.files
-   M /trunk/debian/ethereal-common.manpages
-   M /trunk/debian/ethereal-dev.docs
-   M /trunk/debian/ethereal-dev.files
-   M /trunk/debian/ethereal-dev.header-files
-   M /trunk/debian/ethereal-dev.manpages
-   M /trunk/debian/ethereal-dev.postinst
-   M /trunk/debian/ethereal-dev.prerm
-   A /trunk/debian/ethereal-root.desktop
-   M /trunk/debian/ethereal.files
-   M /trunk/debian/ethereal.manpages
-   M /trunk/debian/ethereal.menu
-   A /trunk/debian/patches
-   A /trunk/debian/patches/00list
-   A /trunk/debian/patches/01_idl2deb.dpatch
-   A /trunk/debian/patches/02_asn2deb.dpatch
-   A /trunk/debian/patches/03_preferences.dpatch
-   A /trunk/debian/patches/04_drop-capabilities.dpatch
-   A /trunk/debian/patches/05_plugin-libdir.dpatch
-   A /trunk/debian/patches/06_giop-buffer.dpatch
-   A /trunk/debian/patches/07_gcc4.dpatch
-   A /trunk/debian/patches/08_ethereal-desktop-menu.dpatch
-   A /trunk/debian/patches/09_idl2eth.dpatch
-   A /trunk/debian/patches/10_ethereal_gen.dpatch
-   A /trunk/debian/patches/11_diameter_vendors.dpatch
-   M /trunk/debian/rules
-   M /trunk/debian/tethereal.files
-   M /trunk/debian/tethereal.manpages
-
-Aplly those parts of ethereal_0.10.12-3.diff.gz
-from Debian, that change debian/
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
 
+Validate a function parameter
 
 ------------------------------------------------------------------------
-r15330 | sahlberg | 2005-08-12 21:24:11 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29596 | krj | 2009-08-28 08:59:20 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/circuit.c
-
-more gmemchunk -> se_alloc() conversions
-
+   M /trunk/config.nmake
 
+Indicate where the some of the macros are used
 ------------------------------------------------------------------------
-r15329 | sahlberg | 2005-08-12 21:19:03 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29597 | gerald | 2009-08-28 09:08:27 -0700 (Fri, 28 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/conversation.c
-
-start converting gmemchunk into se_alloc() in /epan
+   M /trunk/doc/tshark.pod
 
+Add an example for generating CSV output.
 
 ------------------------------------------------------------------------
-r15328 | sahlberg | 2005-08-12 20:29:31 -0500 (Fri, 12 Aug 2005) | 10 lines
+r29598 | wmeier | 2009-08-28 09:36:24 -0700 (Fri, 28 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-iax2.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-ssh.c
-   M /trunk/epan/dissectors/packet-wcp.c
-
-some more gmemchunk -> se_alloc() updates
-
-
-there are only 5 gmemchunks left   but they have different litetime for their allocations   than the 100+   ones that have been removed.
-
-The remaining 5 should be converted some other way.
-
-
+   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.
 
 ------------------------------------------------------------------------
-r15327 | sahlberg | 2005-08-12 19:03:12 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29599 | wmeier | 2009-08-28 09:52:05 -0700 (Fri, 28 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-afs.c
-
-gmemchunk -> se_alloc() improvements
+   M /trunk/epan/dissectors/packet-dcm.c
 
+Fix possible memmove with a NULL poiunter.
 
 ------------------------------------------------------------------------
-r15326 | sahlberg | 2005-08-12 18:57:01 -0500 (Fri, 12 Aug 2005) | 2 lines
+r29600 | wmeier | 2009-08-28 11:37:53 -0700 (Fri, 28 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-ipmi-transport.c
 
-gmemchunk -> se_alloc() improvements
+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).
 
 ------------------------------------------------------------------------
-r15325 | sahlberg | 2005-08-12 18:46:46 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29601 | wmeier | 2009-08-28 12:15:43 -0700 (Fri, 28 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-some gmemchunk -> se_alloc() improvements for tcp
+   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).
 
 ------------------------------------------------------------------------
-r15324 | sahlberg | 2005-08-12 18:34:59 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29602 | etxrab | 2009-08-28 14:34:59 -0700 (Fri, 28 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ajp13.c
-   M /trunk/epan/dissectors/packet-aoe.c
-
-gmemchunk -> se_alloc() improvements
+   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
 ------------------------------------------------------------------------
-r15323 | sahlberg | 2005-08-12 18:29:19 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29603 | guy | 2009-08-28 18:08:31 -0700 (Fri, 28 Aug 2009) | 13 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
-gmemchunk -> se_alloc() improvements
+Note that the "heuristic" is fatally weak, and must be strengthened or
+eliminated.
 
+Fix indentation.
 
-------------------------------------------------------------------------
-r15322 | sahlberg | 2005-08-12 18:17:30 -0500 (Fri, 12 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcswils.c
+Use tvb_reported_length(), so we throw an exception for packets cut
+short by a snapshot length.
 
-gmemchunk -> se_alloc() improvements
+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.
 
 ------------------------------------------------------------------------
-r15321 | sahlberg | 2005-08-12 18:00:01 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29604 | wmeier | 2009-08-28 18:46:42 -0700 (Fri, 28 Aug 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcfcs.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-giop.c
-   M /trunk/epan/dissectors/packet-ipx.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-more gmemchunk -> se_alloc() improvements
+   M /trunk/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.
 
 ------------------------------------------------------------------------
-r15320 | jmayer | 2005-08-12 17:55:58 -0500 (Fri, 12 Aug 2005) | 1 line
+r29605 | wmeier | 2009-08-28 19:22:28 -0700 (Fri, 28 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Replace "" by NULL in blurbs; Cleanup indentation.
 
-Fix dissector bug on last element of ESRP
 ------------------------------------------------------------------------
-r15319 | sahlberg | 2005-08-12 17:12:32 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29606 | wmeier | 2009-08-28 19:25:04 -0700 (Fri, 28 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/epan/dissectors/packet-x11.c
-
-more gmemchunk->se_alloc() improvements
+   M /trunk/epan/dissectors/packet-rtp.c
 
+Replace "repeated blurb" by NULL in two cases;
+Reformat a long line.
 
 ------------------------------------------------------------------------
-r15318 | sahlberg | 2005-08-12 16:29:06 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29607 | guy | 2009-08-28 19:32:33 -0700 (Fri, 28 Aug 2009) | 16 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rdt.c
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
-gmemchunk -> se_alloc() improvements
+Note what the 3GPP spec is for this protocol.
 
+Suggest a possible less-weak heuristic.
 
-------------------------------------------------------------------------
-r15317 | sahlberg | 2005-08-12 16:21:49 -0500 (Fri, 12 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-socks.c
-   M /trunk/epan/dissectors/packet-vj.c
+Note that we're not checking the T bit and handling RTP header
+compression.
 
-gmemchunk -> se_alloc() updates
+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.
 
 ------------------------------------------------------------------------
-r15316 | etxrab | 2005-08-12 16:08:02 -0500 (Fri, 12 Aug 2005) | 12 lines
+r29608 | krj | 2009-08-28 21:39:59 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
-
-From Hannes Gredler
-
-- add support for Multi-Link Frame-Relay (FRF.15) captures
-  taken on Juniper ML-, LS-, AS- PICs.
-
-- rework of the common juniper header dissector:
-    test the extension flag (0x80) which indicates that there are
-    meta-information like interface-index, interface-name etc.
-    present
-
-- minor bugfix (LSQ L3-proto masks, direction masks were broken)
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
+Indent comments
 ------------------------------------------------------------------------
-r15315 | gerald | 2005-08-12 11:32:28 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29609 | krj | 2009-08-28 21:43:52 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-
-Don't try to allocate more than ITEM_LABEL_LENGTH bytes for something we're 
-adding to the tree.  Fixes bugs 349 and 352.
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
+We need to handoff even when we don't have a tree
 ------------------------------------------------------------------------
-r15314 | gerald | 2005-08-12 10:27:11 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29610 | krj | 2009-08-28 21:47:28 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-Fix the length that we pass to proto_tree_add_uint_format() so that we don't
-throw a dissector error.  Fixes bug 348.
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
+Use NB_RTPMUX as protocol short name
 ------------------------------------------------------------------------
-r15313 | jmayer | 2005-08-12 09:05:38 -0500 (Fri, 12 Aug 2005) | 5 lines
+r29611 | krj | 2009-08-28 22:35:50 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
-
-- Bug fix: Show ip-addresses with correct endianess.
-- Show version properly
-- VLAN ID was at a different place than expected.
-- Add some documentation infos
+   M /trunk/config.nmake
 
+Remove GCC_GLIB_CFLAGS. It isn't being used
 ------------------------------------------------------------------------
-r15312 | sahlberg | 2005-08-12 05:50:55 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29612 | krj | 2009-08-28 22:39:33 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-rtsp.c
-
-more gmemchunk -> se_alloc() improvements
-
+   M /trunk/config.nmake
 
+Simplify logic wrt. GTK_INST_VERSION
 ------------------------------------------------------------------------
-r15311 | sahlberg | 2005-08-12 05:41:22 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29613 | krj | 2009-08-28 22:46:45 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-atalk.c
-
-more gmemchunk -> se_alloc() improvements
-
+   M /trunk/config.nmake
 
+Simplify logic wrt. PANGO_INST_VERSION
 ------------------------------------------------------------------------
-r15310 | sahlberg | 2005-08-12 05:29:09 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29614 | krj | 2009-08-28 23:42:23 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
-
-more gmemchunk -> se_alloc() improvements
-
+   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
 ------------------------------------------------------------------------
-r15309 | sahlberg | 2005-08-12 05:21:14 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29615 | krj | 2009-08-29 00:53:48 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-beep.c
-   M /trunk/epan/dissectors/packet-rlogin.c
-
-some more gmemchunk -> se_alloc() improvements
-
+   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
 ------------------------------------------------------------------------
-r15308 | sahlberg | 2005-08-12 05:03:17 -0500 (Fri, 12 Aug 2005) | 5 lines
+r29616 | krj | 2009-08-29 01:19:16 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-smtp.c
-
-remove some unused variables from scsi
-
-change two gmemchunks in smtp to se_alloc() and remove one now redundant init routine.
-
+   M /trunk/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
 ------------------------------------------------------------------------
-r15307 | sahlberg | 2005-08-12 04:56:28 -0500 (Fri, 12 Aug 2005) | 4 lines
+r29617 | krj | 2009-08-29 01:44:49 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-msproxy.c
-   M /trunk/epan/dissectors/packet-scsi.c
-
-add missing include to scsi
-
-change two gmemchunks to se_alloc() for msproxy
+   D /trunk/cmake/modules/FindGLIB.cmake
 
+We no longer support GLib 1.x
 ------------------------------------------------------------------------
-r15306 | jmayer | 2005-08-12 04:56:13 -0500 (Fri, 12 Aug 2005) | 1 line
+r29618 | krj | 2009-08-29 02:13:28 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/CMakeLists.txt
 
-EDS/EAPS/EPRS mostly finished - several fixmes remain
+Rename build target to lowercase for consistency
 ------------------------------------------------------------------------
-r15305 | sahlberg | 2005-08-12 04:47:33 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29619 | wmeier | 2009-08-29 10:00:22 -0700 (Sat, 29 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
-
-add some symbols to libethereal.def
+   M /trunk/gtk/rtp_stream_dlg.c
 
+Fix potential crash due to NULL dereference.
+(Found by clang scan-build)
 
 ------------------------------------------------------------------------
-r15304 | sahlberg | 2005-08-12 04:31:07 -0500 (Fri, 12 Aug 2005) | 4 lines
+r29620 | krj | 2009-08-29 23:18:43 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-oops forgot to delete a variable
-
-
+   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
 ------------------------------------------------------------------------
-r15303 | sahlberg | 2005-08-12 04:30:24 -0500 (Fri, 12 Aug 2005) | 15 lines
+r29621 | krj | 2009-08-29 23:24:44 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
- get rid of some unnessecary GMemChunks.
-
-
-These GMemChunks are used here because :
-1, GMemChunks are cheap to allocate and cheap to free
-2, We always unconditionally free the entire chunk When and only when we load a new capture.
-
-==>
-se_alloc() does exactly the same thing but with significantly less code
-
-==>
-se_alloc() is a much better fit to out allocation requirements and useage than GMemChunks
-
-
+   M /trunk/CMakeLists.txt
 
+Add WIN32 platform sources
 ------------------------------------------------------------------------
-r15302 | tuexen | 2005-08-12 04:16:51 -0500 (Fri, 12 Aug 2005) | 2 lines
+r29622 | krj | 2009-08-30 00:09:29 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-asap.c
-
-Fix handling of ASAP_ENDPOINT_KEEP_ALIVE message.
+   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).
 ------------------------------------------------------------------------
-r15301 | sahlberg | 2005-08-12 03:51:08 -0500 (Fri, 12 Aug 2005) | 3 lines
+r29623 | krj | 2009-08-30 01:50:47 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/emem.c
-   M /trunk/epan/emem.h
-   M /trunk/epan/packet.c
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-
-Add beginning of seasonal allocation   in addition to the existing ephemeral ones.
+   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
 ------------------------------------------------------------------------
-r15300 | guy | 2005-08-12 02:47:27 -0500 (Fri, 12 Aug 2005) | 6 lines
+r29625 | sake | 2009-08-30 03:35:48 -0700 (Sun, 30 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/file.h
 
-In an "address" structure, "data" is a pointer; dereferencing "&data"
-doesn't give you the address value, it gives a pointer to the address
-value.
+Some minor corrections in function descriptions
 
-Don't assume that pointer is aligned on a 32-bit boundary.
 
 ------------------------------------------------------------------------
-r15299 | jmayer | 2005-08-11 23:06:04 -0500 (Thu, 11 Aug 2005) | 1 line
+r29626 | krj | 2009-08-30 07:12:56 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/CMakeLists.txt
 
-Beginnings of a EDP, ESRP and EAPS dissector
+Disable standard library deprecation when MSVC >= 2005
 ------------------------------------------------------------------------
-r15298 | lego | 2005-08-11 18:51:35 -0500 (Thu, 11 Aug 2005) | 3 lines
+r29627 | gerald | 2009-08-30 08:03:26 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-avoid throwing a malformed packet
-
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-08-30]
 ------------------------------------------------------------------------
-r15297 | jmayer | 2005-08-11 18:18:46 -0500 (Thu, 11 Aug 2005) | 1 line
+r29630 | krj | 2009-08-30 08:06:28 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/ConfigureChecks.cmake
 
-Add Extreme OUI, reorder alphabetically
+Add a couple of Windows header files
 ------------------------------------------------------------------------
-r15296 | etxrab | 2005-08-11 15:47:09 -0500 (Thu, 11 Aug 2005) | 2 lines
+r29631 | krj | 2009-08-30 10:09:40 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/config.h.win32
 
-From Rene Pilz:
-The MCC/MNC in de_gmm_rai is not correct decoded
+Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS_H and HAVE_WINSOCK2_H
 ------------------------------------------------------------------------
-r15295 | etxrab | 2005-08-11 15:14:41 -0500 (Thu, 11 Aug 2005) | 16 lines
+r29632 | krj | 2009-08-30 10:23:47 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-giop.c
-   M /trunk/epan/dissectors/packet-giop.h
-   M /trunk/ethereal_gen.py
-
-From W. Borgert:
-three trivial corrections for the GIOP dissector:
-
-- allow filtering GIOP exceptions, e.g. "giop.replystatus = 2"
-  or "giop.exceptionid matches MyError", older patch at
-  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314835
-
-- show IDLs sequence<octet> more compact, not one line per
-  octet, older patch at
-  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314836
-
-- decode _is_a requests and replies, older patch at
-  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314871
-
-With a change to not create a malformed packet in the "stub data".
+   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
 ------------------------------------------------------------------------
-r15294 | lego | 2005-08-11 13:21:23 -0500 (Thu, 11 Aug 2005) | 9 lines
+r29633 | krj | 2009-08-30 11:30:14 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Change a switch into an "if else if else if else" that fixes the "too large for switch" in HP-UX 10.20 .
-
-The generated file has a lot of indentation changes due probably to a change in asn2eth.
-
-The underlying reason for which I added this code (dissect_ber_integer() would not add as a "filterable" field if it is larger than 4 bytes, should be handled in dissect_ber_integer() ) remains there.
-
-Should we change dissect_ber_integer() itself to make sure that a 5 byte unsigned integer which fits in 4 bytes gets added to the tree as "filterable"?
-
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
 
+Remove superfluous config parameters
 ------------------------------------------------------------------------
-r15293 | gerald | 2005-08-11 11:24:12 -0500 (Thu, 11 Aug 2005) | 2 lines
+r29634 | krj | 2009-08-30 11:40:09 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Add notes about SCSI, BER, and ONC RPC bugs.
+   M /trunk/capture-pcap-util-int.h
 
+Move config.h include to start of file
 ------------------------------------------------------------------------
-r15292 | gerald | 2005-08-11 10:35:17 -0500 (Thu, 11 Aug 2005) | 2 lines
+r29635 | krj | 2009-08-31 11:16:16 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Add checks for infinite loops.  Fixes recent Buildbot failures.
+   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.
 ------------------------------------------------------------------------
-r15291 | sahlberg | 2005-08-11 05:08:45 -0500 (Thu, 11 Aug 2005) | 11 lines
+r29636 | krj | 2009-08-31 11:28:10 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-Fix for bug 342
-
-
-If we encounter a frame we have already seen (i.e. visited==1)  but we can not fing the ISCSI command inside the _matched table, this just means there were no response pdu nor any data pdu with the S bit set.
-So, then just pick the cdata structure up from the _unmatched table instead.
-
-The SCSI CDB  dissector really really want a real CDATA structure passed to it.
-
-
-
+   M /trunk/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.
 ------------------------------------------------------------------------
-r15290 | sahlberg | 2005-08-11 04:20:23 -0500 (Thu, 11 Aug 2005) | 15 lines
+r29637 | etxrab | 2009-08-31 11:37:15 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-
-We use heuristics to detect what MIGHT be onc-rpc packets.
-
-as heuristics they are not 100% perfect, else they would not be heuristics.
-
-
-IF the preference option "Dissect unknown RPC program numbers" are enabled,
-add a sanity check to see that program_version is <=10
-  (no one uses versions >10 ?)
-to avoid trying to add 2 bilion different versions to the program->version linked list
-in case we mistook the packet for ONC-RPC and the "version" field contains a huge random number.
-
-
-This bug would only trigger a hang/crash IFF the option above is enabled.
-
+   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
 ------------------------------------------------------------------------
-r15289 | sahlberg | 2005-08-11 03:15:52 -0500 (Thu, 11 Aug 2005) | 4 lines
+r29638 | krj | 2009-08-31 11:38:07 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-fix several bugs where we might dereference a null pointer
-
-
+   M /trunk/config.h.win32
 
+Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
 ------------------------------------------------------------------------
-r15288 | sahlberg | 2005-08-11 02:44:38 -0500 (Thu, 11 Aug 2005) | 3 lines
+r29639 | krj | 2009-08-31 11:48:16 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-wsp.c
-
-some more tcv_get_stringz() to tvb_get_ephemeral_stringz() conversions
+   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)
 ------------------------------------------------------------------------
-r15287 | gerald | 2005-08-10 15:17:53 -0500 (Wed, 10 Aug 2005) | 2 lines
+r29641 | tuexen | 2009-08-31 12:13:50 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/dumpcap.c
 
-Add bug IDs to the list of bugs fixed.
+Use a timeout of a second for Mac OS X, when building
+a 64-bit application. Workaround a bug in Mac OS X...
 
 ------------------------------------------------------------------------
-r15286 | ulfl | 2005-08-10 14:49:45 -0500 (Wed, 10 Aug 2005) | 5 lines
+r29642 | etxrab | 2009-08-31 12:31:04 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_prefs.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/column_prefs.c
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/gtk_stat_util.c
-   M /trunk/gtk/hostlist_table.c
    M /trunk/gtk/main.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/toolbar.c
-   M /trunk/gtk/ui_util.c
-
-removed tons of MSVC const related warnings.
 
-This might at some places interfere with the changes for gcc4, we might have to negotiate in that case :-)
+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
 
-Please note that a lot of these warnings were GTK1.x related only!
+Remove strcasecmp. We use g_ascii_strcasecmp exclusively
 ------------------------------------------------------------------------
-r15285 | guy | 2005-08-10 14:38:04 -0500 (Wed, 10 Aug 2005) | 2 lines
+r29644 | jmayer | 2009-08-31 15:34:25 -0700 (Mon, 31 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-ip.c
 
-Fix a typo.
+- 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.
 
 ------------------------------------------------------------------------
-r15284 | ulfl | 2005-08-10 14:37:29 -0500 (Wed, 10 Aug 2005) | 1 line
+r29645 | jmayer | 2009-08-31 16:11:52 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/file.c
+   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().
 
-more snprintf() -> g_snprintf() replacements
 ------------------------------------------------------------------------
-r15283 | ulfl | 2005-08-10 14:34:09 -0500 (Wed, 10 Aug 2005) | 1 line
+r29646 | etxrab | 2009-08-31 22:19:24 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
+   M /trunk/gtk/main_proto_draw.c
 
-don't warn the user about the WinPcap 3.1 release version as being unknown
+Don't bother with a progress dialog for small Hex windows.
 ------------------------------------------------------------------------
-r15282 | gerald | 2005-08-10 14:31:21 -0500 (Wed, 10 Aug 2005) | 2 lines
+r29647 | etxrab | 2009-09-01 00:29:16 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-csm-encaps.c
-
-Remove proprietary information at the author's request.
+   M /trunk/gtk/main_proto_draw.c
 
+Typo
 ------------------------------------------------------------------------
-r15281 | gerald | 2005-08-10 14:28:08 -0500 (Wed, 10 Aug 2005) | 2 lines
+r29648 | etxrab | 2009-09-01 01:51:41 -0700 (Tue, 01 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
-
-ep_tvb_get_string -> tvb_get_ephemeral_string
+   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.
 ------------------------------------------------------------------------
-r15280 | gerald | 2005-08-10 13:54:30 -0500 (Wed, 10 Aug 2005) | 2 lines
+r29649 | tuexen | 2009-09-01 03:12:27 -0700 (Tue, 01 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
 
-Add an item for the SLIMP3 overflow.
+From Irene Ruengeler: Get rid of legacy gtk code...
 
 ------------------------------------------------------------------------
-r15279 | gerald | 2005-08-10 13:50:36 -0500 (Wed, 10 Aug 2005) | 4 lines
+r29650 | tuexen | 2009-09-01 03:29:17 -0700 (Tue, 01 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-slimp3.c
+   M /trunk/gtk/sctp_assoc_analyse.c
 
-Don't overflow a buffer.  This might fix bug 327.
+Out with debug output...
 
-Don't print non-pritable characters.
 
 ------------------------------------------------------------------------
-r15278 | gerald | 2005-08-10 11:05:50 -0500 (Wed, 10 Aug 2005) | 7 lines
+r29651 | martinm | 2009-09-01 04:15:24 -0700 (Tue, 01 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-When we receive junk data, mark it as a malformed packet instead of
-a dissector bug.  This keeps buildbot from opening unnecessary bugs
-during fuzz testing.
+   M /trunk/file.c
 
-When we create a new scsi_task_data_t struct make sure all of its
-members are initialized.
+Add volatile to avoid clobbered by longjmp warning.
 
 ------------------------------------------------------------------------
-r15277 | gerald | 2005-08-10 10:58:26 -0500 (Wed, 10 Aug 2005) | 2 lines
+r29652 | krj | 2009-09-01 08:54:53 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/mgcp/packet-mgcp.c
-
-ep_tvb_get_string() -> tvb_get_ephemeral_string().
+   M /trunk/gtk/packet_list_store.c
 
+Plug memleak in new_packet_list_store_clear(). Make sure that we free the pointer array segment
 ------------------------------------------------------------------------
-r15276 | sahlberg | 2005-08-10 09:37:52 -0500 (Wed, 10 Aug 2005) | 3 lines
+r29653 | krj | 2009-09-01 09:00:56 -0700 (Tue, 01 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb-common.c
-   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.h
 
-tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion
+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.
 
 ------------------------------------------------------------------------
-r15275 | sahlberg | 2005-08-10 09:35:24 -0500 (Wed, 10 Aug 2005) | 3 lines
+r29654 | krj | 2009-09-01 10:09:36 -0700 (Tue, 01 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-jfif.c
-   M /trunk/epan/dissectors/packet-pgsql.c
-   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/proto.c
+   M /trunk/gtk/menus.c
+   M /trunk/print.c
 
-tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.
+From Richard Brodie via. Bug 3913:
 
+Free ptr array allocated through proto_find_finfo()
 
 ------------------------------------------------------------------------
-r15274 | sahlberg | 2005-08-10 09:28:18 -0500 (Wed, 10 Aug 2005) | 3 lines
+r29655 | wmeier | 2009-09-01 10:17:14 -0700 (Tue, 01 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-
-convert to tvb_get_ephemeral_stringz() and fix an obvious memleak
+   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.
 
 ------------------------------------------------------------------------
-r15273 | sahlberg | 2005-08-10 09:25:59 -0500 (Wed, 10 Aug 2005) | 3 lines
+r29656 | krj | 2009-09-01 11:16:55 -0700 (Tue, 01 Sep 2009) | 12 lines
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/proto.c
+   M /trunk/gtk/filter_dlg.c
 
-add new function tvb_get_ephemeral_stringz()
+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()
 
-------------------------------------------------------------------------
-r15272 | sahlberg | 2005-08-10 09:17:27 -0500 (Wed, 10 Aug 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-gsm_sms.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-srvloc.c
+From me:
 
-convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()
+* 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.
 ------------------------------------------------------------------------
-r15271 | sahlberg | 2005-08-10 08:56:34 -0500 (Wed, 10 Aug 2005) | 3 lines
+r29658 | krj | 2009-09-01 11:44:08 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/dissectors/packet-tds.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
+   M /trunk/epan/addr_resolv.c
 
-rename ep_tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() and update the README file.
+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
 ------------------------------------------------------------------------
-r15270 | sahlberg | 2005-08-10 08:41:13 -0500 (Wed, 10 Aug 2005) | 3 lines
+r29661 | guy | 2009-09-01 12:31:41 -0700 (Tue, 01 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/doc/README.developer
-   M /trunk/epan/dissectors/packet-3g-a11.c
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-   M /trunk/epan/dissectors/packet-aim.c
-   M /trunk/epan/dissectors/packet-ansi_a.c
-   M /trunk/epan/dissectors/packet-atalk.c
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-   M /trunk/epan/dissectors/packet-dsi.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-fix.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-icep.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-image-gif.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-mmse.c
-   M /trunk/epan/dissectors/packet-mq.c
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-msrp.c
-   M /trunk/epan/dissectors/packet-multipart.c
-   M /trunk/epan/dissectors/packet-pagp.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-quake2.c
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtsp.c
-   M /trunk/epan/dissectors/packet-sdp.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-sipfrag.c
-   M /trunk/epan/dissectors/packet-slsk.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-tacacs.c
-   M /trunk/epan/dissectors/packet-tds.c
-   M /trunk/epan/dissectors/packet-telnet.c
-   M /trunk/epan/dissectors/packet-ucp.c
-   M /trunk/epan/dissectors/packet-uma.c
-   M /trunk/epan/dissectors/packet-vnc.c
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
+   M /trunk/epan/addr_resolv.c
 
-rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the documentation in README.developer
+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
 ------------------------------------------------------------------------
-r15269 | sahlberg | 2005-08-10 08:01:16 -0500 (Wed, 10 Aug 2005) | 3 lines
+r29664 | etxrab | 2009-09-02 08:07:03 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
-ememify tywo more tvb_get_string()
+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
 
 ------------------------------------------------------------------------
-r15268 | gerald | 2005-08-09 09:46:06 -0500 (Tue, 09 Aug 2005) | 2 lines
+r29666 | jmayer | 2009-09-02 09:33:01 -0700 (Wed, 02 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   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.
 
-Add a note about the IrDA dissector crash.
+This is more a synch to avoid duplicate work and creating
+conflicting patches to the cmake stuff.
 
 ------------------------------------------------------------------------
-r15267 | gerald | 2005-08-09 09:38:11 -0500 (Tue, 09 Aug 2005) | 4 lines
+r29667 | martinm | 2009-09-02 09:39:39 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-mac-lte.h
+   M /trunk/gtk/mac_lte_stat_dlg.c
 
-Make sure we initialize our iap_conv struct _before_ we go digging
-into a tvbuff.  This keeps us from leaving junk data behind if we
-throw an exception.
+Add Semi-Persistent Scheduling (SPS) RNTI.
 
 ------------------------------------------------------------------------
-r15266 | guy | 2005-08-08 19:07:12 -0500 (Mon, 08 Aug 2005) | 3 lines
+r29668 | krj | 2009-09-02 10:15:20 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/proto_draw.c
-
-"g_locale_to_utf8()" returns a "gchar *", and the string it returns is
-dynamically allocated.  Don't assign its result to "const gchar *".
+   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.
 ------------------------------------------------------------------------
-r15265 | guy | 2005-08-08 19:03:45 -0500 (Mon, 08 Aug 2005) | 7 lines
+r29669 | sahlberg | 2009-09-02 10:24:52 -0700 (Wed, 02 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/epan/dissectors/packet-scsi-mmc.c
+
+Add initial support to decode the ADIP and PhysicalInformation for MMC 
+media
 
-The "proto" argument to "conversation_get_proto_data()" and
-"conversation_add_proto_data()" is supposed to be a protocol ID, as
-returned by "proto_register_protocol()".  In addition, there are two
-different types of protocol data being attached to a conversation; use
-different protocol IDs for them, so we don't misinterpret an
-"iap_conversation_t" as a "lmp_conversation_t" or vice versa.
 
 ------------------------------------------------------------------------
-r15264 | ulfl | 2005-08-08 13:50:39 -0500 (Mon, 08 Aug 2005) | 5 lines
+r29670 | krj | 2009-09-02 10:29:52 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/capture_sync.c
-   M /trunk/disabled_protos.c
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/asn1.c
-   M /trunk/epan/atalk-utils.c
-   M /trunk/epan/atalk-utils.h
-   M /trunk/epan/column-utils.c
-   M /trunk/epan/dfilter/dfilter.c
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-amr.c
-   M /trunk/epan/dissectors/packet-aoe.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-brdwlk.c
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-ccsds.c
-   M /trunk/epan/dissectors/packet-cip.c
-   M /trunk/epan/dissectors/packet-cpfi.c
-   M /trunk/epan/dissectors/packet-cpha.c
-   M /trunk/epan/dissectors/packet-csm-encaps.c
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-dnp.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-enip.c
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcfcs.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fclctl.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-fcsb3.c
-   M /trunk/epan/dissectors/packet-fcsp.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-g723.c
-   M /trunk/epan/dissectors/packet-gprs-llc.c
-   M /trunk/epan/dissectors/packet-hyperscsi.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-igmp.c
-   M /trunk/epan/dissectors/packet-image-gif.c
-   M /trunk/epan/dissectors/packet-image-jfif.c
-   M /trunk/epan/dissectors/packet-ipdc.c
-   M /trunk/epan/dissectors/packet-ipv6.c
-   M /trunk/epan/dissectors/packet-ipvs-syncd.c
-   M /trunk/epan/dissectors/packet-ismp.c
-   M /trunk/epan/dissectors/packet-isns.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-isup_thin.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-laplink.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-lwapp.c
-   M /trunk/epan/dissectors/packet-mdshdr.c
-   M /trunk/epan/dissectors/packet-msrp.c
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3mg.c
-   M /trunk/epan/dissectors/packet-multipart.c
-   M /trunk/epan/dissectors/packet-ntp.c
-   M /trunk/epan/dissectors/packet-pflog.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-pn-rt.c
-   M /trunk/epan/dissectors/packet-ptp.c
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-rtps.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccpmg.c
-   M /trunk/epan/dissectors/packet-sebek.c
-   M /trunk/epan/dissectors/packet-sflow.c
-   M /trunk/epan/dissectors/packet-sigcomp.c
-   M /trunk/epan/dissectors/packet-sndcp.c
-   M /trunk/epan/dissectors/packet-stun.c
-   M /trunk/epan/dissectors/packet-uma.c
-   M /trunk/epan/dissectors/packet-wccp.c
-   M /trunk/epan/dissectors/packet-wsp.c
-   M /trunk/epan/dissectors/packet-wtls.c
-   M /trunk/epan/dissectors/packet-wtp.c
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/follow.c
-   M /trunk/epan/inet_ntop.c
-   M /trunk/epan/ipproto.c
-   M /trunk/epan/plugins.c
-   M /trunk/epan/proto.c
-   M /trunk/epan/sigcomp-udvm.c
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
-   M /trunk/epan/value_string.c
-   M /trunk/filters.c
-   M /trunk/pcap-util-unix.c
-   M /trunk/plugins/asn1/packet-asn1.c
-   M /trunk/plugins/ciscosm/packet-sm.c
-   M /trunk/plugins/docsis/packet-vendor.c
-   M /trunk/plugins/irda/packet-ircomm.c
-   M /trunk/plugins/irda/packet-irda.c
-   M /trunk/plugins/opsi/packet-opsi.c
-   M /trunk/plugins/rlm/packet-rlm.c
-   M /trunk/plugins/v5ua/packet-v5ua.c
-   M /trunk/ringbuffer.c
-   M /trunk/tap-iousers.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tethereal.c
-   M /trunk/util.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-various code cleanup:
--use g_snprintf instead of sprintf and snprintf
--use g_strdup_printf where appropriate
--remove #include "snprintf.h" (as only g_snprintf should be used)
--replace some more alloc/realloc/calloc/free with their glib pendants
+Add seperate new_packet_list_moveto_end() which scrolls to the end _without_ selecting the last packet.
 ------------------------------------------------------------------------
-r15263 | ulfl | 2005-08-08 12:22:55 -0500 (Mon, 08 Aug 2005) | 1 line
+r29671 | etxrab | 2009-09-02 10:51:48 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/simple_dialog.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/toolbar.c
-   M /trunk/gtk/ui_util.c
-   M /trunk/gtk/ui_util.h
+   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
 
-fix some MSVC const warnings
+Adding new color rules should work now.
 ------------------------------------------------------------------------
-r15262 | jmayer | 2005-08-08 11:53:09 -0500 (Mon, 08 Aug 2005) | 2 lines
+r29672 | etxrab | 2009-09-02 10:52:14 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.am
-
-OK, so Didier was probably right using $^ :-)
+   M /trunk/gtk/color_dlg.c
 
+Adding new color rules should work now.
 ------------------------------------------------------------------------
-r15261 | jmayer | 2005-08-08 09:17:42 -0500 (Mon, 08 Aug 2005) | 4 lines
+r29673 | etxrab | 2009-09-02 10:59:56 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-
-Didier Gautheron:
-        A small patch for compiling ethereal outside the source tree.
+   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.
 ------------------------------------------------------------------------
-r15260 | sahlberg | 2005-08-08 04:52:59 -0500 (Mon, 08 Aug 2005) | 8 lines
+r29675 | tuexen | 2009-09-02 12:15:02 -0700 (Wed, 02 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/gtk/new_packet_list.c
 
-From
-Eric Wedel
+Mark unused parameter as such.
 
-Add a preference to RPC (default off) that will heuristically attempt to find
-PDUs starting in the middle of a segment.
 
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r15259 | sahlberg | 2005-08-08 03:53:05 -0500 (Mon, 08 Aug 2005) | 6 lines
+r29677 | krj | 2009-09-02 12:31:56 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-gsm_ss.h
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
-updates from Anders B
+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
 
-Regenerate gsm ss and gsm map
+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.
 ------------------------------------------------------------------------
-r15258 | guy | 2005-08-08 02:27:14 -0500 (Mon, 08 Aug 2005) | 7 lines
+r29681 | etxrab | 2009-09-02 22:35:21 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/gtk/new_packet_list.c
 
-Centralize the code to create the subtree for RSVP objects and to put
-the length and object class items into that tree.  Put the object class
-item into the tree as a visible item, rather than as a hidden item and
-as a text entry.
+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
 
-Add some additional length checks.
+Right justify "Packet length", "Cumulative bytes" and custom columns
+displaying numerical values.
 
 ------------------------------------------------------------------------
-r15257 | sahlberg | 2005-08-07 18:39:00 -0500 (Sun, 07 Aug 2005) | 5 lines
+r29683 | stig | 2009-09-03 03:50:30 -0700 (Thu, 03 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/gtk/new_packet_list.c
 
-from Dominique Bastien
+Adjusted int/uint check and fixed a comment in right justify check.
 
-small update for slowprotocols
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r15256 | ulfl | 2005-08-07 18:10:06 -0500 (Sun, 07 Aug 2005) | 4 lines
+r29685 | krj | 2009-09-03 07:32:11 -0700 (Thu, 03 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.am
-   M /trunk/packaging/nsis/WinPcapPage.ini
-   A /trunk/packaging/nsis/WinPcap_3_1.exe
-   D /trunk/packaging/nsis/WinPcap_3_1_beta4.exe
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Use the now released WinPcap 3.1 version instead of the beta 4.
+Make sure that we stop auto scroll if we start scrolling manually. 
 
-We don't need to uninstall an old WinPcap version first, as this is done by the WinPcap installer itself now.
+Caveat: we jump to first frame when auto scroll is stopped
 
 ------------------------------------------------------------------------
-r15255 | guy | 2005-08-07 15:06:01 -0500 (Sun, 07 Aug 2005) | 10 lines
+r29686 | krj | 2009-09-03 07:41:09 -0700 (Thu, 03 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
-
-DHCP Failover runs over TCP; use tcp_dissect_pdus.
+   M /trunk/file.c
 
-There's no need to build a list of all the options and then dissect them
-individually; just have one loop that dissects them.  (The full list
-wasn't being freed, so we were leaking memory.)
+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
 
-Add some more sanity checks.
+Show UEId in info column for UL-SCH / DL-SCH frames.
 
-Clean up a bunch of other things.
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r15254 | guy | 2005-08-07 13:03:34 -0500 (Sun, 07 Aug 2005) | 10 lines
+r29689 | krj | 2009-09-03 10:39:42 -0700 (Thu, 03 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Fix the spelling of "transferred".
+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
 
-Fix the sizes of some items to match what's in the I-D and what's being
-fetched from the packet.
+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
 
-Check for the length of items before doing *anything* with the item,
-including fetching the data from the packet.  Just put a "bad length"
-indication into the protocol tree; don't abort the dissection (we can
-just move on to the next TLV).
+Start the feature list for 1.4.
 
 ------------------------------------------------------------------------
-r15253 | jmayer | 2005-08-06 19:21:35 -0500 (Sat, 06 Aug 2005) | 1 line
+r29692 | etxrab | 2009-09-04 03:53:37 -0700 (Fri, 04 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook
+   M /trunk/epan/addr_resolv.c
 
-Add release-notes-...pdf to svn:ignore
+From : Didier Gautheron
+Addresse hash is slow on little endian CPU.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3973
 ------------------------------------------------------------------------
-r15252 | jmayer | 2005-08-06 19:07:18 -0500 (Sat, 06 Aug 2005) | 6 lines
+r29693 | etxrab | 2009-09-04 04:06:52 -0700 (Fri, 04 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/docbook/README.txt
-
-Start a list of packages required for each distro.
-So far only Suse 9.3 is covered.
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-Infos for other systems are very welcome.
+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>
 ------------------------------------------------------------------------
-r15251 | guy | 2005-08-06 16:38:43 -0500 (Sat, 06 Aug 2005) | 9 lines
+r29695 | tuexen | 2009-09-04 05:42:22 -0700 (Fri, 04 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-frame.h
-   M /trunk/epan/exceptions.h
+   M /trunk/gtk/sctp_graph_dlg.c
 
-If a dissector writer directly throws DissectorError, don't punish the
-user by crashing due to a null pointer dereference, punish the dissector
-writer by saying he or she didn't bother providing an explanation of the
-error.
+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
 
-The exception message isn't a const string any more; make the
-"exception_message" argument to "show_exception()" a "char *", not a
-"const char *".
+Fix compilation.
 
 ------------------------------------------------------------------------
-r15250 | guy | 2005-08-06 14:58:45 -0500 (Sat, 06 Aug 2005) | 14 lines
+r29697 | tuexen | 2009-09-04 06:10:59 -0700 (Fri, 04 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/except.c
-   M /trunk/epan/except.h
-   M /trunk/epan/exceptions.h
+   M /trunk/gtk/sctp_graph_dlg.c
 
-Support throwing an exception with a null message pointer, and have the
-message not be const (as we generate messages with "g_strdup_sprintf()",
-which means they need to be freed; using a null message means that we
-don't have to use a special string for exceptions with no message, and
-don't have to worry about not freeing that).
+Fix handling of multiple duplicate TSNs.
 
-Have THROW() throw an exception with a null message pointer.  (This
-means that you crash if you throw DissectorError with THROW().  Don't do
-that - it means you don't get a more detailed explanation of the
-dissector problem.  Use the DISSECTOR_ASSERT, etc. macros in
-epan/proto.h instead.)
+------------------------------------------------------------------------
+r29698 | tuexen | 2009-09-04 06:23:51 -0700 (Fri, 04 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
 
-Free the exception message for DissectorError, as it's mallocated.
+Cleanup whitespaces.
 
 ------------------------------------------------------------------------
-r15249 | guy | 2005-08-06 13:42:07 -0500 (Sat, 06 Aug 2005) | 5 lines
+r29699 | krj | 2009-09-04 10:42:03 -0700 (Fri, 04 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/filters.c
-   M /trunk/filters.h
-
-"read_filter_list()" and "save_filter_list()" mallocate the path string
-that they return through the "pref_path_return" argument; make it a
-"char **", as a pointer to a "char *" is passed to it, and the caller
-has to free that.
+   M /trunk/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
 ------------------------------------------------------------------------
-r15248 | guy | 2005-08-06 13:40:03 -0500 (Sat, 06 Aug 2005) | 5 lines
+r29700 | wmeier | 2009-09-04 11:18:34 -0700 (Fri, 04 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/file.c
+   M /trunk/epan/dissectors/packet-kingfisher.c
 
-We no longer generate a "Loading" message ourselves, we just pass the
-name of the file being loaded to "delayed_create_progress_dlg()".  Get
-rid of the pointless "g_strdup_printf()" call (which amounted to a
-more-expensive "g_strdup()", and the variables it used.
+From Rob Casey: Fix for: Incorrect station identifier parsing in Kingfisher dissector 
+See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3946
 
 ------------------------------------------------------------------------
-r15247 | guy | 2005-08-06 13:38:35 -0500 (Sat, 06 Aug 2005) | 15 lines
+r29701 | wmeier | 2009-09-04 11:40:02 -0700 (Fri, 04 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/util.c
+   M /trunk/epan/dissectors/packet-kingfisher.c
 
-"setup_tmpdir()" either returns the const string passed to it, or it
-returns a malloced string that's supposed to persist as long as Ethereal
-is running.  Make it return "const char *", and return either the former
-pointer or the result of mallocation, so we don't end up using the same
-variable for a const pointer and a non-const pointer.
+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.
 
-Make the variables to which its result is assigned const pointers as
-well.
-
-"strlen()" returns size_t; make a argument to which its result is
-assigned a size_t.
+------------------------------------------------------------------------
+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
 
-Just out of paranoia, check for a zero-length string passed to
-"setup_tmpdir()".
+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.
 
 ------------------------------------------------------------------------
-r15246 | gerald | 2005-08-06 10:23:52 -0500 (Sat, 06 Aug 2005) | 2 lines
+r29706 | stig | 2009-09-05 04:15:50 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/packet_list_store.c
 
-Add a note about the ISIS LSP bug.
+Make it build without warnings.
 
 ------------------------------------------------------------------------
-r15245 | gerald | 2005-08-06 10:18:45 -0500 (Sat, 06 Aug 2005) | 3 lines
+r29707 | krj | 2009-09-05 04:58:44 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/gtk/packet_list_store.c
 
-Increase the size of some variables so that we don't overflow them and loop
-forever.  Fixes bug 320.
+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.
 ------------------------------------------------------------------------
-r15244 | jmayer | 2005-08-06 09:03:14 -0500 (Sat, 06 Aug 2005) | 3 lines
+r29709 | stig | 2009-09-05 06:06:45 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_sync.c
-   M /trunk/file.c
-   M /trunk/filters.c
-   M /trunk/filters.h
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/mtp3_summary.c
-   M /trunk/gtk/progress_dlg.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/gtk/sctp_stat_dlg.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/progress_dlg.h
-   M /trunk/tap-iostat.c
-   M /trunk/util.c
-   M /trunk/util.h
+   M /trunk/epan/prefs.c
 
+Ignore preferences for deleted protocols "etheric" and "isup_thin".
 
-Last set of char -> const char trivial warning fixes.
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r15243 | tuexen | 2005-08-06 07:02:34 -0500 (Sat, 06 Aug 2005) | 6 lines
+r29711 | krj | 2009-09-05 06:27:34 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-asap.c
-   M /trunk/epan/dissectors/packet-enrp.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Update to
- * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-common-param-09.txt
- * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-enrp-12.txt
- * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-asap-12.txt
+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.
 
 ------------------------------------------------------------------------
-r15242 | guy | 2005-08-06 05:31:27 -0500 (Sat, 06 Aug 2005) | 2 lines
+r29713 | krj | 2009-09-05 06:46:17 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/packet.h
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/tethereal.c
-
-Squelch more const pointer warnings.
+   M /trunk/gtk/packet_list_store.c
 
+Restore original condition in packet_list_iter_n_children()
 ------------------------------------------------------------------------
-r15241 | guy | 2005-08-06 05:30:21 -0500 (Sat, 06 Aug 2005) | 4 lines
+r29714 | stig | 2009-09-05 07:37:02 -0700 (Sat, 05 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/voip_calls.c
+   M /trunk/gtk/new_packet_list.c
 
-Make some structure members that are always set from mallocated data not
-"const" pointers, so that we don't get warnings when we free the data
-they point to.
+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.
 
 ------------------------------------------------------------------------
-r15240 | guy | 2005-08-06 05:29:20 -0500 (Sat, 06 Aug 2005) | 3 lines
+r29715 | krj | 2009-09-05 08:25:53 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/mate/mate_parser.l
-
-Make a variable whose value might be trashed by setjmp/longjmp
-"volatile" to avoid that.
+   M /trunk/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
 ------------------------------------------------------------------------
-r15239 | guy | 2005-08-06 04:23:28 -0500 (Sat, 06 Aug 2005) | 14 lines
+r29716 | krj | 2009-09-05 08:30:34 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/gtk/new_packet_list.c
 
-Don't assign "" to a string that's only used after it's assigned to.
+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
 
-"tvb_fake_unicode()" never returns a null pointer, so there's no need to
-check for it; there's also no need to check that it's not an empty
-string before freeing it, as it's always assigned a g_malloc()ed string.
+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
 
-It also takes as an argument the number of Unicode characters in the
-string, not the number of bytes in the string.
+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
 
-Use "format_text()" when adding a string to the Info column, in case
-it has non-printable characters.
+Move reloading pane geometry to a point where we have the correct
+main_first_pane and main_second_pane.
 
-Don't use "proto_tree_add_string_format()" if you don't have to.
+------------------------------------------------------------------------
+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()
 ------------------------------------------------------------------------
-r15238 | guy | 2005-08-06 04:18:52 -0500 (Sat, 06 Aug 2005) | 9 lines
+r29721 | krj | 2009-09-05 11:39:46 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/prefs.c
 
-Use a NULL value for di->xfer as an indication that we don't know the
-transfer context; that way, we don't have to make "di->xfer" a "const"
-pointer, and can thus pass it to "g_free()" (if non-null) without
-the compiler whining at us.
+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
 
-Note that telling the user to "click on ASSOC request" is not the best
-thing to do, unless we simply cannot determine the right ASSOC request
-to click on.
+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
 ------------------------------------------------------------------------
-r15237 | guy | 2005-08-05 23:01:38 -0500 (Fri, 05 Aug 2005) | 4 lines
+r29724 | stig | 2009-09-05 12:42:43 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/gtk/main.c
 
-DissectorError is not supposed to be directly thrown; one should use the
-various DISSECTOR_ macros, so the error message includes an indication
-of the problem, and the file and line number.
+Remove an obsolete gui_time_format setting.
 
 ------------------------------------------------------------------------
-r15236 | guy | 2005-08-05 22:44:55 -0500 (Fri, 05 Aug 2005) | 8 lines
+r29725 | stig | 2009-09-05 15:12:51 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/bootp_stat.c
-   M /trunk/gtk/dcerpc_stat.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/hostlist_fddi.c
-   M /trunk/gtk/hostlist_ip.c
-   M /trunk/gtk/hostlist_ipx.c
-   M /trunk/gtk/hostlist_jxta.c
-   M /trunk/gtk/hostlist_table.h
-   M /trunk/gtk/hostlist_tcpip.c
-   M /trunk/gtk/hostlist_tr.c
-   M /trunk/gtk/hostlist_udpip.c
-   M /trunk/gtk/hostlist_wlan.c
-   M /trunk/gtk/io_stat.c
-   M /trunk/gtk/ldap_stat.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/mgcp_stat.c
-   M /trunk/gtk/mtp3_stat.c
-   M /trunk/gtk/rpc_progs.c
-   M /trunk/gtk/rpc_stat.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/sip_stat.c
-   M /trunk/gtk/smb_stat.c
-   M /trunk/gtk/stats_tree_stat.c
-   M /trunk/gtk/summary_dlg.c
-   M /trunk/gtk/toolbar.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/gtk/wsp_stat.c
-   M /trunk/tap-ansi_astat.c
-   M /trunk/tap-bootpstat.c
-   M /trunk/tap-dcerpcstat.c
-   M /trunk/tap-gsm_astat.c
-   M /trunk/tap-h225counter.c
-   M /trunk/tap-h225rassrt.c
-   M /trunk/tap-httpstat.c
-   M /trunk/tap-iostat.c
-   M /trunk/tap-iousers.c
-   M /trunk/tap-mgcpstat.c
-   M /trunk/tap-protocolinfo.c
-   M /trunk/tap-protohierstat.c
-   M /trunk/tap-rpcprogs.c
-   M /trunk/tap-rpcstat.c
-   M /trunk/tap-sctpchunkstat.c
-   M /trunk/tap-sipstat.c
-   M /trunk/tap-smbsids.c
-   M /trunk/tap-smbstat.c
-   M /trunk/tap-stats_tree.c
-   M /trunk/tap-wspstat.c
-   M /trunk/tap_dfilter_dlg.h
+   M /trunk/epan/dissectors/packet-capwap.c
 
-Squelch more const warnings (and fix some memory leaks that found).
+Changed type for "Wireless data" to FT_BYTES.
 
-_U_-ify some unused arguments, rather than assigning them to themselves.
+------------------------------------------------------------------------
+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
 
-Un-constify one variable that gets assigned a mallocated pointer.
+Don't pass ep_alloc()'ed strings to col_set_str().
 
-Clean up indentation.
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984
 
 ------------------------------------------------------------------------
-r15235 | gerald | 2005-08-05 22:43:42 -0500 (Fri, 05 Aug 2005) | 6 lines
+r29727 | krj | 2009-09-05 22:29:51 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/asn1.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-spnego.c
-
-In packet-frame.c, don't free static memory when we throw a
-DissectorError.  In packet-kerberos.c, restore pinfo->private_data if
-we throw an exception, which keeps the SMB dissector from throwing
-a DissectorError.  Initialize variables in other places to squelch
-valgrind warnings.
+   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
 ------------------------------------------------------------------------
-r15234 | guy | 2005-08-05 20:39:51 -0500 (Fri, 05 Aug 2005) | 2 lines
+r29728 | krj | 2009-09-05 22:49:00 -0700 (Sat, 05 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Squelch another const warning.
+Make sure that we can enable/disable color filtering.
+
+Fixes http://wiki.wireshark.org/Development/OptimizePacketList?action=diff&rev1=11&rev2=12
 
 ------------------------------------------------------------------------
-r15233 | ulfl | 2005-08-05 19:06:14 -0500 (Fri, 05 Aug 2005) | 1 line
+r29729 | krj | 2009-09-05 23:07:53 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/xml/xml_plugin.c
+   M /trunk/color_filters.c
+   M /trunk/color_filters.h
+   M /trunk/gtk/packet_list_store.c
 
-fix a comment typo
+Add NEW_PACKET_LIST guard to color_filters_colorize_packet()
 ------------------------------------------------------------------------
-r15232 | ulfl | 2005-08-05 18:58:58 -0500 (Fri, 05 Aug 2005) | 1 line
+r29730 | krj | 2009-09-05 23:33:13 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/capture_stop_conditions.c
-   M /trunk/conditions.c
-   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/follow.c
-   M /trunk/epan/tap.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_stat.c
-   M /trunk/gtk/tcp_graph.c
-   M /trunk/gtk/ui_util.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
-replace malloc and alike calls by their GLib pendants -> g_malloc
+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
 ------------------------------------------------------------------------
-r15231 | guy | 2005-08-05 18:18:05 -0500 (Fri, 05 Aug 2005) | 3 lines
+r29731 | krj | 2009-09-06 00:24:54 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-daap.c
-
-Put in a comment asking about the music going over the connection - we
-shouldn't try to parse it as DAAP.
+   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.
 ------------------------------------------------------------------------
-r15230 | guy | 2005-08-05 18:17:15 -0500 (Fri, 05 Aug 2005) | 2 lines
+r29732 | krj | 2009-09-06 00:33:07 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/mate/mate_parser.l
-
-Squelch a warning about "state" being used uninitialized.
+   M /trunk/epan/proto.c
 
+This fix was supposed to be in r29731 which some how only contained whitespace changes.
 ------------------------------------------------------------------------
-r15229 | lego | 2005-08-05 17:36:28 -0500 (Fri, 05 Aug 2005) | 3 lines
+r29733 | krj | 2009-09-06 00:55:17 -0700 (Sun, 06 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/hostlist_table.c
+   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:
 
-have the definition of init_hostlist_table *ACTUALLY* match its declaration.
+* 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)
 
 ------------------------------------------------------------------------
-r15228 | lego | 2005-08-05 17:34:45 -0500 (Fri, 05 Aug 2005) | 3 lines
+r29734 | krj | 2009-09-06 01:10:12 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/hostlist_table.c
+   M /trunk/epan/emem.c
 
-have the definition of init_hostlist_table match the declaration.
+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
 ------------------------------------------------------------------------
-r15227 | jmayer | 2005-08-05 15:59:08 -0500 (Fri, 05 Aug 2005) | 5 lines
+r29737 | krj | 2009-09-06 02:11:17 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/epan/packet.c
-   M /trunk/epan/packet.h
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/ansi_a_stat.c
-   M /trunk/gtk/ansi_map_stat.c
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_prefs.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/column_prefs.c
-   M /trunk/gtk/conversations_eth.c
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/conversations_fddi.c
-   M /trunk/gtk/conversations_ip.c
-   M /trunk/gtk/conversations_ipx.c
-   M /trunk/gtk/conversations_jxta.c
-   M /trunk/gtk/conversations_sctp.c
-   M /trunk/gtk/conversations_table.c
-   M /trunk/gtk/conversations_table.h
-   M /trunk/gtk/conversations_tcpip.c
-   M /trunk/gtk/conversations_tr.c
-   M /trunk/gtk/conversations_udpip.c
-   M /trunk/gtk/conversations_wlan.c
-   M /trunk/gtk/decode_as_dcerpc.c
-   M /trunk/gtk/decode_as_dcerpc.h
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/dfilter_expr_dlg.c
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/dlg_utils.h
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/filter_dlg.c
-   M /trunk/gtk/filter_dlg.h
-   M /trunk/gtk/find_dlg.c
-   M /trunk/gtk/find_dlg.h
-   M /trunk/gtk/flow_graph.c
-   M /trunk/gtk/gsm_a_stat.c
-   M /trunk/gtk/gsm_map_stat.c
-   M /trunk/gtk/gtk_stat_util.c
-   M /trunk/gtk/gtk_stat_util.h
-   M /trunk/gtk/h225_counter.c
-   M /trunk/gtk/h225_ras_srt.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/hostlist_eth.c
-   M /trunk/gtk/hostlist_table.c
-   M /trunk/gtk/hostlist_table.h
-   M /trunk/gtk/main.c
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/menu.h
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/plugins_dlg.c
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/proto_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/proto_hier_stats_dlg.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/sctp_error_dlg.c
-   M /trunk/gtk/sctp_stat.h
-   M /trunk/gtk/service_response_time_table.c
-   M /trunk/gtk/tap_menu.h
-   M /trunk/gtk/ui_util.c
-   M /trunk/gtk/ui_util.h
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls.h
-   M /trunk/image/dn_arrow.xpm
-   M /trunk/image/eexcl3d64.xpm
-   M /trunk/image/eicon3d16.xpm
-   M /trunk/image/eicon3d32.xpm
-   M /trunk/image/eicon3d48.xpm
-   M /trunk/image/icon-ethereal.xpm
-   M /trunk/image/icon-excl.xpm
-   M /trunk/image/stock_dialog_error_48.xpm
-   M /trunk/image/stock_dialog_info_48.xpm
-   M /trunk/image/stock_dialog_question_48.xpm
-   M /trunk/image/stock_dialog_warning_48.xpm
-   M /trunk/image/toolbar/autoscroll_24.xpm
-   M /trunk/image/toolbar/capture_filter_24.xpm
-   M /trunk/image/toolbar/capture_interfaces_24.xpm
-   M /trunk/image/toolbar/capture_options_24.xpm
-   M /trunk/image/toolbar/capture_restart_24.xpm
-   M /trunk/image/toolbar/capture_start_24.xpm
-   M /trunk/image/toolbar/capture_stop_24.xpm
-   M /trunk/image/toolbar/checkbox_16.xpm
-   M /trunk/image/toolbar/colorize_24.xpm
-   M /trunk/image/toolbar/conversations_16.xpm
-   M /trunk/image/toolbar/decode_as_16.xpm
-   M /trunk/image/toolbar/display_filter_24.xpm
-   M /trunk/image/toolbar/endpoints_16.xpm
-   M /trunk/image/toolbar/file_set_list_16.xpm
-   M /trunk/image/toolbar/file_set_next_16.xpm
-   M /trunk/image/toolbar/file_set_previous_16.xpm
-   M /trunk/image/toolbar/graphs_16.xpm
-   M /trunk/image/toolbar/internet_24.xpm
-   M /trunk/image/toolbar/resize_columns_24.xpm
-   M /trunk/image/toolbar/stock_add_24.xpm
-   M /trunk/image/toolbar/stock_bottom_24.xpm
-   M /trunk/image/toolbar/stock_clear_24.xpm
-   M /trunk/image/toolbar/stock_close_24.xpm
-   M /trunk/image/toolbar/stock_colorselector_24.xpm
-   M /trunk/image/toolbar/stock_help_24.xpm
-   M /trunk/image/toolbar/stock_jump_to_24.xpm
-   M /trunk/image/toolbar/stock_left_arrow_24.xpm
-   M /trunk/image/toolbar/stock_ok_20.xpm
-   M /trunk/image/toolbar/stock_open_24.xpm
-   M /trunk/image/toolbar/stock_preferences_24.xpm
-   M /trunk/image/toolbar/stock_print_24.xpm
-   M /trunk/image/toolbar/stock_properties_24.xpm
-   M /trunk/image/toolbar/stock_refresh_24.xpm
-   M /trunk/image/toolbar/stock_right_arrow_24.xpm
-   M /trunk/image/toolbar/stock_save_24.xpm
-   M /trunk/image/toolbar/stock_save_as_24.xpm
-   M /trunk/image/toolbar/stock_search_24.xpm
-   M /trunk/image/toolbar/stock_stop_24.xpm
-   M /trunk/image/toolbar/stock_top_24.xpm
-   M /trunk/image/toolbar/stock_zoom_1_24.xpm
-   M /trunk/image/toolbar/stock_zoom_in_24.xpm
-   M /trunk/image/toolbar/stock_zoom_out_24.xpm
-   M /trunk/image/toolbar/telephony_16.xpm
-   M /trunk/image/toolbar/time_24.xpm
-   M /trunk/image/toolbar/web_support_24.xpm
-   M /trunk/image/toolbar/wiki_24.xpm
-   M /trunk/image/up_arrow.xpm
-   M /trunk/plugins/stats_tree/pinfo_stats_tree.c
-   M /trunk/tap_dfilter_dlg.h
+   M /trunk/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
 
-More char -> const char warning fixes.
-Removed (very few) casts that only change the warning message
-  but don't remove it (with gcc-4).
+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()
 ------------------------------------------------------------------------
-r15226 | etxrab | 2005-08-05 14:37:57 -0500 (Fri, 05 Aug 2005) | 12 lines
+r29740 | krj | 2009-09-06 03:41:35 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
+   M /trunk/gtk/packet_list_store.c
 
-From David Richards:
-here are the highlights of what's fixed:
+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
 
-1) Decoding of vendor-defined types
-2) Decoding of some event notification parameters (not all)
-3) Decoding of ABSTRACT-SYNTAX&Type
-4) Decoding of BACnetTimeStamp
-5) Some problems with context-tagged values (like booleans)
-6) Continuation segments - don't try to decode them since you can't 
-start mid-PDU
-7) Removed some excessive levels of subtrees
+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
 
 ------------------------------------------------------------------------
-r15225 | etxrab | 2005-08-05 14:32:26 -0500 (Fri, 05 Aug 2005) | 2 lines
+r29742 | krj | 2009-09-06 04:30:41 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/epan/proto.c
 
-From Thomas Steffen:
-Fix a copy-paste error in the prefs. code
+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.
 ------------------------------------------------------------------------
-r15224 | etxrab | 2005-08-05 14:16:29 -0500 (Fri, 05 Aug 2005) | 3 lines
+r29743 | krj | 2009-09-06 05:27:32 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-gprs-llc.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-From THORNTON, MATT
-Some changes that I made to flesh out GPRS message parsing.  More information is displayed about the various frame formats.  I have also added some code to parse XID parameters in the U frame.  I have also fixed a couple of display bugs in the GSM and GPRS LLC parser.
+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
 ------------------------------------------------------------------------
-r15223 | jmayer | 2005-08-05 08:23:47 -0500 (Fri, 05 Aug 2005) | 1 line
+r29745 | krj | 2009-09-06 06:35:27 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/epan/column-utils.c
 
-char -> const char warning fixes
+Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID custom column deprecation
 ------------------------------------------------------------------------
-r15222 | jmayer | 2005-08-05 08:10:58 -0500 (Fri, 05 Aug 2005) | 1 line
+r29746 | krj | 2009-09-06 07:00:28 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-telnet.c
-   M /trunk/epan/dissectors/packet-tr.c
-   M /trunk/epan/dissectors/packet-trmac.c
-   M /trunk/epan/dissectors/packet-user_encap.c
-   M /trunk/epan/dissectors/packet-vines.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/tap-sctpchunkstat.c
 
-More char -> const char warning fixes
+Dont declare address_to_str(). Pull in <epan/to_str.h> instead
 ------------------------------------------------------------------------
-r15221 | ulfl | 2005-08-05 04:20:48 -0500 (Fri, 05 Aug 2005) | 3 lines
+r29747 | krj | 2009-09-06 07:25:47 -0700 (Sun, 06 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_sources.xml
-   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
+   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
 
-note that calling distclean target should be done first
+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().
 
-add the MSVC tools to the verify_tools target, add some explanation of common problems
 ------------------------------------------------------------------------
-r15220 | ulfl | 2005-08-05 03:34:47 -0500 (Fri, 05 Aug 2005) | 4 lines
+r29748 | krj | 2009-09-06 07:39:53 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/to_str.c
 
-verify_tools: 
-- not only look for the cygwin tools, but also check the MSVC tools required like cl.exe, link.exe and nmake.exe
+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
 
-- I don't know why we should use /usr/bin/find but simply find, check for it instead. If there's a reason to use /usr/bin/find, we should use $(FIND) instead but I currently don't see a reason for this
+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.
 ------------------------------------------------------------------------
-r15219 | jmayer | 2005-08-04 19:29:34 -0500 (Thu, 04 Aug 2005) | 1 line
+r29750 | gerald | 2009-09-06 08:03:28 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/gsm_ss/Makefile
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Add eol-style and keywords properties
+[Automatic manuf and enterprise-numbers update for 2009-09-06]
 ------------------------------------------------------------------------
-r15218 | jmayer | 2005-08-04 19:23:22 -0500 (Thu, 04 Aug 2005) | 1 line
+r29753 | krj | 2009-09-06 08:06:41 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-gssapi.h
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-nlsp.c
-   M /trunk/epan/dissectors/packet-nntp.c
-   M /trunk/epan/dissectors/packet-nt-sonmp.c
-   M /trunk/epan/dissectors/packet-ntp.c
-   M /trunk/epan/dissectors/packet-osi-options.c
-   M /trunk/epan/dissectors/packet-ospf.c
-   M /trunk/epan/dissectors/packet-pgm.c
-   M /trunk/epan/dissectors/packet-pn-rt.c
-   M /trunk/epan/dissectors/packet-portmap.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-q933.c
-   M /trunk/epan/dissectors/packet-quakeworld.c
-   M /trunk/epan/dissectors/packet-radius.h
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-rdt.c
-   M /trunk/epan/dissectors/packet-rdt.h
-   M /trunk/epan/dissectors/packet-rsvp.c
-   M /trunk/epan/dissectors/packet-sap.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-slsk.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-snmp.c
-   M /trunk/epan/dissectors/packet-socks.c
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/epan/dissectors/packet-t38.h
-   M /trunk/epan/radius_dict.l
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
+   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.
 
-More char -> const char warning fixes
 ------------------------------------------------------------------------
-r15217 | sahlberg | 2005-08-04 19:23:08 -0500 (Thu, 04 Aug 2005) | 3 lines
+r29755 | stig | 2009-09-06 18:19:26 -0700 (Sun, 06 Sep 2009) | 3 lines
 Changed paths:
-   A /trunk/asn1/gsm_ss/Makefile
-
-Add unix makefile for work in progress GSM-SS dissector
+   M /trunk/epan/dissectors/packet-homeplug.c
 
+Don't pass length 0 to a FT_UINT.
+Fixed some uint types with length 2.
 
 ------------------------------------------------------------------------
-r15216 | jmayer | 2005-08-04 17:54:04 -0500 (Thu, 04 Aug 2005) | 1 line
+r29756 | jmayer | 2009-09-07 00:26:43 -0700 (Mon, 07 Sep 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iax2.c
+   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
+
 
-Separate declaration from initialization with non-static values
 ------------------------------------------------------------------------
-r15215 | guy | 2005-08-04 17:37:49 -0500 (Thu, 04 Aug 2005) | 3 lines
+r29757 | jmayer | 2009-09-07 00:30:42 -0700 (Mon, 07 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/README.win32
+   M /trunk/gtk/capture_dlg.h
 
-Note that if you're building from a source tarball, before the first
-build you must do "nmake -f makefile.make distclean".
+The external declaration of airpcap_tb here is not needed
+and creates warnings
 
 ------------------------------------------------------------------------
-r15214 | guy | 2005-08-04 17:22:53 -0500 (Thu, 04 Aug 2005) | 5 lines
+r29758 | etxrab | 2009-09-07 03:03:55 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.nmake
-   M /trunk/plugins/mate/Makefile.nmake
-   M /trunk/plugins/xml/Makefile.nmake
+   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
 
-Put in comments explaining why we're removing some generated files with
-"make distclean", even though they come with the distribution, and
-make the one in plugins/xml/Makefile.nmake match the one in some other
-files.
+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.
 ------------------------------------------------------------------------
-r15213 | guy | 2005-08-04 17:13:33 -0500 (Thu, 04 Aug 2005) | 3 lines
+r29761 | stig | 2009-09-07 05:01:19 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/cleanbld.bat
+   M /trunk/file.c
 
-Delete some new Flex-generated files, and put in a comment explaining
-that we're doing that and explaining why we're doing it.
+Fixed arguments to new_packet_list_set_time_width().
 
 ------------------------------------------------------------------------
-r15212 | jmayer | 2005-08-04 16:54:00 -0500 (Thu, 04 Aug 2005) | 1 line
+r29762 | krj | 2009-09-07 05:04:59 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.common
+   M /trunk/gtk/main_toolbar.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
-Forgot to remove gdebug.h from Makefile.common too
+Add initial implementation of new_packet_list_resize_columns() which just sets the column width according to the column format (work in progress)
 ------------------------------------------------------------------------
-r15211 | jmayer | 2005-08-04 16:40:58 -0500 (Thu, 04 Aug 2005) | 3 lines
+r29763 | stig | 2009-09-07 05:12:45 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/gtk/menus.c
 
-Don't initialize variables in their declaration with non-constant
-values.
+Enable resize columns button for new packet list.
 
 ------------------------------------------------------------------------
-r15210 | jmayer | 2005-08-04 16:31:40 -0500 (Thu, 04 Aug 2005) | 6 lines
+r29764 | stig | 2009-09-07 05:13:28 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/gtk/main_toolbar.c
 
+Set sensitivity on resize columns button.
 
-Albert Chin:
-        uses of some C99'isms which prevent compilation on
-        IRIX 6.5 with the SGI C compiler.
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r15209 | jmayer | 2005-08-04 16:09:08 -0500 (Thu, 04 Aug 2005) | 6 lines
+r29766 | krj | 2009-09-07 06:10:59 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dfilter/gencode.c
-   M /trunk/epan/ftypes/ftype-tvbuff.c
-   D /trunk/epan/gdebug.h
+   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
 
-Albert Chin:
-        Don't include epan/gdebug.h
+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
 
-Now that epan/gdebug.h is unused: remove it
+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.
 ------------------------------------------------------------------------
-r15208 | jmayer | 2005-08-04 15:41:52 -0500 (Thu, 04 Aug 2005) | 6 lines
+r29770 | krj | 2009-09-07 08:49:14 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/lemon/lempar.c
+   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
 
-Albert Chin:
-        "config.h" should always be included first. However, lemon
-        includes <stdio.h> first.
+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
 ------------------------------------------------------------------------
-r15207 | gerald | 2005-08-04 12:14:19 -0500 (Thu, 04 Aug 2005) | 2 lines
+r29773 | krj | 2009-09-07 09:17:58 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
 
-Add items for the recent FC-FCS and RSVP bug fixes.
+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
 ------------------------------------------------------------------------
-r15206 | gerald | 2005-08-04 12:11:32 -0500 (Thu, 04 Aug 2005) | 3 lines
+r29775 | krj | 2009-09-07 10:09:09 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Increase the size of some variables, so that we don't overflow them.  Fixes
-the infinite loops in bugs 311 and 314.
+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
 ------------------------------------------------------------------------
-r15205 | gram | 2005-08-04 08:54:46 -0500 (Thu, 04 Aug 2005) | 3 lines
+r29777 | krj | 2009-09-07 10:45:37 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/exceptions.h
-   A /trunk/epan/exntest.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Exception handling fixes, and a fix to packet-frame.c,
-from Richard van der Hoff.
+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/gtk/packet_list_store.c
 
+Auto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULATIVE_BYTES
 ------------------------------------------------------------------------
-r15204 | guy | 2005-08-04 05:24:33 -0500 (Thu, 04 Aug 2005) | 2 lines
+r29779 | krj | 2009-09-07 12:07:30 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/gtk/packet_list_store.c
 
-When processing records, advance the offset.
+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
 ------------------------------------------------------------------------
-r15203 | etxrab | 2005-08-03 15:51:54 -0500 (Wed, 03 Aug 2005) | 1 line
+r29781 | krj | 2009-09-07 12:50:19 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.h
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Use the new fn_par functions, fix of a bug and export functions used by gsm_ss.
+Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iter
 ------------------------------------------------------------------------
-r15202 | etxrab | 2005-08-03 15:49:52 -0500 (Wed, 03 Aug 2005) | 2 lines
+r29782 | krj | 2009-09-07 13:45:32 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   A /trunk/asn1/gsm_ss
-   A /trunk/asn1/gsm_ss/Makefile.nmake
-   A /trunk/asn1/gsm_ss/SS-Operations.asn
-   A /trunk/asn1/gsm_ss/gsm_ss.cnf
-   A /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
-   A /trunk/asn1/gsm_ss/packet-gsm_ss-template.h
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-First checkin of asn2eth generated gsm ss dissector - work in progress not ready to replace the existing
-dissector yet.
+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()
 ------------------------------------------------------------------------
-r15201 | etxrab | 2005-08-03 15:37:28 -0500 (Wed, 03 Aug 2005) | 20 lines
+r29783 | krj | 2009-09-07 14:07:51 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-iax2.c
-   A /trunk/epan/nstime.c
-   M /trunk/epan/nstime.h
-   M /trunk/timestats.c
-   M /trunk/timestats.h
+   M /trunk/file.c
+   M /trunk/gtk/main_statusbar.c
 
-From Richard van der Hoff:
+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
 
-Among the improvements are:
-- fixes to call-tracking (it's now less likely to confuse two separate 
-calls, for instance)
-- improvements to Information Element dissection (clearer dissection, 
-dissects more IE types, easier to extend)
-- you can now filter on the content of DTMF packets
-- Analysis of timestamps (calculation of absolute timestamp, and packet 
-lateness).
-- fixed a couple of assertion failures in subtle corner-cases.
+Remove an unused parameter.
+------------------------------------------------------------------------
+r29785 | jake | 2009-09-07 22:58:51 -0700 (Mon, 07 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
 
-negative relative times:
-   - get_timedelta()
-   - addtime()
-   - ftype-time.c:relative_val_from_unparsed()
+From Artem Tamazov:
+Add Artem Tamazov and Dmitry Trebuch to AUTHORS.
 
-I've also moved get_timedelta() and addtime() out of calldata.c into a 
-new file, epan/nstime.c, as I needed to use them in a dissector I'm 
-working on (and they therefore needed to go into libethereal).
 ------------------------------------------------------------------------
-r15200 | gerald | 2005-08-03 12:32:00 -0500 (Wed, 03 Aug 2005) | 2 lines
+r29786 | jmayer | 2009-09-08 00:03:57 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/wiretap/i4b_trace.h
-   M /trunk/wiretap/i4btrace.c
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/FindMATH.cmake
+   A /trunk/cmake/modules/FindPCRE.cmake
+   A /trunk/cmake/modules/FindPORTAUDIO.cmake
+   A /trunk/cmake/modules/FindSH.cmake
+   M /trunk/epan/CMakeLists.txt
+   A /trunk/gtk/CMakeLists.txt
+
+dftest and rawshark now build.
+tshark might build.
 
-Don't assume ints are 32 bits.  Fixes a recent Buildbot error.
 
 ------------------------------------------------------------------------
-r15199 | etxrab | 2005-08-02 16:16:56 -0500 (Tue, 02 Aug 2005) | 1 line
+r29787 | etxrab | 2009-09-08 02:11:21 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_sms.c
+   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
 
-Fix "tvb_fake_unicode takes the lengt in number of guint16's not guint8's" fix up indentation.
+Applied the change from the Amendment 1 by hand.
 ------------------------------------------------------------------------
-r15198 | gerald | 2005-08-02 13:26:31 -0500 (Tue, 02 Aug 2005) | 4 lines
+r29788 | stig | 2009-09-08 03:12:01 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/packet_list_store.c
 
-After reading through the code again, the LPD
-dissector wasn't susceptible to a crash.  The patch at
-http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/ is unneccessary.
+Fixed initialization of fdata.
 
 ------------------------------------------------------------------------
-r15197 | sahlberg | 2005-08-02 12:34:14 -0500 (Tue, 02 Aug 2005) | 7 lines
+r29789 | etxrab | 2009-09-08 03:33:15 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mmse.c
+   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
 
-ememify the tvb_get_string call in mmse.
-the strings mmse got from tvb_get_string were never released anyway
-so this would resolve significant memory leakage in mmse.
+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
 
-there are still memleaks in mmse   but one step at a time
+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
 
+Get rid of deprecated gtk_option_menu_new();
 ------------------------------------------------------------------------
-r15196 | sahlberg | 2005-08-02 12:24:26 -0500 (Tue, 02 Aug 2005) | 3 lines
+r29792 | krj | 2009-09-08 07:17:36 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-ememify packet-rpc call to tvb_get_string()
+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.
 
 ------------------------------------------------------------------------
-r15195 | sahlberg | 2005-08-02 12:15:56 -0500 (Tue, 02 Aug 2005) | 3 lines
+r29793 | krj | 2009-09-08 07:21:14 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-remove a pointless g_strdup
+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.
 
 ------------------------------------------------------------------------
-r15194 | gerald | 2005-08-02 10:25:41 -0500 (Tue, 02 Aug 2005) | 2 lines
+r29794 | krj | 2009-09-08 07:26:09 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/plugins/mate/Makefile.am
+   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:
 
-Clean up after ourselves so that we pass "distcheck" again.
+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.
 
 ------------------------------------------------------------------------
-r15193 | guy | 2005-08-02 03:42:02 -0500 (Tue, 02 Aug 2005) | 3 lines
+r29795 | krj | 2009-09-08 07:29:08 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/exceptions.h
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-Explain the BoundsError and ReportedBoundsError errors a bit more, as
-per Ulf Lamping's request.
+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.
 
 ------------------------------------------------------------------------
-r15192 | jmayer | 2005-08-02 03:37:53 -0500 (Tue, 02 Aug 2005) | 1 line
+r29796 | etxrab | 2009-09-08 07:41:25 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk
+   M /trunk/gtk/prefs_gui.c
 
-Include .libs in svn:ignore
+Get rid of deprecated gtk_entry_append_text().
 ------------------------------------------------------------------------
-r15191 | jmayer | 2005-08-02 03:30:33 -0500 (Tue, 02 Aug 2005) | 2 lines
+r29797 | krj | 2009-09-08 07:59:26 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-   M /trunk/epan/dissectors/packet-sscop.c
-   M /trunk/epan/dissectors/packet-tacacs.c
-   M /trunk/epan/dissectors/packet-tds.c
-   M /trunk/epan/dissectors/packet-ymsg.c
-   M /trunk/epan/stats_tree.c
-   M /trunk/gtk/menu.c
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/plugins/mate/packet-mate.c
+   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:
 
-Last set of trivial fixes for "no previous declaration" warnings.
+* Deprecate COL_DCE_CTX ("Context ID). Use dcerpc.cn_ctx_id
 
 ------------------------------------------------------------------------
-r15190 | ulfl | 2005-08-02 02:30:38 -0500 (Tue, 02 Aug 2005) | 1 line
+r29798 | krj | 2009-09-08 08:55:10 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/epan.h
+   M /trunk/epan/column-utils.c
 
-add some comments, has to be extended
+Hoist COL_CHECK_REF_TIME in the call hierarchy. Use it in our public functions, not our internal functions
 ------------------------------------------------------------------------
-r15189 | ulfl | 2005-08-02 02:29:15 -0500 (Tue, 02 Aug 2005) | 1 line
+r29799 | jmayer | 2009-09-08 08:56:16 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   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
 
-add some minor comments around the GTK main loop
 ------------------------------------------------------------------------
-r15188 | ulfl | 2005-08-02 02:26:57 -0500 (Tue, 02 Aug 2005) | 9 lines
+r29800 | jmayer | 2009-09-08 09:07:14 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-bugfix: in an attepmt to fix a crash while doing reassemling of connection oriented packets, some weeks ago I've added some tvb_ensure_bytes_exist() calls to test the case that the alloc_hint value is bogus (found in private fuzz testing).
+   M /trunk/CMakeLists.txt
 
-Unfortunately, this is *very* safe now as it will mark a lot of DCE/RPC packets as malformed, thus the reassembling code won't work with most packets :-(
+Build new packetlist
 
-I've replaced this with the correct check and used THROW(ReportedBoundsError) instead which is hopefully the right error in this case.
+------------------------------------------------------------------------
+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
 
-BTW: could someone please add a description of the ReportedBoundsError vs. BoundsError to the code as I still don't get it.
+Trivial: add direction to expert info string for CRC failures.
 
-In addition: Use a toplevel tree item to display the DCE/RPC defragmentation just as it's done in the TCP desegmentation code.
 ------------------------------------------------------------------------
-r15187 | jmayer | 2005-08-02 02:03:46 -0500 (Tue, 02 Aug 2005) | 1 line
+r29803 | krj | 2009-09-08 10:29:57 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/aclocal-flags
+   M /trunk/epan/column.c
+   M /trunk/epan/column.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/rawshark.c
+   M /trunk/tshark.c
 
-Make aclocal-flags executable again (hopefully fixes buildbot fc4)
+Make tshark and rawshark use build_column_format_array() instead of duplicating the code
 ------------------------------------------------------------------------
-r15186 | jmayer | 2005-08-02 01:44:18 -0500 (Tue, 02 Aug 2005) | 6 lines
+r29804 | krj | 2009-09-08 11:02:43 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/doc/capinfos.pod
-   M /trunk/doc/editcap.pod
-   M /trunk/doc/ethereal-filter.pod.template
-   M /trunk/doc/ethereal-tut.mgp
-   M /trunk/doc/ethereal.pod
-   M /trunk/doc/idl2eth.pod
-   M /trunk/doc/mergecap.pod
-   M /trunk/doc/sgml.doc.template
-   M /trunk/doc/tethereal.pod
-   M /trunk/doc/text2pcap.pod
+   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
 
- Fix svn properties where needed:
-          Add svn:eol-style
-          Add svn:keywords
+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
 ------------------------------------------------------------------------
-r15185 | jmayer | 2005-08-02 01:39:04 -0500 (Tue, 02 Aug 2005) | 7 lines
+r29808 | krj | 2009-09-08 13:06:52 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/edg_src/EDG_chapter_build_intro.xml
-   M /trunk/docbook/edg_src/EDG_chapter_capture.xml
-   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
-   M /trunk/docbook/edg_src/EDG_chapter_works.xml
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/proto.c
 
- Fix svn properties where needed:
-          Remove svn:executable
-          Add svn:executable
-          Add svn:eol-style
-          Add svn:keywords
-          Add mime-type
-
-------------------------------------------------------------------------
-r15184 | jmayer | 2005-08-02 01:29:49 -0500 (Tue, 02 Aug 2005) | 8 lines
-Changed paths:
-   M /trunk/help/capture_filters.txt
-   M /trunk/help/capturing.txt
-   M /trunk/help/display_filters.txt
-   M /trunk/help/faq.txt
-   M /trunk/help/getting_started.txt
-   M /trunk/help/overview.txt
-   M /trunk/help/toc
-   M /trunk/idl/coseventcomm.idl
-   M /trunk/idl/cosnaming.idl
-   M /trunk/idl/parlay/Parlay.idl
-   M /trunk/idl/parlay/am.idl
-   M /trunk/idl/parlay/cccs.idl
-   M /trunk/idl/parlay/cm.idl
-   M /trunk/idl/parlay/common_cc_data.idl
-   M /trunk/idl/parlay/cs.idl
-   M /trunk/idl/parlay/dsc.idl
-   M /trunk/idl/parlay/fw_data.idl
-   M /trunk/idl/parlay/fw_if.idl
-   M /trunk/idl/parlay/fw_if_access.idl
-   M /trunk/idl/parlay/fw_if_app.idl
-   M /trunk/idl/parlay/fw_if_entop.idl
-   M /trunk/idl/parlay/fw_if_service.idl
-   M /trunk/idl/parlay/gcc_data.idl
-   M /trunk/idl/parlay/gcc_interfaces.idl
-   M /trunk/idl/parlay/gms.idl
-   M /trunk/idl/parlay/mm.idl
-   M /trunk/idl/parlay/mmccs.idl
-   M /trunk/idl/parlay/mmm.idl
-   M /trunk/idl/parlay/mpcc_data.idl
-   M /trunk/idl/parlay/mpcc_interfaces.idl
-   M /trunk/idl/parlay/osa.idl
-   M /trunk/idl/parlay/pam_data.idl
-   M /trunk/idl/parlay/pam_interfaces.idl
-   M /trunk/idl/parlay/policy_data.idl
-   M /trunk/idl/parlay/policy_interfaces.idl
-   M /trunk/idl/parlay/termcap.idl
-   M /trunk/idl/parlay/ui_data.idl
-   M /trunk/idl/parlay/ui_interfaces.idl
-   M /trunk/idl/tango.idl
-   M /trunk/image/README.image
-   M /trunk/image/capinfos.rc.in
-   M /trunk/image/clist_ascend.xpm
-   M /trunk/image/clist_descend.xpm
-   M /trunk/image/dn_arrow.xpm
-   M /trunk/image/editcap.rc.in
-   M /trunk/image/eexcl3d64.xpm
-   M /trunk/image/eicon3d16.xpm
-   M /trunk/image/eicon3d32.xpm
-   M /trunk/image/eicon3d48.xpm
-   M /trunk/image/eicon3d64.xpm
-   M /trunk/image/elogo3d48x48.png
-   M /trunk/image/ethereal.rc.in
-   M /trunk/image/hi16-app-ethereal.png
-   M /trunk/image/hi32-app-ethereal.png
-   M /trunk/image/hi48-app-ethereal.png
-   M /trunk/image/icon-ethereal.xpm
-   M /trunk/image/icon-excl.xpm
-   M /trunk/image/icon_layout_1.xpm
-   M /trunk/image/icon_layout_2.xpm
-   M /trunk/image/icon_layout_3.xpm
-   M /trunk/image/icon_layout_4.xpm
-   M /trunk/image/icon_layout_5.xpm
-   M /trunk/image/icon_layout_6.xpm
-   M /trunk/image/libethereal.rc.in
-   M /trunk/image/lo16-app-ethereal.png
-   M /trunk/image/lo32-app-ethereal.png
-   M /trunk/image/lo48-app-ethereal.png
-   M /trunk/image/mergecap.rc.in
-   M /trunk/image/nsis-checked.bmp
-   M /trunk/image/nsis-unchecked.bmp
-   M /trunk/image/stock_dialog_error_48.xpm
-   M /trunk/image/stock_dialog_info_48.xpm
-   M /trunk/image/stock_dialog_question_48.xpm
-   M /trunk/image/stock_dialog_warning_48.xpm
-   M /trunk/image/toolbar/autoscroll_24.xpm
-   M /trunk/image/toolbar/capture_filter_24.xpm
-   M /trunk/image/toolbar/capture_interfaces_24.xpm
-   M /trunk/image/toolbar/capture_options_24.xpm
-   M /trunk/image/toolbar/capture_restart_24.xpm
-   M /trunk/image/toolbar/capture_start_24.xpm
-   M /trunk/image/toolbar/capture_stop_24.xpm
-   M /trunk/image/toolbar/checkbox_16.xpm
-   M /trunk/image/toolbar/colorize_24.xpm
-   M /trunk/image/toolbar/conversations_16.xpm
-   M /trunk/image/toolbar/decode_as_16.xpm
-   M /trunk/image/toolbar/display_filter_24.xpm
-   M /trunk/image/toolbar/endpoints_16.xpm
-   M /trunk/image/toolbar/file_set_list_16.xpm
-   M /trunk/image/toolbar/file_set_next_16.xpm
-   M /trunk/image/toolbar/file_set_previous_16.xpm
-   M /trunk/image/toolbar/graphs_16.xpm
-   M /trunk/image/toolbar/internet_24.xpm
-   M /trunk/image/toolbar/resize_columns_24.xpm
-   M /trunk/image/toolbar/stock_add_24.xpm
-   M /trunk/image/toolbar/stock_bottom_24.xpm
-   M /trunk/image/toolbar/stock_clear_24.xpm
-   M /trunk/image/toolbar/stock_close_24.xpm
-   M /trunk/image/toolbar/stock_colorselector_24.xpm
-   M /trunk/image/toolbar/stock_help_24.xpm
-   M /trunk/image/toolbar/stock_jump_to_24.xpm
-   M /trunk/image/toolbar/stock_left_arrow_24.xpm
-   M /trunk/image/toolbar/stock_ok_20.xpm
-   M /trunk/image/toolbar/stock_open_24.xpm
-   M /trunk/image/toolbar/stock_preferences_24.xpm
-   M /trunk/image/toolbar/stock_print_24.xpm
-   M /trunk/image/toolbar/stock_properties_24.xpm
-   M /trunk/image/toolbar/stock_refresh_24.xpm
-   M /trunk/image/toolbar/stock_right_arrow_24.xpm
-   M /trunk/image/toolbar/stock_save_24.xpm
-   M /trunk/image/toolbar/stock_save_as_24.xpm
-   M /trunk/image/toolbar/stock_search_24.xpm
-   M /trunk/image/toolbar/stock_stop_24.xpm
-   M /trunk/image/toolbar/stock_top_24.xpm
-   M /trunk/image/toolbar/stock_zoom_1_24.xpm
-   M /trunk/image/toolbar/stock_zoom_in_24.xpm
-   M /trunk/image/toolbar/stock_zoom_out_24.xpm
-   M /trunk/image/toolbar/telephony_16.xpm
-   M /trunk/image/toolbar/time_24.xpm
-   M /trunk/image/toolbar/web_support_24.xpm
-   M /trunk/image/toolbar/wiki_24.xpm
-
-
- Fix svn properties where needed:
-          Remove svn:executable
-          Add svn:executable
-          Add svn:eol-style
-          Add svn:keywords
-
-
-------------------------------------------------------------------------
-r15183 | jmayer | 2005-08-02 01:15:02 -0500 (Tue, 02 Aug 2005) | 7 lines
+Use g_strlcpy when possible
+------------------------------------------------------------------------
+r29810 | tuexen | 2009-09-08 14:20:31 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/packaging/Makefile.am
-   M /trunk/packaging/nsis/GetWindowsVersion.nsh
-   M /trunk/packaging/nsis/Makefile.am
-   M /trunk/packaging/rpm/Makefile.am
-   M /trunk/packaging/rpm/SPECS/Makefile.am
-   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
-
-Fix svn properties where needed:
-         Remove svn:executable
-         Add svn:executable
-         Add svn:eol-style
-         Add svn:keywords
-
-
-------------------------------------------------------------------------
-r15182 | jmayer | 2005-08-02 00:58:15 -0500 (Tue, 02 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/tools/EtherealXML.py
-   M /trunk/tools/Makefile.nmake
-   M /trunk/tools/asn2eth.py
-   M /trunk/tools/ftsanity.py
-   M /trunk/tools/lemon/lemon.html
-   M /trunk/tools/lemon/lempar.c
-   M /trunk/tools/lex.py
-   M /trunk/tools/msnchat
-   M /trunk/tools/netscreen2dump.py
-   M /trunk/tools/pkt-from-core.py
-   M /trunk/tools/win32-setup.sh
-   M /trunk/tools/yacc.py
+   M /trunk/epan/dissectors/packet-isup.c
 
- Fix svn properties where needed:
-         Remove svn:executable
-         Add svn:executable
-         Add svn:eol-style
-         Add svn:keywords
+Print cic in info column for BICC messages similar to ISUP.
 
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r15181 | jmayer | 2005-08-02 00:51:38 -0500 (Tue, 02 Aug 2005) | 7 lines
+r29812 | gerald | 2009-09-08 15:58:23 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/AUTHORS
-   M /trunk/wiretap/COPYING
-   M /trunk/wiretap/ChangeLog
-   M /trunk/wiretap/INSTALL
-   M /trunk/wiretap/NEWS
-   M /trunk/wiretap/wtap.def
+   M /trunk/epan/dissectors/packet-infiniband.c
 
+Just use proto_tree_add_item instead of feeding tvb->real_data to
+proto_tree_add_bytes.
 
- Fix svn properties where needed:
-         Remove svn:executable
-         Add svn:eol-style
-         Add svn:keywords
+------------------------------------------------------------------------
+r29813 | gerald | 2009-09-08 17:18:15 -0700 (Tue, 08 Sep 2009) | 4 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r15180 | jmayer | 2005-08-02 00:46:16 -0500 (Tue, 02 Aug 2005) | 4 lines
+r29814 | jake | 2009-09-09 00:22:44 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/COPYING
-   M /trunk/ChangeLog
-   M /trunk/FAQ
-   M /trunk/INSTALL
-   M /trunk/INSTALL.configure
-   M /trunk/aclocal-flags
-   M /trunk/cfilters
-   M /trunk/colorfilters
-   M /trunk/config.guess
-   M /trunk/config.sub
-   M /trunk/dfilters
-   M /trunk/dictionary.dtd
-   M /trunk/dictionary.xml
-   M /trunk/doxygen.cfg.in
-   M /trunk/doxygen_global.cfg
-   M /trunk/getopt.h
-   M /trunk/imscxdx.xml
-   M /trunk/mkstemp.c
-   M /trunk/mkstemp.h
-   M /trunk/mobileipv4.xml
-   M /trunk/nasreq.xml
-   M /trunk/print.ps
-   M /trunk/strcasecmp.c
-   M /trunk/strncasecmp.c
-   M /trunk/strptime.c
-   M /trunk/sunping.xml
-   M /trunk/tap-sctpchunkstat.c
-   M /trunk/tap-stats_tree.c
-
-Remove svn:executable
-Add svn:eol-style native
-Add svn:keywords Id
-
-------------------------------------------------------------------------
-r15179 | jmayer | 2005-08-02 00:39:45 -0500 (Tue, 02 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/AUTHORS
-   M /trunk/epan/ChangeLog
-   M /trunk/epan/NEWS
-   M /trunk/epan/dfilter/README.dfilter
-   M /trunk/epan/dfilter/gencode.h
-   M /trunk/epan/dissectors/dcerpc/atsvc/Makefile
-   M /trunk/epan/dissectors/dcerpc/atsvc/atsvc.cnf
-   M /trunk/epan/dissectors/dcerpc/atsvc/atsvc.idl
-   M /trunk/epan/dissectors/dcerpc/atsvc/template.c
-   M /trunk/epan/dissectors/dcerpc/atsvc/template.h
-   M /trunk/epan/dissectors/dcerpc/budb/Makefile
-   M /trunk/epan/dissectors/dcerpc/budb/budb.cnf
-   M /trunk/epan/dissectors/dcerpc/budb/budb.idl
-   M /trunk/epan/dissectors/dcerpc/budb/template.c
-   M /trunk/epan/dissectors/dcerpc/budb/template.h
-   M /trunk/epan/dissectors/dcerpc/butc/Makefile
-   M /trunk/epan/dissectors/dcerpc/butc/butc.cnf
-   M /trunk/epan/dissectors/dcerpc/butc/butc.idl
-   M /trunk/epan/dissectors/dcerpc/butc/template.c
-   M /trunk/epan/dissectors/dcerpc/butc/template.h
-   M /trunk/epan/dissectors/dcerpc/drsuapi/Makefile
-   M /trunk/epan/dissectors/dcerpc/drsuapi/drsuapi.cnf
-   M /trunk/epan/dissectors/dcerpc/drsuapi/drsuapi.idl
-   M /trunk/epan/dissectors/dcerpc/drsuapi/template.c
-   M /trunk/epan/dissectors/dcerpc/drsuapi/template.h
-   M /trunk/epan/dissectors/dcerpc/dssetup/Makefile
-   M /trunk/epan/dissectors/dcerpc/dssetup/dssetup.cnf
-   M /trunk/epan/dissectors/dcerpc/dssetup/dssetup.idl
-   M /trunk/epan/dissectors/dcerpc/dssetup/packet-dcerpc-dssetup.c
-   M /trunk/epan/dissectors/dcerpc/dssetup/packet-dcerpc-dssetup.h
-   M /trunk/epan/dissectors/dcerpc/dssetup/template.c
-   M /trunk/epan/dissectors/dcerpc/dssetup/template.h
-   M /trunk/epan/dissectors/dcerpc/efs/Makefile
-   M /trunk/epan/dissectors/dcerpc/efs/efs.cnf
-   M /trunk/epan/dissectors/dcerpc/efs/efs.idl
-   M /trunk/epan/dissectors/dcerpc/efs/template.c
-   M /trunk/epan/dissectors/dcerpc/efs/template.h
-   M /trunk/epan/dissectors/dcerpc/idl2eth.c
-   M /trunk/epan/dissectors/make-reg-dotc
-   M /trunk/epan/dissectors/make-reg-dotc.py
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-app-pkix-cert.c
-   M /trunk/epan/dissectors/packet-armagetronad.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-cmp.h
-   M /trunk/epan/dissectors/packet-crmf.c
-   M /trunk/epan/dissectors/packet-crmf.h
-   M /trunk/epan/dissectors/packet-csm-encaps.c
-   M /trunk/epan/dissectors/packet-dcerpc-budb.h
-   M /trunk/epan/dissectors/packet-dcerpc-butc.h
-   M /trunk/epan/dissectors/packet-dcerpc-dssetup.h
-   M /trunk/epan/dissectors/packet-dec-dnart.c
-   M /trunk/epan/dissectors/packet-dua.c
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ess.h
-   M /trunk/epan/dissectors/packet-fr.h
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-h248_package_bcp.c
-   M /trunk/epan/dissectors/packet-h248_package_bcp.h
-   M /trunk/epan/dissectors/packet-ifcp.c
-   M /trunk/epan/dissectors/packet-kerberos4.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.h
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
-   M /trunk/epan/dissectors/packet-mpls.h
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-netsync.c
-   M /trunk/epan/dissectors/packet-nettl.c
-   M /trunk/epan/dissectors/packet-ns_cert_exts.c
-   M /trunk/epan/dissectors/packet-pkcs1.c
-   M /trunk/epan/dissectors/packet-pkcs1.h
-   M /trunk/epan/dissectors/packet-pkinit.c
-   M /trunk/epan/dissectors/packet-pkinit.h
-   M /trunk/epan/dissectors/packet-pkix1implicit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.h
-   M /trunk/epan/dissectors/packet-pkixproxy.c
-   M /trunk/epan/dissectors/packet-pkixproxy.h
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-pkixqualified.h
-   M /trunk/epan/dissectors/packet-pkixtsp.c
-   M /trunk/epan/dissectors/packet-pkixtsp.h
-   M /trunk/epan/dissectors/packet-synergy.c
-   M /trunk/epan/dissectors/packet-wlancertextn.c
-   M /trunk/epan/dissectors/packet-wlancertextn.h
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509ce.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-   M /trunk/epan/dissectors/packet-x509sat.c
-   M /trunk/epan/dissectors/packet-x509sat.h
-   M /trunk/epan/doxygen.cfg.in
-   M /trunk/epan/enterprise-numbers
-   M /trunk/epan/exceptions.h
-   M /trunk/epan/inet_aton.c
-   M /trunk/epan/sigcomp_state_hdlr.c
-   M /trunk/epan/sigcomp_state_hdlr.h
-   M /trunk/epan/xmlstub.h
-   M /trunk/gtk/STATUS.gtk2
-   M /trunk/gtk/conversations_sctp.c
-   M /trunk/gtk/doxygen.cfg.in
-   M /trunk/gtk/sctp_chunk_stat.c
-   M /trunk/gtk/sctp_chunk_stat_dlg.c
-   M /trunk/plugins/acn/AUTHORS
-   M /trunk/plugins/acn/COPYING
-   M /trunk/plugins/acn/INSTALL
-   M /trunk/plugins/acn/NEWS
-   M /trunk/plugins/acn/acn.h
-   M /trunk/plugins/acn/moduleinfo.h
-   M /trunk/plugins/artnet/AUTHORS
-   M /trunk/plugins/artnet/COPYING
-   M /trunk/plugins/artnet/INSTALL
-   M /trunk/plugins/artnet/NEWS
-   M /trunk/plugins/artnet/moduleinfo.h
-   M /trunk/plugins/asn1/AUTHORS
-   M /trunk/plugins/asn1/COPYING
-   M /trunk/plugins/asn1/ChangeLog
-   M /trunk/plugins/asn1/INSTALL
-   M /trunk/plugins/asn1/NEWS
-   M /trunk/plugins/asn1/moduleinfo.h
-   M /trunk/plugins/ciscosm/AUTHORS
-   M /trunk/plugins/ciscosm/COPYING
-   M /trunk/plugins/ciscosm/ChangeLog
-   M /trunk/plugins/ciscosm/INSTALL
-   M /trunk/plugins/ciscosm/NEWS
-   M /trunk/plugins/ciscosm/moduleinfo.h
-   M /trunk/plugins/docsis/AUTHORS
-   M /trunk/plugins/docsis/ChangeLog
-   M /trunk/plugins/docsis/INSTALL
-   M /trunk/plugins/docsis/NEWS
-   M /trunk/plugins/docsis/README
-   M /trunk/plugins/docsis/moduleinfo.h
-   M /trunk/plugins/enttec/AUTHORS
-   M /trunk/plugins/enttec/COPYING
-   M /trunk/plugins/enttec/INSTALL
-   M /trunk/plugins/enttec/NEWS
-   M /trunk/plugins/enttec/moduleinfo.h
-   M /trunk/plugins/giop/AUTHORS
-   M /trunk/plugins/giop/COPYING
-   M /trunk/plugins/giop/ChangeLog
-   M /trunk/plugins/giop/INSTALL
-   M /trunk/plugins/giop/NEWS
-   M /trunk/plugins/giop/README
-   M /trunk/plugins/giop/moduleinfo.h
-   M /trunk/plugins/giop/packet-coseventcomm.c
-   M /trunk/plugins/giop/packet-cosnaming.c
-   M /trunk/plugins/gryphon/AUTHORS
-   M /trunk/plugins/gryphon/COPYING
-   M /trunk/plugins/gryphon/ChangeLog
-   M /trunk/plugins/gryphon/INSTALL
-   M /trunk/plugins/gryphon/NEWS
-   M /trunk/plugins/gryphon/README
-   M /trunk/plugins/gryphon/moduleinfo.h
-   M /trunk/plugins/gryphon/stamp-h.in
-   M /trunk/plugins/irda/moduleinfo.h
-   M /trunk/plugins/irda/packet-sir.c
-   M /trunk/plugins/lwres/AUTHORS
-   M /trunk/plugins/lwres/moduleinfo.h
-   M /trunk/plugins/mate/AUTHORS
-   M /trunk/plugins/mate/COPYING
-   M /trunk/plugins/mate/INSTALL
-   M /trunk/plugins/mate/NEWS
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/mate/mate_parser.l
-   M /trunk/plugins/mate/moduleinfo.h
-   M /trunk/plugins/megaco/AUTHORS
-   M /trunk/plugins/megaco/COPYING
-   M /trunk/plugins/megaco/ChangeLog
-   M /trunk/plugins/megaco/INSTALL
-   M /trunk/plugins/megaco/NEWS
-   M /trunk/plugins/megaco/moduleinfo.h
-   M /trunk/plugins/mgcp/AUTHORS
-   M /trunk/plugins/mgcp/COPYING
-   M /trunk/plugins/mgcp/ChangeLog
-   M /trunk/plugins/mgcp/INSTALL
-   M /trunk/plugins/mgcp/NEWS
-   M /trunk/plugins/mgcp/moduleinfo.h
-   M /trunk/plugins/pcli/AUTHORS
-   M /trunk/plugins/pcli/COPYING
-   M /trunk/plugins/pcli/ChangeLog
-   M /trunk/plugins/pcli/INSTALL
-   M /trunk/plugins/pcli/NEWS
-   M /trunk/plugins/pcli/moduleinfo.h
-   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
-   M /trunk/plugins/profinet/packet-pn-dcp.c
-   M /trunk/plugins/rdm/AUTHORS
-   M /trunk/plugins/rdm/COPYING
-   M /trunk/plugins/rdm/moduleinfo.h
-   M /trunk/plugins/rlm/AUTHORS
-   M /trunk/plugins/rlm/COPYING
-   M /trunk/plugins/rlm/ChangeLog
-   M /trunk/plugins/rlm/INSTALL
-   M /trunk/plugins/rlm/NEWS
-   M /trunk/plugins/rlm/moduleinfo.h
-   M /trunk/plugins/rtnet/AUTHORS
-   M /trunk/plugins/rtnet/COPYING
-   M /trunk/plugins/rtnet/moduleinfo.h
-   M /trunk/plugins/rudp/AUTHORS
-   M /trunk/plugins/rudp/COPYING
-   M /trunk/plugins/rudp/ChangeLog
-   M /trunk/plugins/rudp/INSTALL
-   M /trunk/plugins/rudp/NEWS
-   M /trunk/plugins/rudp/moduleinfo.h
-   M /trunk/plugins/v5ua/AUTHORS
-   M /trunk/plugins/v5ua/COPYING
-   M /trunk/plugins/v5ua/ChangeLog
-   M /trunk/plugins/v5ua/moduleinfo.h
-   M /trunk/plugins/v5ua/packet-v5ua.c
-   M /trunk/plugins/xml/AUTHORS
-   M /trunk/plugins/xml/COPYING
-
-
-Some warning fixes for "no previous declaration"
-Remove svn:executable
-Add svn:eol-style native
-Add svn:keywords Id
-
-
-------------------------------------------------------------------------
-r15178 | jmayer | 2005-08-02 00:21:19 -0500 (Tue, 02 Aug 2005) | 7 lines
-Changed paths:
-   M /trunk/asn1/acse/Makefile
-   M /trunk/asn1/acse/Makefile.nmake
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/acse.asn
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/acse/packet-acse-template.h
-   M /trunk/asn1/camel/Makefile
-   M /trunk/asn1/camel/Makefile.nmake
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/cmip/CMIP.asn
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/asn1/cmip/packet-cmip-template.h
-   M /trunk/asn1/cms/cms-exp.cnf
-   M /trunk/asn1/ess/ExtendedSecurityServices.asn
-   M /trunk/asn1/ess/ess.cnf
-   M /trunk/asn1/ess/packet-ess-template.c
-   M /trunk/asn1/ess/packet-ess-template.h
-   M /trunk/asn1/ftam/ISO8571-FTAM.asn
-   M /trunk/asn1/ftam/Makefile
-   M /trunk/asn1/ftam/Makefile.nmake
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/asn1/ftam/packet-ftam-template.h
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/h225/h225-exp.cnf
-   M /trunk/asn1/h225/h225.asn
-   M /trunk/asn1/h235/h235-exp.cnf
-   M /trunk/asn1/h245/h245-exp.cnf
-   M /trunk/asn1/h245/h245.asn
-   M /trunk/asn1/h450/h4501.asn
-   M /trunk/asn1/inap/inap.asn
-   M /trunk/asn1/logotype-cert-extn/LogotypeCertExtn.asn
-   M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
-   M /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.c
-   M /trunk/asn1/logotype-cert-extn/packet-logotype-cert-extn-template.h
-   M /trunk/asn1/ocsp/OCSP.asn
-   M /trunk/asn1/ocsp/ocsp.cnf
-   M /trunk/asn1/ocsp/packet-ocsp-template.c
-   M /trunk/asn1/ocsp/packet-ocsp-template.h
-   M /trunk/asn1/pkixcmp/CMP.asn
-   M /trunk/asn1/pkixcmp/cmp-exp.cnf
-   M /trunk/asn1/pkixcmp/cmp.cnf
-   M /trunk/asn1/pkixcmp/packet-cmp-template.c
-   M /trunk/asn1/pkixcmp/packet-cmp-template.h
-   M /trunk/asn1/pkixcrmf/CRMF.asn
-   M /trunk/asn1/pkixcrmf/crmf-exp.cnf
-   M /trunk/asn1/pkixcrmf/crmf.cnf
-   M /trunk/asn1/pkixcrmf/packet-crmf-template.c
-   M /trunk/asn1/pkixcrmf/packet-crmf-template.h
-   M /trunk/asn1/pkixproxy/PKIXProxy.asn
-   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.c
-   M /trunk/asn1/pkixproxy/packet-pkixproxy-template.h
-   M /trunk/asn1/pkixproxy/pkixproxy.cnf
-   M /trunk/asn1/pkixqualified/PKIXqualified.asn
-   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c
-   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.h
-   M /trunk/asn1/pkixqualified/pkixqualified.cnf
-   M /trunk/asn1/pkixtsp/PKIXTSP.asn
-   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
-   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.h
-   M /trunk/asn1/pkixtsp/pkixtsp.cnf
-   M /trunk/asn1/smrse/SMRSE.asn
-   M /trunk/asn1/smrse/packet-smrse-template.c
-   M /trunk/asn1/smrse/packet-smrse-template.h
-   M /trunk/asn1/smrse/smrse.cnf
-   M /trunk/asn1/tcap/tcap.asn
-   M /trunk/asn1/wlancertextn/Makefile
-   M /trunk/asn1/wlancertextn/Makefile.nmake
-   M /trunk/asn1/wlancertextn/WLANCERTEXTN.asn
-   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.c
-   M /trunk/asn1/wlancertextn/packet-wlancertextn-template.h
-   M /trunk/asn1/wlancertextn/wlancertextn.cnf
-   M /trunk/asn1/x509af/x509af-exp.cnf
-   M /trunk/asn1/x509ce/x509ce-exp.cnf
-   M /trunk/asn1/x509if/x509if-exp.cnf
-   M /trunk/asn1/x509sat/x509sat-exp.cnf
-
-
-Fix svn properties where needed:
-        Remove svn:executable
-        Add svn:eol-style
-        Add svn:keywords
-
-
-------------------------------------------------------------------------
-r15177 | jmayer | 2005-08-02 00:17:00 -0500 (Tue, 02 Aug 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/mms/Makefile
-   M /trunk/asn1/mms/Makefile.nmake
-   M /trunk/asn1/mms/mms-exp.cnf
-   M /trunk/asn1/mms/mms.asn
-   M /trunk/asn1/mms/mms.cnf
-   M /trunk/asn1/mms/packet-mms-template.c
-   M /trunk/asn1/mms/packet-mms-template.h
+   M /trunk/epan/dissectors/packet-dhcpv6.c
 
-set svn:eol-style and svn:keywords
+Fix for bug 3987:
+Option Request option values are in 16 bit units.
 ------------------------------------------------------------------------
-r15176 | jmayer | 2005-08-02 00:12:23 -0500 (Tue, 02 Aug 2005) | 1 line
+r29815 | jake | 2009-09-09 00:27:01 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
-   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
-   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.h
+   M /trunk/epan/dissectors/packet-fc.c
 
-It's svn:eol-style, not eol-style
+From kahou:
+FCSOF incorrect checksum calculation.
 ------------------------------------------------------------------------
-r15175 | jmayer | 2005-08-02 00:09:41 -0500 (Tue, 02 Aug 2005) | 3 lines
+r29816 | etxrab | 2009-09-09 00:29:41 -0700 (Wed, 09 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.asn
-   M /trunk/asn1/MAP_Dialogue/MAP_DialoguePDU.cnf
-   M /trunk/asn1/MAP_Dialogue/packet-MAP-DialoguePDU-template.c
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-ranap.h
 
-Fix "no previous declaration" warnings
-Remove trailing ^M (cr) from some files
+Target Identification shall be coded as TLV IE where value is
+coded as TargetRNC-ID.
+Proposed fix to
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3974
+(The enclosed trace dioes not decode properly but may be wrongly encoded).
+------------------------------------------------------------------------
+r29817 | etxrab | 2009-09-09 01:50:06 -0700 (Wed, 09 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+Allocate col_text and col_text_len when the fdata struct is allocated.
 ------------------------------------------------------------------------
-r15174 | jmayer | 2005-08-01 23:57:58 -0500 (Mon, 01 Aug 2005) | 1 line
+r29818 | etxrab | 2009-09-09 01:51:33 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/file.c
 
-Fix more "no previous declaration" warnings
+Allocate col_text and col_text_len when the fdata struct is allocated.
+(complete the checkin).
 ------------------------------------------------------------------------
-r15173 | jmayer | 2005-08-01 23:47:15 -0500 (Mon, 01 Aug 2005) | 1 line
+r29819 | jmayer | 2009-09-09 06:20:33 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/cfilter_combo_utils.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/decode_as_dlg.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/main.h
-   M /trunk/gtk/packet_history.c
-   M /trunk/gtk/packet_list.c
+   M /trunk/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
 
-Fix more "no previous declaration" warnings
+CMAKE: Get most of of missing *build* pieces into place
 ------------------------------------------------------------------------
-r15172 | jmayer | 2005-08-01 23:35:40 -0500 (Mon, 01 Aug 2005) | 1 line
+r29820 | jmayer | 2009-09-09 06:27:25 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/tools/lemon/lemon.c
+   M /trunk/CMakeLists.txt
+
+Add missing include dirs when building wslua.
+wslua doesn't build due to some probably non-cmake
+related problem (have to verify though).
 
-Fix more "no previous declaration" warnings
 ------------------------------------------------------------------------
-r15171 | jmayer | 2005-08-01 23:34:35 -0500 (Mon, 01 Aug 2005) | 1 line
+r29821 | krj | 2009-09-09 07:01:57 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/base64.c
-   M /trunk/epan/conversation.c
-   M /trunk/epan/packet.c
-   M /trunk/epan/prefs.c
-   M /trunk/epan/radius_dict.l
-   M /trunk/epan/sha1.c
+   M /trunk/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
 
-Fix more "no previous declaration" warnings
+We no longer support the old plugin API so remove it completely from the build system
 ------------------------------------------------------------------------
-r15170 | jmayer | 2005-08-01 23:32:33 -0500 (Mon, 01 Aug 2005) | 1 line
+r29822 | stig | 2009-09-09 07:11:10 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/pkcs1/packet-pkcs1-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.c
+   M /trunk/epan/dissectors/packet-m2ua.c
+
+Fixed data type signedness for protocol_data_1_global.
 
-Fix more "no previous declaration" warnings - the forgotten files
 ------------------------------------------------------------------------
-r15169 | jmayer | 2005-08-01 23:31:42 -0500 (Mon, 01 Aug 2005) | 1 line
+r29823 | stig | 2009-09-09 08:06:38 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aim-messaging.c
-   M /trunk/epan/dissectors/packet-aim.c
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-ipmi.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-nlsp.c
-   M /trunk/epan/dissectors/packet-pcnfsd.c
-   M /trunk/epan/dissectors/packet-pflog.c
-   M /trunk/epan/dissectors/packet-pgm.c
-   M /trunk/epan/dissectors/packet-pim.c
-   M /trunk/epan/dissectors/packet-pkcs1.c
-   M /trunk/epan/dissectors/packet-q933.c
-   M /trunk/epan/dissectors/packet-sigcomp.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-wbxml.c
-   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-ospf.c
+
+Added support for Multi-Topology (MT) Routing (RFC4915)
+Added W and N flags
+Fixed some string capitalizations.
 
-Fix more "no previous declaration" warnings
 ------------------------------------------------------------------------
-r15168 | jmayer | 2005-08-01 23:23:39 -0500 (Mon, 01 Aug 2005) | 4 lines
+r29824 | krj | 2009-09-09 09:38:09 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/5views.c
-   M /trunk/wiretap/i4btrace.c
-   M /trunk/wiretap/k12.c
+   M /trunk/dftest.c
 
-Include the .h files into the .c files. That way we
-a) get rid of warnings of type "no previous declaration" and
-b) make sure that declaration and implementation are in sync.
+* Free dfilter on shutdown
+* Remove unused packet_info variable
 
 ------------------------------------------------------------------------
-r15167 | gerald | 2005-08-01 16:09:34 -0500 (Mon, 01 Aug 2005) | 3 lines
+r29825 | jake | 2009-09-09 12:09:57 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dfilter/Makefile.am
-   M /trunk/plugins/mate/Makefile.am
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-Make sure "lemon" exists before we try to use it.  This can happen if we
-run "make dist" before running "make".
+From Ivan Sy:
+Add a more descriptive log message on DH key exchange.
 
 ------------------------------------------------------------------------
-r15166 | gerald | 2005-08-01 14:51:06 -0500 (Mon, 01 Aug 2005) | 3 lines
+r29827 | etxrab | 2009-09-09 12:34:14 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-
-The .spec file now refers to "ethereal.desktop".  Link to it when we
-create our RPMs.
+   M /trunk/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
 ------------------------------------------------------------------------
-r15165 | gerald | 2005-08-01 13:04:37 -0500 (Mon, 01 Aug 2005) | 2 lines
+r29830 | guy | 2009-09-09 16:56:27 -0700 (Wed, 09 Sep 2009) | 21 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/packaging/rpm/SPECS/ethereal.spec.in
+   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.
 
-Update RPM builds.
+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.)
 
 ------------------------------------------------------------------------
-r15164 | gerald | 2005-08-01 08:53:50 -0500 (Mon, 01 Aug 2005) | 2 lines
+r29831 | guy | 2009-09-09 17:37:16 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/packaging/macosx/ChmodBPF/README.macosx
 
-Add notes about the LPD and ISAKMP bugs.
+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.
 
 ------------------------------------------------------------------------
-r15163 | gerald | 2005-08-01 08:52:22 -0500 (Mon, 01 Aug 2005) | 2 lines
+r29832 | morriss | 2009-09-09 19:15:55 -0700 (Wed, 09 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-ospf.c
+
+From Edward J. Paradise via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3954 :
 
-Break out of a loop before we exhaust system memory.
+The A and N bit descriptions should be Always and Never, not Answer and
+Incomplete.
 
 ------------------------------------------------------------------------
-r15162 | kukosa | 2005-08-01 03:46:09 -0500 (Mon, 01 Aug 2005) | 3 lines
+r29833 | morriss | 2009-09-09 19:40:19 -0700 (Wed, 09 Sep 2009) | 37 lines
 Changed paths:
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/h225/h225.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/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.
+
+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.
+
+3) A few fields previously not filterable now are: hf_nhrp_hdr_op_type,
+hf_nhrp_hdr_version and hf_nhrp_error_code.
+
+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.
+
 
-- update ftam.cnf for new asn2eth compiler
-- usage of #.FN_PARS in h225 and h245 dissectors
-- PER dissectors regenerated
 ------------------------------------------------------------------------
-r15161 | kukosa | 2005-08-01 03:40:13 -0500 (Mon, 01 Aug 2005) | 2 lines
+r29834 | morriss | 2009-09-09 19:46:40 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/asn2eth.py
+   M /trunk/AUTHORS
 
-- fix name handling of imported types
-- #.FN_PARS implemented for TypeRef, SET, SEQUENCE, CHOICE
+Add blurb for Chris Maynard's recent NHRP changes.
 ------------------------------------------------------------------------
-r15160 | etxrab | 2005-07-31 15:42:48 -0500 (Sun, 31 Jul 2005) | 4 lines
+r29835 | etxrab | 2009-09-09 22:57:30 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtsp.c
-
-From Martin Mathieson
-- Makes more of the header fields filterable
-- Rationalises a bit the way header lines are parsed
+   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
 ------------------------------------------------------------------------
-r15159 | etxrab | 2005-07-31 15:36:59 -0500 (Sun, 31 Jul 2005) | 5 lines
+r29836 | etxrab | 2009-09-09 23:07:31 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ms-mms.c
-
-From Martin Mathieson:
-This update:
-- adds more command parameter details
-- doesn't clutter the tree with unknown fields
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afp.h
+   M /trunk/epan/dissectors/packet-dsi.c
 
+From Alex deVries:
+DSI/AFP dissectors need support for AFP 3.3
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3995
 ------------------------------------------------------------------------
-r15158 | jmayer | 2005-07-30 11:34:38 -0500 (Sat, 30 Jul 2005) | 4 lines
+r29837 | etxrab | 2009-09-09 23:37:04 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-icq.c
-   M /trunk/epan/dissectors/packet-ipp.c
-   M /trunk/epan/dissectors/packet-ipx.c
-   M /trunk/epan/dissectors/packet-isakmp.c
-   M /trunk/epan/dissectors/packet-isis-clv.h
-   M /trunk/epan/dissectors/packet-isis-lsp.c
-   M /trunk/epan/dissectors/packet-isis.c
-   M /trunk/epan/dissectors/packet-isis.h
-   M /trunk/epan/dissectors/packet-kink.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-manolito.c
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-msproxy.c
-   M /trunk/epan/dissectors/packet-msrp.c
-   M /trunk/epan/dissectors/packet-multipart.c
-   M /trunk/epan/dissectors/packet-nbns.c
-   M /trunk/epan/dissectors/packet-ncp-int.h
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-   M /trunk/epan/dissectors/packet-netbios.c
-   M /trunk/epan/dissectors/packet-netbios.h
+   M /trunk/epan/wslua/wslua_tree.c
 
+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
 
-More char -> const char fixes
-Declare some functions static
+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.
 
 ------------------------------------------------------------------------
-r15157 | jmayer | 2005-07-30 11:28:00 -0500 (Sat, 30 Jul 2005) | 5 lines
+r29839 | tuexen | 2009-09-10 02:50:30 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-igmp.c
-   M /trunk/epan/dissectors/packet-igmp.h
+   M /trunk/epan/dissectors/packet-isup.c
 
+Fix handling of BEARER_CONTROL_UNIT_IDENTIFIER.
 
-Include .h into .c to make sure declarations match.
-Fix a copy/paste in the .h surrounding ifndef.
-One char -> const char fix.
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r15156 | jmayer | 2005-07-30 11:15:23 -0500 (Sat, 30 Jul 2005) | 5 lines
+r29841 | krj | 2009-09-10 07:37:09 -0700 (Thu, 10 Sep 2009) | 19 lines
 Changed paths:
-   M /trunk/epan/proto.h
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftypes.h
 
-Stefan Rompf:
-        Fix warnings of type:
-proto.c:2219: warning: ISO C forbids conditional expr with only one void side
+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;
+};
 
-------------------------------------------------------------------------
-r15155 | jmayer | 2005-07-30 02:13:27 -0500 (Sat, 30 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-nfs.c
-   M /trunk/epan/dissectors/packet-nfs.h
-   M /trunk/epan/dissectors/packet-nfsacl.c
+And:
+
+struct _GArray
+{
+  gchar *data;
+  guint len;
+};
+
+We only accessed the first two fields of the GString struct.
 
-More char -> const char warning fixes
 ------------------------------------------------------------------------
-r15154 | jmayer | 2005-07-30 02:08:04 -0500 (Sat, 30 Jul 2005) | 3 lines
+r29842 | morriss | 2009-09-10 08:30:10 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-   A /trunk/epan/dissectors/packet-dcom-cba-acco.h
+   M /trunk/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
 
+From Artem Tamazov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3903 :
 
-Create packet-dcom-cba-acco.h
+Decoding of UDP-multiplexed CESoPSN and SAToP traffic.
 
 ------------------------------------------------------------------------
-r15153 | guy | 2005-07-29 21:44:20 -0500 (Fri, 29 Jul 2005) | 5 lines
+r29843 | gerald | 2009-09-10 09:50:25 -0700 (Thu, 10 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
+   M /trunk/epan/crypt/airpdcap.c
 
-Make dissect_CBA_Connection_Data again available for plugins (although
-it should be declared in a header file, so that the plugins can #include
-the header file rather than using a possibly-out-of-date private
-declaration, and so that it's clearer that it shouldn't be static).
+WPA decryption fix from Greg Schwendimann via bug 3890:
+
+I'm reasonably sure that I introduced this bug and I apologize for the problems
+with my previous patch.  The problem is that I did not use all of the seen
+keys,  I used all except the first key, which in a case of one key is none. 
+The attached patch fixes the error.
 
 ------------------------------------------------------------------------
-r15152 | jmayer | 2005-07-29 21:30:05 -0500 (Fri, 29 Jul 2005) | 1 line
+r29844 | krj | 2009-09-10 09:54:02 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/prefs.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
 
-Fix 'isn't prototype' warning
+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().
 ------------------------------------------------------------------------
-r15151 | guy | 2005-07-29 21:22:22 -0500 (Fri, 29 Jul 2005) | 2 lines
+r29845 | martinm | 2009-09-10 11:12:41 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-Clean up some more const issues.
+Re-arrange dissection of UL/DL-SCH so easier to test for ommitted SDUs.
 
 ------------------------------------------------------------------------
-r15150 | guy | 2005-07-29 21:20:59 -0500 (Fri, 29 Jul 2005) | 2 lines
+r29846 | krj | 2009-09-10 11:22:33 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Get rid of another unused variable.
+   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
 ------------------------------------------------------------------------
-r15149 | guy | 2005-07-29 21:09:59 -0500 (Fri, 29 Jul 2005) | 6 lines
+r29847 | jake | 2009-09-10 11:54:12 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.h
 
-Widen a variable, as a guint16 value is assigned to it; the upper 8 bits
-might be irrelevant in this case, but we might as well not throw them
-out.
-
-Clean up some code that sets "cdata->flags".
+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.
 
 ------------------------------------------------------------------------
-r15148 | guy | 2005-07-29 21:07:36 -0500 (Fri, 29 Jul 2005) | 2 lines
+r29849 | jake | 2009-09-10 13:42:17 -0700 (Thu, 10 Sep 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.h
 
-Get rid of some unused variables.
+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
 
 ------------------------------------------------------------------------
-r15147 | guy | 2005-07-29 21:06:13 -0500 (Fri, 29 Jul 2005) | 3 lines
+r29852 | martinm | 2009-09-10 15:53:57 -0700 (Thu, 10 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-Declare the value_string tables as arrays of value_strings, not of
-pointers to same, and make them "const" while we're at it.
+Add the option to call RLC dissector for LCID 1&2.
+These should be srb1 & srb2 (AM).
 
 ------------------------------------------------------------------------
-r15146 | jmayer | 2005-07-29 20:01:02 -0500 (Fri, 29 Jul 2005) | 1 line
+r29853 | guy | 2009-09-10 17:00:45 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dis-fields.c
-   M /trunk/epan/dissectors/packet-dis.c
-   M /trunk/epan/dissectors/packet-dnp.c
-   M /trunk/epan/dissectors/packet-dns.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-enc.c
-   M /trunk/epan/dissectors/packet-esis.c
-   M /trunk/epan/dissectors/packet-etheric.c
-   M /trunk/epan/dissectors/packet-fddi.c
-   M /trunk/epan/dissectors/packet-gnutella.c
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_sms.c
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-gtp.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/epan/dissectors/packet-radius.h
    M /trunk/epan/dissectors/packet-rtcp.c
-   M /trunk/epan/dissectors/packet-rtcp.h
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-rtp.h
 
-Make some funtions static. More char -> const char warning fixes
+Get rid of trailing space in string.
+
 ------------------------------------------------------------------------
-r15145 | jmayer | 2005-07-29 19:59:08 -0500 (Fri, 29 Jul 2005) | 1 line
+r29854 | morriss | 2009-09-10 18:57:59 -0700 (Thu, 10 Sep 2009) | 9 lines
 Changed paths:
+   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 :
+
+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.
 
-Remove packet-fcse.h
 ------------------------------------------------------------------------
-r15144 | jmayer | 2005-07-29 19:55:30 -0500 (Fri, 29 Jul 2005) | 5 lines
+r29855 | jmayer | 2009-09-11 03:46:53 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcsp.c
-   D /trunk/epan/dissectors/packet-fcsp.h
+   M /trunk/epan/CMakeLists.txt
 
+Update generating the x11 stuff to follow configure
 
-Declare many functions static, move the #defines from packet-fcse.h to
-packet-fcse.c and remove packet-fcse.h
+------------------------------------------------------------------------
+r29856 | morriss | 2009-09-11 04:22:23 -0700 (Fri, 11 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/process-x11-xcb.pl
+   M /trunk/epan/dissectors/x11-extension-implementation.h
 
+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.
 ------------------------------------------------------------------------
-r15143 | gerald | 2005-07-29 16:55:45 -0500 (Fri, 29 Jul 2005) | 13 lines
+r29858 | jmayer | 2009-09-11 06:30:01 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/config.h.win32
-   M /trunk/configure.in
-   M /trunk/epan/dissectors/packet-lpd.c
-   M /trunk/epan/prefs.c
+   M /trunk/README.cmake
+   M /trunk/epan/CMakeLists.txt
 
-Pick up some fixes and enhancements from
-http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/:
+- Update README.cmake: The stuff now build without
+  running autofoo first.
+- Add a comment how to change the name of a generated target
 
-In the LPD dissector, make lpd_client_code a value_string so that we
-don't segfault.  Do the same for lpd_server_code, although it's not
-strictly necessary.
+------------------------------------------------------------------------
+r29859 | krj | 2009-09-11 07:00:36 -0700 (Fri, 11 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
 
-Check to see if htmlview is installed, and use it as our HTML viewer.
+Move some CHECK_COL to our public functions, allowing us to bail our more quickly
+------------------------------------------------------------------------
+r29860 | krj | 2009-09-11 07:21:04 -0700 (Fri, 11 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
 
-The Fedora RPM has other patches, but I'm not sure if they should
-be applied.
+Make sure that we point the current column to a constant string if we have no address.
 
+Fixes http://wiki.wireshark.org/Development/OptimizePacketList?action=diff&rev1=20&rev2=21
 
 ------------------------------------------------------------------------
-r15142 | sahlberg | 2005-07-29 05:00:37 -0500 (Fri, 29 Jul 2005) | 3 lines
+r29861 | etxrab | 2009-09-11 07:58:49 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/file.c
 
-some more ememification of tvb_get_string()
+Only move to last row if it's vissible.
+------------------------------------------------------------------------
+r29862 | martinm | 2009-09-11 08:16:53 -0700 (Fri, 11 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
+Add more useful summary info to RLC root.  Useful mostly for when called from MAC.
 
 ------------------------------------------------------------------------
-r15141 | guy | 2005-07-29 02:35:43 -0500 (Fri, 29 Jul 2005) | 5 lines
+r29863 | sfisher | 2009-09-11 08:38:33 -0700 (Fri, 11 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/file.c
+
+
+Fix warning that variable may be unused and then declare volatile so it
+survives the TRY/CATCH code.
 
-Suggest that perhaps displaying chunks in the chunked encoding with the
-data dissector might be overkill, as it causes each of those chunks to
-be dumped in hex in Tethereal output - along with whatever's done with
-the data reassembled from those chunks.
 
 ------------------------------------------------------------------------
-r15140 | guy | 2005-07-29 02:28:07 -0500 (Fri, 29 Jul 2005) | 3 lines
+r29864 | jake | 2009-09-11 09:58:21 -0700 (Fri, 11 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-
-Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; it
-takes care of the square brackets, etc..
+   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.
 ------------------------------------------------------------------------
-r15139 | guy | 2005-07-29 02:14:32 -0500 (Fri, 29 Jul 2005) | 9 lines
+r29865 | morriss | 2009-09-11 11:06:50 -0700 (Fri, 11 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/reassemble.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
 
-If we do reassembly and hand the packet to the dissector, and the
-dissector says "sorry, I need even more data in this packet", don't flag
-that packet as being reassembled in that frame.  Indicate that we should
-perhaps do all the "partial reassembly" stuff in
-"fragment_set_partial_assembly()", which would obviate the need for the
-hack in the TCP dissector.
+From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
 
-Clean up indentation.
+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.
 
 ------------------------------------------------------------------------
-r15138 | guy | 2005-07-28 22:49:23 -0500 (Thu, 28 Jul 2005) | 3 lines
+r29866 | morriss | 2009-09-11 11:15:46 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-   M /trunk/epan/dissectors/packet-rpc.h
-   M /trunk/tap-rpcstat.c
-
-Constify some variables, functions, and structure members to squelch
-compiler warnings.
+   D /trunk/svnadd
+   A /trunk/tools/svnadd (from /trunk/svnadd:29853)
 
+Move svnadd to the tools directory.
 ------------------------------------------------------------------------
-r15137 | guy | 2005-07-28 22:48:03 -0500 (Thu, 28 Jul 2005) | 2 lines
+r29867 | gerald | 2009-09-11 12:13:39 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/gtk/new_packet_list.c
 
-Constify some variables and arguments to squelch compiler warnings.
+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.
 
 ------------------------------------------------------------------------
-r15136 | guy | 2005-07-28 22:47:12 -0500 (Thu, 28 Jul 2005) | 2 lines
+r29868 | gerald | 2009-09-11 13:36:01 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Include <epan/emem.h> to declare ep_alloc().
 
 ------------------------------------------------------------------------
-r15135 | guy | 2005-07-28 22:27:59 -0500 (Thu, 28 Jul 2005) | 3 lines
+r29869 | jmayer | 2009-09-12 10:14:10 -0700 (Sat, 12 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/getopt.h
 
-Cast away some (otherwise unremovable, and harmless, in this case)
-warnings.
+Add arguments to the getopt() prototype
 
 ------------------------------------------------------------------------
-r15134 | gerald | 2005-07-28 09:29:19 -0500 (Thu, 28 Jul 2005) | 2 lines
+r29870 | jmayer | 2009-09-12 10:20:08 -0700 (Sat, 12 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/Makefile
-   A /trunk/docbook/release-notes.xml
+   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
 
-Add release notes.  The content still needs to be filled in.
+Make building with GeoIP, Python, Capabilities and c-ares
+actually work.
 
 ------------------------------------------------------------------------
-r15133 | sahlberg | 2005-07-28 05:05:37 -0500 (Thu, 28 Jul 2005) | 3 lines
+r29871 | morriss | 2009-09-12 16:02:34 -0700 (Sat, 12 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sipfrag.c
-   M /trunk/epan/dissectors/packet-wsp.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)
+
+Move all of the scripts in epan/dissectors/ to tools/ .
 
-more emeification of tvb_get_string()
+Add a target ("x11-dissector") to build the X11 dissector.
 
+Put the X11-related files (back) in the source distribution.
 
 ------------------------------------------------------------------------
-r15132 | sahlberg | 2005-07-28 04:56:19 -0500 (Thu, 28 Jul 2005) | 6 lines
+r29872 | morriss | 2009-09-12 19:12:03 -0700 (Sat, 12 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-ms-mms.c
-   M /trunk/epan/dissectors/packet-multipart.c
-
-ememify some more calls to tvb_get_string()
-
+   M /trunk/epan/dissectors/Makefile.nmake
 
-this fixes an obvious memleak in ms-mms
+Try to get the paths right
+------------------------------------------------------------------------
+r29873 | etxrab | 2009-09-13 06:39:09 -0700 (Sun, 13 Sep 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/expert.c
+   M /trunk/epan/expert.h
 
+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.
 ------------------------------------------------------------------------
-r15131 | sahlberg | 2005-07-28 04:47:28 -0500 (Thu, 28 Jul 2005) | 3 lines
+r29874 | gerald | 2009-09-13 08:03:31 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-dhcpv6.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-image-gif.c
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-sna.c
-   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-some more memification of tvb_get_string()    no obvious memleaks fixed this time :-(
+[Automatic manuf and enterprise-numbers update for 2009-09-13]
+------------------------------------------------------------------------
+r29877 | jmayer | 2009-09-13 08:17:26 -0700 (Sun, 13 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/CMakeLists.txt
 
+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
 ------------------------------------------------------------------------
-r15130 | sahlberg | 2005-07-28 04:35:27 -0500 (Thu, 28 Jul 2005) | 5 lines
+r29879 | etxrab | 2009-09-13 09:11:11 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-jxta.c
-   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/gtk/gui_utils.c
 
-ememify some more tvb_get_string() calls
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
-one memleak in vnc related to tvb_get_string() closed.
+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
 
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Clean up addr_resolv.c
 ------------------------------------------------------------------------
-r15129 | sahlberg | 2005-07-28 04:20:56 -0500 (Thu, 28 Jul 2005) | 3 lines
+r29881 | morriss | 2009-09-13 10:46:10 -0700 (Sun, 13 Sep 2009) | 17 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/capture_sync.c
+   M /trunk/dumpcap.c
 
-ememify the tvb_get_string() and tvb_fake_unicode() calls in tds
+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).
 
-------------------------------------------------------------------------
-r15128 | sahlberg | 2005-07-28 03:55:11 -0500 (Thu, 28 Jul 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/tvbuff.c
-   M /trunk/epan/tvbuff.h
+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.
 
-add an ep version of tvb_fake_unicode()
+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
 
 ------------------------------------------------------------------------
-r15127 | sahlberg | 2005-07-28 03:18:18 -0500 (Thu, 28 Jul 2005) | 11 lines
+r29882 | morriss | 2009-09-13 12:23:07 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/uat.h
 
-packet_ber has for some time been doing sanity checking of the BER Length fields
-that they are not longer than the reported length of the tvb.
+s/g_strdown/g_ascii_strdown
+------------------------------------------------------------------------
+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/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
 
-this triggers some bugs since in packet-ber we are a bit too lax in setting reported_length of the tvb_new_subset() tvb.
+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:
 
-this cause short kerberos packets to not be decoded at all and the same for other short asn based packets as well.
+Rename "stun" to "classic stun" and "stun2" to "stun", to follow the usage
+defined in draft-ietf-behave-rfc3489bis-18 section 2.
 
+------------------------------------------------------------------------
+r29885 | morriss | 2009-09-13 16:10:11 -0700 (Sun, 13 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
 
-fix some of these instances.
+From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3417
 
+Don't scale the window if the SYN flag is set.
 
 ------------------------------------------------------------------------
-r15126 | jmayer | 2005-07-28 02:53:38 -0500 (Thu, 28 Jul 2005) | 1 line
+r29886 | gerald | 2009-09-13 17:38:54 -0700 (Sun, 13 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-   M /trunk/epan/dissectors/packet-beep.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-bgp.c
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-cdp.c
-   M /trunk/epan/dissectors/packet-cops.c
-   M /trunk/epan/dissectors/packet-cups.c
-   M /trunk/epan/dissectors/packet-dcerpc-netlogon.c
-   M /trunk/epan/dissectors/packet-dcm.c
-   M /trunk/epan/dissectors/packet-diameter.c
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/dissectors/packet-llc.h
-   M /trunk/epan/dissectors/packet-rpc.h
+   M /trunk/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
 
-char -> const char warning fixes
-------------------------------------------------------------------------
-r15125 | jmayer | 2005-07-28 02:51:52 -0500 (Thu, 28 Jul 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/gtk/sctp_assoc_analyse.c
-   M /trunk/gtk/sctp_stat_dlg.c
+Tweak the Finder windows a bit.
 
-Warning fixes
 ------------------------------------------------------------------------
-r15124 | jmayer | 2005-07-28 02:50:31 -0500 (Thu, 28 Jul 2005) | 1 line
+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
+
+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.
 
-Updated Ankur Aggarwal's entry
 ------------------------------------------------------------------------
-r15123 | jmayer | 2005-07-28 02:49:55 -0500 (Thu, 28 Jul 2005) | 1 line
+r29888 | etxrab | 2009-09-13 22:59:38 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/oui.h
-   M /trunk/wka.tmpl
+   M /trunk/epan/dissectors/packet-collectd.c
 
-Add Extreme stuff
+Add casts to make it compile on Windows.
 ------------------------------------------------------------------------
-r15122 | guy | 2005-07-27 13:38:35 -0500 (Wed, 27 Jul 2005) | 2 lines
+r29889 | etxrab | 2009-09-13 23:00:53 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/epan/dissectors/packet-http.c
 
-Squelch another qualifier warning.
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Use "g_realloc".
 ------------------------------------------------------------------------
-r15121 | jmayer | 2005-07-27 13:15:07 -0500 (Wed, 27 Jul 2005) | 5 lines
+r29890 | jmayer | 2009-09-13 23:48:45 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/radius_dict.l
-
-
-As Guy mentioned: last patch replaced one occurrence too many,
-thus the dictionary keyword encrypt was changed from encrypt
-to encrypted too. Undo this.
+   M /trunk/epan/CMakeLists.txt
 
+Sync to autofoo
 ------------------------------------------------------------------------
-r15120 | jmayer | 2005-07-27 12:52:51 -0500 (Wed, 27 Jul 2005) | 4 lines
+r29891 | jmayer | 2009-09-13 23:51:22 -0700 (Sun, 13 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/radius_dict.l
-
+   M /trunk/CMakeLists.txt
 
-The variable encrypt collides with the declaration in <unistd.h> on
-some platforms. Rename encrypt to encrypted.
+Not yet working:
+Sync with autofoo: Check for accepted compiler flags. Use
+  identical flags.
 
 ------------------------------------------------------------------------
-r15119 | gerald | 2005-07-27 11:25:44 -0500 (Wed, 27 Jul 2005) | 3 lines
+r29892 | martinm | 2009-09-14 03:26:53 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/prefs.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-Move preference initialization to its own routine and make sure it gets run
-when we pass "-G defaultprefs" on the command line.
+Show UEId in info column for CCCH frames.
 
 ------------------------------------------------------------------------
-r15118 | jmayer | 2005-07-27 11:05:41 -0500 (Wed, 27 Jul 2005) | 1 line
+r29893 | morriss | 2009-09-14 04:26:03 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/proto.h
+   M /trunk/epan/dissectors/packet-collectd.c
 
-Revert my previous patch - something else was seriously screwed up
+Change proto_tree_add_protocol_format() to proto_tree_add_text() since all that is being added is text.
 ------------------------------------------------------------------------
-r15117 | jmayer | 2005-07-27 10:08:22 -0500 (Wed, 27 Jul 2005) | 6 lines
+r29894 | morriss | 2009-09-14 06:11:26 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/proto.h
-
+   M /trunk/epan/dissectors/packet-collectd.c
 
-gcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux)
-fails when trying to use varargs. Due to a missing include
-config.h we were using varargs with proto.h
+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
 
+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.
 
 ------------------------------------------------------------------------
-r15116 | jmayer | 2005-07-27 08:10:57 -0500 (Wed, 27 Jul 2005) | 5 lines
+r29896 | wmeier | 2009-09-14 07:59:08 -0700 (Mon, 14 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-classicstun.c
 
-The latest patch used the fields
-        hf_qos_buf_ac, hf_qos_buf_load and hf_qos_buf_state
-but failed to add them to the hf_ array. Commented out their
-use for now.
+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.
 
 ------------------------------------------------------------------------
-r15115 | jmayer | 2005-07-27 03:28:27 -0500 (Wed, 27 Jul 2005) | 4 lines
+r29897 | wmeier | 2009-09-14 08:28:09 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Ankur Aggarwal:
-        IEEE 802.11 QoS decoding
+   M /trunk/doc/README.developer
 
+Update: Remove references to the use of check_col() since no longer required.
 
 ------------------------------------------------------------------------
-r15114 | jmayer | 2005-07-27 02:57:01 -0500 (Wed, 27 Jul 2005) | 7 lines
+r29898 | wmeier | 2009-09-14 08:34:05 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-   M /trunk/epan/dissectors/packet-alcap.c
-   M /trunk/epan/dissectors/packet-ansi_637.c
-   M /trunk/epan/dissectors/packet-ansi_683.c
-   M /trunk/epan/dissectors/packet-ansi_801.c
-   M /trunk/epan/dissectors/packet-ansi_a.c
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-arp.c
-   M /trunk/epan/dissectors/packet-arp.h
-
-Fix >2600 warnings by doing char -> const char changes.
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
 
-Additionally in dissectors/packet-ansi_map.c:
-        Flag unused parameters as such and remove dummy
-        param = param;
-        statements.
+Remove usage of check_col() since no longer required.
 
 ------------------------------------------------------------------------
-r15113 | lego | 2005-07-26 20:32:31 -0500 (Tue, 26 Jul 2005) | 3 lines
+r29899 | wmeier | 2009-09-14 09:04:54 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/mgcp/packet-mgcp.c
-
-fix another leak of tap data
+   M /trunk/epan/column-utils.c
 
+(Trivial) Fix a typo in a comment
 
 ------------------------------------------------------------------------
-r15112 | guy | 2005-07-26 20:13:28 -0500 (Tue, 26 Jul 2005) | 2 lines
+r29900 | etxrab | 2009-09-14 09:06:31 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/flow_graph.c
-
-There aren't any clists here, and the clist arrows aren't used.
+   M /trunk/gtk/simple_dialog.c
 
+Change gtk_pixmap_new() to gtk_image_new_from_pixmap().
 ------------------------------------------------------------------------
-r15111 | guy | 2005-07-26 20:12:44 -0500 (Tue, 26 Jul 2005) | 2 lines
+r29901 | wmeier | 2009-09-14 09:38:06 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/dcerpc/idl2wrs.c
 
-Squelch another const warning.
+(Trivial) Fix a typo in a comment.
 
 ------------------------------------------------------------------------
-r15110 | guy | 2005-07-26 20:02:03 -0500 (Tue, 26 Jul 2005) | 8 lines
+r29902 | morriss | 2009-09-14 10:36:15 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-afp.c
-
-*Removing* an include is usally not the right way of removing warnings;
-if some function takes, for example, a "char *" as an argument, but
-you're passing it an "unsigned char *", you don't squelch the warning by
-removing the include of the header that declares that function (you then
-get warnings about the function not being declared, at least with some
-compilers), you put in a cast (if the signedness doesn't matter) or
-arrange that you pass a "char *".
+   M /trunk/epan/dissectors/packet-http.c
 
+Revert 29889 to stop the fuzz failures.
 ------------------------------------------------------------------------
-r15109 | lego | 2005-07-26 19:45:02 -0500 (Tue, 26 Jul 2005) | 3 lines
+r29903 | gerald | 2009-09-14 11:00:01 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/emem.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
 
-Remove two warnings
+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.
 ------------------------------------------------------------------------