Update to V9.0.0 (2009-12)
[obnox/wireshark/wip.git] / ChangeLog
index d4e53cb1a3d5303668106b7f762608354b34b8e6..ab4e2abc81a95fe55b2890ca76811e39739ed02d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r16878 | gerald | 2005-12-21 20:06:39 -0600 (Wed, 21 Dec 2005) | 2 lines
+r28815 | gerald | 2009-06-22 15:38:29 -0700 (Mon, 22 Jun 2009) | 5 lines
 Changed paths:
-   A /releases/ethereal-0.10.14 (from /trunk:16877)
+   M /trunk/epan/dissectors/packet-afs.c
 
-Branch off the 0.10.14 release.
+Instead of tvb_get_ptr + ep_alloc + proto_tree_add_string to fetch a string and
+add it to the tree, just call proto_tree_add_item. Fixes bug 3564.
+
+Replace another tvb_get_ptr call with tvb_format_text.
 
 ------------------------------------------------------------------------
-r16877 | jmayer | 2005-12-21 19:36:42 -0600 (Wed, 21 Dec 2005) | 8 lines
+r28816 | morriss | 2009-06-22 15:48:35 -0700 (Mon, 22 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk
+   M /trunk/doc/Makefile.am
 
-Jaap Keuter:
+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
 
-While looking into bug 239 I found a type mismatch in proto.c. Even
-though tree_is_expanded is defined as a (gboolean *) the memory
-allocation is carried out using sizeof (gint *). The attached patch
-fixes this.
+From Kovarththanan Rajaratnam:
+Clean up header field info in asn1/*-template.c files.
 
+From me:
+Fixed a few typos in the patch.
 
 ------------------------------------------------------------------------
-r16876 | jmayer | 2005-12-21 19:33:56 -0600 (Wed, 21 Dec 2005) | 3 lines
+r28818 | jake | 2009-06-22 23:45:59 -0700 (Mon, 22 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/editcap.pod
-
-Jaap Keuter:
-        Add the documentation part of the fix for bug 379
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
+From Shinsuke SUZUKI:
+Due to an incorrect offset setting in packet-icmpv6.c Wireshark cannot parse RA router-lifetime and RA flags properly.
 ------------------------------------------------------------------------
-r16875 | jmayer | 2005-12-21 19:26:04 -0600 (Wed, 21 Dec 2005) | 3 lines
+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-msnlb.c
+   A /trunk/epan/dissectors/packet-btamp.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-btl2cap.h
 
-Jaap Keuter:
-        Add MS NLB buildin dissector
+From Kovarththanan Rajaratnam:
+The Bluetooth AMP Manager protocol was recently adopted by the Bluetooth SIG.
+This protocol sits on top of L2CAP and requires a few changes in order to
+accommodate the new move/create channel request.
 
+This patch includes:
+* a new Bluetooth AMP Manager Protocol dissector
+* changes to L2CAP to handle the new move/create channel signals
+* introduce a dissector table for fixed channel, allowing btamp dissector to
+handle the BT AMP Manager Protocol channel
+* Preliminary changes in L2CAP to support the new enhanced L2CAP modes
+(enhanced retransmission/streaming mode)
 ------------------------------------------------------------------------
-r16874 | gerald | 2005-12-21 19:23:27 -0600 (Wed, 21 Dec 2005) | 43 lines
+r28820 | etxrab | 2009-06-23 06:49:46 -0700 (Tue, 23 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/gtk/tcp_graph.c
-
-From Bill Meier:
-
-After investigating the time-sequence graphs (Stevens and tcptrace) produced 
-using an FTP capture file supplied by Eduardo Segura 
-(see http://www.ethereal.com/lists/ethereal-users/200512/msg00153.html ) 
-I've identified several problems in tcp_trace.c.
+   M /trunk/epan/dissectors/packet-gtp.c
 
-The problems mostly involve incorrect determination of the lower/upper 
-sequence number bounds (for the Y axis) in certain cases (e.g. having to do
-with 'partial' conversations).
+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
 
-I've reworked the '...get_bounds' code to handle cases such as:
+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
 
-1. out of order data segments (e.g.: the first segment in a captured
-conversation has a higher sequence number than a later segment);
+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
 
-2. 'ack' sequence numbers for initial ack segments in a conversation lower
-than the sequence numbers of the initial data segments;
+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.
 
-3. maximum 'ack + win' sequence number in a conversation greater than the 
-max data sequence number;
+------------------------------------------------------------------------
+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
 
-4. Stevens graph: only use data segment sequence numbers when 
-determining bounds;
+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.
 
-5. TCP RST packet without 'ack' flag: do not try to use the 'ack' seq num from
-the packet in this case. (This was the specific cause of the originally reported
-problem).
+------------------------------------------------------------------------
+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 two unused includes
 
-I've also reworked the tcptrace display code slightly to properly handle 
-the initial ack packet of a sequence;
+------------------------------------------------------------------------
+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
 
-As an example of the some of the fixes the Ethereal tcptrace style graph 
-of the following conversation fragment will now be similar to the graph 
-produced by Tcptrace.
+From Kovarththanan Rajaratnam:
+More asn1/* header field info cleanup
 
-data:  seq 10000 len 100
-data:  seq 10100 len 200
-ack:   ack 5000  win 6000
-ack:   ack 5400  win 5600 
+------------------------------------------------------------------------
+r28827 | stig | 2009-06-23 19:05:51 -0700 (Tue, 23 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
 
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r16873 | jmayer | 2005-12-21 19:08:07 -0600 (Wed, 21 Dec 2005) | 4 lines
+r28828 | stig | 2009-06-23 19:07:16 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/epan/dissectors/process-x11-fields.pl
+   M /trunk/epan/dissectors/x11-fields
 
-- Add max frame size
-- Add port power forwarding
-- Some more field cleanups
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup
+* Fix process-x11-fields.pl (packet-x11.c)
 
 ------------------------------------------------------------------------
-r16872 | gerald | 2005-12-21 10:49:47 -0600 (Wed, 21 Dec 2005) | 2 lines
+r28829 | stig | 2009-06-23 19:08:14 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/configure.in
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-nisplus.c
 
-Prep for 0.10.14.
+Change hf_nisplus_dummy to use "dummy" as name instead of " "
+(this is the only place where " " was used)
 
 ------------------------------------------------------------------------
-r16871 | jmayer | 2005-12-21 05:21:49 -0600 (Wed, 21 Dec 2005) | 8 lines
+r28830 | stig | 2009-06-23 19:11:11 -0700 (Tue, 23 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
-
-- Don't use numbers when there are enum values
-- Better nameing of tfs_ arrays
-- Name and dissect "version" field (previously unknown)
-- Name and dissect "add tag scheme" (previously unknown)
-- Add lots of comments about meanings in the port data
-- The first byte in the set command is probably some salt value
+   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
 
+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.
 
 ------------------------------------------------------------------------
-r16870 | guy | 2005-12-21 02:59:52 -0600 (Wed, 21 Dec 2005) | 5 lines
+r28831 | stig | 2009-06-23 19:12:13 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-   M /trunk/version_info.c
-   M /trunk/version_info.h
+   M /trunk/plugins/m2m/packet-m2m.c
 
-Provide not only copyright information, but a GPL blurb, in all the
-version/usage messages.
-
-Put newlines at the end of various version strings.
+From Kovarththanan Rajaratnam:
+Move hf_register_info declarations in packet-m2m.c to function scope
 
 ------------------------------------------------------------------------
-r16869 | sahlberg | 2005-12-21 02:48:59 -0600 (Wed, 21 Dec 2005) | 7 lines
+r28832 | stig | 2009-06-23 19:17:12 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-infiniband.h
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-tpncp.c
+   M /trunk/epan/oids.c
+   M /trunk/plugins/unistim/header_field.h
 
-add dissection of two more NTCreateAndX bits :    
-open by file id 
-and
-backup intent
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup.
 
+------------------------------------------------------------------------
+r28833 | wmeier | 2009-06-23 19:42:43 -0700 (Tue, 23 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hpteam.c
 
+Remove superflous code; #include <stdio.h> not needed.
 
 ------------------------------------------------------------------------
-r16868 | etxrab | 2005-12-20 12:38:13 -0600 (Tue, 20 Dec 2005) | 6 lines
+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
-   M /trunk/epan/dissectors/packet-mip.c
 
-From jaap Keuter:
-Taking a random dissector from the list on the Wiki I picked packet-enip.c. Nothing wrong with this one, I still ememified it.
-
-From Bart Braem:
-packet-mip.c does not have support for all registration denials by the foreign agent, code 77 was left out. The attached patch fixes that.
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r16867 | etxrab | 2005-12-20 12:26:28 -0600 (Tue, 20 Dec 2005) | 1 line
+r28835 | stig | 2009-06-23 22:54:19 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/asn1/ansi_map/ansi_map.cnf
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-homeplug.c
+
+Fixed field types for some reserved fields.
 
-Add ASN1 code from some more 3GPP2 dockuments.
 ------------------------------------------------------------------------
-r16866 | jmayer | 2005-12-20 03:23:42 -0600 (Tue, 20 Dec 2005) | 1 line
+r28836 | jake | 2009-06-23 23:21:45 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   A /trunk/epan/dissectors/packet-rnsap.c
-   A /trunk/epan/dissectors/packet-rnsap.h
+   M /trunk/epan/dissectors/packet-slowprotocols.c
 
-packet-rnsap.[hc] were added to Makefile.common but missing from svn
+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.
 ------------------------------------------------------------------------
-r16865 | jmayer | 2005-12-20 02:35:53 -0600 (Tue, 20 Dec 2005) | 8 lines
+r28837 | stig | 2009-06-24 12:10:50 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-xml.c
-
-packet-radius.c, packet-xml.c:
-        Fix a memory leak found by valgrind:
-        Although dir isn't a directory it may still use memory
+   M /trunk/epan/addr_resolv.c
 
-packet-xml.c:
-        Reformat the relevant function in packet-xml.c to be readable on systems
-        where a tab is 8 spaces.
+From Kovarththanan Rajaratnam via bug 3555:
+Cancel hostname lookup timers if c-ares is not initialized.
 
 ------------------------------------------------------------------------
-r16864 | etxrab | 2005-12-20 01:22:33 -0600 (Tue, 20 Dec 2005) | 1 line
+r28838 | jake | 2009-06-24 13:27:58 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/Makefile.nmake
-   A /trunk/asn1/rnsap
-   A /trunk/asn1/rnsap/Makefile
-   A /trunk/asn1/rnsap/Makefile.nmake
-   A /trunk/asn1/rnsap/packet-rnsap-template.c
-   A /trunk/asn1/rnsap/packet-rnsap-template.h
-   A /trunk/asn1/rnsap/rnsap.asn
-   A /trunk/asn1/rnsap/rnsap.cnf
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/wiretap/dct3trace.c
 
-Add dissection of RNSAP, not complete yet.
+From Duncan Salerno:
+Ensure dct3trac packets never longer than 23 bytes.
 ------------------------------------------------------------------------
-r16863 | gerald | 2005-12-19 20:50:04 -0600 (Mon, 19 Dec 2005) | 2 lines
+r28839 | stig | 2009-06-24 18:50:56 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/radius_dict.l
+   M /trunk/epan/dissectors/packet-infiniband.c
 
-Make sure we don't try to close an already-closed file.
+Remove a tvb_free() call.
 
 ------------------------------------------------------------------------
-r16862 | etxrab | 2005-12-19 13:39:42 -0600 (Mon, 19 Dec 2005) | 1 line
+r28840 | stig | 2009-06-24 19:07:17 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-Fix some asn1 errors and insert the new code to call TCAP.
-------------------------------------------------------------------------
-r16861 | etxrab | 2005-12-19 13:36:32 -0600 (Mon, 19 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/h450/Makefile.nmake
-   M /trunk/asn1/h450/h450.cnf
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-h450.h
+From Nathan Hartwell via bug 2733:
+Added time_secs_to_str_unsigned().
 
-Get rid of some GCC warnings about unused code.
 ------------------------------------------------------------------------
-r16860 | etxrab | 2005-12-19 13:34:52 -0600 (Mon, 19 Dec 2005) | 1 line
+r28841 | stig | 2009-06-24 19:08:06 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-bootp.c
+
+From Nathan Hartwell via bug 2733:
+Use time_secs_to_str_unsigned().
 
-Add dissection of Error parameters hopfully geting rid of some GCC warnings.
 ------------------------------------------------------------------------
-r16859 | lego | 2005-12-19 13:21:32 -0600 (Mon, 19 Dec 2005) | 3 lines
+r28842 | stig | 2009-06-24 19:13:35 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-m3ua.c
-
-register the m3ua dissector by name
+   M /trunk/epan/to_str.c
 
+Unsigned does not have msign.
 
 ------------------------------------------------------------------------
-r16858 | lego | 2005-12-19 13:20:31 -0600 (Mon, 19 Dec 2005) | 3 lines
+r28843 | etxrab | 2009-06-24 22:59:04 -0700 (Wed, 24 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-
-Avoid a warning if release_cause == 0
-
+   M /trunk/asn1/spnego/packet-spnego-template.c
 
+tvb_new_real_data()->tvb_child_new_real_data()
 ------------------------------------------------------------------------
-r16857 | lego | 2005-12-19 13:18:20 -0600 (Mon, 19 Dec 2005) | 3 lines
+r28844 | stig | 2009-06-25 19:38:23 -0700 (Thu, 25 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.h
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
+   M /trunk/epan/dissectors/packet-enip.c
+   A /trunk/epan/dissectors/packet-enip.h
 
-Add support for Juniper GGSN generated pcap files.
+From Joakim Wiberg via bug 3103:
+Various improvements to the CIP and ENIP dissectors.
 
+From me:
+Updated to latest trunk changes.
 
 ------------------------------------------------------------------------
-r16856 | etxrab | 2005-12-19 00:48:07 -0600 (Mon, 19 Dec 2005) | 22 lines
+r28845 | stig | 2009-06-25 20:20:12 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-edonkey.h
-
-From John Sullivan:
-Three patches here:
-
-eth-ed-2.diff
--------------
-
-1) The handling of HashSet Answer messages was wrong
-2) Add dissection of some more eMule extension packets to do with
-   error recovery
-
-   
-eth-bt-1.diff
--------------
-
-New versions of the Azureus BitTorrent client implement a new extension to the protocol, which is effectively a text based encapsulation of the binary BitTorrent protocol, embedded within the BitTorrent protocol. Who knows why they thought that was a good idea, but this patch can pick apart their new headers.
-
-
-eth-bt-2.diff
--------------
+   M /trunk/asn1/spnego/packet-spnego-template.c
 
-By registering a normal dissector as well as the heuristic one, BitTorrent shows up on the Decode As... list so you can manually override its mistake.
+tvb_child_new_real_data() -> tvb_new_child_real_data()
 
 ------------------------------------------------------------------------
-r16855 | jmayer | 2005-12-18 17:29:37 -0600 (Sun, 18 Dec 2005) | 4 lines
+r28846 | stig | 2009-06-25 20:24:08 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/column-utils.c
+   M /trunk/doc/README.developer
 
-"Fix" for warning: enumeration value 'TS_NOT_SET' not handled in switch
-   Just g_assert until someone who understands the code checks in a real
-   fix.
+Use NULL for empty blurb.
 
 ------------------------------------------------------------------------
-r16854 | jmayer | 2005-12-18 17:23:21 -0600 (Sun, 18 Dec 2005) | 1 line
+r28847 | stig | 2009-06-25 20:37:30 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/to_str.c
+   M /trunk/gtk/main.c
 
-warning: no newline at end of file
-------------------------------------------------------------------------
-r16853 | jmayer | 2005-12-18 17:22:47 -0600 (Sun, 18 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-nhrp.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
+Small whitespace cleanup.
 
-warning: C++ style comments are not allowed in ISO C90
 ------------------------------------------------------------------------
-r16852 | jmayer | 2005-12-18 17:18:06 -0600 (Sun, 18 Dec 2005) | 1 line
+r28848 | stig | 2009-06-25 20:59:01 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/capture_opts.h
-   M /trunk/dumpcap.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-nhrp.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.
 
-warning: function declaration isn't a prototype
 ------------------------------------------------------------------------
-r16851 | jmayer | 2005-12-18 16:40:49 -0600 (Sun, 18 Dec 2005) | 16 lines
+r28849 | etxrab | 2009-06-25 22:48:03 -0700 (Thu, 25 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+   M /trunk/Makefile.am
+   M /trunk/diameter/dictionary.xml
+   A /trunk/diameter/eap.xml
+   M /trunk/diameter/nasreq.xml
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Update from samba tree revision 12205 to 12325
-============================ Samba log start ============
+From Sebastien Decugis:
+Add Missing Diameter EAP support.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600
 ------------------------------------------------------------------------
-r12205 | jelmer | 2005-12-13 02:56:04 +0100 (Tue, 13 Dec 2005) | 2 lines
+r28850 | tuexen | 2009-06-26 08:08:04 -0700 (Fri, 26 Jun 2009) | 12 lines
+Changed paths:
+   M /trunk/wiretap/pcapng.c
 
-Support 'TFS' command in conformance files
+* Allocate enough memory for reading a packet.
+* Initialize pseudoheader.
+* Add some input validation / protection code.
+* Fix some return values.
+* Clean up some whitespaces.
 
-------------------------------------------------------------------------
-r12206 | jelmer | 2005-12-13 14:14:23 +0100 (Tue, 13 Dec 2005) | 2 lines
+This fixes Bug 3565. Thanks to Tyson Key how reported
+the issue and provided capture files for debugging.
 
-Fix some issues in NOEMIT
+This fix is scheduled for inclusion in Wireshark 1.2.1
+and higher.
 
 ------------------------------------------------------------------------
-============================ Samba log end ==============
+r28851 | tuexen | 2009-06-26 08:25:22 -0700 (Fri, 26 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/wiretap/pcapng.c
 
+Disable debug output.
 
 ------------------------------------------------------------------------
-r16850 | guy | 2005-12-18 14:54:47 -0600 (Sun, 18 Dec 2005) | 3 lines
+r28852 | gerald | 2009-06-26 14:25:09 -0700 (Fri, 26 Jun 2009) | 3 lines
 Changed paths:
    M /trunk/AUTHORS
+   M /trunk/dumpcap.c
 
-Indent authors' e-mail addresses with tabs (so the list is properly
-aligned in the About box).
+Unfortunately, r28452 seems to cause more problems than it fixes. Back
+out the change for now.
 
 ------------------------------------------------------------------------
-r16849 | guy | 2005-12-18 13:46:38 -0600 (Sun, 18 Dec 2005) | 2 lines
+r28853 | gerald | 2009-06-26 16:05:04 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/gtk/prefs_column.c
 
-Use tabs to indent all credits.
+Add a tooltip in case it's not obvious how to rearrange the columns.
 
 ------------------------------------------------------------------------
-r16848 | guy | 2005-12-18 13:41:49 -0600 (Sun, 18 Dec 2005) | 2 lines
+r28854 | rbalint | 2009-06-26 23:32:52 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/configure.in
 
-Re-UTF-8ify.
+Strictly require flex instead of allowing lex, too.
 
 ------------------------------------------------------------------------
-r16847 | etxrab | 2005-12-18 13:01:46 -0600 (Sun, 18 Dec 2005) | 2 lines
+r28855 | rbalint | 2009-06-27 01:13:39 -0700 (Sat, 27 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/configure.in
+
+Revert commit 28854.
 
-From Michael Rozhavsky:
-In my previous patch I forgot to add a OOBResync flag to the DBD packet flags field. This patch adds this flag.
 ------------------------------------------------------------------------
-r16846 | etxrab | 2005-12-18 12:17:29 -0600 (Sun, 18 Dec 2005) | 1 line
+r28856 | etxrab | 2009-06-27 03:31:42 -0700 (Sat, 27 Jun 2009) | 5 lines
 Changed paths:
-   A /trunk/asn1/ansi_map
-   A /trunk/asn1/ansi_map/Makefile.nmake
-   A /trunk/asn1/ansi_map/README
-   A /trunk/asn1/ansi_map/ansi_map.asn
-   A /trunk/asn1/ansi_map/ansi_map.cnf
-   A /trunk/asn1/ansi_map/packet-ansi_map-template.c
-   A /trunk/asn1/ansi_map/packet-ansi_map-template.h
+   M /trunk/epan/dissectors/dcerpc/drsuapi/template.c
+   M /trunk/epan/dissectors/dcerpc/idl2wrs.c
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/pidl/atsvc.cnf
+   M /trunk/epan/dissectors/pidl/mapi/mapi.cnf
+   M /trunk/epan/dissectors/pidl/mapi/request.cnf.c
+   M /trunk/epan/dissectors/pidl/mapi/response.cnf.c
+
+From Kovarththanan Rajaratnam:
+- Fix ncp2222.py and all the epan/dissectors/dcerpc dissectors. The
+latter required changes to idl2wrs which used variadic macros (not supported in MSVC 6.0).
 
-Work in progress ANSI MAP dissector. 
+- Cleanup PIDL conformance files
 ------------------------------------------------------------------------
-r16845 | etxrab | 2005-12-18 12:15:24 -0600 (Sun, 18 Dec 2005) | 7 lines
+r28857 | tuexen | 2009-06-27 04:39:47 -0700 (Sat, 27 Jun 2009) | 8 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/doc/README.malloc
-
-From Martin Warnes
-Attached a small patch to top level Makefile.am to include the recently 
-added diamter data files chargecontrol.xml and TGPPSh.xml
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
-From jaaap Keuter:
-I've polished up the README.malloc describing ememified memory management. It's basically the same information, but made a bit more accessable. All this in response to bug 511
+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.
 
 ------------------------------------------------------------------------
-r16844 | etxrab | 2005-12-18 12:13:05 -0600 (Sun, 18 Dec 2005) | 11 lines
+r28858 | tuexen | 2009-06-27 05:14:18 -0700 (Sat, 27 Jun 2009) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/ncp2222.py
-   A /trunk/epan/dissectors/packet-ncs.c
+   M /trunk/wiretap/pcapng.c
 
-From Greg Morris:
--  New Dissector Novell Cluster Services
+If all interfaces use the same encapsulation, use
+this a the file encapsulation.
 
-1. Changes Dir Handle Type from Boolean to val string
-2. Changes Search Mode from Boolean to val string
-3. Adds a number of additional attribute definitions
-4. Adds file migration state values
-5. Adds missing return values
-6. Adds NCP 90,150 "File Migration Request"
+This fixes a bug where you can not save a file
+in libpcap format when you captured it as a
+pcapng one.
+
+This fix will be scheduled for Wireshark 1.2.1
+and higher.
 
 ------------------------------------------------------------------------
-r16843 | ulfl | 2005-12-18 05:36:06 -0600 (Sun, 18 Dec 2005) | 1 line
+r28859 | tuexen | 2009-06-27 05:41:06 -0700 (Sat, 27 Jun 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   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.
 
-use #ifdef SHOW_WELCOME_PAGE for the currently disabled welcome page instead of simply #if 0
 ------------------------------------------------------------------------
-r16842 | guy | 2005-12-18 05:19:25 -0600 (Sun, 18 Dec 2005) | 3 lines
+r28860 | etxrab | 2009-06-27 05:41:39 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-If we're going to use a handle for the data handle, we need to get a
-handle for that dissector.  This fixes bug 637.
+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
 ------------------------------------------------------------------------
-r16841 | guy | 2005-12-18 05:08:38 -0600 (Sun, 18 Dec 2005) | 2 lines
+r28862 | tuexen | 2009-06-27 08:20:44 -0700 (Sat, 27 Jun 2009) | 9 lines
 Changed paths:
-   M /trunk/asn1/tcap/tcap.cnf
+   M /trunk/wiretap/pcapng.c
+   M /trunk/wiretap/wtap-int.h
 
-Update tcap.cnf to generate the current packet-tcap.c
+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.
 
 ------------------------------------------------------------------------
-r16840 | guy | 2005-12-18 04:59:45 -0600 (Sun, 18 Dec 2005) | 2 lines
+r28863 | tuexen | 2009-06-27 09:08:18 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/mms/packet-mms-template.c
-   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
-Get rid of an unused variable.
+Cleanup. Should be included in Wireshark 1.2.1 and higher to keep
+merging future bug fixes simple.
 
 ------------------------------------------------------------------------
-r16839 | guy | 2005-12-18 04:58:47 -0600 (Sun, 18 Dec 2005) | 2 lines
+r28864 | tuexen | 2009-06-27 10:33:23 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/wiretap/pcapng.c
 
-Squelch a compiler warning.
+Another cleanup. We are now back to Ulf's original
+model of data handling.
 
 ------------------------------------------------------------------------
-r16838 | guy | 2005-12-18 04:51:41 -0600 (Sun, 18 Dec 2005) | 2 lines
+r28865 | tuexen | 2009-06-27 11:10:10 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
-   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/wiretap/libpcap.c
 
-Get rid of an unused variable.
+Fix copy/paste error introduced in rev. 28863.
+Thanks to Guy for finding and reporting it. 
 
 ------------------------------------------------------------------------
-r16837 | guy | 2005-12-18 04:42:29 -0600 (Sun, 18 Dec 2005) | 4 lines
+r28866 | tuexen | 2009-06-27 11:50:13 -0700 (Sat, 27 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/asn1/nbap/packet-nbap-template.c
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/epan/dissectors/packet-nbap.h
+   M /trunk/wiretap/pcapng.c
 
-Get rid of an unused variable.
-
-Fix a typo in svn:keywords.
+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.
 
 ------------------------------------------------------------------------
-r16836 | ulfl | 2005-12-17 21:42:01 -0600 (Sat, 17 Dec 2005) | 1 line
+r28867 | rbalint | 2009-06-27 21:20:10 -0700 (Sat, 27 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_advanced.xml
+   M /trunk/configure.in
+
+Strictly require flex instead of allowing lex, too.
+It compiles now.
+This fixes bug 1641.
 
-reassembling as enabled by default (the default was changed from disabled to enabled some time ago)
 ------------------------------------------------------------------------
-r16835 | lego | 2005-12-17 15:17:58 -0600 (Sat, 17 Dec 2005) | 3 lines
+r28868 | tuexen | 2009-06-28 04:09:24 -0700 (Sun, 28 Jun 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/wiretap/pcapng.c
 
-remove // comments
+Stop loading a pcapng file with multiple section header blocks.
+This fixes a bug reported by Tyson Key as a follow up of Bug 3560.
+Also some cleanups and debug output improvements.
 
+Thanks to Tyson Key for reporting the bug and providing a tracefile.
+This fix will be included in Wireshark 1.2.1 and higher.
 
 ------------------------------------------------------------------------
-r16834 | lego | 2005-12-17 10:55:45 -0600 (Sat, 17 Dec 2005) | 5 lines
+r28869 | gerald | 2009-06-28 08:03:26 -0700 (Sun, 28 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.h
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Have tcap subdissectors registering using functions provided by tcap and tcap manage ssn registration.
+[Automatic manuf and enterprise-numbers update for 2009-06-28]
+------------------------------------------------------------------------
+r28872 | etxrab | 2009-06-28 08:18:27 -0700 (Sun, 28 Jun 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-In packet-sccp.c avoid not having a binding.
+From Jon Smirl:
+More packet decoding for Intellon powerline devices.
 
+From me put proto_register_homeplug() last in the file and whitespace changes.
+------------------------------------------------------------------------
+r28873 | etxrab | 2009-06-28 08:22:43 -0700 (Sun, 28 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/tcp_graph.c
 
+From   Sean Walberg:
+The title in the TCP sequence graphs is too short.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3556
 ------------------------------------------------------------------------
-r16833 | ulfl | 2005-12-16 18:19:47 -0600 (Fri, 16 Dec 2005) | 3 lines
+r28874 | rbalint | 2009-06-28 09:31:27 -0700 (Sun, 28 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
+   D /trunk/aclocal-fallback/libgnutls.m4
+   M /trunk/configure.in
 
-Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unreliable
+Detect gnutls via pkg-config instead of the deprecated libgnutls-config.
+Based on patch from Andreas Metzler.
+This fixes bug 3627.
 
-Instead, simply keep the signal_pipe setting directly from the command line which is working well
 ------------------------------------------------------------------------
-r16832 | ulfl | 2005-12-16 18:16:37 -0600 (Fri, 16 Dec 2005) | 1 line
+r28875 | jake | 2009-06-28 09:39:31 -0700 (Sun, 28 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/developer-guide.xml
-   M /trunk/docbook/user-guide.xml
+   M /trunk/epan/dissectors/packet-hip.c
 
-both eug and edg still mentioned Ethereal 0.10.12
+Make dissector handle unexpected data better.
 ------------------------------------------------------------------------
-r16831 | sahlberg | 2005-12-16 16:06:52 -0600 (Fri, 16 Dec 2005) | 16 lines
+r28876 | guy | 2009-06-28 10:23:07 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/srvsvc.idl
+   M /trunk/aclocal-flags
+
+We only support GLib 2.x/GTK+ 2.x, which uses pkg-config, not
+gtk-config; use it instead.
 
-add work in progress srvsvc.idl.
+------------------------------------------------------------------------
+r28877 | tuexen | 2009-06-28 11:22:15 -0700 (Sun, 28 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.h
 
-This idl file is required by wkssvc.idl since wkssvc references Platform_id
+Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.
+Thanks for Tyson Key for reporting the issue.
 
+------------------------------------------------------------------------
+r28878 | wmeier | 2009-06-28 13:01:37 -0700 (Sun, 28 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/proto_dlg.c
 
-There are still some minor changes required for pidl to prettify the output for both wkssvc and srvsvc before these two dissectors should be used.
+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.
 
+------------------------------------------------------------------------
+r28879 | ulfl | 2009-06-28 14:13:51 -0700 (Sun, 28 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/capture_if_details_dlg_win32.c
 
+fix bug #3439 (thanks to Kovarththanan Rajaratnam), make WS compilable under MSVC2005(EE) again.
 
-note that this idl is significantly different from the samba4 idl since it contains all the additional functions and structures the handwritten dissector has that is lacking from s4 idl.
+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).
+------------------------------------------------------------------------
+r28880 | gal | 2009-06-29 06:01:54 -0700 (Mon, 29 Jun 2009) | 9 lines
+Changed paths:
+   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
 
-it is expected that s4 will take up the authorative version of this idl soon so there will only be one master copy of this idl.
+Changes to address bug 3547:
 
+1) Make sure WiresharkPortable.nsi uses correct WinPcap version (from config.nmake), and also vcredist.
+2) Automatically generate WiresharkPortable.ini with correct default values
+3) Include readme.txt in the distribution so that users know how to use WiresharkPortable.ini
 
+Thanks to Kovarththanan Rajaratnam for basic patch.
 
 
 ------------------------------------------------------------------------
-r16830 | etxrab | 2005-12-16 14:58:50 -0600 (Fri, 16 Dec 2005) | 1 line
+r28881 | etxrab | 2009-06-29 12:24:14 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
+   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 the latest diameter.xml files
+From Artem Tamazov:
+Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix
 ------------------------------------------------------------------------
-r16829 | etxrab | 2005-12-16 14:54:24 -0600 (Fri, 16 Dec 2005) | 1 line
+r28882 | stig | 2009-06-29 13:16:20 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/flow_graph.c
+   M /trunk/packaging/Makefile.am
+   M /trunk/packaging/portableapps/win32
+
+WiresharkPortable.ini -> WiresharkPortable.tmpl
 
-modify the tool tip "Nodes in the diagram are identified with network source and destination address (like SS7 point codes)" remove the section between parenthesis
 ------------------------------------------------------------------------
-r16828 | etxrab | 2005-12-16 14:37:45 -0600 (Fri, 16 Dec 2005) | 11 lines
+r28883 | jmayer | 2009-06-29 13:35:47 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-glbp.c
 
-A patch for packet-ospf.c is attached:
- - Fix the handling of the DN-bit of options field.
- - Add a new function dissect_ospf_bitfield() to dissect a bitfield
-   such as options, flags. The following functions are merged by
-   using this function.
-     - dissect_ospf_lls_extended_options()
-     - dissect_ospf_dbd()
-     - dissect_ospf_options()
-     - dissect_ospf_v3_prefix_options()
- - dissect the flags and prefix-options bitfield.
+Add value for vfstate: active
 
 ------------------------------------------------------------------------
-r16827 | etxrab | 2005-12-16 14:36:09 -0600 (Fri, 16 Dec 2005) | 3 lines
+r28884 | wmeier | 2009-06-29 13:59:26 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3.h
+   M /trunk/epan/dissectors/packet-btl2cap.c
+
+From  Kovarththanan Rajaratnam: Fix for Bug #3572 
+[http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3572]
 
-As per Olivier Jacques mail, 
-"preferences/mtp3 must be changed accordingly (it is explicitly indicated that the "network address format" is ..."
-Change the text and som names.
 ------------------------------------------------------------------------
-r16826 | gerald | 2005-12-16 11:53:44 -0600 (Fri, 16 Dec 2005) | 9 lines
+r28885 | rbalint | 2009-06-29 15:22:30 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/util.c
+   M /trunk/epan/dissectors/packet-data.c
 
-If "CLIENTNAME" is set (which indicates that we're using RDP) use
-"not tcp port 3389" instead of "not ip host $CLIENTNAME", since it
-seems to be more reliable.
+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.
 
-Make sure we remove dumpcap.obj when we clean.
+------------------------------------------------------------------------
+r28886 | gerald | 2009-06-29 16:08:05 -0700 (Mon, 29 Jun 2009) | 3 lines
+Changed paths:
+   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
 
-This also tests the content-type "text/plain; charset=utf-8" for commit
-messages.  Maybe Stig B's name will show up correctly now.
+Fix a couple of AirPcap channel/offset bugs. Remove an unused
+routine. Fixup whitespace in a couple of places.
 
 ------------------------------------------------------------------------
-r16825 | jmayer | 2005-12-16 11:52:05 -0600 (Fri, 16 Dec 2005) | 1 line
+r28887 | guy | 2009-06-29 17:32:20 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/gtk/airpcap_gui_utils.c
+
+Put in missing newline at the end.
 
-Some updates
 ------------------------------------------------------------------------
-r16824 | jmayer | 2005-12-16 11:05:37 -0600 (Fri, 16 Dec 2005) | 10 lines
+r28888 | stig | 2009-06-30 01:28:21 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
+
+Cleanup protocol name for ldap.
 
-Don't link dumpcap against libethereal etc.
-It might be, that I've removed too many options:
+------------------------------------------------------------------------
+r28889 | stig | 2009-06-30 03:38:00 -0700 (Tue, 30 Jun 2009) | 6 lines
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-in that case, replace
-@PCAP_LIBS@
-by some of
-@PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@
+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".
 
-and let me know which of the options are needed
+Also removed check_col().
 
 ------------------------------------------------------------------------
-r16823 | jmayer | 2005-12-16 10:40:31 -0600 (Fri, 16 Dec 2005) | 7 lines
+r28890 | stig | 2009-06-30 05:26:11 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/manuf
-   M /trunk/wka.tmpl
-
-Jaap Keuter:
-I'm seeing a variant of the registered Ethernet address for MS NLB
-multicast being used.
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
-Changed to remove "multicast" from the name as it isn't a multicast
-address.
+Always register to tcp.port to be able to decode as.
 
 ------------------------------------------------------------------------
-r16822 | etxrab | 2005-12-16 10:37:03 -0600 (Fri, 16 Dec 2005) | 25 lines
+r28891 | wmeier | 2009-06-30 06:57:26 -0700 (Tue, 30 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/editcap.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-radius.c
 
-From Jaap Keuter:
-- Editcap 
-Mikko Tiihonen filed bug 379 including a patch for editcap. This wasn't picked up so far. I've ported the patch to svn 16820 and included a documentation patch.
+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.
 
--packet-ieee80211.c
-Radek Vokal of RedHat filed a bug found by Vladimir Kondratiev of Intel in the 802.11 dissector. Radek provided a sample capture and Vladimir a oneliner patch. I've ported the patch to svn 16820 and tested it against the provided capture. Works well.
+------------------------------------------------------------------------
+r28892 | sfisher | 2009-06-30 11:05:04 -0700 (Tue, 30 Jun 2009) | 14 lines
+Changed paths:
+   M /trunk/color_filters.c
+   M /trunk/file.c
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/drag_and_drop.c
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/gtkglobals.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/gtk/main_packet_list.h
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/main_toolbar.c
+   M /trunk/gtk/menus.c
+   A /trunk/gtk/new_packet_list.c
+   A /trunk/gtk/new_packet_list.h
+   A /trunk/gtk/packet_list_store.c
+   A /trunk/gtk/packet_list_store.h
+   M /trunk/gtk/prefs_column.c
+   M /trunk/gtk/prefs_gui.c
+   M /trunk/gtk/prefs_stream.c
+   M /trunk/gtk/recent.c
+   M /trunk/ui_util.h
 
 
--From Kan Sasaki
-A patch for packet-ospf.c is attached:
- - Fix the handling of the DN-bit of options field.
- - Add a new function dissect_ospf_bitfield() to dissect a bitfield
-   such as options, flags. The following functions are merged by
-   using this function.
-     - dissect_ospf_lls_extended_options()
-     - dissect_ospf_dbd()
+Introduce experimental new feature: GTK2 tree view based packet list
 
+To use the GTK2 based packet list, define NEW_PACKET_LIST when compiling.
+To do this with gcc, set the environment variable CPPFLAGS to
+"-DNEW_PACKET_LIST" and re-run configure.
 
-     - dissect_ospf_options()
-     - dissect_ospf_v3_prefix_options()
- - dissect the flags and prefix-options bitfield.
+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.
 
-- lldp Bugfix Bug 596  LLDP TIA Network Policy Decode is not correct 
 
-- Camel make it possible to dissect based on OID.
 ------------------------------------------------------------------------
-r16821 | etxrab | 2005-12-16 10:31:46 -0600 (Fri, 16 Dec 2005) | 3 lines
+r28893 | guy | 2009-06-30 12:09:18 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/gtk/menus.c
 
-From Jaap Keuter:
-Bug 373 complains about a field type. Trivial fix attached.
+Fix typo.
 
 ------------------------------------------------------------------------
-r16820 | ulfl | 2005-12-16 02:20:22 -0600 (Fri, 16 Dec 2005) | 6 lines
+r28894 | guy | 2009-06-30 12:10:11 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/gtk/main_packet_list.c
 
-Declare the GTK 2.6 as the official mainline now!!!
+Fix typo.
 
-(as per mailing list discussions and mainly as the Gimp windows port also uses this version)
+------------------------------------------------------------------------
+r28895 | wmeier | 2009-06-30 12:52:43 -0700 (Tue, 30 Jun 2009) | 3 lines
+Changed paths:
+   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.
 
-fix the NSIS install settings for GTK 2.6 of GTK-Wimp
 ------------------------------------------------------------------------
-r16819 | ulfl | 2005-12-16 01:43:24 -0600 (Fri, 16 Dec 2005) | 1 line
+r28896 | gerald | 2009-06-30 13:28:26 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/dumpcap.c
-   M /trunk/log.h
-   M /trunk/tethereal.c
+   M /trunk/tools/checkAPIs.pl
+
+Add assert and assert_perror to the 'abort' list.
 
-some minor fixes: logging and comments fixed
 ------------------------------------------------------------------------
-r16818 | etxrab | 2005-12-16 01:37:28 -0600 (Fri, 16 Dec 2005) | 12 lines
+r28897 | gerald | 2009-06-30 13:59:51 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-sflow.c
 
-From Michael Rozhavsky:
+Add some length checks. Fixes bug 3567.
 
-This patch adds support for draft-nguyen-ospf-lls-05.txt, draft-nguyen-ospf-oob-resync-05.txt and draft-nguyen-ospf-restart-05.txt. These are an alternative way to do OSPF graceful restart.
-
-These drafts are implemented by cisco and several other vendors that want to interoperate with cisco. My patch adds a dissectors for LLS TLVs.
+------------------------------------------------------------------------
+r28898 | guy | 2009-06-30 16:49:34 -0700 (Tue, 30 Jun 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mtp3.c
 
-I had to modify the existing ospf dissector as it assumed that all the data after IP header is OSPF packet. This is not true anymore and probably was not true before as well.
+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.
 
-Also please find attached an example of OSPF packets with LLS data blocks.
--- 
-   
-   
 ------------------------------------------------------------------------
-r16817 | etxrab | 2005-12-16 01:20:13 -0600 (Fri, 16 Dec 2005) | 11 lines
+r28899 | guy | 2009-06-30 16:52:20 -0700 (Tue, 30 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/flow_graph.c
+   M /trunk/epan/dissectors/packet-pw-common.c
 
-From Jacques, Olivier (OCBU-Test Infra)
-
-> here is a small patch for the flow graph feature. It allows 
-> to have SS7 nodes (network indicator/point codes) to be 
-> recognized as nodes in the graphs.
-> The patch consists in using "pinfo->net_src" or 
-> "pinfo->net_dst" instead of "pinfo->src" or "pinfo->dst".
-> I did some tests with other IP protocols and behavior was 
-> still the same as before. But I do not guaranty that it 
-> doesn't have some bad side effects for some protocols.
+Don't crash if a null pointer is passed, just skip the appending of the
+items.
 
 ------------------------------------------------------------------------
-r16816 | etxrab | 2005-12-16 01:18:52 -0600 (Fri, 16 Dec 2005) | 10 lines
+r28900 | guy | 2009-06-30 16:56:26 -0700 (Tue, 30 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/oid_resolv.c
-
-From Grame Lunt:
-The new oid_resolv.c OID handling is more strict on what an OID is. It now requires the OID string representation to be a sequence of dotted integers - particularly when looking up an associated name.
+   M /trunk/epan/dissectors/packet-pw-atm.c
 
-The X.411 and DISP dissectors have [ab]used the OID handling to support the dissection of x.411 standard-extensions (which are indicated by a single
-integer) and where the OID is sufficient by itself (disp). Have a look at x411.cnf and disp.cnf
+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).
 
-Attached is a small patch to restore the previous functionality in the new handling. If this is something you don't wish to continue to support in the OID handling, then I'll look at alternate mechanisms.
+------------------------------------------------------------------------
+r28901 | jmayer | 2009-06-30 22:27:34 -0700 (Tue, 30 Jun 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ismp.c
 
-Graeme
+- 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
 
 ------------------------------------------------------------------------
-r16815 | etxrab | 2005-12-16 01:05:50 -0600 (Fri, 16 Dec 2005) | 1 line
+r28902 | stig | 2009-07-01 00:21:13 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/h248/Makefile.nmake
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-m3ua.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sua.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/epan/dissectors/packet-simulcrypt.c
+
+Added support for Simulcrypt EMMG <-> MUX,
+and generic support for other interfaces.
 
-Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:s
 ------------------------------------------------------------------------
-r16814 | etxrab | 2005-12-16 00:47:22 -0600 (Fri, 16 Dec 2005) | 12 lines
+r28903 | etxrab | 2009-07-01 01:23:32 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/dap/packet-dap-template.c
-   M /trunk/asn1/dop/dop.asn
-   M /trunk/asn1/h225/Makefile.nmake
-   M /trunk/asn1/tcap/Makefile.nmake
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-disp.h
-   M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-dop.h
-   M /trunk/epan/dissectors/packet-ros.c
-   M /trunk/epan/dissectors/packet-ros.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.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
-
-From Graeme Lunt:
-* DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. 
-Also now uses the correct EXPORTs from the other modules/dissectors.
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
+   M /trunk/gtk/capture_file_dlg.c
 
-* X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate.
+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
+------------------------------------------------------------------------
+r28904 | stig | 2009-07-01 02:05:13 -0700 (Wed, 01 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/capture_file_dlg.c
 
-(I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.)
+Added NEW_PACKET_LIST guard for new_packet_list.h
 
-* X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file.
+------------------------------------------------------------------------
+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
 
-* A couple of fixes identified by Stig.
+Try to fix HAVE_NEW_PACKET_LIST handling.
 
 ------------------------------------------------------------------------
-r16813 | sahlberg | 2005-12-15 18:32:12 -0600 (Thu, 15 Dec 2005) | 7 lines
+r28906 | etxrab | 2009-07-01 04:40:24 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-frame.h
+   M /trunk/config.nmake
 
-From Stig B
-Patch for COTP reassembly.
+Sligtly modify Stig's fix, I forgot the makefile change :-(
+------------------------------------------------------------------------
+r28907 | etxrab | 2009-07-01 07:37:02 -0700 (Wed, 01 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/ui_util.h
 
-There does not seem to be any reasonable or cleaner way to fix COTP 
-reassembly than adding the frame.[ch] patch.
+Make the new packet list compile on Windows.
+------------------------------------------------------------------------
+r28908 | gerald | 2009-07-01 08:56:12 -0700 (Wed, 01 Jul 2009) | 3 lines
+Changed paths:
+   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
 
+Fix a key entry bug in the decryption key dialog. Remove some unused /
+unnecessary functions. Clean up code in a couple of places.
 
 ------------------------------------------------------------------------
-r16812 | sahlberg | 2005-12-15 17:17:01 -0600 (Thu, 15 Dec 2005) | 5 lines
+r28909 | etxrab | 2009-07-01 10:39:19 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-from Jaap K
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/ui_util.h
 
-fix for bug 306
+Realy make the new packet list compile under Windows...
+------------------------------------------------------------------------
+r28910 | guy | 2009-07-01 10:40:08 -0700 (Wed, 01 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pw-atm.c
 
+Thou shalt not call assert() in dissectors.
 
 ------------------------------------------------------------------------
-r16811 | sahlberg | 2005-12-15 16:54:33 -0600 (Thu, 15 Dec 2005) | 16 lines
+r28911 | gerald | 2009-07-01 12:36:24 -0700 (Wed, 01 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mbtcp.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-update to modbus/tcp
+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.
 
-Make the dissector new-style and add simple (better than nothing) heuristics so that it can reject some packets that are obviously not modbus.
+------------------------------------------------------------------------
+r28912 | gerald | 2009-07-01 13:56:03 -0700 (Wed, 01 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
 
-change the constants to upper case
+Add a couple of IPFIX labels where they differ from Netflow.
 
+------------------------------------------------------------------------
+r28913 | stig | 2009-07-01 14:20:18 -0700 (Wed, 01 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
- the horrors:
-replace two instances where tvb_memcpy()  were used to read straight into a structure to instead read the structure field by field using tvb_get_...()
-This may allow the modbus dissector to actually work.
+Added error value tables.
 
+------------------------------------------------------------------------
+r28914 | gerald | 2009-07-01 16:36:35 -0700 (Wed, 01 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
 
+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
 
+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.
 
 ------------------------------------------------------------------------
-r16810 | gerald | 2005-12-15 13:12:51 -0600 (Thu, 15 Dec 2005) | 2 lines
+r28916 | gerald | 2009-07-01 19:50:24 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/gtk/follow_stream.c
 
-Fix themeing for GTK+ 2.8.  This hasn't been tested under 2.6 or 2.4.
+Fix the build.
 
 ------------------------------------------------------------------------
-r16809 | gerald | 2005-12-14 21:36:17 -0600 (Wed, 14 Dec 2005) | 2 lines
+r28917 | stig | 2009-07-01 23:51:27 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mip6.h
 
-Make sure we install the libpng and cairo DLLs if needed.
+From Albert Chin:
+Small patch to make it compile on AIX.
 
 ------------------------------------------------------------------------
-r16808 | guy | 2005-12-14 20:44:26 -0600 (Wed, 14 Dec 2005) | 9 lines
+r28918 | stig | 2009-07-02 02:08:11 -0700 (Thu, 02 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/gtk/main.c
 
-Use the reported length, not the length, to figure out how much to
-dissect (so that we report a packet cut short by the snapshot length).
+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.
 
-Get rid of an unused variable..
+This fixes bug 3640.
 
-As we restore "pinfo->fragmented" from "save_fragmented" regardless of
-whether we're defragmenting or not, we have to save its previous value
-in "save_fragmented" regardless of whether we're defragmenting or not.
+------------------------------------------------------------------------
+r28919 | etxrab | 2009-07-02 09:54:20 -0700 (Thu, 02 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-nfs.h
 
+From   Radek Vok?\195?\161l:
+Support for new NFSv4 features.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3258
 ------------------------------------------------------------------------
-r16807 | ulfl | 2005-12-14 18:48:59 -0600 (Wed, 14 Dec 2005) | 4 lines
+r28920 | gerald | 2009-07-02 10:20:27 -0700 (Thu, 02 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/capture_sync.c
+   M /trunk/Makefile.am
+   M /trunk/Makefile.common
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/configure.in
+   M /trunk/gtk/hostlist_table.c
+   D /trunk/mkstemp.c
+   D /trunk/mkstemp.h
+   M /trunk/tempfile.c
+   M /trunk/tempfile.h
+
+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.
 
-remove the setting of no longer required command line options:
+(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).
 
--H (Hide capture info dialog)
--m (font to use)
 ------------------------------------------------------------------------
-r16806 | ulfl | 2005-12-14 18:46:23 -0600 (Wed, 14 Dec 2005) | 1 line
+r28921 | etxrab | 2009-07-02 11:22:41 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/gtk/packet_list_store.c
 
-remove a missplaced comment
+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.
 ------------------------------------------------------------------------
-r16805 | ulfl | 2005-12-14 18:45:29 -0600 (Wed, 14 Dec 2005) | 3 lines
+r28922 | etxrab | 2009-07-02 11:24:26 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/dumpcap.c
+   M /trunk/gtk/packet_list_store.c
 
-use capture_opts_trim_iface() instead of duplicated code
-
-various minor code cleanup
+This time with the comment...
 ------------------------------------------------------------------------
-r16804 | etxrab | 2005-12-14 15:46:56 -0600 (Wed, 14 Dec 2005) | 4 lines
+r28923 | gerald | 2009-07-02 12:50:35 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/libwireshark.def
 
-Fix Bug 628  Bugzilla 2.18.3  
-CAMEL - Connect decoding error 
-- Calledparty number included first two octets
+mkstemp cleanups.
 
 ------------------------------------------------------------------------
-r16803 | etxrab | 2005-12-14 15:40:04 -0600 (Wed, 14 Dec 2005) | 1 line
+r28924 | tuexen | 2009-07-02 12:52:47 -0700 (Thu, 02 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/wiretap/btsnoop.c
 
-Add possibility to try to dissect IP over TIPC.
-------------------------------------------------------------------------
-r16802 | gerald | 2005-12-14 15:19:39 -0600 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-   M /trunk/tools/win32-setup.sh
+Patch from Alex Badea for Bug 3645.
 
-Add support for GLib/GTK+ 2.8.  Point to the latest tag.
+This fix will be included in Wireshark 1.2.1.
 
 ------------------------------------------------------------------------
-r16801 | etxrab | 2005-12-14 15:14:57 -0600 (Wed, 14 Dec 2005) | 8 lines
+r28925 | guy | 2009-07-02 13:10:05 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-udp.c
-   M /trunk/epan/dissectors/packet-udp.h
+   M /trunk/wiretap/btsnoop.c
+
+Don't dump out the raw link-layer type when noting that
+KHciLoggerDatalinkTypeBCSP and KHciLoggerDatalinkTypeH5 aren't supported
+- just explicitly say "BSCP" or "H5".
 
-From Jaap Keuter:
-> Two patch files are attached adding UDP-Lite dissection to the UDP 
-> dissector. Wiki page is available at the normal location, including 
-> sample captures courtesy of Gerrit Renker of the University of 
-> Aberdeen Electronics Research Group. The patch has been tested with 
-> both the sample captures and Fuzz test.
+For unknown link-layer types, say "unknown or unsupported", as other
+Wiretap modules do.
 
-And add Marc Petit-Huguenin to AUTHORS
 ------------------------------------------------------------------------
-r16800 | etxrab | 2005-12-14 15:04:42 -0600 (Wed, 14 Dec 2005) | 1 line
+r28926 | gerald | 2009-07-02 13:35:46 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/ros/Makefile.nmake
-   M /trunk/asn1/x509sat/Makefile.nmake
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+Update documentation links.
 
-Add makefiles
 ------------------------------------------------------------------------
-r16799 | etxrab | 2005-12-14 15:02:56 -0600 (Wed, 14 Dec 2005) | 15 lines
+r28927 | gerald | 2009-07-02 13:35:58 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/asn1/dap/dap-exp.cnf
-   M /trunk/asn1/dap/dap.asn
-   M /trunk/asn1/dap/dap.cnf
-   M /trunk/asn1/dap/packet-dap-template.c
-   M /trunk/asn1/disp/disp.asn
-   M /trunk/asn1/disp/disp.cnf
-   M /trunk/asn1/disp/packet-disp-template.c
-   M /trunk/asn1/disp/packet-disp-template.h
-   M /trunk/asn1/dop/dop-exp.cnf
-   M /trunk/asn1/dop/dop.cnf
-   M /trunk/asn1/dop/packet-dop-template.c
-   M /trunk/asn1/dsp/dsp.asn
-   M /trunk/asn1/ros/packet-ros-template.c
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/asn1/x411/Makefile
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.h
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/asn1/x509sat/Makefile
-   M /trunk/asn1/x509sat/SelectedAttributeTypes.asn
-   M /trunk/asn1/x509sat/x509sat-exp.cnf
-   M /trunk/asn1/x509sat/x509sat.cnf
+   M /trunk/epan/dissectors/packet-netflow.c
 
-From Grame Lunt:
-Attached is a patch that updates - 
+From Kovarththanan Rajaratnam via bug 3567:
 
-* DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. 
-Also now uses the correct EXPORTs from the other modules/dissectors.
+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").
 
-* X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate.
-
-(I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.)
+------------------------------------------------------------------------
+r28928 | sfisher | 2009-07-02 14:06:24 -0700 (Thu, 02 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
-* X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file.
+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.
+------------------------------------------------------------------------
+r28929 | tuexen | 2009-07-02 15:04:22 -0700 (Thu, 02 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/ui_util.h
 
-* A couple of fixes identified by Stig.
+Get it compiling with -DNEW_PACKET_LIST on Mac OS X.
 
-Note the patc for dop did not apply don't regenerate dissectors yet.
 ------------------------------------------------------------------------
-r16798 | etxrab | 2005-12-14 14:45:15 -0600 (Wed, 14 Dec 2005) | 2 lines
+r28930 | gerald | 2009-07-02 17:17:06 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-netflow.c
+
+Try to allocate enough memory on all platforms.
 
-From Graeme Lunt:
-Here is a patch for packet-ber.c that only includes the upgraded dissect_unknown_ber()
 ------------------------------------------------------------------------
-r16797 | etxrab | 2005-12-14 14:43:39 -0600 (Wed, 14 Dec 2005) | 10 lines
+r28931 | wmeier | 2009-07-02 18:11:23 -0700 (Thu, 02 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dfilter/semcheck.c
+   M /trunk/gtk/dfilter_expr_dlg.c
 
-From Marc Petit-Huguenin
+From  Kovarththanan Rajaratnam: Fixes for bug #3536
+(plus some additional changes by me).
 
-This is a patch that add support for the latest drafts[1] in the STUN dissectors. I choose to add TURN directly in the STUN dissector instead of creating a new dissector because of the decision at the latest IETF meeting[2] to redefine TURN as an use case of STUN.
+Handle BASE_RANGE_STRING display types properly
 
+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.
 
-[1] ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-ietf-behave-rfc3489bis-02.txt
-ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-rosenberg-midcom-turn-08.txt
-ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-camarillo-midcom-turn-ipv6-00.txt
-[2] http://www3.ietf.org/proceedings/05nov/minutes/behave.txt
 
 ------------------------------------------------------------------------
-r16796 | etxrab | 2005-12-14 14:01:21 -0600 (Wed, 14 Dec 2005) | 1 line
+r28932 | ulfl | 2009-07-03 02:12:43 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-rt.c
 
-Use src and dst instead of net_src.
+update to the latest PROFINET drafts
+
+(defragmentation of RT fragments "FRAG-PDU" is still not implemented)
 ------------------------------------------------------------------------
-r16795 | lego | 2005-12-14 03:50:11 -0600 (Wed, 14 Dec 2005) | 3 lines
+r28933 | ulfl | 2009-07-03 02:35:40 -0700 (Fri, 03 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/radius_dict.l
+   M /trunk/doc
 
-Close the dictionary files after reading from them.
+ignore copied ws.css for commits
+------------------------------------------------------------------------
+r28934 | tuexen | 2009-07-03 03:29:45 -0700 (Fri, 03 Jul 2009) | 2 lines
+Changed paths:
+   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...
 
 ------------------------------------------------------------------------
-r16794 | ulfl | 2005-12-14 03:43:16 -0600 (Wed, 14 Dec 2005) | 1 line
+r28935 | etxrab | 2009-07-03 04:45:42 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_customize.xml
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-update Ethereal command line options -D and -i
+From Chris Costa:
+NDMP fragmentation fix.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3395
 ------------------------------------------------------------------------
-r16793 | ulfl | 2005-12-14 03:16:30 -0600 (Wed, 14 Dec 2005) | 6 lines
+r28936 | etxrab | 2009-07-03 06:05:45 -0700 (Fri, 03 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/ethereal.pod
-
-document latest command line changes:
-
-new: -D to list interfaces
-changed: -i will also accept indices (rather than complete names only)
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-text copied from the tethereal.pod file
+Fix:
+packet-ndmp.c:562: warning: unused parameter 'pinfo'
 ------------------------------------------------------------------------
-r16792 | guy | 2005-12-14 01:33:07 -0600 (Wed, 14 Dec 2005) | 7 lines
+r28937 | wmeier | 2009-07-03 09:03:02 -0700 (Fri, 03 Jul 2009) | 29 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/radius_dict.l
 
-"a & b == c" is, in C, parsed as "a & (b == c)" - and if b and c are the
-same, and have only one bit set, "(a & b) == c", which is what is
-intended, is the same as "a & b".
+From: Tobias Witek: Fix processing of radius 'vendor specific attributes'
 
-In addition, we don't want to do desegmentation if "isup_apm_desegment"
-isn't set, so that test should be ANDed with the other two tests.
+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:
 
-------------------------------------------------------------------------
-r16791 | guy | 2005-12-14 01:29:38 -0600 (Wed, 14 Dec 2005) | 14 lines
-Changed paths:
-   M /trunk/capture-pcap-util.c
-   M /trunk/capture-pcap-util.h
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/capture_ui_utils.c
-   M /trunk/capture_ui_utils.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/tethereal.c
+1. The function does not set the number of type/length octets and the has_flags
+ variable for that AVP, which is required to correctly decode AVP/VSA values
+2. In some situations, the function is called _before_ radius_load_dictionary()
+is called (for example for the vendor 3GPP (ID: 10415))
+
+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.
 
-Constify a bunch of arguments and variables, to squelch compiler
-warnings.
+[Result: Radius dissector displays messages such as:
+ "Malformed Packet: RADIUS" and "Error/Malformed: Malformed Packet(Exception occurred)"]
 
-Include "wiretap/libpcap.h" in "capture_loop.h", to get its declarations
-of data structures for headers in libpcap files.  This lets us remove
-the includes of "wiretap/libpcap.h from files including
-"capture_loop.h".
+The attached patch fixes this problem by assuming that the dictionary knows the
+'ground truth' about the type/length octet and the has_flags information and allows it to
+overwrite these values even for vendors that have already been loaded.
 
-Make "log_func_ignore()" in "tethereal.c" static, and declare some of
-its arguments unused.  Also get rid of an unused variable.
+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().
 
-Include <pcap.h> before including "wiretap/wtap-capture.h", to declare
-"struct pcap_pkthdr".
+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
 
 ------------------------------------------------------------------------
-r16790 | ulfl | 2005-12-13 19:45:09 -0600 (Tue, 13 Dec 2005) | 1 line
+r28938 | guy | 2009-07-03 10:12:36 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_info_dlg.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+
+Set save_fragmented regardless of whether we're reassembling or not, as
+we restore it regardless of whether we're reassembling or not.
 
-hmmm, the include sequence might be important too ...
 ------------------------------------------------------------------------
-r16789 | ulfl | 2005-12-13 18:10:23 -0600 (Tue, 13 Dec 2005) | 1 line
+r28939 | etxrab | 2009-07-04 08:15:51 -0700 (Sat, 04 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_info_dlg.c
+   M /trunk/epan/dissectors/packet-isup.c
 
-add missing include
+A fix for:
+"ANSI ISUP Cause indicators with coding standard=ANSI fail to dissect."
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3654
 ------------------------------------------------------------------------
-r16788 | ulfl | 2005-12-13 17:15:20 -0600 (Tue, 13 Dec 2005) | 1 line
+r28940 | etxrab | 2009-07-05 04:49:36 -0700 (Sun, 05 Jul 2009) | 3 lines
 Changed paths:
-   A /trunk/test
-   A /trunk/test/README.test
-   A /trunk/test/config.sh
-   A /trunk/test/dhcp.pcap
-   A /trunk/test/suite-capture.sh
-   A /trunk/test/suite-clopts.sh
-   A /trunk/test/test-backend.sh
-   A /trunk/test/test.sh
+   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
 
-add a new directory 'test', currently containing an alpha test (using some simple bash scripts) of the ethereal/tethereal command line parameters. See the file README.test for details.
+From Kovarththanan Rajaratnam:
+Cleanup header_field_info definitions
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548
 ------------------------------------------------------------------------
-r16787 | ulfl | 2005-12-13 16:48:58 -0600 (Tue, 13 Dec 2005) | 9 lines
+r28941 | gerald | 2009-07-05 08:03:31 -0700 (Sun, 05 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/dumpcap.c
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-
-HUGE STEP (hopefully toward the right direction):
-remove a lot of redundant code from tethereal and use (move) stuff from capture_loop.c instead.
-
-concentrate common capture related code in capture_opts.c, e.g. trying to find the right interface to capture from (command line option, preference, first usable) instead of duplicating this code over several files.
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-remove redundant code from dumpcap.c
+[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
 
-this also implements command line option -D (and indexed interfaces at -i) for Wireshark and Dumpcap (as we have it in Tethereal already for a while)
+Decode error for network-id in BICC BCU-ID
 
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3648
 ------------------------------------------------------------------------
-r16786 | ulfl | 2005-12-13 16:35:28 -0600 (Tue, 13 Dec 2005) | 1 line
+r28948 | jmayer | 2009-07-06 06:00:04 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_sync.c
+   M /trunk/epan/dissectors/packet-glbp.c
+
+Fix for bug 3660: Length (guint32) could become 0 or very large
+(overflow).
 
-we don't use the command line option -W any longer, remove it from a comment
 ------------------------------------------------------------------------
-r16785 | ulfl | 2005-12-13 16:33:55 -0600 (Tue, 13 Dec 2005) | 1 line
+r28949 | etxrab | 2009-07-06 06:34:30 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/capture_ui_utils.c
-   M /trunk/capture_ui_utils.h
+   M /trunk/config.nmake
 
-make get_if_name() parameter if_text const, it's not changed inside
+Revert checkin made by misstake(don't use new packet list).
 ------------------------------------------------------------------------
-r16784 | lego | 2005-12-13 16:08:37 -0600 (Tue, 13 Dec 2005) | 3 lines
+r28950 | stig | 2009-07-06 06:53:01 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/mate/mate_grammar.lemon
-
-we are opening the file for writing....
+   M /trunk/file.c
 
+Removed an incorrect optimalization for invalidating packet in row 0.
 
 ------------------------------------------------------------------------
-r16783 | lego | 2005-12-13 16:07:09 -0600 (Tue, 13 Dec 2005) | 5 lines
+r28951 | stig | 2009-07-06 06:59:09 -0700 (Mon, 06 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
-
-handle sccp connections.
-(first step towards RANAP analysis).
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
 
+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.
 
 ------------------------------------------------------------------------
-r16782 | lego | 2005-12-13 16:04:02 -0600 (Tue, 13 Dec 2005) | 3 lines
+r28952 | wmeier | 2009-07-06 07:05:37 -0700 (Mon, 06 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
-
-Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.
+   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.
 
 ------------------------------------------------------------------------
-r16781 | etxrab | 2005-12-13 15:14:54 -0600 (Tue, 13 Dec 2005) | 2 lines
+r28953 | etxrab | 2009-07-06 07:09:52 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-iec104.c
 
-Change reassembly to include first empty segment, check if SLR exists.
-Change pinfo->src/dst to use SS7 address for reassembly to use the correct key.
+Small editorial changes.
 ------------------------------------------------------------------------
-r16780 | gerald | 2005-12-13 11:00:03 -0600 (Tue, 13 Dec 2005) | 2 lines
+r28954 | stig | 2009-07-06 07:14:13 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-cip.h
 
-Throw an exception if we have an invalid offset.  Fixes bug 585.
+Rewrite non-ASCII characters.
 
 ------------------------------------------------------------------------
-r16779 | guy | 2005-12-13 04:59:33 -0600 (Tue, 13 Dec 2005) | 7 lines
+r28955 | etxrab | 2009-07-06 08:37:29 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-
-Fix some bit mask tests - & has lower priority than !=, so "a & b != c"
-means "a & (b != c)", not "(a & b) != c".
-
-Put in a comment noting a potential problem with defragmentation,
-pointed out by a compiler warning that apm_Segmentation_local_ref might
-not be set before it's used.
+   M /trunk/epan/dfilter/dfilter.c
 
+Initialize memory to zero.
+ (is NULL = zero on all platforms?)
 ------------------------------------------------------------------------
-r16778 | guy | 2005-12-13 04:54:11 -0600 (Tue, 13 Dec 2005) | 3 lines
+r28956 | gerald | 2009-07-06 10:13:41 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/tap-rtp-common.c
 
-Escape question marks when they could be interpreted as part of a
-trigraph.
+Fix a couple of typos.
 
 ------------------------------------------------------------------------
-r16777 | guy | 2005-12-13 04:09:52 -0600 (Tue, 13 Dec 2005) | 2 lines
+r28957 | etxrab | 2009-07-06 10:37:03 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
-
-Add tvb_fake_unicode().
+   M /trunk/epan/dissectors/packet-netflow.c
 
+CFLOW decoding is wrong for IPv6 fields.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3328
 ------------------------------------------------------------------------
-r16776 | jmayer | 2005-12-13 03:30:09 -0600 (Tue, 13 Dec 2005) | 11 lines
+r28958 | jmayer | 2009-07-06 10:44:02 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-
-Update from samba tree revision 12185 to 12205
-============================ Samba log start ============
-------------------------------------------------------------------------
-r12205 | jelmer | 2005-12-13 02:56:04 +0100 (Tue, 13 Dec 2005) | 2 lines
+   M /trunk/epan/dissectors/packet-mip.c
 
-Support 'TFS' command in conformance files
+OK, nobody cared about the waring, so just remove the
+test for now.
 
 ------------------------------------------------------------------------
-============================ Samba log end ==============
+r28959 | jmayer | 2009-07-06 10:45:40 -0700 (Mon, 06 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ismp.c
 
+Move edp to the top level tree instead of inside the ismp
+tree.
 
 ------------------------------------------------------------------------
-r16775 | sahlberg | 2005-12-13 01:53:52 -0600 (Tue, 13 Dec 2005) | 4 lines
+r28960 | jmayer | 2009-07-06 10:49:33 -0700 (Mon, 06 Jul 2009) | 4 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/wkssvc.cnf
-   M /trunk/epan/dissectors/pidl/wkssvc.idl
-
-update the work-in-progress pidl generated wkssvc dissector and add a conformance file using the new nice TFS conformance file directive
-
+   M /trunk/epan/dissectors/packet-glbp.c
 
+Shorten a few variables for values read from the packet.
+Inspired by Kovarththanan Rajaratnam's patch for bug 3665
+which in turn was a duplicate for the (fixed) bug 3660.
 
 ------------------------------------------------------------------------
-r16774 | sahlberg | 2005-12-13 00:36:30 -0600 (Tue, 13 Dec 2005) | 4 lines
+r28961 | etxrab | 2009-07-06 11:35:05 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
-
-swap Trip/Close as per bug 579
-
+   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"
+------------------------------------------------------------------------
+r28962 | etxrab | 2009-07-06 11:36:00 -0700 (Mon, 06 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r16773 | gerald | 2005-12-12 21:48:26 -0600 (Mon, 12 Dec 2005) | 9 lines
+r28963 | gerald | 2009-07-06 13:23:32 -0700 (Mon, 06 Jul 2009) | 17 lines
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/tools/asn2eth.py
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-miop.c
+   D /trunk/epan/dissectors/packet-miop.h
 
-asn2eth.py:
+From Kovarththanan Rajaratnam via bug 3652:
 
-Catch a TypeError that gets thrown if we don't use any conversion
-specifiers during string formatting.
+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).
 
-H.248:
+From me:
 
-Don't dereference a null pointer.  Fixes bug 626.
+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.
 
 ------------------------------------------------------------------------
-r16772 | ulfl | 2005-12-12 20:09:14 -0600 (Mon, 12 Dec 2005) | 3 lines
+r28964 | etxrab | 2009-07-06 21:41:53 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
-
-We should really do quit Ethereal if user asked us to do so with the -Q option!
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
 
-Update the window title, right after the fixed capture finished. This might be required if the loading of the capture file afterwards just fails, leaving the title unchanged.
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r16771 | ulfl | 2005-12-12 19:17:36 -0600 (Mon, 12 Dec 2005) | 1 line
+r28965 | etxrab | 2009-07-06 22:10:20 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_info.c
+   M /trunk/make-manuf
 
-don't try to close wtap, if we couldn't load the wiretap file
+Add holding|spa to the strings removed from manuf names.
+manuf will be automatically rebuilt on Sunday.
 ------------------------------------------------------------------------
-r16770 | jmayer | 2005-12-12 17:38:04 -0600 (Mon, 12 Dec 2005) | 1 line
+r28966 | etxrab | 2009-07-06 22:43:43 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-etheric.c
+   D /trunk/epan/dissectors/packet-isup_thin.c
 
-Convert to new style dissector (hopefully done right)
+Delete obsolete protocol dissectors.
 ------------------------------------------------------------------------
-r16769 | lego | 2005-12-12 17:23:32 -0600 (Mon, 12 Dec 2005) | 4 lines
+r28967 | stig | 2009-07-07 00:45:32 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/mate/mate_parser.l
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mate/mate_setup.c
-   M /trunk/plugins/mate/packet-mate.c
-
-- add Debug and Default declarations.
-- supress unwanted console printouts.
+   D /trunk/plugins/unistim/header_field.h
+   M /trunk/plugins/unistim/packet-unistim.c
 
+From Kovarththanan Rajaratnam via bug 3548:
+Move header_field.h into packet-unistim.c to align it with all other
+dissectors.
 
 ------------------------------------------------------------------------
-r16768 | jmayer | 2005-12-12 17:14:41 -0600 (Mon, 12 Dec 2005) | 1 line
+r28968 | stig | 2009-07-07 00:46:57 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+From Kovarththanan Rajaratnam via bug 3548:
+Minor hf cleanup.
 
-Dissect type 0x0c as 'remove tag' flag
 ------------------------------------------------------------------------
-r16767 | ulfl | 2005-12-12 16:29:00 -0600 (Mon, 12 Dec 2005) | 5 lines
+r28969 | stig | 2009-07-07 01:27:15 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
-
-Add a note that the Win32 tool recommendations should be strictly followed.
-
-Change tool headers: "UNIX:" -> "UNIX or Win32 Cygwin:"
+   M /trunk/epan/dissectors/packet-cops.c
 
-Update output of verify_tools target
-------------------------------------------------------------------------
-r16766 | gerald | 2005-12-12 10:49:49 -0600 (Mon, 12 Dec 2005) | 2 lines
+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.
+
+------------------------------------------------------------------------
+r28970 | stig | 2009-07-07 02:00:33 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   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/epan/dissectors/packet-juniper.c
+   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
 
-Use "guint" instead of "u_int".
+From Kovarththanan Rajaratnam:
+More FT_XXX cleanup.
 
 ------------------------------------------------------------------------
-r16765 | etxrab | 2005-12-12 09:17:53 -0600 (Mon, 12 Dec 2005) | 1 line
+r28972 | etxrab | 2009-07-07 02:27:52 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-x420.c
 
-Reassmble apm messages.
+Cleanup header_field_info definitions
+- Regenerating x420 seems to have fixed the "last" problem :-)
 ------------------------------------------------------------------------
-r16764 | etxrab | 2005-12-12 04:28:57 -0600 (Mon, 12 Dec 2005) | 8 lines
+r28973 | etxrab | 2009-07-07 02:42:09 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-
-From Hannes Gredler
-
--add codepoint to name resolution for Juniper IFMT, IFLE extension TLVs
--bugfix: DLT_JUNIPER_PPP, correct the calculate offset for PPP payload
--bugfix: DLT_JUNIPER_CHDLC, add CHDLC handler
--bugfix: add a more flexible TLV value extraction function which
-   does not bail if the assumed TLV length does not match
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
+Introduce se_address_to_str()
 ------------------------------------------------------------------------
-r16763 | guy | 2005-12-12 04:15:56 -0600 (Mon, 12 Dec 2005) | 4 lines
+r28974 | stig | 2009-07-07 03:07:42 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/atsvc.idl
-   M /trunk/epan/dissectors/pidl/dssetup.idl
+   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
 
-OK, if we're not going to have our "idl_types.h" different from Samba's,
-we have to put the definition of "unistr" as "[string] wchar_t *" into
-the IDL files that use "unistr".
+Remove some check_col() calls.
 
 ------------------------------------------------------------------------
-r16762 | lego | 2005-12-11 19:32:31 -0600 (Sun, 11 Dec 2005) | 3 lines
+r28975 | stig | 2009-07-07 03:12:15 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/mate/mate_setup.c
-
-Avoid to crash if we are given an unexistent field.
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/gcp.h
 
+From Kovarththanan Rajaratnam:
+More header field info cleanup
 
 ------------------------------------------------------------------------
-r16761 | lego | 2005-12-11 19:27:51 -0600 (Sun, 11 Dec 2005) | 4 lines
+r28976 | stig | 2009-07-07 04:13:22 -0700 (Tue, 07 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/plugins/mate/mate_grammar.lemon
+   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
 
-Done is not needed anymore; 
-in Pdus transforms go before Criteria (because they are evaluated before)
+From Richard Kummel:
+- New dissector for EtherCAT Switch Link Header added to EtherCAT plugin
+- Changed filtering of EtherCAT commands to the abbreviated form:
+  e.g. ecat.cmd = APWR
 
+From me:
+- Mark unused variables
+- Fixed a string warning
+- Do not initialize a static struct
+- Use tfs_yes_no
+- Reorder files in Makefile
 
 ------------------------------------------------------------------------
-r16760 | jmayer | 2005-12-11 18:07:54 -0600 (Sun, 11 Dec 2005) | 3 lines
+r28977 | stig | 2009-07-07 04:33:55 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
    M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-3com-njack.c
 
-Dissect the management protocol between 3com Netjack200 devices and the
-Windows managment application.
+Added Richard Kummel.
 
 ------------------------------------------------------------------------
-r16759 | lego | 2005-12-11 17:22:14 -0600 (Sun, 11 Dec 2005) | 3 lines
+r28978 | stig | 2009-07-07 04:37:15 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/mate/mate_grammar.lemon
-
-Cleanup the grammar.
+   M /trunk/asn1/s1ap/packet-s1ap-template.c
+   M /trunk/diameter/TGPPGmb.xml
+   M /trunk/diameter/chargecontrol.xml
+   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-cpfi.c
+   M /trunk/epan/dissectors/packet-dcerpc-rdaclif.c
+   M /trunk/epan/dissectors/packet-dcerpc-rs_prop_acct.c
+   M /trunk/epan/dissectors/packet-dcerpc-rs_prop_acl.c
+   M /trunk/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
+   M /trunk/epan/dissectors/packet-ipars.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-s1ap.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/plugins/docsis/packet-dccack.c
+   M /trunk/plugins/docsis/packet-dccreq.c
+   M /trunk/plugins/docsis/packet-dccrsp.c
+   M /trunk/plugins/docsis/packet-dcd.c
 
+From Kovarththanan Rajaratnam:
+Remove trailing spaces in protocol/field names
 
 ------------------------------------------------------------------------
-r16758 | jmayer | 2005-12-11 16:54:43 -0600 (Sun, 11 Dec 2005) | 1 line
+r28979 | stig | 2009-07-07 04:40:40 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/idl_types.h
+   M /trunk/epan/dissectors/packet-infiniband.c
+   M /trunk/epan/dissectors/packet-infiniband.h
 
-Updates from samba svn
-------------------------------------------------------------------------
-r16757 | jmayer | 2005-12-11 16:53:25 -0600 (Sun, 11 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-skinny.c
+From Kovarththanan Rajaratnam:
+Move hf/ett definitions from packet-infiniband.h -> packet-infiniband.c to
+align it with the rest of the bunch
 
-Start the function name on a new line to make it easier to search
 ------------------------------------------------------------------------
-r16756 | jmayer | 2005-12-11 16:52:20 -0600 (Sun, 11 Dec 2005) | 5 lines
+r28980 | stig | 2009-07-07 04:52:53 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dtp.c
+   M /trunk/AUTHORS
 
-Port some information from yersinia
-(http://yersinia.sourceforge.net/index.html)
-by Alfredo Andres and David Barroso. There's more information to be put
-into Ethereal but it's a start.
+Added credits for Lua BitOp.
 
 ------------------------------------------------------------------------
-r16755 | sahlberg | 2005-12-11 16:29:39 -0600 (Sun, 11 Dec 2005) | 3 lines
+r28981 | stig | 2009-07-07 04:58:23 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-implement SMB_FILE_ALL_INFO properly once and for all
+   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)
 
 ------------------------------------------------------------------------
-r16754 | guy | 2005-12-10 16:42:19 -0600 (Sat, 10 Dec 2005) | 10 lines
+r28982 | stig | 2009-07-07 05:14:47 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-dssetup.c
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/idl_types.h
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-
-The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generates
-fields as BASE_DEC; bitmaps are typically displayed in hex in Wireshark,
-so it should generate BASE_HEX instead.  (Submitted to
-bugzilla.samba.org as bug 3313.)
-
-A couple of the IDL files use "unistr"; define it as "[string] uint16",
-so that the resulting dissectors work correctly.
+   M /trunk/epan/dissectors/packet-fix.h
+   M /trunk/fix/hfField.xsl
 
-Regenerate dissectors.
+From Kovarththanan Rajaratnam:
+Duplicate name/blurb removal from packet-fix.h (and template)
 
 ------------------------------------------------------------------------
-r16753 | ulfl | 2005-12-10 05:14:36 -0600 (Sat, 10 Dec 2005) | 3 lines
+r28983 | stig | 2009-07-07 05:21:25 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/AUTHORS
 
-the verify_tool target should check for /usr/bin/find (I errorneously did changed it a while ago)
+Added Kovarththanan Rajaratnam.
 
-add a comment why we should check for exactly that version
 ------------------------------------------------------------------------
-r16752 | sahlberg | 2005-12-09 16:06:38 -0600 (Fri, 09 Dec 2005) | 11 lines
+r28984 | stig | 2009-07-07 07:13:45 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/emem.c
-
-if passed a NULL string, make se_strdup() return the static string
-"<NULL>" instead of dumping.
-
-This allows callers to not have to check if the string is NULL or not.
-
-
-This fixes bugs 614 615 617 620 621 and 623
+   M /trunk/epan/dissectors/packet-jxta.c
 
+From Kovarththanan Rajaratnam:
+Move hf/ett into proto_register_jxta() and do some field cleanup
 
+------------------------------------------------------------------------
+r28985 | stig | 2009-07-07 07:23:49 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/tfs.h
 
+Fix prototypes for default tfs sets.
 
 ------------------------------------------------------------------------
-r16751 | etxrab | 2005-12-09 12:02:18 -0600 (Fri, 09 Dec 2005) | 1 line
+r28986 | wmeier | 2009-07-07 07:26:38 -0700 (Tue, 07 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/plugins/ethercat/packet-esl.c
+   M /trunk/plugins/ethercat/packet-esl.h
+
+Various fixes:
+1. For some reason: using an using the external tfs_yes_no doesn't work in a plugin;
+2. proto_reg_handoff: remove unneeded code;
+3. Change the prefs callback to call a function which just enables/disables
+   the protocol; (using proto_reg_handoff means that the dissector
+   was re-registered each time the pref was changed);
+4. packet-esl.h: use #if 0 instead of /* ... */ to comment out code;
 
-Add packet-nhrp.h
 ------------------------------------------------------------------------
-r16750 | jmayer | 2005-12-09 10:51:56 -0600 (Fri, 09 Dec 2005) | 1 line
+r28987 | stig | 2009-07-07 07:34:33 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
-   M /trunk/epan/dtd.h
-   M /trunk/epan/dtd_parse.h
-   M /trunk/plugins/mate/examples/pasv_ftp.mate
-   M /trunk/plugins/mate/examples/tcp.mate
-   M /trunk/plugins/mate/examples/web.mate
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/tools/tpg/V2P.pm
-   M /trunk/tools/tpg/tpg.pl
-   M /trunk/tools/tpg/tpg.yp
-
-Fix ...$ to : $
-------------------------------------------------------------------------
-r16749 | jmayer | 2005-12-09 10:46:24 -0600 (Fri, 09 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
-   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig
-   M /trunk/asn1/ldap/Makefile.nmake
-   M /trunk/asn1/ldap/README
-   M /trunk/asn1/ldap/ldap.cnf
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/asn1/ldap/packet-ldap-template.h
+   M /trunk/epan/dissectors/packet-mikey.c
+
+No need to include tfs.h
 
-Add missing propset ...
 ------------------------------------------------------------------------
-r16748 | jmayer | 2005-12-09 10:40:06 -0600 (Fri, 09 Dec 2005) | 1 line
+r28988 | martinm | 2009-07-07 07:38:14 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/make-sminmpec.pl
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Add preference for turning off LTE RRC.
 
-Maybe Id will work now
 ------------------------------------------------------------------------
-r16747 | jmayer | 2005-12-09 10:24:05 -0600 (Fri, 09 Dec 2005) | 1 line
+r28989 | stig | 2009-07-07 07:54:15 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/enterprise-numbers
+   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
 
-Update enterprise-numbers
-------------------------------------------------------------------------
-r16746 | etxrab | 2005-12-09 10:19:49 -0600 (Fri, 09 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/AUTHORS
+Changed flags_set_truth -> tfs_set_notset
 
-Add  Deepak Jain as author of Next Hop Resolution Protocol
 ------------------------------------------------------------------------
-r16745 | etxrab | 2005-12-09 10:15:25 -0600 (Fri, 09 Dec 2005) | 1 line
+r28990 | stig | 2009-07-07 07:58:25 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/tfs.c
+   M /trunk/epan/tfs.h
+
+Removed unused flags_set_truth.
+Fixed some capitalizations.
 
-Minor bug fixes.
 ------------------------------------------------------------------------
-r16744 | etxrab | 2005-12-09 10:14:42 -0600 (Fri, 09 Dec 2005) | 3 lines
+r28991 | stig | 2009-07-07 08:21:36 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-gre.c
-   A /trunk/epan/dissectors/packet-nhrp.c
-   A /trunk/epan/dissectors/packet-nhrp.h
-   M /trunk/epan/greproto.h
+   M /trunk/epan/dissectors/packet-dmp.c
 
-From: Deepak Jain
+Do not use tfs true_string and false_string directly.
 
-changes/addition to support decode for Next Hop Resolution Protocol
 ------------------------------------------------------------------------
-r16743 | jmayer | 2005-12-09 09:56:07 -0600 (Fri, 09 Dec 2005) | 1 line
+r28992 | stig | 2009-07-07 09:04:26 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/make-sminmpec.pl
+   M /trunk/epan/proto.c
+
+Added some casts for true_false_string's.
 
-propset svn:executable *
 ------------------------------------------------------------------------
-r16742 | jmayer | 2005-12-09 09:53:40 -0600 (Fri, 09 Dec 2005) | 3 lines
+r28993 | stig | 2009-07-07 09:13:25 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
-   M /trunk/manuf
-
+   M /trunk/epan/tfs.h
 
-Regenerate manuf and FAQ
+Revert r28985 to fix tfs prototypes, as it doesn't work...
 
 ------------------------------------------------------------------------
-r16741 | jmayer | 2005-12-09 09:49:57 -0600 (Fri, 09 Dec 2005) | 5 lines
+r28994 | wmeier | 2009-07-07 10:03:11 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/wka.tmpl
+   M /trunk/plugins/ethercat/packet-esl.c
 
-Add Cisco-ISL MAC-addresses
-
-Remove IETF-VRRP: This is a generic multicast address, and there are 31
-other IP-multicast addresses mapping to the same mac address.
+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.
 
 ------------------------------------------------------------------------
-r16740 | jmayer | 2005-12-09 09:47:50 -0600 (Fri, 09 Dec 2005) | 1 line
+r28995 | martinm | 2009-07-07 10:07:24 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/manuf.tmpl
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-Whitespace change
-------------------------------------------------------------------------
-r16739 | jmayer | 2005-12-09 09:46:09 -0600 (Fri, 09 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/make-sminmpec.pl
+Add expert item to warn of AM data PDUs that don't have any data.
 
-Add comment how to regenerate the file
 ------------------------------------------------------------------------
-r16738 | guy | 2005-12-08 21:24:52 -0600 (Thu, 08 Dec 2005) | 2 lines
+r28996 | wmeier | 2009-07-07 10:52:03 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
+   M /trunk/radius/dictionary.3com
+   M /trunk/radius/dictionary.acc
+   M /trunk/radius/dictionary.alteon
+   M /trunk/radius/dictionary.altiga
+   M /trunk/radius/dictionary.aptis
+   M /trunk/radius/dictionary.bay
+   M /trunk/radius/dictionary.bintec
+   M /trunk/radius/dictionary.bristol
+   M /trunk/radius/dictionary.cabletron
+   M /trunk/radius/dictionary.cisco
+   M /trunk/radius/dictionary.cisco.bbsm
+   M /trunk/radius/dictionary.cisco.vpn5000
+   M /trunk/radius/dictionary.colubris
+   M /trunk/radius/dictionary.columbia_university
+   M /trunk/radius/dictionary.compat
+   M /trunk/radius/dictionary.cosine
+   M /trunk/radius/dictionary.ericsson
+   M /trunk/radius/dictionary.erx
+   M /trunk/radius/dictionary.extreme
+   M /trunk/radius/dictionary.foundry
+   M /trunk/radius/dictionary.gandalf
+   M /trunk/radius/dictionary.garderos
+   M /trunk/radius/dictionary.gemtek
+   M /trunk/radius/dictionary.itk
+   M /trunk/radius/dictionary.juniper
+   M /trunk/radius/dictionary.karlnet
+   M /trunk/radius/dictionary.livingston
+   M /trunk/radius/dictionary.localweb
+   M /trunk/radius/dictionary.merit
+   M /trunk/radius/dictionary.mikrotik
+   M /trunk/radius/dictionary.navini
+   M /trunk/radius/dictionary.netscreen
+   M /trunk/radius/dictionary.nokia
+   M /trunk/radius/dictionary.nomadix
+   M /trunk/radius/dictionary.propel
+   M /trunk/radius/dictionary.quintum
+   M /trunk/radius/dictionary.redback
+   M /trunk/radius/dictionary.redcreek
+   M /trunk/radius/dictionary.shasta
+   M /trunk/radius/dictionary.shiva
+   M /trunk/radius/dictionary.sonicwall
+   M /trunk/radius/dictionary.springtide
+   M /trunk/radius/dictionary.t_systems_nova
+   M /trunk/radius/dictionary.telebit
+   M /trunk/radius/dictionary.trapeze
+   M /trunk/radius/dictionary.unix
+   M /trunk/radius/dictionary.valemount
+   M /trunk/radius/dictionary.versanet
+   M /trunk/radius/dictionary.wispr
+   M /trunk/radius/dictionary.xedia
 
-Re-generate one more BER dissector.
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 2: 
+Modified files w/o conflicts with current Wireshark radius dictionary files.
 
 ------------------------------------------------------------------------
-r16737 | guy | 2005-12-08 20:59:36 -0600 (Thu, 08 Dec 2005) | 5 lines
+r28997 | stig | 2009-07-07 11:22:23 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/tethereal.pod
+   M /trunk/epan/libwireshark.def
 
-Repeatedly indicate that "-w" is for writing binary packet data, and
-that if you want to send text to a file, just redirect the standard
-output.  I've seen at least one message on the Ethereal lists from
-somebody who didn't realize that, and I think I've seen more.
+Removed flags_set_truth
 
 ------------------------------------------------------------------------
-r16736 | guy | 2005-12-08 17:29:21 -0600 (Thu, 08 Dec 2005) | 2 lines
+r28998 | wmeier | 2009-07-07 12:40:17 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/asn1/pkixcmp/cmp-exp.cnf
-   M /trunk/asn1/x509ce/x509ce-exp.cnf
-   M /trunk/asn1/x509if/x509if-exp.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-cdt.c
-   M /trunk/epan/dissectors/packet-cdt.h
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-cmp.h
-   M /trunk/epan/dissectors/packet-crmf.c
-   M /trunk/epan/dissectors/packet-crmf.h
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ess.h
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-   M /trunk/epan/dissectors/packet-ftbp.c
-   M /trunk/epan/dissectors/packet-ftbp.h
-   M /trunk/epan/dissectors/packet-gnm.c
-   M /trunk/epan/dissectors/packet-gnm.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-gsm_ss.h
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h225.h
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h235.h
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-h450.h
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-inap.h
-   M /trunk/epan/dissectors/packet-logotypecertextn.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.h
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/epan/dissectors/packet-nbap.h
-   M /trunk/epan/dissectors/packet-ns_cert_exts.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-ocsp.h
-   M /trunk/epan/dissectors/packet-pkcs1.c
-   M /trunk/epan/dissectors/packet-pkcs1.h
-   M /trunk/epan/dissectors/packet-pkinit.c
-   M /trunk/epan/dissectors/packet-pkinit.h
-   M /trunk/epan/dissectors/packet-pkix1explicit.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.h
-   M /trunk/epan/dissectors/packet-pkix1implicit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.h
-   M /trunk/epan/dissectors/packet-pkixproxy.c
-   M /trunk/epan/dissectors/packet-pkixproxy.h
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-pkixqualified.h
-   M /trunk/epan/dissectors/packet-pkixtsp.c
-   M /trunk/epan/dissectors/packet-pkixtsp.h
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-ranap.h
-   M /trunk/epan/dissectors/packet-ros.c
-   M /trunk/epan/dissectors/packet-ros.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-s4406.c
-   M /trunk/epan/dissectors/packet-s4406.h
-   M /trunk/epan/dissectors/packet-smrse.c
-   M /trunk/epan/dissectors/packet-smrse.h
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-spnego.h
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   M /trunk/epan/dissectors/packet-wlancertextn.c
-   M /trunk/epan/dissectors/packet-wlancertextn.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/radius/dictionary.cablelabs
 
-Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.
+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.
 
 ------------------------------------------------------------------------
-r16735 | guy | 2005-12-08 17:21:26 -0600 (Thu, 08 Dec 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-ber.c
+   M /trunk/plugins/unistim/Makefile.common
 
-"get_oid_name()" can return a null pointer; don't try to add the name if
-it does.
+Removed header_field.h
 
 ------------------------------------------------------------------------
-r16734 | guy | 2005-12-08 05:27:14 -0600 (Thu, 08 Dec 2005) | 5 lines
+r29000 | wmeier | 2009-07-07 13:55:01 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Clean up indentation.
+   M /trunk/radius/dictionary.microsoft
 
-For OID fields of type FT_STRING, put back the code to append the OID
-name.  (Ultimately, we should probably convert them all to type FT_OID.)
+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.
 
 ------------------------------------------------------------------------
-r16733 | guy | 2005-12-08 04:56:51 -0600 (Thu, 08 Dec 2005) | 8 lines
+r29001 | wmeier | 2009-07-07 15:14:25 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
-
-When checking whether a packet is for a protocol or not, make sure the
-bytes you'll be checking are available in the tvbuff first.
-
-Don't require *all* of the packet data to be available, however.
+   M /trunk/radius/dictionary.wimax
 
-Heuristic dissectors should return TRUE or FALSE.  Non-heuristic
-"new-style" dissectors should return the amount of data dissected or 0. 
+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".
 
 ------------------------------------------------------------------------
-r16732 | guy | 2005-12-08 03:56:19 -0600 (Thu, 08 Dec 2005) | 2 lines
+r29002 | wmeier | 2009-07-07 15:20:56 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509ce.h
+   M /trunk/radius/dictionary.wimax
 
-Regenerate, so that it handles OIDs as FT_OID.
+radius: dictionary.wimax; Actually add the missing END-VENDOR statement
 
 ------------------------------------------------------------------------
-r16731 | guy | 2005-12-08 03:05:23 -0600 (Thu, 08 Dec 2005) | 2 lines
+r29003 | etxrab | 2009-07-07 15:22:05 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/dop/packet-dop-template.c
-   M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-dop.h
-
-Squelch a const vs. non-const pointer warning.
+   M /trunk/epan/dfilter/dfilter.c
 
+NULL is zero on all platforms we run on.
 ------------------------------------------------------------------------
-r16730 | guy | 2005-12-08 02:55:15 -0600 (Thu, 08 Dec 2005) | 9 lines
+r29004 | wmeier | 2009-07-07 15:53:44 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
-
-From Kyle J. Harms:
+   M /trunk/radius/dictionary.nortel
 
-       Fix a few problems.
+radius: dictionary.nortel: Update as per the 2009-07-01 FreeRadius reposistory commit
 
-       CIGI 1 and 2 are only big-endian; CIGI 3 can be little-endian or
-       big-endian.
+------------------------------------------------------------------------
+r29005 | gerald | 2009-07-07 17:28:54 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-glbp.c
 
-       Remove the port preferences.
+Fix several dissector assertions.
 
 ------------------------------------------------------------------------
-r16729 | sahlberg | 2005-12-08 01:54:13 -0600 (Thu, 08 Dec 2005) | 6 lines
+r29006 | guy | 2009-07-07 17:57:01 -0700 (Tue, 07 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add decoding of the share type   that metze found in the tree connect response
+   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.
 
-prettify tid and uid 
+------------------------------------------------------------------------
+r29007 | jake | 2009-07-07 22:20:30 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/debian/README.source
 
+Add missing packaging file (according to Debian Policy Manual).
 
 ------------------------------------------------------------------------
-r16728 | etxrab | 2005-12-08 01:29:15 -0600 (Thu, 08 Dec 2005) | 1 line
+r29008 | jake | 2009-07-07 22:22:47 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   A /trunk/epan/dissectors/packet-dop.c
-   A /trunk/epan/dissectors/packet-dop.h
+   M /trunk/debian/control
 
-Also add the new dissectors
+Drop non-existing omniidl from wireshark-dev dependancy list.
 ------------------------------------------------------------------------
-r16727 | etxrab | 2005-12-08 00:43:01 -0600 (Thu, 08 Dec 2005) | 9 lines
+r29009 | jake | 2009-07-07 22:24:55 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-disp.h
-   M /trunk/epan/dissectors/packet-dsp.c
-   M /trunk/epan/dissectors/packet-dsp.h
-   D /trunk/epan/dissectors/packet-x501.c
-   D /trunk/epan/dissectors/packet-x501.h
-
-Commit the actual diissectors:
-Log:
- From Grame Lunt:
-  updated X.500 dissectors to include DOP support.
- The "dop" dissector is the renamed "x501" dissector consequently the asn/x501 directory should be removed. The patch includes the changes to epan/dissectors/Makefile.common to reflect this.
- As the DOP dissection is not fully tested, I have disabled it by default for now (like DSP) but it can be enabled by the user.
+   M /trunk/debian/rules
 
+Drop obsolete --enable-gtk2 CFLAG
+Make fakeroot actually work by setting proper LD_LIBRARY_PATH
 ------------------------------------------------------------------------
-r16726 | etxrab | 2005-12-07 17:20:11 -0600 (Wed, 07 Dec 2005) | 8 lines
+r29010 | jake | 2009-07-07 23:07:21 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/asn1/Makefile.nmake
-   A /trunk/asn1/dap/Makefile.nmake
-   M /trunk/asn1/dap/packet-dap-template.c
-   A /trunk/asn1/disp/Makefile.nmake
-   M /trunk/asn1/disp/disp.asn
-   M /trunk/asn1/disp/disp.cnf
-   M /trunk/asn1/disp/packet-disp-template.c
-   A /trunk/asn1/dop
-   A /trunk/asn1/dop/Makefile
-   A /trunk/asn1/dop/Makefile.nmake
-   A /trunk/asn1/dop/dop-exp.cnf
-   A /trunk/asn1/dop/dop.asn
-   A /trunk/asn1/dop/dop.cnf
-   A /trunk/asn1/dop/packet-dop-template.c
-   A /trunk/asn1/dop/packet-dop-template.h
-   A /trunk/asn1/dsp/Makefile.nmake
-   M /trunk/asn1/dsp/dsp-exp.cnf
-   M /trunk/asn1/dsp/dsp.asn
-   M /trunk/asn1/dsp/dsp.cnf
-   M /trunk/asn1/dsp/packet-dsp-template.c
-   D /trunk/asn1/x501/Makefile
-   D /trunk/asn1/x501/packet-x501-template.c
-   D /trunk/asn1/x501/packet-x501-template.h
-   D /trunk/asn1/x501/x501-exp.cnf
-   D /trunk/asn1/x501/x501.asn
-   D /trunk/asn1/x501/x501.cnf
-
-From Grame Lunt:
- updated X.500 dissectors to include DOP support.
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dtn.c
+   A /trunk/epan/dissectors/packet-dtn.h
 
-The "dop" dissector is the renamed "x501" dissector consequently the asn/x501 directory should be removed. The patch includes the changes to epan/dissectors/Makefile.common to reflect this.
+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.
 
-As the DOP dissection is not fully tested, I have disabled it by default for now (like DSP) but it can be enabled by the user.
+------------------------------------------------------------------------
+r29011 | guy | 2009-07-07 23:40:17 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dtn.c
 
+"uint" isn't a standard type, and isn't a type defined by GLib; use
+guint, as defined by GLib, instead.
 
 ------------------------------------------------------------------------
-r16725 | lego | 2005-12-07 15:08:51 -0600 (Wed, 07 Dec 2005) | 3 lines
+r29012 | stig | 2009-07-08 00:48:13 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Avoid dereferencing pointers to the message, context and transaction object if they have not been created.
+   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.
 
 ------------------------------------------------------------------------
-r16724 | etxrab | 2005-12-07 14:07:14 -0600 (Wed, 07 Dec 2005) | 3 lines
+r29013 | etxrab | 2009-07-08 00:53:28 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
-   M /trunk/epan/libethereal.def
-
-libethereal: add capture_enc
+   M /trunk/AUTHORS
 
-tipc: First stab at reassembly, as tipc reasembly is based on reading the message length from the first segmented packet and then just add the bytes received I didn't find a better way of doing it. 
+Add Darryl G. Champagne.
 ------------------------------------------------------------------------
-r16723 | sahlberg | 2005-12-07 07:14:09 -0600 (Wed, 07 Dec 2005) | 7 lines
+r29014 | stig | 2009-07-08 01:00:55 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
+   M /trunk/epan/oids.c
 
-tap the ntlmssp protocol and extract the account/domain names when users authenticate.
+From Kovarththanan Rajaratnam:
+Avoid duplicate blurb/name.
 
-If known   put the account name, domain name, host name and which frame the suer authenticated in in an expansion below UID in the SMB2 header
+------------------------------------------------------------------------
+r29015 | stig | 2009-07-08 01:04:30 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/doc/README.developer
 
+From Kovarththanan Rajaratnam:
+Update to include the new constraints.
 
+------------------------------------------------------------------------
+r29016 | stig | 2009-07-08 03:41:17 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_proto.c
 
+Default to NULL for description.
+Avoid duplicate name/blurb.
 
 ------------------------------------------------------------------------
-r16722 | sahlberg | 2005-12-07 07:12:39 -0600 (Wed, 07 Dec 2005) | 11 lines
+r29017 | stig | 2009-07-08 05:08:35 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
+   M /trunk/packaging
+   M /trunk/packaging/macosx
+   M /trunk/packaging/macosx/ScriptExec
 
-new function fetch_tapped_data()
+Added some svn:ignore targets for OSX package build.
 
-This function can be called from a dissector to fetch (if any) tapped data from a tap.
-This can offer an alternative method of passing data between different dissectors much cleaner than the pinfo pollition and private_data design mistake.
+------------------------------------------------------------------------
+r29018 | wmeier | 2009-07-08 05:50:09 -0700 (Wed, 08 Jul 2009) | 5 lines
+Changed paths:
+   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;
 
-The SMB2 dissector uses this method to extract vital data such as Account_Name from the ntlmssp dissector (that is 3 leveld down from smb2)
+------------------------------------------------------------------------
+r29019 | wmeier | 2009-07-08 06:10:00 -0700 (Wed, 08 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
+Add references to two specifications 
 
+------------------------------------------------------------------------
+r29020 | wmeier | 2009-07-08 06:38:59 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r16721 | sahlberg | 2005-12-07 07:09:42 -0600 (Wed, 07 Dec 2005) | 3 lines
+r29021 | rbalint | 2009-07-08 07:20:59 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-ntlmssp.h
+   M /trunk/epan/wslua/wslua_tvb.c
 
-make ntlmssp tappable
+Minor documentation fix
 
+------------------------------------------------------------------------
+r29022 | etxrab | 2009-07-08 07:27:21 -0700 (Wed, 08 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/diameter/dictionary.xml
+   M /trunk/diameter/etsie2e4.xml
+   M /trunk/diameter/gqpolicy.xml
 
+From Magnus S?\195?\182rman:
+Correct AVP properties.
 ------------------------------------------------------------------------
-r16720 | guy | 2005-12-07 04:44:55 -0600 (Wed, 07 Dec 2005) | 3 lines
+r29023 | jmayer | 2009-07-08 08:26:04 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-glbp.c
 
-Fix some more scaled-fixed-point values, and have a 2-byte spare field
-followed by a 2-byte event count.  Fixes bug 609.
+Readd the feature to skip the unknown/faulty remainder
+of an IE and still display the next one(s).
 
 ------------------------------------------------------------------------
-r16719 | guy | 2005-12-07 03:51:31 -0600 (Wed, 07 Dec 2005) | 2 lines
+r29024 | jmayer | 2009-07-08 08:29:37 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-ip.c
 
-Fix oroperties, get rid of CRs.
+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.
 
 ------------------------------------------------------------------------
-r16718 | guy | 2005-12-07 03:48:08 -0600 (Wed, 07 Dec 2005) | 2 lines
+r29025 | etxrab | 2009-07-08 09:16:13 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/gtk/new_packet_list.c
 
-Squelch a narrowing-conversion warning.
+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?
 ------------------------------------------------------------------------
-r16717 | guy | 2005-12-07 03:38:57 -0600 (Wed, 07 Dec 2005) | 2 lines
+r29026 | wmeier | 2009-07-08 10:23:58 -0700 (Wed, 08 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/util.c
+   M /trunk/radius/dictionary.cisco.vpn3000
 
-Clear up const vs. non-const warnings.
+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]".
 
 ------------------------------------------------------------------------
-r16716 | guy | 2005-12-06 21:03:37 -0600 (Tue, 06 Dec 2005) | 9 lines
+r29027 | jake | 2009-07-08 10:46:37 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-dtn.c
 
-Why duplicate the code of "tvb_get_string()" when you could just use
-"tvb_get_string()"?
+Address the size_t vs. gint issue.
 
-Why even bother with "tvb_get_string()" when you can just use
-"proto_tree_add_item()" with a string item?
-
-Make sure that the prefix in a PRIV item isn't bigger than the item
-itself.  That fixes bug 603.
+------------------------------------------------------------------------
+r29028 | etxrab | 2009-07-08 11:36:31 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   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
 
+From Kovarththanan Rajaratnam:
+No letter-shortcuts in Telephony menu.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678
 ------------------------------------------------------------------------
-r16715 | guy | 2005-12-06 19:45:44 -0600 (Tue, 06 Dec 2005) | 3 lines
+r29029 | guy | 2009-07-08 12:19:06 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/tshark.c
 
-Don't export stuff if no other dissector uses it.  "Static unless
-otherwise required."
+Clarify that "-w" specifies a *pcap-format* file to be written to.
 
 ------------------------------------------------------------------------
-r16714 | guy | 2005-12-06 19:31:43 -0600 (Tue, 06 Dec 2005) | 11 lines
+r29030 | wmeier | 2009-07-08 12:35:49 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/radius/dictionary.aruba
 
-Fix indentation.
+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
 
-Gate X and Y Offset are 16-bit integral numbers of degrees, not 32-bit
-IEEE floating-point numbers, and the numbers in collision detection
-segment definitions and collision detection volume definitions are
-16-bit fixed-point numbers, not 32-bit IEEE floating-point numbers;
-handle them as such - this fixes bug 605.
+------------------------------------------------------------------------
+r29031 | wmeier | 2009-07-08 13:29:06 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/radius/dictionary.ascend
 
-When displaying the packet length in the Info column, display the *real*
-length, not the sliced length.
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3g: ascend
+ FreeRadius 2.1.6 dictionary.ascend as is;
 
 ------------------------------------------------------------------------
-r16713 | guy | 2005-12-06 18:43:17 -0600 (Tue, 06 Dec 2005) | 5 lines
+r29032 | wmeier | 2009-07-08 13:50:56 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
-
-Unicode considered unnecessary and non-portable.  Avoid using non-ASCII
-characters in field names.
+   M /trunk/radius/dictionary.freeradius
 
-Fix indentation, and fix a typo.
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3h: freeradius
+ FreeRadius 2.1.6 dictionary.freeradius as is;
 
 ------------------------------------------------------------------------
-r16712 | sahlberg | 2005-12-06 18:35:16 -0600 (Tue, 06 Dec 2005) | 5 lines
+r29033 | jake | 2009-07-08 14:04:53 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-pppoe.c
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-From Martin M   various updates and fixes
+   M /trunk/asn1/snmp/packet-snmp-template.c
 
-Hi, Some tiddly changes: pppoe- don't create an empty discovery tags tree when the payload length is 0 chap- make chap.value work as a filterable field rtcp- append the packet type to the protocol tree name 
+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
 
+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.
 
 ------------------------------------------------------------------------
-r16711 | sahlberg | 2005-12-06 18:27:17 -0600 (Tue, 06 Dec 2005) | 10 lines
+r29035 | stig | 2009-07-09 04:32:50 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aim.c
-
-From Jelmer V   AIM bugfix
+   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
 
-Hi,
+Split packet-ip into packet-ip and packet-icmp.
+Some cleanup in handles and ett entries.
 
-The attached patch fixes the name of the version field, which I
-previously mistook for an authorization cookie (which is in fact in a
-TLV that follows this field).
+------------------------------------------------------------------------
+r29036 | wmeier | 2009-07-09 05:44:16 -0700 (Thu, 09 Jul 2009) | 9 lines
+Changed paths:
+   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
 
+------------------------------------------------------------------------
+r29037 | etxrab | 2009-07-09 08:26:41 -0700 (Thu, 09 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
+Update 3GPP AVP:s
 ------------------------------------------------------------------------
-r16710 | guy | 2005-12-06 16:59:30 -0600 (Tue, 06 Dec 2005) | 2 lines
+r29038 | wmeier | 2009-07-09 08:59:02 -0700 (Thu, 09 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x420.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
+   M /trunk/radius/dictionary.3gpp
 
-Squelch some compiler const vs. non-const warnings.
+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).
 
 ------------------------------------------------------------------------
-r16709 | guy | 2005-12-06 16:56:37 -0600 (Tue, 06 Dec 2005) | 2 lines
+r29039 | wmeier | 2009-07-09 09:02:34 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_info.c
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-enc.c
-   A /trunk/epan/dissectors/packet-enc.h
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Clean up capture_enc(), export it, and use it in the capture window.
+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.
 
 ------------------------------------------------------------------------
-r16708 | guy | 2005-12-06 16:26:10 -0600 (Tue, 06 Dec 2005) | 3 lines
+r29040 | wmeier | 2009-07-09 13:10:39 -0700 (Thu, 09 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/oid_resolv.c
+   A /trunk/radius/dictionary.freeradius.internal
 
-The keys for entries in the OID-to-name hash table are g_mallocated, so
-we have to g_free them when destroying the hash table.
+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.
 
 ------------------------------------------------------------------------
-r16707 | guy | 2005-12-06 15:07:50 -0600 (Tue, 06 Dec 2005) | 5 lines
+r29041 | wmeier | 2009-07-09 13:21:39 -0700 (Thu, 09 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/oid_resolv.c
-   M /trunk/epan/oid_resolv.h
+   M /trunk/radius/dictionary
 
-Set svn:keywords to Id to get RCS IDs expanded.
+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.
 
-Set svn:eol-style to native to handle line endings appropriately, and
-trim off CRs.
 
 ------------------------------------------------------------------------
-r16706 | sahlberg | 2005-12-06 14:29:46 -0600 (Tue, 06 Dec 2005) | 3 lines
+r29042 | wmeier | 2009-07-09 13:28:46 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/oid_resolv.c
-
-g_hash_table_new_full() does not exist for glib1
+   A /trunk/radius/README.radius_dictionary
 
+README describing the Wireshark changes to the FreeRadius
+v2.1.6 dictionary files as of 2009-07-09.
 
 ------------------------------------------------------------------------
-r16705 | lego | 2005-12-06 13:47:22 -0600 (Tue, 06 Dec 2005) | 3 lines
+r29043 | wmeier | 2009-07-09 13:31:22 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-It crashed when keep_persistent_data == FALSE
+   M /trunk/Makefile.am
+   M /trunk/packaging/nsis/wireshark.nsi
 
+Revised packaging for the Radius directory:
+include new Radius dictionary files & etc.
 
 ------------------------------------------------------------------------
-r16704 | ulfl | 2005-12-06 13:41:45 -0600 (Tue, 06 Dec 2005) | 3 lines
+r29044 | etxrab | 2009-07-09 13:44:28 -0700 (Thu, 09 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/capture.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
 
-we can even get error messages while we are capturing (e.g. when a network cable is unplugged)
+From   Joakim Wiberg:
+Device Level Ring protocol addition.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3685
 
-problem found by Joerg Mayer
+With some minor changes (blurb NULL whem text equal).
 ------------------------------------------------------------------------
-r16703 | lego | 2005-12-06 12:52:17 -0600 (Tue, 06 Dec 2005) | 6 lines
+r29045 | wmeier | 2009-07-09 14:05:37 -0700 (Thu, 09 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-hpteam.c
 
-- Fix few issues with context analysis
-- Add used terminations tree to the context analysis tree
+From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info column
 
-Regenerate Dissector
+------------------------------------------------------------------------
+r29046 | etxrab | 2009-07-09 14:18:59 -0700 (Thu, 09 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/diameter/dictionary.xml
 
+Fix cut-n-paste errors.
+------------------------------------------------------------------------
+r29047 | etxrab | 2009-07-09 14:43:57 -0700 (Thu, 09 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
 
+Reworked patch from   massimo: 
+SNMP cannot be decoded in case of appended data to message
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3684
 ------------------------------------------------------------------------
-r16702 | etxrab | 2005-12-06 11:54:40 -0600 (Tue, 06 Dec 2005) | 1 line
+r29048 | etxrab | 2009-07-09 22:40:02 -0700 (Thu, 09 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-iec104.c
 
-Fill in Column info, Dissect some more user info.
+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
 ------------------------------------------------------------------------
-r16701 | etxrab | 2005-12-06 11:53:28 -0600 (Tue, 06 Dec 2005) | 1 line
+r29049 | stig | 2009-07-10 01:03:19 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
+   M /trunk/epan/dissectors/packet-enip.c
+
+Header field cleanup.
 
-Dissect Cause  and use %(DEFAULT_BODY)s use import for IMSI.
 ------------------------------------------------------------------------
-r16700 | kukosa | 2005-12-06 06:50:11 -0600 (Tue, 06 Dec 2005) | 1 line
+r29050 | stig | 2009-07-10 02:09:11 -0700 (Fri, 10 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/dissectors/packet-icmp.c
+
+Cleanup handling of ICMP type and code:
+- Use value_string to convert strings
+- Added more types and codes from IANA
+
+Removed use of check_col()
+Check checksum also if no tree
+Some white space cleanup
 
-mark unused parameter
 ------------------------------------------------------------------------
-r16699 | kukosa | 2005-12-06 05:45:55 -0600 (Tue, 06 Dec 2005) | 1 line
+r29051 | stig | 2009-07-10 02:12:13 -0700 (Fri, 10 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/epan.c
-   A /trunk/epan/oid_resolv.c
-   A /trunk/epan/oid_resolv.h
-   M /trunk/epan/proto.c
+   M /trunk/epan/dissectors/packet-ff.c
+
+Use correct length for "Version OD Calling".
+This fixes bug 3694.
 
-OBJECT IDENTIFIER name resolution moved to oid_resolv.c
 ------------------------------------------------------------------------
-r16698 | kukosa | 2005-12-06 04:50:21 -0600 (Tue, 06 Dec 2005) | 1 line
+r29052 | etxrab | 2009-07-10 02:40:11 -0700 (Fri, 10 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/diameter/dictionary.xml
 
-protocol discriminator byte has to be taken into info_element_len
+More 3GPP updates.
 ------------------------------------------------------------------------
-r16697 | ulfl | 2005-12-06 02:40:17 -0600 (Tue, 06 Dec 2005) | 7 lines
+r29053 | etxrab | 2009-07-10 05:26:39 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-gtp.c
 
-both the buildbot and I have problems with setargv.obj
+Restore hf_gtp_ext_rat_type as it's used in decode_gtp_rat_type().
+Fix IMEI(SV) While we're at it.
+------------------------------------------------------------------------
+r29054 | stig | 2009-07-10 05:48:48 -0700 (Fri, 10 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
 
-trying to comment it out, so the build should work again.
+Cleanup handling of ICMPv6 type and code (not complete):
+- Use value_string to convert strings
+- Added more types and codes from IANA
 
-don't know what this file is all about :-( 
+Removed use of check_col()
+Some white space cleanup
 
-I just don't have that file and it doesn't seem to be generated ... 
 ------------------------------------------------------------------------
-r16696 | guy | 2005-12-06 00:09:28 -0600 (Tue, 06 Dec 2005) | 3 lines
+r29055 | etxrab | 2009-07-10 08:15:14 -0700 (Fri, 10 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
-
-Note what we have to be careful of before we start using Unicode in the
-packet list or packet details.
+   M /trunk/epan/column_info.h
 
+Fix a typo.
 ------------------------------------------------------------------------
-r16695 | guy | 2005-12-06 00:03:34 -0600 (Tue, 06 Dec 2005) | 8 lines
+r29056 | tuexen | 2009-07-10 13:00:54 -0700 (Fri, 10 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   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
 
-Make $(command_line_OBJECTS) a dependency of the stuff that links with
-it.
+Add ip.access A-bis over IP dissector received from Harald Welte.
+Removed check_col() calls.
 
-Link dumpcap with mkstemp.obj, as it needs mkstemp().
+------------------------------------------------------------------------
+r29057 | tuexen | 2009-07-10 13:03:25 -0700 (Fri, 10 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-Make dumpcap depend only on its resource file, as we do with other
-programs, not on all of them.
+Fix the two other nits reported by Jaap.
 
 ------------------------------------------------------------------------
-r16694 | sahlberg | 2005-12-05 19:05:48 -0600 (Mon, 05 Dec 2005) | 5 lines
+r29058 | tuexen | 2009-07-10 13:07:57 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-from Kyle Harms
+Fix last issue reported by Jaap.
 
-CIGI updates
+------------------------------------------------------------------------
+r29059 | wmeier | 2009-07-10 13:35:34 -0700 (Fri, 10 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
+Two minor changes: include emem.h not req'd; SUB_IPACCESS not used.
 
 ------------------------------------------------------------------------
-r16693 | ulfl | 2005-12-05 19:04:55 -0600 (Mon, 05 Dec 2005) | 1 line
+r29060 | jake | 2009-07-10 14:54:29 -0700 (Fri, 10 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/capture_errs.h
-   M /trunk/gtk/capture_dlg.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dcm.h
+   M /trunk/gtk/export_object_dicom.c
 
-add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.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
 ------------------------------------------------------------------------
-r16692 | sahlberg | 2005-12-05 18:27:51 -0600 (Mon, 05 Dec 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-smb2.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-objectid updates
+Don't use tvb_memcpy to fill in a struct. (Cue Jamie Hyneman saying
+"EVER!") Expand the entry/scope struct to include private enterprise
+numbers instead of casting guint32s to arbritrary chunks of memory.
+Limit the number of entries and scopes we allocate.  Don't allocate
+memory every time we see a new template.  Don't use a C++ keyword for
+variable names.
 
+------------------------------------------------------------------------
+r29062 | etxrab | 2009-07-11 01:38:41 -0700 (Sat, 11 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
+From Harald Welte:
+Add some more GSM A-bis IP message types.
 ------------------------------------------------------------------------
-r16691 | ulfl | 2005-12-05 18:07:13 -0600 (Mon, 05 Dec 2005) | 5 lines
+r29063 | etxrab | 2009-07-11 02:50:09 -0700 (Sat, 11 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.common
-   A /trunk/capture-pcap-util-int.h (from /trunk/pcap-util-int.h:16690)
-   A /trunk/capture-pcap-util-unix.c (from /trunk/pcap-util-unix.c:16690)
-   A /trunk/capture-pcap-util.c (from /trunk/pcap-util.c:16690)
-   A /trunk/capture-pcap-util.h (from /trunk/pcap-util.h:16690)
-   M /trunk/capture-wpcap.c
-   M /trunk/capture.c
-   M /trunk/capture_loop.c
-   M /trunk/capture_ui_utils.c
-   M /trunk/doc/README.capture
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_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/main.c
-   D /trunk/pcap-util-int.h
-   D /trunk/pcap-util-unix.c
-   D /trunk/pcap-util.c
-   D /trunk/pcap-util.h
-   M /trunk/tethereal.c
-   M /trunk/version_info.c
+   M /trunk/epan/dissectors/packet-pw-eth.c
+   M /trunk/gtk/decode_as_dlg.c
 
-rename pcap-....c/.h files to capture-pcap-....c/.h
+From Artem Tamazov:
+Analyze->Decode as... menu item becomes unavailable in some situations.(Ethernet-PW)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3642
+------------------------------------------------------------------------
+r29064 | wmeier | 2009-07-11 08:36:18 -0700 (Sat, 11 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-paltalk.c
 
-this way, the capture prefix will "logically" group the files together and file browsers will also group them
+Fix use of "unaligned" memory references;
+Fixes Bug #3689.
+Also: fix IPV4 address comparisons which would be incorrect
+      on a big-endian machine.
 
-we may want to move the files into a subdir capture later
 ------------------------------------------------------------------------
-r16690 | ulfl | 2005-12-05 17:22:59 -0600 (Mon, 05 Dec 2005) | 2 lines
+r29065 | etxrab | 2009-07-12 02:05:03 -0700 (Sun, 12 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/ringbuffer.h
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-requested by Cory Perry:
-increase the maximum number of ringbuffer files from 1024 to 10000.
+Some small fixes from Jakub Zawadzki joined with my efforts
+to only store the used columns.
 ------------------------------------------------------------------------
-r16689 | etxrab | 2005-12-05 17:00:03 -0600 (Mon, 05 Dec 2005) | 9 lines
+r29066 | stig | 2009-07-12 03:19:13 -0700 (Sun, 12 Jul 2009) | 6 lines
 Changed paths:
-   A /trunk/asn1/Makefile.nmake
-   M /trunk/asn1/cms/cms-exp.cnf
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/x411/x411-exp.cnf
-   M /trunk/asn1/x411/x411.asn
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/Makefile.nmake
-   M /trunk/asn1/x420/packet-x420-template.c
-   M /trunk/asn1/x420/x420.asn
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x420.h
-
-From Grame Lunt:
-a patch for the X.411, X420 and CMS dissectors to implement the remaining heading extensions and bodyparts.
+   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
 
-This includes GeneralText BP, forwarded content BP (forwarded p22 and forwarded p772), PKCS#7 BP, and "business class" messaging extensions.
+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.
 
-The X.411 extensions using the SIGNATURE macro have also been implemented. There is also a fix for a bug in the dissection of integer 22 content type.
+------------------------------------------------------------------------
+r29067 | wmeier | 2009-07-12 06:41:36 -0700 (Sun, 12 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tipc.c
 
-Graeme
+Don't coerce a pointer to guint32 when pointing to a guint8.
+Using that pointer will fetch the guint8 plus who knows what....
 
 ------------------------------------------------------------------------
-r16688 | ulfl | 2005-12-05 16:49:10 -0600 (Mon, 05 Dec 2005) | 1 line
+r29068 | wmeier | 2009-07-12 07:13:01 -0700 (Sun, 12 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Fix a typo
 
-fixed a typo
 ------------------------------------------------------------------------
-r16687 | ulfl | 2005-12-05 16:45:54 -0600 (Mon, 05 Dec 2005) | 1 line
+r29069 | jake | 2009-07-12 08:03:05 -0700 (Sun, 12 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/gtk/file_dlg.h
-   M /trunk/gtk/main.c
-   M /trunk/gtk/packet_win.h
-   M /trunk/gtk/proto_draw.h
-   M /trunk/ui_util.h
+   M /trunk/epan/dissectors/packet-rtmpt.c
 
-move some GTK only function declarations from ui_util.h to the appropriate header files in the gtk dir, as these declarations are obsolete and only confuses (at least me)
+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.
 ------------------------------------------------------------------------
-r16686 | ulfl | 2005-12-05 16:28:42 -0600 (Mon, 05 Dec 2005) | 1 line
+r29070 | gerald | 2009-07-12 08:03:33 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/util.h
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-enhance the comments
+[Automatic manuf and enterprise-numbers update for 2009-07-12]
 ------------------------------------------------------------------------
-r16685 | ulfl | 2005-12-05 15:32:12 -0600 (Mon, 05 Dec 2005) | 6 lines
+r29073 | etxrab | 2009-07-12 09:34:20 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/tethereal.c
-
-replace all appearances of 'fprintf(stderr, "tethereal: ' with 'cmdarg_err("', this is:
-a) smaller
-b) makes it possible to use some functions for Wireshark too
-c) is the wrong name now, as some outputs are not command line related :-(
+   M /trunk/gtk/packet_list_store.c
 
-use capture_opts_trim()
+Add a forgotten piece of code...
 ------------------------------------------------------------------------
-r16684 | ulfl | 2005-12-05 15:28:34 -0600 (Mon, 05 Dec 2005) | 3 lines
+r29074 | etxrab | 2009-07-12 12:08:55 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/Makefile.nmake
-   M /trunk/dumpcap.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
 
-no more usage of Ethereal.lib in dumpcap any longer :-)
-use capture_opts_trim()
-output of command line usage and version "enhanced"
+Make iCommand a guint8.
 ------------------------------------------------------------------------
-r16683 | ulfl | 2005-12-05 15:26:01 -0600 (Mon, 05 Dec 2005) | 1 line
+r29075 | etxrab | 2009-07-12 12:38:55 -0700 (Sun, 12 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-add capture_opts_trim(), as this sequence is used three times now (will replace the other appearances later) ...
+Column index now corresponds to the column in the tree view.
 ------------------------------------------------------------------------
-r16682 | sahlberg | 2005-12-05 15:22:06 -0600 (Mon, 05 Dec 2005) | 3 lines
+r29076 | sfisher | 2009-07-12 22:27:25 -0700 (Sun, 12 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
+   M /trunk/gtk/new_packet_list.c
 
-updates for FILE_OBJECTID_BUFFER   and have smb call this (no more unknown bytes in smb for objectid)
+
+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.
 
 
 ------------------------------------------------------------------------
-r16681 | sahlberg | 2005-12-05 14:54:42 -0600 (Mon, 05 Dec 2005) | 17 lines
+r29077 | etxrab | 2009-07-13 01:35:30 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-cigi.c
-
-From Kyle J Harms
+   M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
 
-New protocol : CIGI  (with minor updates to make it heuristic)
+APDU incorrectly dissected(BSSLAP Protocol Not Decoded In BSSMAP-LE Messages).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3711
+------------------------------------------------------------------------
+r29078 | martinm | 2009-07-13 03:55:53 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-Hi,
+Remove calls to check_col(), and stop giving '{' a line of its own.
 
-This patch is for a CIGI dissector (complete versions 2 and 3). Â It has
-been [fuzz] tested on GNU/Linux using the Ethereal 0.10.13 codebase.
-However, the patch here is against the svn repository.
+------------------------------------------------------------------------
+r29079 | martinm | 2009-07-13 04:23:40 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-pdcp-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-More information about CIGI can be found at http://cigi.sourceforge.net/
+Remove calls to check_col().
 
-Kyle Harms
+------------------------------------------------------------------------
+r29080 | wmeier | 2009-07-13 07:29:13 -0700 (Mon, 13 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/doc/tshark.pod
 
+Add additional indentation to -z <statistics> swction to improve readability.
+Various other minor reformatting and rewording.
 
+------------------------------------------------------------------------
+r29081 | wmeier | 2009-07-13 07:54:47 -0700 (Mon, 13 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/doc/wireshark.pod
 
+Add additional indentation to -z <statistics> section to improve readability.
+Do some work on "Interface" section to have it match current Wireshark: 
+  additionas/changes to "Menu Items" sub-section.
+Various other minor reformatting and rewording.
 
 ------------------------------------------------------------------------
-r16680 | etxrab | 2005-12-05 11:24:19 -0600 (Mon, 05 Dec 2005) | 1 line
+r29082 | etxrab | 2009-07-13 10:33:14 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/dissectors/packet-hci_h4.c
 
-If we don't have the OID name let the SNMP dissector try to get it from the MIB:s
+From  Kovarththanan Rajaratnam:
+hci_h4: Optimize column/field handling
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3703
 ------------------------------------------------------------------------
-r16679 | ulfl | 2005-12-04 20:30:04 -0600 (Sun, 04 Dec 2005) | 1 line
+r29083 | etxrab | 2009-07-13 10:40:31 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/epan/dissectors/packet-smb2.c
 
-I've forgot to put one line under _WIN32, should fix the unix build
+From Chris Costa:
+SMB2 Error Response doesn't decode properly.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3609
 ------------------------------------------------------------------------
-r16678 | lego | 2005-12-04 19:46:07 -0600 (Sun, 04 Dec 2005) | 3 lines
+r29084 | guy | 2009-07-13 10:43:44 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-
-Analysis starts to work
+   M /trunk/epan/dissectors/packet-hci_h4.c
 
+Note what the "Unknown" value is.
 
 ------------------------------------------------------------------------
-r16677 | ulfl | 2005-12-04 19:23:18 -0600 (Sun, 04 Dec 2005) | 1 line
+r29085 | gerald | 2009-07-13 11:54:24 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Squelch a couple of Valgrind warnings. This should fix bug 3700.
 
-Win32: fix signal_pipe handling if we run dumpcap as a standalone application (no signal_pipe)
 ------------------------------------------------------------------------
-r16676 | jmayer | 2005-12-04 17:50:57 -0600 (Sun, 04 Dec 2005) | 5 lines
+r29086 | gerald | 2009-07-13 13:12:53 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk
-   M /trunk/dumpcap.c
-
-We need AF_INET6 on linux, so include netdb.h if available.
-
-Add dumpcap to svn:ignore.
+   M /trunk/epan/dissectors/packet-giop.c
 
+Check to see if tvb_child_uncompress returns NULL. Fixes bug 3705.
 
 ------------------------------------------------------------------------
-r16675 | etxrab | 2005-12-04 15:50:31 -0600 (Sun, 04 Dec 2005) | 1 line
+r29087 | jake | 2009-07-13 15:29:59 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-llc.c
 
-Connection and name manager uses data type hdr
+Fix for bug 3710:
+Use the derived length of the control field i.s.o. assuming its size.
 ------------------------------------------------------------------------
-r16674 | etxrab | 2005-12-04 15:45:38 -0600 (Sun, 04 Dec 2005) | 1 line
+r29088 | jake | 2009-07-13 15:46:32 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   A /trunk/asn1/snmp
-   A /trunk/asn1/snmp/Makefile
-   A /trunk/asn1/snmp/Makefile.nmake
-   A /trunk/asn1/snmp/README.txt
-   A /trunk/asn1/snmp/packet-snmp-template.c
-   A /trunk/asn1/snmp/packet-snmp-template.h
-   A /trunk/asn1/snmp/snmp.asn
-   A /trunk/asn1/snmp/snmp.cnf
+   M /trunk/doc/tshark.pod
+
+From Reinhard Speyerer:
+The description of tshark -t dd is missing from tshark.pod.
 
-Work in progress an asn2eth generated snmp dissector.
 ------------------------------------------------------------------------
-r16673 | jmayer | 2005-12-04 02:48:38 -0600 (Sun, 04 Dec 2005) | 38 lines
+r29089 | guy | 2009-07-13 16:35:26 -0700 (Mon, 13 Jul 2009) | 6 lines
 Changed paths:
-   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/Samba/EJS.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
+   M /trunk/doc/tshark.pod
+   M /trunk/doc/wireshark.pod
 
-Update to samba svn revision 12055:
-========== Samba changelog start ========================
-r11959 | jelmer | 2005-11-29 14:54:51 +0100 (Tue, 29 Nov 2005) | 2 lines
+Fix one place where we didn't mention "-t dd".
 
-Use DOS_errors array for displaying WERROR values
+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.
 
 ------------------------------------------------------------------------
-r11972 | metze | 2005-11-30 13:40:26 +0100 (Wed, 30 Nov 2005) | 3 lines
+r29090 | stig | 2009-07-14 02:33:54 -0700 (Tue, 14 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-smb2.c
 
-handle [noejs] property also on functions
+Header field cleanup.
 
-metze
 ------------------------------------------------------------------------
-r11974 | metze | 2005-11-30 18:07:02 +0100 (Wed, 30 Nov 2005) | 3 lines
-
-only look at $pl->{POINTER_TYPE} when $pl is defined
+r29091 | etxrab | 2009-07-14 05:41:11 -0700 (Tue, 14 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
-metze
+Fix the sort routine.
 ------------------------------------------------------------------------
-r11997 | metze | 2005-12-01 13:39:33 +0100 (Thu, 01 Dec 2005) | 14 lines
-
-for multidimentional array like this:
-uint32 [num_level2][num_level1][num_level0]
-
-fix the order they're pushed and pulled, it should be like this
-
-for (l2=0; l2 < num_level2; l2++) {
-        for (l1=0; l1 < num_level1; l1++) {
-                for (l0=0; l0 < num_level0; l0++) {
-                        ndr_pull_uint32(...);
-                }
-        }
-}
+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
 
-metze
-========== Samba changelog end ========================
+Add preference to control whether decode of CRC-error'd frames should be attempted.
 
+------------------------------------------------------------------------
+r29093 | etxrab | 2009-07-14 10:15:03 -0700 (Tue, 14 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/wimaxasncp/dictionary.xml
 
+From  Rajasekhar Reddy Gali:
+"dictionary.xml file is very old..." - Update the Wimax .xml file
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3731
 ------------------------------------------------------------------------
-r16672 | guy | 2005-12-03 22:22:43 -0600 (Sat, 03 Dec 2005) | 4 lines
+r29094 | martinm | 2009-07-14 10:43:20 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/gtk/supported_protos_dlg.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-Check for a null blurb pointer for a field, as is done in some other
-locations, and initialize the blurb field to NULL for protocols, now
-that we support the blurb being a null pointer.
+Trivial formatting changes to RAR output.
 
 ------------------------------------------------------------------------
-r16671 | guy | 2005-12-03 22:20:18 -0600 (Sat, 03 Dec 2005) | 6 lines
+r29095 | gerald | 2009-07-14 12:13:14 -0700 (Tue, 14 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/capture_info.c
+   M /trunk/epan/dissectors/packet-ziop.c
 
-Declare "capture_info_packet()"'s as static, to match the definition.
+From Alvaro Vega Garcia via bug 3652:
 
-Declare the "pd" argument to be "const guchar *", to match the way
-packet data is declared elsewhere, and so that if the headers
-"capture_info.c" includes don't define "u_char" it still compiles.
+Patch with some improvements for packet ziop dissector following patch
+about MIOP dissector submitted by Kovarththanan Rajaratnam.
 
-------------------------------------------------------------------------
-r16670 | guy | 2005-12-03 22:13:07 -0600 (Sat, 03 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/strutil.c
+From me:
 
-Squelch a GCC complaint.
+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.
 
 ------------------------------------------------------------------------
-r16669 | ulfl | 2005-12-03 20:04:18 -0600 (Sat, 03 Dec 2005) | 6 lines
+r29096 | etxrab | 2009-07-14 13:49:34 -0700 (Tue, 14 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture.c
-   M /trunk/capture_info.c
-   M /trunk/capture_info.h
-   M /trunk/capture_loop.c
-   M /trunk/capture_sync.c
-   M /trunk/capture_sync.h
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_info_dlg.c
-
-move the complete functionality of the capture info dialog from capture_loop.c to capture_info.c and call it from capture.c (instead of capture_loop.c).
-
-This way, the capture child don't need to now any of the packet_counter things (no epan/packet.h and all alike).
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-v52.c
+   M /trunk/epan/dissectors/packet-v5ua.c
 
-Currently the capture_info code will always open another wiretap file instance to build it's own counter values. This isn't optimized for now (next step: use data from cf_continue_tail() somehow).
+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.
 ------------------------------------------------------------------------
-r16668 | ulfl | 2005-12-03 16:38:50 -0600 (Sat, 03 Dec 2005) | 2 lines
+r29097 | wmeier | 2009-07-14 14:34:03 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.common
-   A /trunk/capture_info.c
-   A /trunk/capture_info.h
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/dlg_utils.h
+   M /trunk/epan/dissectors/packet-v52.c
+
+#include prefs.h not req'd; Also: remove unused #define
 
-split some parts of the packet counting functions into their own files capture_info(.c/.h),
-so we can use it from the main program
 ------------------------------------------------------------------------
-r16667 | ulfl | 2005-12-03 15:12:59 -0600 (Sat, 03 Dec 2005) | 1 line
+r29098 | gerald | 2009-07-14 16:09:59 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capture.c
+   M /trunk/epan/dissectors/packet-afs.c
+
+Remove an unused define.
 
-clarify a comment
 ------------------------------------------------------------------------
-r16666 | ulfl | 2005-12-03 15:09:56 -0600 (Sat, 03 Dec 2005) | 1 line
+r29100 | stig | 2009-07-15 01:56:12 -0700 (Wed, 15 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.common
+   M /trunk/epan/proto.c
+
+From Kovarththanan Rajaratnam:
+Add "text" abbrev + tighten FT_FRAMENUM checks.
 
-forgot to checkin that file ... so buildbot became unhappy!
 ------------------------------------------------------------------------
-r16665 | lego | 2005-12-03 13:41:18 -0600 (Sat, 03 Dec 2005) | 3 lines
+r29103 | stig | 2009-07-15 12:33:48 -0700 (Wed, 15 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/make-sminmpec.pl
-
-Escape non ascii characters
+   M /trunk/epan/dissectors/packet-enip.c
 
+Indent some comments.
 
 ------------------------------------------------------------------------
-r16664 | ulfl | 2005-12-03 13:32:54 -0600 (Sat, 03 Dec 2005) | 1 line
+r29104 | etxrab | 2009-07-15 13:55:31 -0700 (Wed, 15 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/capture.h
-   M /trunk/capture_loop.c
-   A /trunk/capture_loop.h
-   M /trunk/capture_opts.c
-   A /trunk/capture_opts.h
-   M /trunk/capture_sync.h
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/main.c
+   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
 
-split capture.h into capture.h, capture_loop.h and capture_opts.h and place the parts into the corresponding files
+Add /MP flag to make use of multi cores.
 ------------------------------------------------------------------------
-r16663 | ulfl | 2005-12-03 12:15:02 -0600 (Sat, 03 Dec 2005) | 6 lines
+r29105 | guy | 2009-07-15 14:30:37 -0700 (Wed, 15 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capture.c
-   M /trunk/capture.h
-   M /trunk/capture_sync.c
-
-add missing functions (to complete/cleanup of interface):
+   M /trunk/epan/dissectors/packet-ziop.c
 
-capture_input_drops
-capture_input_error_message
+Get rid of C++-style comment (and anglicize it).
 
-and move the functionality from capture_sync.c to capture.c (just where it belongs)
 ------------------------------------------------------------------------
-r16662 | ulfl | 2005-12-03 06:56:57 -0600 (Sat, 03 Dec 2005) | 3 lines
+r29109 | gerald | 2009-07-15 15:51:01 -0700 (Wed, 15 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/epan/dissectors/packet-v52.c
 
-the function capture_loop_popup_errmsg seems to be useless and misleading, 
-simply call sync_pipe_errmsg_to_parent directly instead
+Make sure we advance our offset during a while loop. This should fix recent
+fuzz errors.
 
 ------------------------------------------------------------------------
-r16661 | ulfl | 2005-12-03 06:42:25 -0600 (Sat, 03 Dec 2005) | 1 line
+r29111 | gerald | 2009-07-15 16:16:10 -0700 (Wed, 15 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/edg_graphics/ethereal-capture-sync.dia
-   M /trunk/docbook/edg_graphics/ethereal-capture-sync.png
+   M /trunk/epan/dissectors/packet-v52.c
+
+Add a modeline blurb. Minor indentation fix.
 
-add the (Win32 only) signal pipe
 ------------------------------------------------------------------------
-r16660 | ulfl | 2005-12-03 06:32:41 -0600 (Sat, 03 Dec 2005) | 1 line
+r29114 | etxrab | 2009-07-16 01:27:18 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_sync.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/crc/Makefile.nmake
+   M /trunk/epan/crypt/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/ftypes/Makefile.nmake
+   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wsutil/Makefile.nmake
+
+Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmake
+for MSVC variant 2008 only. As suggested by Bill Meier.
+------------------------------------------------------------------------
+r29115 | stig | 2009-07-16 03:45:14 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
+
+From Kahou via bug 3739:
+New DLT value is added for Fibre Channel FC2.
 
-precise some pipe message comments
 ------------------------------------------------------------------------
-r16659 | ulfl | 2005-12-03 05:47:48 -0600 (Sat, 03 Dec 2005) | 1 line
+r29116 | morriss | 2009-07-16 05:39:50 -0700 (Thu, 16 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/edg_graphics/ethereal-capture-sync.dia
-   M /trunk/docbook/edg_graphics/ethereal-capture-sync.png
+   M /trunk/config.nmake
 
-the capture child don't use capture.c, remove it from the drawing
+/MP also works with 2008EE
 ------------------------------------------------------------------------
-r16658 | lego | 2005-12-03 05:43:19 -0600 (Sat, 03 Dec 2005) | 5 lines
+r29118 | gerald | 2009-07-16 10:00:58 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/Makefile
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-
-Rewrite of the analisys and summary code.
-
-Analysis code is still  not working so it is disabled.
+   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.
 
 ------------------------------------------------------------------------
-r16657 | sahlberg | 2005-12-02 16:01:00 -0600 (Fri, 02 Dec 2005) | 8 lines
+r29121 | jake | 2009-07-16 12:57:15 -0700 (Thu, 16 Jul 2009) | 11 lines
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/epan/dissectors/packet-p_mul.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-ipsec.c
 
-from Stig B:
+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.
 
-I have made a small change in packet-x411-template.c to make the X.
-411 message heading in CDT look like in COTP.
+To solve this, I added generic classes (not checked) for 128, 192 and 256 bit
+ICVs to the ESP dissector. I also split the HMAC-SHA-256 autentication
+algorithm to HMAC-SHA-256-128 (128 bit as defined in RFC 4868) and
+HMAC-SHA-256-96 (from the very first draft, nevertheless unpatched Linux and
+BSDs do it this way).
+------------------------------------------------------------------------
+r29122 | gerald | 2009-07-16 13:52:36 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/packet.c
 
+Zero out the packet_info struct for each packet instead of trying to
+initialize everything by hand. Fixes a Valgrind warning.
 
+------------------------------------------------------------------------
+r29123 | gerald | 2009-07-16 14:03:39 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
 
+Make sure some variables are initialized so that Valgrind quits
+complaining.  Use se_memdup to copy memory.
 
 ------------------------------------------------------------------------
-r16656 | sahlberg | 2005-12-02 15:12:22 -0600 (Fri, 02 Dec 2005) | 3 lines
+r29124 | etxrab | 2009-07-16 14:09:18 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-rtcp fix for sdes_prefix_string
+   M /trunk/epan/dissectors/packet-per.c
 
+From   Sean Yunjnz:
+Problem in packet-per.c for ASN.1 PER Encoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3733
+------------------------------------------------------------------------
+r29125 | etxrab | 2009-07-16 14:27:56 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
+From   Rajasekhar Reddy Gali:
+packet-wimaxasncp.c file need to update with latest wimax spec.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3730
 ------------------------------------------------------------------------
-r16655 | etxrab | 2005-12-02 13:33:40 -0600 (Fri, 02 Dec 2005) | 3 lines
+r29126 | gerald | 2009-07-16 14:35:54 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/t35.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to an
+se_alloced struct.
 
-From  Lukasz Apiecionek
-Add Vendor id 
-0x8a000003, "Teldat H. Kruszynski, M. Cichocki Sp. J." } ,
 ------------------------------------------------------------------------
-r16654 | lego | 2005-12-02 11:49:47 -0600 (Fri, 02 Dec 2005) | 5 lines
+r29127 | gerald | 2009-07-16 15:24:31 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/asn2eth.py
+   M /trunk/epan/dissectors/packet-nfs.c
 
-Add #line directives to the genertated dissector.
+Initialize a variable and remove a check_col.
 
-Now the compiler knows where a line comes from and errors point to the .cnf or -template.[ch] file instead of the generated code.
+------------------------------------------------------------------------
+r29128 | gerald | 2009-07-16 15:25:06 -0700 (Thu, 16 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
 
+Check for an overflow. This should hopefully fix bug 3672.
 
 ------------------------------------------------------------------------
-r16653 | kukosa | 2005-12-02 07:21:43 -0600 (Fri, 02 Dec 2005) | 1 line
+r29129 | jake | 2009-07-16 23:49:58 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   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/Makefile.common
+   M /trunk/epan/dissectors/packet-telnet.c
+   A /trunk/epan/dissectors/packet-tn3270.c
+   A /trunk/epan/dissectors/packet-tn3270.h
 
-PER dissectors regenerated with FT_OID
+From Robert Hogan:
+I'm working on a tn3270 dissector. 
+See: http://roberthogan.net/stuff/tn3270-dissector/
 ------------------------------------------------------------------------
-r16652 | kukosa | 2005-12-02 07:16:58 -0600 (Fri, 02 Dec 2005) | 1 line
+r29130 | etxrab | 2009-07-17 01:24:06 -0700 (Fri, 17 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dfilter/semcheck.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/ftypes/ftype-bytes.c
-   M /trunk/epan/ftypes/ftypes.h
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/epan/strutil.c
-   M /trunk/epan/strutil.h
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
    M /trunk/epan/to_str.c
-   M /trunk/tools/asn2eth.py
 
-new field type FT_OID for OBJECT IDENTIFIERs
+From   Kovarththanan Rajaratnam:
+Optimize column fill path.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3701
 ------------------------------------------------------------------------
-r16651 | sahlberg | 2005-12-02 05:33:34 -0600 (Fri, 02 Dec 2005) | 5 lines
+r29131 | etxrab | 2009-07-17 06:42:46 -0700 (Fri, 17 Jul 2009) | 1 line
 Changed paths:
-   A /trunk/epan/dissectors/pidl/wkssvc.idl
+   M /trunk/gtk/packet_list_store.c
 
-check in a version of wkssvc that contains all the constructs of the etehreal dissector.
-
-the generated dissector is still "ugly" compared to the handwritten one so there needs a bit of conformance file magic and maybe pidl enhancements before it can go in.
+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.
 
 ------------------------------------------------------------------------
-r16650 | sahlberg | 2005-12-02 04:54:05 -0600 (Fri, 02 Dec 2005) | 7 lines
+r29133 | gerald | 2009-07-17 08:59:24 -0700 (Fri, 17 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dssetup.c
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.h
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
+   M /trunk/epan/to_str.c
 
-regenerate the pidl dissectors with the latest version of pidl   so it will put the text representation of DOS errors in the decode as well.
+Fix an ep buffer overrun introduced in r29130.
 
+------------------------------------------------------------------------
+r29134 | wmeier | 2009-07-17 12:41:34 -0700 (Fri, 17 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tn3270.c
 
-(the hf field for doserrors did not come with the value_string)
+From Robert Hogan: "no need to register tn3270 for 'decode-as'".
 
+------------------------------------------------------------------------
+r29135 | gerald | 2009-07-17 15:59:59 -0700 (Fri, 17 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/main_airpcap_toolbar.c
 
+Set the extension channel correctly. Fixup whitespace.
 
 ------------------------------------------------------------------------
-r16649 | sahlberg | 2005-12-02 04:41:46 -0600 (Fri, 02 Dec 2005) | 7 lines
+r29137 | stig | 2009-07-18 13:10:14 -0700 (Sat, 18 Jul 2009) | 8 lines
 Changed paths:
-   A /trunk/asn1/ldap
-   A /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
-   A /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig
-   A /trunk/asn1/ldap/Makefile.nmake
-   A /trunk/asn1/ldap/README
-   A /trunk/asn1/ldap/ldap.cnf
-   A /trunk/asn1/ldap/packet-ldap-template.c
-   A /trunk/asn1/ldap/packet-ldap-template.h
-
-add work in progress asn2eth generated ldap dissector from AndersB's email of
-Nov 15
+   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
 
-it is checked in but not copied to epan/dissectors so that those interested can work on it until it gets ready to replace the old one.
+From Kovarththanan Rajaratnam via bug 3719:
+This patch optimizes proto_tree_prime_hfid() + friends and
+plugs a memleak in the process.
 
+From me:
+Removed unused hfindex in proto_tree_new_item()
+Fixed ref_count entry in struct header_field_info.
 
+------------------------------------------------------------------------
+r29138 | gerald | 2009-07-19 08:03:36 -0700 (Sun, 19 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-07-19]
 ------------------------------------------------------------------------
-r16648 | sahlberg | 2005-12-02 04:25:05 -0600 (Fri, 02 Dec 2005) | 5 lines
+r29142 | sfisher | 2009-07-19 23:21:35 -0700 (Sun, 19 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/ipproto.c
-   M /trunk/epan/ipproto.h
+   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
 
-add two new ip protocol numbers
 
-from Jaap K
+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.
 
 
 ------------------------------------------------------------------------
-r16647 | ulfl | 2005-12-02 03:24:55 -0600 (Fri, 02 Dec 2005) | 1 line
+r29143 | etxrab | 2009-07-20 02:06:47 -0700 (Mon, 20 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/gtk/new_packet_list.c
 
-performance improvement: if the packet info dialog is hidden, we don't need to call the capture_... packet count functions
+Avoid a crash if no color filter exists (SCTP trace).
 ------------------------------------------------------------------------
-r16646 | sahlberg | 2005-12-02 03:19:05 -0600 (Fri, 02 Dec 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-smb2.c
+   M /trunk/gtk/new_packet_list.c
 
-add some more ioctls
+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.
 
 ------------------------------------------------------------------------
-r16645 | sahlberg | 2005-12-02 00:49:52 -0600 (Fri, 02 Dec 2005) | 4 lines
+r29146 | stig | 2009-07-20 05:40:55 -0700 (Mon, 20 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add dissection of 
-FSCTL_CREATE_OR_GET_OBJECT_ID
+   M /trunk/epan/to_str.c
 
+From Jakub Zawadzki via bug 3701:
+Fix regressions in r29130 and r29133
+In r29130 formating for DSECS was changed. (old: %01d now: %02d)
+In r29133 adding sign was removed (old: buf[0] = '-' now: buf[0] = '\0')
 
 ------------------------------------------------------------------------
-r16644 | etxrab | 2005-12-01 14:29:24 -0600 (Thu, 01 Dec 2005) | 1 line
+r29147 | etxrab | 2009-07-20 09:09:50 -0700 (Mon, 20 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Handle empty APM message
+Implement new_packet_list_find_row_from_data()
+Goto frame should work now.
 ------------------------------------------------------------------------
-r16643 | ulfl | 2005-12-01 14:19:30 -0600 (Thu, 01 Dec 2005) | 1 line
+r29149 | etxrab | 2009-07-20 23:02:12 -0700 (Mon, 20 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/dumpcap.c
+   M /trunk/epan/dissectors/packet-e212.c
 
-fix OPTINIT string, help output and add an exit_main function
+From Gerasimos Dimitriadis:
+Enhancement to E.212 MCC/MNC decoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3759
 ------------------------------------------------------------------------
-r16642 | ulfl | 2005-12-01 14:04:55 -0600 (Thu, 01 Dec 2005) | 1 line
+r29150 | etxrab | 2009-07-20 23:08:45 -0700 (Mon, 20 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-fix alphabetical order of OPTINIT string, v seems to be a controversial character :-)
+From Benjamin Meyer:
+Profinet dissector does not decode all defined error codes.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3753
 ------------------------------------------------------------------------
-r16641 | etxrab | 2005-12-01 14:02:45 -0600 (Thu, 01 Dec 2005) | 1 line
+r29151 | etxrab | 2009-07-20 23:20:47 -0700 (Mon, 20 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/dissectors/packet-tipc.c
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+From  Herbert Lischka:
+Added some new features to BACnet dissection:
+- ListOfObjectPropertyReferences in scheduler
+- RestartReason
+- Properties for loop-object
+- LogDeviceObjectProperty in trend-log object
+- log-buffer entries in trend-log object
+
+- reassemby of fragmented messages
+- fallback changed if iconv-library is not here
+
+Me: Moved includes from .h to .c as thats how we normaly do it.
 
-Add TIPC address as address type and use it in TIPC.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3736
 ------------------------------------------------------------------------
-r16640 | etxrab | 2005-12-01 12:43:26 -0600 (Thu, 01 Dec 2005) | 2 lines
+r29152 | guy | 2009-07-21 00:28:47 -0700 (Tue, 21 Jul 2009) | 7 lines
 Changed paths:
-   A /trunk/diameter/chargecontrol.xml
-   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Don't use tvb_length_remaining() - that just reports how much captured
+data is available, not how big the packet really is.
+
+Clean up white space.
+
+Get rid of an unused parameter and two unused variables.
 
-From Thomas Steffen:
-Add chargecontrol.xml 
 ------------------------------------------------------------------------
-r16639 | tuexen | 2005-12-01 09:15:42 -0600 (Thu, 01 Dec 2005) | 2 lines
+r29153 | guy | 2009-07-21 00:44:04 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/epan/dissectors/packet-bacapp.c
 
-Bug fixes from Irene.
+Fix typo.
 
 ------------------------------------------------------------------------
-r16638 | sahlberg | 2005-12-01 07:06:20 -0600 (Thu, 01 Dec 2005) | 3 lines
+r29154 | martinm | 2009-07-21 00:59:16 -0700 (Tue, 21 Jul 2009) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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
 
-add dissection of FSCTL_GET_SHADOW_COPY_DATA
+... although I've followed the paths (including the setting of 'segment'), and it looks bogus to me.
 
 
 ------------------------------------------------------------------------
-r16637 | sahlberg | 2005-12-01 06:34:53 -0600 (Thu, 01 Dec 2005) | 3 lines
+r29155 | stig | 2009-07-21 01:07:40 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-swap in/out to be more consistent with sane naming conventions
+   M /trunk/epan/dissectors/packet-bacapp.c
 
+Initialize bacapp_invoke_id to avoid a compiler warning.
 
 ------------------------------------------------------------------------
-r16636 | sahlberg | 2005-12-01 04:34:00 -0600 (Thu, 01 Dec 2005) | 3 lines
+r29156 | etxrab | 2009-07-21 01:35:24 -0700 (Tue, 21 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-start implementing an ioctl dispatcher for different ioctl functions
+size_t -> int to make the Win64 build bot happy.
+------------------------------------------------------------------------
+r29157 | guy | 2009-07-21 01:53:39 -0700 (Tue, 21 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
+GLib documentation says the 3rd and 5th arguments to g_iconv are "gsize
+*"s.
 
 ------------------------------------------------------------------------
-r16635 | sahlberg | 2005-12-01 04:18:14 -0600 (Thu, 01 Dec 2005) | 3 lines
+r29158 | guy | 2009-07-21 02:05:16 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-bacapp.c
 
-add decoding of some ioctl names    copied from packet-smb.c
+More gsizery.
+
+------------------------------------------------------------------------
+r29159 | stig | 2009-07-21 09:48:16 -0700 (Tue, 21 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
 
+From didier gautheron via bug 3762:
+This patch removes col_expr in frame_data structure,
+it can be recomputed when needed.
 
 ------------------------------------------------------------------------
-r16634 | sahlberg | 2005-12-01 03:42:39 -0600 (Thu, 01 Dec 2005) | 3 lines
+r29160 | stig | 2009-07-21 15:09:31 -0700 (Tue, 21 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-move the ioctl function code to the si structure so we can switch on this later in the ioctl_data dissector
+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().
 
 ------------------------------------------------------------------------
-r16633 | sahlberg | 2005-12-01 03:20:29 -0600 (Thu, 01 Dec 2005) | 2 lines
+r29161 | stig | 2009-07-21 15:23:34 -0700 (Tue, 21 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-0x0b is ioctl not transaction
+Another try to fix the compiler warnings on win64.
 
 ------------------------------------------------------------------------
-r16632 | etxrab | 2005-12-01 00:28:04 -0600 (Thu, 01 Dec 2005) | 4 lines
+r29162 | sfisher | 2009-07-21 22:02:24 -0700 (Tue, 21 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ses.c
-   M /trunk/epan/dissectors/packet-ses.h
+   M /trunk/epan/column-utils.c
 
-From Stig Bjørlykke
 
-Added "Activity Identifier" PI in the OSI Session Protocol dissector. 
+Change some g_malloc() calls to g_new() to make the code easier to read.
+
 
 ------------------------------------------------------------------------
-r16631 | etxrab | 2005-12-01 00:20:17 -0600 (Thu, 01 Dec 2005) | 2 lines
+r29163 | etxrab | 2009-07-21 23:00:53 -0700 (Tue, 21 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/file.c
 
-From Jaap Keuter:
-Q.931 fails to pass long message to H.225
+Minor indentation fixes.
 ------------------------------------------------------------------------
-r16630 | etxrab | 2005-12-01 00:18:30 -0600 (Thu, 01 Dec 2005) | 1 line
+r29164 | etxrab | 2009-07-22 01:09:22 -0700 (Wed, 22 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-inap.c
+   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
 
-Fix a typo
+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()
 ------------------------------------------------------------------------
-r16629 | etxrab | 2005-11-30 14:14:18 -0600 (Wed, 30 Nov 2005) | 1 line
+r29165 | etxrab | 2009-07-22 01:11:50 -0700 (Wed, 22 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/asn1/inap/inap.asn
-   M /trunk/asn1/inap/inap.cnf
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/libwireshark.def
 
-Connec all op types to the asn1 code. Use #.PDU to get hf fields auto generated.
+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()
 ------------------------------------------------------------------------
-r16628 | etxrab | 2005-11-30 14:12:44 -0600 (Wed, 30 Nov 2005) | 1 line
+r29166 | etxrab | 2009-07-22 01:54:38 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/address.h
+   M /trunk/gtk/new_packet_list.c
 
-Add circuit ID BICC_CIC
+From Jakub Zawadzki:
+This patch makes row coloring alike GtkCList version
+ (remove white space between cells/columns)
 ------------------------------------------------------------------------
-r16627 | etxrab | 2005-11-30 14:11:45 -0600 (Wed, 30 Nov 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-uma.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Improve/expand checks on reserved bit values.
 
-Dissct Ptotocol Id 0
 ------------------------------------------------------------------------
-r16626 | tuexen | 2005-11-29 17:09:01 -0600 (Tue, 29 Nov 2005) | 3 lines
+r29168 | etxrab | 2009-07-22 08:23:08 -0700 (Wed, 22 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Add support for
-- http://www.ietf.org/internet-drafts/draft-stewart-sctpstrrst-01.txt
+From Jakub Zawadzki:
+This patch fix return value in new_packet_list_find_row_from_data when !select
 
+From Me: Change back the cell coloring and remove the horizontal-separator making the colorinjg look the same as in the old packet list.
 ------------------------------------------------------------------------
-r16625 | etxrab | 2005-11-29 12:58:18 -0600 (Tue, 29 Nov 2005) | 1 line
+r29169 | etxrab | 2009-07-22 10:35:28 -0700 (Wed, 22 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-etheric.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Change the name of 'isup_calling_partys_category_value'.
+From kovarththanan Rajaratnam:
+Pass column_info as a pointer (new packet list).
 ------------------------------------------------------------------------
-r16624 | etxrab | 2005-11-29 11:23:50 -0600 (Tue, 29 Nov 2005) | 5 lines
+r29170 | etxrab | 2009-07-22 14:33:47 -0700 (Wed, 22 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/inap/inap.asn
-   M /trunk/asn1/inap/inap.cnf
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-isup.h
+   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
 
-ISUP - Export functions used by INAP and Camel
-Gsmmap - Export asn1 structs used by Camel
-Camel - Use functions from GSMMAp and ISUP
-INAP - Rewrite of the asn1 code to correspond more to CS1 data types
-          Let ISUP and Q931 dissect apropriate stuff.
+Get rid of check_col() in some of the more frequently used dissectors.
 ------------------------------------------------------------------------
-r16623 | guy | 2005-11-29 03:38:45 -0600 (Tue, 29 Nov 2005) | 3 lines
+r29171 | gerald | 2009-07-22 16:59:15 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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
 
-"dcerpc_smb_fetch_pol()" doesn't necessarily return a name, as we might
-not have seen anything that would let us give a name to a handle.
+Use "svn info" to fetch the version by default. Fetch the repository path as
+well. Add the repository path to the version strings.
 
 ------------------------------------------------------------------------
-r16622 | sahlberg | 2005-11-28 21:19:52 -0600 (Mon, 28 Nov 2005) | 3 lines
+r29172 | etxrab | 2009-07-22 22:32:31 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
-   M /trunk/epan/dissectors/pidl/winreg.cnf
-   M /trunk/epan/dissectors/pidl/winreg.idl
-
-prettification and updates to winreg
+   M /trunk/asn1/rrc/rrc.cnf
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-rrc.h
 
+From Neil Piercy:
+Another missing RRC dissector chaining link.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3769
+------------------------------------------------------------------------
+r29173 | etxrab | 2009-07-22 22:38:34 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
+From Steve Karg:
+BACnet Action property not decoded correctly.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3766
 ------------------------------------------------------------------------
-r16621 | ulfl | 2005-11-28 15:12:50 -0600 (Mon, 28 Nov 2005) | 1 line
+r29174 | etxrab | 2009-07-22 22:48:39 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.common
+   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
 
-seems like autogen doesn't like empty lines in the makefile
+From Kovarththanan Rajaratnam:
+Precompile custom columns filters.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3767
 ------------------------------------------------------------------------
-r16620 | ulfl | 2005-11-28 14:51:27 -0600 (Mon, 28 Nov 2005) | 5 lines
+r29175 | etxrab | 2009-07-23 00:57:32 -0700 (Thu, 23 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture_loop.c
-   M /trunk/dumpcap.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
 
-dumpcap.c doesn't need to link with file.c!
+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
 
-this fortunately removes *a lot* of dependencies and make the resulting binary a lot smaller (and hopefully faster to load :-)
+Try to get the #includes right - take 2.
+------------------------------------------------------------------------
+r29177 | etxrab | 2009-07-23 01:56:09 -0700 (Thu, 23 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-some more cleanup (like replacing // by /**/)
+- 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.
 ------------------------------------------------------------------------
-r16619 | sharpe | 2005-11-28 11:32:30 -0600 (Mon, 28 Nov 2005) | 8 lines
+r29178 | guy | 2009-07-23 02:32:58 -0700 (Thu, 23 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-radiotap.c
 
+Don't divide the data rate by 2 - that loses information (yes, I have a
+trace with at least one packet transmitted at 5.5 Mb/s).
 
-Change the way we handle realloc so that we now compute all the space required
-up front and realloc once ...
+Clean up indentation.
 
-This will probably be the last changes I make on this dissector, as I want to
-concentrate on using asn2eth for LDAP, as time permits.
+------------------------------------------------------------------------
+r29179 | martinm | 2009-07-23 04:19:05 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dfilter/dfilter.h
 
+From Kovarththanan Rajaratnam: avoid circular dependency.
 
 ------------------------------------------------------------------------
-r16618 | guy | 2005-11-28 05:40:28 -0600 (Mon, 28 Nov 2005) | 2 lines
+r29180 | wmeier | 2009-07-23 10:46:09 -0700 (Thu, 23 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.in
-   M /trunk/dumpcap.c
+   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
 
-Add support for building dumpcap, and fix dumpcap to build on UN*X.
+Set editor modelines to be consistent between emacs and vi/ex;
+Indentation and whitespace cleanup;
 
 ------------------------------------------------------------------------
-r16617 | guy | 2005-11-28 04:28:31 -0600 (Mon, 28 Nov 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-sndcp.c
+   M /trunk/epan/dissectors/packet-dnp.c
 
-Update the offset correctly regardless of whether we're building a
-protocol tree or not.
+Saved by removing the bell.
 
 ------------------------------------------------------------------------
-r16616 | guy | 2005-11-28 04:26:21 -0600 (Mon, 28 Nov 2005) | 11 lines
+r29182 | etxrab | 2009-07-23 13:36:16 -0700 (Thu, 23 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
-Give the RFC number for CHAP.
+From Gerasimos Dimitriadis:
+Minor enhancement to LAI decoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3770
+------------------------------------------------------------------------
+r29183 | wmeier | 2009-07-23 13:52:54 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
 
-Don't fetch CHAP fields until we need them, so that we can at least
-partially dissect a short frame.
+Fix emacs editor modeline to be a 'safe" value.
 
-Even if the CHAP length is wrong, put it into the protocol tree using
-the registered field.
+------------------------------------------------------------------------
+r29184 | wmeier | 2009-07-23 13:53:44 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/crypt/airpdcap.c
 
-Use "tvb_format_text()" to put text into the Info column, so we handle
-non-printable characters by escaping them.
+Fix some whitespace ....
 
 ------------------------------------------------------------------------
-r16615 | ulfl | 2005-11-28 02:54:52 -0600 (Mon, 28 Nov 2005) | 9 lines
+r29185 | wmeier | 2009-07-23 14:25:02 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.common
-   M /trunk/Makefile.nmake
-   M /trunk/capture_loop.c
-   A /trunk/dumpcap.c
-   M /trunk/image/Makefile.nmake
-   A /trunk/image/dumpcap.rc.in
+   M /trunk/epan/dissectors/packet-atalk.c
 
-first steps towards a separated capture tool, working title "dumpcap"
-personal backup only, not meant for public testing!
+Use consistent indentation ...
 
-I've copied main.c into dumpcap.c and carved out all things not needed
+------------------------------------------------------------------------
+r29186 | etxrab | 2009-07-24 01:10:33 -0700 (Fri, 24 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-currently won't work as a command line tool, capture_loop.c wants an input pipe
-console output is also very ugly and the whole code needs a lot of further cleanup
+When using the new packet list select the first packet when the file read is complete. This should take care of the crash when closing WS.
+------------------------------------------------------------------------
+r29187 | etxrab | 2009-07-24 06:50:57 -0700 (Fri, 24 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/cfile.h
+   M /trunk/file.c
 
-shouldn't break the unix build as I've only changed the nmake files so far, but who knows ...
+Use g_slice if glib >=2.10
 ------------------------------------------------------------------------
-r16614 | sharpe | 2005-11-28 02:31:11 -0600 (Mon, 28 Nov 2005) | 6 lines
+r29188 | etxrab | 2009-07-24 14:25:21 -0700 (Fri, 24 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+From Kovarththanan Rajaratnam:
+New packet list: enable packet history
+Me: Add a comment.
+------------------------------------------------------------------------
+r29189 | sfisher | 2009-07-24 20:23:37 -0700 (Fri, 24 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Make sure that we reset the filter pointer after we realloc the filter.
 
-This should be simplified ... calc all the space required once and then realloc once etc.
+Update my e-mail address with a reference to the AUTHORS file
 
 
 ------------------------------------------------------------------------
-r16613 | sahlberg | 2005-11-28 02:20:12 -0600 (Mon, 28 Nov 2005) | 3 lines
+r29190 | etxrab | 2009-07-25 00:50:53 -0700 (Sat, 25 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-name some infolevels
-
+   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)
 ------------------------------------------------------------------------
-r16612 | guy | 2005-11-27 18:48:17 -0600 (Sun, 27 Nov 2005) | 2 lines
+r29191 | etxrab | 2009-07-25 02:45:35 -0700 (Sat, 25 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/gtk/goto_dlg.c
+   M /trunk/gtk/goto_dlg.h
+   M /trunk/gtk/main_packet_list.h
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Don't show the tag twice.
+From Kovarththanan Rajaratnam:
+packet_goto_next_previous_frame
+------------------------------------------------------------------------
+r29192 | etxrab | 2009-07-25 03:40:10 -0700 (Sat, 25 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/ui_util.h
 
+From Kovarththanan Rajaratnam:
+Include needed header (unbreak OSX buildbot)
 ------------------------------------------------------------------------
-r16611 | guy | 2005-11-27 18:41:01 -0600 (Sun, 27 Nov 2005) | 5 lines
+r29193 | sfisher | 2009-07-25 13:13:46 -0700 (Sat, 25 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+
 
-Host-Uniq is binary, not text.
+Remove two unused variables and mark a function paramter as unused
 
-FT_BYTES items don't have a base - the bytes are always dumped in hex -
-so use BASE_NONE with them.
 
 ------------------------------------------------------------------------
-r16610 | guy | 2005-11-27 06:10:03 -0600 (Sun, 27 Nov 2005) | 3 lines
+r29194 | guy | 2009-07-25 17:32:22 -0700 (Sat, 25 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/hcidump.c
+   M /trunk/wiretap/wtap.h
 
-Fail if *any* of the fields in the per-packet header of the first record
-aren't sane, rather than requiring them *all* to have invalid values.
+Note that libpcap fails if it tries to read a file with a snapshot
+length > 65535, so we shouldn't use a larger value.
 
 ------------------------------------------------------------------------
-r16609 | guy | 2005-11-26 20:42:29 -0600 (Sat, 26 Nov 2005) | 10 lines
+r29195 | etxrab | 2009-07-26 03:34:07 -0700 (Sun, 26 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.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
 
-Don't do anything to the filter string until we've successfully parsed
-the extensibleMatch.
+From Kovarththanan Rajaratnam:
+Only clear packet list store if we need to redissect.
+------------------------------------------------------------------------
+r29196 | gerald | 2009-07-26 08:03:27 -0700 (Sun, 26 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Make sure the filter string is always null-terminated, as we use
-"strlen()" to skip to the end of it.
+[Automatic manuf and enterprise-numbers update for 2009-07-26]
+------------------------------------------------------------------------
+r29199 | etxrab | 2009-07-26 15:11:46 -0700 (Sun, 26 Jul 2009) | 11 lines
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-On the (illegal, but not impossible) chance that we have more than one
-matching rule ID, attributeDescription, or matchValue, free any we
-already have before fetching a new one.
+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.
 ------------------------------------------------------------------------
-r16608 | sahlberg | 2005-11-26 16:49:18 -0600 (Sat, 26 Nov 2005) | 5 lines
+r29200 | etxrab | 2009-07-26 15:16:36 -0700 (Sun, 26 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/gtk/new_packet_list.c
 
-from Martin M
+"Create" the time cols when we render them making change of time format fast.
+------------------------------------------------------------------------
+r29201 | etxrab | 2009-07-26 15:18:11 -0700 (Sun, 26 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
 
-ppp chap updates
+Revert change by mistake.
+------------------------------------------------------------------------
+r29202 | etxrab | 2009-07-26 20:34:57 -0700 (Sun, 26 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+From Kovarththanan Rajaratnam:
+Use frame_data values .
+------------------------------------------------------------------------
+r29203 | etxrab | 2009-07-27 01:33:26 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/tshark.c
 
+From Kovarththanan Rajaratnam:
+Only fill in frame_data vals when needed.
 ------------------------------------------------------------------------
-r16607 | sahlberg | 2005-11-26 15:59:48 -0600 (Sat, 26 Nov 2005) | 3 lines
+r29204 | etxrab | 2009-07-27 06:08:17 -0700 (Mon, 27 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
 
-add endoffile infolevel
+From Gerasimos Dimitriadis:
+Decoding support for 4 DTAP IEs.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3777
+------------------------------------------------------------------------
+r29205 | wmeier | 2009-07-27 06:59:53 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
 
+reassemble.h: update two comments; reassemble.c: correct a typo.
 
 ------------------------------------------------------------------------
-r16606 | sahlberg | 2005-11-26 15:44:37 -0600 (Sat, 26 Nov 2005) | 3 lines
+r29206 | wmeier | 2009-07-27 07:45:25 -0700 (Mon, 27 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
-
-more infolevels
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
 
+Move proto_reg_handoff to the end ...
 
 ------------------------------------------------------------------------
-r16605 | sahlberg | 2005-11-26 15:09:53 -0600 (Sat, 26 Nov 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-smb2.c
+   M /trunk/epan/dissectors/packet-v52.c
 
-update setinfo response dissection
+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_
 ------------------------------------------------------------------------
-r16604 | ulfl | 2005-11-26 05:57:54 -0600 (Sat, 26 Nov 2005) | 1 line
+r29208 | wmeier | 2009-07-27 14:59:01 -0700 (Mon, 27 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/gtk/range_utils.c
+   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.
 
-fix #568: disable event "activate" handler for the range entry field. see the added comment for details
 ------------------------------------------------------------------------
-r16603 | jmayer | 2005-11-26 04:05:14 -0600 (Sat, 26 Nov 2005) | 1 line
+r29209 | wmeier | 2009-07-27 16:16:29 -0700 (Mon, 27 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/dap/Makefile
-   M /trunk/asn1/dap/dap-exp.cnf
-   M /trunk/asn1/dap/dap.asn
-   M /trunk/asn1/dap/dap.cnf
-   M /trunk/asn1/dap/packet-dap-template.c
-   M /trunk/asn1/dap/packet-dap-template.h
-   M /trunk/asn1/disp/Makefile
-   M /trunk/asn1/disp/disp.asn
-   M /trunk/asn1/disp/disp.cnf
-   M /trunk/asn1/disp/packet-disp-template.c
-   M /trunk/asn1/disp/packet-disp-template.h
-   M /trunk/asn1/dsp/Makefile
-   M /trunk/asn1/dsp/dsp-exp.cnf
-   M /trunk/asn1/dsp/dsp.asn
-   M /trunk/asn1/dsp/dsp.cnf
-   M /trunk/asn1/dsp/packet-dsp-template.c
-   M /trunk/asn1/dsp/packet-dsp-template.h
-   M /trunk/asn1/x501/Makefile
-   M /trunk/asn1/x501/packet-x501-template.c
-   M /trunk/asn1/x501/packet-x501-template.h
-   M /trunk/asn1/x501/x501-exp.cnf
-   M /trunk/asn1/x501/x501.asn
-   M /trunk/asn1/x501/x501.cnf
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-disp.h
-   M /trunk/epan/dissectors/packet-dsp.c
-   M /trunk/epan/dissectors/packet-dsp.h
-   M /trunk/epan/dissectors/packet-x501.c
-   M /trunk/epan/dissectors/packet-x501.h
+   M /trunk/AUTHORS
+
+Add Chris Costa to AUTHORS
 
-Porperties: replace executable by eol-style and keywords
 ------------------------------------------------------------------------
-r16602 | guy | 2005-11-25 22:16:40 -0600 (Fri, 25 Nov 2005) | 13 lines
+r29210 | sahlberg | 2009-07-28 00:18:05 -0700 (Tue, 28 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/ldap/packet-ldap-template.h
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
 
-Fix typoes in comments.
+From: Matthieu Patou <mat+Informatique.Samba@matws.net>
+Date: Mon, 27 Jul 2009 08:55:55 +0000 (+0200)
+Subject: patch_ldap_260709
 
-Update a comment, and get rid of a commented-out unused variable.
+Add a few additional LDAP OIDs
+and increase the maximum SASL blob size to be 1M instead of 256kb
 
-Use "get_ber_identifier()" and "get_ber_length()", rather than
-"dissect_ber_identifier()" and "dissect_ber_length()", if we're just
-fetching the values, rather than dissecting them.  As we're just
-fetching the values, if we get an error, put the identifer and length
-into the protocol tree (if we've enabled that) with
-"dissect_ber_identifier()" and "dissect_ber_length()".
 
-Properly declare class and tag variables as signed.
 
 ------------------------------------------------------------------------
-r16601 | guy | 2005-11-25 21:09:40 -0600 (Fri, 25 Nov 2005) | 2 lines
+r29211 | etxrab | 2009-07-28 02:26:18 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-
-Get rid of unused global variables.
+   M /trunk/epan/proto.h
 
+Whitespace change.
 ------------------------------------------------------------------------
-r16600 | guy | 2005-11-25 21:08:17 -0600 (Fri, 25 Nov 2005) | 2 lines
+r29212 | etxrab | 2009-07-28 03:53:57 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/stats_tree.c
-
-Get rid of unused function.
+   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.
 ------------------------------------------------------------------------
-r16599 | guy | 2005-11-25 21:06:25 -0600 (Fri, 25 Nov 2005) | 14 lines
+r29213 | sahlberg | 2009-07-28 06:01:41 -0700 (Tue, 28 Jul 2009) | 15 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rmt-norm.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
 
-Fix RFC number.
+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)
 
-Use "tvb_reported_length_remaining()" for all length checks and values,
-so we get the *actual* packet length, not the *captured* packet length
-(it's a *feature* if it reports a "packet cut short" error if the packet
-really *was* cut short by slicing).
 
-Set subtree lengths to -1, so that if an exception is throws while
-dissecting them, the length includes all the data.
+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 unused variables, and mark unused parameters.
 
-In heuristic checks, give up if we don't have enough data to check.
 
 ------------------------------------------------------------------------
-r16598 | sahlberg | 2005-11-25 21:06:21 -0600 (Fri, 25 Nov 2005) | 5 lines
+r29214 | sahlberg | 2009-07-28 06:38:46 -0700 (Tue, 28 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.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
 
-many commands return a short 8 byte pdu when errors occur.
-make ethereal handle these better instead of showing them as unreassembled packet
 
+------------------------------------------------------------------------
+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
 
 
 ------------------------------------------------------------------------
-r16597 | ulfl | 2005-11-25 19:56:22 -0600 (Fri, 25 Nov 2005) | 5 lines
+r29216 | sahlberg | 2009-07-28 06:50:22 -0700 (Tue, 28 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/print_dlg.c
+   A /trunk/epan/dissectors/pidl/frstrans.cnf
+   A /trunk/epan/dissectors/pidl/frstrans.idl
 
-fix #358: instead of simply using tpmnam() for the Win32 print function, use the "official" function to create a temporary file
+From Stefan Metzmacher :
+Add IDL file for FRSTRANS
 
-Well, we actually only need the filename here, so create a temp file with the "official" create_tempfile function, keep that tempfile name and then delete this file again, leaving only the name.
 
-I know that's a bit uncommon, but should work and uses the same mechanisms as with other temporary files. So if there are still problems with the official function, we only have one place to fix :-)
 ------------------------------------------------------------------------
-r16596 | sahlberg | 2005-11-25 18:34:22 -0600 (Fri, 25 Nov 2005) | 3 lines
+r29217 | sahlberg | 2009-07-28 06:53:10 -0700 (Tue, 28 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dcerpc-frstrans.c
+   A /trunk/epan/dissectors/packet-dcerpc-frstrans.h
 
-assume the four bytes after the fid in notify request is the completion mask
+From Stefan Metzmacher
+add generated FRSTRANS dissectors and add them to the build
 
 
 ------------------------------------------------------------------------
-r16595 | ulfl | 2005-11-25 17:54:19 -0600 (Fri, 25 Nov 2005) | 1 line
+r29218 | etxrab | 2009-07-28 07:07:15 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/menus.c
 
-fix a simple GTK1 warning
+Fix setting of timestamp_precision.
 ------------------------------------------------------------------------
-r16594 | sahlberg | 2005-11-25 17:52:47 -0600 (Fri, 25 Nov 2005) | 3 lines
+r29219 | sahlberg | 2009-07-28 07:11:08 -0700 (Tue, 28 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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
 
-add decoding of some more opcodes
+regenerate samr and frstrans with the new version of pidl
 
 
 ------------------------------------------------------------------------
-r16593 | ulfl | 2005-11-25 17:42:52 -0600 (Fri, 25 Nov 2005) | 4 lines
+r29220 | etxrab | 2009-07-28 09:20:05 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/expert.c
-   M /trunk/epan/expert.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/expert_comp_dlg.c
-   A /trunk/gtk/expert_comp_table.c
-   A /trunk/gtk/expert_comp_table.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
 
-from Greg Morris:
-Composite Expert statistics, see: 
-http://www.ethereal.com/lists/ethereal-dev/200511/msg00002.html
-and the following discussions
+Set reftime without recreating the packet list.
 ------------------------------------------------------------------------
-r16592 | ulfl | 2005-11-25 16:38:02 -0600 (Fri, 25 Nov 2005) | 4 lines
+r29221 | gerald | 2009-07-28 10:27:59 -0700 (Tue, 28 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/tethereal.c
+   M /trunk/test/config.sh
 
-rephrase the error dialog if an interface couldn't be opened.
+Update the adapter name check to match the buildbot.
 
-made the CaptureSetup wiki page more prominent
-added some "headings" so some of the help subtopics are easier for "human grep" IMHO
 ------------------------------------------------------------------------
-r16591 | ulfl | 2005-11-25 16:27:27 -0600 (Fri, 25 Nov 2005) | 8 lines
+r29222 | etxrab | 2009-07-28 11:29:15 -0700 (Tue, 28 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/capture.c
-
-add some more help text to the "no packets captured" error dialog:
-
-link to CaptureSetup wiki page
-Win32 only: wireless: "try switch off promicuous mode"
-
-This way we might get less user questions on the users-mailing list ...
+   M /trunk/file.c
 
-Especially the second one hopefully could save us from a lot of support mails :-)
+Pacify the build bot.
 ------------------------------------------------------------------------
-r16590 | sahlberg | 2005-11-25 16:06:56 -0600 (Fri, 25 Nov 2005) | 3 lines
+r29223 | etxrab | 2009-07-28 13:46:23 -0700 (Tue, 28 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add decoding of some more opcodes
-
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/ui_util.h
 
+From Kovarththanan Rajaratnam:
+Enable popup menu in packet list view.
 ------------------------------------------------------------------------
-r16589 | sahlberg | 2005-11-25 15:55:34 -0600 (Fri, 25 Nov 2005) | 3 lines
+r29224 | wmeier | 2009-07-28 13:56:36 -0700 (Tue, 28 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/gtk/recent.c
 
-from metze   and modified,   fix for in offset/length for transaction request
+Clarify (slightly) some comments;
+Add a comment as to what looks like incorrect code.
 
+------------------------------------------------------------------------
+r29225 | etxrab | 2009-07-28 15:18:19 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
+Make mark frame work.
 ------------------------------------------------------------------------
-r16588 | etxrab | 2005-11-25 14:30:42 -0600 (Fri, 25 Nov 2005) | 2 lines
+r29226 | jake | 2009-07-29 00:10:02 -0700 (Wed, 29 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/Makefile.common
-   M /trunk/wiretap/file_access.c
-   A /trunk/wiretap/iseries.c
-   A /trunk/wiretap/iseries.h
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.h
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Support for DLV RR (RFC 4431) and SHA-256 Digest for DS RR (RFC 4509).
 
-From Martin Warnes:
-Add Support for reading of IBM iSeries (AS/400) Comms traces
 ------------------------------------------------------------------------
-r16587 | etxrab | 2005-11-25 14:18:36 -0600 (Fri, 25 Nov 2005) | 1 line
+r29227 | kukosa | 2009-07-29 02:13:03 -0700 (Wed, 29 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/gsmmap/Makefile.nmake
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-sip.c
 
-Update the Camel asn1 spec to 3GPP TS 29.078 version 6.4.0 and export needed stuff from gsmmap
+Support for IPv6 addresses in URI
 ------------------------------------------------------------------------
-r16586 | sahlberg | 2005-11-25 02:26:02 -0600 (Fri, 25 Nov 2005) | 3 lines
+r29228 | sahlberg | 2009-07-29 03:01:14 -0700 (Wed, 29 Jul 2009) | 18 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.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
 
-add dissection of treedisconnect
+Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 
+its own crypt-aes.
 
+change the integer types to glib style integers
 
-------------------------------------------------------------------------
-r16585 | sahlberg | 2005-11-25 02:02:40 -0600 (Fri, 25 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
 
-add some more infolevels
+this may/will be helpful if/when we implement our own version of 
+kerberos 
+aes decryption of dcerpc since the existing libraries can not (yet) 
+handle when header signing is used.
+
+we should implement our own decryption of this for cfx+aes just as we 
+did for classic+arcfour
 
 
-------------------------------------------------------------------------
-r16584 | sahlberg | 2005-11-25 00:45:50 -0600 (Fri, 25 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
 
-fix typo   it is one in buffer and one out buffer in transaction request   not two out buffers
 
 
 ------------------------------------------------------------------------
-r16583 | sahlberg | 2005-11-25 00:30:47 -0600 (Fri, 25 Nov 2005) | 3 lines
+r29229 | sahlberg | 2009-07-29 03:28:10 -0700 (Wed, 29 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
 
-transaction update
+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)
 
-------------------------------------------------------------------------
-r16582 | etxrab | 2005-11-25 00:23:04 -0600 (Fri, 25 Nov 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pppoe.c
 
-From Martin Mathieson:
-Here is a patch to the PPPoED and PPPoES dissectors.
-- All fields are now filterable
-- General prettification
-- I've added a preference to PPoED to set whether or not tag values and data lengths should be shown in the tree (default is OFF)
 
 ------------------------------------------------------------------------
-r16581 | sahlberg | 2005-11-25 00:19:41 -0600 (Fri, 25 Nov 2005) | 3 lines
+r29230 | sahlberg | 2009-07-29 03:41:24 -0700 (Wed, 29 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
 
-add dissection of the smb2   impersionationlevel field
+Fixup the correct names of the parameters for OpenEventLogW
 
 
 ------------------------------------------------------------------------
-r16580 | sahlberg | 2005-11-25 00:04:11 -0600 (Fri, 25 Nov 2005) | 3 lines
+r29231 | sahlberg | 2009-07-29 03:59:31 -0700 (Wed, 29 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
 
-some info level updates
+start describing ReportEventW in the IDL and make use of the "bitmap" 
+for EventTypes.
 
+This addresses also bug 3552 with the until now unusued code.
+
+
+The eventlog dissector is very incomplete.
+While the protocol specification is available now, what is lacking is 
+example capture files to test with when implementing more of the IDL 
+definitions.
 
-------------------------------------------------------------------------
-r16579 | sahlberg | 2005-11-24 23:41:00 -0600 (Thu, 24 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
 
-some info level updates
 
 
 ------------------------------------------------------------------------
-r16578 | sahlberg | 2005-11-24 18:28:02 -0600 (Thu, 24 Nov 2005) | 3 lines
+r29232 | sahlberg | 2009-07-29 04:29:53 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.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
 
-update the transaction code
+zigbee cluster dissector,
+modified from entry in bug 3765 so it compiles cleanly
 
 
 ------------------------------------------------------------------------
-r16577 | sahlberg | 2005-11-24 09:24:30 -0600 (Thu, 24 Nov 2005) | 2 lines
+r29233 | stig | 2009-07-29 08:31:25 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/gtk/new_packet_list.c
 
-dissect some more of SMB2 Transaction command
+Mark an unused argument.
 
 ------------------------------------------------------------------------
-r16576 | sahlberg | 2005-11-24 08:49:46 -0600 (Thu, 24 Nov 2005) | 3 lines
+r29234 | jake | 2009-07-29 11:26:55 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-dissect some of opcode 0x0b Transaction
+From Neil Piercy:
+The Cert Authority hashes in the IKEv2 Cert Request are not dissected properly:
+the display offset is not correctly moved on, so the same info is displayed for
+all Cert Authority fields.
+------------------------------------------------------------------------
+r29235 | guy | 2009-07-29 12:39:17 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
 
+Add packet-zbee-zcl.h to the source tarball.
 
 ------------------------------------------------------------------------
-r16575 | etxrab | 2005-11-23 23:55:18 -0600 (Wed, 23 Nov 2005) | 25 lines
+r29236 | wmeier | 2009-07-29 13:24:10 -0700 (Wed, 29 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
-   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-ndmp.c
 
-From Greg Morris:
-ncp2222.py.diff
-Fixed decoding of NCP 89,10 reply packet. Fixes malformed packet.
-packet-ncp.c.diff
-Adds NCP protocol preference options for enabling/disabling the echoing of data to the expert table.
-Expert: EID to Name Lookups
-Expert: NCP Connections
-Expert: NCP Errors
-Expert: Server Information
-packet-ncp2222.inc.diff
-Adds decoding of ZEN attribute values
-zendmSearchType
-zendmSearchOrder
-Fixes blank name stored in EID to Name table if tuned name was returned in resolve name reply packet
-Adds capability of reading hf values from NCP tree for exporting specific NCP info to expert table
-Adds support for new NCP protocol preference options
-Adds expert options for EID to Name Lookups, NCP connections, and Server Information
-Change nwconnection from 16bit value to 32bit
-Packet-ncp-int.h.diff
-Fix function prototypes to match new 32bit nwconnection
-Add global variables to allow for new NCP protocol preference options
+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)
 
 ------------------------------------------------------------------------
-r16574 | etxrab | 2005-11-23 15:32:07 -0600 (Wed, 23 Nov 2005) | 1 line
+r29237 | etxrab | 2009-07-29 13:58:47 -0700 (Wed, 29 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Pretify TIPC addr.
+Add pinfo to new_packet_list_append() this should give us the abillity
+to store (most) of the underlying data rather than the strings in the store and render it when we need it, thuss saving storage space and loading time.
+
+Idealy we should not store the complete fdata or pinfo structures
+but rather just the data relevant to the currently selected/used columns. I'm not entierly sure how to accomplish that however.
+
+Dynamically allocated array to hold pointers to the actual data?
 ------------------------------------------------------------------------
-r16573 | etxrab | 2005-11-23 15:27:39 -0600 (Wed, 23 Nov 2005) | 3 lines
+r29238 | etxrab | 2009-07-29 14:32:49 -0700 (Wed, 29 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp-nmas.c
+   M /trunk/file.c
+   M /trunk/gtk/packet_list_store.c
 
-From greg Morris:
-Fixes proper decoding of extended error 2 values
-Also adds a number of additional error codes/values
+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.
 ------------------------------------------------------------------------
-r16572 | etxrab | 2005-11-23 15:25:24 -0600 (Wed, 23 Nov 2005) | 3 lines
+r29239 | wmeier | 2009-07-29 15:33:08 -0700 (Wed, 29 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.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...
+- ...
 
-From Greg Morris:
-Fixes proper decoding of extended error 2 values
-Also adds a number of additional error codes/values
 ------------------------------------------------------------------------
-r16571 | etxrab | 2005-11-23 15:17:58 -0600 (Wed, 23 Nov 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-srvloc.c
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+
+Function dissect_zcl_attr_data_type() unused: comment it out
 
-From Greg Morris:
-This update adds info column data for srvloc request/reply to display SLP version and XID information.
-Also adds expert data for srvloc error conditions
 ------------------------------------------------------------------------
-r16570 | kukosa | 2005-11-23 03:41:43 -0600 (Wed, 23 Nov 2005) | 1 line
+r29241 | wmeier | 2009-07-29 16:18:34 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/doc/README.developer
+
+Fix a typo
 
-fixed typo
 ------------------------------------------------------------------------
-r16569 | kukosa | 2005-11-23 01:47:22 -0600 (Wed, 23 Nov 2005) | 1 line
+r29242 | gerald | 2009-07-29 17:40:32 -0700 (Wed, 29 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/epan/dissectors/packet-ansi_683.c
+
+Remove some unused variables.
 
-export dissect_per_object_identifier_str() and dissect_ber_object_identifier_str() from libethereal
 ------------------------------------------------------------------------
-r16568 | etxrab | 2005-11-23 01:38:42 -0600 (Wed, 23 Nov 2005) | 1 line
+r29243 | gerald | 2009-07-30 09:17:46 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-ositp.c
+   M /trunk/epan/dissectors/packet-ospf.c
+
+Remove some unused variable assignments.
 
-Add Stig Bjørlykke as author of CDT (CompressedDataType) support 
 ------------------------------------------------------------------------
-r16567 | etxrab | 2005-11-23 01:33:03 -0600 (Wed, 23 Nov 2005) | 11 lines
+r29244 | martinm | 2009-07-30 09:53:33 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-p_mul.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-From Stig Bjørlykke
-Added a new dissector for CDT (CompressedDataType) as
- defined in STANAG 4406 Annex E.  This dissector is used in P_Mul to  
- decode encapsulated X.411 content.  I have added a function in the  
- X.411 dissector to decode a MTS APDU without having a ROS
-
- Changes in this patch:
- * Added CDT dissector
- * Use CDT dissector in P_Mul
- * Added function to decode MTS APDU in the X.411 dissector
+Show backoff indicator value in subheader tree root.
 
 ------------------------------------------------------------------------
-r16566 | etxrab | 2005-11-23 01:32:24 -0600 (Wed, 23 Nov 2005) | 11 lines
+r29245 | gerald | 2009-07-30 10:22:00 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   A /trunk/epan/dissectors/packet-cdt.c
-   A /trunk/epan/dissectors/packet-cdt.h
-
-From Stig Bjørlykke
-Added a new dissector for CDT (CompressedDataType) as
- defined in STANAG 4406 Annex E.  This dissector is used in P_Mul to  
- decode encapsulated X.411 content.  I have added a function in the  
- X.411 dissector to decode a MTS APDU without having a ROS
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
- Changes in this patch:
- * Added CDT dissector
- * Use CDT dissector in P_Mul
- * Added function to decode MTS APDU in the X.411 dissector
+Remove a couple of unused variables.
 
 ------------------------------------------------------------------------
-r16565 | etxrab | 2005-11-23 01:29:45 -0600 (Wed, 23 Nov 2005) | 11 lines
+r29246 | gerald | 2009-07-30 10:54:58 -0700 (Thu, 30 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/packet-x411-template.h
+   M /trunk/epan/except.c
+   M /trunk/epan/except.h
 
-From Stig Bjørlykke
-Added a new dissector for CDT (CompressedDataType) as
- defined in STANAG 4406 Annex E.  This dissector is used in P_Mul to  
- decode encapsulated X.411 content.  I have added a function in the  
- X.411 dissector to decode a MTS APDU without having a ROS
+From Kovarththanan Rajaratnam via bug 3506:
 
- Changes in this patch:
- * Added CDT dissector
- * Use CDT dissector in P_Mul
- * Added function to decode MTS APDU in the X.411 dissector
+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.
 
 ------------------------------------------------------------------------
-r16564 | etxrab | 2005-11-23 01:24:18 -0600 (Wed, 23 Nov 2005) | 1 line
+r29247 | etxrab | 2009-07-30 14:11:26 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   A /trunk/asn1/cdt
-   A /trunk/asn1/cdt/Makefile
-   A /trunk/asn1/cdt/Makefile.nmake
-   A /trunk/asn1/cdt/cdt-exp.cnf
-   A /trunk/asn1/cdt/cdt.asn
-   A /trunk/asn1/cdt/cdt.cnf
-   A /trunk/asn1/cdt/packet-cdt-template.c
-   A /trunk/asn1/cdt/packet-cdt-template.h
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-Add cdt
+From   swapnil:
+Packet-gtpv2.c dissector extended to support more IE's.
 ------------------------------------------------------------------------
-r16563 | guy | 2005-11-22 18:53:37 -0600 (Tue, 22 Nov 2005) | 5 lines
+r29248 | guy | 2009-07-30 14:40:22 -0700 (Thu, 30 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+Fix warnings:
 
-Fix a couple of mangled UTF-8 names.
+       the behavior of x = x++ is undefined by the ANSI C standard -
+       they obviously just meant x++;
 
-"cfs 2895" was a typo - combine the two entries for cjs2895 [AT]
-hotmail.com.
+       get rid of unused variables.
 
 ------------------------------------------------------------------------
-r16562 | etxrab | 2005-11-22 15:48:10 -0600 (Tue, 22 Nov 2005) | 1 line
+r29249 | gerald | 2009-07-30 16:47:36 -0700 (Thu, 30 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-tipc.c
+   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.
 
-Add dissection of Transparent Inter Process Communication (TIPC). 
 ------------------------------------------------------------------------
-r16561 | jmayer | 2005-11-22 06:51:14 -0600 (Tue, 22 Nov 2005) | 1 line
+r29250 | jake | 2009-07-30 23:51:27 -0700 (Thu, 30 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.h
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.h
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcp.c
-   M /trunk/epan/dissectors/packet-giop.c
-   M /trunk/epan/dissectors/packet-gnm.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-iuup.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pvfs2.c
-   M /trunk/epan/dissectors/packet-rmt-norm.c
-   M /trunk/epan/dissectors/packet-rmt-norm.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/tvbparse.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/plugins/h223/packet-h223.c
-   M /trunk/plugins/h223/packet-srp.c
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+NAPTR RR (RFC 3403) replacement MUST be a fully qualified domain-name.
 
-Trivial warning fixes
 ------------------------------------------------------------------------
-r16560 | sharpe | 2005-11-22 00:36:06 -0600 (Tue, 22 Nov 2005) | 4 lines
+r29251 | sfisher | 2009-07-31 00:02:02 -0700 (Fri, 31 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/gtk/gui_utils.c
 
 
-Remove unnecessary code to add NULLs to strings obtained with ASN1_STRING_VALUE_DECODE, as they are already there.
+Include packet_info.h before ui_utils.h since we just started passing a
+packet_info structure to one of the functions.
 
 
 ------------------------------------------------------------------------
-r16559 | sharpe | 2005-11-21 21:55:02 -0600 (Mon, 21 Nov 2005) | 4 lines
+r29252 | jake | 2009-07-31 00:05:43 -0700 (Fri, 31 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-dns.c
 
+From Ivan Sy:
+Add support for SSHFP RR (RFC 4255).
 
-Remove a comment that says we don't support extensibleMatch, because we now do. Also, remove an unused static.
+------------------------------------------------------------------------
+r29253 | gerald | 2009-07-31 09:37:53 -0700 (Fri, 31 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy via bug 3797:
+
+Support for SPF RR (RFC 4408)
 
+- this has the same format as TXT RR (see section 3.1.1) below.
+Currently wireshark 1.2.1 shows this as Unknown type 99
 
 ------------------------------------------------------------------------
-r16558 | sharpe | 2005-11-21 20:19:52 -0600 (Mon, 21 Nov 2005) | 6 lines
+r29254 | gerald | 2009-07-31 12:19:25 -0700 (Fri, 31 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.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:
 
-A first pass at providing a dissector for extensibleMatch filters.
+Part 1:
+Rename packet-gsm_abis_ip.c to packet-gsm_ipa.c.
 
-More work to come on the whole filters shtick and more clean-up required here.
+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.
 
 ------------------------------------------------------------------------
-r16557 | sahlberg | 2005-11-21 14:37:43 -0600 (Mon, 21 Nov 2005) | 5 lines
+r29255 | guy | 2009-07-31 13:13:53 -0700 (Fri, 31 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-from Metze
-generalize the offset/length/buffer   handling
-and make some code much nicer
+   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).
 
 ------------------------------------------------------------------------
-r16556 | etxrab | 2005-11-21 13:01:52 -0600 (Mon, 21 Nov 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-ethertype.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.
 
-Add ethertype for TIPC
 ------------------------------------------------------------------------
-r16555 | etxrab | 2005-11-21 13:01:07 -0600 (Mon, 21 Nov 2005) | 1 line
+r29257 | guy | 2009-07-31 16:38:02 -0700 (Fri, 31 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/etypes.h
+   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?).
 
-Add ethertype for TIPC
 ------------------------------------------------------------------------
-r16554 | guy | 2005-11-19 22:34:58 -0600 (Sat, 19 Nov 2005) | 7 lines
+r29258 | martinm | 2009-08-01 02:52:12 -0700 (Sat, 01 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-When registering a context ID and OID, set the OID to NULL if we don't
-have an OID to register.
-
-If our table of context identifiers and OIDs is to keep that association
-on a per-conversation basis, it should use conversations, not
-address/port, as we aren't necessarily running over TCP or UDP.
+Remember Msg3 bytes and compare with Msg4 Contention Resolution bodies.
 
 ------------------------------------------------------------------------
-r16553 | sahlberg | 2005-11-19 20:48:26 -0600 (Sat, 19 Nov 2005) | 6 lines
+r29259 | jake | 2009-08-02 05:11:38 -0700 (Sun, 02 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
-
-if the packet is mangled   the oid string might be NULL.
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-dont try to register a NULL oid
+Fix for bug 3800:
+Correctly track the size of Feedback Control Information in Payload specific RTCP feedback packet.
 
+------------------------------------------------------------------------
+r29260 | jake | 2009-08-02 05:53:14 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-zrtp.c
 
+Add additional cypher types.
 
 ------------------------------------------------------------------------
-r16552 | etxrab | 2005-11-19 09:59:30 -0600 (Sat, 19 Nov 2005) | 1 line
+r29261 | wmeier | 2009-08-02 05:58:57 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-usb-hid.c
+
+Remove unneeded #include <epan/emem.h>; fix some indentation.
 
-Use VendorID from sminmpec.
 ------------------------------------------------------------------------
-r16551 | etxrab | 2005-11-19 09:58:16 -0600 (Sat, 19 Nov 2005) | 1 line
+r29262 | gerald | 2009-08-02 08:03:29 -0700 (Sun, 02 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/diameter/dictionary.xml
-   M /trunk/diameter/mobileipv4.xml
-   M /trunk/diameter/nasreq.xml
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Use the correct Application Id:s fix a typo.
+[Automatic manuf and enterprise-numbers update for 2009-08-02]
 ------------------------------------------------------------------------
-r16550 | sahlberg | 2005-11-19 04:27:16 -0600 (Sat, 19 Nov 2005) | 3 lines
+r29265 | wmeier | 2009-08-02 12:09:36 -0700 (Sun, 02 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-http.c
 
-fix for bug 570,   the domain name is present in sessionsetupandx replies even for wc==4
+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.
 
 ------------------------------------------------------------------------
-r16549 | sahlberg | 2005-11-19 04:03:16 -0600 (Sat, 19 Nov 2005) | 3 lines
+r29266 | wmeier | 2009-08-02 12:17:09 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-fix bug 588 and friends
+   M /trunk/epan/dissectors/packet-uma.c
 
+Change default range from 1401,1401 to 1401 so that the port isn't double-registered.
 
 ------------------------------------------------------------------------
-r16548 | sahlberg | 2005-11-18 21:19:56 -0600 (Fri, 18 Nov 2005) | 3 lines
+r29267 | wmeier | 2009-08-02 12:20:20 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-the 4 bytes in MxAc   are access maxk   not file attributes
+   M /trunk/epan/dissectors/packet-stun.c
 
+packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not register for same.
 
 ------------------------------------------------------------------------
-r16547 | sahlberg | 2005-11-18 21:15:39 -0600 (Fri, 18 Nov 2005) | 3 lines
+r29268 | wmeier | 2009-08-02 12:54:33 -0700 (Sun, 02 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-prettification
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
+Do dissector_add() only if port non-zero; register dissector for "decode-as".
 
 ------------------------------------------------------------------------
-r16546 | sahlberg | 2005-11-18 20:24:22 -0600 (Fri, 18 Nov 2005) | 3 lines
+r29269 | stig | 2009-08-03 01:05:44 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-decode the extra blob at the end of Create calls
+   M /trunk/epan/dissectors/packet-usb-hid.c
 
+Handle usb_hid_item_usage_vals as range_string.
 
 ------------------------------------------------------------------------
-r16545 | sahlberg | 2005-11-18 15:59:05 -0600 (Fri, 18 Nov 2005) | 5 lines
+r29270 | stig | 2009-08-03 02:58:14 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/Makefile.common
 
-update to SMB2_FILE_ALL_INFO dissection
+Added missing packet-usb-hid.h
 
-prettify dissection of some strings
+------------------------------------------------------------------------
+r29271 | wmeier | 2009-08-03 07:17:31 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-ositp.c
 
+(Trivial) Fix two typos.
 
 ------------------------------------------------------------------------
-r16544 | guy | 2005-11-18 04:06:47 -0600 (Fri, 18 Nov 2005) | 5 lines
+r29272 | wmeier | 2009-08-03 08:18:44 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-mip6.c
 
-Don't crash if a null OID pointer is passed to
-"call_ber_oid_callback()".  (Arguably, the caller of
-"call_ber_oid_callback()" should check for that, and report that a
-presumably-required field is missing.)
+Do find_dissector_table() in proto_reg_handoff().
 
 ------------------------------------------------------------------------
-r16543 | sahlberg | 2005-11-18 01:31:18 -0600 (Fri, 18 Nov 2005) | 3 lines
+r29273 | wmeier | 2009-08-03 09:18:06 -0700 (Mon, 03 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
-
-dissect some more infolevels
+   M /trunk/plugins/mate/packet-mate.c
 
+Use find_dissector() instead of create_dissector_handle();
+Fix some indentation.
 
 ------------------------------------------------------------------------
-r16542 | guy | 2005-11-18 00:12:17 -0600 (Fri, 18 Nov 2005) | 2 lines
+r29274 | wmeier | 2009-08-03 09:21:55 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/tethereal.pod
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-rpcap.c
 
-Add support for the "-B" flag to Tethereal on Windows.
+Reword some help text slightly.
 
 ------------------------------------------------------------------------
-r16541 | guy | 2005-11-17 18:34:11 -0600 (Thu, 17 Nov 2005) | 12 lines
+r29275 | wmeier | 2009-08-03 10:25:17 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_sync.c
+   M /trunk/epan/packet.c
 
-Make the message length in the sync pipe message header 3 bytes of
-binary data, so the maximum message length can be up to 2^24-1.
+Add some debug code (commented out) to check for duplicate dissector port registrations,
 
-Add a #define for that message size, and have it be 4096, for now, as
-that was the size of the buffer used to read sync pipe messages.
+------------------------------------------------------------------------
+r29276 | wmeier | 2009-08-03 11:06:36 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/packet.c
 
-Clean up white space.
+Remove 1 commented-out #include inadvertantly committed.
 
-When displaying an error message from the capture child, don't use it as
-a format string - it could conceivably contain "%"s.  Instead, format it
-with "%s".
+------------------------------------------------------------------------
+r29277 | jake | 2009-08-03 11:23:04 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
 
+From Ivan Sy:
+Support for Host Identity Protocol (HIP) Domain Name System (DNS) Extension.
 ------------------------------------------------------------------------
-r16540 | guy | 2005-11-17 17:50:08 -0600 (Thu, 17 Nov 2005) | 4 lines
+r29278 | gerald | 2009-08-03 12:50:35 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/sha1.c
+   M /trunk/epan/dissectors/packet-sccp.c
 
-The fopen() is used only if you build this as a stand-alone SHA-1 test
-program, not as a library routine; just leave it as fopen(), to simplify
-the build process.
+Add a null pointer check. Remove some unused variables.
 
 ------------------------------------------------------------------------
-r16539 | sahlberg | 2005-11-17 16:30:19 -0600 (Thu, 17 Nov 2005) | 3 lines
+r29279 | guy | 2009-08-03 14:07:08 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add dissection of more infolevels for smb2
+   M /trunk/epan/dissectors/packet-dns.c
 
+Thou shalt terminate thy value_string arrays with {0, NULL}.
 
 ------------------------------------------------------------------------
-r16538 | sahlberg | 2005-11-17 08:22:11 -0600 (Thu, 17 Nov 2005) | 3 lines
+r29280 | jake | 2009-08-03 14:12:41 -0700 (Mon, 03 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add dissection of fs_[objectid|full_size]_info
-
+   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.
 ------------------------------------------------------------------------
-r16537 | sahlberg | 2005-11-17 08:00:07 -0600 (Thu, 17 Nov 2005) | 3 lines
+r29281 | guy | 2009-08-03 14:17:30 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
-
- add dissection of fs quota info
+   M /trunk/epan/dissectors/packet-sccp.c
 
+Clean up indentation somewhat.
 
 ------------------------------------------------------------------------
-r16536 | sahlberg | 2005-11-17 07:43:22 -0600 (Thu, 17 Nov 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-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add full dissection of fs_[volume|size|device|atrtibute]_info
+   M /trunk/plugins/m2m/packet-m2m.c
 
+Various minor cleanups:
+- Do all find_dissector() calls only once during proto_reg_handoff 
+   (not each time a sub-dissector is called when dissecting frames).
+- Move proto_register & proto_reg_handoff to the end of the file as per convention;
+- Move a global variables to be local;
+- Change a global variable to be static; 
+- Remove unneeded multiple #include <string.h>
+- Remove an unneeded variable and a few unneeded lines of code.
 
 ------------------------------------------------------------------------
-r16535 | sahlberg | 2005-11-17 06:30:36 -0600 (Thu, 17 Nov 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-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add dissection of the security descriptor mask
+   M /trunk/plugins/wimax/packet-wmx.c
 
+Minor cleanups:
+- Comment out code which creates two dissector tables and then
+   stores a preference value in each of them; 
+   AFAICT the tables are not accessed elsewhere;
+- Comment out the no longer required prefs callback specification
+   in proto_register;
+- "if (... == -1)" not req'd in proto_register;
+- Remove unused proto_reg_wimax function.
 
 ------------------------------------------------------------------------
-r16534 | guy | 2005-11-17 05:50:36 -0600 (Thu, 17 Nov 2005) | 8 lines
+r29284 | wmeier | 2009-08-03 16:18:59 -0700 (Mon, 03 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-
-The SHA-1 routines now take const pointers; don't cast away constness.
+   M /trunk/plugins/wimax/packet-wmx.c
 
-tvb_get_ptr() returns a "const guint8 *"; don't bother casting its
-return value to "const guint8 *".
-
-"cms_verify_msg_digest()" can be passed a const pointer for "alg"; make
-its argument a "const char *".
+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;
 
 ------------------------------------------------------------------------
-r16533 | guy | 2005-11-17 05:48:30 -0600 (Thu, 17 Nov 2005) | 2 lines
+r29285 | gerald | 2009-08-03 16:49:05 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/sha1.c
-   M /trunk/epan/sha1.h
+   M /trunk/gtk/compare_stat.c
+   M /trunk/plugins/asn1/packet-asn1.c
 
-Constify arguments.
+Add some null checks.
 
 ------------------------------------------------------------------------
-r16532 | guy | 2005-11-17 05:16:37 -0600 (Thu, 17 Nov 2005) | 3 lines
+r29286 | gerald | 2009-08-03 16:50:55 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/asn1/x509af/packet-x509af-template.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
-Get rid of some char * vs. const char * warnings, and declare a function
-with no arguments as such.
+Remove a couple of unused variables.
 
 ------------------------------------------------------------------------
-r16531 | guy | 2005-11-17 05:15:26 -0600 (Thu, 17 Nov 2005) | 2 lines
+r29287 | gerald | 2009-08-03 16:51:13 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
 
-Get rid of an unused variable.
+Rework an assignment to keep static analyzers from complaining.
 
 ------------------------------------------------------------------------
-r16530 | guy | 2005-11-17 05:14:38 -0600 (Thu, 17 Nov 2005) | 3 lines
+r29288 | gerald | 2009-08-03 17:35:30 -0700 (Mon, 03 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/cmdarg_err.h
+   M /trunk/make-version.pl
 
-With GCC 2.x and later, mark cmdarg_err() and cmdarg_err_cont() as being
-printf-like.
+Don't exit with an error if we can't find the svn executable.
 
 ------------------------------------------------------------------------
-r16529 | sahlberg | 2005-11-17 02:21:53 -0600 (Thu, 17 Nov 2005) | 3 lines
+r29289 | jmayer | 2009-08-04 00:50:49 -0700 (Tue, 04 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-decode the create flags
-
+   M /trunk/epan/proto.h
 
+Warning fix: comma at end of enum
 ------------------------------------------------------------------------
-r16528 | sahlberg | 2005-11-17 01:32:17 -0600 (Thu, 17 Nov 2005) | 3 lines
+r29290 | martinm | 2009-08-04 03:41:08 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add more updates from the wiki
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
+Show number of predefined bytes in info column.
 
 ------------------------------------------------------------------------
-r16527 | sahlberg | 2005-11-17 01:04:41 -0600 (Thu, 17 Nov 2005) | 3 lines
+r29291 | gerald | 2009-08-04 10:59:48 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-start updating the dissector from wiki updates done
+   M /trunk/epan/dissectors/packet-pop.c
 
+Miscellaneous cleanups.
 
 ------------------------------------------------------------------------
-r16526 | guy | 2005-11-16 23:59:21 -0600 (Wed, 16 Nov 2005) | 13 lines
+r29292 | guy | 2009-08-04 11:39:43 -0700 (Tue, 04 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture.h
-   M /trunk/capture_opts.c
-   M /trunk/clopts_common.c
-   M /trunk/clopts_common.h
-   A /trunk/cmdarg_err.h
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-pop.c
 
-Handle "-G" only in Tethereal - it doesn't work in Wireshark, and isn't
-necessary there.
+Clean up white space a bit - use 2-space indenting.
 
-Add a "cmdarg_err()" routine to report command-line option errors; it
-creates a console if necessary, and prints the command name and the
-trailing newline.  Also add "cmdarg_err_cont()", which also creates a
-console if necessary, and prints a trailing newline but no command name;
-it's used to continue the message.  Use those, rather than
-"g_warning()", for errors.
-
-That means that we no longer need to pass the command name to various
-command-line argument parsing routines.
+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.
 
 ------------------------------------------------------------------------
-r16525 | guy | 2005-11-16 23:02:30 -0600 (Wed, 16 Nov 2005) | 2 lines
+r29293 | wmeier | 2009-08-04 11:46:51 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
-Squelch some const vs. non-const warnings.
+Remove duplicate entry from ett[]
 
 ------------------------------------------------------------------------
-r16524 | guy | 2005-11-16 22:54:25 -0600 (Wed, 16 Nov 2005) | 2 lines
+r29294 | wmeier | 2009-08-04 11:48:45 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/epan/dissectors/packet-x509if.c
+   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
 
-Include <epan/emem.h> to declare ep_alloc().
+Init ett_... variables to -1
 
 ------------------------------------------------------------------------
-r16523 | guy | 2005-11-16 22:47:41 -0600 (Wed, 16 Nov 2005) | 3 lines
+r29295 | wmeier | 2009-08-04 11:52:01 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
 
-"dissect_ber_object_identifier_str" expects a "const char **" as its
-last argument; make it so.
+Initialize several ett_... variables to -1
 
 ------------------------------------------------------------------------
-r16522 | guy | 2005-11-16 22:15:01 -0600 (Wed, 16 Nov 2005) | 4 lines
+r29296 | wmeier | 2009-08-04 12:01:34 -0700 (Tue, 04 Aug 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/strutil.h
+   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
 
-g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - they
-exist in GLib 2.x, but not in 1.2[.x].  Check the version number of
-GLIB, not of GTK+, to decide whether to #define them.
+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.
 
 ------------------------------------------------------------------------
-r16521 | guy | 2005-11-16 22:10:31 -0600 (Wed, 16 Nov 2005) | 11 lines
+r29297 | wmeier | 2009-08-04 12:29:42 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-chdlc.c
 
-Don't list "-B" on UN*X - it's not available there.
-
-On Windows, show it using the same usage-message syntax as other
-options.
-
-Clean up the usage message.
-
-When doing the "pre-scan" of command-line arguments, suppress error
-messages - that suppresses bogus messages for GTK+ command-line flags,
-and gets rid of double messages for other errors.
+Fix benign double subtree registration of an ett_... variable.
 
 ------------------------------------------------------------------------
-r16520 | sahlberg | 2005-11-16 17:17:21 -0600 (Wed, 16 Nov 2005) | 4 lines
+r29298 | jake | 2009-08-04 14:05:38 -0700 (Tue, 04 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/asn1/dap/packet-dap-template.c
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dap.c
-   A /trunk/epan/dissectors/packet-dap.h
-   A /trunk/epan/dissectors/packet-disp.c
-   A /trunk/epan/dissectors/packet-disp.h
-   A /trunk/epan/dissectors/packet-dsp.c
-   A /trunk/epan/dissectors/packet-dsp.h
-   A /trunk/epan/dissectors/packet-x501.c
-   A /trunk/epan/dissectors/packet-x501.h
-
-add the rest of Graeme Lunts patch
-
-
+   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.
 ------------------------------------------------------------------------
-r16519 | sahlberg | 2005-11-16 17:15:04 -0600 (Wed, 16 Nov 2005) | 3 lines
+r29299 | guy | 2009-08-04 16:14:40 -0700 (Tue, 04 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/strutil.h
-
-add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platforms as well
+   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.
 
 ------------------------------------------------------------------------
-r16518 | sahlberg | 2005-11-16 16:53:33 -0600 (Wed, 16 Nov 2005) | 10 lines
+r29300 | guy | 2009-08-04 17:13:38 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   A /trunk/asn1/dap
-   A /trunk/asn1/dap/Makefile
-   A /trunk/asn1/dap/dap-exp.cnf
-   A /trunk/asn1/dap/dap.asn
-   A /trunk/asn1/dap/dap.cnf
-   A /trunk/asn1/dap/packet-dap-template.c
-   A /trunk/asn1/dap/packet-dap-template.h
-   A /trunk/asn1/disp
-   A /trunk/asn1/disp/Makefile
-   A /trunk/asn1/disp/disp.asn
-   A /trunk/asn1/disp/disp.cnf
-   A /trunk/asn1/disp/packet-disp-template.c
-   A /trunk/asn1/disp/packet-disp-template.h
-   A /trunk/asn1/dsp
-   A /trunk/asn1/dsp/Makefile
-   A /trunk/asn1/dsp/dsp-exp.cnf
-   A /trunk/asn1/dsp/dsp.asn
-   A /trunk/asn1/dsp/dsp.cnf
-   A /trunk/asn1/dsp/packet-dsp-template.c
-   A /trunk/asn1/dsp/packet-dsp-template.h
-   A /trunk/asn1/x501
-   A /trunk/asn1/x501/Makefile
-   A /trunk/asn1/x501/packet-x501-template.c
-   A /trunk/asn1/x501/packet-x501-template.h
-   A /trunk/asn1/x501/x501-exp.cnf
-   A /trunk/asn1/x501/x501.asn
-   A /trunk/asn1/x501/x501.cnf
-
-from Graeme Lunt
-
-4 new asn based protocols
-X501
-DISP
-DAP
-DSP
-
+   M /trunk/plugins/wimax/msg_dsc.c
 
+Fix typo.
 
 ------------------------------------------------------------------------
-r16517 | ulfl | 2005-11-16 16:08:50 -0600 (Wed, 16 Nov 2005) | 2 lines
+r29301 | gerald | 2009-08-04 17:36:27 -0700 (Tue, 04 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/epan/dissectors/packet-h225.c
 
-hmmm, buggy bugfix
-capture_child isn't initialized already here, so remove the whole error reaction check for now
-------------------------------------------------------------------------
-r16516 | ulfl | 2005-11-16 15:46:24 -0600 (Wed, 16 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/gtk/main.c
+Add a couple of pointer checks.
 
-the "pre-scan" of the command line parameters shouldn't stop the capture child. The child uses a slightly different parameter pattern, so this isn't an error here. Fixes the reported capture problem
 ------------------------------------------------------------------------
-r16515 | etxrab | 2005-11-16 14:25:29 -0600 (Wed, 16 Nov 2005) | 1 line
+r29302 | jake | 2009-08-05 00:33:44 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   D /trunk/diameter/3GPPSh.xml
-   A /trunk/diameter/TGPPSh.xml
-   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
-A digit as first letter does not work fix some cut-and-paste errors.
-------------------------------------------------------------------------
-r16514 | etxrab | 2005-11-16 14:03:09 -0600 (Wed, 16 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+Fix for bug 3806:
+Add presentation of Block Ack Bitmap.
 
-Decose APN messages correctly.
 ------------------------------------------------------------------------
-r16513 | jmayer | 2005-11-16 12:44:05 -0600 (Wed, 16 Nov 2005) | 4 lines
+r29303 | martinm | 2009-08-05 01:02:12 -0700 (Wed, 05 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/manuf.tmpl
-
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-Graeme Hewson: Continue to use the old Netscreen name - it makes it
-        easier to identify the Juniper firewall products.
+Show power headroom report inside its own subtree.
 
 ------------------------------------------------------------------------
-r16512 | sahlberg | 2005-11-16 04:59:41 -0600 (Wed, 16 Nov 2005) | 6 lines
+r29304 | gerald | 2009-08-05 08:39:29 -0700 (Wed, 05 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/gtk/wlan_stat_dlg.c
+   M /trunk/tap-iostat.c
 
- add dissection of buffercode
-according to
-wiki.etehreal.com/SMB2/BufferCode
+Squelch a couple of Clang Static Analyzer warnings.
 
+------------------------------------------------------------------------
+r29305 | jake | 2009-08-05 11:17:18 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
 
+From Ivan Sy:
+Add support for Support for DHCID RR (RFC 4701).
 
 ------------------------------------------------------------------------
-r16511 | sahlberg | 2005-11-16 03:27:43 -0600 (Wed, 16 Nov 2005) | 3 lines
+r29306 | jake | 2009-08-05 11:21:52 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-   M /trunk/epan/strutil.h
-
- add a simple g_strlcat define in strutil   for gtk==1  where this symbol does not exist
+   M /trunk/epan/dissectors/packet-wbxml.c
 
+Fix for bug 3811:
+Add missing shorthand application/vnd.ms-sync besides application/vnd.ms-sync.wbxml.
 
 ------------------------------------------------------------------------
-r16510 | etxrab | 2005-11-16 01:21:48 -0600 (Wed, 16 Nov 2005) | 1 line
+r29307 | jake | 2009-08-05 11:42:45 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter-defs.h
-   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
-Display AVP:s of Dimater type Unsigned32 as such even when they have "value translation".
+From Gerasimos Dimitriadis:
+Fixes/enhances the decoding of the Mobile Identity IE for type of identity
+"TMGI and optional MBMS Session Identity".
 ------------------------------------------------------------------------
-r16509 | etxrab | 2005-11-16 01:16:34 -0600 (Wed, 16 Nov 2005) | 8 lines
+r29308 | gerald | 2009-08-05 12:03:48 -0700 (Wed, 05 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-p_mul.c
 
-From Greg Morris;
-The following diff (based on current SVN) fixes the following...
-1. Adds additional return value 0xa901 
-"Invalid Data Type Flag (outdated return value - replaced in NSS as 0x89aa error)" 
-for 87/xx NCP's.
-2. Fixes decode for NCP 87/20 reply packets
-3. Fixes decode for NCP 89/53 request packets
+Convert a GString to an ep_strbuf_t (and squelch a static analysis
+warning in the process). Remove an unused variable.
 
 ------------------------------------------------------------------------
-r16508 | etxrab | 2005-11-16 01:13:12 -0600 (Wed, 16 Nov 2005) | 39 lines
+r29309 | wmeier | 2009-08-06 09:06:11 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/acse/Makefile.nmake
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/cms/Makefile.nmake
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/asn1/ess/ExtendedSecurityServices.asn
-   M /trunk/asn1/ess/Makefile.nmake
-   M /trunk/asn1/ess/ess.cnf
-   M /trunk/asn1/rtse/Makefile.nmake
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/asn1/s4406/Makefile.nmake
-   M /trunk/asn1/s4406/s4406.asn
-   M /trunk/asn1/s4406/s4406.cnf
-   M /trunk/asn1/x411/Makefile.nmake
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/asn1/x509af/AuthenticationFramework.asn
-   M /trunk/asn1/x509af/Makefile.nmake
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/asn1/x509af/packet-x509af-template.h
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/asn1/x509if/Makefile.nmake
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.h
-   M /trunk/asn1/x509if/x509if-exp.cnf
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/asn1/x509sat/Makefile.nmake
-   M /trunk/asn1/x509sat/SelectedAttributeTypes.asn
-   M /trunk/asn1/x509sat/x509sat.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-s4406.c
-   M /trunk/epan/dissectors/packet-s5066.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.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
-
-From Graeme Lunt:
-Here are a number of small patches for asn1 based dissectors:
-
-acse:
-  release request/response column information (many X.400/X.500 unbinds are
-empty)
-  "standardised" PNAME to "ISO 8650-1 OSI Association Control Service"
-  fix for crash when using EXTERNAL dissector
-
-rtse:
-  column information when attempting a resume
-
-x509if:
-  generation of LDAP-style DNs from RDNSequences 
-  new function x509if_get_last_dn() to get the last DN generated.
-
-x509af:
-  DSS parameters
-  certificate extension naming
-  subject naming of certificate
-
-x509sat:
-  Guide syntax (as SET now supported)
-  PDU exports.
-  
-cms:
-  verification of message digest attribute (SHA-1 and MD5)
-  
-ess:
-  enumerated/restrictive/permissive/informative security categories
-
-x411:
-  generation of string encoding of X.400 addresses, trace information and message identifiers.
-
-s4406:
-  separate types for primary and copy precedence to allow better filtering (e.g. primary precedence = flash)
-  priority-level-qualifier
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
+Register ett[] subtree array only once.
 
 ------------------------------------------------------------------------
-r16507 | guy | 2005-11-15 04:56:18 -0600 (Tue, 15 Nov 2005) | 6 lines
+r29310 | wmeier | 2009-08-06 09:10:29 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
 
-Handle OSPF V3 prefixes similarly to the way other IPv6 prefixes are
-handled (but not the same, as the prefix length in OSPF is rounded up to
-a multiple of 4 bytes, not just a byte).  This simplifies the code, and
-keeps us from overflowing the buffer we allocate if the prefix length is
-> 128 (we now just report that as an error).
+Register ett[] subtree array only once.
 
 ------------------------------------------------------------------------
-r16506 | sahlberg | 2005-11-15 02:49:34 -0600 (Tue, 15 Nov 2005) | 3 lines
+r29311 | wmeier | 2009-08-06 09:13:31 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add decoding of extended attributes
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
+Remove inadvertantly committed comments re issue yet to be fixed ...
 
 ------------------------------------------------------------------------
-r16505 | kukosa | 2005-11-14 07:05:17 -0600 (Mon, 14 Nov 2005) | 3 lines
+r29312 | wmeier | 2009-08-06 11:44:38 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/tools/asn2eth.py
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Prevent possible (benign ?) array references with an array index of -1.
 
-improvements in value constraint support
-- NO_BOUND is defined instead of usage -1
-- negative bound is handled properly for INTEGER
 ------------------------------------------------------------------------
-r16504 | sahlberg | 2005-11-14 07:02:23 -0600 (Mon, 14 Nov 2005) | 6 lines
+r29313 | gerald | 2009-08-06 13:55:04 -0700 (Thu, 06 Aug 2009) | 3 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
-
-move the include of emem.h a bit further down
-so it does know what size_t is when emem is included.
-
-i needed this change to get it to compile on my box
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-user_encap.c
 
+Fix compilation warnings in a few dissectors and try moving them to the
+"clean" list.
 
 ------------------------------------------------------------------------
-r16503 | sahlberg | 2005-11-14 06:06:39 -0600 (Mon, 14 Nov 2005) | 3 lines
+r29314 | wmeier | 2009-08-06 14:42:40 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-some more infol;evels decoded
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
 
+Fix some indentation and spacing
 
 ------------------------------------------------------------------------
-r16502 | guy | 2005-11-14 04:49:13 -0600 (Mon, 14 Nov 2005) | 2 lines
+r29315 | tuexen | 2009-08-06 14:55:10 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.h
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-Fix the declaration of gssapi_lookup_oid_str() to match its definition.
+Get it compiling when HAVE_LIBGCRYPT is not defined.
 
 ------------------------------------------------------------------------
-r16501 | kukosa | 2005-11-14 04:02:31 -0600 (Mon, 14 Nov 2005) | 3 lines
+r29316 | stig | 2009-08-06 15:06:37 -0700 (Thu, 06 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/asn1/ess/ess.cnf
-   M /trunk/asn1/ess/packet-ess-template.c
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/asn1/ocsp/ocsp.cnf
-   M /trunk/asn1/ocsp/packet-ocsp-template.c
-   M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.c
-   M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
-   M /trunk/asn1/pkixcmp/cmp.cnf
-   M /trunk/asn1/pkixcmp/packet-cmp-template.c
-   M /trunk/asn1/pkixcrmf/crmf.cnf
-   M /trunk/asn1/pkixcrmf/packet-crmf-template.c
-   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c
-   M /trunk/asn1/pkixqualified/pkixqualified.cnf
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/packet-x420-template.c
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/asn1/x509ce/packet-x509ce-template.c
-   M /trunk/asn1/x509ce/x509ce.cnf
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   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-ftam.c
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.c
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/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.
 
- - dissect_ber_object_identifier() returns value as tvb
- - new dissect_ber_object_identifier_str() function
- - BER dissectors adapted and regenerated
 ------------------------------------------------------------------------
-r16500 | etxrab | 2005-11-13 14:53:24 -0600 (Sun, 13 Nov 2005) | 2 lines
+r29317 | tuexen | 2009-08-06 15:26:05 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
+   M /trunk/epan/dissectors/Makefile.common
 
-Fix Bug 566  H.263: in display filters, ftype bit masked by sbit 
+packet-sctp.c seems to be clean (at least it is on Mac OS X).
 
 ------------------------------------------------------------------------
-r16499 | etxrab | 2005-11-13 12:09:44 -0600 (Sun, 13 Nov 2005) | 1 line
+r29318 | guy | 2009-08-06 16:26:24 -0700 (Thu, 06 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/ranap/Makefile.nmake
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/asn1/ranap/ranap.asn
-   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-Fix the lenght calculation.
-------------------------------------------------------------------------
-r16498 | etxrab | 2005-11-13 10:40:55 -0600 (Sun, 13 Nov 2005) | 1 line
-Changed paths:
-   A /trunk/diameter/3GPPSh.xml
-   M /trunk/diameter/dictionary.xml
-   M /trunk/diameter/imscxdx.xml
-   M /trunk/diameter/mobileipv4.xml
-   M /trunk/diameter/nasreq.xml
+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.
 
-Update some 3GPP AVP:s
 ------------------------------------------------------------------------
-r16497 | sahlberg | 2005-11-12 17:17:06 -0600 (Sat, 12 Nov 2005) | 4 lines
+r29319 | wmeier | 2009-08-06 16:47:21 -0700 (Thu, 06 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-prettify read/write
-
+   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).
 
 ------------------------------------------------------------------------
-r16496 | sahlberg | 2005-11-12 17:05:29 -0600 (Sat, 12 Nov 2005) | 11 lines
+r29320 | wmeier | 2009-08-06 16:51:45 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-prettify smb2
-
-always put the filename in col_info if it is known
-
-for getinfo/setinfo  put the class/level in colinfo as well.
-
-
-this makes it very easy to see in the packet summary which file a icommand applies to and what kind of info is requested
-
+   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'
 
 ------------------------------------------------------------------------
-r16495 | sahlberg | 2005-11-12 16:05:53 -0600 (Sat, 12 Nov 2005) | 16 lines
+r29321 | gerald | 2009-08-06 17:15:35 -0700 (Thu, 06 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rlogin.c
-
-from martin marthieson
-
-updates to rlogin
-
-Hi, this patch:
-- uses value_string for control message field
-- doesn't use a single global time value to mark start of all conversations!
-- corrects client-user-name, server-user-name order in initial user-info
-message
-- adds data (text input/output) into the protocol tree
-- makes lots more things filterable
-- improves info column text (always calls rlogin_display() now)
-- cleans up some whitespace
-
+   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
+Clean up the last two DIRTY_DISSECTOR_SRC entries.
 
 ------------------------------------------------------------------------
-r16494 | sahlberg | 2005-11-12 15:56:02 -0600 (Sat, 12 Nov 2005) | 16 lines
+r29322 | krj | 2009-08-07 05:15:46 -0700 (Fri, 07 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-from Laurent Constantin
-
-updates to smb
-A patch for packet-smb.c is attached:
- - it improves timeout decoding
- - it defines common NT transaction IOCTL functions
- - it corrects decoding of resume key in search queries
- - it defines a new function dissect_4_2_16_8_unsure() to replace
- Â  dissect_4_2_16_8(). I'm unsure if it is correct. As said in
- Â  comments, it works for me, but I find strange that nobody noticed
- Â  dissect_4_2_16_8() was wrong. So, it is between "#if 0".
- Â  Someone else should confirm dissect_4_2_16_8_unsure() works
- Â  before activating it.
+   M /trunk/file.c
 
+Free frame data slice on file reset
 
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3813
 
 ------------------------------------------------------------------------
-r16493 | sahlberg | 2005-11-12 15:14:17 -0600 (Sat, 12 Nov 2005) | 2 lines
+r29323 | krj | 2009-08-07 06:18:02 -0700 (Fri, 07 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-if we get the error BUTTER_TOO_SMALL coming back in a getinfo reply   the data will just be 4 bytes and will contain the required buffer size
+   M /trunk/config.nmake
 
+Use fully qualified path to bash
 ------------------------------------------------------------------------
-r16492 | ulfl | 2005-11-12 10:44:54 -0600 (Sat, 12 Nov 2005) | 3 lines
+r29324 | krj | 2009-08-07 07:01:44 -0700 (Fri, 07 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/file_util.h
-
-minor mkdir bugfix from Gisle Vanem
-
+   M /trunk/config.nmake
 
+Back out r29323. The non fully qualified path seems to work for everyone else so don't mess with it.
 ------------------------------------------------------------------------
-r16491 | sahlberg | 2005-11-12 05:42:06 -0600 (Sat, 12 Nov 2005) | 3 lines
+r29325 | jmayer | 2009-08-07 11:45:06 -0700 (Fri, 07 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-the timestamps of negprot are known
+   M /trunk/epan/dissectors/packet-bootp.c
 
+- Add rfc number comments on not-yet-decoded options
+- Decode autoconfigure option
 
 ------------------------------------------------------------------------
-r16490 | sahlberg | 2005-11-12 05:27:34 -0600 (Sat, 12 Nov 2005) | 3 lines
+r29326 | jmayer | 2009-08-07 11:47:56 -0700 (Fri, 07 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/Makefile.am
+   M /trunk/wiretap/Makefile.am
 
- improve the dissection of Create and fill in most of the fields
+* 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.
 
 ------------------------------------------------------------------------
-r16489 | guy | 2005-11-12 05:05:02 -0600 (Sat, 12 Nov 2005) | 12 lines
+r29327 | jmayer | 2009-08-07 11:49:24 -0700 (Fri, 07 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/file.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/progress_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/progress_dlg.h
-   M /trunk/proto_hier_stats.c
-
-Allow a progress dialog to have "Stop" or "Cancel" as the "terminate
-button"; "Stop" should be used for operations that can only be stopped
-(meaning that what it's already done isn't undone), not cancelled
-(meaning that whatever it's already done *is* undone), for which
-"Cancel" is used.
-
-Allow the merging process to be cancelled.
-
-Clean up indentation.
+   M /trunk/acinclude.m4
+   M /trunk/configure.in
 
-Update some comments.
+- Add an AC macro to test linker flags.
+- Test whether the linker supports --as-needed and if so,
+  adds it to LDFLAGS
 
 ------------------------------------------------------------------------
-r16488 | ulfl | 2005-11-12 04:09:02 -0600 (Sat, 12 Nov 2005) | 2 lines
+r29328 | wmeier | 2009-08-07 14:22:54 -0700 (Fri, 07 Aug 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
-   M /trunk/epan/oui.h
+   M /trunk/tshark.c
+
+tshark: console_log_level preference now controls which log msgs are sent to stderr;
+Note: This is a behavior change: 
+      Given the default value for the console_log_level preference
+       tshark will now show ERROR, CRITICAL and WARNING level log messages.
+      Prior to this change tshark was hardwired to show only
+       ERROR and CRITICAL level messages.
+      Time will tell whether this change results in too much noise
+       in tshark output.
 
-(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):
-add some PROFINET specific LLDP extensions
 ------------------------------------------------------------------------
-r16487 | sahlberg | 2005-11-12 04:07:12 -0600 (Sat, 12 Nov 2005) | 3 lines
+r29329 | gerald | 2009-08-07 14:53:40 -0700 (Fri, 07 Aug 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-eth.c
 
-dissect more of Close request/response
+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.
 
 ------------------------------------------------------------------------
-r16486 | ulfl | 2005-11-12 04:01:35 -0600 (Sat, 12 Nov 2005) | 1 line
+r29330 | wmeier | 2009-08-07 15:36:14 -0700 (Fri, 07 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/capture_opts.c
+   M /trunk/tools/fuzz-test.sh
 
-including io.h isn't needed
-------------------------------------------------------------------------
-r16485 | ulfl | 2005-11-12 03:39:24 -0600 (Sat, 12 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/plugins/profinet/packet-pn-dcp.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.
 
-minor enhancements
 ------------------------------------------------------------------------
-r16484 | sahlberg | 2005-11-12 02:48:02 -0600 (Sat, 12 Nov 2005) | 6 lines
+r29331 | gerald | 2009-08-07 17:27:31 -0700 (Fri, 07 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
-
-add initial decode of dcerpc over smb2
-
-
-it does not yet multiplex between different files   but it is better than nothing
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
 
+If we have a format error, don't try adding something to the
+tree. Fixes bug 3822.
 
 ------------------------------------------------------------------------
-r16483 | sahlberg | 2005-11-12 01:45:01 -0600 (Sat, 12 Nov 2005) | 11 lines
+r29332 | guy | 2009-08-07 18:21:55 -0700 (Fri, 07 Aug 2009) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
-
-in order to handle dcerpc over smb2 later and to make the heuristics stronger for determining what might and what might not be a pipe
-
-
-add   TID tracking.   for all TreeConnect requests/resposnes seen,   store the name->tid mapping and other metadata.
-
+   M /trunk/gtk/main.c
 
-as a freebee    the disswection of the tid in the ehader is aware of this table so when a tid value is dissected in the header and we known the name for this tid   then put it in an expansion below the tid.
+Move one comment before all of the code to which it refers.
 
+Update another comment with information from the corresponding comment
+in tshark.c
 
+Move some code so that it's run only if its result is used.
 
+Add an additional comment about logging on UN*X.
 
 ------------------------------------------------------------------------
-r16482 | sahlberg | 2005-11-11 22:23:52 -0600 (Fri, 11 Nov 2005) | 10 lines
+r29333 | guy | 2009-08-07 18:23:15 -0700 (Fri, 07 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
-
-start separating things out into structures
-we can regenerate from the header
-we need to remember between request/response
-we need on a per conersation bases
-
-to reduce the amount of data we store in the per req/resp  pair  since there will be many of them and we want that struct as small as possible.
-
-
+   M /trunk/tshark.c
 
+Note that the new behavior matches what Wireshark does.
 
 ------------------------------------------------------------------------
-r16481 | sahlberg | 2005-11-11 19:21:43 -0600 (Fri, 11 Nov 2005) | 3 lines
+r29334 | jake | 2009-08-07 21:51:42 -0700 (Fri, 07 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-
- a guid is only 16  bytes  so dont highlight 20 bytes in the hexpane
+   M /trunk/epan/dissectors/packet-ipv6.c
 
+From Ivan Sy:
+Fixed IPv6 malformed packet when ip6_nxt (Next Header) is equal to "59". as per section 4.7 RFC 2460.
 
 ------------------------------------------------------------------------
-r16480 | jmayer | 2005-11-11 18:42:45 -0600 (Fri, 11 Nov 2005) | 1 line
+r29335 | krj | 2009-08-08 02:22:58 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/idl_types.h
+   M /trunk/packaging/portableapps/win32/makefile.nmake
 
-Update to samba 11681
-------------------------------------------------------------------------
-r16479 | jmayer | 2005-11-11 18:42:03 -0600 (Fri, 11 Nov 2005) | 24 lines
-Changed paths:
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
+Pass on WinPcap/MSVC redistributable executables to the WiresharkPortable launcher and not the extractor.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3547.
 
-Update to samba 11691:
 ------------------------------------------------------------------------
-r11535 | jelmer | 2005-11-06 14:53:37 +0100 (Sun, 06 Nov 2005) | 2 lines
+r29336 | krj | 2009-08-08 02:57:07 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/Template.pm
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/epan/dissectors/packet-x420.c
 
-Support void functions when generating templates.
+Make sure that we pass on the same set of parameters to asn2wrs.py on Unix/Windows. This fix ensures that the generated copyright headers are identical on both platforms.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3658
 
 ------------------------------------------------------------------------
-r11539 | jelmer | 2005-11-06 15:31:01 +0100 (Sun, 06 Nov 2005) | 4 lines
+r29337 | krj | 2009-08-08 05:40:59 -0700 (Sat, 08 Aug 2009) | 4 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/TODO
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/Template.pm
-
-Fix indentation in templates. Always generate lower-case
-UUID strings as GUID_from_string seems to have trouble with
-uppercased ones.
+   M /trunk/gtk/filter_autocomplete.c
 
-------------------------------------------------------------------------
+From Bahaa Naamneh via Bug 3538:
 
+This patch ensures that the filter autocompletion code handles protocols (radius and wimaxasncp) which uses delayed initialisation of protocols fields.
 
 ------------------------------------------------------------------------
-r16478 | jmayer | 2005-11-11 18:25:27 -0600 (Fri, 11 Nov 2005) | 1 line
+r29338 | gerald | 2009-08-08 15:20:08 -0700 (Sat, 08 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
+   M /trunk/plugins/m2m/packet-m2m.c
+
+Check TLV lengths before we try to add them to the tree. Fixes bug 3824.
 
-Propset svn:...
 ------------------------------------------------------------------------
-r16477 | sahlberg | 2005-11-11 16:12:10 -0600 (Fri, 11 Nov 2005) | 10 lines
+r29339 | guy | 2009-08-08 18:23:09 -0700 (Sat, 08 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.h
-   M /trunk/epan/dissectors/packet-smb2.c
-
-in smb2   the file handles are not normal context handles    they are just a guid
-
-make them a guid in smb2 dissector and make tim pottesr excellent conmtext handle tracking also able to do the same thing for GUIDs
-
-
-( a context handle is just a 32 biut attribute field followed by a uuid anyway)
-
-
+   M /trunk/epan/dissectors/packet-ppp.c
 
+Don't use DISSECTOR_ASSERT() to check a packet's content.  Fixes bug
+3827.
 
 ------------------------------------------------------------------------
-r16476 | etxrab | 2005-11-11 16:05:21 -0600 (Fri, 11 Nov 2005) | 5 lines
+r29340 | krj | 2009-08-08 23:26:46 -0700 (Sat, 08 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-
-fix:
-Malformed packet IAM, Calling party number 
-Application transport -  some code clean up. 
-bug 551 Nor Med PC ethereal-bugs@ethereal.com NEW SS7, ISUP, IAM-signal, malformed packet (not) 
-Bug 554 Min Low PC ethereal-bugs@ethereal.com NEW ETSI codec dissection error in BICC 
-------------------------------------------------------------------------
-r16475 | sahlberg | 2005-11-11 06:49:42 -0600 (Fri, 11 Nov 2005) | 3 lines
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/kerberos/packet-kerberos-template.c
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/mpeg-audio/packet-mpeg-audio-template.c
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
+   M /trunk/asn1/nbap/packet-nbap-template.c
+   M /trunk/asn1/ocsp/packet-ocsp-template.c
+   M /trunk/asn1/pcap/packet-pcap-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/ranap/packet-ranap-template.c
+   M /trunk/asn1/rnsap/packet-rnsap-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/asn1/rrc/packet-rrc-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/s1ap/packet-s1ap-template.c
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/x2ap/packet-x2ap-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/asn1/x509af/packet-x509af-template.c
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-9p.c
+   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/dissectors/packet-acap.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-actrace.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-agentx.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-airopeek.c
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-amqp.c
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-ans.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-armagetronad.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-aruba-adp.c
+   M /trunk/epan/dissectors/packet-asf.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-auto_rp.c
+   M /trunk/epan/dissectors/packet-ax4000.c
+   M /trunk/epan/dissectors/packet-ayiya.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-beep.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bfd.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bofl.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-btrfcomm.c
+   M /trunk/epan/dissectors/packet-btsdp.c
+   M /trunk/epan/dissectors/packet-bvlc.c
+   M /trunk/epan/dissectors/packet-ccsds.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-cgmp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cimd.c
+   M /trunk/epan/dissectors/packet-cisco-sm.c
+   M /trunk/epan/dissectors/packet-cisco-wids.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmpp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/epan/dissectors/packet-daap.c
+   M /trunk/epan/dissectors/packet-daytime.c
+   M /trunk/epan/dissectors/packet-dcc.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dect.c
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-distcc.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-dlsw.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dplay.c
+   M /trunk/epan/dissectors/packet-dpnss.c
+   M /trunk/epan/dissectors/packet-drda.c
+   M /trunk/epan/dissectors/packet-dsi.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-dtp.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-eigrp.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-epmd.c
+   M /trunk/epan/dissectors/packet-erf.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-etherip.c
+   M /trunk/epan/dissectors/packet-exec.c
+   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fcoe.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-fefd.c
+   M /trunk/epan/dissectors/packet-fip.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftp.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-g723.c
+   M /trunk/epan/dissectors/packet-gdsdb.c
+   M /trunk/epan/dissectors/packet-gift.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gnutella.c
+   M /trunk/epan/dissectors/packet-gprs-ns.c
+   M /trunk/epan/dissectors/packet-gre.c
+   M /trunk/epan/dissectors/packet-gsm_um.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-h1.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h264.c
+   M /trunk/epan/dissectors/packet-hci_h1.c
+   M /trunk/epan/dissectors/packet-hilscher.c
+   M /trunk/epan/dissectors/packet-homeplug.c
+   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-hyperscsi.c
+   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/epan/dissectors/packet-icap.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-icp.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+   M /trunk/epan/dissectors/packet-igrp.c
+   M /trunk/epan/dissectors/packet-imap.c
+   M /trunk/epan/dissectors/packet-infiniband.c
+   M /trunk/epan/dissectors/packet-ipdc.c
+   M /trunk/epan/dissectors/packet-ipfc.c
+   M /trunk/epan/dissectors/packet-ipp.c
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
+   M /trunk/epan/dissectors/packet-ipsec-udp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-ipxwan.c
+   M /trunk/epan/dissectors/packet-irc.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-isdn.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-itdm.c
+   M /trunk/epan/dissectors/packet-jabber.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/epan/dissectors/packet-kingfisher.c
+   M /trunk/epan/dissectors/packet-kismet.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-l1-events.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lanforge.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapbether.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-lapdm.c
+   M /trunk/epan/dissectors/packet-laplink.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-lge_monitor.c
+   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-llt.c
+   M /trunk/epan/dissectors/packet-lmi.c
+   M /trunk/epan/dissectors/packet-lmp.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-lwapp.c
+   M /trunk/epan/dissectors/packet-lwres.c
+   M /trunk/epan/dissectors/packet-m2tp.c
+   M /trunk/epan/dissectors/packet-m2ua.c
+   M /trunk/epan/dissectors/packet-maccontrol.c
+   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/epan/dissectors/packet-mbtcp.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-megaco.c
+   M /trunk/epan/dissectors/packet-mesh.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mmse.c
+   M /trunk/epan/dissectors/packet-mp4ves.c
+   M /trunk/epan/dissectors/packet-mpeg-audio.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-mpls-echo.c
+   M /trunk/epan/dissectors/packet-mq-pcf.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-msn-messenger.c
+   M /trunk/epan/dissectors/packet-msnlb.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mstp.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-nasdaq-itch.c
+   M /trunk/epan/dissectors/packet-nasdaq-soup.c
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ncs.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/dissectors/packet-newmail.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-nntp.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-nsrp.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-nt-tpcp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-oicq.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-opsi.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-paltalk.c
+   M /trunk/epan/dissectors/packet-pana.c
+   M /trunk/epan/dissectors/packet-pcap.c
+   M /trunk/epan/dissectors/packet-pcep.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pgsql.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pktc.c
+   M /trunk/epan/dissectors/packet-pktgen.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pptp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-prp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-q2931.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-q933.c
+   M /trunk/epan/dissectors/packet-qllc.c
+   M /trunk/epan/dissectors/packet-quake.c
+   M /trunk/epan/dissectors/packet-quake2.c
+   M /trunk/epan/dissectors/packet-quake3.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-rdm.c
+   M /trunk/epan/dissectors/packet-rip.c
+   M /trunk/epan/dissectors/packet-ripng.c
+   M /trunk/epan/dissectors/packet-rlm.c
+   M /trunk/epan/dissectors/packet-rmcp.c
+   M /trunk/epan/dissectors/packet-rmi.c
+   M /trunk/epan/dissectors/packet-rmt-alc.c
+   M /trunk/epan/dissectors/packet-rmt-norm.c
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/dissectors/packet-roofnet.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-rsh.c
+   M /trunk/epan/dissectors/packet-rsl.c
+   M /trunk/epan/dissectors/packet-rsync.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-rudp.c
+   M /trunk/epan/dissectors/packet-rx.c
+   M /trunk/epan/dissectors/packet-s1ap.c
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sbus.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-sebek.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-slimp3.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-smtp.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/epan/dissectors/packet-spp.c
+   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/epan/dissectors/packet-sscf-nni.c
+   M /trunk/epan/dissectors/packet-sscop.c
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-synergy.c
+   M /trunk/epan/dissectors/packet-syslog.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-tali.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-teimanagement.c
+   M /trunk/epan/dissectors/packet-telkonet.c
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/epan/dissectors/packet-time.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-tivoconnect.c
+   M /trunk/epan/dissectors/packet-tns.c
+   M /trunk/epan/dissectors/packet-tpkt.c
+   M /trunk/epan/dissectors/packet-tpncp.c
+   M /trunk/epan/dissectors/packet-tr.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-tsp.c
+   M /trunk/epan/dissectors/packet-tte-pcf.c
+   M /trunk/epan/dissectors/packet-tte.c
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-turnchannel.c
+   M /trunk/epan/dissectors/packet-tuxedo.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-usb-masstorage.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-vcdu.c
+   M /trunk/epan/dissectors/packet-vicp.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-vj.c
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-vrrp.c
+   M /trunk/epan/dissectors/packet-vtp.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-who.c
+   M /trunk/epan/dissectors/packet-wlccp.c
+   M /trunk/epan/dissectors/packet-wol.c
+   M /trunk/epan/dissectors/packet-wow.c
+   M /trunk/epan/dissectors/packet-wsmp.c
+   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-x29.c
+   M /trunk/epan/dissectors/packet-x2ap.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-xcsl.c
+   M /trunk/epan/dissectors/packet-xdmcp.c
+   M /trunk/epan/dissectors/packet-xot.c
+   M /trunk/epan/dissectors/packet-xtp.c
+   M /trunk/epan/dissectors/packet-xyplex.c
+   M /trunk/epan/dissectors/packet-yhoo.c
+   M /trunk/epan/dissectors/packet-ymsg.c
+   M /trunk/epan/dissectors/packet-zebra.c
+   M /trunk/epan/dissectors/packet-zrtp.c
+   M /trunk/plugins/docsis/packet-docsis.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/giop/packet-coseventcomm.c
+   M /trunk/plugins/giop/packet-cosnaming.c
+   M /trunk/plugins/giop/packet-parlay.c
+   M /trunk/plugins/giop/packet-tango.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt.c
+
+Don't guard col_set_str (COL_PROTOCOL) with col_check
+------------------------------------------------------------------------
+r29341 | krj | 2009-08-08 23:47:24 -0700 (Sat, 08 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ascend.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-clip.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-ehs.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-sqloracle.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/plugins/unistim/packet-unistim.c
+
+Don't guard col_set_str (COL_PROTOCOL) with col_check
+------------------------------------------------------------------------
+r29342 | krj | 2009-08-09 00:01:26 -0700 (Sun, 09 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.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
 
-start decoding notify requests
+Don't guard col_set_str (COL_INFO) with col_check
+------------------------------------------------------------------------
+r29343 | krj | 2009-08-09 00:14:16 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ascend.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-clip.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-gsm_um.c
+   M /trunk/epan/dissectors/packet-isdn.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
 
+Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_check
+------------------------------------------------------------------------
+r29344 | krj | 2009-08-09 00:36:13 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/goose/packet-goose-template.c
+   M /trunk/asn1/kerberos/packet-kerberos-template.c
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/mpeg-audio/packet-mpeg-audio-template.c
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-9p.c
+   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-actrace.c
+   M /trunk/epan/dissectors/packet-airopeek.c
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-aruba-adp.c
+   M /trunk/epan/dissectors/packet-asf.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-auto_rp.c
+   M /trunk/epan/dissectors/packet-bfd.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bofl.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cisco-wids.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmpp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-cups.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-distcc.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dplay.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-eigrp.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-fefd.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-gift.c
+   M /trunk/epan/dissectors/packet-gnutella.c
+   M /trunk/epan/dissectors/packet-goose.c
+   M /trunk/epan/dissectors/packet-gprs-ns.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+   M /trunk/epan/dissectors/packet-h223.c
+   M /trunk/epan/dissectors/packet-hci_h1.c
+   M /trunk/epan/dissectors/packet-hyperscsi.c
+   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/epan/dissectors/packet-icp.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+   M /trunk/epan/dissectors/packet-igrp.c
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-infiniband.c
+   M /trunk/epan/dissectors/packet-ipars.c
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
+   M /trunk/epan/dissectors/packet-ipsec-udp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-ipxwan.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapbether.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/dissectors/packet-lmi.c
+   M /trunk/epan/dissectors/packet-lmp.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-maccontrol.c
+   M /trunk/epan/dissectors/packet-mbtcp.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-mgcp.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mpeg-audio.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-mq-pcf.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-nt-tpcp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-paltalk.c
+   M /trunk/epan/dissectors/packet-pcep.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pptp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-qllc.c
+   M /trunk/epan/dissectors/packet-quake.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-rdm.c
+   M /trunk/epan/dissectors/packet-rip.c
+   M /trunk/epan/dissectors/packet-ripng.c
+   M /trunk/epan/dissectors/packet-rmt-alc.c
+   M /trunk/epan/dissectors/packet-rmt-norm.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rpcap.c
+   M /trunk/epan/dissectors/packet-rsl.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rsync.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
+   M /trunk/epan/dissectors/packet-rtp-events.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rudp.c
+   M /trunk/epan/dissectors/packet-rx.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sbus.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sita.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-sqloracle.c
+   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/dissectors/packet-syslog.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-teimanagement.c
+   M /trunk/epan/dissectors/packet-telkonet.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-tn3270.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-tsp.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-usb-masstorage.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-vicp.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-vrrp.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-who.c
+   M /trunk/epan/dissectors/packet-wol.c
+   M /trunk/epan/dissectors/packet-wow.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/epan/dissectors/packet-x29.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-xcsl.c
+   M /trunk/epan/dissectors/packet-xdmcp.c
+   M /trunk/epan/dissectors/packet-xtp.c
+   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1.c
 
+Don't guard col_clear with col_check
 ------------------------------------------------------------------------
-r16474 | sahlberg | 2005-11-11 05:35:10 -0600 (Fri, 11 Nov 2005) | 3 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
+
+Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
+------------------------------------------------------------------------
+r29346 | krj | 2009-08-09 01:14:59 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/t125/packet-t125-template.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-afs.c
+   M /trunk/epan/dissectors/packet-amqp.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-cfm.c
+   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/epan/dissectors/packet-dec-bpdu.c
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-dect.c
+   M /trunk/epan/dissectors/packet-dplay.c
+   M /trunk/epan/dissectors/packet-dvmrp.c
+   M /trunk/epan/dissectors/packet-epl_v1.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-iec104.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-igap.c
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-ipvs-syncd.c
+   M /trunk/epan/dissectors/packet-kdp.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-mrdisc.c
+   M /trunk/epan/dissectors/packet-msnip.c
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-netdump.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-omapi.c
+   M /trunk/epan/dissectors/packet-pagp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-retix-bpdu.c
+   M /trunk/epan/dissectors/packet-rgmp.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rtnet.c
+   M /trunk/epan/dissectors/packet-rtps.c
+   M /trunk/epan/dissectors/packet-rtps2.c
+   M /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-teamspeak2.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/m2m/packet-m2m.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/unistim/packet-unistim.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+Don't guard col_clear with col_check
+------------------------------------------------------------------------
+r29347 | krj | 2009-08-09 03:50:30 -0700 (Sun, 09 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
 
-dissect READ packets
+Don't use DISSECTOR_ASSERT to check source/destination address type.
 
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3825
 
 ------------------------------------------------------------------------
-r16473 | sahlberg | 2005-11-11 05:14:14 -0600 (Fri, 11 Nov 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-smb2.c
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-09]
+------------------------------------------------------------------------
+r29351 | wmeier | 2009-08-09 08:07:35 -0700 (Sun, 09 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimax/msg_arq.c
+   M /trunk/plugins/wimax/msg_dreg.c
+   M /trunk/plugins/wimax/msg_pmc.c
+
+'if(proto_... == -1)' not req'd; Don't register ett[] more than once;
+
+------------------------------------------------------------------------
+r29352 | wmeier | 2009-08-09 08:49:02 -0700 (Sun, 09 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+g_error() if registering a subtree item type already registered (or not initialized to -1).
+
+------------------------------------------------------------------------
+r29353 | wmeier | 2009-08-09 09:48:28 -0700 (Sun, 09 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at_devstat.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_hp.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt_devctrl.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mst.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_svc.c
+
+(Trivial): Remove uneeded #includes; make a few fcns static;
 
-write offset is 32 bits   so is write length
+------------------------------------------------------------------------
+r29354 | krj | 2009-08-09 10:33:23 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/file.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/print.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/tap-protohierstat.c
 
+Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works because proto_item is typedefed to proto_node. We shouldn't rely on this since this is an implementation detail.
+------------------------------------------------------------------------
+r29355 | krj | 2009-08-09 10:57:31 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/expert.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimax/wimax_harq_map_decoder.c
+   M /trunk/proto_hier_stats.c
+
+Add PTREE_FINFO and use PITEM_FINFO when possible.
+------------------------------------------------------------------------
+r29356 | krj | 2009-08-09 11:05:44 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+
+Use PTREE_FINFO.
+------------------------------------------------------------------------
+r29357 | krj | 2009-08-09 11:15:36 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.h
+
+Use PITEM_FINFO.
+------------------------------------------------------------------------
+r29358 | krj | 2009-08-09 12:23:13 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Split common parts of se_alloc and ep_alloc into emem_alloc.
+------------------------------------------------------------------------
+r29359 | krj | 2009-08-09 13:10:19 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Split common parts of ep_free_all and se_free_all into emem_free_all.
+------------------------------------------------------------------------
+r29360 | krj | 2009-08-09 13:28:38 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+g_error() requires a string literal.
+------------------------------------------------------------------------
+r29361 | krj | 2009-08-09 14:10:04 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Add unsigned int typecast
+------------------------------------------------------------------------
+r29362 | jmayer | 2009-08-10 07:55:47 -0700 (Mon, 10 Aug 2009) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Ivan Sy <ivan_jr@yahoo.com> via bug 3814
+
+TTL-Check for local network group addresses: Normally the
+only valid TTL is 1. Add a check for VRRP and GLBP, where
+the only valid TTL is 255.
+
+Me: change the logic so the funtion returns the valid ttl
+    instead of true/false.
+
+
+------------------------------------------------------------------------
+r29363 | gerald | 2009-08-10 08:33:54 -0700 (Mon, 10 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Fix the build.
+
+------------------------------------------------------------------------
+r29364 | gerald | 2009-08-10 09:12:55 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/wiretap/erf.c
+
+Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crash
+reported in bug 3849.
+
+------------------------------------------------------------------------
+r29365 | krj | 2009-08-10 09:36:44 -0700 (Mon, 10 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Use ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE) to guard canary code to get things compiling after r29358.
+------------------------------------------------------------------------
+r29366 | guy | 2009-08-10 11:22:05 -0700 (Mon, 10 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/wiretap/erf.c
+
+Update a comment - a bad packet size could also be the result of a file
+not actually being an ERF file.
+
+Don't compute the packet size until you know that rlen is valid.
+
+------------------------------------------------------------------------
+r29367 | wmeier | 2009-08-10 11:45:47 -0700 (Mon, 10 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-redbackli.c
+
+(Quick) fix for bug #3836;
+Allow the DIR ("direction") AVP to be of variable length
+ (in the absence of any documentation for this protocol).
+ See the source for further comments.
+
+------------------------------------------------------------------------
+r29368 | etxrab | 2009-08-10 12:48:42 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3819
+------------------------------------------------------------------------
+r29369 | etxrab | 2009-08-10 12:53:12 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+From Steve Osselton:
+GIOP dissector update for MIOP.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3847
+------------------------------------------------------------------------
+r29370 | etxrab | 2009-08-10 13:52:56 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/color_filters.c
+   M /trunk/epan/column-utils.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+   M /trunk/ui_util.h
+
+From Kovarththanan Rajaratnam:
+- Compute and cache color/custom filters dynamically.
+- Delay column construction.
+------------------------------------------------------------------------
+r29371 | wmeier | 2009-08-10 14:07:15 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+Validate two tag field lengths before attempting to do proto_tree_add_item();
+Fixes bug #3841.
+
+------------------------------------------------------------------------
+r29372 | wmeier | 2009-08-10 14:46:30 -0700 (Mon, 10 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+Initialize a variable to keep GCC happy ....
+
+------------------------------------------------------------------------
+r29373 | guy | 2009-08-10 15:15:22 -0700 (Mon, 10 Aug 2009) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+For TLV items that are a single integral value and thus must have a
+certain length:
+
+       attach the expert item to the length field if we're showing it,
+       otherwise put in a text item for the malformed TLV and attach
+       the expert item to that;
+
+       don't give up, as we'll just skip the bad item and move on to
+       the next item.
+
+------------------------------------------------------------------------
+r29374 | etxrab | 2009-08-11 00:41:46 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From swapnil:
+Another Minor Bug for ULI in Packet-gtpv2.c
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3862
+------------------------------------------------------------------------
+r29375 | krj | 2009-08-11 02:24:56 -0700 (Tue, 11 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
+
+We now expose the following environment variables:
+
+ * WIRESHARK_DEBUG_EP_NO_CHUNKS
+ * WIRESHARK_DEBUG_SE_NO_CHUNKS
+ * WIRESHARK_DEBUG_EP_NO_CANARY
+ * WIRESHARK_DEBUG_SE_NO_CANARY
+
+This allows us to enable/disable memory chunks and canaries at runtime _without_ needing to recompile.
+
+------------------------------------------------------------------------
+r29376 | etxrab | 2009-08-11 03:32:46 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From swapnil:
+Bugs Fixed in ULI in packet-gtpv2.c
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3860
+------------------------------------------------------------------------
+r29377 | etxrab | 2009-08-11 05:22:00 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3 (R4 and R5).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3866
+------------------------------------------------------------------------
+r29378 | wmeier | 2009-08-11 06:44:35 -0700 (Tue, 11 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-p_mul.c
+
+Don't coerce a (void *) to a (guint32 *). 
+The (void *) pointer in this case may point to
+"unaligned" data.
+
+------------------------------------------------------------------------
+r29379 | gerald | 2009-08-11 10:53:39 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/tvbuff.h
+
+Be a little more explicit in our description of tvb_get_ptr.
+
+------------------------------------------------------------------------
+r29380 | krj | 2009-08-11 11:08:03 -0700 (Tue, 11 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/proto_hier_stats.c
+
+TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any users (e.g. proto_hier_stats.c, others?) that relies on FT_PROTOCOL nodes being created they'll now need to call the newly introduced epan_dissect_fake_protocols() to disable this optimization.
+
+Also make use of TRY_TO_FAKE_THIS_ITEM in proto_tree_add_text_node(), proto_tree_add_none_format() and proto_tree_add_protocol_format().
+
+------------------------------------------------------------------------
+r29381 | krj | 2009-08-11 11:16:55 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Turn a comment in fast_ensure_contiguous() into a DISSECTOR_ASSERT() to make the implied requirement explicit.
+------------------------------------------------------------------------
+r29382 | krj | 2009-08-11 11:28:10 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+(Trivial change) move ensure_contiguous() to reflect call hierarchy
+------------------------------------------------------------------------
+r29383 | gerald | 2009-08-11 11:37:59 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Add a bunch of length checks. Fixes bug 3826.
+
+------------------------------------------------------------------------
+r29384 | gerald | 2009-08-11 13:58:36 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+Add some length checks. Fixes a few recent fuzz bugs.
+
+------------------------------------------------------------------------
+r29385 | gerald | 2009-08-11 14:11:12 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Use the right size for FT_UINT16.
+
+------------------------------------------------------------------------
+r29386 | etxrab | 2009-08-11 14:27:36 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From swapnil:
+Small Bug in TFT (Flow label) and ULI.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3876
+------------------------------------------------------------------------
+r29387 | rbalint | 2009-08-11 16:20:03 -0700 (Tue, 11 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+From Ivan Sy (with minor modifications):
+Show Teredo Connectivity tests.
+Fix offset of ICMPv6 sequence number.
+
+------------------------------------------------------------------------
+r29388 | gerald | 2009-08-11 16:29:21 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+Add some length checks.
+
+------------------------------------------------------------------------
+r29389 | gerald | 2009-08-11 16:44:22 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Instead of calling DISSECTOR_ASSERT_NOT_REACHED, just say the subchannel
+is unknown. Fixes bug 3864.
+
+------------------------------------------------------------------------
+r29390 | jake | 2009-08-11 16:52:04 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Complete the fix in r29389.
+
+------------------------------------------------------------------------
+r29391 | jake | 2009-08-11 17:02:23 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+Restore the formatting of the saved graph.
+------------------------------------------------------------------------
+r29392 | kukosa | 2009-08-11 23:10:08 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+fix memoryleak causing crash with long SSL traces
+------------------------------------------------------------------------
+r29393 | rbalint | 2009-08-12 05:55:27 -0700 (Wed, 12 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+Fix COL_INFO and COL_PROTOCOL for Teredo Direct IPv6 Connectivity Test
+
+------------------------------------------------------------------------
+r29394 | krj | 2009-08-12 08:12:19 -0700 (Wed, 12 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From William Preston via. 3549:
+
+A typo in 2 of the field names causes the apn not to be displayed.
+
+------------------------------------------------------------------------
+r29395 | gerald | 2009-08-12 10:08:08 -0700 (Wed, 12 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+Temporarily disable dissector bug checking. Fixing the ones we've found
+so far will take a while and in the meantime looking for dissector
+assertions is keeping us from finding more serious bugs.
+
+------------------------------------------------------------------------
+r29396 | krj | 2009-08-12 11:24:49 -0700 (Wed, 12 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+DISSECTOR_ASSERT on FT_PCRE in construct_match_selected_string().
+------------------------------------------------------------------------
+r29397 | krj | 2009-08-12 12:32:54 -0700 (Wed, 12 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/reassemble.c
+
+White space changes
+------------------------------------------------------------------------
+r29398 | etxrab | 2009-08-12 15:40:13 -0700 (Wed, 12 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3 (R6).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3886
+------------------------------------------------------------------------
+r29399 | etxrab | 2009-08-13 00:56:13 -0700 (Thu, 13 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3 (R7 and R8)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3891
+------------------------------------------------------------------------
+r29400 | kukosa | 2009-08-13 02:07:03 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+   M /trunk/epan/dissectors/packet-ssl.c
+
+Fix SSL decryption failure if client and server have the same TCP port
+------------------------------------------------------------------------
+r29401 | kukosa | 2009-08-13 03:36:53 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVC
+------------------------------------------------------------------------
+r29402 | kukosa | 2009-08-13 04:12:35 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+fix build failure without GnuTLS
+------------------------------------------------------------------------
+r29403 | krj | 2009-08-13 05:17:20 -0700 (Thu, 13 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Make sure that we find the "data" dissector during handoff else we might crash if the received payload was less than 2 bytes.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3893
+
+------------------------------------------------------------------------
+r29404 | krj | 2009-08-13 12:42:46 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/file.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/rawshark.c
+   M /trunk/tshark.c
+
+Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initialise/cleanup stack allocated 'edt' structures. This should speed up dissection since we avoid some malloc traffic.
+------------------------------------------------------------------------
+r29405 | krj | 2009-08-13 13:00:36 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Add needed header due to stack allocated 'edt' structure
+------------------------------------------------------------------------
+r29406 | etxrab | 2009-08-13 14:36:01 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+Get the pointer to the packet list record and use the data directly.
+------------------------------------------------------------------------
+r29407 | etxrab | 2009-08-13 14:46:00 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Start to implement display filtering.
+------------------------------------------------------------------------
+r29408 | krj | 2009-08-13 22:22:12 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Always add packet to the new packet list regardless of whether the packet passed the display filter test or not. We do this because we do the filtering inside the new packet list.
+------------------------------------------------------------------------
+r29409 | krj | 2009-08-13 22:49:57 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Make display filtering work for NEW_PACKET_LIST. This didn't work previously because we would simply append the new filtered packets onto the existing ones.
+------------------------------------------------------------------------
+r29410 | krj | 2009-08-14 03:17:13 -0700 (Fri, 14 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/plugins/ethercat/Makefile.nmake
+
+From Artem Tamazov via. 3899:
+
+Remove superfluous /MP
+
+------------------------------------------------------------------------
+r29411 | krj | 2009-08-14 06:33:17 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Don't attach our original packet list model in new_packet_list_thaw(). It's pointless because we override it in filter_function().
+------------------------------------------------------------------------
+r29412 | etxrab | 2009-08-14 08:31:59 -0700 (Fri, 14 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/diameter/TGPPRx.xml
+   M /trunk/diameter/dictionary.xml
+
+Typos.
+Fixes:
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3878
+------------------------------------------------------------------------
+r29413 | krj | 2009-08-14 08:44:57 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Make next/previous frame work again with the new filter model.
+------------------------------------------------------------------------
+r29414 | krj | 2009-08-14 08:56:23 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Make first/last frame work again with the new filter model.
+------------------------------------------------------------------------
+r29415 | krj | 2009-08-14 11:29:32 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+
+New packet list: right clicking on a row now selects the given row.
+------------------------------------------------------------------------
+r29416 | krj | 2009-08-14 11:32:44 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Remove unused functions/prototypes
+------------------------------------------------------------------------
+r29417 | krj | 2009-08-14 11:49:48 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Make mark/unmark frame work with the new filter model
+------------------------------------------------------------------------
+r29418 | krj | 2009-08-14 11:59:15 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Remove the hacky row_from_iter() function and use new_packet_list_get_record() instead. Alas, new_packet_list_get_record() is also somewhat hacky in its nature, but hey at least we're using one less hacky thing.
+------------------------------------------------------------------------
+r29419 | krj | 2009-08-14 12:35:01 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Make 'Apply as filter'/'Prepare filter' work for new packet list.
+------------------------------------------------------------------------
+r29420 | martinm | 2009-08-14 18:29:29 -0700 (Fri, 14 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Allow s1ap not to be dissected (to avoid seeing errors, possibly due to proprietary variants).
+
+------------------------------------------------------------------------
+r29421 | krj | 2009-08-14 20:57:14 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+Don't exclude functionality we already support
+------------------------------------------------------------------------
+r29422 | krj | 2009-08-14 21:05:04 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+Find next/previous mark is also supported so don't exclude it
+------------------------------------------------------------------------
+r29423 | krj | 2009-08-14 21:19:45 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Add support for mark/unmark all frames in our new packet list
+------------------------------------------------------------------------
+r29424 | krj | 2009-08-14 21:24:43 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+Enable 'Mark Packet' in the Edit menu
+------------------------------------------------------------------------
+r29425 | krj | 2009-08-14 22:06:27 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Avoid superfluous g_strdup()
+------------------------------------------------------------------------
+r29426 | krj | 2009-08-14 22:26:02 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+Micro optimize by storing PACKET_LIST(tree_model) into a local variable and using that instead of computing PACKET_LIST(tree_model) each time.
+------------------------------------------------------------------------
+r29427 | krj | 2009-08-14 23:38:10 -0700 (Fri, 14 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bthci_acl.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-btrfcomm.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet.h
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble_test.c
+   M /trunk/epan/wslua/wslua_dumper.c
+   M /trunk/print.c
+
+This patch introduces packet_add_new_data_source() which effectively deprecates add_new_data_source(). This is based on the following observation:
+
+1) The tvb + name (aka. data_source) is only used when the protocol tree is visible
+
+The current implementation of add_new_data_source() doesn't take this into account and simply allocates a data_source regardless. This is what packet_add_new_data_source() tries to rectify.
+
+A couple of dissectors have already been switched over to the new packet_add_new_data_source(). Many are still missing. Help appreciated!
+
+------------------------------------------------------------------------
+r29428 | krj | 2009-08-15 01:05:10 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+The frame dissector contains a kludge to workaround the fact that the Protocol Hierarchy stats tap always needs the protocol node to appear even though no color, display filter etc. reference it. This is no longer needed due to r29380.
+------------------------------------------------------------------------
+r29429 | krj | 2009-08-15 01:38:50 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+This should have been part of r29428. This patch forces proto_field_is_referenced() to respect the fake_protocols flag set by Protocol Hierarchy stats tap.
+------------------------------------------------------------------------
+r29430 | krj | 2009-08-15 02:13:16 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/except.c
+
+Switch over to using GLib's g_malloc/g_free in the name of consistency.
+------------------------------------------------------------------------
+r29431 | krj | 2009-08-15 04:21:36 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+   M /trunk/plugins/ethercat/packet-esl.c
+
+Use HFILL instead of hard coding the values
+------------------------------------------------------------------------
+r29432 | krj | 2009-08-15 05:29:25 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Make mem chunk static
+------------------------------------------------------------------------
+r29433 | krj | 2009-08-15 05:41:24 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Add a missing DISSECTOR_ASSERT in tvb_init()
+------------------------------------------------------------------------
+r29434 | krj | 2009-08-15 06:24:59 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Use the slice allocator if GLIB >= 2,10,0 as suggested by Anders Broman
+------------------------------------------------------------------------
+r29435 | krj | 2009-08-15 07:13:36 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Inline a few checks in the add_packet_to_packet_list() function since it's called in tight loop. This will help us to avoid calling functions that simply returns. This is especially the case when we're dealing with the new packet list due to its dissect-on-demand nature where colour/column construction is delayed until the row becomes visible.
+------------------------------------------------------------------------
+r29436 | etxrab | 2009-08-15 14:12:56 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Prepare for storing column data in packet list store.
+------------------------------------------------------------------------
+r29437 | etxrab | 2009-08-15 14:59:03 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Try to please build bot
+------------------------------------------------------------------------
+r29438 | sfisher | 2009-08-15 19:35:44 -0700 (Sat, 15 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+
+Mark function paramter as unused with _U_ to please gcc.
+
+
+------------------------------------------------------------------------
+r29439 | krj | 2009-08-15 21:08:00 -0700 (Sat, 15 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+
+Switch over to using GPtrArray instead of manually g_renew'ing. This switch has some benefits:
+
+1) We don't have to manually resize
+2) GPtrArray uses a sligtly more efficient allocation scheme. It increases the size of the array exponentially which reduces the amount of memcpy's we have to do when we resize the array
+
+------------------------------------------------------------------------
+r29440 | krj | 2009-08-15 21:54:33 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/reassemble.c
+
+Use the slice allocator if GLIB >= 2,10,0
+------------------------------------------------------------------------
+r29441 | krj | 2009-08-16 00:29:11 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/exceptions.h
+   M /trunk/epan/tvbuff.c
+
+Remove a non thread-safe usage (useful when/if we ever support threading) of a static tvbuff in tvb_new_real_data(). The current version uses a static 'last_tvb' to keep track of the last allocated tvbuff. This is needed because some of the function we call can throw an exception. This patch improves this strategy by throwing an exception (if needed) before we try to allocate the tvbuff. This way we avoid a memleak _and_ we don't have to track the 'last_tvb' tvbuff.
+------------------------------------------------------------------------
+r29442 | krj | 2009-08-16 01:18:17 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Make some of the check_XXX functions accept the length/reported length of the tvbuff as arguments instead the tvbuff. We'll need this feature in order to remove the non-thread usage of the 'last_tvb' variable in tvb_new_subset()
+------------------------------------------------------------------------
+r29443 | krj | 2009-08-16 02:18:17 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Remove the non-thread safe usage of 'last_tvb' variable in tvb_new_subset()
+------------------------------------------------------------------------
+r29444 | krj | 2009-08-16 02:48:25 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Remove unused parameters
+------------------------------------------------------------------------
+r29445 | krj | 2009-08-16 03:53:47 -0700 (Sun, 16 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized version of tvb_new_subset(). The latter can be mapped to the former by tvb_new_subset(tvb, offset, -1 /* backing_length */, -1 /* reported_length */). We can disable some bounds checking because 'backing_length' and 'reported_length' are hardcoded to -1.
+
+The current implementation of tvb_new_subset_remaining() only has the THROW_ON(reported_length < 1) check removed when compared to tvb_new_subset(). So there's room for improvement in this function. We should be able to disable some more (redundant) bounds checking.
+
+------------------------------------------------------------------------
+r29446 | krj | 2009-08-16 05:36:22 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-aim-icq.c
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-airopeek.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-ayiya.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-bat.c
+   M /trunk/epan/dissectors/packet-bctp.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-capwap.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cisco-erspan.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/epan/dissectors/packet-dsi.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-egd.c
+   M /trunk/epan/dissectors/packet-ehs.c
+   M /trunk/epan/dissectors/packet-eigrp.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-enrp.c
+   M /trunk/epan/dissectors/packet-erf.c
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-fefd.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gprs-ns.c
+   M /trunk/epan/dissectors/packet-gre.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-gsm_sms_ud.c
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-hci_h1.c
+   M /trunk/epan/dissectors/packet-hci_h4.c
+   M /trunk/epan/dissectors/packet-hip.c
+   M /trunk/epan/dissectors/packet-hpext.c
+   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icap.c
+   M /trunk/epan/dissectors/packet-icmp.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+   M /trunk/epan/dissectors/packet-ieee8023.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ipars.c
+   M /trunk/epan/dissectors/packet-ipfc.c
+   M /trunk/epan/dissectors/packet-ipp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-itdm.c
+   M /trunk/epan/dissectors/packet-iua.c
+   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
+   M /trunk/epan/dissectors/packet-jabber.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lanforge.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-lge_monitor.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lwapp.c
+   M /trunk/epan/dissectors/packet-m2pa.c
+   M /trunk/epan/dissectors/packet-m2ua.c
+   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-mgcp.c
+   M /trunk/epan/dissectors/packet-mikey.c
+   M /trunk/epan/dissectors/packet-miop.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mmse.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-mtp3.c
+   M /trunk/epan/dissectors/packet-mtp3mg.c
+   M /trunk/epan/dissectors/packet-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/epan/dissectors/packet-ositp.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-pcli.c
+   M /trunk/epan/dissectors/packet-pdcp-lte.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pktc.c
+   M /trunk/epan/dissectors/packet-pktgen.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pptp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pw-atm.c
+   M /trunk/epan/dissectors/packet-pw-eth.c
+   M /trunk/epan/dissectors/packet-pw-hdlc.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-radiotap.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-redback.c
+   M /trunk/epan/dissectors/packet-redbackli.c
+   M /trunk/epan/dissectors/packet-rmcp.c
+   M /trunk/epan/dissectors/packet-rmi.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rmt-alc.c
+   M /trunk/epan/dissectors/packet-roofnet.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-rtnet.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rudp.c
+   M /trunk/epan/dissectors/packet-rx.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-simulcrypt.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spp.c
+   M /trunk/epan/dissectors/packet-srp.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-tali.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-teamspeak2.c
+   M /trunk/epan/dissectors/packet-telkonet.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-tns.c
+   M /trunk/epan/dissectors/packet-tr.c
+   M /trunk/epan/dissectors/packet-tte.c
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-v5ua.c
+   M /trunk/epan/dissectors/packet-vcdu.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-zbee-aps.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zdp.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/reassemble.c
+   M /trunk/plugins/docsis/packet-bpkmreq.c
+   M /trunk/plugins/docsis/packet-bpkmrsp.c
+   M /trunk/plugins/docsis/packet-dsaack.c
+   M /trunk/plugins/docsis/packet-dsareq.c
+   M /trunk/plugins/docsis/packet-dsarsp.c
+   M /trunk/plugins/docsis/packet-dscack.c
+   M /trunk/plugins/docsis/packet-dscreq.c
+   M /trunk/plugins/docsis/packet-dscrsp.c
+   M /trunk/plugins/docsis/packet-dsdreq.c
+   M /trunk/plugins/docsis/packet-regack.c
+   M /trunk/plugins/docsis/packet-regreq.c
+   M /trunk/plugins/docsis/packet-regreqmp.c
+   M /trunk/plugins/docsis/packet-regrsp.c
+   M /trunk/plugins/docsis/packet-regrspmp.c
+   M /trunk/plugins/docsis/packet-uccreq.c
+   M /trunk/plugins/ethercat/packet-esl.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt.c
+
+Switch a bunch of dissectors over to using tvb_new_subset_remaining()
+------------------------------------------------------------------------
+r29447 | gerald | 2009-08-16 08:03:26 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-16]
+------------------------------------------------------------------------
+r29450 | krj | 2009-08-16 08:33:05 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Add missing call to packets_bar_update() after thaw'ing
+------------------------------------------------------------------------
+r29451 | krj | 2009-08-16 21:23:47 -0700 (Sun, 16 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/except.c
+
+Add proper type cast.
+
+Thanks to Martin for reporting this.
+
+------------------------------------------------------------------------
+r29452 | krj | 2009-08-17 04:13:36 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Don't do PROTO_REGISTRAR_GET_NTH twice.
+------------------------------------------------------------------------
+r29453 | krj | 2009-08-17 04:21:33 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Move the NULL pointer 'tree' check under TRY_TO_FAKE_THIS_ITEMs umbrella
+------------------------------------------------------------------------
+r29454 | etxrab | 2009-08-17 08:05:43 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+Prepare to store column data from pinfo.
+------------------------------------------------------------------------
+r29455 | etxrab | 2009-08-17 08:13:58 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Remove #if 0
+------------------------------------------------------------------------
+r29456 | krj | 2009-08-17 10:19:31 -0700 (Mon, 17 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dect.c
+
+setbit() is (AFAIK) defined in <sys/param.h> (OpenBSD) so rename to dect_setbit() to avoid clash. getbit() is also renamed for consistency.
+
+Fixes the issue reported by Stan: http://www.wireshark.org/lists/wireshark-users/200908/msg00128.html
+
+------------------------------------------------------------------------
+r29457 | jake | 2009-08-17 12:10:19 -0700 (Mon, 17 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+Change window_new() to dlg_window_new() and destroy the window with the top level window.
+
+------------------------------------------------------------------------
+r29458 | krj | 2009-08-17 13:14:59 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/except.c
+
+As pointed out by Guy, we should probably explain why the gulong -> size_t cast is 'safe'
+------------------------------------------------------------------------
+r29459 | sfisher | 2009-08-17 17:32:11 -0700 (Mon, 17 Aug 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-x224.c
+
+
+Display Microsoft's Remote Desktop Protocol (RDP) extension to the X.224
+connection request that shows the session load balancing information.  There
+appears to be more dissecting that can be done for this field, but I don't
+have any sample captures to test this.
+
+------------------------------------------------------------------------
+r29460 | jake | 2009-08-17 23:41:12 -0700 (Mon, 17 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From Swapnil Barai:
+Minor Bug in Bearer Context in Packet-gtpv2.c fixed.
+
+------------------------------------------------------------------------
+r29461 | etxrab | 2009-08-18 01:00:05 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/diameter/TGPPRx.xml
+   M /trunk/diameter/gqpolicy.xml
+
+From Mathias de Paulis Nilsson:
+Updates to  V8.5.0.
+------------------------------------------------------------------------
+r29462 | etxrab | 2009-08-18 04:39:55 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/nbap/nbap.cnf
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-s1ap.c
+
+Typo: parameter_tvb to be used.
+------------------------------------------------------------------------
+r29463 | etxrab | 2009-08-18 05:15:36 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/epan/dissectors/packet-s1ap.c
+
+Make build bot happy?
+------------------------------------------------------------------------
+r29464 | morriss | 2009-08-18 06:25:49 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Add an expert info noting that an ANSI message with the national indicator set to 0 (international) is unusual.
+------------------------------------------------------------------------
+r29465 | stig | 2009-08-18 07:37:25 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/cmake/modules/FindGLIB2.cmake
+   M /trunk/cmake/modules/FindGTK2.cmake
+
+Search for includes and libs in /opt/local/ (MacPorts).
+
+------------------------------------------------------------------------
+r29466 | etxrab | 2009-08-18 07:39:32 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_gm.c
+
+Minor clean up.
+------------------------------------------------------------------------
+r29467 | etxrab | 2009-08-18 07:40:51 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Make copy summary work for new_packet_list.
+XXX The enum in .h file does not seem to work???
+------------------------------------------------------------------------
+r29468 | jake | 2009-08-18 10:36:30 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/rtp_player.c
+
+Properly handle closing/destruction of RTP player window.
+
+------------------------------------------------------------------------
+r29469 | etxrab | 2009-08-18 16:00:42 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/recent.c
+
+Add new_packet_list_recent_write_all().
+------------------------------------------------------------------------
+r29470 | etxrab | 2009-08-18 23:04:30 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Fix a memmory leak.
+------------------------------------------------------------------------
+r29471 | etxrab | 2009-08-19 00:55:11 -0700 (Wed, 19 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+
+From Didier Gautheron:
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Make col_expr const gchar.
+------------------------------------------------------------------------
+r29472 | etxrab | 2009-08-19 02:32:56 -0700 (Wed, 19 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+From   Jan L?\195?\188bbe:
+packet-gsm_a_rr.c: flip gsm_a_rr_mv_vals, 0 means vaild.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3915
+------------------------------------------------------------------------
+r29473 | etxrab | 2009-08-19 04:34:40 -0700 (Wed, 19 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eigrp.c
+
+From   Jochen Bartl:
+EIGRP dissector enhancements (IPv6, Stub routing, Authentication TLVs)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3907
+------------------------------------------------------------------------
+r29474 | jmayer | 2009-08-19 05:25:40 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-capwap.c
+
+Add support for Radio Mac/Wireless Specific Information optional
+header fields. This patch lacks handling of padding since a) I don't
+have a trace containing padding and b) I don't understand the
+wording in the rfc (it's to ambigous for my liking).
+
+------------------------------------------------------------------------
+r29475 | krj | 2009-08-19 06:52:15 -0700 (Wed, 19 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+
+We shouldn't conditionalise on _filtering_ tap listerners to determine whether tapping should be performed or not. We also need to handle _normal_ tap listerners. This change backs out the regression introduced in r29435.
+
+Thanks to Didier: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3916
+
+------------------------------------------------------------------------
+r29476 | jmayer | 2009-08-19 08:42:24 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-capwap.c
+
+As pointed out by Alexis La Goutte via PM, r29474 didn't
+support the different MAC formats (eui48 and eui64) properly.
+Now, eui48 is printed as mac, the rest is still handled as
+blob.
+
+------------------------------------------------------------------------
+r29477 | etxrab | 2009-08-19 11:36:36 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   A /trunk/gtk/expert_dlg.h
+
+From Didier Gautheron:
+Part 1
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Optimize expert info.
+Slightly changed by me.
+------------------------------------------------------------------------
+r29478 | etxrab | 2009-08-19 11:37:13 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/expert_comp_dlg.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_comp_table.h
+   M /trunk/gtk/expert_dlg.c
+
+From Didier Gautheron:
+Part 2
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Optimize expert info.
+Slightly changed by me.
+------------------------------------------------------------------------
+r29479 | etxrab | 2009-08-19 11:39:30 -0700 (Wed, 19 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.nmake
+
+Make it possible to run checkapi with "deprecated-gtk-todo".
+------------------------------------------------------------------------
+r29480 | krj | 2009-08-19 12:08:34 -0700 (Wed, 19 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Move TRY_TO_FAKE_THIS_ITEM to all public proto_xxx methods. Currently we rely on our internal (static) helper functions to do the faking. However, when they fake a protocol tree, they usually return a valid tree (although a dummy tree it is still a valid one). This means that we end up calling proto_tree_set_representation + friends on it for no reason. By moving TRY_TO_FAKE_THIS_ITEM to the public proto_xxx methods we're able to bail immediately (when we're allowed to do so).
+------------------------------------------------------------------------
+r29481 | etxrab | 2009-08-19 12:20:45 -0700 (Wed, 19 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+Destroy window with parent, update label when showing window.
+------------------------------------------------------------------------
+r29482 | etxrab | 2009-08-20 00:26:16 -0700 (Thu, 20 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.h
+   M /trunk/epan/dissectors/packet-gsm_a_gm.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+   M /trunk/epan/dissectors/packet-nas_eps.c
+
+From Harald Welte :
+Connect RRLP to GSM A DTAP application info message.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3919
+
+From me try to fix missuse of pinfo.
+------------------------------------------------------------------------
+r29483 | etxrab | 2009-08-20 02:49:32 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/frame_data.h
+
+Prepare to store column text in frame data directly.
+------------------------------------------------------------------------
+r29484 | martinm | 2009-08-20 06:16:34 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/mac_lte_stat_dlg.c
+
+Trivial formatting changes
+------------------------------------------------------------------------
+r29485 | martinm | 2009-08-20 06:25:41 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+
+Update my entry
+------------------------------------------------------------------------
+r29486 | krj | 2009-08-20 10:43:56 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+Add error probability command line parameter
+------------------------------------------------------------------------
+r29487 | jake | 2009-08-20 12:41:53 -0700 (Thu, 20 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/plugins/docsis/Makefile.common
+   A /trunk/plugins/docsis/packet-bintrngreq.c
+   M /trunk/plugins/docsis/packet-docsis.h
+   M /trunk/plugins/docsis/packet-macmgmt.c
+
+From Geoffrey Kimball:
+DOCSIS 3.0 includes a new Bonded Initial Ranging Request (B-INIT-RNG-REQ) MAC
+Management type (34).  A simple dissector is needed to decode this message.
+------------------------------------------------------------------------
+r29488 | jake | 2009-08-20 22:37:33 -0700 (Thu, 20 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+List the new DOCSIS dissector file here as well.
+
+------------------------------------------------------------------------
+r29489 | etxrab | 2009-08-21 03:12:47 -0700 (Fri, 21 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+
+Use col_text in frame data.
+- colum-utils needs more work, based on
+ Didier Gautherons optimizations patch http://wiki.wireshark.org/Development/Optimization
+------------------------------------------------------------------------
+r29490 | krj | 2009-08-21 04:03:30 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/file.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/print.c
+   M /trunk/proto_hier_stats.c
+
+Also fake empty field_info's by gracefully handling NULL field_info pointer elsewhere.
+------------------------------------------------------------------------
+r29491 | krj | 2009-08-21 04:31:21 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dfilter/dfilter.c
+
+Handle a text NULL pointer more gracefully
+------------------------------------------------------------------------
+r29492 | wmeier | 2009-08-21 07:36:27 -0700 (Fri, 21 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/asn1/asn1.c
+   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/plugins/docsis/packet-bintrngreq.c
+   M /trunk/plugins/docsis/packet-bpkmattr.c
+   M /trunk/plugins/docsis/packet-bpkmreq.c
+   M /trunk/plugins/docsis/packet-bpkmrsp.c
+   M /trunk/plugins/docsis/packet-dccack.c
+   M /trunk/plugins/docsis/packet-dccreq.c
+   M /trunk/plugins/docsis/packet-dccrsp.c
+   M /trunk/plugins/docsis/packet-dcd.c
+   M /trunk/plugins/docsis/packet-docsis.c
+   M /trunk/plugins/docsis/packet-dsaack.c
+   M /trunk/plugins/docsis/packet-dsareq.c
+   M /trunk/plugins/docsis/packet-dsarsp.c
+   M /trunk/plugins/docsis/packet-dscack.c
+   M /trunk/plugins/docsis/packet-dscreq.c
+   M /trunk/plugins/docsis/packet-dscrsp.c
+   M /trunk/plugins/docsis/packet-dsdreq.c
+   M /trunk/plugins/docsis/packet-dsdrsp.c
+   M /trunk/plugins/docsis/packet-intrngreq.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/docsis/packet-map.c
+   M /trunk/plugins/docsis/packet-mdd.c
+   M /trunk/plugins/docsis/packet-regack.c
+   M /trunk/plugins/docsis/packet-regreq.c
+   M /trunk/plugins/docsis/packet-regreqmp.c
+   M /trunk/plugins/docsis/packet-regrsp.c
+   M /trunk/plugins/docsis/packet-regrspmp.c
+   M /trunk/plugins/docsis/packet-rngreq.c
+   M /trunk/plugins/docsis/packet-rngrsp.c
+   M /trunk/plugins/docsis/packet-sync.c
+   M /trunk/plugins/docsis/packet-tlv.c
+   M /trunk/plugins/docsis/packet-type29ucd.c
+   M /trunk/plugins/docsis/packet-uccreq.c
+   M /trunk/plugins/docsis/packet-uccrsp.c
+   M /trunk/plugins/docsis/packet-ucd.c
+   M /trunk/plugins/docsis/packet-vendor.c
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+(Minor) Remove unneeded #includes.
+
+------------------------------------------------------------------------
+r29493 | martinm | 2009-08-21 08:16:27 -0700 (Fri, 21 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+Don't try TRY_TO_FAKE_THIS_ITEM in proto_tree_add_bits_ret_val(), as otherwise
+the side effect 'return_value' getting set doesn't happen.
+
+------------------------------------------------------------------------
+r29494 | krj | 2009-08-21 10:11:02 -0700 (Fri, 21 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+Delay TRY_TO_FAKE_THIS_ITEM() in proto_tree_add_bits_ret_val() until we know it is safe.
+
+Thanks to Martin for pointing this out in r29493.
+
+------------------------------------------------------------------------
+r29495 | jake | 2009-08-21 11:54:28 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/docsis/Makefile.common
+   D /trunk/plugins/docsis/packet-docsis.h
+
+Remove unneeded #includes.
+------------------------------------------------------------------------
+r29496 | jake | 2009-08-21 11:56:15 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/docsis/packet-docsis.c
+
+Remove unneeded #includes.
+------------------------------------------------------------------------
+r29497 | krj | 2009-08-21 12:48:11 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-miop.c
+   M /trunk/epan/dissectors/packet-ziop.c
+
+Remove unneeded #includes
+------------------------------------------------------------------------
+r29498 | tuexen | 2009-08-21 13:10:51 -0700 (Fri, 21 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.c
+
+From Irene Ruengeler: Fix two bugs regarding plotted TSNs reported by
+Christian Constantin.
+
+------------------------------------------------------------------------
+r29499 | krj | 2009-08-21 13:25:24 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/epan/dissectors/packet-ansi_683.c
+   M /trunk/epan/dissectors/packet-ansi_801.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-dcerpc-dce122.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-e164.h
+   M /trunk/epan/dissectors/packet-e212.h
+   M /trunk/epan/dissectors/packet-erf.c
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h261.c
+   M /trunk/epan/dissectors/packet-h263p.c
+   M /trunk/epan/dissectors/packet-h264.c
+   M /trunk/epan/dissectors/packet-hip.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-isis-hello.c
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-itdm.c
+   M /trunk/epan/dissectors/packet-lge_monitor.c
+   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-mp4ves.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-portmap.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcp.h
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-zep.c
+
+Sanitize epan includes
+------------------------------------------------------------------------
+r29500 | krj | 2009-08-21 13:32:50 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi-tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/tcap/packet-tcap-template.c
+
+Sanitize epan includes
+------------------------------------------------------------------------
+r29501 | krj | 2009-08-21 13:40:49 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/packaging/u3/tools/sysdep.h
+
+Use <gcrypt.h> instead of 'gcrypt.h'
+------------------------------------------------------------------------
+r29502 | krj | 2009-08-21 13:51:13 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/base64.h
+   M /trunk/epan/camel-persistentdata.c
+   M /trunk/epan/codecs.h
+   M /trunk/epan/rtp_pt.h
+   M /trunk/epan/t35.h
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+   M /trunk/epan/tcap-persistentdata.c
+   M /trunk/epan/tcap-persistentdata.h
+   M /trunk/epan/to_str.h
+
+Sanitize epan includes
+------------------------------------------------------------------------
+r29503 | krj | 2009-08-21 16:02:59 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Don't dereference pointer before checking for NULL
+------------------------------------------------------------------------
+r29504 | etxrab | 2009-08-22 09:17:42 -0700 (Sat, 22 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+
+expert_comp_table.c: Minor cleanup
+expert_dlg.c change GtkOptionMenu to GtkComboBox.
+------------------------------------------------------------------------
+r29505 | wmeier | 2009-08-22 10:12:33 -0700 (Sat, 22 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/crc32.c
+
+Additional validation of 'len' for crc32_ccitt_tvb... fcns;
+(-1 is not a valid length);
+First of 2 fixes for crash reported in Bug #3925.
+
+------------------------------------------------------------------------
+r29506 | jake | 2009-08-22 10:28:54 -0700 (Sat, 22 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+NSEC3PARAM RR (RFC 5155),  APL RR (RFC 3123), PX RR (RFC 2163), GPOS RR (RFC 1712), 
+NSAP RR (RFC 1706), NSAP-PTR RR (RFC 1348), AFSDB, RP, X25, ISDN, RT, RR (RFC 1183).
+Also cleanup of protocol tree dependancies.
+------------------------------------------------------------------------
+r29507 | krj | 2009-08-22 12:29:44 -0700 (Sat, 22 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+We initialize col_expr and col_expr_val in col_init() so there's no need to initialize them again in col_set_xxx()
+------------------------------------------------------------------------
+r29508 | krj | 2009-08-22 12:53:54 -0700 (Sat, 22 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Remove col_check() guard wrt. COL_REL_CONV_TIME/COL_DELTA_CONV_TIME
+------------------------------------------------------------------------
+r29509 | rbalint | 2009-08-22 15:46:41 -0700 (Sat, 22 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+From Frederic Peters (made endian-aware by me):
+fixed segfault with some GIOP packets
+
+------------------------------------------------------------------------
+r29510 | rbalint | 2009-08-22 15:49:59 -0700 (Sat, 22 Aug 2009) | 6 lines
+Changed paths:
+   M /trunk/dumpcap.c
+
+From Rob Leslie <rob@mars.org>:
+[PATCH] Fix dumpcap believing error on ^C i.e. pcap_breakloop()
+When ^C was pressed during a packet capture, dumpcap believed a pcap
+error had occurred.  We check the return value more closely to avoid
+this problem.
+
+------------------------------------------------------------------------
+r29511 | krj | 2009-08-22 22:20:30 -0700 (Sat, 22 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+Avoid 'cast to pointer from integer of different size'
+------------------------------------------------------------------------
+r29512 | jmayer | 2009-08-22 23:57:16 -0700 (Sat, 22 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-fmp_notify.c
+   D /trunk/epan/dissectors/packet-fmp_notify.h
+   M /trunk/epan/dissectors/packet-scsi-mmc.h
+   M /trunk/epan/oids.h
+   M /trunk/gtk/airpcap_dlg.h
+
+Get rid of a bunch of "warning: redundant redeclaration of" messages.
+In that process, include the contents of packet-fmp_notify.h directly
+in packet-fmp_notify.c - it wasn't used anywhere else.
+
+------------------------------------------------------------------------
+r29513 | krj | 2009-08-23 02:07:54 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_COS_VALUE (L2 COS Value (802.1p)). Use vlan.priority
+
+------------------------------------------------------------------------
+r29514 | krj | 2009-08-23 02:16:58 -0700 (Sun, 23 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Add initial code to handle the migration to custom columns by mapping the deprecated columns into their custom column counterparts when we read the preference file.
+
+There are still many todos in this area:
+
+1) We need to either warn the user that he/she needs to click "Save" in the preference dialog so we can "flush" the old predefined column or apply this change ourself silently.
+2) The predefined columns need to be removed from the "Columns" UI.
+3) ....
+
+------------------------------------------------------------------------
+r29515 | krj | 2009-08-23 02:52:57 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_CIRCUIT_ID (Circuit ID). Use iax2.call
+
+------------------------------------------------------------------------
+r29516 | krj | 2009-08-23 03:20:42 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_HPUX_SUBSYS (HP-UX Nettl Subsystem). Use nettl.subsys
+
+------------------------------------------------------------------------
+r29517 | krj | 2009-08-23 03:25:51 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_HPUX_DEVID (HP-UX Device ID). Use nettl.devid
+
+------------------------------------------------------------------------
+r29518 | krj | 2009-08-23 04:12:12 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_DSCP_VALUE (IP DSCP Value). Use ip.dsfield
+
+------------------------------------------------------------------------
+r29519 | krj | 2009-08-23 04:13:53 -0700 (Sun, 23 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+#if 0 col_set_circuit_id(). It isn't being used
+------------------------------------------------------------------------
+r29520 | tuexen | 2009-08-23 04:30:54 -0700 (Sun, 23 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/sctpppids.h
+
+Update list of PPIDs.
+This fixes bug 3928.
+
+------------------------------------------------------------------------
+r29521 | krj | 2009-08-23 04:35:53 -0700 (Sun, 23 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Avoid signed/unsigned comparison
+------------------------------------------------------------------------
+r29522 | krj | 2009-08-23 05:16:10 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columnfication:
+
+* Deprecate COL_FR_DLCI (Frame Relay DLCI). Use fr.dlci
+
+------------------------------------------------------------------------
+r29523 | krj | 2009-08-23 05:24:14 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columnfication:
+
+* Deprecate COL_REL_CONV_TIME (Relative time (conversation)). Use tcp.time_relative
+
+------------------------------------------------------------------------
+r29524 | krj | 2009-08-23 05:30:48 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columnfication:
+
+* Deprecate COL_DELTA_CONV_TIME (Delta time (conversation)). Use tcp.time_delta
+
+------------------------------------------------------------------------
+r29525 | gerald | 2009-08-23 08:03:28 -0700 (Sun, 23 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-23]
+------------------------------------------------------------------------
+r29528 | jake | 2009-08-23 10:18:29 -0700 (Sun, 23 Aug 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+From Ivan Sy:
+Per RFC 3810 - Multicast Listener Discovery Version 2 (MLDv2) for IPv6,
+Add Number of Sources. Also to show Record Type's numeric value and not 
+just its equivalent.
+
+Cleaned up presentation and included record number as well.
+
+------------------------------------------------------------------------
+r29529 | krj | 2009-08-23 11:13:03 -0700 (Sun, 23 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+
+From Didier gautheron via bug 3929:
+
+* Don't use g_string_chunk_clear(). It is only defined if GLib >= 2.14
+
+From me:
+
+* Whitespace fixes
+
+------------------------------------------------------------------------
+r29530 | krj | 2009-08-23 11:32:29 -0700 (Sun, 23 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/gtk/expert_comp_dlg.c
+   M /trunk/gtk/expert_dlg.c
+
+From Didier gautheron via bug 3929:
+
+* Expert Info / Expert Info Composite requires a full protocol tree.
+* Delay tree NULL pointer check in bootp dissector
+
+------------------------------------------------------------------------
+r29531 | jake | 2009-08-23 12:16:35 -0700 (Sun, 23 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
+
+From kahou:
+Add Fibre Channel Delimiter Dissector for Fibre Channel FC2.
+------------------------------------------------------------------------
+r29532 | wmeier | 2009-08-23 16:52:40 -0700 (Sun, 23 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+Rework code slightly to prevent a GCC 'strict-aliasing' warning.
+
+------------------------------------------------------------------------
+r29533 | stig | 2009-08-24 01:00:39 -0700 (Mon, 24 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
+
+From Ivan Sy via bug 3931:
+Added ND Proxy Flag for IPv6 RA flag.
+
+------------------------------------------------------------------------
+r29534 | kukosa | 2009-08-24 02:05:15 -0700 (Mon, 24 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/h450-ros/packet-h450-ros-template.c
+   M /trunk/asn1/q932-ros/packet-q932-ros-template.c
+   M /trunk/asn1/ros/ros-err.cnf
+   M /trunk/asn1/ros/ros-inv.cnf
+   M /trunk/asn1/ros/ros-res.cnf
+   M /trunk/epan/dissectors/packet-h450-ros.c
+   M /trunk/epan/dissectors/packet-q932-ros.c
+
+Expert info for undecoded Q.932 and H.450 operations
+------------------------------------------------------------------------
+r29535 | etxrab | 2009-08-24 02:05:23 -0700 (Mon, 24 Aug 2009) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+
+From: : " Michael"
+
+packet-tcp marks a row as unwritable if there is more
+than 1 PDU in a packet to prevent overwriting of the
+protocol column.
+
+However this breaks the proto,colinfo tap which checks
+rows are writable or dies EVEN if it doesn't alter anything.
+
+Suggested patch attached to restore the initial value
+after all PDUs have been processed.
+
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3675
+------------------------------------------------------------------------
+r29536 | etxrab | 2009-08-24 02:29:05 -0700 (Mon, 24 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in this function
+------------------------------------------------------------------------
+r29537 | wmeier | 2009-08-24 07:30:55 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_stat.c
+
+Rework code slightly to prevent a GCC 'breaking strict-aliasing rules' warning
+
+------------------------------------------------------------------------
+r29538 | wmeier | 2009-08-24 08:17:58 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+Remove unneeded #includes; Clean up indentation; Comment a few "closing braces".
+
+------------------------------------------------------------------------
+r29539 | etxrab | 2009-08-24 09:11:00 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/expert_dlg.h
+
+Use list_store isf deprecated clist.
+Try to optimize expert_comp_table.
+------------------------------------------------------------------------
+r29540 | guy | 2009-08-24 11:20:20 -0700 (Mon, 24 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+We no longer need the "ascending arrow" and "descending arrow" images
+for clists, as we're not using a clist.
+
+Clean up white space, and use C89 comments rather than C99/C++ comments.
+
+------------------------------------------------------------------------
+r29541 | etxrab | 2009-08-24 11:45:01 -0700 (Mon, 24 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/color_utils.c
+   M /trunk/gtk/color_utils.h
+
+Use our own version of gdk_color_to_string if GTK < 2.12
+------------------------------------------------------------------------
+r29542 | etxrab | 2009-08-24 13:33:49 -0700 (Mon, 24 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+
+From Didier Gautheron:
+Speed up expert info composite.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3935
+------------------------------------------------------------------------
+r29543 | etxrab | 2009-08-24 13:54:25 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssgp.c
+
+Make it possible to use bssgp.tlli as custom column.
+Remove COL_BSSGP_TLLI and CHECK_COL.
+------------------------------------------------------------------------
+r29544 | guy | 2009-08-24 14:38:57 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/color_utils.h
+
+Fix typo.
+
+------------------------------------------------------------------------
+r29545 | guy | 2009-08-24 18:01:55 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/color_utils.c
+
+Fix another typo.
+
+------------------------------------------------------------------------
+r29546 | etxrab | 2009-08-24 22:42:14 -0700 (Mon, 24 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+ Custom columnfication:
+ * Deprecate COL_BSSGP_TLLI (GPRS BSSGP IE TLLI). Use bssgp.tlli
+------------------------------------------------------------------------
+r29547 | guy | 2009-08-24 23:11:57 -0700 (Mon, 24 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column.c
+
+Note in dlist[] that COL_BSSGP_TLLI is deprecated.
+
+------------------------------------------------------------------------
+r29548 | martinm | 2009-08-25 04:01:51 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Show CRC errors for RARs.
+
+------------------------------------------------------------------------
+r29549 | etxrab | 2009-08-25 10:22:32 -0700 (Tue, 25 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+From Mike Morrin:
+Minor errors in gsm rr dissectors
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3889
+
+Modified accoring to comments from Pascal Quantin(I hope I got it right).
+------------------------------------------------------------------------
+r29550 | gerald | 2009-08-25 10:55:55 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/tools/make-dissector-reg.py
+
+Add more information to the comments at the top of the files we generate.
+
+------------------------------------------------------------------------
+r29551 | etxrab | 2009-08-25 14:10:35 -0700 (Tue, 25 Aug 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+
+From Didier Gautheron:
+move custom col set from  proto_tree_set_xxx() to
+epan_dissect_fill_in_columns().
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3930
+
+I'v added the new functions to the .h files.
+------------------------------------------------------------------------
+r29552 | wmeier | 2009-08-25 14:54:12 -0700 (Tue, 25 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tpncp.c
+
+Init two struct members so gcc 4.1.4 doesn't complain about "may be used uninitialized";
+Also: use gboolean for a true/false variable.
+
+------------------------------------------------------------------------
+r29553 | martinm | 2009-08-25 16:01:03 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/proto.h
+
+Add missing semicolon.
+
+------------------------------------------------------------------------
+r29554 | wmeier | 2009-08-25 16:03:10 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+Rework code slightly to prevent several GCC "breaking strict-aliasing rules" warnings
+
+------------------------------------------------------------------------
+r29555 | wmeier | 2009-08-25 19:06:39 -0700 (Tue, 25 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.h
+
+Add missing prototype ....
+
+------------------------------------------------------------------------
+r29556 | etxrab | 2009-08-25 21:36:14 -0700 (Tue, 25 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From swapnil:
+Bug in Traffic Aggregate Description (TAD) IE in Packet-gtpv2.c fixed.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3940
+------------------------------------------------------------------------
+r29557 | etxrab | 2009-08-25 21:37:08 -0700 (Tue, 25 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_comp_dlg.c
+
+Make it possible to close and reactivate the window.
+------------------------------------------------------------------------
+r29558 | etxrab | 2009-08-25 22:10:12 -0700 (Tue, 25 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
+
+From  dragonlinux:
+Add QNX OS VER 6's qnet ethernet protocol number.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3934
+------------------------------------------------------------------------
+r29559 | krj | 2009-08-25 23:54:48 -0700 (Tue, 25 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+win-iconv is statically linked as part of Glib >= 2.14.5, so remove it from config.nmake
+------------------------------------------------------------------------
+r29560 | krj | 2009-08-26 00:05:50 -0700 (Wed, 26 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Reorder so that mandatory requirements appear in succession
+------------------------------------------------------------------------
+r29561 | stig | 2009-08-26 00:26:17 -0700 (Wed, 26 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+
+From Thierry Andry via bug 3941:
+Added preference to set radius request TTL.
+
+------------------------------------------------------------------------
+r29562 | martinm | 2009-08-26 02:13:14 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Make UL grant size a (generated) field of its own (for easier use as a custom column or IO graph filter).
+
+------------------------------------------------------------------------
+r29563 | wmeier | 2009-08-26 06:58:17 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/rtp_stream.h
+
+Fix some indentation
+
+------------------------------------------------------------------------
+r29564 | kukosa | 2009-08-26 08:10:31 -0700 (Wed, 26 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/libwireshark.def
+
+export t38_add_address, prefer destination port for T.38 conversation searching
+------------------------------------------------------------------------
+r29565 | wmeier | 2009-08-26 09:39:34 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+From dragonlinux AT gmail.com: Fix incorrect location of a right brace;
+
+------------------------------------------------------------------------
+r29566 | etxrab | 2009-08-26 10:26:26 -0700 (Wed, 26 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_comp_table.h
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/main_proto_draw.h
+
+From Didier Gautheron:
+expert info clean up,
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3948
+------------------------------------------------------------------------
+r29567 | guy | 2009-08-26 12:17:25 -0700 (Wed, 26 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
+
+Note that we might want to look at some other themes, to see if any are
+more like OS X (especially more like Leopard).
+
+------------------------------------------------------------------------
+r29568 | wmeier | 2009-08-26 12:27:49 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/capture.c
+   M /trunk/color_filters.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-kismet.c
+   M /trunk/epan/dissectors/packet-ldss.c
+   M /trunk/epan/dissectors/packet-memcache.c
+   M /trunk/epan/dissectors/packet-mgcp.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-pop.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-rlogin.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-ssh.c
+   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftype-double.c
+   M /trunk/epan/ftypes/ftype-integer.c
+   M /trunk/epan/ftypes/ftype-string.c
+   M /trunk/epan/ftypes/ftype-time.c
+   M /trunk/epan/ftypes/ftype-tvbuff.c
+   M /trunk/epan/plugins.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/req_resp_hdrs.c
+   M /trunk/fileset.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/packet-range.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/tap-rtp-common.c
+
+(FWIW) One step towards including stdio.h & stdlib.h only when req'd.
+
+------------------------------------------------------------------------
+r29569 | wmeier | 2009-08-26 12:28:20 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/wiretap/wtap.h
+
+#include <stdio.h> no longer req'd.
+
+------------------------------------------------------------------------
+r29570 | wmeier | 2009-08-26 12:30:44 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipsec.c
+
+Reformat some long lines for readability....
+
+------------------------------------------------------------------------
+r29571 | guy | 2009-08-26 12:58:23 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
+
+Add another theme candidate.
+
+------------------------------------------------------------------------
+r29572 | martinm | 2009-08-26 15:31:06 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+Show correct time value for "Time since previous displayed frame".
+
+------------------------------------------------------------------------
+r29573 | wmeier | 2009-08-26 15:45:07 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+
+Keep Solaris buildbot happy ....
+
+------------------------------------------------------------------------
+r29574 | gerald | 2009-08-26 16:16:37 -0700 (Wed, 26 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/dumpcap.c
+   M /trunk/packaging/nsis/wireshark.nsi
+
+Add a compile-time option to use a separate thread for reading from
+pipes. Enable this by default on Windows. Remove code that tried to
+use WaitForSingleObject on a pipe (which Windows doesn't support). Use
+native file handles and system calls on Windows (which fixes a problem
+with partial reads I ran into during testing).
+
+This should fix bug 1759.
+
+------------------------------------------------------------------------
+r29575 | wmeier | 2009-08-26 16:24:22 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/about_dlg.c
+   M /trunk/print.h
+
+Add #include <stdio.h> to print.h; Undo the previous change to about_dlg.c
+
+------------------------------------------------------------------------
+r29576 | wmeier | 2009-08-26 19:53:13 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/dumpcap.c
+   M /trunk/epan/prefs-int.h
+   M /trunk/gtk/main.c
+
+Add #include <stdio.h> in a few places for Solaris
+
+------------------------------------------------------------------------
+r29577 | wmeier | 2009-08-26 20:54:57 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/cfilter_combo_utils.c
+   M /trunk/gtk/graph_analysis.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/main_filter_toolbar.c
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/rtp_analysis.c
+
+Add #include <stdio.h> in a few more places for Solaris.
+
+------------------------------------------------------------------------
+r29578 | wmeier | 2009-08-26 21:47:28 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/compare_stat.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/mcast_stream.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/scsi_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
+
+Add #include <stdio.h> in a few more places ....
+
+------------------------------------------------------------------------
+r29579 | wmeier | 2009-08-26 22:04:05 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/funnel_stat.c
+
+Add #include <stdio.h>
+
+------------------------------------------------------------------------
+r29580 | krj | 2009-08-26 22:04:29 -0700 (Wed, 26 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/Makefile.nmake
+   M /trunk/packaging/nsis/Makefile.nmake
+
+Windows: remove all references to ICONV_DIR, because we use the statically linked win-iconv instead
+------------------------------------------------------------------------
+r29581 | wmeier | 2009-08-26 22:17:40 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/supported_protos_dlg.c
+
+Add #include <stdio.h>
+
+------------------------------------------------------------------------
+r29582 | etxrab | 2009-08-26 22:34:06 -0700 (Wed, 26 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
+
+Don't copy const strings, store the pointer in the list store instead,
+saves memory.
+------------------------------------------------------------------------
+r29583 | etxrab | 2009-08-26 23:57:53 -0700 (Wed, 26 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
+
+make the columns sortable.
+------------------------------------------------------------------------
+r29584 | stig | 2009-08-27 04:58:03 -0700 (Thu, 27 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/wlan_stat_dlg.c
+
+Remove the three dots in the menu item.
+
+------------------------------------------------------------------------
+r29585 | krj | 2009-08-27 08:32:57 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+Move configure checks to ConfigureChecks.cmake
+------------------------------------------------------------------------
+r29586 | krj | 2009-08-27 08:35:33 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   A /trunk/ConfigureChecks.cmake
+
+Add ConfigureChecks.cmake
+------------------------------------------------------------------------
+r29587 | gerald | 2009-08-27 08:46:53 -0700 (Thu, 27 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/dumpcap.c
+
+Check for INVALID_HANDLE_VALUE instead of NULL on Windows. This keeps
+us from feeding a NULL pointer to pcap_compile if we can't open our
+pipe. Fix up a couple of error messages.
+
+------------------------------------------------------------------------
+r29588 | krj | 2009-08-27 08:55:58 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+Remove zlib from the set of mandatory packages (it isn't)
+------------------------------------------------------------------------
+r29589 | krj | 2009-08-27 09:11:16 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+
+We require CMake >= 2.6 so we don't have to repeat the expressions in endif() + friends
+------------------------------------------------------------------------
+r29590 | gerald | 2009-08-27 16:55:48 -0700 (Thu, 27 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/dumpcap.c
+
+Properly set our file descriptor when we're capturing from a pipe on
+non-Windows systems.
+
+------------------------------------------------------------------------
+r29591 | etxrab | 2009-08-27 22:17:14 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/dumpcap.c
+
+Make the windows build compile.
+------------------------------------------------------------------------
+r29592 | etxrab | 2009-08-27 22:19:52 -0700 (Thu, 27 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/main_statusbar.c
+
+Compute the loading time and show it in the main status bar.
+(Modified code from Didier Gautheron).
+------------------------------------------------------------------------
+r29593 | etxrab | 2009-08-27 23:21:16 -0700 (Thu, 27 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
+
+Use GTK+ 2.16.5 and Glib 2.20.4.
+------------------------------------------------------------------------
+r29594 | jmayer | 2009-08-28 02:38:34 -0700 (Fri, 28 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+After asking on the list and receiving no feedback, I'll
+just commit this:
+
+Change the checks for type FT_IPv6 to no longer require
+a lenght of exaclty 16 bytes, but something between
+0 and 16 bytes. That way, we can filter on prefixes
+that do not provide the whole length of 16 bytes.
+
+------------------------------------------------------------------------
+r29595 | wmeier | 2009-08-28 06:52:52 -0700 (Fri, 28 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+
+Validate a function parameter
+
+------------------------------------------------------------------------
+r29596 | krj | 2009-08-28 08:59:20 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Indicate where the some of the macros are used
+------------------------------------------------------------------------
+r29597 | gerald | 2009-08-28 09:08:27 -0700 (Fri, 28 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/doc/tshark.pod
+
+Add an example for generating CSV output.
+
+------------------------------------------------------------------------
+r29598 | wmeier | 2009-08-28 09:36:24 -0700 (Fri, 28 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
+
+Don't coerce a possibly unaligned ptr to a (guint32 *);
+Also: Calculate the same template hash whether on a LE or BE machine.
+
+------------------------------------------------------------------------
+r29599 | wmeier | 2009-08-28 09:52:05 -0700 (Fri, 28 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+
+Fix possible memmove with a NULL poiunter.
+
+------------------------------------------------------------------------
+r29600 | wmeier | 2009-08-28 11:37:53 -0700 (Fri, 28 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipmi-transport.c
+
+Fix if test in fcn rs11():
+return if either (as opposed to both) of the required sparameters is not present;
+(Found by clang scan-build).
+
+------------------------------------------------------------------------
+r29601 | wmeier | 2009-08-28 12:15:43 -0700 (Fri, 28 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc.c
+
+Fix code which could access uninitialized variables and display incorrect text in COL_INFO.
+(Found by clang scan-build).
+
+------------------------------------------------------------------------
+r29602 | etxrab | 2009-08-28 14:34:59 -0700 (Fri, 28 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-nb_rtpmux.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+From   Neil Piercy:
+Add new protocol for 3GPP 29.414 (Nb interface RTP Mux).
+
+- Don't use C++-style comments (comments beginning with "//")
+- Don't declare variables in the middle of executable code; not all C
+compilers support that. 
+- Dont register preferences when none present.
+- Removed CHECK_COL
+------------------------------------------------------------------------
+r29603 | guy | 2009-08-28 18:08:31 -0700 (Fri, 28 Aug 2009) | 13 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+Note that the "heuristic" is fatally weak, and must be strengthened or
+eliminated.
+
+Fix indentation.
+
+Use tvb_reported_length(), so we throw an exception for packets cut
+short by a snapshot length.
+
+Don't bother showing or dissecting the payload if there isn't any.
+
+Don't show an item with a zero-length payload as going to the end of the
+packet.
+
+------------------------------------------------------------------------
+r29604 | wmeier | 2009-08-28 18:46:42 -0700 (Fri, 28 Aug 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+Cleanup:
+- proto_reg_handoff: 'if (!inited)' not req'd;
+- Remove unneeded #includes;
+- Use NULL instead of " for 'blurbs';
+- Remove unneeded foward reference.
+
+------------------------------------------------------------------------
+r29605 | wmeier | 2009-08-28 19:22:28 -0700 (Fri, 28 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Replace "" by NULL in blurbs; Cleanup indentation.
+
+------------------------------------------------------------------------
+r29606 | wmeier | 2009-08-28 19:25:04 -0700 (Fri, 28 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtp.c
+
+Replace "repeated blurb" by NULL in two cases;
+Reformat a long line.
+
+------------------------------------------------------------------------
+r29607 | guy | 2009-08-28 19:32:33 -0700 (Fri, 28 Aug 2009) | 16 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+Note what the 3GPP spec is for this protocol.
+
+Suggest a possible less-weak heuristic.
+
+Note that we're not checking the T bit and handling RTP header
+compression.
+
+At least as I read TS 29.414, the length indicator isn't supposed to be
+zero; however, a length indicator of 0 doesn't keep us from dissecting
+further, so just don't bother dissecting the payload.  We should,
+perhaps, add an expert info for this.
+
+We should perhaps also catch exceptions thrown when dissecting the RTP
+packet, so a malformed RTP packet will still let us continue dissecting
+the rest of the Nb packet.
+
+------------------------------------------------------------------------
+r29608 | krj | 2009-08-28 21:39:59 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+Indent comments
+------------------------------------------------------------------------
+r29609 | krj | 2009-08-28 21:43:52 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+We need to handoff even when we don't have a tree
+------------------------------------------------------------------------
+r29610 | krj | 2009-08-28 21:47:28 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
+
+Use NB_RTPMUX as protocol short name
+------------------------------------------------------------------------
+r29611 | krj | 2009-08-28 22:35:50 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Remove GCC_GLIB_CFLAGS. It isn't being used
+------------------------------------------------------------------------
+r29612 | krj | 2009-08-28 22:39:33 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Simplify logic wrt. GTK_INST_VERSION
+------------------------------------------------------------------------
+r29613 | krj | 2009-08-28 22:46:45 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Simplify logic wrt. PANGO_INST_VERSION
+------------------------------------------------------------------------
+r29614 | krj | 2009-08-28 23:42:23 -0700 (Fri, 28 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/capture-wpcap.c
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/epan/dfilter/syntax-tree.h
+   M /trunk/epan/ftypes/ftype-double.c
+   M /trunk/epan/proto.c
+
+Use G_STRINGIFY/G_PASTE
+------------------------------------------------------------------------
+r29615 | krj | 2009-08-29 00:53:48 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/capture-wpcap.c
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/epan/dfilter/syntax-tree.h
+   M /trunk/epan/ftypes/ftype-double.c
+   M /trunk/epan/proto.c
+
+Revert r29614 until I figure out why buildbot doesn't like it
+------------------------------------------------------------------------
+r29616 | krj | 2009-08-29 01:19:16 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/capture-wpcap.c
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
+
+We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIG
+------------------------------------------------------------------------
+r29617 | krj | 2009-08-29 01:44:49 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   D /trunk/cmake/modules/FindGLIB.cmake
 
+We no longer support GLib 1.x
 ------------------------------------------------------------------------
-r16472 | sahlberg | 2005-11-11 05:03:00 -0600 (Fri, 11 Nov 2005) | 3 lines
+r29618 | krj | 2009-08-29 02:13:28 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
- add allocation size
-
+   M /trunk/CMakeLists.txt
 
+Rename build target to lowercase for consistency
 ------------------------------------------------------------------------
-r16471 | sahlberg | 2005-11-11 04:26:36 -0600 (Fri, 11 Nov 2005) | 3 lines
+r29619 | wmeier | 2009-08-29 10:00:22 -0700 (Sat, 29 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add decode of endoffile for file infolevel 0x12
+   M /trunk/gtk/rtp_stream_dlg.c
 
+Fix potential crash due to NULL dereference.
+(Found by clang scan-build)
 
 ------------------------------------------------------------------------
-r16470 | sahlberg | 2005-11-11 03:09:31 -0600 (Fri, 11 Nov 2005) | 3 lines
+r29620 | krj | 2009-08-29 23:18:43 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-class:3  level:0 is just a normal nt security descvriptor
-
+   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
 ------------------------------------------------------------------------
-r16469 | sahlberg | 2005-11-11 02:23:11 -0600 (Fri, 11 Nov 2005) | 3 lines
+r29621 | krj | 2009-08-29 23:24:44 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-opcode 0x0c is Cancel
-
+   M /trunk/CMakeLists.txt
 
+Add WIN32 platform sources
 ------------------------------------------------------------------------
-r16468 | sahlberg | 2005-11-11 02:14:59 -0600 (Fri, 11 Nov 2005) | 3 lines
+r29622 | krj | 2009-08-30 00:09:29 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-opcode 0x0f is Notify
-
+   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).
 ------------------------------------------------------------------------
-r16467 | sahlberg | 2005-11-11 02:04:32 -0600 (Fri, 11 Nov 2005) | 4 lines
+r29623 | krj | 2009-08-30 01:50:47 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-SMB2_FILE_INFO_0a  structure   which is used with SetInfo  to rename a file
-
-
+   M /trunk/CMakeLists.txt
 
+Find Win32 bundled packages
 ------------------------------------------------------------------------
-r16466 | sahlberg | 2005-11-11 01:49:13 -0600 (Fri, 11 Nov 2005) | 3 lines
+r29624 | krj | 2009-08-30 01:51:43 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-dont dereference null pointers
-
+   A /trunk/cmake/modules/FindWSWIN32.cmake
 
+Add new windows cmake module finder
 ------------------------------------------------------------------------
-r16465 | sahlberg | 2005-11-11 01:41:09 -0600 (Fri, 11 Nov 2005) | 3 lines
+r29625 | sake | 2009-08-30 03:35:48 -0700 (Sun, 30 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/file.h
 
-the uid is 64 bits
+Some minor corrections in function descriptions
 
 
 ------------------------------------------------------------------------
-r16464 | sahlberg | 2005-11-10 22:35:22 -0600 (Thu, 10 Nov 2005) | 6 lines
+r29626 | krj | 2009-08-30 07:12:56 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/stream.c
-
-from albert chin
-
-
-remove some c99-isms
-
+   M /trunk/CMakeLists.txt
 
+Disable standard library deprecation when MSVC >= 2005
 ------------------------------------------------------------------------
-r16463 | sahlberg | 2005-11-10 21:50:53 -0600 (Thu, 10 Nov 2005) | 7 lines
+r29627 | gerald | 2009-08-30 08:03:26 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-smb2.c
-   A /trunk/epan/dissectors/packet-smb2.h
-
-break out some structures into packet-smb2.h   so we can start tapping in later
-
-we will do service-response-time   statistics before other inferior products have even noticed a new protocol is in town.
-
-
-
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-08-30]
 ------------------------------------------------------------------------
-r16462 | gerald | 2005-11-10 18:04:37 -0600 (Thu, 10 Nov 2005) | 2 lines
+r29630 | krj | 2009-08-30 08:06:28 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-p_mul.c
-
-Don't use null values for blurbs in header fields.
+   M /trunk/ConfigureChecks.cmake
 
+Add a couple of Windows header files
 ------------------------------------------------------------------------
-r16461 | sahlberg | 2005-11-10 16:46:10 -0600 (Thu, 10 Nov 2005) | 3 lines
+r29631 | krj | 2009-08-30 10:09:40 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-start decoding SMB2_FILE_INFO_22
-
+   M /trunk/config.h.win32
 
+Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS_H and HAVE_WINSOCK2_H
 ------------------------------------------------------------------------
-r16460 | sahlberg | 2005-11-10 15:52:55 -0600 (Thu, 10 Nov 2005) | 5 lines
+r29632 | krj | 2009-08-30 10:23:47 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dtd_preparse.l
-
-from albert chan
-
-dont use a variable with the name dirname since it will collide with symbols on some hosts
-
+   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
 ------------------------------------------------------------------------
-r16459 | sahlberg | 2005-11-10 15:50:30 -0600 (Thu, 10 Nov 2005) | 6 lines
+r29633 | krj | 2009-08-30 11:30:14 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cimd.c
-   M /trunk/epan/dissectors/packet-dcp.c
-
-from albert chin
-
-
-dont use c++ style comments
-
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
 
+Remove superfluous config parameters
 ------------------------------------------------------------------------
-r16458 | sahlberg | 2005-11-10 04:08:32 -0600 (Thu, 10 Nov 2005) | 11 lines
+r29634 | krj | 2009-08-30 11:40:09 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-use the policy_handle framework for dcerpc    to trach which frame a policy handle is opened in and which one it is closed in.
-
-
-also attempt to store a name for it   like File:foo
-
-
-but this does not work yet.
-
-
-
+   M /trunk/capture-pcap-util-int.h
 
+Move config.h include to start of file
 ------------------------------------------------------------------------
-r16457 | guy | 2005-11-10 01:42:23 -0600 (Thu, 10 Nov 2005) | 2 lines
+r29635 | krj | 2009-08-31 11:16:16 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/proto.c
-
-Don't pass signed characters to the <ctype.h> macros.
+   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.
 ------------------------------------------------------------------------
-r16456 | guy | 2005-11-10 01:26:30 -0600 (Thu, 10 Nov 2005) | 2 lines
+r29636 | krj | 2009-08-31 11:28:10 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-slimp3.c
-
-Include <ctype.h> to declare "isprint()".
+   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.
 ------------------------------------------------------------------------
-r16455 | guy | 2005-11-09 21:16:25 -0600 (Wed, 09 Nov 2005) | 6 lines
+r29637 | etxrab | 2009-08-31 11:37:15 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipv6.h
-
-There's no guarantee that BYTE_ORDER is defined as anything useful, and
-the BYTE_ORDER == BIG_ENDIAN values for FMIP_HI_FLAG_ASSIGNED and
-FMIP_HI_FLAG_BUFFER are bogus for the way they're used anyway (they're
-used to check bits in a one-byte value), so throw away those values, and
-get rid of the leading 00 in the BYTE_ORDER == LITTLE_ENDIAN values.
+   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
 ------------------------------------------------------------------------
-r16454 | guy | 2005-11-09 21:00:43 -0600 (Wed, 09 Nov 2005) | 2 lines
+r29638 | krj | 2009-08-31 11:38:07 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/toolbar.c
+   M /trunk/config.h.win32
 
-Skip some toolbar #includes if we're not using GTK+ 2.x.
+Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
+------------------------------------------------------------------------
+r29639 | krj | 2009-08-31 11:48:16 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+   D /trunk/cmake/modules/Check64BitFormat.c.in
+   D /trunk/cmake/modules/Check64BitFormat.cmake
+   M /trunk/cmakeconfig.h.in
 
+CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
 ------------------------------------------------------------------------
-r16453 | guy | 2005-11-09 20:49:54 -0600 (Wed, 09 Nov 2005) | 4 lines
+r29640 | krj | 2009-08-31 11:59:21 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/file_wrappers.c
+   M /trunk/config.h.win32
 
-Include <unistd.h> if available, to get "close()" declared.
+Reorder (no functionality change)
+------------------------------------------------------------------------
+r29641 | tuexen | 2009-08-31 12:13:50 -0700 (Mon, 31 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/dumpcap.c
 
-Update the big comment to reflect current reality.
+Use a timeout of a second for Mac OS X, when building
+a 64-bit application. Workaround a bug in Mac OS X...
 
 ------------------------------------------------------------------------
-r16452 | etxrab | 2005-11-09 15:50:39 -0600 (Wed, 09 Nov 2005) | 2 lines
+r29642 | etxrab | 2009-08-31 12:31:04 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/gtk/main.c
 
-From Andrei Emeltchenko
-I have added new RTCP POC fields as OMA standard says. With some additions. 
+Connect F7 and F8 for new_packet_list.
 ------------------------------------------------------------------------
-r16451 | sahlberg | 2005-11-09 15:06:06 -0600 (Wed, 09 Nov 2005) | 3 lines
+r29643 | krj | 2009-08-31 12:47:50 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add initial decode for SMB2_FS_INFO_01
-
+   M /trunk/Makefile.am
+   M /trunk/Makefile.common
+   M /trunk/config.h.win32
+   M /trunk/configure.in
+   M /trunk/debian/copyright
+   M /trunk/packaging/macosx/native-gtk/config.h
+   D /trunk/strcasecmp.c
 
+Remove strcasecmp. We use g_ascii_strcasecmp exclusively
 ------------------------------------------------------------------------
-r16450 | sahlberg | 2005-11-09 14:57:56 -0600 (Wed, 09 Nov 2005) | 3 lines
+r29644 | jmayer | 2009-08-31 15:34:25 -0700 (Mon, 31 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-ip.c
 
-add decode of SMB2_FS_INFO_05 
+- 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.
 
 ------------------------------------------------------------------------
-r16449 | sahlberg | 2005-11-09 14:37:49 -0600 (Wed, 09 Nov 2005) | 3 lines
+r29645 | jmayer | 2009-08-31 16:11:52 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/cmakeconfig.h.in
 
-add decoding of the create request
+Add check for HAVE_MKSTEMP to make build work again on
+platforms that know about mkstemp().
 
+------------------------------------------------------------------------
+r29646 | etxrab | 2009-08-31 22:19:24 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main_proto_draw.c
 
+Don't bother with a progress dialog for small Hex windows.
 ------------------------------------------------------------------------
-r16448 | gerald | 2005-11-09 10:01:35 -0600 (Wed, 09 Nov 2005) | 10 lines
+r29647 | etxrab | 2009-09-01 00:29:16 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/gtk/main_proto_draw.c
 
-From Stig Bjørlykke:
+Typo
+------------------------------------------------------------------------
+r29648 | etxrab | 2009-09-01 01:51:41 -0700 (Tue, 01 Sep 2009) | 5 lines
+Changed paths:
+   M /trunk/file.c
 
-I just learned how easy it is to reassemble multiple UDP packets, so  I
-had to implement this for the P_Mul protocol :)
+- Read a min number if packets before checking if the progress bar should be updated.
+- Calculate the progess before checking if progress bar should be
+created or not.
+- Dont update the progress to often on small files.
+- Use data_offset rather than reading file_pos.
+------------------------------------------------------------------------
+r29649 | tuexen | 2009-09-01 03:12:27 -0700 (Tue, 01 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
 
-This patch fixes:
-* Reassemble multiple data packets
-* Add packet length check
-* Fix for PDU type in tree entry
+From Irene Ruengeler: Get rid of legacy gtk code...
 
 ------------------------------------------------------------------------
-r16447 | sahlberg | 2005-11-09 07:19:57 -0600 (Wed, 09 Nov 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-smb2.c
-
-some more of the never ending stream of smb2 updates
+   M /trunk/gtk/sctp_assoc_analyse.c
 
+Out with debug output...
 
 
 ------------------------------------------------------------------------
-r16446 | sahlberg | 2005-11-09 04:18:31 -0600 (Wed, 09 Nov 2005) | 3 lines
+r29651 | martinm | 2009-09-01 04:15:24 -0700 (Tue, 01 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add decode of Write commands
+   M /trunk/file.c
 
+Add volatile to avoid clobbered by longjmp warning.
 
 ------------------------------------------------------------------------
-r16445 | sahlberg | 2005-11-09 03:29:41 -0600 (Wed, 09 Nov 2005) | 10 lines
+r29652 | krj | 2009-09-01 08:54:53 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add support for Close   and the new guess that the FID is present in the Find request.
+   M /trunk/gtk/packet_list_store.c
 
+Plug memleak in new_packet_list_store_clear(). Make sure that we free the pointer array segment
+------------------------------------------------------------------------
+r29653 | krj | 2009-09-01 09:00:56 -0700 (Tue, 01 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.h
 
-Ohoy sailor,    we have spotted the concept of current working directory.
+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.
 
-does this mean we also get rid of the silly 200-256 byte path length limitation?
+While there, throw in a few g_assert()'s.
 
+------------------------------------------------------------------------
+r29654 | krj | 2009-09-01 10:09:36 -0700 (Tue, 01 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/proto.c
+   M /trunk/gtk/menus.c
+   M /trunk/print.c
 
+From Richard Brodie via. Bug 3913:
 
+Free ptr array allocated through proto_find_finfo()
 
 ------------------------------------------------------------------------
-r16444 | sahlberg | 2005-11-09 03:14:11 -0600 (Wed, 09 Nov 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-smb2.c
-
-dissect more of the SMB2/Close function
+   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.
 
 ------------------------------------------------------------------------
-r16443 | guy | 2005-11-09 02:46:24 -0600 (Wed, 09 Nov 2005) | 5 lines
+r29656 | krj | 2009-09-01 11:16:55 -0700 (Tue, 01 Sep 2009) | 12 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/proto.c
+   M /trunk/gtk/filter_dlg.c
+
+From Jakub Zawadzki via. Bug 3330:
 
-Remove comment that no longer applies.
+* 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()
 
-If we get a getopt() error in the pre-scanning, quit - don't do all the
-GUI stuff and re-scan the arguments (and print the error message twice).
+From me:
+
+* proto.c: set gmc_hfinfo to NULL after free
+* proto.c: switch order of g_free() and g_list_remove() in proto_cleanup()
 
 ------------------------------------------------------------------------
-r16442 | ulfl | 2005-11-08 18:39:20 -0600 (Tue, 08 Nov 2005) | 1 line
+r29657 | etxrab | 2009-09-01 11:29:11 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/new_packet_list.c
 
-Updated feature: When cancelling a file load operation...
+In new_packet_list_append() all we need is in fdata.
 ------------------------------------------------------------------------
-r16441 | ulfl | 2005-11-08 16:24:53 -0600 (Tue, 08 Nov 2005) | 9 lines
+r29658 | krj | 2009-09-01 11:44:08 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/file.c
-
-from Jaap Keuter:
-Anyone having objections to idea of stopping the load of a capture file
-i.s.o. cancelling it? I'm refering to WishList Data I/O item #6.
-It seems a very reasonable idea and easy to implement.
-
-I've done some extensions:
--Improve the corresponding comment on the implications why this is useful
--added a new simple_dialog text to explain what's really going on (simply using the WTAP truncated packet message was a bit misleading)
+   M /trunk/epan/addr_resolv.c
 
+Remove superfluous NULL pointer checks wrt. g_malloc() and g_realloc()
 ------------------------------------------------------------------------
-r16440 | etxrab | 2005-11-08 16:18:06 -0600 (Tue, 08 Nov 2005) | 1 line
+r29659 | krj | 2009-09-01 12:19:41 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/asn1.h
-   M /trunk/epan/dissectors/format-oid.h
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/cmakeconfig.h.in
 
-Move def of subid_t to format-oid.h don't include asn1.h in cops any more.
+Check for mkdtemp()
 ------------------------------------------------------------------------
-r16439 | sahlberg | 2005-11-08 15:16:36 -0600 (Tue, 08 Nov 2005) | 3 lines
+r29660 | krj | 2009-09-01 12:27:59 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/cmakeconfig.h.in
 
- start dissecting SMB2_FILE_INFO_12
+Define some windows specific header files
+------------------------------------------------------------------------
+r29661 | guy | 2009-09-01 12:31:41 -0700 (Tue, 01 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
+Check whether "size" points to something positive, not whether "size"
+itself is positive (which makes no sense for a pointer).
 
 ------------------------------------------------------------------------
-r16438 | gerald | 2005-11-08 09:28:15 -0600 (Tue, 08 Nov 2005) | 2 lines
+r29663 | etxrab | 2009-09-01 22:48:38 -0700 (Tue, 01 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
 
-From Peter Kovar: Fix the typo referenced in bug 577.
+ Didier Gautheron:
+Expert info clean up.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3971
+------------------------------------------------------------------------
+r29664 | etxrab | 2009-09-02 08:07:03 -0700 (Wed, 02 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/color_dlg.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
+Prepare abillity to add color filters with new packet list.
+(Packets not recolored yet).
 ------------------------------------------------------------------------
-r16437 | gerald | 2005-11-08 09:23:20 -0600 (Tue, 08 Nov 2005) | 2 lines
+r29665 | jmayer | 2009-09-02 08:52:11 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-ldap.c
 
-Fix a cut-and-pasteo.
+No need to include packet-frame.h
 
 ------------------------------------------------------------------------
-r16436 | gerald | 2005-11-08 09:22:38 -0600 (Tue, 08 Nov 2005) | 7 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/epan/dissectors/packet-gtp.c
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/UseLemon.cmake
+   A /trunk/epan/CMakeLists.txt
+   M /trunk/wiretap/CMakeLists.txt
 
-You don't tug on Superman's cape.  You don't spit into the wind.
-You don't pull the mask off the old Lone Ranger, and you don't
-overflow a guint8.  Fixes the infinite loop in bug 576.
+Beginnings of getting cmake to build stuff in epan.
+It's only beginnings, so epan is commented out in
+the subdirs statement.
 
-Fix up whitespace.  Add an entry to the release notes.  Apologies
-to Jim Croce.
+This is more a synch to avoid duplicate work and creating
+conflicting patches to the cmake stuff.
 
 ------------------------------------------------------------------------
-r16435 | sahlberg | 2005-11-08 03:20:04 -0600 (Tue, 08 Nov 2005) | 3 lines
+r29667 | martinm | 2009-09-02 09:39:39 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-dissect some of GetInfo requests and Replies
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-mac-lte.h
+   M /trunk/gtk/mac_lte_stat_dlg.c
 
+Add Semi-Persistent Scheduling (SPS) RNTI.
 
 ------------------------------------------------------------------------
-r16434 | sahlberg | 2005-11-08 02:53:55 -0600 (Tue, 08 Nov 2005) | 6 lines
+r29668 | krj | 2009-09-02 10:15:20 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
-add a comment to keep the dissector in sync with the wiki
+Make sure that we select the last row if autoscroll is enabled. The scrolling is still very jumpy. It seems that we always select the first packet before moving to the end.
+------------------------------------------------------------------------
+r29669 | sahlberg | 2009-09-02 10:24:52 -0700 (Wed, 02 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-mmc.c
 
-rename functions 0x10 and 0x11 to follow the names in the wiki
+Add initial support to decode the ADIP and PhysicalInformation for MMC 
+media
 
 
+------------------------------------------------------------------------
+r29670 | krj | 2009-09-02 10:29:52 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
+Add seperate new_packet_list_moveto_end() which scrolls to the end _without_ selecting the last packet.
 ------------------------------------------------------------------------
-r16433 | sahlberg | 2005-11-08 02:41:42 -0600 (Tue, 08 Nov 2005) | 3 lines
+r29671 | etxrab | 2009-09-02 10:51:48 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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
 
-add a pointer to the wiki for documentation of this protocol
+Adding new color rules should work now.
+------------------------------------------------------------------------
+r29672 | etxrab | 2009-09-02 10:52:14 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/color_dlg.c
 
+Adding new color rules should work now.
+------------------------------------------------------------------------
+r29673 | etxrab | 2009-09-02 10:59:56 -0700 (Wed, 02 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Trying to fix:
+ packets without color are randomly colorized.
 ------------------------------------------------------------------------
-r16432 | sahlberg | 2005-11-08 02:40:32 -0600 (Tue, 08 Nov 2005) | 4 lines
+r29674 | etxrab | 2009-09-02 11:18:57 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/gtk/compare_stat.c
+   M /trunk/gtk/menus.c
 
- add dissection of the known parts of negotiate protocol
+Use new_packet_list_colorize_packets() where cf_colorize_packets();
+is used.
+------------------------------------------------------------------------
+r29675 | tuexen | 2009-09-02 12:15:02 -0700 (Wed, 02 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Mark unused parameter as such.
 
 
 ------------------------------------------------------------------------
-r16431 | guy | 2005-11-07 22:03:50 -0600 (Mon, 07 Nov 2005) | 3 lines
+r29676 | tuexen | 2009-09-02 12:16:59 -0700 (Wed, 02 Sep 2009) | 4 lines
 Changed paths:
    M /trunk/configure.in
 
-When using GCC, compile with -Wpointer-arith, to catch code that some
-other C compilers can't handle.
+Add --enable-new-packet-list to configure script. Default
+is no for now. Should be kept in sync with the corresponding
+Windows switch.
 
 ------------------------------------------------------------------------
-r16430 | guy | 2005-11-07 16:50:34 -0600 (Mon, 07 Nov 2005) | 8 lines
+r29677 | krj | 2009-09-02 12:31:56 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
-Use "proto_tree_add_item()", not "proto_tree_add_bytes()", if you're
-just supplying the result of "tvb_get_ptr()" with the same tvbuff,
-offset, and length as the byte array.
+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
 
-Get rid of an unused variable.
+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
 
-Set svn:keywords and svn:eol-style appropriately.
+Also deactivate and activate menu for recent.gui_time_precision.
 
 ------------------------------------------------------------------------
-r16429 | gerald | 2005-11-07 15:58:27 -0600 (Mon, 07 Nov 2005) | 2 lines
+r29680 | etxrab | 2009-09-02 22:03:57 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dec-dnart.c
-
-Fix an ftsanity.py error.
+   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.
 ------------------------------------------------------------------------
-r16428 | gerald | 2005-11-07 15:54:08 -0600 (Mon, 07 Nov 2005) | 9 lines
+r29681 | etxrab | 2009-09-02 22:35:21 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/gtk/new_packet_list.c
 
-Fix bug 575, from Menno Andriesse:
+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
 
-  In two functions that call proto_tree_add_bytes I forgot the
-  'tvb_get_ptr' function, the argument was 'FALSE' instead.  This gave
-  a predictable 'NULL' pointer bug...
+Right justify "Packet length", "Cumulative bytes" and custom columns
+displaying numerical values.
 
-Fix an ftsanity.py error.  Fixup whitespace.
+------------------------------------------------------------------------
+r29683 | stig | 2009-09-03 03:50:30 -0700 (Thu, 03 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Adjusted int/uint check and fixed a comment in right justify check.
 
 ------------------------------------------------------------------------
-r16427 | sahlberg | 2005-11-07 15:19:59 -0600 (Mon, 07 Nov 2005) | 3 lines
+r29684 | stig | 2009-09-03 04:37:12 -0700 (Thu, 03 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-begin dissecting the Find response packet
+   M /trunk/gtk/recent.c
 
+Read column widths from recent file also for new packet list.
 
 ------------------------------------------------------------------------
-r16426 | guy | 2005-11-07 15:10:52 -0600 (Mon, 07 Nov 2005) | 8 lines
+r29685 | krj | 2009-09-03 07:32:11 -0700 (Thu, 03 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-The return value of tvb_get_ptr() is a const ptr; assign it to a const
-ptr.
+Make sure that we stop auto scroll if we start scrolling manually. 
 
-The answer to the question
-"??????????????????????????????????????????????????????????????????" is
-"No - the return value of tvb_get_ptr() is a reference, not an allocated
-copy, and it cannot be freed and doesn't need to be freed."
+Caveat: we jump to first frame when auto scroll is stopped
 
 ------------------------------------------------------------------------
-r16425 | sahlberg | 2005-11-07 15:00:09 -0600 (Mon, 07 Nov 2005) | 3 lines
+r29686 | krj | 2009-09-03 07:41:09 -0700 (Thu, 03 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/file.c
 
-dissect the treeconnect request packet
+Remove superfluous assignment
+------------------------------------------------------------------------
+r29687 | martinm | 2009-09-03 09:42:16 -0700 (Thu, 03 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
+Show UEId in info column for UL-SCH / DL-SCH frames.
 
 ------------------------------------------------------------------------
-r16424 | sahlberg | 2005-11-07 14:32:27 -0600 (Mon, 07 Nov 2005) | 4 lines
+r29688 | krj | 2009-09-03 10:00:17 -0700 (Thu, 03 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add request response matching so we can start passing info levels around from request to response and start dissecting some of the commands
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Allocate and use an extra column at the end of the column list to indicate the 'magic' column which contains the _entire_ PacketListRecord
+------------------------------------------------------------------------
+r29689 | krj | 2009-09-03 10:39:42 -0700 (Thu, 03 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Add packet_list_visible_record() to avoid poking PacketListRecord in new_packet_list.c
+------------------------------------------------------------------------
+r29690 | krj | 2009-09-03 10:56:57 -0700 (Thu, 03 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+Only store the last column as G_TYPE_POINTER. Hopefully this will soon make us able to sort again
 ------------------------------------------------------------------------
-r16423 | guy | 2005-11-07 14:14:40 -0600 (Mon, 07 Nov 2005) | 4 lines
+r29691 | gerald | 2009-09-03 11:15:23 -0700 (Thu, 03 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/ascend.c
+   M /trunk/docbook/release-notes.xml
 
-The problem wasn't that <sys/stat.h> wasn't being included, the problem
-was that file_util.h wasn't in the distribution tarball, so it couldn't
-be included - it handles including <sys/stat.h>.
+Start the feature list for 1.4.
 
 ------------------------------------------------------------------------
-r16422 | ulfl | 2005-11-07 13:51:16 -0600 (Mon, 07 Nov 2005) | 1 line
+r29692 | etxrab | 2009-09-04 03:53:37 -0700 (Fri, 04 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/Makefile.common
+   M /trunk/epan/addr_resolv.c
 
-add file_util.h so distcheck might work
+From : Didier Gautheron
+Addresse hash is slow on little endian CPU.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3973
 ------------------------------------------------------------------------
-r16421 | etxrab | 2005-11-07 13:40:55 -0600 (Mon, 07 Nov 2005) | 1 line
+r29693 | etxrab | 2009-09-04 04:06:52 -0700 (Fri, 04 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-Display MSW and LSW as NTP timestamp as well.
+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
 ------------------------------------------------------------------------
-r16420 | etxrab | 2005-11-07 13:39:38 -0600 (Mon, 07 Nov 2005) | 1 line
+r29694 | jmayer | 2009-09-04 04:48:04 -0700 (Fri, 04 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/epan/emem.c
 
-Dissect NSAP
+Include "proto.h" instead of <proto.h>
 ------------------------------------------------------------------------
-r16419 | etxrab | 2005-11-07 13:39:02 -0600 (Mon, 07 Nov 2005) | 1 line
+r29695 | tuexen | 2009-09-04 05:42:22 -0700 (Fri, 04 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/gtk/sctp_graph_dlg.c
+
+From Irene Ruengeler: Show duplicate TSNs in SACKs.
 
-Bug fix to dissection of NSAP E164 Country codes
 ------------------------------------------------------------------------
-r16418 | etxrab | 2005-11-07 13:37:10 -0600 (Mon, 07 Nov 2005) | 2 lines
+r29696 | tuexen | 2009-09-04 05:52:28 -0700 (Fri, 04 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/gtk/sctp_graph_dlg.c
 
-Martin Hill has examined packet-dec-dnart.c and found some errors and made some improvements.
+Fix compilation.
 
 ------------------------------------------------------------------------
-r16417 | etxrab | 2005-11-07 13:35:48 -0600 (Mon, 07 Nov 2005) | 4 lines
+r29697 | tuexen | 2009-09-04 06:10:59 -0700 (Fri, 04 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/gtk/sctp_graph_dlg.c
 
-From Stig Bjørlykke
-
-A new dissector for P_Mul (ACP142) http://www.jcs.mil/j6/cceb/acps/Acp142.pdf
+Fix handling of multiple duplicate TSNs.
 
 ------------------------------------------------------------------------
-r16416 | guy | 2005-11-07 11:18:52 -0600 (Mon, 07 Nov 2005) | 2 lines
+r29698 | tuexen | 2009-09-04 06:23:51 -0700 (Fri, 04 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/ascend.c
+   M /trunk/gtk/sctp_graph_dlg.c
 
-You need <sys/stat.h>, if present, to use fstat().
+Cleanup whitespaces.
 
 ------------------------------------------------------------------------
-r16415 | guy | 2005-11-07 11:12:43 -0600 (Mon, 07 Nov 2005) | 5 lines
+r29699 | krj | 2009-09-04 10:42:03 -0700 (Fri, 04 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/file_util.h
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-The standard <dirent.h> routines to rewind and close a directory are
-rewinddir() and closedir().
+Rename new_packet_list_reset_dissected to packet_list_reset_dissected
+------------------------------------------------------------------------
+r29700 | wmeier | 2009-09-04 11:18:34 -0700 (Fri, 04 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-kingfisher.c
 
-Clean up indentation.
+From Rob Casey: Fix for: Incorrect station identifier parsing in Kingfisher dissector 
+See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3946
 
 ------------------------------------------------------------------------
-r16414 | sahlberg | 2005-11-07 02:57:04 -0600 (Mon, 07 Nov 2005) | 3 lines
+r29701 | wmeier | 2009-09-04 11:40:02 -0700 (Fri, 04 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-put the error code in col info
+   M /trunk/epan/dissectors/packet-kingfisher.c
 
+A few minor revisions:
+- if (check_col ...) no longer required;
+- Use match_strval when verifying the fcn code;
+- Add a missing #ifdef;
+- Make a global variable static;
+- Fix indentation to be consistent in a few places.
 
 ------------------------------------------------------------------------
-r16413 | sahlberg | 2005-11-07 02:39:23 -0600 (Mon, 07 Nov 2005) | 3 lines
+r29705 | krj | 2009-09-05 03:36:29 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-smb2 updates,    most of the header is now decoded properly
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+   M /trunk/ui_util.h
 
+Get rid off GtkTreeModelFilter because the time to sort becomes unbearable when combined with GtkTreeSortable. This means that we now track which frames are visible in the our own packet list store. To do so, we now distinguish between physical and visible rows. All frames are added as physical rows. Only those that passes the display filter are marked as visible.
 
 ------------------------------------------------------------------------
-r16412 | guy | 2005-11-07 02:36:25 -0600 (Mon, 07 Nov 2005) | 3 lines
+r29706 | stig | 2009-09-05 04:15:50 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/plugins.c
-   M /trunk/fileset.c
+   M /trunk/gtk/packet_list_store.c
 
-Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in
-GLib 1.2[.x].
+Make it build without warnings.
 
 ------------------------------------------------------------------------
-r16411 | guy | 2005-11-07 02:35:28 -0600 (Mon, 07 Nov 2005) | 3 lines
+r29707 | krj | 2009-09-05 04:58:44 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/pcap-util-unix.c
+   M /trunk/gtk/packet_list_store.c
 
-This is UN*X-only, so it doesn't need to use the eth_close() wrapper;
-close() will be available.
+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.
 ------------------------------------------------------------------------
-r16410 | guy | 2005-11-06 20:47:09 -0600 (Sun, 06 Nov 2005) | 6 lines
+r29709 | stig | 2009-09-05 06:06:45 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/plugins.c
    M /trunk/epan/prefs.c
-   M /trunk/plugins/asn1/packet-asn1.c
-   M /trunk/plugins/mate/mate_util.c
 
-Use <wiretap/file_util.h> to include "file_util.h"; otherwise, the
-include fails as we don't do -Iwiretap.
+Ignore preferences for deleted protocols "etheric" and "isup_thin".
 
-If we have it, include <sys/stat.h> in epan/filesystem.c - we need it
-for stat() and the macros and structures it uses.
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r16409 | guy | 2005-11-06 20:45:19 -0600 (Sun, 06 Nov 2005) | 8 lines
+r29711 | krj | 2009-09-05 06:27:34 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/file_wrappers.c
-   M /trunk/wiretap/file_wrappers.h
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-If we're using libz, make file_open() construct the open() flag
-argument, rather than requiring the caller to get the open() flag and
-the fopen() flag in sync.  That also means that if we're *not* using
-libz, it can just be a wrapper around eth_fopen().
+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
 
-We need to include <fcntl.h>, at least on UN*X, to get open() declared
-and the O_ flags defined.
+Apply user font when changing profile with new packet list.
 
 ------------------------------------------------------------------------
-r16408 | guy | 2005-11-06 20:38:34 -0600 (Sun, 06 Nov 2005) | 2 lines
+r29713 | krj | 2009-09-05 06:46:17 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
-
-Fix a typo.
+   M /trunk/gtk/packet_list_store.c
 
+Restore original condition in packet_list_iter_n_children()
 ------------------------------------------------------------------------
-r16407 | guy | 2005-11-06 20:35:02 -0600 (Sun, 06 Nov 2005) | 2 lines
+r29714 | stig | 2009-09-05 07:37:02 -0700 (Sat, 05 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/gtk/new_packet_list.c
 
-Include <wiretap/file_util.h> to declare the eth_ routines.
+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.
 
 ------------------------------------------------------------------------
-r16406 | ulfl | 2005-11-06 18:20:20 -0600 (Sun, 06 Nov 2005) | 3 lines
+r29715 | krj | 2009-09-05 08:25:53 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/util.c
-   M /trunk/wiretap/file_util.h
+   M /trunk/gtk/new_packet_list.c
 
-as mkstemp makes trouble and is only used once in util.c, move definition from file_util.h to util.c for now
-
-this hopefully fixes the mkstemp problem
+Remove dead code. We dont construct columns while reading the file. We do that when we have to display the frame
 ------------------------------------------------------------------------
-r16405 | guy | 2005-11-06 17:21:03 -0600 (Sun, 06 Nov 2005) | 4 lines
+r29716 | krj | 2009-09-05 08:30:34 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/file_util.h
+   M /trunk/gtk/new_packet_list.c
 
-Get rid of CRs and set svn:eol-style to native, so that Windows machines
-get the CRs and UN*X machines don't.  Also set svn:keywords to Id to
-expand RCS IDs.
+Inline cache_columns()
+------------------------------------------------------------------------
+r29717 | krj | 2009-09-05 08:46:47 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Move new_packet_list_dissect() to packet_list_store.c. We need to have it there in order to dissect columns on the fly when we have to sort
 ------------------------------------------------------------------------
-r16404 | ulfl | 2005-11-06 17:11:49 -0600 (Sun, 06 Nov 2005) | 1 line
+r29718 | krj | 2009-09-05 09:35:05 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/file_util.h
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Obviously, <glib/gstdio.h> is available since GLib version 2.6 only ...
+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.
 ------------------------------------------------------------------------
-r16403 | ulfl | 2005-11-06 16:43:25 -0600 (Sun, 06 Nov 2005) | 7 lines
+r29719 | stig | 2009-09-05 11:13:48 -0700 (Sat, 05 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/capture.c
-   M /trunk/capture_loop.c
-   M /trunk/capture_sync.c
-   M /trunk/color_filters.c
-   M /trunk/config.h.win32
-   M /trunk/disabled_protos.c
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/column.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/plugins.c
-   M /trunk/epan/prefs.c
-   M /trunk/epan/sha1.c
-   M /trunk/file.c
-   M /trunk/fileset.c
-   M /trunk/filters.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/drag_and_drop.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/gtk/filter_dlg.h
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/help_dlg.c
    M /trunk/gtk/main.c
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/print_mswin.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/text_page.c
-   M /trunk/mergecap.c
-   M /trunk/mkstemp.c
-   M /trunk/pcap-util-unix.c
-   M /trunk/plugins/asn1/packet-asn1.c
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/print.c
-   M /trunk/ringbuffer.c
-   M /trunk/tethereal.c
-   M /trunk/util.c
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/config.h.win32
-   M /trunk/wiretap/file_access.c
-   A /trunk/wiretap/file_util.h
-   M /trunk/wiretap/file_wrappers.c
-   M /trunk/wiretap/file_wrappers.h
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/wtap.c
-
-replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32).
 
-to do this, I've added file_util.h to wiretap (would file_compat.h be a better name?), and provide compat_macros like eth_open() instead of open(). While at it, move other file related things there, like #include <io.h>, definition of O_BINARY and alike, so it's all in one place.
+Move reloading pane geometry to a point where we have the correct
+main_first_pane and main_second_pane.
 
-deleted related things from config.h.win32
-
-As of these massive changes, I'm almost certain that this will break the Unix build. I'll keep an eye on the buildbot so hopefully everything is working again soon.
 ------------------------------------------------------------------------
-r16402 | sahlberg | 2005-11-06 07:04:57 -0600 (Sun, 06 Nov 2005) | 4 lines
+r29720 | krj | 2009-09-05 11:28:06 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-dissect some of the session setup and the security blob for smb2
+   M /trunk/epan/column-utils.c
 
+Reorder col_fill_in()
+------------------------------------------------------------------------
+r29721 | krj | 2009-09-05 11:39:46 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/prefs.c
 
+COL_BSSGP_TLLI is deprecated
+------------------------------------------------------------------------
+r29722 | krj | 2009-09-05 11:45:55 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/libwireshark.def
 
+col_custom_set_fstr() is unused. Remove it
 ------------------------------------------------------------------------
-r16401 | sahlberg | 2005-11-06 05:55:17 -0600 (Sun, 06 Nov 2005) | 3 lines
+r29723 | krj | 2009-09-05 12:07:04 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-dissect the smb2 request/response flag
-
+   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
 ------------------------------------------------------------------------
-r16400 | sahlberg | 2005-11-06 05:46:10 -0600 (Sun, 06 Nov 2005) | 3 lines
+r29724 | stig | 2009-09-05 12:42:43 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-dissect the smb2 tree id
+   M /trunk/gtk/main.c
 
+Remove an obsolete gui_time_format setting.
 
 ------------------------------------------------------------------------
-r16399 | sahlberg | 2005-11-05 23:32:01 -0600 (Sat, 05 Nov 2005) | 3 lines
+r29725 | stig | 2009-09-05 15:12:51 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-some smb2 updates
+   M /trunk/epan/dissectors/packet-capwap.c
 
+Changed type for "Wireless data" to FT_BYTES.
 
 ------------------------------------------------------------------------
-r16398 | sahlberg | 2005-11-05 22:18:13 -0600 (Sat, 05 Nov 2005) | 3 lines
+r29726 | krj | 2009-09-05 21:26:50 -0700 (Sat, 05 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-hip.c
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-nat-pmp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-wow.c
+   M /trunk/epan/dissectors/packet-zbee-aps.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zdp.c
+   M /trunk/epan/value_string.c
+   M /trunk/epan/value_string.h
 
-add an empty dissector for SMB2
+Don't pass ep_alloc()'ed strings to col_set_str().
 
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984
 
 ------------------------------------------------------------------------
-r16397 | etxrab | 2005-11-05 15:38:22 -0600 (Sat, 05 Nov 2005) | 4 lines
+r29727 | krj | 2009-09-05 22:29:51 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-rtp.h
-   M /trunk/gtk/rtp_analysis.c
-
-Packet-amr Register as  "AMR" not "amr".
+   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
 
-Add Dynamic PT:s mimestring  to rtp_info if avalable.
-Use Dynamic PT:s mime string to find clock rate.
+s/col_add_fstr/col_add_str
 ------------------------------------------------------------------------
-r16396 | sahlberg | 2005-11-05 14:32:33 -0600 (Sat, 05 Nov 2005) | 3 lines
+r29728 | krj | 2009-09-05 22:49:00 -0700 (Sat, 05 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-get rid of some strcat
+Make sure that we can enable/disable color filtering.
 
+Fixes http://wiki.wireshark.org/Development/OptimizePacketList?action=diff&rev1=11&rev2=12
 
 ------------------------------------------------------------------------
-r16395 | sahlberg | 2005-11-04 20:03:21 -0600 (Fri, 04 Nov 2005) | 4 lines
+r29729 | krj | 2009-09-05 23:07:53 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-brdwlk.c
-
-get rid of an array and dissect a bitmask properly
-get rid of some strcat()s
-
+   M /trunk/color_filters.c
+   M /trunk/color_filters.h
+   M /trunk/gtk/packet_list_store.c
 
+Add NEW_PACKET_LIST guard to color_filters_colorize_packet()
 ------------------------------------------------------------------------
-r16394 | sahlberg | 2005-11-04 19:23:06 -0600 (Fri, 04 Nov 2005) | 3 lines
+r29730 | krj | 2009-09-05 23:33:13 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp.c
-
-remove an array and some strcat from ncp
-
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
+The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by marking the protocol tree as permamently visible. It only needs to disable the optimization temporarily while it creates the protocol item it intends to use proto_item_append_string() on
 ------------------------------------------------------------------------
-r16393 | sahlberg | 2005-11-04 17:03:26 -0600 (Fri, 04 Nov 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-ospf.c
-
-remove an array and the remaining strcat from ospf
-
+   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.
 ------------------------------------------------------------------------
-r16392 | sahlberg | 2005-11-04 15:55:23 -0600 (Fri, 04 Nov 2005) | 3 lines
+r29732 | krj | 2009-09-06 00:33:07 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-get rid of some strcat  and a stackbased array
-
+   M /trunk/epan/proto.c
 
+This fix was supposed to be in r29731 which some how only contained whitespace changes.
 ------------------------------------------------------------------------
-r16391 | sahlberg | 2005-11-04 15:22:21 -0600 (Fri, 04 Nov 2005) | 5 lines
+r29733 | krj | 2009-09-06 00:55:17 -0700 (Sun, 06 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet_info.h
 
-from Metze
+We track all protocols that appear in each packet in the frame dissector. This is an expensive operation because we:
 
-some winsrepl updates
+* 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)
 
 ------------------------------------------------------------------------
-r16390 | sahlberg | 2005-11-04 15:14:33 -0600 (Fri, 04 Nov 2005) | 8 lines
+r29734 | krj | 2009-09-06 01:10:12 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/epan/emem.c
 
-From Menno Andriesse
+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
 
-New protocol : STANAG 5066
+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
 
-I changed it from being a plugin to a builtin dissector
-and also changed a couple of small bugs
+Macrofy check_col() -> CHECK_COL() internally in columns-utils.c
+------------------------------------------------------------------------
+r29737 | krj | 2009-09-06 02:11:17 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
 
+Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() internally in columns-utils.c
+------------------------------------------------------------------------
+r29738 | krj | 2009-09-06 02:36:21 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Sort the visible list while traversing the physical row list. This halves the time needed to sort
 ------------------------------------------------------------------------
-r16389 | etxrab | 2005-11-03 13:14:52 -0600 (Thu, 03 Nov 2005) | 1 line
+r29739 | krj | 2009-09-06 03:03:06 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/column-utils.c
 
-Fix a typo and change TLLI representation to HEX.
+Inline col_has_time_fmt() into col_based_on_frame_data()
 ------------------------------------------------------------------------
-r16388 | jmayer | 2005-11-03 09:23:09 -0600 (Thu, 03 Nov 2005) | 1 line
+r29740 | krj | 2009-09-06 03:41:35 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/pidl/TODO
-   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/Samba/NDR/Parser.pm
+   M /trunk/gtk/packet_list_store.c
 
-Update to samba svn 11484
+Tigthen the condition under which we create a protocol create while sorting
 ------------------------------------------------------------------------
-r16387 | guy | 2005-11-02 22:35:39 -0600 (Wed, 02 Nov 2005) | 5 lines
+r29741 | stig | 2009-09-06 04:24:56 -0700 (Sun, 06 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-"dissect_cmp_http()" doesn't check for a valid packet (it doesn't need
-to, it's selected by the media-type string, not something unreliable
-such as a port number), and doesn't return anything, so give it the
-right type and don't declare it as a "new-style" dissector.
+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
 
 ------------------------------------------------------------------------
-r16386 | guy | 2005-11-02 22:33:51 -0600 (Wed, 02 Nov 2005) | 3 lines
+r29742 | krj | 2009-09-06 04:30:41 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-
-Get rid of (valid) warning about uninitialized variable, and clean up
-indentation.
+   M /trunk/epan/proto.c
 
+We don't currently fake fields if they are referenced indirectly through some other fields (currently only FT_PROTOCOL's can be indirectly referenced) . However, there doesn't seem to be any reason for this restriction. We already have proto_tree_set_fake_protocols() to disable 'faking' if any clients requires this. So, this changelist removes this restriction on indirectly referenced fields.
 ------------------------------------------------------------------------
-r16385 | guy | 2005-11-02 22:32:11 -0600 (Wed, 02 Nov 2005) | 3 lines
+r29743 | krj | 2009-09-06 05:27:32 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/plugins_dlg.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Get rid of no-longer-used code (the list of plugins is now just a tab in
-Help->About, not a separate dialog from Help->About Plugins).
+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
 ------------------------------------------------------------------------
-r16384 | guy | 2005-11-02 22:30:35 -0600 (Wed, 02 Nov 2005) | 3 lines
+r29745 | krj | 2009-09-06 06:35:27 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/ftypes/ftype-integer.c
+   M /trunk/epan/column-utils.c
 
-Fix usage of PRI[du]64 - they just replace the "letter" part of the
-format, they don't include the "%".
+Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID custom column deprecation
+------------------------------------------------------------------------
+r29746 | krj | 2009-09-06 07:00:28 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/tap-sctpchunkstat.c
 
+Dont declare address_to_str(). Pull in <epan/to_str.h> instead
 ------------------------------------------------------------------------
-r16383 | lego | 2005-11-02 17:01:15 -0600 (Wed, 02 Nov 2005) | 6 lines
+r29747 | krj | 2009-09-06 07:25:47 -0700 (Sun, 06 Sep 2009) | 5 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/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
 
-Some cleanup,
-- Improve expert info
-- Remove the debug tree (one warning unused function, will go)
-- Make Sure Pending messages have a cmdmsg (and so a colinfo label)
+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().
 
 ------------------------------------------------------------------------
-r16382 | etxrab | 2005-11-02 15:49:24 -0600 (Wed, 02 Nov 2005) | 1 line
+r29748 | krj | 2009-09-06 07:39:53 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/to_str.c
 
-Handle a optional parameter length of zero.
+Change se_address_to_str() to call address_to_str_buf() directly
 ------------------------------------------------------------------------
-r16381 | ulfl | 2005-11-02 14:50:54 -0600 (Wed, 02 Nov 2005) | 2 lines
+r29749 | etxrab | 2009-09-06 07:53:21 -0700 (Sun, 06 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/epan/addr_resolv.c
 
-MSVC warning fixed:
-proto.c(4694) : warning C4101: 'stringified' : unreferenced local variable
+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.
 ------------------------------------------------------------------------
-r16380 | etxrab | 2005-11-02 14:28:58 -0600 (Wed, 02 Nov 2005) | 1 line
+r29750 | gerald | 2009-09-06 08:03:28 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-From David Wysochanski fix a typo.
+[Automatic manuf and enterprise-numbers update for 2009-09-06]
 ------------------------------------------------------------------------
-r16379 | etxrab | 2005-11-02 14:24:42 -0600 (Wed, 02 Nov 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-sip.c
+   M /trunk/epan/to_str.c
 
-Use dissect_sip_tcp_heur for TCP to make re-assembly work on hueristics.
+Reorder file to group related functionality
 ------------------------------------------------------------------------
-r16378 | lego | 2005-11-02 13:46:47 -0600 (Wed, 02 Nov 2005) | 4 lines
+r29754 | krj | 2009-09-06 11:25:23 -0700 (Sun, 06 Sep 2009) | 4 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/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
 
-- terminate a value_string
-- wildcard field subdissector
+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.
 
 ------------------------------------------------------------------------
-r16377 | ulfl | 2005-11-02 13:33:46 -0600 (Wed, 02 Nov 2005) | 2 lines
+r29755 | stig | 2009-09-06 18:19:26 -0700 (Sun, 06 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/profinet/ChangeLog
-   M /trunk/plugins/profinet/moduleinfo.h
-   M /trunk/plugins/profinet/packet-pn-dcp.c
+   M /trunk/epan/dissectors/packet-homeplug.c
+
+Don't pass length 0 to a FT_UINT.
+Fixed some uint types with length 2.
 
-minor enhancement (raised plugin version to 0.1.2):
-PN-DCP: dissection of "DHCP/DHCP client identifier" suboption was added
 ------------------------------------------------------------------------
-r16376 | etxrab | 2005-11-02 01:51:55 -0600 (Wed, 02 Nov 2005) | 6 lines
+r29756 | jmayer | 2009-09-07 00:26:43 -0700 (Mon, 07 Sep 2009) | 8 lines
 Changed paths:
-   M /trunk/asn1/camel/Makefile.nmake
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-inap.h
+   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
 
-From Tim
+- 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
 
-A small patch for camel and inap, where the linkedid doesn't get dissected correctly in camel or inap
-and some tidy up in the camel asn.1 which now compiles with no warnings.
 
-also fix the copy_file target (/y)
 ------------------------------------------------------------------------
-r16375 | lego | 2005-11-01 15:09:28 -0600 (Tue, 01 Nov 2005) | 5 lines
+r29757 | jmayer | 2009-09-07 00:30:42 -0700 (Mon, 07 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-- add a counter for pending messages
-- do not use a value string for context ids
-- remove the plugin registration as it is not supposedd to be a plugin
+   M /trunk/gtk/capture_dlg.h
 
+The external declaration of airpcap_tb here is not needed
+and creates warnings
 
 ------------------------------------------------------------------------
-r16374 | etxrab | 2005-11-01 13:50:25 -0600 (Tue, 01 Nov 2005) | 1 line
+r29758 | etxrab | 2009-09-07 03:03:55 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Add "application/resource-lists+xml" to xml types
+Automatically adjust the time column width when time format changes.
 ------------------------------------------------------------------------
-r16373 | obiot | 2005-11-01 12:18:46 -0600 (Tue, 01 Nov 2005) | 2 lines
+r29759 | krj | 2009-09-07 04:33:38 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-gif.c
-   M /trunk/epan/dissectors/packet-image-jfif.c
-   M /trunk/epan/dissectors/packet-mmse.c
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-wbxml.c
-   M /trunk/epan/dissectors/packet-wsp.c
-
-Use g_print() instead of fprintf() to write messages to the debug console.
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/packet_list_store.c
 
+Track length of columns strings. We'll need this in order to resize columns quickly
 ------------------------------------------------------------------------
-r16372 | lego | 2005-11-01 10:28:13 -0600 (Tue, 01 Nov 2005) | 3 lines
+r29760 | etxrab | 2009-09-07 04:50:08 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-- Embryonic Transaction & Context tracing
+col_fmt not needed.
+------------------------------------------------------------------------
+r29761 | stig | 2009-09-07 05:01:19 -0700 (Mon, 07 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
 
+Fixed arguments to new_packet_list_set_time_width().
 
 ------------------------------------------------------------------------
-r16371 | guy | 2005-10-30 21:45:11 -0600 (Sun, 30 Oct 2005) | 2 lines
+r29762 | krj | 2009-09-07 05:04:59 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/doc/ethereal-filter.pod.template
-
-Improve the description of "contains" and "matches" a bit.
+   M /trunk/gtk/main_toolbar.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
+Add initial implementation of new_packet_list_resize_columns() which just sets the column width according to the column format (work in progress)
 ------------------------------------------------------------------------
-r16370 | guy | 2005-10-30 21:33:14 -0600 (Sun, 30 Oct 2005) | 2 lines
+r29763 | stig | 2009-09-07 05:12:45 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfvm.c
+   M /trunk/gtk/menus.c
 
-Dump the range when printing an MK_RANGE operator.
+Enable resize columns button for new packet list.
 
 ------------------------------------------------------------------------
-r16369 | guy | 2005-10-30 20:42:22 -0600 (Sun, 30 Oct 2005) | 18 lines
+r29764 | stig | 2009-09-07 05:13:28 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfvm.c
-   M /trunk/epan/ftypes/ftype-bytes.c
-   M /trunk/epan/ftypes/ftype-integer.c
-   M /trunk/epan/ftypes/ftype-pcre.c
-   M /trunk/epan/ftypes/ftype-string.c
-   M /trunk/epan/ftypes/ftype-tvbuff.c
-   M /trunk/epan/proto.c
-   M /trunk/plugins/mate/mate_util.c
+   M /trunk/gtk/main_toolbar.c
 
-When printing the code for a display filter:
+Set sensitivity on resize columns button.
 
-       print register numbers as unsigned (they're guint32);
+------------------------------------------------------------------------
+r29765 | stig | 2009-09-07 05:24:38 -0700 (Mon, 07 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/packaging/macosx/ScriptExec/main.c
 
-       when printing a PUT_FVALUE instruction, show the value as well
-       as the type of the value.
+Fixed some warnings and removed unused code.
 
-That requires that a bunch of types get to_repr methods; add them for
-PCRE (FTREPR_DFILTER-only - show the regular expression as text),
-tvbuffs (FTREPR_DFILTER_only - show the data as a hex string), integral
-types, string types other than FT_STRING, and FT_IPv6.
+------------------------------------------------------------------------
+r29766 | krj | 2009-09-07 06:10:59 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-That means we can use fvalue_to_string_repr() for FT_IPXNET and FT_IPv6
-in proto_construct_dfilter_string(), and that we don't need to handle
-integer and floating types specially in MATE.
+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
 
-Fix some problems with the PCRE execution code for tvbuff types.
+Store the packet encapsulation type as gint8. Saves 3 bytes per packet
+------------------------------------------------------------------------
+r29768 | etxrab | 2009-09-07 07:03:05 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/packet_list_store.c
 
+Use constant strings for Addresses saves some memory.
 ------------------------------------------------------------------------
-r16368 | guy | 2005-10-30 20:21:02 -0600 (Sun, 30 Oct 2005) | 3 lines
+r29769 | etxrab | 2009-09-07 08:01:51 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/column-utils.c
 
-Get rid of an unused variable, and declare a variable that points into a
-tvbuff's data const.
+mark unused parameter.
+------------------------------------------------------------------------
+r29770 | krj | 2009-09-07 08:49:14 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
+Tigthen scope of local variables
 ------------------------------------------------------------------------
-r16367 | guy | 2005-10-30 17:01:12 -0600 (Sun, 30 Oct 2005) | 2 lines
+r29771 | krj | 2009-09-07 09:05:37 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   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
 
-Export fvalue_get_integer64(), for completeness.
+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.
 
 ------------------------------------------------------------------------
-r16366 | guy | 2005-10-30 16:55:30 -0600 (Sun, 30 Oct 2005) | 2 lines
+r29772 | krj | 2009-09-07 09:07:04 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/ftypes/ftype-ipv4.c
-
-"XXX.XXX.XXX.XXX" is 15 characters, not 14 characters.
+   M /trunk/epan/addr_resolv.c
 
+Whitespace changes
 ------------------------------------------------------------------------
-r16365 | guy | 2005-10-30 14:16:01 -0600 (Sun, 30 Oct 2005) | 4 lines
+r29773 | krj | 2009-09-07 09:17:58 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
 
-Make capture filter (and capture filter error message) strings "safe" as
-necessary before putting them into an error message dialog.  Fixes bug
-564.
+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
 ------------------------------------------------------------------------
-r16364 | ulfl | 2005-10-30 07:46:40 -0600 (Sun, 30 Oct 2005) | 1 line
+r29775 | krj | 2009-09-07 10:09:09 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/doc/ethereal-filter.pod.template
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-very minor enhancements
+Track how many const strings we're storing. This is guarded by NEW_PACKET_LIST_STATISTICS
 ------------------------------------------------------------------------
-r16363 | jmayer | 2005-10-30 03:14:38 -0600 (Sun, 30 Oct 2005) | 7 lines
+r29776 | etxrab | 2009-09-07 10:17:07 -0700 (Mon, 07 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   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
 
-- Split dissect_wendor_specific_ie into
-  dissect_vendor_ie_wpawme and dissect_vendor_ie_rsn
-- Display the vendor code on the top level of vendor specific IEs
-- Make the vendor code of vendor specific IEs filterable
-  (wlan_mgt.tag.oui)
+From Mike Morrin:
+The GSM L3 part of the BSSMAP CipherModeComplete message is not being decoded.
+Sligtly modified.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3983
+------------------------------------------------------------------------
+r29777 | krj | 2009-09-07 10:45:37 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+Add progress bar while constructing columns (which is time consuming)
+------------------------------------------------------------------------
+r29778 | krj | 2009-09-07 11:53:17 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/gtk/packet_list_store.c
 
+Auto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULATIVE_BYTES
 ------------------------------------------------------------------------
-r16362 | jmayer | 2005-10-30 03:13:27 -0600 (Sun, 30 Oct 2005) | 6 lines
+r29779 | krj | 2009-09-07 12:07:30 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/gtk/packet_list_store.c
 
-- Remove trailing whitespace
-- IS_WEP is now (11i) called IS_PROTECTED
-- Remove duplicate (and commented out) code
-- Add reson code 0x24 to reason_codes
+Auto resize rest of the frame_data columns
+------------------------------------------------------------------------
+r29780 | krj | 2009-09-07 12:43:05 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/packet_list_store.c
 
+Make sure that we fill in the frame_data before passing it onto col_fill_in_frame_data
+------------------------------------------------------------------------
+r29781 | krj | 2009-09-07 12:50:19 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iter
 ------------------------------------------------------------------------
-r16361 | guy | 2005-10-29 18:22:13 -0500 (Sat, 29 Oct 2005) | 12 lines
+r29782 | krj | 2009-09-07 13:45:32 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Give RFC numbers for MIPv6, NEMO, and FMIPv6.
+Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() because it contains no time format specific code. Further this change also ensures that new_packet_list_resize_columns() uses the newly introduced new_packet_list_resize_column()
+------------------------------------------------------------------------
+r29783 | krj | 2009-09-07 14:07:51 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/main_statusbar.c
 
-Fix up NEMO #defines for field offsets, and field and option lengths, to
-match #defines for other options.
+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
 
-Handle the padding in the FMIPv6 LLA option internally to the option
-parser, and don't include the link-layer address unless it's present. 
-Don't handle the length of the LLA option specially in the generic
-option parser.
+Remove an unused parameter.
+------------------------------------------------------------------------
+r29785 | jake | 2009-09-07 22:58:51 -0700 (Mon, 07 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
 
-Clean up white space.
+From Artem Tamazov:
+Add Artem Tamazov and Dmitry Trebuch to AUTHORS.
 
 ------------------------------------------------------------------------
-r16360 | sahlberg | 2005-10-29 17:47:20 -0500 (Sat, 29 Oct 2005) | 4 lines
+r29786 | jmayer | 2009-09-08 00:03:57 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-remove some strcat   and dissect the options bitfield properly
+   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.
 
 
 ------------------------------------------------------------------------
-r16359 | guy | 2005-10-29 16:48:37 -0500 (Sat, 29 Oct 2005) | 2 lines
+r29787 | etxrab | 2009-09-08 02:11:21 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/asn1/h248/h248v3.asn
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-Use NULL for pointers, 0 for integers, to squelch compiler warnings.
+From   Alex Lindberg:
+Update to h248v3.asn
 
+Applied the change from the Amendment 1 by hand.
 ------------------------------------------------------------------------
-r16358 | guy | 2005-10-29 16:43:53 -0500 (Sat, 29 Oct 2005) | 2 lines
+r29788 | stig | 2009-09-08 03:12:01 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rmt-fec.c
+   M /trunk/gtk/packet_list_store.c
 
-Set "ti" in all code paths, to squelch a compiler warning.
+Fixed initialization of fdata.
 
 ------------------------------------------------------------------------
-r16357 | guy | 2005-10-29 16:43:00 -0500 (Sat, 29 Oct 2005) | 2 lines
+r29789 | etxrab | 2009-09-08 03:33:15 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-
-Get rid of an unused variable.
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
+From : Didier Gautheron
+speed up a little proto_custom_set.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3972
 ------------------------------------------------------------------------
-r16356 | etxrab | 2005-10-29 10:34:16 -0500 (Sat, 29 Oct 2005) | 2 lines
+r29790 | stig | 2009-09-08 06:44:34 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/rtp_analysis.c
+   M /trunk/epan/dissectors/packet-icmp.c
+
+Cleanup code for type and code, do not show empty "()" when code is unused.
+Use hex values for bitmasks in header_field_info.
 
-From Jaap Keuter
-Improvments to PCMA and PCMU handling-
 ------------------------------------------------------------------------
-r16355 | ulfl | 2005-10-29 04:48:29 -0500 (Sat, 29 Oct 2005) | 1 line
+r29791 | etxrab | 2009-09-08 06:49:19 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/README.win32
-   D /trunk/cleanbld.bat
+   M /trunk/gtk/capture_dlg.c
 
-remove cleanbld.bat (use the distclean target instead)
+Get rid of deprecated gtk_option_menu_new();
 ------------------------------------------------------------------------
-r16354 | sahlberg | 2005-10-28 22:07:26 -0500 (Fri, 28 Oct 2005) | 8 lines
+r29792 | krj | 2009-09-08 07:17:36 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pvfs2.c
-
-add some simple heuristics for PVFS
-
-make PVFS use tcp_dissect_pdus   so it will handle
-reassembly,   pdu boundary tracking, pdu transfer time atc.
-
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
+Custom column deprecation:
 
+We fill out the COL_OXID column by using 'pinfo->oxid'. This member is only set by the Fibre Channel dissector based on 'fc.ox_id'. So remove COL_OXID and migrate to 'fc.ox_id' custom column.
 
 ------------------------------------------------------------------------
-r16353 | sahlberg | 2005-10-28 17:13:13 -0500 (Fri, 28 Oct 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-pvfs2.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
 
-comment out the heuristics registration until we actually implement some heuristics
+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.
 
 ------------------------------------------------------------------------
-r16352 | sahlberg | 2005-10-28 17:08:15 -0500 (Fri, 28 Oct 2005) | 8 lines
+r29794 | krj | 2009-09-08 07:26:09 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-pvfs2.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
 
-From Mike Frisch
+Custom column deprecation:
 
-New protocol : PVFS2
+We fill out the COL_SRCIDX column by using 'pinfo->src_idx'. This member is only set by the MDS Header dissector based on 'mdshdr.srcidx'. So remove COL_SRCIDX and migrate to 'mdshdr.srcidx' custom column.
 
+------------------------------------------------------------------------
+r29795 | krj | 2009-09-08 07:29:08 -0700 (Tue, 08 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-Example captures for fuzz testing can be found in Mikes email of Oct 7
+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.
 
 ------------------------------------------------------------------------
-r16351 | etxrab | 2005-10-28 14:27:13 -0500 (Fri, 28 Oct 2005) | 5 lines
+r29796 | etxrab | 2009-09-08 07:41:25 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/libethereal.def
-   M /trunk/ethereal_gen.py
+   M /trunk/gtk/prefs_gui.c
 
-1. replace "and" with "&&" in wireshark_gen.py:2103
+Get rid of deprecated gtk_entry_append_text().
+------------------------------------------------------------------------
+r29797 | krj | 2009-09-08 07:59:26 -0700 (Tue, 08 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-2. add make_printable_string in libethereal.def
+Custom columnfication:
 
+* Deprecate COL_DCE_CTX ("Context ID). Use dcerpc.cn_ctx_id
 
 ------------------------------------------------------------------------
-r16350 | gerald | 2005-10-28 10:08:14 -0500 (Fri, 28 Oct 2005) | 5 lines
+r29798 | krj | 2009-09-08 08:55:10 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/to_str.c
-
-If bytes_to_str() is passed a zero length value, return an empty string
-instead of asserting.  Fixes bug 560.
-
-Fix up whitespace.
+   M /trunk/epan/column-utils.c
 
+Hoist COL_CHECK_REF_TIME in the call hierarchy. Use it in our public functions, not our internal functions
 ------------------------------------------------------------------------
-r16349 | gerald | 2005-10-28 09:20:18 -0500 (Fri, 28 Oct 2005) | 3 lines
+r29799 | jmayer | 2009-09-08 08:56:16 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/CMakeLists.txt
+   M /trunk/epan/CMakeLists.txt
+   M /trunk/gtk/CMakeLists.txt
+   M /trunk/wiretap/CMakeLists.txt
 
-Fix the bit mask for dec_dna.ctl.router_state.  This should fix the
-"check ftsanity.py output" error in Buildbot.  Fix up whitespace.
+- now wireshark compiles with cmake as well
 
 ------------------------------------------------------------------------
-r16348 | lego | 2005-10-28 07:02:13 -0500 (Fri, 28 Oct 2005) | 8 lines
+r29800 | jmayer | 2009-09-08 09:07:14 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-   M /trunk/epan/dissectors/packet-alcap.h
+   M /trunk/CMakeLists.txt
 
-Came up to be an almost complete rewrite:
+Build new packetlist
 
-- decode up to Q.2630.3
-- (almost) all parameter fields have its own filter expression
-- remove buffers from the stack
-- add some color (expert info) to the tree
+------------------------------------------------------------------------
+r29802 | martinm | 2009-09-08 10:13:55 -0700 (Tue, 08 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
+Trivial: add direction to expert info string for CRC failures.
 
 ------------------------------------------------------------------------
-r16347 | guy | 2005-10-27 15:18:50 -0500 (Thu, 27 Oct 2005) | 6 lines
+r29803 | krj | 2009-09-08 10:29:57 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/file.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/proto_hier_stats.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column.h
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/rawshark.c
+   M /trunk/tshark.c
 
-Fix uninitialized variable errors.
+Make tshark and rawshark use build_column_format_array() instead of duplicating the code
+------------------------------------------------------------------------
+r29804 | krj | 2009-09-08 11:02:43 -0700 (Tue, 08 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/cmdarg_err.h
+   M /trunk/dumpcap.c
+   M /trunk/simple_dialog.h
 
-Rename some variables to make the names used in progress bars more
-common.  (Should more of that functionality be moved into common
-progress bar code?)
+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
 
+From Steve Osselton:
+Fix for MIOP dissector for GIOP < 1.2.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3892
 ------------------------------------------------------------------------
-r16346 | guy | 2005-10-27 14:42:24 -0500 (Thu, 27 Oct 2005) | 7 lines
+r29806 | krj | 2009-09-08 12:00:54 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/io_stat.c
-   M /trunk/tap-iostat.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/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
 
-Make the processing of "-z" arguments in the Tethereal I/O stat tap more
-like that of the Ethereal I/O stat tap.  Improve error messages in both
-taps.
+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
 
-Use nstime() routines and structure assignment to do operations on
-nstime_t values.
+From Xavier Laxa:
+UNS bit not correctly parsed in DNP APP Layer.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3318
+------------------------------------------------------------------------
+r29808 | krj | 2009-09-08 13:06:52 -0700 (Tue, 08 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
 
+Use g_strlcpy when possible
 ------------------------------------------------------------------------
-r16345 | gerald | 2005-10-27 08:46:32 -0500 (Thu, 27 Oct 2005) | 2 lines
+r29810 | tuexen | 2009-09-08 14:20:31 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-isup.c
 
-Add a CVE item for the IRC bug.
+Print cic in info column for BICC messages similar to ISUP.
 
 ------------------------------------------------------------------------
-r16344 | sahlberg | 2005-10-27 06:54:55 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29811 | gerald | 2009-09-08 15:56:55 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/pkixcrmf/crmf.cnf
-   M /trunk/asn1/pkixcrmf/packet-crmf-template.c
-   M /trunk/epan/dissectors/packet-crmf.c
-
-register 1.2.840.113533.7.66.13 as passwordbasedmac from CRMF
+   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.
 
 ------------------------------------------------------------------------
-r16343 | sahlberg | 2005-10-27 06:27:40 -0500 (Thu, 27 Oct 2005) | 4 lines
+r29812 | gerald | 2009-09-08 15:58:23 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-add decoding of some more universal types for the opportunistic decode of unknown ber blobs.
-
+   M /trunk/epan/dissectors/packet-infiniband.c
 
+Just use proto_tree_add_item instead of feeding tvb->real_data to
+proto_tree_add_bytes.
 
 ------------------------------------------------------------------------
-r16342 | sahlberg | 2005-10-27 05:11:22 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29813 | gerald | 2009-09-08 17:18:15 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nfs.c
-
-get rid of the last two strcpy   from epan/dissectors
+   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.
 
 ------------------------------------------------------------------------
-r16341 | sahlberg | 2005-10-27 04:58:16 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29814 | jake | 2009-09-09 00:22:44 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
-
-remove some strcpy
-
+   M /trunk/epan/dissectors/packet-dhcpv6.c
 
+Fix for bug 3987:
+Option Request option values are in 16 bit units.
 ------------------------------------------------------------------------
-r16340 | sahlberg | 2005-10-27 04:48:19 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29815 | jake | 2009-09-09 00:27:01 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mount.c
-   M /trunk/epan/dissectors/packet-ncp.c
-
-get rid of some strcpy
-
+   M /trunk/epan/dissectors/packet-fc.c
 
+From kahou:
+FCSOF incorrect checksum calculation.
 ------------------------------------------------------------------------
-r16339 | sahlberg | 2005-10-27 04:43:32 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29816 | etxrab | 2009-09-09 00:29:41 -0700 (Wed, 09 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-syslog.c
-
-get rid of a strcpy
-
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-ranap.h
 
+Target Identification shall be coded as TLV IE where value is
+coded as TargetRNC-ID.
+Proposed fix to
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3974
+(The enclosed trace dioes not decode properly but may be wrongly encoded).
 ------------------------------------------------------------------------
-r16338 | sahlberg | 2005-10-27 04:35:14 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29817 | etxrab | 2009-09-09 01:50:06 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fclctl.c
-
-get rid of some strcpy
-
+   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.
 ------------------------------------------------------------------------
-r16337 | sahlberg | 2005-10-27 04:26:35 -0500 (Thu, 27 Oct 2005) | 4 lines
+r29818 | etxrab | 2009-09-09 01:51:33 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
-
-remove some strcpy
-
-
+   M /trunk/file.c
 
+Allocate col_text and col_text_len when the fdata struct is allocated.
+(complete the checkin).
 ------------------------------------------------------------------------
-r16336 | sahlberg | 2005-10-27 04:17:10 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29819 | jmayer | 2009-09-09 06:20:33 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
-
-remove a strcpy() call
-
+   M /trunk/CMakeLists.txt
+   M /trunk/cmake/modules/FindADNS.cmake
+   A /trunk/cmake/modules/FindCARES.cmake
+   D /trunk/cmake/modules/FindDBUS.cmake
+   D /trunk/cmake/modules/FindDBUSGLIB.cmake
+   A /trunk/cmake/modules/FindGCRYPT.cmake
+   A /trunk/cmake/modules/FindGNUTLS.cmake
+   M /trunk/cmake/modules/FindGTK2.cmake
+   A /trunk/cmake/modules/FindLUA.cmake
+   M /trunk/cmake/modules/FindMATH.cmake
+   M /trunk/cmake/modules/FindPCAP.cmake
+   M /trunk/cmake/modules/FindPCRE.cmake
+   M /trunk/cmake/modules/FindPORTAUDIO.cmake
+   A /trunk/cmake/modules/FindSMI.cmake
+   M /trunk/cmake/modules/FindWSWIN32.cmake
+   A /trunk/cmake/modules/FindZ.cmake
+   M /trunk/cmakeconfig.h.in
+   A /trunk/codecs/CMakeLists.txt
+   M /trunk/epan/CMakeLists.txt
+   A /trunk/epan/wslua/CMakeLists.txt
 
+CMAKE: Get most of of missing *build* pieces into place
 ------------------------------------------------------------------------
-r16335 | sahlberg | 2005-10-27 04:14:07 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29820 | jmayer | 2009-09-09 06:27:25 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
-
-remove a strcpy
+   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).
 
 ------------------------------------------------------------------------
-r16334 | sahlberg | 2005-10-27 04:11:00 -0500 (Thu, 27 Oct 2005) | 2 lines
+r29821 | krj | 2009-09-09 07:01:57 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rdt.c
-
-get rid of a strcpy
+   M /trunk/CMakeLists.txt
+   M /trunk/config.h.win32
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/easy_codec/Makefile.nmake
+   M /trunk/plugins/ethercat/Makefile.nmake
+   M /trunk/plugins/giop/Makefile.nmake
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/m2m/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/opcua/Makefile.nmake
+   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/plugins/sercosiii/Makefile.nmake
+   M /trunk/plugins/stats_tree/Makefile.nmake
+   M /trunk/plugins/tpg/Makefile.nmake
+   M /trunk/plugins/unistim/Makefile.nmake
+   M /trunk/plugins/wimax/Makefile.nmake
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
 
+We no longer support the old plugin API so remove it completely from the build system
 ------------------------------------------------------------------------
-r16333 | sahlberg | 2005-10-27 04:07:22 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29822 | stig | 2009-09-09 07:11:10 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
-
-remove a strcpy call
+   M /trunk/epan/dissectors/packet-m2ua.c
 
+Fixed data type signedness for protocol_data_1_global.
 
 ------------------------------------------------------------------------
-r16332 | sahlberg | 2005-10-27 03:50:42 -0500 (Thu, 27 Oct 2005) | 6 lines
+r29823 | stig | 2009-09-09 08:06:38 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ospf.c
 
-remove a strcpy
-make the code A LOT nicer
-and get rid of unchecked memcpy
+Added support for Multi-Topology (MT) Routing (RFC4915)
+Added W and N flags
+Fixed some string capitalizations.
 
+------------------------------------------------------------------------
+r29824 | krj | 2009-09-09 09:38:09 -0700 (Wed, 09 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/dftest.c
 
+* Free dfilter on shutdown
+* Remove unused packet_info variable
 
 ------------------------------------------------------------------------
-r16331 | sahlberg | 2005-10-27 03:35:44 -0500 (Thu, 27 Oct 2005) | 3 lines
+r29825 | jake | 2009-09-09 12:09:57 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcfzs.c
-
-remove some strcpy
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
+From Ivan Sy:
+Add a more descriptive log message on DH key exchange.
 
 ------------------------------------------------------------------------
-r16330 | ulfl | 2005-10-27 03:27:46 -0500 (Thu, 27 Oct 2005) | 1 line
+r29827 | etxrab | 2009-09-09 12:34:14 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/editcap.pod
+   M /trunk/gtk/expert_comp_table.c
 
-simply use 4 spaces for example indentation and formatting
+Be consistent use and g_string_chunk_insert_const() in stead of
+g_string_chunk_insert() as in expert_dlg.c
 ------------------------------------------------------------------------
-r16329 | sahlberg | 2005-10-27 03:18:59 -0500 (Thu, 27 Oct 2005) | 8 lines
+r29830 | guy | 2009-09-09 16:56:27 -0700 (Wed, 09 Sep 2009) | 21 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcdns.c
-
-remove some strcpy() and some buffers.
+   M /trunk/packaging/macosx/ChmodBPF/StartupParameters.plist
 
+To quote
+    
+       http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html
 
-boy o boy   the fc dissector family is in really poor shape and should be rewritten 
+"Table 1  StartupParameters.plist key-value pairs
 
+Key            Type    Value
+Description    String  A short description of the startup item,
+                       used by administrative tools.
 
+Provides       Array   The names of the services provided by this
+                       startup item.  Although a startup item can
+                       potentially provide multiple services, it is
+                       recommended that you limit your startup items
+                       to only one service each."
 
+Fix "Provides" to be the name of the service, not a description of the
+helpful operations that it provides.
 
-------------------------------------------------------------------------
-r16328 | ulfl | 2005-10-27 03:09:32 -0500 (Thu, 27 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/doc/editcap.pod
+(Propagated from tcpdump.org git repository.)
 
-Synopsis: don't prepend an optional - before the first record number, it won't work
 ------------------------------------------------------------------------
-r16327 | guy | 2005-10-27 01:45:37 -0500 (Thu, 27 Oct 2005) | 5 lines
+r29831 | guy | 2009-09-09 17:37:16 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/file.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/proto_hier_stats.c
+   M /trunk/packaging/macosx/ChmodBPF/README.macosx
 
-Check on every iteration of a loop whether to pop up a dialog box,
-rather than checking only on every progress bar update quantum, so that
-if the update quantum is *very* large, we don't end up waiting longer
-than the standard time for a dialog box before checking.
+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.
 
 ------------------------------------------------------------------------
-r16326 | guy | 2005-10-26 18:10:20 -0500 (Wed, 26 Oct 2005) | 3 lines
+r29832 | morriss | 2009-09-09 19:15:55 -0700 (Wed, 09 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-ospf.c
 
-Don't run "process_ptvc_record()" on replies unless we're building a
-protocol tree.
+From Edward J. Paradise via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3954 :
+
+The A and N bit descriptions should be Always and Never, not Answer and
+Incomplete.
 
 ------------------------------------------------------------------------
-r16325 | ulfl | 2005-10-26 16:08:24 -0500 (Wed, 26 Oct 2005) | 9 lines
+r29833 | morriss | 2009-09-09 19:40:19 -0700 (Wed, 09 Sep 2009) | 37 lines
 Changed paths:
-   M /trunk/doc/editcap.pod
-
-from Jaap Keuter:
-The attached patch extends the synopsys and adds an 'Examples' chapter to
-the editcap documentation.
-
-I've edited this a bit, without the real knowledge :-(, to make it:
+   M /trunk/epan/dissectors/packet-nhrp.c
 
-a. look better
-b. make more sense (at least to me)
+From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3950 :
 
-------------------------------------------------------------------------
-r16324 | guy | 2005-10-26 15:21:28 -0500 (Wed, 26 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+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.
 
-Add a comment.
+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.
 
-------------------------------------------------------------------------
-r16323 | sahlberg | 2005-10-26 15:17:40 -0500 (Wed, 26 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/asn1/pkixcmp/packet-cmp-template.c
-   M /trunk/epan/dissectors/packet-cmp.c
+3) A few fields previously not filterable now are: hf_nhrp_hdr_op_type,
+hf_nhrp_hdr_version and hf_nhrp_error_code.
 
-updates to CMP
+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.
 
-implement the glue to dissect CMP oer TCP
+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.
 
 
 ------------------------------------------------------------------------
-r16322 | etxrab | 2005-10-26 14:52:00 -0500 (Wed, 26 Oct 2005) | 1 line
+r29834 | morriss | 2009-09-09 19:46:40 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/nbap/packet-nbap-template.c
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/epan/dissectors/packet-nbap.h
+   M /trunk/AUTHORS
 
-Add the rest of the IE:s
+Add blurb for Chris Maynard's recent NHRP changes.
 ------------------------------------------------------------------------
-r16321 | etxrab | 2005-10-26 14:08:37 -0500 (Wed, 26 Oct 2005) | 3 lines
+r29835 | etxrab | 2009-09-09 22:57:30 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/to_str.c
-
-From Mike Duigou
-Safer handling for building address string for AT_STRINGZ and AT_URI.
+   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
 ------------------------------------------------------------------------
-r16320 | etxrab | 2005-10-26 14:01:29 -0500 (Wed, 26 Oct 2005) | 3 lines
+r29836 | etxrab | 2009-09-09 23:07:31 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nettl.c
-   M /trunk/wiretap/wtap.h
-
-From  Mark C Brown, 
-Small patch correcting nettl.uid to unsigned and adding pduin/pduout as nettl.kind values...
+   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
 ------------------------------------------------------------------------
-r16319 | etxrab | 2005-10-26 13:52:46 -0500 (Wed, 26 Oct 2005) | 1 line
+r29837 | etxrab | 2009-09-09 23:37:04 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/gsm_ss/SS-Operations.asn
-   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
-   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/epan/wslua/wslua_tree.c
 
-Set correct offset fore some signals, use dummy funtion to get hf fields auto generated.
+From Diego:
+proto_item_set_len is missing from Lua API.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3994
 ------------------------------------------------------------------------
-r16318 | gerald | 2005-10-26 09:27:12 -0500 (Wed, 26 Oct 2005) | 2 lines
+r29838 | jmayer | 2009-09-10 00:04:54 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   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
 
-Add the recent IRC bug to the release notes.
+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.
 
 ------------------------------------------------------------------------
-r16317 | ulfl | 2005-10-26 03:32:21 -0500 (Wed, 26 Oct 2005) | 3 lines
+r29839 | tuexen | 2009-09-10 02:50:30 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/file_dlg.c
+   M /trunk/epan/dissectors/packet-isup.c
 
-bugfix: don't crash the file open dialog, if the preview gets confused by "invalid" timestamps.
+Fix handling of BEARER_CONTROL_UNIT_IDENTIFIER.
 
-The localtime call will return NULL on invalid input which results in a NULL pointer exception. Simply print '?' if localtime returned NULL.
 ------------------------------------------------------------------------
-r16316 | etxrab | 2005-10-25 15:30:43 -0500 (Tue, 25 Oct 2005) | 1 line
+r29840 | krj | 2009-09-10 06:52:36 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/gsm_ss/SS-Operations.asn
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-gsm_ss.h
+   M /trunk/epan/ftypes/ftypes.h
 
-Tags should be implicit.
+Remove unused field
 ------------------------------------------------------------------------
-r16315 | etxrab | 2005-10-25 15:29:50 -0500 (Tue, 25 Oct 2005) | 1 line
+r29841 | krj | 2009-09-10 07:37:09 -0700 (Thu, 10 Sep 2009) | 19 lines
 Changed paths:
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftypes.h
 
-As there are more Procedure codes the hueristics need to be updated.
-------------------------------------------------------------------------
-r16314 | lego | 2005-10-25 14:41:01 -0500 (Tue, 25 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
+Use the correct type, that is GByteArray instead of GString. The reason why this 'worked' before (on non-64bit platforms that is):
 
-some ies in the init proc weren't propperly decoded.
+struct _GString
+{
+  gchar  *str;
+  gsize len;    
+  gsize allocated_len;
+};
 
+And:
 
-------------------------------------------------------------------------
-r16313 | guy | 2005-10-25 14:39:50 -0500 (Tue, 25 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+struct _GArray
+{
+  gchar *data;
+  guint len;
+};
 
-Check in re-generated version from Graeme Lunt's fix to asn2eth.
+We only accessed the first two fields of the GString struct.
 
 ------------------------------------------------------------------------
-r16312 | guy | 2005-10-25 14:37:38 -0500 (Tue, 25 Oct 2005) | 5 lines
+r29842 | morriss | 2009-09-10 08:30:10 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-
-Don't declare "dissect_rtse_EXTERNAL()" in "packet-rtse.c" - let it get
-it from "packet-rtse.h" (which, at least on some platforms, doesn't
-declare it as static, so GCC 4.0, at least, fails because the static and
-non-static declarations collide).
+   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
 
-------------------------------------------------------------------------
-r16311 | guy | 2005-10-25 14:35:33 -0500 (Tue, 25 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/epan/dissectors/packet-nbap.h
+From Artem Tamazov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3903 :
 
-Check in the re-generated NBAP dissector.
+Decoding of UDP-multiplexed CESoPSN and SAToP traffic.
 
 ------------------------------------------------------------------------
-r16310 | lego | 2005-10-25 13:38:47 -0500 (Tue, 25 Oct 2005) | 3 lines
+r29843 | gerald | 2009-09-10 09:50:25 -0700 (Thu, 10 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/asn1/nbap/packet-nbap-template.c
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/crypt/airpdcap.c
 
-Avoid a conflict in global symbols by declaring some variables 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.
 
 ------------------------------------------------------------------------
-r16309 | guy | 2005-10-25 12:49:08 -0500 (Tue, 25 Oct 2005) | 2 lines
+r29844 | krj | 2009-09-10 09:54:02 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/ranap/Makefile
-
-We don't have an SS-Operations.asn file, and don't use one.
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
 
+offset_from_real_beginning() is only called with 0 as second argument, so remove the argument completely. It seems that the second argument only acts as an accumulator allowing offset_from_real_beginning() to call itself recursively. To be consistent offset_from_real_beginning() is renamed to tvb_offset_from_real_beginning().
 ------------------------------------------------------------------------
-r16308 | gram | 2005-10-25 12:10:04 -0500 (Tue, 25 Oct 2005) | 2 lines
+r29845 | martinm | 2009-09-10 11:12:41 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-Document ptvcursors.
+Re-arrange dissection of UL/DL-SCH so easier to test for ommitted SDUs.
 
 ------------------------------------------------------------------------
-r16307 | sahlberg | 2005-10-25 06:24:24 -0500 (Tue, 25 Oct 2005) | 3 lines
+r29846 | krj | 2009-09-10 11:22:33 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcdns.c
-
-remove a bunch of arrays, some strcpy() and make it dissect the fc4 type bitmask better
-
+   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
 ------------------------------------------------------------------------
-r16306 | sahlberg | 2005-10-25 05:38:36 -0500 (Tue, 25 Oct 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-fcsb3.c
-
-remove a buffer from the stack and some strcpy()
-
-the previous code had a bug in that it would never display one of the flags unless the other flag was also set.
-
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.h
 
+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.
 
 ------------------------------------------------------------------------
-r16305 | sahlberg | 2005-10-25 05:24:40 -0500 (Tue, 25 Oct 2005) | 3 lines
+r29849 | jake | 2009-09-10 13:42:17 -0700 (Thu, 10 Sep 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcsb3.c
-
-remove a stack based array and some strcpy()
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.h
 
+From Jean-Fran?\195?\167ois Wauthy:
+Implementation of the IEEE 802.15.4 dissector ignores the Auxiliary Security
+Header of the MHR (see IEEE 802.15.4-2006 specs p.138). 
+The attached patch, add two things :
+ 1) Support for dissecting the Auxiliary Security Header
+ 2) Add a preference option to force the dissection of 
+    the FCS field as being in the TI CC24xx format
 
 ------------------------------------------------------------------------
-r16304 | guy | 2005-10-25 03:58:27 -0500 (Tue, 25 Oct 2005) | 2 lines
+r29852 | martinm | 2009-09-10 15:53:57 -0700 (Thu, 10 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-Fix a typo.
+Add the option to call RLC dissector for LCID 1&2.
+These should be srb1 & srb2 (AM).
 
 ------------------------------------------------------------------------
-r16303 | guy | 2005-10-25 01:20:46 -0500 (Tue, 25 Oct 2005) | 10 lines
+r29853 | guy | 2009-09-10 17:00:45 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-
-Put the code to handle NDS ping replies and NDS replies into routines of
-their own.
-
-Do the tapping as early as possible, so it's done even if exceptions are
-thrown - and do it regardless of whether the tree argument is null or
-not, because a tap might be run without generating protocol trees.
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-Generate the expert info regardless of whether the tree arugment is null
-or not, as that's also used with taps.
+Get rid of trailing space in string.
 
 ------------------------------------------------------------------------
-r16302 | etxrab | 2005-10-25 01:00:53 -0500 (Tue, 25 Oct 2005) | 8 lines
+r29854 | morriss | 2009-09-10 18:57:59 -0700 (Thu, 10 Sep 2009) | 9 lines
 Changed paths:
    M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-ipv6.h
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
+   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 Martin André
+From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
 
-the attached patch implements a dissector for the Fast Handovers for Mobile IPv6 protocol (RFC4068). This patch was produced against version 0.10.13 and extends the following files:
-- packet-icmpv6.c
-- packet-ipv6.h
-- packet-mip6.c
-- packet-mip6.h
+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.
 
 ------------------------------------------------------------------------
-r16301 | etxrab | 2005-10-25 00:56:21 -0500 (Tue, 25 Oct 2005) | 4 lines
+r29855 | jmayer | 2009-09-11 03:46:53 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/llcsaps.h
+   M /trunk/epan/CMakeLists.txt
 
-From Jochen Friedrich 
+Update generating the x11 stuff to follow configure
 
-this patch adds the description for LLC SAP 0xB4 and adds a dissector for basic format XID frames as documented in IEEE802.2. These frames are independent on the SAP / protocol and mandatory to all implementations.
+------------------------------------------------------------------------
+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.
 ------------------------------------------------------------------------
-r16300 | etxrab | 2005-10-25 00:53:12 -0500 (Tue, 25 Oct 2005) | 1 line
+r29857 | etxrab | 2009-09-11 04:58:00 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/file.c
 
-Add missing file ( packet-ftbp.ch)
+New_packet_list
+Select the correct frame in packet details when filtering.
 ------------------------------------------------------------------------
-r16299 | etxrab | 2005-10-25 00:52:20 -0500 (Tue, 25 Oct 2005) | 4 lines
+r29858 | jmayer | 2009-09-11 06:30:01 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/README.cmake
+   M /trunk/epan/CMakeLists.txt
 
-From Jaap Keuter:
-Ethereal 0.10.13 and trunk have a glitch in the NSIS Makefile.nmake. It still works with WinPcap_3_1_beta4.exe. The attached patch resolves this.
+- Update README.cmake: The stuff now build without
+  running autofoo first.
+- Add a comment how to change the name of a generated target
 
+------------------------------------------------------------------------
+r29859 | krj | 2009-09-11 07:00:36 -0700 (Fri, 11 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
 
+Move some CHECK_COL to our public functions, allowing us to bail our more quickly
 ------------------------------------------------------------------------
-r16298 | guy | 2005-10-24 19:28:40 -0500 (Mon, 24 Oct 2005) | 9 lines
+r29860 | krj | 2009-09-11 07:21:04 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/column-utils.c
 
-Clean up "print_address()" - fix the indentation, do the check for a
-too-large address in common code, and *don't* use tvb_get_letohl() to
-get IPv4 addresses (just use proto_tree_add_item(), it works Just Fine).
+Make sure that we point the current column to a constant string if we have no address.
 
-For integral values, always do the tvb_ensure_bytes_exist() test; don't
-just do it if the length is the expected value (the real problem is with
-bogus too-large lengths, so it's more important to do the check if the
-length *isn't* the expected value!).  Fixes bug 549.
+Fixes http://wiki.wireshark.org/Development/OptimizePacketList?action=diff&rev1=20&rev2=21
 
 ------------------------------------------------------------------------
-r16297 | lego | 2005-10-24 16:52:14 -0500 (Mon, 24 Oct 2005) | 3 lines
+r29861 | etxrab | 2009-09-11 07:58:49 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/wtap.h
+   M /trunk/file.c
 
-forgot this from the last commit
+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.
 
 ------------------------------------------------------------------------
-r16296 | etxrab | 2005-10-24 16:42:19 -0500 (Mon, 24 Oct 2005) | 14 lines
+r29863 | sfisher | 2009-09-11 08:38:33 -0700 (Fri, 11 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.h
-   A /trunk/asn1/ftbp
-   A /trunk/asn1/ftbp/Makefile
-   A /trunk/asn1/ftbp/Makefile.nmake
-   A /trunk/asn1/ftbp/ftbp.asn
-   A /trunk/asn1/ftbp/ftbp.cnf
-   A /trunk/asn1/ftbp/packet-ftbp-template.c
-   A /trunk/asn1/ftbp/packet-ftbp-template.h
-   M /trunk/asn1/ros/packet-ros-template.c
-   M /trunk/asn1/ros/packet-ros-template.h
-   M /trunk/asn1/ros/ros.asn
-   M /trunk/asn1/ros/ros.cnf
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/asn1/rtse/packet-rtse-template.h
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/asn1/s4406/packet-s4406-template.c
-   M /trunk/asn1/s4406/s4406.cnf
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/packet-x420-template.c
-   M /trunk/asn1/x420/x420-exp.cnf
-   M /trunk/asn1/x420/x420.asn
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-   A /trunk/epan/dissectors/packet-ftbp.c
-   A /trunk/epan/dissectors/packet-ftbp.h
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-ros.c
-   M /trunk/epan/dissectors/packet-ros.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-s4406.c
-   M /trunk/epan/dissectors/packet-s4406.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x420.h
-   M /trunk/tools/asn2eth.py
-
-From Graeme Lunt:
+   M /trunk/file.c
 
-The ftbp.patch file includes:
-a) A fix to acse.cnf which works around an asn2eth bug (it is the AE-qualifier EXPORT I want, but asn2eth doesn't generate the appropriate extern for the values). Also a small cosmetic change for EXTERNAL decodings.
-b) New EXPORTs for the FTAM dissector for use in FTBP.
-c) A fix to asn2eth to solve the problem if you EXPORT types that include a '-' character in the name (e.g. "AE-qualifier" from acse.cnf, "Date-and-Time-Attribute" from ftam.cnf). The problem is that asn2eth generates the "xxxx-exp.cnf" file using the 'C' name (which has replaced '-' with '_') rather than the original 'ASN' name. The fix just undoes the replacement as I couldn't see the original name being preserved anywhere. There still remains a problem if the type has a '.' in the name - but generally I don't think they do.
 
-* Better ROS handling and registration
-* Simplified RTSE registration
-* X411 column information, extension naming and use of new RTSE/ROS registration
-* X420 notification extensions, warnings removal and export of ExtensionsField (missed from recent FTBP patch).
-* Better highlighting of S4406 protocol.
+Fix warning that variable may be unused and then declare volatile so it
+survives the TRY/CATCH code.
 
 
 ------------------------------------------------------------------------
-r16295 | lego | 2005-10-24 16:26:25 -0500 (Mon, 24 Oct 2005) | 5 lines
+r29864 | jake | 2009-09-11 09:58:21 -0700 (Fri, 11 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
-
-- optionally decode data pdus
-- optionally decode a 2 byte pseudo-header
-- Beautify colinfo
-
+   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.
 ------------------------------------------------------------------------
-r16294 | lego | 2005-10-24 16:20:03 -0500 (Mon, 24 Oct 2005) | 5 lines
+r29865 | morriss | 2009-09-11 11:06:50 -0700 (Fri, 11 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-   M /trunk/wiretap/k12.c
+   M /trunk/epan/dissectors/process-x11-xcb.pl
+   M /trunk/epan/dissectors/x11-extension-errors.h
+   M /trunk/epan/dissectors/x11-extension-implementation.h
+   M /trunk/epan/dissectors/x11-glx-render-enum.h
+
+From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
 
-- packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in the packet record, use that instead of the one in the intreface description record.
-- Fix Timestamps that got broken with nanoseconds.
-- Add some more disabled code for debugging.
+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.
 
 ------------------------------------------------------------------------
-r16293 | etxrab | 2005-10-24 16:16:44 -0500 (Mon, 24 Oct 2005) | 2 lines
+r29866 | morriss | 2009-09-11 11:15:46 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   A /trunk/asn1/nbap
-   A /trunk/asn1/nbap/Makefile
-   A /trunk/asn1/nbap/Makefile.nmake
-   A /trunk/asn1/nbap/nbap.asn
-   A /trunk/asn1/nbap/nbap.cnf
-   A /trunk/asn1/nbap/packet-nbap-template.c
-   A /trunk/asn1/nbap/packet-nbap-template.h
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-nbap.c
-   A /trunk/epan/dissectors/packet-nbap.h
+   D /trunk/svnadd
+   A /trunk/tools/svnadd (from /trunk/svnadd:29853)
 
-UMTS Node B Application Part(NBAP) packet dissection(3GPP TS 25.433 version 6.6.0 Release 6)
-All IE:s not dissected yet.
+Move svnadd to the tools directory.
 ------------------------------------------------------------------------
-r16292 | sahlberg | 2005-10-24 03:44:36 -0500 (Mon, 24 Oct 2005) | 3 lines
+r29867 | gerald | 2009-09-11 12:13:39 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcfzs.c
-
-get rid of a few strcpy and an array from the stack
+   M /trunk/gtk/new_packet_list.c
 
+Reduce the spacing between new packet list items from 2 pixels to 1. If
+we want the new packet list to look like the old packet list we'll have
+to adjust the behavior of the cell renderer.
 
 ------------------------------------------------------------------------
-r16291 | guy | 2005-10-23 21:49:32 -0500 (Sun, 23 Oct 2005) | 15 lines
+r29868 | gerald | 2009-09-11 13:36:01 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-
-Add #defines for NDS tag values, and use them in the definition of
-nds_tags[] and in switch statements.  (Also, catch a case where we
-didn't use NDS_PTYPE_ values.)
-
-Use the existing #defines for MVTYPE_ values.
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Make the handling of NDS_PTYPE_{IP,UDP,TCP} in one case match the
-handling of the other cases (don't advance "ioffset", as it's advanced
-by the length of the item).
-
-When checking whether an NDS reply has a completion code, don't check
-the fragment size, check the reassembled packet size.
-
-Fix the handling of referrals in one case.
 
 ------------------------------------------------------------------------
-r16290 | guy | 2005-10-23 21:35:43 -0500 (Sun, 23 Oct 2005) | 4 lines
+r29869 | jmayer | 2009-09-12 10:14:10 -0700 (Sat, 12 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-irc.c
+   M /trunk/getopt.h
 
-Don't get caught in an infinite loop if we're stuck at the end of the
-captured data.  Fixes bug 548.  (Also note that we need a better general
-solution.)
+Add arguments to the getopt() prototype
 
 ------------------------------------------------------------------------
-r16289 | guy | 2005-10-23 21:05:19 -0500 (Sun, 23 Oct 2005) | 6 lines
+r29870 | jmayer | 2009-09-12 10:20:08 -0700 (Sat, 12 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/CMakeLists.txt
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/README.cmake
+   M /trunk/cmake/modules/FindCAP.cmake
+   M /trunk/cmake/modules/FindCARES.cmake
+   A /trunk/cmake/modules/FindPYTHON.cmake
+   M /trunk/cmakeconfig.h.in
+   M /trunk/epan/CMakeLists.txt
 
-Clean up indentation.
-
-Hand NCP_ALLOCATE_SLOT and NCP_DEALLOCATE_SLOT packets to
-"dissect_ncp_request()", so we match up requests and replies, fill in
-the Info column properly, etc..
+Make building with GeoIP, Python, Capabilities and c-ares
+actually work.
 
 ------------------------------------------------------------------------
-r16288 | guy | 2005-10-22 01:25:14 -0500 (Sat, 22 Oct 2005) | 16 lines
+r29871 | morriss | 2009-09-12 16:02:34 -0700 (Sat, 12 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-
-Add #defines of NDS protocol types, and use them in the value_string and
-switch statements.
+   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)
 
-Add some sanity checking for ptvcursor_advance calls.
+Move all of the scripts in epan/dissectors/ to tools/ .
 
-proto_tree_add_item() works fine for IPv4 addresses; use it for them. 
-(tvb_get_letohl() doesn't work fine for them, even though it appears to
-do so on little-endian machines.)
+Add a target ("x11-dissector") to build the X11 dissector.
 
-Only set the "visible" flag on the protocol tree when we're sure we have
-one, so that it gets set even if we create a temporary tree.
+Put the X11-related files (back) in the source distribution.
 
-Catch exceptions when dissecting requests, and compute and save the
-results of conditional tests before rethrowing the exception, so the
-results get saved even if the dissection gets an exception.
+------------------------------------------------------------------------
+r29872 | morriss | 2009-09-12 19:12:03 -0700 (Sat, 12 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.nmake
 
+Try to get the paths right
 ------------------------------------------------------------------------
-r16287 | guy | 2005-10-22 00:43:09 -0500 (Sat, 22 Oct 2005) | 5 lines
+r29873 | etxrab | 2009-09-13 06:39:09 -0700 (Sun, 13 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/proto.c
-   D /trunk/epan/ptvcursor.c
+   M /trunk/epan/expert.c
+   M /trunk/epan/expert.h
 
-Move the ptvcursor.c code to epan/proto, and make ptvcursor_add() handle
-FT_UINT_BYTES and FT_UINT_STRING correctly when the tree argument is
-null (which involves carving proto_tree_add_item() into bits and having
-both ptvcursor_add() and proto_tree_add_item() call those bits).
+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.
 ------------------------------------------------------------------------
-r16286 | guy | 2005-10-22 00:27:48 -0500 (Sat, 22 Oct 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-isis-lsp.c
-
-Use the somewhat-misnamed "ipv4_addr_and_mask()" and
-"ipv6_addr_and_mask()" to handle address+prefix bit length combinations.
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-09-13]
 ------------------------------------------------------------------------
-r16285 | guy | 2005-10-21 23:09:37 -0500 (Fri, 21 Oct 2005) | 2 lines
+r29877 | jmayer | 2009-09-13 08:17:26 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/wiretap/ngsniffer.c
+   M /trunk/epan/CMakeLists.txt
 
-Update URL for Sniffer manual, and expand a comment a bit.
+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
 ------------------------------------------------------------------------
-r16284 | guy | 2005-10-21 22:52:06 -0500 (Fri, 21 Oct 2005) | 3 lines
+r29879 | etxrab | 2009-09-13 09:11:11 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/gtk/gui_utils.c
 
-Don't roll your own code for showing the usual display of bits in a
-bitfield, use the code we already have.
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Speed up sorting.
 ------------------------------------------------------------------------
-r16283 | guy | 2005-10-21 22:49:23 -0500 (Fri, 21 Oct 2005) | 7 lines
+r29880 | etxrab | 2009-09-13 10:24:51 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/wiretap/ngsniffer.c
-   M /trunk/wiretap/wtap-int.h
-
-Add #defines for the DOS Sniffer network types and for various frame
-status field bits".
+   M /trunk/epan/addr_resolv.c
 
-Check for "Internetwork analyzer" captures by checking the Sniffer
-network type, and save that type rather than just an "ATM or not" flag
-in the private data.
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Clean up addr_resolv.c
 ------------------------------------------------------------------------
-r16282 | ulfl | 2005-10-21 13:47:04 -0500 (Fri, 21 Oct 2005) | 1 line
+r29881 | morriss | 2009-09-13 10:46:10 -0700 (Sun, 13 Sep 2009) | 17 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
+   M /trunk/capture_sync.c
+   M /trunk/dumpcap.c
 
-Win32: first steps towards using GTK2.6, add zipfile and dir name definitions
-------------------------------------------------------------------------
-r16281 | gram | 2005-10-21 08:11:04 -0500 (Fri, 21 Oct 2005) | 2 lines
+Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionally
+used for this purpose and using it also prevents the 2 signals the child gets:
+       - the user's Ctrl-C (which is sent as a SIGINT to both *shark and its
+         child dumpcap)
+       - the signal *shark generates to shut down the child
+
+from colliding (and running 2 signal handlers in the child).
+
+It might be possible for tshark to not send the signal at all when it gets
+SIGINT, but it doesn't do any harm now.
+
+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
+
+------------------------------------------------------------------------
+r29882 | morriss | 2009-09-13 12:23:07 -0700 (Sun, 13 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/uat.h
+
+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/gtk/expert_dlg.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-classicstun.c (from /trunk/epan/dissectors/packet-stun.c:29883)
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   R /trunk/epan/dissectors/packet-stun.c (from /trunk/epan/dissectors/packet-stun2.c:29883)
+   D /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/epan/dissectors/packet-tftp.c
 
-Revert 16279.
+From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2815 
+but (since the patch no longer applied cleanly) essentially manually
+re-implemented by me:
+
+Rename "stun" to "classic stun" and "stun2" to "stun", to follow the usage
+defined in draft-ietf-behave-rfc3489bis-18 section 2.
 
 ------------------------------------------------------------------------
-r16280 | etxrab | 2005-10-20 13:51:47 -0500 (Thu, 20 Oct 2005) | 7 lines
+r29885 | morriss | 2009-09-13 16:10:11 -0700 (Sun, 13 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rmt-fec.c
-   M /trunk/epan/dissectors/packet-rmt-lct.c
-   M /trunk/epan/dissectors/packet-rmt-lct.h
-   M /trunk/epan/dissectors/packet-rmt-norm.c
-   M /trunk/epan/dissectors/packet-rmt-norm.h
+   M /trunk/epan/dissectors/packet-tcp.c
 
-From Julian Onions
+From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3417
 
-- some improvements to the NORM decoder, and the ability to
-(optionally) heuristically detect NORM.
-- some improvements to FEC block labelling.
-- making the LCT header extension handler more generic and to decode more header extensions.
+Don't scale the window if the SYN flag is set.
 
 ------------------------------------------------------------------------
-r16279 | gram | 2005-10-20 13:07:03 -0500 (Thu, 20 Oct 2005) | 4 lines
+r29886 | gerald | 2009-09-13 17:38:54 -0700 (Sun, 13 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/packaging/macosx/dmg_set_style.scpt
+   M /trunk/packaging/macosx/osx-dmg.sh
+   M /trunk/packaging/macosx/root.ds_store
+   M /trunk/packaging/macosx/util.ds_store
 
-From Greg Morris.
-Expert data must perform a re-dissection to trigger the NCP dissector.
-Change the call cf_retap_packets() to cf_redissect_packets().
+Tweak the Finder windows a bit.
 
 ------------------------------------------------------------------------
-r16278 | gram | 2005-10-20 13:04:11 -0500 (Thu, 20 Oct 2005) | 3 lines
+r29887 | morriss | 2009-09-13 18:36:26 -0700 (Sun, 13 Sep 2009) | 14 lines
 Changed paths:
-   M /trunk/gtk/conversations_table.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-collectd.c
 
-From Greg Morris, patch to allow proper search/filtering of
-NCP conversations.
+From Bruno and Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3170
 
-------------------------------------------------------------------------
-r16277 | etxrab | 2005-10-20 10:51:39 -0500 (Thu, 20 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
+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).
 
-From Bruno Deniaud:
-Handle NEMO (RFC  3963).
+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.
 
 ------------------------------------------------------------------------
-r16276 | etxrab | 2005-10-20 10:49:03 -0500 (Thu, 20 Oct 2005) | 1 line
+r29888 | etxrab | 2009-09-13 22:59:38 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-collectd.c
 
-Use the right offset when calling packet-gsm_a.c functions.
+Add casts to make it compile on Windows.
 ------------------------------------------------------------------------
-r16275 | etxrab | 2005-10-20 00:29:53 -0500 (Thu, 20 Oct 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-bootp.c
+   M /trunk/epan/dissectors/packet-http.c
 
-From Stephen Donovan:
-Allow Ethereal to decode the IP address inside of Option 118
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
+
+Use "g_realloc".
 ------------------------------------------------------------------------
-r16274 | guy | 2005-10-19 21:45:52 -0500 (Wed, 19 Oct 2005) | 3 lines
+r29890 | jmayer | 2009-09-13 23:48:45 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
-
-Put back some comments that got removed and that note issues seen with
-some captures.
+   M /trunk/epan/CMakeLists.txt
 
+Sync to autofoo
 ------------------------------------------------------------------------
-r16273 | ulfl | 2005-10-19 16:08:34 -0500 (Wed, 19 Oct 2005) | 8 lines
+r29891 | jmayer | 2009-09-13 23:51:22 -0700 (Sun, 13 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
+   M /trunk/CMakeLists.txt
+
+Not yet working:
+Sync with autofoo: Check for accepted compiler flags. Use
+  identical flags.
 
-from Jaap Keuter:
-Working with the reassembly functionality Ethereal provides I've found
-some additional changes had to be made to the EDG 8.4.1:
-- a typo (made by myself)
-- fragment_add_seq_check() doesn't take -1 as length remaining
-- process_reassembled_data() can be called with or without tree, and
-  is required in both dissection runs
-- some whitespace stuff
 ------------------------------------------------------------------------
-r16272 | guy | 2005-10-19 14:40:55 -0500 (Wed, 19 Oct 2005) | 2 lines
+r29892 | martinm | 2009-09-14 03:26:53 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-At least on Tiger, multiple definitions of an external don't work.
+Show UEId in info column for CCCH frames.
 
 ------------------------------------------------------------------------
-r16270 | gerald | 2005-10-19 10:36:59 -0500 (Wed, 19 Oct 2005) | 4 lines
+r29893 | morriss | 2009-09-14 04:26:03 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-collectd.c
 
-Ethereal doesn't like it when you try to tell it that integers are
-either -1 or 0 bytes long.  Use proto_tree_add_text() instead of
-proto_tree_add_uint_format().  Fixes bug 542.
+Change proto_tree_add_protocol_format() to proto_tree_add_text() since all that is being added is text.
+------------------------------------------------------------------------
+r29894 | morriss | 2009-09-14 06:11:26 -0700 (Mon, 14 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-collectd.c
 
+Put the parenthesis in the right place
 ------------------------------------------------------------------------
-r16269 | gram | 2005-10-19 09:45:24 -0500 (Wed, 19 Oct 2005) | 3 lines
+r29895 | wmeier | 2009-09-14 07:03:32 -0700 (Mon, 14 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/conversations_ncp.c
-   A /trunk/gtk/ncp_stat.c
+   M /trunk/epan/dissectors/packet-stun.c
 
-From Greg Morris.
-Adds NCP data to conversations and SRT.
+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.
 
 ------------------------------------------------------------------------
-r16268 | gram | 2005-10-19 09:39:09 -0500 (Wed, 19 Oct 2005) | 8 lines
+r29896 | wmeier | 2009-09-14 07:59:08 -0700 (Mon, 14 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp-nmas.c
+   M /trunk/epan/dissectors/packet-classicstun.c
 
-From Greg Morris:
+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.
 
-Updates to the NMAS dissector.
-1. Fixes error checking fragments
-2. Adds expert data
+------------------------------------------------------------------------
+r29897 | wmeier | 2009-09-14 08:28:09 -0700 (Mon, 14 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/doc/README.developer
 
+Update: Remove references to the use of check_col() since no longer required.
 
 ------------------------------------------------------------------------
-r16267 | gram | 2005-10-19 09:32:05 -0500 (Wed, 19 Oct 2005) | 5 lines
+r29898 | wmeier | 2009-09-14 08:34:05 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
 
-From Greg Morris:
+Remove usage of check_col() since no longer required.
 
-Adds expert data to the NDPS dissector
+------------------------------------------------------------------------
+r29899 | wmeier | 2009-09-14 09:04:54 -0700 (Mon, 14 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
 
+(Trivial) Fix a typo in a comment
 
 ------------------------------------------------------------------------
-r16266 | gram | 2005-10-19 09:28:26 -0500 (Wed, 19 Oct 2005) | 36 lines
+r29900 | etxrab | 2009-09-14 09:06:31 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-ncp-int.h
-   A /trunk/epan/dissectors/packet-ncp-sss.c
-   A /trunk/epan/dissectors/packet-ncp-sss.h
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/gtk/simple_dialog.c
 
-From Greg Morris:
+Change gtk_pixmap_new() to gtk_image_new_from_pixmap().
+------------------------------------------------------------------------
+r29901 | wmeier | 2009-09-14 09:38:06 -0700 (Mon, 14 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/dcerpc/idl2wrs.c
 
-makefile.common.diff - epan directory
-1. Adds new packet-ncp-sss.c and packet-ncp-sss.h for new Secret Store dissector
-New Novell Secret Store Services dissector
-packet-ncp-sss.c
-packet-ncp-sss.h
-ncp2222.py.diff
-1. Adds a number of return values
-2. Adds 64bit file size support
-3. Add NCP 89,xx NCP's for UTF8 support
-4. Fixes a number of field values for proper dissection
-5. Adds support for Secret Store dissector
-packet-ncp2222.inc.diff
-1. Skwelches some compiler warnings
-2. Redo of fix for bug 535 which original fix broke dissection of NDS verb 5
-3. Adds support for Secret Store dissector
-4. Adds expert data
-5. Adds tap for service response time
-6. Fixes dissection of stream attribute
-7. Fixes defragmentation problem with more then 10 fragments
-8. Fixes NDS dissection if reply buffer was less then 7
-packet-ncp.c.diff
-1. Adds tap data
-2. Adds expert data
-3. Fixes calculation for NCP connection number
-4. Fixes malformed packet for destroy service connection
-packet-ncp.c.diff
-1. Adds tap data
+(Trivial) Fix a typo in a comment.
 
+------------------------------------------------------------------------
+r29902 | morriss | 2009-09-14 10:36:15 -0700 (Mon, 14 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
 
+Revert 29889 to stop the fuzz failures.
 ------------------------------------------------------------------------
-r16265 | guy | 2005-10-19 02:57:38 -0500 (Wed, 19 Oct 2005) | 2 lines
+r29903 | gerald | 2009-09-14 11:00:01 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cdp.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
 
-Point specifically to the CDP information on the various Cisco pages.
+More Finder tweaks.
 
 ------------------------------------------------------------------------
-r16264 | jmayer | 2005-10-18 09:59:30 -0500 (Tue, 18 Oct 2005) | 1 line
+r29906 | jake | 2009-09-14 14:24:24 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/idl.yp
-   M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.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/Samba/NDR/Client.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Client.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Server.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Types.pm
-   M /trunk/tools/pidl/pidl
+   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
 
-Update from samba tree
+Fix for bug 4008:
+Crash on TLSv1.2 packets, caused by ssl_short_name array overrun.
 ------------------------------------------------------------------------