Move gtk to ui/gtk.
[obnox/wireshark/wip.git] / ChangeLog
index 137556601bd3224bc15c30658d2bd30e6a3ba634..ab4e2abc81a95fe55b2890ca76811e39739ed02d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r18953 | guy | 2006-08-18 17:24:40 -0700 (Fri, 18 Aug 2006) | 2 lines
+r28815 | gerald | 2009-06-22 15:38:29 -0700 (Mon, 22 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-afs.c
+
+Instead of tvb_get_ptr + ep_alloc + proto_tree_add_string to fetch a string and
+add it to the tree, just call proto_tree_add_item. Fixes bug 3564.
 
-Fix cut-and-pasteo.
+Replace another tvb_get_ptr call with tvb_format_text.
 
 ------------------------------------------------------------------------
-r18954 | guy | 2006-08-18 19:56:16 -0700 (Fri, 18 Aug 2006) | 2 lines
+r28816 | morriss | 2009-06-22 15:48:35 -0700 (Mon, 22 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
-Squelch a compiler warning.
+   M /trunk
+   M /trunk/doc/Makefile.am
 
+Copy AUTHORS-SHORT to the top-level directory so Help->About can find it when run from the build directory.
 ------------------------------------------------------------------------
-r18955 | guy | 2006-08-18 19:58:48 -0700 (Fri, 18 Aug 2006) | 3 lines
+r28817 | stig | 2009-06-22 23:02:12 -0700 (Mon, 22 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_sms.c
+   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
 
-Define "char_def_alphabet_ext_decode()" with a return type - and define
-it as static as it's not used outside this file.
+From Kovarththanan Rajaratnam:
+Clean up header field info in asn1/*-template.c files.
+
+From me:
+Fixed a few typos in the patch.
 
 ------------------------------------------------------------------------
-r18956 | guy | 2006-08-18 20:00:16 -0700 (Fri, 18 Aug 2006) | 2 lines
+r28818 | jake | 2009-06-22 23:45:59 -0700 (Mon, 22 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/guid-utils.c
-
-Squelch a compiler warning.
+   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.
 ------------------------------------------------------------------------
-r18957 | guy | 2006-08-18 20:01:15 -0700 (Fri, 18 Aug 2006) | 2 lines
+r28819 | jake | 2009-06-22 23:49:38 -0700 (Mon, 22 Jun 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-btamp.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-btl2cap.h
 
-Fix some format strings and format string arguments.
+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)
 ------------------------------------------------------------------------
-r18958 | guy | 2006-08-18 20:01:53 -0700 (Fri, 18 Aug 2006) | 2 lines
+r28820 | etxrab | 2009-06-23 06:49:46 -0700 (Tue, 23 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-
-Fix some g_warning() calls.
+   M /trunk/epan/dissectors/packet-gtp.c
 
+Try to fix indentation a bit.
 ------------------------------------------------------------------------
-r18959 | sahlberg | 2006-08-19 02:22:20 -0700 (Sat, 19 Aug 2006) | 4 lines
+r28821 | etxrab | 2009-06-23 07:16:28 -0700 (Tue, 23 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.h
-
-add some well known rids from s4 security.idl and code to show the name of this rid
-when dissecting a security descriptor
-
+   M /trunk/epan/dissectors/packet-gtp.c
 
+Revert(Try to fix indentation a bit.)
 ------------------------------------------------------------------------
-r18960 | etxrab | 2006-08-19 14:42:25 -0700 (Sat, 19 Aug 2006) | 1 line
+r28822 | etxrab | 2009-06-23 09:01:55 -0700 (Tue, 23 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/diameter/dictionary.xml
 
-Improve parsing a bit and correctly dissect errorDescriptor in Reply.
+Update 3GPP AVP:s
 ------------------------------------------------------------------------
-r18961 | gerald | 2006-08-19 18:19:56 -0700 (Sat, 19 Aug 2006) | 2 lines
+r28823 | jake | 2009-06-23 14:05:47 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
+   M /trunk/AUTHORS
+   A /trunk/epan/dissectors/packet-hpteam.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/oui.h
 
-Make sure a preference exists before we try to use it.
+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.
 
 ------------------------------------------------------------------------
-r18964 | sahlberg | 2006-08-19 22:18:10 -0700 (Sat, 19 Aug 2006) | 4 lines
+r28824 | wmeier | 2009-06-23 17:29:54 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-we have to search for multisegments starting PRIOR to the start of the current semgent   or elsae it will break for the case when one multisegment ends in this segment   there are a few smaller ones completely within this segment  and then another segment starts that spans across future segments.
-
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-hpteam.c
 
+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.
 
 ------------------------------------------------------------------------
-r18965 | sahlberg | 2006-08-19 23:00:16 -0700 (Sat, 19 Aug 2006) | 7 lines
+r28825 | wmeier | 2009-06-23 17:49:54 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
- in LDAP over TCP
-
-use tcp_dissect_pdus() which works    insterad of trying to do the pdu tracking and signalling for reassembly manually.
-This makes ldap pdu tracking and reassembly work properly for cases when hosts are streaming lpad over tcp and there is little or none alignlemt of pdus to the start of a segment
-
+   M /trunk/epan/dissectors/packet-btamp.c
 
+Remove two unused includes
 
 ------------------------------------------------------------------------
-r18966 | etxrab | 2006-08-20 14:18:43 -0700 (Sun, 20 Aug 2006) | 1 line
+r28826 | stig | 2009-06-23 18:40:54 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/h245/h245-exp.cnf
-   M /trunk/asn1/h245/h245.cnf
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/asn1/ansi_map/ansi_map.cnf
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h450/packet-h450-template.c
+   M /trunk/asn1/ocsp/packet-ocsp-template.c
+   M /trunk/asn1/qsig/packet-qsig-template.c
+
+From Kovarththanan Rajaratnam:
+More asn1/* header field info cleanup
 
-Dissect some more H.245 messages in MEGACO
 ------------------------------------------------------------------------
-r18967 | sahlberg | 2006-08-21 04:26:34 -0700 (Mon, 21 Aug 2006) | 5 lines
+r28827 | stig | 2009-06-23 19:05:51 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/scsi_stat.c
-
-make the scsi statistics dialogs easier to understand for scsi novices
-
-explain what the commandsets refer to   SBC==disk  SSC=tape  MMC=cd
+   M /trunk/epan/dissectors/ncp2222.py
 
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r18968 | martinm | 2006-08-21 04:41:32 -0700 (Mon, 21 Aug 2006) | 1 line
+r28828 | stig | 2009-06-23 19:07:16 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/process-x11-fields.pl
+   M /trunk/epan/dissectors/x11-fields
 
-Use FT_UINT_STRING for TBCP DENY reason-phrase
-------------------------------------------------------------------------
-r18969 | martinm | 2006-08-21 04:45:37 -0700 (Mon, 21 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/epan/proto.c
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup
+* Fix process-x11-fields.pl (packet-x11.c)
 
-Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame[...])
 ------------------------------------------------------------------------
-r18970 | martinm | 2006-08-21 04:52:20 -0700 (Mon, 21 Aug 2006) | 1 line
+r28829 | stig | 2009-06-23 19:08:14 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/dtds/reginfo.dtd
+   M /trunk/epan/dissectors/packet-nisplus.c
+
+Change hf_nisplus_dummy to use "dummy" as name instead of " "
+(this is the only place where " " was used)
 
-The xmlns attribute isn't really part of the schema, so probably shouldn't be #REQUIRED (not that the XML dissector currently uses this property)
 ------------------------------------------------------------------------
-r18971 | sahlberg | 2006-08-21 05:41:59 -0700 (Mon, 21 Aug 2006) | 3 lines
+r28830 | stig | 2009-06-23 19:11:11 -0700 (Tue, 23 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
-
-remove two hashtables and replace with binary trees
+   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.
 
 ------------------------------------------------------------------------
-r18972 | sahlberg | 2006-08-21 06:00:55 -0700 (Mon, 21 Aug 2006) | 2 lines
+r28831 | stig | 2009-06-23 19:12:13 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
-   M /trunk/epan/dissectors/packet-aim-chat.c
+   M /trunk/plugins/m2m/packet-m2m.c
 
-move a few arrays off the stack
+From Kovarththanan Rajaratnam:
+Move hf_register_info declarations in packet-m2m.c to function scope
 
 ------------------------------------------------------------------------
-r18973 | sahlberg | 2006-08-21 06:05:18 -0700 (Mon, 21 Aug 2006) | 3 lines
+r28832 | stig | 2009-06-23 19:17:12 -0700 (Tue, 23 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-get rid of a rotating buffer
+   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
 
+From Kovarththanan Rajaratnam:
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r18974 | sahlberg | 2006-08-21 06:32:07 -0700 (Mon, 21 Aug 2006) | 17 lines
+r28833 | wmeier | 2009-06-23 19:42:43 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/mms/mms-exp.cnf
-   M /trunk/asn1/mms/mms.asn
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
-
- from Angel de Juan
-
-make mms bitstrings easier to read
-
+   M /trunk/epan/dissectors/packet-hpteam.c
 
---
-Hi, this is my new mms with some changes in order to display some data in
-binary instead of hex.
-
-Excuse me because is not a diff from the repository, but I don't know how to
-create a diff.
-
-I also have the compiled packet-mms.c and packet-mms.h if you want it only
-mail me.
+Remove superflous code; #include <stdio.h> not needed.
 
+------------------------------------------------------------------------
+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
 
+More hf_register_info related cleanup.
 
 ------------------------------------------------------------------------
-r18975 | sahlberg | 2006-08-21 06:44:37 -0700 (Mon, 21 Aug 2006) | 3 lines
+r28835 | stig | 2009-06-23 22:54:19 -0700 (Tue, 23 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/mms/mms.cnf
-   M /trunk/epan/dissectors/packet-mms.c
-
-prettify the MMS dissector by at least putting the pdu name in the info column
+   M /trunk/epan/dissectors/packet-homeplug.c
 
+Fixed field types for some reserved fields.
 
 ------------------------------------------------------------------------
-r18976 | gerald | 2006-08-21 07:40:05 -0700 (Mon, 21 Aug 2006) | 5 lines
+r28836 | jake | 2009-06-23 23:21:45 -0700 (Tue, 23 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/epan/dissectors/packet-slowprotocols.c
 
-AirPcap fix from Florent Drouin:
+From Artem Tamazov:
+Added: ESMC support as per G.8264 (Slow Protocol Subtype 0x0a).
+* QL codes are dissected according to G.781 5.5.1.1 "Option I SDH". 
+Added: support for Timestamp entities in ESMC PDU as per WD56 proposal.
+------------------------------------------------------------------------
+r28837 | stig | 2009-06-24 12:10:50 -0700 (Wed, 24 Jun 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
-Since version 18928, there is a GTK warning at wireshark startup.
-I think a #ifdef HAVE_AIRPCAP is missing in ./gtk/menu.c
+From Kovarththanan Rajaratnam via bug 3555:
+Cancel hostname lookup timers if c-ares is not initialized.
 
 ------------------------------------------------------------------------
-r18978 | jmayer | 2006-08-21 09:16:01 -0700 (Mon, 21 Aug 2006) | 1 line
+r28838 | jake | 2009-06-24 13:27:58 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/manuf
+   M /trunk/wiretap/dct3trace.c
 
-Update manuf list
+From Duncan Salerno:
+Ensure dct3trac packets never longer than 23 bytes.
 ------------------------------------------------------------------------
-r18979 | jmayer | 2006-08-21 09:17:24 -0700 (Mon, 21 Aug 2006) | 1 line
+r28839 | stig | 2009-06-24 18:50:56 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
+   M /trunk/epan/dissectors/packet-infiniband.c
+
+Remove a tvb_free() call.
 
-Update FAQ
 ------------------------------------------------------------------------
-r18981 | gerald | 2006-08-21 12:22:33 -0700 (Mon, 21 Aug 2006) | 2 lines
+r28840 | stig | 2009-06-24 19:07:17 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-   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/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-Fix up copyrights and whitespace.
+From Nathan Hartwell via bug 2733:
+Added time_secs_to_str_unsigned().
 
 ------------------------------------------------------------------------
-r18984 | etxrab | 2006-08-21 14:19:48 -0700 (Mon, 21 Aug 2006) | 2 lines
+r28841 | stig | 2009-06-24 19:08:06 -0700 (Wed, 24 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bssap.c
+   M /trunk/epan/dissectors/packet-bootp.c
+
+From Nathan Hartwell via bug 2733:
+Use time_secs_to_str_unsigned().
 
-From Florent Drouin:
-This patch allow to change the value of the SSN associated to the bssap dissector.
 ------------------------------------------------------------------------
-r18985 | etxrab | 2006-08-21 14:24:42 -0700 (Mon, 21 Aug 2006) | 4 lines
+r28842 | stig | 2009-06-24 19:13:35 -0700 (Wed, 24 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/to_str.c
 
-From Florent Drouin:
-This patch provide a correction for the element "Channel Needed" in the Paging message. and some improvements for the display of AUTH,SRES,RAND etc..
+Unsigned does not have msign.
 
-With some further changes to APDU and LSA Identifier dissection.
 ------------------------------------------------------------------------
-r18986 | etxrab | 2006-08-21 14:58:30 -0700 (Mon, 21 Aug 2006) | 2 lines
+r28843 | etxrab | 2009-06-24 22:59:04 -0700 (Wed, 24 Jun 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/epan/dissectors/packet-camel.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
 
-From Florent Drouin:
-This patch introduce the decoding of the RP-Cause element in the Release SMS message for Camel.
+tvb_new_real_data()->tvb_child_new_real_data()
 ------------------------------------------------------------------------
-r18987 | guy | 2006-08-21 16:06:40 -0700 (Mon, 21 Aug 2006) | 2 lines
+r28844 | stig | 2009-06-25 19:38:23 -0700 (Thu, 25 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/dumpcap.c
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
+   M /trunk/epan/dissectors/packet-enip.c
+   A /trunk/epan/dissectors/packet-enip.h
 
-Add to a comment.
+From Joakim Wiberg via bug 3103:
+Various improvements to the CIP and ENIP dissectors.
+
+From me:
+Updated to latest trunk changes.
 
 ------------------------------------------------------------------------
-r18988 | guy | 2006-08-21 16:23:22 -0700 (Mon, 21 Aug 2006) | 2 lines
+r28845 | stig | 2009-06-25 20:20:12 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
 
-Squelch a compiler warning.
+tvb_child_new_real_data() -> tvb_new_child_real_data()
 
 ------------------------------------------------------------------------
-r18989 | guy | 2006-08-21 16:28:19 -0700 (Mon, 21 Aug 2006) | 13 lines
+r28846 | stig | 2009-06-25 20:24:08 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/tshark.c
-
-Initialize the cfilter field of a capture_opts structure to a null
-pointer, so we can determine whether a capture filter has been set or
-not.
+   M /trunk/doc/README.developer
 
-Use that to check in TShark whether the user specified a filter with
-"-f" or not, rather than using the no-longer-set
-"capture_filter_specified" variable.
+Use NULL for empty blurb.
 
-Also, check for multiple "-f" options.
+------------------------------------------------------------------------
+r28847 | stig | 2009-06-25 20:37:30 -0700 (Thu, 25 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main.c
 
-If no capture filter is specified, use a null string, to work around
-broken versions of Linux libpcap.
+Small whitespace cleanup.
 
 ------------------------------------------------------------------------
-r18990 | guy | 2006-08-21 16:36:59 -0700 (Mon, 21 Aug 2006) | 3 lines
+r28848 | stig | 2009-06-25 20:59:01 -0700 (Thu, 25 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/doc/tshark.pod
+   M /trunk/epan/dissectors/packet-acp133.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/epan/dissectors/packet-dap.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-gnm.c
+   M /trunk/epan/dissectors/packet-goose.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h235.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h245.h
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h282.c
+   M /trunk/epan/dissectors/packet-h283.c
+   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/epan/dissectors/packet-h460.c
+   M /trunk/epan/dissectors/packet-h501.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-lte-rrc.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mpeg-audio.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-p7.c
+   M /trunk/epan/dissectors/packet-p7.h
+   M /trunk/epan/dissectors/packet-pcap.c
+   M /trunk/epan/dissectors/packet-pkix1explicit.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-q932.c
+   M /trunk/epan/dissectors/packet-qsig.c
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-ulp.c
+   M /trunk/epan/dissectors/packet-x2ap.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-x509ce.c
+   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/epan/dissectors/packet-x509sat.c
 
-Indicate in the synopsis that you can put the capture filter at the end
-of the command line without "-f".
+Re-generate asn1 dissectors after hf_register_info cleanup.
 
 ------------------------------------------------------------------------
-r18991 | martinm | 2006-08-22 07:00:18 -0700 (Tue, 22 Aug 2006) | 1 line
+r28849 | etxrab | 2009-06-25 22:48:03 -0700 (Thu, 25 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/Makefile.am
+   M /trunk/diameter/dictionary.xml
+   A /trunk/diameter/eap.xml
+   M /trunk/diameter/nasreq.xml
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Fix iuup.delta FT_ type mismatch
+From Sebastien Decugis:
+Add Missing Diameter EAP support.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600
 ------------------------------------------------------------------------
-r18992 | gerald | 2006-08-22 07:46:51 -0700 (Tue, 22 Aug 2006) | 8 lines
+r28850 | tuexen | 2009-06-26 08:08:04 -0700 (Fri, 26 Jun 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-q2931.c
+   M /trunk/wiretap/pcapng.c
 
-From Florent Drouin:
+* Allocate enough memory for reading a packet.
+* Initialize pseudoheader.
+* Add some input validation / protection code.
+* Fix some return values.
+* Clean up some whitespaces.
 
-  I found a loop in the q2931 dissector, whereas I was dissecting Ranap
-  Traces with a bad wireshark configuration.
-  Wireshark did crash, after eating all the memory.
+This fixes Bug 3565. Thanks to Tyson Key how reported
+the issue and provided capture files for debugging.
 
-Make other loop checks more paranoid.
+This fix is scheduled for inclusion in Wireshark 1.2.1
+and higher.
 
 ------------------------------------------------------------------------
-r18995 | gerald | 2006-08-22 08:55:42 -0700 (Tue, 22 Aug 2006) | 4 lines
+r28851 | tuexen | 2009-06-26 08:25:22 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/wiretap/pcapng.c
 
-Bail out of an infinite loop.  Fixes bug 1048.  (This was introduced after
-the 0.99.3 trunk was created.)  Remove a couple of static buffers.  Fix up
-whitespace.
+Disable debug output.
 
 ------------------------------------------------------------------------
-r18996 | ulfl | 2006-08-22 12:42:04 -0700 (Tue, 22 Aug 2006) | 1 line
+r28852 | gerald | 2009-06-26 14:25:09 -0700 (Fri, 26 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/AUTHORS
+   M /trunk/dumpcap.c
+
+Unfortunately, r28452 seems to cause more problems than it fixes. Back
+out the change for now.
 
-fix TLB block alignment to be compatible with the current MRP draft. Would be nice if included in the 0.99.3
 ------------------------------------------------------------------------
-r18997 | ulfl | 2006-08-22 12:43:38 -0700 (Tue, 22 Aug 2006) | 1 line
+r28853 | gerald | 2009-06-26 16:05:04 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/gtk/prefs_column.c
+
+Add a tooltip in case it's not obvious how to rearrange the columns.
 
-(slightly) further dissection of the Option (Organizationally specific) block
 ------------------------------------------------------------------------
-r18998 | etxrab | 2006-08-22 12:55:31 -0700 (Tue, 22 Aug 2006) | 2 lines
+r28854 | rbalint | 2009-06-26 23:32:52 -0700 (Fri, 26 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-epl.c
-   A /trunk/epan/dissectors/packet-epl.h
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
-   M /trunk/manuf
-   M /trunk/wka.tmpl
+   M /trunk/configure.in
+
+Strictly require flex instead of allowing lex, too.
 
-From David Buechi:
-Add support for the ETHERNET Powerlink protocol
 ------------------------------------------------------------------------
-r18999 | etxrab | 2006-08-22 13:39:20 -0700 (Tue, 22 Aug 2006) | 1 line
+r28855 | rbalint | 2009-06-27 01:13:39 -0700 (Sat, 27 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/rrlp/Makefile.nmake
-   M /trunk/asn1/umts_rrc/Makefile.nmake
-   M /trunk/asn1/umts_rrc_Internode-defs/Makefile.nmake
-   M /trunk/asn1/umts_rrc_ies/Makefile.nmake
-   M /trunk/asn1/umts_rrc_pdu_def/Makefile.nmake
+   M /trunk/configure.in
+
+Revert commit 28854.
 
-Complete clean targets
 ------------------------------------------------------------------------
-r19001 | sahlberg | 2006-08-23 00:41:43 -0700 (Wed, 23 Aug 2006) | 3 lines
+r28856 | etxrab | 2009-06-27 03:31:42 -0700 (Sat, 27 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-epl.c
-
-move the include for emem.h so that size_t is defined before emem.h is invoked
+   M /trunk/epan/dissectors/dcerpc/drsuapi/template.c
+   M /trunk/epan/dissectors/dcerpc/idl2wrs.c
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/pidl/atsvc.cnf
+   M /trunk/epan/dissectors/pidl/mapi/mapi.cnf
+   M /trunk/epan/dissectors/pidl/mapi/request.cnf.c
+   M /trunk/epan/dissectors/pidl/mapi/response.cnf.c
 
+From Kovarththanan Rajaratnam:
+- Fix ncp2222.py and all the epan/dissectors/dcerpc dissectors. The
+latter required changes to idl2wrs which used variadic macros (not supported in MSVC 6.0).
 
+- Cleanup PIDL conformance files
 ------------------------------------------------------------------------
-r19002 | sahlberg | 2006-08-23 01:05:28 -0700 (Wed, 23 Aug 2006) | 6 lines
+r28857 | tuexen | 2009-06-27 04:39:47 -0700 (Sat, 27 Jun 2009) | 8 lines
 Changed paths:
-   M /trunk/asn1/snmp/snmp.cnf
-   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
-Counter64 should be a FT_UINT64  and not a FT_UINT32
+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.
 
+------------------------------------------------------------------------
+r28858 | tuexen | 2009-06-27 05:14:18 -0700 (Sat, 27 Jun 2009) | 10 lines
+Changed paths:
+   M /trunk/wiretap/pcapng.c
 
-fixes bug 1047
+If all interfaces use the same encapsulation, use
+this a the file encapsulation.
 
+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.
 
 ------------------------------------------------------------------------
-r19003 | sahlberg | 2006-08-23 02:48:16 -0700 (Wed, 23 Aug 2006) | 3 lines
+r28859 | tuexen | 2009-06-27 05:41:06 -0700 (Sat, 27 Jun 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
-testdrive the request/response README and implement request/response matching for DNS
+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.
 
 ------------------------------------------------------------------------
-r19007 | jake | 2006-08-23 08:51:15 -0700 (Wed, 23 Aug 2006) | 3 lines
+r28860 | etxrab | 2009-06-27 05:41:39 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ntp.c
-
-From Toralf Foerster (in bug 1044):
-Add new primary sources, fix typo. 
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
+From Greg Schwendimann:
+802.11 decryption is broken
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3590
 ------------------------------------------------------------------------
-r19008 | ulfl | 2006-08-23 14:19:02 -0700 (Wed, 23 Aug 2006) | 1 line
+r28861 | etxrab | 2009-06-27 06:37:03 -0700 (Sat, 27 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/win32-file-dlg.c
+   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
 
-fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already
+From   yin sun:
+h248 term wildcard enhancement
 ------------------------------------------------------------------------
-r19012 | gerald | 2006-08-24 09:19:49 -0700 (Thu, 24 Aug 2006) | 2 lines
+r28862 | tuexen | 2009-06-27 08:20:44 -0700 (Sat, 27 Jun 2009) | 9 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/wiretap/pcapng.c
+   M /trunk/wiretap/wtap-int.h
 
-Add missing files to the distribution.
+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.
 
 ------------------------------------------------------------------------
-r19014 | gerald | 2006-08-24 09:23:32 -0700 (Thu, 24 Aug 2006) | 2 lines
+r28863 | tuexen | 2009-06-27 09:08:18 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/configure.in
+   M /trunk/wiretap/libpcap.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/pcap-common.h
+   M /trunk/wiretap/pcapng.c
 
-Bump the version to 0.99.4.
+Cleanup. Should be included in Wireshark 1.2.1 and higher to keep
+merging future bug fixes simple.
 
 ------------------------------------------------------------------------
-r19015 | gerald | 2006-08-24 09:29:49 -0700 (Thu, 24 Aug 2006) | 2 lines
+r28864 | tuexen | 2009-06-27 10:33:23 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/ChangeLog
-   M /trunk/NEWS
-   M /trunk/docbook/release-notes.xml
+   M /trunk/wiretap/pcapng.c
 
-Copy over files from the release.
+Another cleanup. We are now back to Ulf's original
+model of data handling.
 
 ------------------------------------------------------------------------
-r19016 | etxrab | 2006-08-24 10:27:45 -0700 (Thu, 24 Aug 2006) | 1 line
+r28865 | tuexen | 2009-06-27 11:10:10 -0700 (Sat, 27 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
-   M /trunk/epan/dissectors/packet-gsm_a.h
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/wiretap/libpcap.c
 
-Dissect 'User Location Information' IE and MS Time Zone' IE.
-------------------------------------------------------------------------
-r19017 | etxrab | 2006-08-24 12:01:01 -0700 (Thu, 24 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/asn1/Makefile.nmake
+Fix copy/paste error introduced in rev. 28863.
+Thanks to Guy for finding and reporting it. 
 
-Add missing Clean target
 ------------------------------------------------------------------------
-r19018 | etxrab | 2006-08-24 14:15:15 -0700 (Thu, 24 Aug 2006) | 3 lines
+r28866 | tuexen | 2009-06-27 11:50:13 -0700 (Sat, 27 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/wiretap/pcapng.c
 
-From Jeff Morriss:
- however there's a bug in the ANSI MAP dissector 
-SSN preference code - it's deleting an ANSI SSN and adding an ITU one
-------------------------------------------------------------------------
-r19019 | etxrab | 2006-08-24 14:19:49 -0700 (Thu, 24 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-bssgp.c
-   A /trunk/epan/dissectors/packet-bssgp.h
-   M /trunk/epan/dissectors/packet-gsm_a.h
-   M /trunk/epan/dissectors/packet-gtp.c
+Accept file snaplen larger than WTAP_MAX_PACKET_SIZE,
+text2pcap uses 102400.
+This fixes bug 3620. Thanks to Tyson Key for reporting the bug
+and providing capture files.
+This fix should be included in Wireshark 1.2.1 and higher.
 
-BSSGP: Wrong length on IE and preparation to export IE dissection.
-GSM_a: Add an if_def
-GTP: Update comments
 ------------------------------------------------------------------------
-r19020 | ulfl | 2006-08-24 14:40:53 -0700 (Thu, 24 Aug 2006) | 2 lines
+r28867 | rbalint | 2009-06-27 21:20:10 -0700 (Sat, 27 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/compat_macros.h
-   M /trunk/gtk/dlg_utils.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/help_dlg.h
-   M /trunk/gtk/toolbar.c
+   M /trunk/configure.in
 
-capture interfaces dialog: use capture stock icons instead of plain text buttons
-capture info dialog: add a "Help" and use stock buttons
-------------------------------------------------------------------------
-r19021 | ulfl | 2006-08-24 14:44:30 -0700 (Thu, 24 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/capture_if_details_dlg.c
+Strictly require flex instead of allowing lex, too.
+It compiles now.
+This fixes bug 1641.
 
-add WinPcap 4.0 beta 1 to the list of known and tested versions
 ------------------------------------------------------------------------
-r19022 | gerald | 2006-08-24 15:05:26 -0700 (Thu, 24 Aug 2006) | 2 lines
+r28868 | tuexen | 2009-06-28 04:09:24 -0700 (Sun, 28 Jun 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/wiretap/pcapng.c
 
-Make sure a string pointer exists before we try to use it.  Fixes bug 1050.
+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.
 
 ------------------------------------------------------------------------
-r19023 | etxrab | 2006-08-24 22:49:37 -0700 (Thu, 24 Aug 2006) | 3 lines
+r28869 | gerald | 2009-06-28 08:03:26 -0700 (Sun, 28 Jun 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-mp2t.c
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-From Erwin Rol:
-this patch adds support for MPEG2 transport stream packets in RTP (type 
-MP2T). It currently dissects the headers of the MPEG2 packets
+[Automatic manuf and enterprise-numbers update for 2009-06-28]
 ------------------------------------------------------------------------
-r19024 | ulfl | 2006-08-25 00:24:58 -0700 (Fri, 25 Aug 2006) | 1 line
+r28872 | etxrab | 2009-06-28 08:18:27 -0700 (Sun, 28 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/Makefile.am
-   A /trunk/image/toolbar/capture_details_24.xpm
+   M /trunk/epan/dissectors/packet-homeplug.c
+
+From Jon Smirl:
+More packet decoding for Intellon powerline devices.
 
-add a missing icon from yesterdays commit
+From me put proto_register_homeplug() last in the file and whitespace changes.
 ------------------------------------------------------------------------
-r19025 | ulfl | 2006-08-25 01:04:38 -0700 (Fri, 25 Aug 2006) | 6 lines
+r28873 | etxrab | 2009-06-28 08:22:43 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/color_dlg.c
-
-ugly workaround for bug #699 (Up/Down buttons don't work properly)
+   M /trunk/gtk/tcp_graph.c
 
-After experimenting a bit, this is a GTK bug IMHO, I don't see a better way to simply use the GTK1.x code for now, which is working ok.
+From   Sean Walberg:
+The title in the TCP sequence graphs is too short.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3556
+------------------------------------------------------------------------
+r28874 | rbalint | 2009-06-28 09:31:27 -0700 (Sun, 28 Jun 2009) | 4 lines
+Changed paths:
+   D /trunk/aclocal-fallback/libgnutls.m4
+   M /trunk/configure.in
 
-GTK2.4 was working properly, GTK2.6 and 2.8 has this bug, hopefully GTK2.10 will fix it again.
+Detect gnutls via pkg-config instead of the deprecated libgnutls-config.
+Based on patch from Andreas Metzler.
+This fixes bug 3627.
 
 ------------------------------------------------------------------------
-r19026 | kukosa | 2006-08-25 01:07:26 -0700 (Fri, 25 Aug 2006) | 1 line
+r28875 | jake | 2009-06-28 09:39:31 -0700 (Sun, 28 Jun 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
-   M /trunk/epan/libwireshark.def
+   M /trunk/epan/dissectors/packet-hip.c
 
-new ssl_dissector_add() function which can be called from another dissectors (similar to dissector_add())
+Make dissector handle unexpected data better.
 ------------------------------------------------------------------------
-r19027 | guy | 2006-08-25 01:10:35 -0700 (Fri, 25 Aug 2006) | 3 lines
+r28876 | guy | 2009-06-28 10:23:07 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/aclocal-flags
 
-If the length of a GSS token is zero, it's a null token, and the opaque
-data shouldn't be dissected.
+We only support GLib 2.x/GTK+ 2.x, which uses pkg-config, not
+gtk-config; use it instead.
 
 ------------------------------------------------------------------------
-r19028 | kukosa | 2006-08-25 04:28:00 -0700 (Fri, 25 Aug 2006) | 1 line
+r28877 | tuexen | 2009-06-28 11:22:15 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   A /trunk/epan/dissectors/packet-ssl.h
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.h
+
+Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.
+Thanks for Tyson Key for reporting the issue.
 
-commit forgotten file
 ------------------------------------------------------------------------
-r19029 | ulfl | 2006-08-25 12:13:02 -0700 (Fri, 25 Aug 2006) | 1 line
+r28878 | wmeier | 2009-06-28 13:01:37 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/dlg_utils.c
+   M /trunk/gtk/proto_dlg.c
+
+Analyze!Enabled Protocols: Fix so type-ahead find OK w/o needing to first select a row.
+ Ditto when clicking on a column header to change the sort order.
 
-fix bug #1057: remove "start" completely
 ------------------------------------------------------------------------
-r19030 | ulfl | 2006-08-25 12:15:55 -0700 (Fri, 25 Aug 2006) | 1 line
+r28879 | ulfl | 2009-06-28 14:13:51 -0700 (Sun, 28 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/gtk/capture_if_details_dlg_win32.c
+
+fix bug #3439 (thanks to Kovarththanan Rajaratnam), make WS compilable under MSVC2005(EE) again.
 
-don't put "..." in front of a menu item
+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).
 ------------------------------------------------------------------------
-r19031 | ulfl | 2006-08-25 12:19:21 -0700 (Fri, 25 Aug 2006) | 1 line
+r28880 | gal | 2009-06-29 06:01:54 -0700 (Mon, 29 Jun 2009) | 9 lines
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
+   D /trunk/packaging/portableapps/win32/WiresharkPortable.ini
+   M /trunk/packaging/portableapps/win32/WiresharkPortable.nsi
+   A /trunk/packaging/portableapps/win32/WiresharkPortable.tmpl
+   M /trunk/packaging/portableapps/win32/makefile.nmake
 
-don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't defined
-------------------------------------------------------------------------
-r19032 | ulfl | 2006-08-25 13:02:57 -0700 (Fri, 25 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/developer-guide.xml
-   M /trunk/docbook/user-guide.xml
-   D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia
-   D /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png
-   D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia
-   D /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png
-   D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia
-   D /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png
-   D /trunk/docbook/wsdg_graphics/wireshark-logo.png
-   A /trunk/docbook/wsdg_graphics/ws-capture-sync.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.dia:19024)
-   A /trunk/docbook/wsdg_graphics/ws-capture-sync.png (from /trunk/docbook/wsdg_graphics/ethereal-capture-sync.png:19024)
-   A /trunk/docbook/wsdg_graphics/ws-capture_internals.dia (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.dia:19024)
-   A /trunk/docbook/wsdg_graphics/ws-capture_internals.png (from /trunk/docbook/wsdg_graphics/ethereal-capture_internals.png:19024)
-   A /trunk/docbook/wsdg_graphics/ws-function-blocks.dia (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.dia:19024)
-   A /trunk/docbook/wsdg_graphics/ws-function-blocks.png (from /trunk/docbook/wsdg_graphics/ethereal-function-blocks.png:19024)
-   A /trunk/docbook/wsdg_graphics/ws-logo.png (from /trunk/docbook/wsdg_graphics/wireshark-logo.png:19024)
-   D /trunk/docbook/wsug_graphics/ethereal-3pane.png
-   D /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png
-   D /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-info.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-options.png
-   D /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png
-   D /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png
-   D /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png
-   D /trunk/docbook/wsug_graphics/ethereal-decode-as.png
-   D /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-details-pane.png
-   D /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png
-   D /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png
-   D /trunk/docbook/wsug_graphics/ethereal-edit-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-empty.png
-   D /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png
-   D /trunk/docbook/wsug_graphics/ethereal-error-file-exists.png
-   D /trunk/docbook/wsug_graphics/ethereal-error-open.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-pdml.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-plain.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-ps.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-psml.png
-   D /trunk/docbook/wsug_graphics/ethereal-export-selected.png
-   D /trunk/docbook/wsug_graphics/ethereal-file-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png
-   D /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png
-   D /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png
-   D /trunk/docbook/wsug_graphics/ethereal-filters-2.png
-   D /trunk/docbook/wsug_graphics/ethereal-filters.png
-   D /trunk/docbook/wsug_graphics/ethereal-find-packet.png
-   D /trunk/docbook/wsug_graphics/ethereal-follow-stream.png
-   D /trunk/docbook/wsug_graphics/ethereal-go-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-goto-packet.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-help-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-list-pane.png
-   D /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png
-   D /trunk/docbook/wsug_graphics/ethereal-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-merge.png
-   D /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-open.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-format.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-range.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-selected.png
-   D /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png
-   D /trunk/docbook/wsug_graphics/ethereal-print.png
-   D /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png
-   D /trunk/docbook/wsug_graphics/ethereal-save-as.png
-   D /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png
-   D /trunk/docbook/wsug_graphics/ethereal-stats-summary.png
-   D /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png
-   D /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png
-   D /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png
-   D /trunk/docbook/wsug_graphics/ethereal-time-reference.png
-   D /trunk/docbook/wsug_graphics/ethereal-view-menu.png
-   A /trunk/docbook/wsug_graphics/toolbar/stock_apply_20.png
-   A /trunk/docbook/wsug_graphics/toolbar/stock_clear_24.png
-   D /trunk/docbook/wsug_graphics/wireshark-logo.png
-   D /trunk/docbook/wsug_graphics/wireshark-main.png
-   A /trunk/docbook/wsug_graphics/ws-analyze-menu.png (from /trunk/docbook/wsug_graphics/ethereal-analyze-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-bytes-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-popup-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-bytes-pane-tabs.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane-tabs.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-bytes-pane.png (from /trunk/docbook/wsug_graphics/ethereal-bytes-pane.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-info.png (from /trunk/docbook/wsug_graphics/ethereal-capture-info.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-interfaces.png (from /trunk/docbook/wsug_graphics/ethereal-capture-interfaces.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-menu.png (from /trunk/docbook/wsug_graphics/ethereal-capture-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-options.png (from /trunk/docbook/wsug_graphics/ethereal-capture-options.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-capture-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-capture-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-choose-color-rule.png (from /trunk/docbook/wsug_graphics/ethereal-choose-color-rule.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-coloring-fields.png
-   A /trunk/docbook/wsug_graphics/ws-coloring-rules-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-coloring-rules-dialog.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-decode-as-show.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as-show.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-decode-as.png (from /trunk/docbook/wsug_graphics/ethereal-decode-as.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-details-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane-popup-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-details-pane.png (from /trunk/docbook/wsug_graphics/ethereal-details-pane.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png (from /trunk/docbook/wsug_graphics/ethereal-display-filter-tcp.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-edit-color-rule-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-edit-color-rule-dialog.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-edit-menu.png (from /trunk/docbook/wsug_graphics/ethereal-edit-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-enabled-protocols.png (from /trunk/docbook/wsug_graphics/ethereal-enabled-protocols.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-pdml.png (from /trunk/docbook/wsug_graphics/ethereal-export-pdml.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-plain.png (from /trunk/docbook/wsug_graphics/ethereal-export-plain.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-ps.png (from /trunk/docbook/wsug_graphics/ethereal-export-ps.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-psml.png (from /trunk/docbook/wsug_graphics/ethereal-export-psml.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-export-selected.png (from /trunk/docbook/wsug_graphics/ethereal-export-selected.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-file-menu.png (from /trunk/docbook/wsug_graphics/ethereal-file-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-file-set-dialog.png (from /trunk/docbook/wsug_graphics/ethereal-file-set-dialog.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-filter-add-expression.png (from /trunk/docbook/wsug_graphics/ethereal-filter-add-expression.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-filter-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-filter-toolbar.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-filters.png (from /trunk/docbook/wsug_graphics/ethereal-filters.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-find-packet.png (from /trunk/docbook/wsug_graphics/ethereal-find-packet.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-follow-stream.png (from /trunk/docbook/wsug_graphics/ethereal-follow-stream.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-go-menu.png (from /trunk/docbook/wsug_graphics/ethereal-go-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-goto-packet.png (from /trunk/docbook/wsug_graphics/ethereal-goto-packet.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-colors-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-colors-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-columns-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-columns-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-font-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-font-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-layout-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-layout-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-gui-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-gui-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-help-menu.png (from /trunk/docbook/wsug_graphics/ethereal-help-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-list-pane.png (from /trunk/docbook/wsug_graphics/ethereal-list-pane.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-logo.png (from /trunk/docbook/wsug_graphics/wireshark-logo.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-main-toolbar.png (from /trunk/docbook/wsug_graphics/ethereal-main-toolbar.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-main.png (from /trunk/docbook/wsug_graphics/wireshark-main.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-menu.png (from /trunk/docbook/wsug_graphics/ethereal-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-merge.png (from /trunk/docbook/wsug_graphics/ethereal-merge.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-nameresolution-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-nameresolution-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-open.png (from /trunk/docbook/wsug_graphics/ethereal-open.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-format.png (from /trunk/docbook/wsug_graphics/ethereal-packet-format.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-pane-popup-menu.png (from /trunk/docbook/wsug_graphics/ethereal-packet-pane-popup-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-range.png (from /trunk/docbook/wsug_graphics/ethereal-packet-range.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-selected.png (from /trunk/docbook/wsug_graphics/ethereal-packet-selected.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-packet-sep-win.png (from /trunk/docbook/wsug_graphics/ethereal-packet-sep-win.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-print.png (from /trunk/docbook/wsug_graphics/ethereal-print.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-printing-preferences.png (from /trunk/docbook/wsug_graphics/ethereal-printing-preferences.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-save-as.png (from /trunk/docbook/wsug_graphics/ethereal-save-as.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-statistics-menu.png (from /trunk/docbook/wsug_graphics/ethereal-statistics-menu.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-conversations.png (from /trunk/docbook/wsug_graphics/ethereal-stats-conversations.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-endpoints.png (from /trunk/docbook/wsug_graphics/ethereal-stats-endpoints.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-hierarchy.png (from /trunk/docbook/wsug_graphics/ethereal-stats-hierarchy.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-iographs.png (from /trunk/docbook/wsug_graphics/ethereal-stats-iographs.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc-filter.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc-filter.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-srt-dcerpc.png (from /trunk/docbook/wsug_graphics/ethereal-stats-srt-dcerpc.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-stats-summary.png (from /trunk/docbook/wsug_graphics/ethereal-stats-summary.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-statusbar-empty.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-empty.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-statusbar-loaded.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-loaded.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-statusbar-selected.png (from /trunk/docbook/wsug_graphics/ethereal-statusbar-selected.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-time-reference.png (from /trunk/docbook/wsug_graphics/ethereal-time-reference.png:19024)
-   A /trunk/docbook/wsug_graphics/ws-view-menu.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
-
-User's/Developer's Guide: finish Ethereal to Wireshark transition by "reshoot" *all* screenshots (and rename them) and update some of the menu items that changed in the meantime.
-------------------------------------------------------------------------
-r19033 | sahlberg | 2006-08-25 14:33:23 -0700 (Fri, 25 Aug 2006) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-eth.c
+Changes to address bug 3547:
 
-from Stephen F
-ethernet IG/LG bit changes   with minor modifications
+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
 
-(only dissect LG if it is a unicast address
- put a hint what locally administered means in the dissect tree
-)
+Thanks to Kovarththanan Rajaratnam for basic patch.
 
 
 ------------------------------------------------------------------------
-r19034 | sahlberg | 2006-08-25 14:53:37 -0700 (Fri, 25 Aug 2006) | 3 lines
+r28881 | etxrab | 2009-06-29 12:24:14 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-eth.c
-
-remove the code that conditionally dissects LG only if IG is set
-
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-atm.h
+   M /trunk/epan/dissectors/packet-bfd.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-pw-atm.c
+   A /trunk/epan/dissectors/packet-pw-atm.h
+   M /trunk/epan/dissectors/packet-pw-cesopsn.c
+   M /trunk/epan/dissectors/packet-pw-common.c
+   M /trunk/epan/dissectors/packet-pw-common.h
+   M /trunk/epan/dissectors/packet-pw-satop.c
+   M /trunk/epan/packet_info.h
 
+From Artem Tamazov:
+Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix
 ------------------------------------------------------------------------
-r19035 | guy | 2006-08-25 16:59:25 -0700 (Fri, 25 Aug 2006) | 3 lines
+r28882 | stig | 2009-06-29 13:16:20 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/image/toolbar/capture_details_16.xpm
-   M /trunk/image/toolbar/capture_details_24.xpm
+   M /trunk/packaging/Makefile.am
+   M /trunk/packaging/portableapps/win32
 
-Constify the capture details icons, and get rid of the CRs in
-capture_details_24.xpm and give it the appropriate Subversion keywords.
+WiresharkPortable.ini -> WiresharkPortable.tmpl
 
 ------------------------------------------------------------------------
-r19036 | guy | 2006-08-25 17:03:59 -0700 (Fri, 25 Aug 2006) | 3 lines
+r28883 | jmayer | 2009-06-29 13:35:47 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mp2t.c
+   M /trunk/epan/dissectors/packet-glbp.c
 
-Don't use %ld for guint64 - use PRIu64.  (Also, don't use %d for guint32
-- use %u.)
+Add value for vfstate: active
 
 ------------------------------------------------------------------------
-r19037 | guy | 2006-08-25 17:05:26 -0700 (Fri, 25 Aug 2006) | 3 lines
+r28884 | wmeier | 2009-06-29 13:59:26 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
 
-Fix some compiler warnings (some by getting rid of variables unused if
-you don't have GNU TLS).
+From  Kovarththanan Rajaratnam: Fix for Bug #3572 
+[http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3572]
 
 ------------------------------------------------------------------------
-r19038 | guy | 2006-08-25 17:06:40 -0700 (Fri, 25 Aug 2006) | 5 lines
+r28885 | rbalint | 2009-06-29 15:22:30 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-data.c
 
-Don't define the Aironet/Cisco Wireless OUI ourselves; get it from
-<epan/oui.h>.
-
-Fix indentation.
+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.
 
 ------------------------------------------------------------------------
-r19039 | guy | 2006-08-25 17:07:13 -0700 (Fri, 25 Aug 2006) | 2 lines
+r28886 | gerald | 2009-06-29 16:08:05 -0700 (Mon, 29 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/capture_dlg.c
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/airpcap_dlg.h
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/airpcap_gui_utils.h
+   M /trunk/gtk/keys.h
+   M /trunk/gtk/main_airpcap_toolbar.c
 
-Get rid of unused variable.
+Fix a couple of AirPcap channel/offset bugs. Remove an unused
+routine. Fixup whitespace in a couple of places.
 
 ------------------------------------------------------------------------
-r19040 | guy | 2006-08-25 17:08:51 -0700 (Fri, 25 Aug 2006) | 2 lines
+r28887 | guy | 2009-06-29 17:32:20 -0700 (Mon, 29 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/firewall_dlg.c
+   M /trunk/gtk/airpcap_gui_utils.c
 
-Get rid of aun unused routine.
+Put in missing newline at the end.
 
 ------------------------------------------------------------------------
-r19041 | guy | 2006-08-25 17:12:12 -0700 (Fri, 25 Aug 2006) | 4 lines
+r28888 | stig | 2009-06-30 01:28:21 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-
-Clean up indentation.
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-Only define cap_air_w if we have AirPcap.
+Cleanup protocol name for ldap.
 
 ------------------------------------------------------------------------
-r19042 | sahlberg | 2006-08-26 02:16:38 -0700 (Sat, 26 Aug 2006) | 4 lines
+r28889 | stig | 2009-06-30 03:38:00 -0700 (Tue, 30 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-image-png.c
-
-initial PNG dissector  (Portable Network Graphics)
-
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
+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".
 
-------------------------------------------------------------------------
-r19043 | ulfl | 2006-08-26 04:03:41 -0700 (Sat, 26 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+Also removed check_col().
 
-rework the pop-up menu section
 ------------------------------------------------------------------------
-r19044 | sahlberg | 2006-08-26 04:57:28 -0700 (Sat, 26 Aug 2006) | 5 lines
+r28890 | stig | 2009-06-30 05:26:11 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
-
-fix wrong constant in a valuestring
-
-add two more chunks to be dissected
+   M /trunk/epan/dissectors/packet-simulcrypt.c
 
+Always register to tcp.port to be able to decode as.
 
 ------------------------------------------------------------------------
-r19045 | sahlberg | 2006-08-26 05:26:19 -0700 (Sat, 26 Aug 2006) | 3 lines
+r28891 | wmeier | 2009-06-30 06:57:26 -0700 (Tue, 30 Jun 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
-
-two more chunks
+   M /trunk/epan/dissectors/packet-radius.c
 
+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.
 
 ------------------------------------------------------------------------
-r19046 | gal | 2006-08-26 10:55:21 -0700 (Sat, 26 Aug 2006) | 5 lines
+r28892 | sfisher | 2009-06-30 11:05:04 -0700 (Tue, 30 Jun 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/libwireshark.def
+   M /trunk/color_filters.c
+   M /trunk/file.c
    M /trunk/gtk/Makefile.common
-   M /trunk/gtk/file_dlg.c
+   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
-   A /trunk/gtk/u3.c
-   A /trunk/gtk/u3.h
-   A /trunk/packaging/u3
-   A /trunk/packaging/u3/win32
-   A /trunk/packaging/u3/win32/README.txt
-   A /trunk/packaging/u3/win32/makefile.nmake
-   A /trunk/packaging/u3/win32/manifest.tmpl
-   A /trunk/packaging/u3/win32/u3util.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
 
-U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device. 
 
-For more details see packaging/u3/win32/README.txt
+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.
+
+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.
 
 
 ------------------------------------------------------------------------
-r19047 | guy | 2006-08-26 11:36:09 -0700 (Sat, 26 Aug 2006) | 10 lines
+r28893 | guy | 2009-06-30 12:09:18 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/gtk/main.c
-   M /trunk/tshark.c
+   M /trunk/gtk/menus.c
 
-Go back to setting the capture filter to an empty string when we start;
-that obviates the need to check for a null capture filter string, and
-fixes bug 1055.
+Fix typo.
 
-Keep track of whether it was set from the command line, though, so we
-can catch attempts to set the filter more than once, and attempts to set
-it when we're not capturing.
+------------------------------------------------------------------------
+r28894 | guy | 2009-06-30 12:10:11 -0700 (Tue, 30 Jun 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main_packet_list.c
 
-Clean up white space.
+Fix typo.
 
 ------------------------------------------------------------------------
-r19048 | gal | 2006-08-27 01:19:55 -0700 (Sun, 27 Aug 2006) | 3 lines
+r28895 | wmeier | 2009-06-30 12:52:43 -0700 (Tue, 30 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/dap/dap-exp.cnf
-   M /trunk/asn1/dap/dap.asn
-   M /trunk/asn1/dap/dap.cnf
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-
-Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.
+   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.
 
 ------------------------------------------------------------------------
-r19049 | gal | 2006-08-27 01:31:29 -0700 (Sun, 27 Aug 2006) | 3 lines
+r28896 | gerald | 2009-06-30 13:28:26 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tpkt.c
-
-Register tpkt as a dissector so subdissectors can register tpkt on ports other than 102.
+   M /trunk/tools/checkAPIs.pl
 
+Add assert and assert_perror to the 'abort' list.
 
 ------------------------------------------------------------------------
-r19050 | gal | 2006-08-27 02:03:21 -0700 (Sun, 27 Aug 2006) | 4 lines
+r28897 | gerald | 2009-06-30 13:59:51 -0700 (Tue, 30 Jun 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/acse.asn
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-
-An octet string  form of the ASO-qualifier used by some systems from the days when it was an ANY.
-Really just an elaboration of the "...".
+   M /trunk/epan/dissectors/packet-sflow.c
 
+Add some length checks. Fixes bug 3567.
 
 ------------------------------------------------------------------------
-r19051 | ulfl | 2006-08-27 03:41:30 -0700 (Sun, 27 Aug 2006) | 1 line
+r28898 | guy | 2009-06-30 16:49:34 -0700 (Tue, 30 Jun 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/gui_utils.h
+   M /trunk/epan/dissectors/packet-mtp3.c
+
+Get rid of assert() call; either the pointer will never be null, in
+which case it won't crash, or it will be null, in which case that just
+trades one crash for another, and we should fix the crash.
 
-fix a warning by removing now unused code
 ------------------------------------------------------------------------
-r19052 | ulfl | 2006-08-27 04:27:47 -0700 (Sun, 27 Aug 2006) | 1 line
+r28899 | guy | 2009-06-30 16:52:20 -0700 (Tue, 30 Jun 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-rmcp.c
-   M /trunk/epan/guid-utils.c
-   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/epan/dissectors/packet-pw-common.c
+
+Don't crash if a null pointer is passed, just skip the appending of the
+items.
 
-squelch some compiler warnings
 ------------------------------------------------------------------------
-r19053 | ulfl | 2006-08-27 04:46:02 -0700 (Sun, 27 Aug 2006) | 1 line
+r28900 | guy | 2009-06-30 16:56:26 -0700 (Tue, 30 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/doc/README.capture
-   M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml
-   M /trunk/help/capturing.txt
+   M /trunk/epan/dissectors/packet-pw-atm.c
+
+Replace one assert() with DISSECTOR_ASSET(), so we don't crash, and get
+rid of another, as the pointer in question is non-null in all calls (if
+somebody adds another call with a null pointer, it'll crash when
+dereferencing the pointer in any case).
 
-fix #1063, some leftover typo's: Etheral -> Wireshark
 ------------------------------------------------------------------------
-r19054 | ulfl | 2006-08-27 05:35:26 -0700 (Sun, 27 Aug 2006) | 3 lines
+r28901 | jmayer | 2009-06-30 22:27:34 -0700 (Tue, 30 Jun 2009) | 5 lines
 Changed paths:
-   M /trunk/gtk/print_mswin.c
+   M /trunk/epan/dissectors/packet-ismp.c
 
-fix #707: "It's not possible to print each packet on a new page"
+- 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
 
-Win32: detect "form feed" char and create a new page in that case
 ------------------------------------------------------------------------
-r19055 | etxrab | 2006-08-27 12:15:20 -0700 (Sun, 27 Aug 2006) | 1 line
+r28902 | stig | 2009-07-01 00:21:13 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/stats_tree_stat.c
+   M /trunk/epan/dissectors/packet-simulcrypt.c
+
+Added support for Simulcrypt EMMG <-> MUX,
+and generic support for other interfaces.
 
-Fixa a typo.
 ------------------------------------------------------------------------
-r19056 | etxrab | 2006-08-27 13:30:01 -0700 (Sun, 27 Aug 2006) | 1 line
+r28903 | etxrab | 2009-07-01 01:23:32 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bssgp.c
-   M /trunk/epan/dissectors/packet-bssgp.h
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
+   M /trunk/gtk/capture_file_dlg.c
 
-Do some more of the relase 6 stuff.
+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
 ------------------------------------------------------------------------
-r19057 | gerald | 2006-08-27 19:06:28 -0700 (Sun, 27 Aug 2006) | 6 lines
+r28904 | stig | 2009-07-01 02:05:13 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
+   M /trunk/gtk/capture_file_dlg.c
 
-Don't abort the entire program if we have bad data.  Just mark the
-packet as malformed and continue on our merry way.  This should fix
-bugs 1064 - 1073.
+Added NEW_PACKET_LIST guard for new_packet_list.h
 
-Fix up whitespace.
+------------------------------------------------------------------------
+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
+
+Try to fix HAVE_NEW_PACKET_LIST handling.
 
 ------------------------------------------------------------------------
-r19058 | etxrab | 2006-08-27 22:32:16 -0700 (Sun, 27 Aug 2006) | 1 line
+r28906 | etxrab | 2009-07-01 04:40:24 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/config.nmake
 
-More release 6 changes.
+Sligtly modify Stig's fix, I forgot the makefile change :-(
 ------------------------------------------------------------------------
-r19059 | kukosa | 2006-08-28 00:05:02 -0700 (Mon, 28 Aug 2006) | 5 lines
+r28907 | etxrab | 2009-07-01 07:37:02 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h225/packet-h225-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-q931.c
-   M /trunk/epan/dissectors/packet-sip.c
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/dissectors/packet-ssl.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-
-- new function ssl_dissector_delete()
-- register H.225.0 over TLS (configurable port 1300)
-- register SIP over TLS (fixed port 5061)
-- new function proto_tree_get_root()
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/ui_util.h
 
+Make the new packet list compile on Windows.
 ------------------------------------------------------------------------
-r19060 | gmorris | 2006-08-28 05:24:24 -0700 (Mon, 28 Aug 2006) | 2 lines
+r28908 | gerald | 2009-07-01 08:56:12 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/gtk/airpcap_dlg.c
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/airpcap_gui_utils.h
+   M /trunk/gtk/main_airpcap_toolbar.c
 
-Fix the decoding of SLP attributes. Open SLP has the ability to pass back multiple attribute types in each reply. Previously the dissector only would dissect address attributes. The change adds parsing of attributes and proper dissection of names and address attributes contained in the same reply payload.
+Fix a key entry bug in the decryption key dialog. Remove some unused /
+unnecessary functions. Clean up code in a couple of places.
 
 ------------------------------------------------------------------------
-r19061 | jmayer | 2006-08-28 09:55:03 -0700 (Mon, 28 Aug 2006) | 7 lines
+r28909 | etxrab | 2009-07-01 10:39:19 -0700 (Wed, 01 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/ui_util.h
 
-Donald White <donald_white@qwest.net>
+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
 
-There is a small bug in the function dissect_ppp() which prevents proper
-demuxing of packets.  Patch is attached.
+Thou shalt not call assert() in dissectors.
 
+------------------------------------------------------------------------
+r28911 | gerald | 2009-07-01 12:36:24 -0700 (Wed, 01 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
 
+Try to fix fuzzing errors in bug 3636. When dissecting an options
+template, differentiate between Netflow v9 and IPFIX, which require
+different interpretations. Add other minor fixes and comments.
 
 ------------------------------------------------------------------------
-r19062 | jake | 2006-08-28 12:15:08 -0700 (Mon, 28 Aug 2006) | 1 line
+r28912 | gerald | 2009-07-01 13:56:03 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-udp.c
+   M /trunk/epan/dissectors/packet-netflow.c
+
+Add a couple of IPFIX labels where they differ from Netflow.
 
-Fix length check for IP packets with options.
 ------------------------------------------------------------------------
-r19063 | ulfl | 2006-08-28 14:11:10 -0700 (Mon, 28 Aug 2006) | 1 line
+r28913 | stig | 2009-07-01 14:20:18 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
+   M /trunk/epan/dissectors/packet-simulcrypt.c
+
+Added error value tables.
 
-add information about remote traffic capture filter
 ------------------------------------------------------------------------
-r19064 | ulfl | 2006-08-28 14:12:44 -0700 (Mon, 28 Aug 2006) | 1 line
+r28914 | gerald | 2009-07-01 16:36:35 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-epm.c
+   M /trunk/epan/dissectors/packet-netflow.c
+
+Fix a couple of labels.
 
-add some more right-hand-side infos of the tower data
 ------------------------------------------------------------------------
-r19065 | ulfl | 2006-08-28 14:13:37 -0700 (Mon, 28 Aug 2006) | 1 line
+r28915 | gerald | 2009-07-01 16:36:51 -0700 (Wed, 01 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/dumpcap.c
+   M /trunk/file.c
+   M /trunk/gtk/follow_stream.c
+   M /trunk/gtk/follow_stream.h
+   M /trunk/gtk/follow_tcp.c
+   M /trunk/gtk/hostlist_table.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/print_dlg.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/tempfile.c
+   M /trunk/tempfile.h
+
+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.
 
-minor format string change
 ------------------------------------------------------------------------
-r19066 | ulfl | 2006-08-28 14:14:36 -0700 (Mon, 28 Aug 2006) | 1 line
+r28916 | gerald | 2009-07-01 19:50:24 -0700 (Wed, 01 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/gtk/follow_stream.c
+
+Fix the build.
 
-add a new this/that flag value
 ------------------------------------------------------------------------
-r19067 | ulfl | 2006-08-28 15:23:18 -0700 (Mon, 28 Aug 2006) | 1 line
+r28917 | stig | 2009-07-01 23:51:27 -0700 (Wed, 01 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mip6.h
+
+From Albert Chin:
+Small patch to make it compile on AIX.
 
-fix a minor typo
 ------------------------------------------------------------------------
-r19068 | gerald | 2006-08-28 15:52:26 -0700 (Mon, 28 Aug 2006) | 2 lines
+r28918 | stig | 2009-07-02 02:08:11 -0700 (Thu, 02 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/gtk/main.c
 
-Fix a typo.
+Move updating menus with new recent values to a point after we have created
+the new packet list, because we relay on the columns for time values.
+
+This fixes bug 3640.
 
 ------------------------------------------------------------------------
-r19069 | ulfl | 2006-08-28 15:54:12 -0700 (Mon, 28 Aug 2006) | 1 line
+r28919 | etxrab | 2009-07-02 09:54:20 -0700 (Thu, 02 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-nfs.h
 
-fix #1061: the logic to search for a specific protocol page was missing the changes of the scrollable window indirection
+From   Radek Vok?\195?\161l:
+Support for new NFSv4 features.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3258
 ------------------------------------------------------------------------
-r19070 | ulfl | 2006-08-28 17:15:09 -0700 (Mon, 28 Aug 2006) | 5 lines
+r28920 | gerald | 2009-07-02 10:20:27 -0700 (Thu, 02 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   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.
 
-from Stephen Fisher:
+(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).
 
-"I ran doc/README.developer through a spell checker and conservatively 
-changed misspelled words.  Attached is a compressed patch with the 
-corrections."
 ------------------------------------------------------------------------
-r19071 | gerald | 2006-08-28 19:19:27 -0700 (Mon, 28 Aug 2006) | 2 lines
+r28921 | etxrab | 2009-07-02 11:22:41 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Add a missing file.
+   M /trunk/gtk/packet_list_store.c
 
+Don't resort the list for every row, the list will be in packet order any way. And "clicking" on the column titles will resort the list.
 ------------------------------------------------------------------------
-r19072 | kukosa | 2006-08-29 01:33:52 -0700 (Tue, 29 Aug 2006) | 1 line
+r28922 | etxrab | 2009-07-02 11:24:26 -0700 (Thu, 02 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl-utils.c
-   M /trunk/epan/dissectors/packet-ssl-utils.h
-   M /trunk/epan/dissectors/packet-ssl.c
-   M /trunk/epan/dissectors/packet-ssl.h
+   M /trunk/gtk/packet_list_store.c
 
-get rid of few warnings
+This time with the comment...
 ------------------------------------------------------------------------
-r19073 | gmorris | 2006-08-29 01:45:53 -0700 (Tue, 29 Aug 2006) | 114 lines
+r28923 | gerald | 2009-07-02 12:50:35 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-ncp-int.h
-   M /trunk/epan/dissectors/packet-ncp-sss.c
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/libwireshark.def
 
-Fixes and updated files:
-File NCP2222.py:
-1. Added NCP service type 0xffff = All types
-2. Added evaluation of task states. (following bits are defined. 0=normal, 1 = TTS explicit transaction in progress, 2= TTS implicit transaction in progress, 4 = Shared file ste lock in progress)
-3. Reversed the Volume Request Flags, this was backwards (s/b 0=do not return name with volume number, 1=Return name with volume number)
-4. Fixed endianess of Creator ID in NetWare Information Struct.
-5. File information structure incorrectly defined Current Block Being Decompressed.
-6. Logical Lock Status structure incorrectly identified Task Number as a byte. It should be two bytes "word".
-7. Fixed endianess of Modifier ID in NetWare Information Struct.
-8. Fixed Name Space Information structure (was defined as Name Space, changed to Creator Name Space Number).
-9. Fixed Semaphore Structure (Task Number was incorrectly defined as a byte, should be two bytes "word").
-10. Added Task structure (Task Number, Task State)
-11. Fixed Volume structure (incorrectly defined Volume Name)
-12. Added VolumeWithName structure (This struct contains both volume number and volume name)
-13. Added error 0x8901 - "No purgable files available"
-14. Added error 0x8977 - "Buffer too small" 
-15. Added error 0x899c - "No more trustees found"
-16. Added error 0x89d9 - "Queue station is not a server"
-17. Added NCP connection status values (0=Ok, 1=Bad service connection, 10=File server is down, 40=Broadcast Message Pending)
-18. Fixed error definitions for NCP 22/50.
-19. Fixed reply packet for NCP 22/52 to properly display volume information depending on reply struct, Volume or volume with name.
-20. Fixed error definitions for NCP 22/52
-21. Fixed NCP 23/26 reply packet to properly return internet address and display correctly.
-22. Fixed NCP 23/27 Reply packet structure to properly repeat connection numbers array.
-23. Fixed error definitions for NCP 23/33
-24. Fixed NCP 23/114 Request (improperly defined Charge Information as a long value, s/b word)
-25. Fixed NCP 23/120 Reply (Improperly defined Job Number as a long value, s/b word)
-26. Fixed error definitions for NCP 23/123
-27. Fixed error definitions for NCP 23/124
-28. Fixed error definitions for NCP 23/131
-29. Fixed error definitions for NCP 23/132
-30. Fixed error definitions for NCP 23/135
-31. Fixed error definitions for NCP 23/137
-32. Fixed error definitions for NCP 23/138
-33. Fixed NCP 23/205 Reply (User Login Allowed incorrectly defined as long value, s/b byte value)
-34. Fixed NCP 23/234 Reply (Reply structure incorrectly defined based on old NCP documentation. Corrected per new docs)
-35. Fixed endianess of NCP 23/237 Reply on value Number of Locks.
-36. Fixed endianess of NCP 23/238 Reply on value Number of Locks.
-37. Fixed error definitions for NCP 30
-38. Fixed error definitions for NCP 36/6
-39. Fixed error definitions for NCP 86/2
-40. Fixed error definitions for NCP 86/3
-41. Fixed error definitions for NCP 86/4
-42. Fixed error definitions for NCP 86/5
-43. Fixed error definitions for NCP 87/1
-44. Fixed error definitions for NCP 87/4
-45. Fixed error definitions for NCP 87/5
-46. Fixed error definitions for NCP 87/10
-47. Fixed error definitions for NCP 87/11
-48. Fixed error definitions for NCP 87/12
-49. Fixed error definitions for NCP 87/17
-50. Fixed error definitions for NCP 87/18
-51. Fixed NCP 87/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
-52. Fixed error definitions for NCP 87/30
-53. Fixed NCP 87/33 Reply to properly utilize the request flags to dissect the reply packet NetWare Info Struct
-54. Fixed error definitions for NCP 87/33
-55. Fixed error definitions for NCP 88/22
-56. Fixed error definitions for NCP 89/1
-57. Fixed error definitions for NCP 89/10
-58. Fixed NCP 89/11 Request packet structure
-59. Fixed error definitions for NCP 89/11
-60. Fixed NCP 89/20 Reply to properly decode multiple entries returned. This used to only dissect the first entry.
-61. Fixed error definitions for NCP 104/5
-62. Added undefined NCP 112
-63. Fixed NCP 123/11 Reply to properly dissect FileName, Name, and copyright.
-64. Fixed NCP 123/17 Reply to properly display NCP Network Address values.
-65. Fixed NCP 123/24 Reply to properly display Driver Board Name, Driver Short Name, and Dirver Logical Name.
-66. Fixed error definitions for NCP 123/33
-67. Fixed NCP 123/60 to properly display Set Command Name and Set Command Value.
-68. Fixed error definitions for NCP 123/70
-69. Fixed NCP 123/71 Reply to utilize new File Information Struct
-70. Fixed error definitions for NCP 123/71
-71. Fixed error definitions for NCP 123/72
-72. Added NCP 123/249
-73. Added NCP 123/251
-74. Added NCP 123/252
-75. Added NCP 123/253
-76. Added NCP 123/254
-77. Added NCP 123/255
-78. Fixed error definitions for NCP 131/1
-79. Fixed error definitions for NCP 131/2
-File packet-ncp2222.inc
-1. Added new NCP preference setting to tell Wireshark to decode the NetWare information structure as new or old style.
-2. Set default NCP preference settings of echo connection and echo file to FALSE.
-3. Added NDS verb 2 Request Flags (0=retain old object, 1=delete old object)
-4. Fixed problem where NDS fragmentation could not be reassembled on reload. (fragment array needed to be re-initialized on reload)
-5. Fixed NCP service types 1111, 5555, bbbb, and 1111/LIP to reflect real type number. (Was defined as 0xf1, 0xf2, 0xf3, etc... Now defined as 0x1, 0x5, 0xb, etc)
-6. Fixed function build_expert_data to parse subtree memory structures to acquire NCP request value records
-7. Fix NDS attribute type Boolean to byte value and properly aligned.
-8. Fixed attribute zendmSearchOrder to display properly regardless of number or order of value entries.
-9. Added check of length of packet prior to attempting to defragment
-10. Added for Request packets logic to abort if NCP type isn't found.
-11. Added logic to store packet length and then manually decode NCP function 123 based on length.
-12. Added logic to manually dissect NCP 87/20 and 89/20 reply packets.
-13. NDS resolve name replies with remote entry as the specifier should not store the EID returned (0x00000000)
-14. Added logic to trap and echo to expert tap when connection status flags indicate an error.
-15. Added manual dissect of NCP 23/26 replies
-16. Added logic to Capture the EID returned form NCP 22/51 "Get vol info".
-17. Fixed NDS verb 0x2a
-18. Fixed NDS verb 0x2b
-File packet-ncp.c
-1. Fix offset for packet signature. (This used to automatically set the offset to account for packet signature if it could not determine the correct NCP type. But for some failed fragment packets, retransmissions, etc, this would be wrongly identified. So first we check to see if we can read a valid type at the offset before we just automatically assume that packet signature is being used)
-2. Register the new NCP preference for old/new NetWareInfoStruct.
-File packet-ncp-int.h
-1. Add extern declaration for ncp_newstyle setting.
-2. Add length, req_mask, and req_mast_ext to ncp_req_hash_value structure
-File packet-ncp-sss.c
-1. Fix SecretStore request verb Write App Secrets, Client Put Data, to evaluate packet length.
+mkstemp cleanups.
 
 ------------------------------------------------------------------------
-r19074 | jmayer | 2006-08-29 09:31:00 -0700 (Tue, 29 Aug 2006) | 4 lines
+r28924 | tuexen | 2009-07-02 12:52:47 -0700 (Thu, 02 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/wiretap/btsnoop.c
 
-Florent DROUIN <florent.drouin@alcatel.fr>:
+Patch from Alex Badea for Bug 3645.
 
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077
+This fix will be included in Wireshark 1.2.1.
 
 ------------------------------------------------------------------------
-r19075 | jake | 2006-08-29 09:54:39 -0700 (Tue, 29 Aug 2006) | 1 line
+r28925 | guy | 2009-07-02 13:10:05 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/addr_resolv.c
+   M /trunk/wiretap/btsnoop.c
 
-Fix for bug 795: handle CR as line end as well
-------------------------------------------------------------------------
-r19076 | jmayer | 2006-08-29 13:21:47 -0700 (Tue, 29 Aug 2006) | 4 lines
-Changed paths:
-   M /trunk/wireshark.desktop
+Don't dump out the raw link-layer type when noting that
+KHciLoggerDatalinkTypeBCSP and KHciLoggerDatalinkTypeH5 aren't supported
+- just explicitly say "BSCP" or "H5".
 
-- Update to 0.9.5 (from 0.9.4)
-- Remove some unneeded entries
-- Add a translation
+For unknown link-layer types, say "unknown or unsupported", as other
+Wiretap modules do.
 
 ------------------------------------------------------------------------
-r19077 | ulfl | 2006-08-29 14:01:05 -0700 (Tue, 29 Aug 2006) | 1 line
+r28926 | gerald | 2009-07-02 13:35:46 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
+   M /trunk/epan/dissectors/packet-radiotap.c
 
-use unique variable names to prevent "global variable" side effects -> endless repeating tests of subsections
-------------------------------------------------------------------------
-r19078 | ulfl | 2006-08-29 14:03:33 -0700 (Tue, 29 Aug 2006) | 1 line
-Changed paths:
-   M /trunk/fileset.c
+Update documentation links.
 
-fix a minor bug: don't show a single file twice in the fileset dialog
 ------------------------------------------------------------------------
-r19079 | ulfl | 2006-08-29 14:06:36 -0700 (Tue, 29 Aug 2006) | 1 line
+r28927 | gerald | 2009-07-02 13:35:58 -0700 (Thu, 02 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
+   M /trunk/epan/dissectors/packet-netflow.c
+
+From Kovarththanan Rajaratnam via bug 3567:
+
+The template cache contains pointers that are session-scope (only freed in
+netflow_reinit()) but still we use g_malloc(). This patch changes that so we
+now use se_alloc(). With this patch I'm able to reproduce the crash
+("Per-session memory corrupted").
 
-add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck)
 ------------------------------------------------------------------------
-r19080 | ulfl | 2006-08-29 14:09:32 -0700 (Tue, 29 Aug 2006) | 1 line
+r28928 | sfisher | 2009-07-02 14:06:24 -0700 (Thu, 02 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/fileset_dlg.c
+   M /trunk/gtk/new_packet_list.c
 
-fix #331: add a scrollbar to the dialog. If a fileset contains more than 18 files, use that scrollbar. These 18 files should be displayable even on a 800*600 display.
+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.
 ------------------------------------------------------------------------
-r19081 | ulfl | 2006-08-29 14:12:45 -0700 (Tue, 29 Aug 2006) | 1 line
+r28929 | tuexen | 2009-07-02 15:04:22 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/ui_util.h
+
+Get it compiling with -DNEW_PACKET_LIST on Mac OS X.
 
-sort the u3.c file into the list alphabetically
 ------------------------------------------------------------------------
-r19082 | etxrab | 2006-08-29 15:18:39 -0700 (Tue, 29 Aug 2006) | 1 line
+r28930 | gerald | 2009-07-02 17:17:06 -0700 (Thu, 02 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-netflow.c
+
+Try to allocate enough memory on all platforms.
 
-Add CLNP over TCP over TPKT dissection. The port number is by default set to 0.
 ------------------------------------------------------------------------
-r19083 | etxrab | 2006-08-29 22:03:16 -0700 (Tue, 29 Aug 2006) | 1 line
+r28931 | wmeier | 2009-07-02 18:11:23 -0700 (Thu, 02 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dfilter/semcheck.c
+   M /trunk/gtk/dfilter_expr_dlg.c
+
+From  Kovarththanan Rajaratnam: Fixes for bug #3536
+(plus some additional changes by me).
+
+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.
+
 
-Remove debugcode left by mistake...
 ------------------------------------------------------------------------
-r19084 | kukosa | 2006-08-30 00:31:36 -0700 (Wed, 30 Aug 2006) | 1 line
+r28932 | ulfl | 2009-07-03 02:12:43 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+   M /trunk/plugins/profinet/packet-pn-rt.c
 
-display Random as a single item with two subitems
+update to the latest PROFINET drafts
+
+(defragmentation of RT fragments "FRAG-PDU" is still not implemented)
 ------------------------------------------------------------------------
-r19085 | martinm | 2006-08-30 02:48:12 -0700 (Wed, 30 Aug 2006) | 1 line
+r28933 | ulfl | 2009-07-03 02:35:40 -0700 (Fri, 03 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/sip_stat.c
-   M /trunk/tap-sipstat.c
+   M /trunk/doc
 
-Add SIP response code 494 from RFC 3329
+ignore copied ws.css for commits
 ------------------------------------------------------------------------
-r19086 | kukosa | 2006-08-30 03:03:50 -0700 (Wed, 30 Aug 2006) | 1 line
+r28934 | tuexen | 2009-07-03 03:29:45 -0700 (Fri, 03 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   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...
 
-flags have only 1 byte
 ------------------------------------------------------------------------
-r19087 | etxrab | 2006-08-30 12:27:54 -0700 (Wed, 30 Aug 2006) | 3 lines
+r28935 | etxrab | 2009-07-03 04:45:42 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   D /trunk/plugins/listen_rtp
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-From Alejandro Vaquero:
-- The current "/plugin/listen_rtp" directory should be removed from the 
-source
+From Chris Costa:
+NDMP fragmentation fix.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3395
 ------------------------------------------------------------------------
-r19088 | ulfl | 2006-08-30 13:24:49 -0700 (Wed, 30 Aug 2006) | 1 line
+r28936 | etxrab | 2009-07-03 06:05:45 -0700 (Fri, 03 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead
+Fix:
+packet-ndmp.c:562: warning: unused parameter 'pinfo'
 ------------------------------------------------------------------------
-r19089 | ulfl | 2006-08-30 13:27:12 -0700 (Wed, 30 Aug 2006) | 3 lines
+r28937 | wmeier | 2009-07-03 09:03:02 -0700 (Fri, 03 Jul 2009) | 29 lines
 Changed paths:
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/help_dlg.h
-   M /trunk/gtk/print_dlg.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/radius_dict.l
 
-add some file dialog related help pages
+From: Tobias Witek: Fix processing of radius 'vendor specific attributes'
 
-use file related instead of print related help pages for the export dialogs
-------------------------------------------------------------------------
-r19090 | ulfl | 2006-08-30 13:38:17 -0700 (Wed, 30 Aug 2006) | 3 lines
-Changed paths:
-   M /trunk/gtk/menu.c
+In the RADIUS dissector, the function radius_register_avp_dissector() registers
+vendors that are not already present in the dictionary hash-table. As far as I
+can see, there are two problems with this:
+
+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.
+
+[Result: Radius dissector displays messages such as:
+ "Malformed Packet: RADIUS" and "Error/Malformed: Malformed Packet(Exception occurred)"]
+
+The attached patch fixes this problem by assuming that the dictionary knows the
+'ground truth' about the type/length octet and the has_flags information and allows it to
+overwrite these values even for vendors that have already been loaded.
+
+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().
 
-have only one Export/File menu entry for the Win32 dialog, instead of 5 entries leading to exactly the same dialog (with a single setting - the file type - set different)
+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
 
-we might want the Unix/GTK version work the same way, as this is how other programs I know work as well ... and making the documentation easier by desribing only one way how it's working
 ------------------------------------------------------------------------
-r19091 | ulfl | 2006-08-30 13:45:13 -0700 (Wed, 30 Aug 2006) | 5 lines
+r28938 | guy | 2009-07-03 10:12:36 -0700 (Fri, 03 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/win32-file-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.
 
-Remove a lot of XXX:
-- add help buttons to the dialogs
-- the read filter fields are now working (the filter button still not)
-- PDML export don't need "Packet Format" settings, grey them out
-- fix a bug in the filter fields coloring function (g_alloc space was too small)
 ------------------------------------------------------------------------
-r19092 | etxrab | 2006-08-30 13:47:16 -0700 (Wed, 30 Aug 2006) | 2 lines
+r28939 | etxrab | 2009-07-04 08:15:51 -0700 (Sat, 04 Jul 2009) | 3 lines
 Changed paths:
-   A /trunk/gtk/codecs
-   A /trunk/gtk/codecs/G711a
-   A /trunk/gtk/codecs/G711a/G711adecode.c
-   A /trunk/gtk/codecs/G711a/G711adecode.h
-   A /trunk/gtk/codecs/G711a/G711atable.h
-   A /trunk/gtk/codecs/G711u
-   A /trunk/gtk/codecs/G711u/G711udecode.c
-   A /trunk/gtk/codecs/G711u/G711udecode.h
-   A /trunk/gtk/codecs/G711u/G711utable.h
-   A /trunk/gtk/codecs/Makefile.am
-   A /trunk/gtk/codecs/Makefile.nmake
+   M /trunk/epan/dissectors/packet-isup.c
 
-From Alejandro Vaquero:
-The "codecs"
+A fix for:
+"ANSI ISUP Cause indicators with coding standard=ANSI fail to dissect."
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3654
 ------------------------------------------------------------------------
-r19093 | etxrab | 2006-08-30 13:50:37 -0700 (Wed, 30 Aug 2006) | 8 lines
+r28940 | etxrab | 2009-07-05 04:49:36 -0700 (Sun, 05 Jul 2009) | 3 lines
 Changed paths:
-   A /trunk/gtk/rtp_player.c
-   A /trunk/gtk/rtp_player.h
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-homeplug.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
+   M /trunk/epan/dissectors/packet-slowprotocols.c
 
-From Alejandro Vaquero:
-- Change the "listen_rtp" to "rtp_player"
-- Change from a plugin to be part of the core
-- By default it will not compile with the rtp_player. In order to 
-compile it is necessary to:
-       + For windows: uncomment the line 
-"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
-       + For linux: using the "--with-portaudio=yes"
+From Kovarththanan Rajaratnam:
+Cleanup header_field_info definitions
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548
 ------------------------------------------------------------------------
-r19094 | etxrab | 2006-08-30 14:51:31 -0700 (Wed, 30 Aug 2006) | 8 lines
+r28941 | gerald | 2009-07-05 08:03:31 -0700 (Sun, 05 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   M /trunk/acinclude.m4
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
-   M /trunk/configure.in
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/voip_calls.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/tools/win32-setup.sh
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-From Alejandro Vaquero:
-- Change the "listen_rtp" to "rtp_player"
-- Change from a plugin to be part of the core
-- By default it will not compile with the rtp_player. In order to 
-compile it is necessary to:
-       + For windows: uncomment the line 
-"PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake
-       + For linux: using the "--with-portaudio=yes"
+[Automatic manuf and enterprise-numbers update for 2009-07-05]
 ------------------------------------------------------------------------
-r19095 | ulfl | 2006-08-30 15:26:34 -0700 (Wed, 30 Aug 2006) | 1 line
+r28944 | etxrab | 2009-07-05 09:22:20 -0700 (Sun, 05 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/gtk/new_packet_list.c
 
-fix a suspected typo of the portaudio commit
+gtk_tree_view_set_fixed_height_mode() is GTK 2.6
 ------------------------------------------------------------------------
-r19096 | ulfl | 2006-08-30 16:25:15 -0700 (Wed, 30 Aug 2006) | 1 line
+r28945 | ulfl | 2009-07-06 02:46:28 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/plugins/Custom.nmake.example
 
-remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)
-------------------------------------------------------------------------
-r19097 | ulfl | 2006-08-30 16:27:37 -0700 (Wed, 30 Aug 2006) | 1 line
+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/config.nmake
+   M /trunk/epan/dissectors/packet-isup.c
+
+Decode error for network-id in BICC BCU-ID
 
- remove the MAKENSIS_MODERN_UI, as the modern UI of NSIS is very stable now so there's no need for this setting any longer (removing some unnecessary complexity)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3648
 ------------------------------------------------------------------------
-r19098 | ulfl | 2006-08-30 18:50:11 -0700 (Wed, 30 Aug 2006) | 3 lines
+r28948 | jmayer | 2009-07-06 06:00:04 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-glbp.c
 
-a huge redesign of the settings in config.nmake
+Fix for bug 3660: Length (guint32) could become 0 or very large
+(overflow).
 
-most changes are related to comments and the sequence of the settings, so by comparing the old and the new file, any merge conflicts will be hopefully easily resolved at least manually.
 ------------------------------------------------------------------------
-r19099 | jake | 2006-08-30 23:58:29 -0700 (Wed, 30 Aug 2006) | 1 line
+r28949 | etxrab | 2009-07-06 06:34:30 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/codecs/Makefile.am
+   M /trunk/config.nmake
 
-Remove trailing backslash from CFLAGS
+Revert checkin made by misstake(don't use new packet list).
 ------------------------------------------------------------------------
-r19100 | sahlberg | 2006-08-31 02:37:02 -0700 (Thu, 31 Aug 2006) | 4 lines
+r28950 | stig | 2009-07-06 06:53:01 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/codecs/Makefile.am
-
-the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces.
-
+   M /trunk/file.c
 
+Removed an incorrect optimalization for invalidating packet in row 0.
 
 ------------------------------------------------------------------------
-r19101 | sahlberg | 2006-08-31 05:13:12 -0700 (Thu, 31 Aug 2006) | 12 lines
+r28951 | stig | 2009-07-06 06:59:09 -0700 (Mon, 06 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/gtk/codecs/Makefile.am
-
-dont include config.nmake in the codecs makefile    it appears it is not needed
-
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cip.h
 
-dont link with libcodec.a
-1, this should be a shared library not a static one?
-2, its not built on unix so it is missing
+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.
 
-making unix/linux build work again
-
+------------------------------------------------------------------------
+r28952 | wmeier | 2009-07-06 07:05:37 -0700 (Mon, 06 Jul 2009) | 5 lines
+Changed paths:
+   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.
 
 ------------------------------------------------------------------------
-r19102 | jmayer | 2006-08-31 06:12:09 -0700 (Thu, 31 Aug 2006) | 1 line
+r28953 | etxrab | 2009-07-06 07:09:52 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/epan/dissectors/packet-iec104.c
 
-don't recycle ethereal-icons
+Small editorial changes.
 ------------------------------------------------------------------------
-r19103 | jmayer | 2006-08-31 06:14:48 -0700 (Thu, 31 Aug 2006) | 5 lines
+r28954 | stig | 2009-07-06 07:14:13 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/dissectors/Makefile.am
-
-Albert Chin:
-
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078
+   M /trunk/epan/dissectors/packet-cip.h
 
+Rewrite non-ASCII characters.
 
 ------------------------------------------------------------------------
-r19104 | ulfl | 2006-08-31 15:56:38 -0700 (Thu, 31 Aug 2006) | 2 lines
+r28955 | etxrab | 2009-07-06 08:37:29 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/expert.c
-   M /trunk/epan/expert.h
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/packet.c
-   M /trunk/gtk/expert_comp_table.c
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/epan/dfilter/dfilter.c
 
-move value_strings from expert_dialogs into expert.c to remove duplicates
-keep the highest severity level of the current file (experimental)
+Initialize memory to zero.
+ (is NULL = zero on all platforms?)
 ------------------------------------------------------------------------
-r19105 | ulfl | 2006-08-31 15:58:22 -0700 (Thu, 31 Aug 2006) | 1 line
+r28956 | gerald | 2009-07-06 10:13:41 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/tap-rtp-common.c
+
+Fix a couple of typos.
 
-use an expert_info instead of an fprintf to show an undecoded message (fprintf won't work on windows as usually no console available)
 ------------------------------------------------------------------------
-r19106 | ulfl | 2006-08-31 16:00:44 -0700 (Thu, 31 Aug 2006) | 1 line
+r28957 | etxrab | 2009-07-06 10:37:03 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-netflow.c
 
-mark the "short segment" message field as generated and add an expert_info to it
+CFLOW decoding is wrong for IPv6 fields.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3328
 ------------------------------------------------------------------------
-r19107 | jmayer | 2006-08-31 21:26:53 -0700 (Thu, 31 Aug 2006) | 7 lines
+r28958 | jmayer | 2009-07-06 10:44:02 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/codecs
-   M /trunk/gtk/codecs/Makefile.am
+   M /trunk/epan/dissectors/packet-mip.c
 
-- Add svn:ignore
-- Replace the completely wrong Makefile.am (was a copy of makefile.nmake)
-  by the version the author sent. As I needed to retrieve it from the ML
-  archives, it may be different from the originally sent version. If
-  someone still has the original version in his inbox, please send it to
-  me.
+OK, nobody cared about the waring, so just remove the
+test for now.
 
 ------------------------------------------------------------------------
-r19108 | etxrab | 2006-09-01 09:17:48 -0700 (Fri, 01 Sep 2006) | 2 lines
+r28959 | jmayer | 2009-07-06 10:45:40 -0700 (Mon, 06 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-ismp.c
+
+Move edp to the top level tree instead of inside the ismp
+tree.
 
-From Florent Drouin:
-patch to implement the decoding of the GPRS reference. The specific oid for the CAP-GPRS-ReferenceNumber is attached to a decoding function in the camel module.
 ------------------------------------------------------------------------
-r19110 | sahlberg | 2006-09-01 17:17:35 -0700 (Fri, 01 Sep 2006) | 6 lines
+r28960 | jmayer | 2009-07-06 10:49:33 -0700 (Mon, 06 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-always create a conversation for gssapi
-
-we will need a conversation in more places once we start adding reassembly of gss-krb blobs that span multiple pdus (smb/sessionsetup)
-
+   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.
 
 ------------------------------------------------------------------------
-r19111 | sahlberg | 2006-09-01 17:24:31 -0700 (Fri, 01 Sep 2006) | 4 lines
+r28961 | etxrab | 2009-07-06 11:35:05 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-remove a comment with dead code
-remove three pointless volatile declarations
-
+   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"
 ------------------------------------------------------------------------
-r19112 | sahlberg | 2006-09-01 17:43:19 -0700 (Fri, 01 Sep 2006) | 18 lines
+r28962 | etxrab | 2009-07-06 11:36:00 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-resolve the oid to a variable before we check it in the conditional so that
-we can add code to check that it looks sane (for better heuristics) when
-we start adding GSS-KRB reassembly.
-
-we need this for some transports such as SMB/SessionSetup that will transport GSS-KRB blobs inside multiple PDUs (multiple different SMB/SessionSetups) so we can reassemble the blobs before decoding them.
-
-
-this probably only happens for SMB/SessionSetup   but the design of that command is so "nice" that you can not tell whether the blob is fragmented or not or how big it is supposed to be by looking at the SMB layer itself, one needs to know the BER length field for the BER APPLICATION tag. :-(
-
-to make things worse, the only way match multiple such fragments together one will need not just the fragments from the SessionSetup requests  but also the UID that is returned in the response to the initial request.
-perverse design.
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
+------------------------------------------------------------------------
+r28963 | gerald | 2009-07-06 13:23:32 -0700 (Mon, 06 Jul 2009) | 17 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-miop.c
+   D /trunk/epan/dissectors/packet-miop.h
 
-lets assume that there will almost never be multiple sessionsetups on the same tcp session in real traces    so to make things easier just ignore the UID for now when reassembling. (well reassembly is not added yet but will be)
+From Kovarththanan Rajaratnam via bug 3652:
 
+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).
 
+From me:
 
+Add a link to the protocol specification.  Remove packet-miop.h along
+with some struct definitions. (Don't tvb_memcpy over structs!) Remove
+some more tvbuffs.  Don't call proto_item_add_subtree if we're not going
+to use the trees.  Call proto_tree_add_item instead of
+proto_tree_add_text Remove a bunch of unused ett_ variables.  Add an
+expert item for the protocol version.  Register the field array with the
+correct length.
 
 ------------------------------------------------------------------------
-r19113 | sahlberg | 2006-09-01 19:03:26 -0700 (Fri, 01 Sep 2006) | 5 lines
+r28964 | etxrab | 2009-07-06 21:41:53 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.c
-
-break out the handling of conversation specific data so that we will always have one such struct (and not an value pointer to an oid struct)
-so that it is easier to attach other useage to the conversation specific state
-
-
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
 
+From Kovarththanan Rajaratnam:
+More "Cleanup header_field_info definitions"
 ------------------------------------------------------------------------
-r19114 | guy | 2006-09-01 23:36:42 -0700 (Fri, 01 Sep 2006) | 4 lines
+r28965 | etxrab | 2009-07-06 22:10:20 -0700 (Mon, 06 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-
-Add brackets to squelch a compiler warning.
-
-Fix indentation.
+   M /trunk/make-manuf
 
+Add holding|spa to the strings removed from manuf names.
+manuf will be automatically rebuilt on Sunday.
 ------------------------------------------------------------------------
-r19115 | guy | 2006-09-01 23:38:21 -0700 (Fri, 01 Sep 2006) | 4 lines
+r28966 | etxrab | 2009-07-06 22:43:43 -0700 (Mon, 06 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-wtls.c
-
-Add a common routine for adding session IDs.  Have it handle session IDs
-from 1 to 8 bytes, and not only handle 0-byte session IDs as special,
-have it handle session IDs > 8 bytes as special as well.
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-etheric.c
+   D /trunk/epan/dissectors/packet-isup_thin.c
 
+Delete obsolete protocol dissectors.
 ------------------------------------------------------------------------
-r19116 | guy | 2006-09-01 23:39:09 -0700 (Fri, 01 Sep 2006) | 2 lines
+r28967 | stig | 2009-07-07 00:45:32 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/filesystem.c
+   D /trunk/plugins/unistim/header_field.h
+   M /trunk/plugins/unistim/packet-unistim.c
 
-Clean up indentation, etc.
+From Kovarththanan Rajaratnam via bug 3548:
+Move header_field.h into packet-unistim.c to align it with all other
+dissectors.
 
 ------------------------------------------------------------------------
-r19117 | guy | 2006-09-01 23:39:43 -0700 (Fri, 01 Sep 2006) | 4 lines
+r28968 | stig | 2009-07-07 00:46:57 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.nmake
-   A /trunk/codecs (from /trunk/gtk/codecs:19108)
-   M /trunk/configure.in
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.nmake
-   D /trunk/gtk/codecs
-   M /trunk/gtk/rtp_player.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
-Move the codecs into a top-level "codecs" subdirectory; there's no
-guarantee that all programs using the codecs will necessarily be using
-GTK+.
+From Kovarththanan Rajaratnam via bug 3548:
+Minor hf cleanup.
 
 ------------------------------------------------------------------------
-r19118 | guy | 2006-09-02 00:18:16 -0700 (Sat, 02 Sep 2006) | 9 lines
+r28969 | stig | 2009-07-07 01:27:15 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/codecs/G711a/G711adecode.h
-   M /trunk/codecs/G711u/G711udecode.h
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
+   M /trunk/epan/dissectors/packet-cops.c
 
-Squelch compiler warnings, and get rid of unused variables and
-declarations.
+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.
 
-Define functions with no arguments as such.
-
-Clean up white space.
+------------------------------------------------------------------------
+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
 
-Declare tables in the codec .h files.
+From Kovarththanan Rajaratnam:
+More FT_XXX cleanup.
 
 ------------------------------------------------------------------------
-r19119 | sahlberg | 2006-09-02 04:46:15 -0700 (Sat, 02 Sep 2006) | 6 lines
+r28971 | stig | 2009-07-07 02:02:59 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/epan/dissectors/packet-alcap.c
+   M /trunk/epan/dissectors/packet-ans.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-banana.c
+   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-bthci_evt.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-enrp.c
+   M /trunk/epan/dissectors/packet-enttec.c
+   M /trunk/epan/dissectors/packet-fip.c
+   M /trunk/epan/dissectors/packet-fractalgeneratorprotocol.c
+   M /trunk/epan/dissectors/packet-gdsdb.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gmrp.c
    M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-homeplug.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ipmi-app.c
+   M /trunk/epan/dissectors/packet-ipmi-se.c
+   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldss.c
+   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-pana.c
+   M /trunk/epan/dissectors/packet-prp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rmt-norm.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-wol.c
+   M /trunk/epan/dissectors/packet-wps.c
 
-add primitive reassembly of gssapi
-
-this will allow reassembly of gssapi blobs that span multiple smb/sessionsetup command pdus
-
-
+From Kovarththanan Rajaratnam:
+More FT_XXX cleanup.
 
 ------------------------------------------------------------------------
-r19120 | etxrab | 2006-09-02 07:18:47 -0700 (Sat, 02 Sep 2006) | 1 line
+r28972 | etxrab | 2009-07-07 02:27:52 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/codecs/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-x420.c
 
-Fix path and name.
+Cleanup header_field_info definitions
+- Regenerating x420 seems to have fixed the "last" problem :-)
 ------------------------------------------------------------------------
-r19121 | etxrab | 2006-09-02 08:50:24 -0700 (Sat, 02 Sep 2006) | 1 line
+r28973 | etxrab | 2009-07-07 02:42:09 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/to_str.c
+   M /trunk/epan/to_str.h
 
-Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.
+Introduce se_address_to_str()
 ------------------------------------------------------------------------
-r19122 | etxrab | 2006-09-02 09:05:03 -0700 (Sat, 02 Sep 2006) | 1 line
+r28974 | stig | 2009-07-07 03:07:42 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/asn1/cdt/cdt.cnf
+   M /trunk/asn1/cdt/packet-cdt-template.c
+   M /trunk/epan/dissectors/packet-bjnp.c
+   M /trunk/epan/dissectors/packet-cdt.c
+   M /trunk/epan/dissectors/packet-dmp.c
+   M /trunk/epan/dissectors/packet-nat-pmp.c
+   M /trunk/epan/dissectors/packet-p_mul.c
+
+Remove some check_col() calls.
 
-Remove some extra output for MediaDescriptor.
 ------------------------------------------------------------------------
-r19123 | etxrab | 2006-09-02 09:55:31 -0700 (Sat, 02 Sep 2006) | 1 line
+r28975 | stig | 2009-07-07 03:12:15 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/gcp.h
+
+From Kovarththanan Rajaratnam:
+More header field info cleanup
 
-Include codecs in the all target.
 ------------------------------------------------------------------------
-r19124 | etxrab | 2006-09-02 09:56:22 -0700 (Sat, 02 Sep 2006) | 1 line
+r28976 | stig | 2009-07-07 04:13:22 -0700 (Tue, 07 Jul 2009) | 12 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/plugins/ethercat/Makefile.common
+   A /trunk/plugins/ethercat/packet-esl.c
+   A /trunk/plugins/ethercat/packet-esl.h
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+
+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
 
-Packages can have digits and '/' in their names...
 ------------------------------------------------------------------------
-r19125 | sahlberg | 2006-09-02 16:18:38 -0700 (Sat, 02 Sep 2006) | 15 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-epl_v1.c
-   A /trunk/epan/dissectors/packet-epl_v1.h
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
 
-From David Buechi
-New protocol: epl v1
+Added Richard Kummel.
 
+------------------------------------------------------------------------
+r28978 | stig | 2009-07-07 04:37:15 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   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
 
-Hi,
-
-in addition to the recently submitted dissector for the EPL v2 protocol,
-this is the dissector for the first version of the EPL protocol.
+From Kovarththanan Rajaratnam:
+Remove trailing spaces in protocol/field names
 
-Best Regards,
-David
+------------------------------------------------------------------------
+r28979 | stig | 2009-07-07 04:40:40 -0700 (Tue, 07 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-infiniband.c
+   M /trunk/epan/dissectors/packet-infiniband.h
 
+From Kovarththanan Rajaratnam:
+Move hf/ett definitions from packet-infiniband.h -> packet-infiniband.c to
+align it with the rest of the bunch
 
+------------------------------------------------------------------------
+r28980 | stig | 2009-07-07 04:52:53 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
 
+Added credits for Lua BitOp.
 
 ------------------------------------------------------------------------
-r19126 | etxrab | 2006-09-02 16:21:59 -0700 (Sat, 02 Sep 2006) | 1 line
+r28981 | stig | 2009-07-07 04:58:23 -0700 (Tue, 07 Jul 2009) | 4 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/dissectors/packet-amqp.c
+
+From Kovarththanan Rajaratnam:
+Move hf/ett into proto_register_amqp() and do some field cleanup
+(duplicate name/blurb removal)
 
-Comment out debug code.
 ------------------------------------------------------------------------
-r19127 | jmayer | 2006-09-03 08:41:42 -0700 (Sun, 03 Sep 2006) | 3 lines
+r28982 | stig | 2009-07-07 05:14:47 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/rtp_player.c
-
-Ad $Id: ?\194?\167 and reorder and reformat some comments in the header.
+   M /trunk/epan/dissectors/packet-fix.h
+   M /trunk/fix/hfField.xsl
 
+From Kovarththanan Rajaratnam:
+Duplicate name/blurb removal from packet-fix.h (and template)
 
 ------------------------------------------------------------------------
-r19128 | sahlberg | 2006-09-04 00:44:30 -0700 (Mon, 04 Sep 2006) | 4 lines
+r28983 | stig | 2009-07-07 05:21:25 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/AUTHORS
 
-make the heuristics for detecting kerberos4 stronger
+Added Kovarththanan Rajaratnam.
 
+------------------------------------------------------------------------
+r28984 | stig | 2009-07-07 07:13:45 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-jxta.c
 
+From Kovarththanan Rajaratnam:
+Move hf/ett into proto_register_jxta() and do some field cleanup
 
 ------------------------------------------------------------------------
-r19129 | sahlberg | 2006-09-04 01:18:52 -0700 (Mon, 04 Sep 2006) | 8 lines
+r28985 | stig | 2009-07-07 07:23:49 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/epan/tfs.h
 
-krb4 is a new style dissector and is called through a handle from krb5 which is also new style.
+Fix prototypes for default tfs sets.
 
-use call_dissector_only()  which is new-style aware and not call_dissector() which is not.
+------------------------------------------------------------------------
+r28986 | wmeier | 2009-07-07 07:26:38 -0700 (Tue, 07 Jul 2009) | 8 lines
+Changed paths:
+   M /trunk/plugins/ethercat/packet-esl.c
+   M /trunk/plugins/ethercat/packet-esl.h
 
-this fixes a recent bug found on the heimdal list.
+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;
 
+------------------------------------------------------------------------
+r28987 | stig | 2009-07-07 07:34:33 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mikey.c
 
+No need to include tfs.h
 
 ------------------------------------------------------------------------
-r19130 | martinm | 2006-09-04 04:04:14 -0700 (Mon, 04 Sep 2006) | 2 lines
+r28988 | martinm | 2009-07-07 07:38:14 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-atm.c
    M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   A /trunk/epan/dissectors/packet-umts_fp.c
-   A /trunk/epan/dissectors/packet-umts_fp.h
-   M /trunk/wiretap/catapult_dct2000.c
-   M /trunk/wiretap/wtap.h
 
-Partial implementation of UMTS FP.  Currently only works with Catapult DCT2000 format files, as need extra information about packet when decoding.  There are a few TODOs (notably E-DCH channels), but the current version gives OK coverage.
+Add preference for turning off LTE RRC.
 
 ------------------------------------------------------------------------
-r19131 | jmayer | 2006-09-04 06:34:48 -0700 (Mon, 04 Sep 2006) | 8 lines
+r28989 | stig | 2009-07-07 07:54:15 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/configure.in
-
-Use portaudio if it's there. Check that we have the right version.
-Note: This check is currently carried out by checking that the include
-defines PortAudioStream. If you know of any better check, please let
-me know.
+   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
 
-acinclude.m4:
-       Replace sequences of 8 spaces by tab
+Changed flags_set_truth -> tfs_set_notset
 
 ------------------------------------------------------------------------
-r19132 | jake | 2006-09-04 07:12:26 -0700 (Mon, 04 Sep 2006) | 13 lines
+r28990 | stig | 2009-07-07 07:58:25 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/tfs.c
+   M /trunk/epan/tfs.h
 
-From Donald White:
-First, the length of the header of a sub-frame may be miscalculated if
-if the PID field is not present, but was present in a previous
-sub-frame.  The calculation of the header length will use the value from
-the previous sub-frame.
+Removed unused flags_set_truth.
+Fixed some capitalizations.
 
-Second, correct the typo "ength" to "length".
+------------------------------------------------------------------------
+r28991 | stig | 2009-07-07 08:21:36 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dmp.c
 
-Third, the length of the current sub-frame was not passed as the
-reported length to a sub-dissector.  When the sub-dissector calls
-tvb_reported_length(), the function returns the length of the complete
-frame and not the length of the sub-frame to be dissected.
+Do not use tfs true_string and false_string directly.
 
 ------------------------------------------------------------------------
-r19133 | jmayer | 2006-09-04 07:16:50 -0700 (Mon, 04 Sep 2006) | 7 lines
+r28992 | stig | 2009-07-07 09:04:26 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   M /trunk/epan/proto.c
 
-After some reading it is clear that the code was written for
-portaudio versions <= 18. At least Suse 10.1 provides a snapshot
-of version 19, which, in turn has the brand new and incompatible
-version 2.0 of the API. Change the error message to tell the
-user that he needs portaudio <= 18.
+Added some casts for true_false_string's.
+
+------------------------------------------------------------------------
+r28993 | stig | 2009-07-07 09:13:25 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/tfs.h
+
+Revert r28985 to fix tfs prototypes, as it doesn't work...
+
+------------------------------------------------------------------------
+r28994 | wmeier | 2009-07-07 10:03:11 -0700 (Tue, 07 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/plugins/ethercat/packet-esl.c
+
+Fix the esl protocol enable/disable handling issue introduced in SVN #28986:
+  Use the standard "if (!initialized)..." logic in proto_reg_handoff().
+Also: use "true_false_string flags_yes_no" as in the original patch.
+
+------------------------------------------------------------------------
+r28995 | martinm | 2009-07-07 10:07:24 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rlc-lte.c
+
+Add expert item to warn of AM data PDUs that don't have any data.
+
+------------------------------------------------------------------------
+r28996 | wmeier | 2009-07-07 10:52:03 -0700 (Tue, 07 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/radius/dictionary.3com
+   M /trunk/radius/dictionary.acc
+   M /trunk/radius/dictionary.alteon
+   M /trunk/radius/dictionary.altiga
+   M /trunk/radius/dictionary.aptis
+   M /trunk/radius/dictionary.bay
+   M /trunk/radius/dictionary.bintec
+   M /trunk/radius/dictionary.bristol
+   M /trunk/radius/dictionary.cabletron
+   M /trunk/radius/dictionary.cisco
+   M /trunk/radius/dictionary.cisco.bbsm
+   M /trunk/radius/dictionary.cisco.vpn5000
+   M /trunk/radius/dictionary.colubris
+   M /trunk/radius/dictionary.columbia_university
+   M /trunk/radius/dictionary.compat
+   M /trunk/radius/dictionary.cosine
+   M /trunk/radius/dictionary.ericsson
+   M /trunk/radius/dictionary.erx
+   M /trunk/radius/dictionary.extreme
+   M /trunk/radius/dictionary.foundry
+   M /trunk/radius/dictionary.gandalf
+   M /trunk/radius/dictionary.garderos
+   M /trunk/radius/dictionary.gemtek
+   M /trunk/radius/dictionary.itk
+   M /trunk/radius/dictionary.juniper
+   M /trunk/radius/dictionary.karlnet
+   M /trunk/radius/dictionary.livingston
+   M /trunk/radius/dictionary.localweb
+   M /trunk/radius/dictionary.merit
+   M /trunk/radius/dictionary.mikrotik
+   M /trunk/radius/dictionary.navini
+   M /trunk/radius/dictionary.netscreen
+   M /trunk/radius/dictionary.nokia
+   M /trunk/radius/dictionary.nomadix
+   M /trunk/radius/dictionary.propel
+   M /trunk/radius/dictionary.quintum
+   M /trunk/radius/dictionary.redback
+   M /trunk/radius/dictionary.redcreek
+   M /trunk/radius/dictionary.shasta
+   M /trunk/radius/dictionary.shiva
+   M /trunk/radius/dictionary.sonicwall
+   M /trunk/radius/dictionary.springtide
+   M /trunk/radius/dictionary.t_systems_nova
+   M /trunk/radius/dictionary.telebit
+   M /trunk/radius/dictionary.trapeze
+   M /trunk/radius/dictionary.unix
+   M /trunk/radius/dictionary.valemount
+   M /trunk/radius/dictionary.versanet
+   M /trunk/radius/dictionary.wispr
+   M /trunk/radius/dictionary.xedia
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 2: 
+Modified files w/o conflicts with current Wireshark radius dictionary files.
+
+------------------------------------------------------------------------
+r28997 | stig | 2009-07-07 11:22:23 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
 
+Removed flags_set_truth
 
 ------------------------------------------------------------------------
-r19134 | jmayer | 2006-09-04 07:19:12 -0700 (Mon, 04 Sep 2006) | 6 lines
+r28998 | wmeier | 2009-07-07 12:40:17 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
-
-The previous way of (not) including portaudio support didn't
-work reliably (at least it didn't work on my system).
-Change it to just wrap the rtp_player.[hc] files into a
-#if defined(...) #endif.
+   M /trunk/radius/dictionary.cablelabs
 
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3a: cablelabs
+     dictionary.cablelabs from FreeRadius v 2.1.6 updated based upon:
+      PacketCable(TM) 1.5 Specification: Event Messages [PKT-SP-EM1.5-I03-070412]
+      PacketCable(TM) Specification: Multimedia Specification [PKT-SP-MM-I04-080522]
+     Also: Added additional comments and changes related to Wireshark use of this file.
 
 ------------------------------------------------------------------------
-r19135 | etxrab | 2006-09-04 11:04:10 -0700 (Mon, 04 Sep 2006) | 1 line
+r28999 | stig | 2009-07-07 13:40:28 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
+   M /trunk/plugins/unistim/Makefile.common
+
+Removed header_field.h
 
-Correct some typos and add some comments.
 ------------------------------------------------------------------------
-r19136 | etxrab | 2006-09-04 11:10:14 -0700 (Mon, 04 Sep 2006) | 14 lines
+r29000 | wmeier | 2009-07-07 13:55:01 -0700 (Tue, 07 Jul 2009) | 7 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
+   M /trunk/radius/dictionary.microsoft
 
-From Oleg Kostenko:
-This patch will add the following functionality to the H.248
- dissector:
+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.
 
- 1. Dissection of properties from Annex C.11 SDP equivalents.
-
- 2. Dissection of EventNames and SignalNames from Annex E Basic
-Packages.
+------------------------------------------------------------------------
+r29001 | wmeier | 2009-07-07 15:14:25 -0700 (Tue, 07 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/radius/dictionary.wimax
 
- 3. Dissection of event and signal parameters from Annex E.9 Analog
- Line Supervision Package.
+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".
 
- 4. Dissection of statistics from Annex E.11 Network Package and
- Annex E.12 RTP Package.
 ------------------------------------------------------------------------
-r19137 | etxrab | 2006-09-04 11:11:02 -0700 (Mon, 04 Sep 2006) | 1 line
+r29002 | wmeier | 2009-07-07 15:20:56 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/radius/dictionary.wimax
+
+radius: dictionary.wimax; Actually add the missing END-VENDOR statement
 
-Fix a typo for rtp_player
 ------------------------------------------------------------------------
-r19138 | etxrab | 2006-09-04 13:36:52 -0700 (Mon, 04 Sep 2006) | 1 line
+r29003 | etxrab | 2009-07-07 15:22:05 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/dfilter/dfilter.c
 
-Always dissect SDP info to set up RTP conversation.
+NULL is zero on all platforms we run on.
 ------------------------------------------------------------------------
-r19139 | etxrab | 2006-09-04 14:07:35 -0700 (Mon, 04 Sep 2006) | 4 lines
+r29004 | wmeier | 2009-07-07 15:53:44 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/radius/dictionary.nortel
 
-Fix(?) bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1042
-Does the string need to be freed ad destruction of the hashtable?
+radius: dictionary.nortel: Update as per the 2009-07-01 FreeRadius reposistory commit
 
-Surplus add_text removed.
 ------------------------------------------------------------------------
-r19140 | guy | 2006-09-04 15:47:16 -0700 (Mon, 04 Sep 2006) | 7 lines
+r29005 | gerald | 2009-07-07 17:28:54 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/acinclude.m4
-
-AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue
-one ourselves.
+   M /trunk/epan/dissectors/packet-glbp.c
 
-The documentation for autoconf isn't very clear on the "includes"
-argument to AC_CHECK_TYPE - it's in the form of a list of #include
-statements.
+Fix several dissector assertions.
 
 ------------------------------------------------------------------------
-r19141 | guy | 2006-09-04 16:20:52 -0700 (Mon, 04 Sep 2006) | 3 lines
+r29006 | guy | 2009-07-07 17:57:01 -0700 (Tue, 07 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/doc/README.developer
 
-Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they're
-used.
+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.
 
 ------------------------------------------------------------------------
-r19142 | guy | 2006-09-04 16:21:52 -0700 (Mon, 04 Sep 2006) | 3 lines
+r29007 | jake | 2009-07-07 22:20:30 -0700 (Tue, 07 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/codecs/G711a/G711adecode.c
-   M /trunk/codecs/G711a/G711adecode.h
-   M /trunk/codecs/G711a/G711atable.h
-   M /trunk/codecs/G711u/G711udecode.c
-   M /trunk/codecs/G711u/G711udecode.h
-   M /trunk/codecs/G711u/G711utable.h
+   M /trunk/Makefile.am
+   A /trunk/debian/README.source
 
-Add RCS IDs, introductory comments, and multiple-include protection. 
-Remove extra blank lines.
+Add missing packaging file (according to Debian Policy Manual).
 
 ------------------------------------------------------------------------
-r19143 | guy | 2006-09-04 16:22:39 -0700 (Mon, 04 Sep 2006) | 2 lines
+r29008 | jake | 2009-07-07 22:22:47 -0700 (Tue, 07 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/Makefile.common
+   M /trunk/debian/control
 
-Build with rtp_player.c.
+Drop non-existing omniidl from wireshark-dev dependancy list.
+------------------------------------------------------------------------
+r29009 | jake | 2009-07-07 22:24:55 -0700 (Tue, 07 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/debian/rules
 
+Drop obsolete --enable-gtk2 CFLAG
+Make fakeroot actually work by setting proper LD_LIBRARY_PATH
 ------------------------------------------------------------------------
-r19144 | guy | 2006-09-04 16:23:16 -0700 (Mon, 04 Sep 2006) | 2 lines
+r29010 | jake | 2009-07-07 23:07:21 -0700 (Tue, 07 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/gtk/rtp_player.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dtn.c
+   A /trunk/epan/dissectors/packet-dtn.h
 
-Comment #endifs so you can tell what they match.
+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.
 
 ------------------------------------------------------------------------
-r19145 | etxrab | 2006-09-04 22:38:11 -0700 (Mon, 04 Sep 2006) | 8 lines
+r29011 | guy | 2009-07-07 23:40:17 -0700 (Tue, 07 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-vnc.c
-   M /trunk/epan/dissectors/packet-x11-keysym.h
+   M /trunk/epan/dissectors/packet-dtn.c
 
-From Stephen Fisher:
-A patch to bring the VNC dissector almost to completion.
+"uint" isn't a standard type, and isn't a type defined by GLib; use
+guint, as defined by GLib, instead.
 
-I have not had a chance to finish the server message type "frame buffer 
-update," which are the pixel values for screen rectangle updates.  
-Everything else is there - tracking the keys the user is pushing, 
-ringing a bell on the client, mouse button pushes/pointer movements, 
-etc.
 ------------------------------------------------------------------------
-r19146 | guy | 2006-09-05 00:58:14 -0700 (Tue, 05 Sep 2006) | 4 lines
+r29012 | stig | 2009-07-08 00:48:13 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/voip_calls_dlg.c
+   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
 
-Move the include of rtp_player.h after the include of stuff it needs,
-and include rtp_analysis.h as well, as it declares something else
-rtp_player.h needs.
+From Kovarththanan Rajaratnam:
+Duplicate name/blurb removal.
 
 ------------------------------------------------------------------------
-r19147 | jmayer | 2006-09-05 02:14:18 -0700 (Tue, 05 Sep 2006) | 1 line
+r29013 | etxrab | 2009-07-08 00:53:28 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h248
+   M /trunk/AUTHORS
 
-Added some files to svn:ignore
+Add Darryl G. Champagne.
 ------------------------------------------------------------------------
-r19148 | jmayer | 2006-09-05 02:17:55 -0700 (Tue, 05 Sep 2006) | 8 lines
+r29014 | stig | 2009-07-08 01:00:55 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/acinclude.m4
-   M /trunk/gtk/rtp_player.c
+   M /trunk/epan/oids.c
 
-rtp_player.c will now compile with the new API, although it will not
-actually do something useful except to print that the new API is not
-supported.
+From Kovarththanan Rajaratnam:
+Avoid duplicate blurb/name.
 
-Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the
-check_message to indicate *why* we are checking for the type.
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r19149 | jmayer | 2006-09-05 02:27:22 -0700 (Tue, 05 Sep 2006) | 7 lines
+r29016 | stig | 2009-07-08 03:41:17 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   A /trunk/CMakeLists.txt
-   A /trunk/README.cmake
-   A /trunk/cmake
-   A /trunk/cmake/modules
-   A /trunk/cmake/modules/FindGTK2.cmake
-   A /trunk/cmake/modules/FindPcap.cmake
-   A /trunk/wiretap/CMakeLists.txt
+   M /trunk/epan/wslua/wslua_proto.c
 
-OK, as I haven't had any negative feedback, I'm adding my work
-to use cmake as a build system. It's in no way complete, I'd
-just like others to be able to participate in playing with cmake
-and to document what I'm doing.
-
-Please read the README.cmake for what can be done right now.
+Default to NULL for description.
+Avoid duplicate name/blurb.
 
 ------------------------------------------------------------------------
-r19150 | jmayer | 2006-09-05 02:50:45 -0700 (Tue, 05 Sep 2006) | 1 line
+r29017 | stig | 2009-07-08 05:08:35 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/CMakeLists.txt
-   M /trunk/README.cmake
-   M /trunk/cmake/modules/FindGTK2.cmake
-   M /trunk/cmake/modules/FindPcap.cmake
-   M /trunk/wiretap/CMakeLists.txt
+   M /trunk/packaging
+   M /trunk/packaging/macosx
+   M /trunk/packaging/macosx/ScriptExec
+
+Added some svn:ignore targets for OSX package build.
 
-propset, add $Id$ and copyright headers
 ------------------------------------------------------------------------
-r19151 | jmayer | 2006-09-05 05:04:46 -0700 (Tue, 05 Sep 2006) | 1 line
+r29018 | wmeier | 2009-07-08 05:50:09 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/README.cmake
+   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;
 
-Add some links for further reading
 ------------------------------------------------------------------------
-r19152 | jake | 2006-09-05 05:22:44 -0700 (Tue, 05 Sep 2006) | 2 lines
+r29019 | wmeier | 2009-07-08 06:10:00 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
 
-Fix for bug 1093, as proposed by Atsushi Fukumoto
+Add references to two specifications 
 
 ------------------------------------------------------------------------
-r19153 | sahlberg | 2006-09-05 07:32:15 -0700 (Tue, 05 Sep 2006) | 6 lines
+r29020 | wmeier | 2009-07-08 06:38:59 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/radius/dictionary.alcatel
 
-fix for bug 1079
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3d: alcatel
+Use dictionary.alcatel as is from the FreeRadius release.
 
-verify that stat_info->request_uri is non null before doing string manipulations on it
-so that we dont try to dereference a null pointer further down the code
+------------------------------------------------------------------------
+r29021 | rbalint | 2009-07-08 07:20:59 -0700 (Wed, 08 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/wslua/wslua_tvb.c
 
+Minor documentation fix
 
 ------------------------------------------------------------------------
-r19154 | sahlberg | 2006-09-05 08:13:39 -0700 (Tue, 05 Sep 2006) | 9 lines
+r29022 | etxrab | 2009-07-08 07:27:21 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-
-fix for bug 1054
+   M /trunk/diameter/dictionary.xml
+   M /trunk/diameter/etsie2e4.xml
+   M /trunk/diameter/gqpolicy.xml
 
-there were instances where the function dissect_nt_sid() would not fill in the return pointer for the sid string
-causing callers that rely on that this string will ALWAYS be assigned try to access and g_free() an uninitialized pointer.
+From Magnus S?\195?\182rman:
+Correct AVP properties.
+------------------------------------------------------------------------
+r29023 | jmayer | 2009-07-08 08:26:04 -0700 (Wed, 08 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-glbp.c
 
-dissect_nt_sid() should be changed to use and return ep allocated memory instead of gmalloced memory
+Readd the feature to skip the unknown/faulty remainder
+of an IE and still display the next one(s).
 
+------------------------------------------------------------------------
+r29024 | jmayer | 2009-07-08 08:29:37 -0700 (Wed, 08 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
 
+Currently, the expert code notifies if a packet is addressed
+to 224.0.0.x with a TTL>1. Some protocols (notably VRRP and GLBP)
+send out a TTL of 255 and thus cause a notice. That should be fixed,
+so for now: Add a FIXME about that.
 
 ------------------------------------------------------------------------
-r19155 | jmayer | 2006-09-05 08:58:11 -0700 (Tue, 05 Sep 2006) | 9 lines
+r29025 | etxrab | 2009-07-08 09:16:13 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/gtk/new_packet_list.c
 
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092
-Actually, this was a feature request:
+We are only handling one row at a time(right?).
 
-Store the value of the blksize option in the conversation data
-and use that information to compare whether we have reached the
-last packet.
+Shouldn't the row_data_t structures col_text and col_filter just hold the number of columns (cfile.cinfo.num_cols) rather than [NUM_COL_FMTS] with an adittional col_fmt[] all beeing dynamically allocated?
+------------------------------------------------------------------------
+r29026 | wmeier | 2009-07-08 10:23:58 -0700 (Wed, 08 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/radius/dictionary.cisco.vpn3000
 
-Includes the cleanup ideas from Ronnie.
+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]".
 
 ------------------------------------------------------------------------
-r19156 | martinm | 2006-09-05 09:05:23 -0700 (Tue, 05 Sep 2006) | 4 lines
+r29027 | jake | 2009-07-08 10:46:37 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-atm.c
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/wiretap/catapult_dct2000.c
-   M /trunk/wiretap/wtap.h
+   M /trunk/epan/dissectors/packet-dtn.c
 
-For DCT2000, show better transport info:
-- for FP over AAL2, add CID to AAL tree
-- for IPPRIM protocols, show IPV4 addresses in src & dst columns
+Address the size_t vs. gint issue.
 
 ------------------------------------------------------------------------
-r19157 | martinm | 2006-09-05 09:06:41 -0700 (Tue, 05 Sep 2006) | 1 line
+r29028 | etxrab | 2009-07-08 11:36:31 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/gtk/ansi_a_stat.c
+   M /trunk/gtk/ansi_map_stat.c
+   M /trunk/gtk/camel_counter.c
+   M /trunk/gtk/gsm_a_stat.c
+   M /trunk/gtk/gsm_map_stat.c
+   M /trunk/gtk/gsm_map_summary.c
+   M /trunk/gtk/h225_counter.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/mac_lte_stat_dlg.c
+   M /trunk/gtk/mtp3_stat.c
+   M /trunk/gtk/mtp3_summary.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_chunk_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/sip_stat.c
+   M /trunk/gtk/t38_analysis.c
+   M /trunk/gtk/voip_calls_dlg.c
+   M /trunk/gtk/wsp_stat.c
 
-Make smrse & radius dissectors findable by name
+From Kovarththanan Rajaratnam:
+No letter-shortcuts in Telephony menu.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678
 ------------------------------------------------------------------------
-r19158 | jmayer | 2006-09-05 09:09:49 -0700 (Tue, 05 Sep 2006) | 1 line
+r29029 | guy | 2009-07-08 12:19:06 -0700 (Wed, 08 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/tshark.c
+
+Clarify that "-w" specifies a *pcap-format* file to be written to.
 
-option name "blksize" is case in-sensitive
 ------------------------------------------------------------------------
-r19159 | etxrab | 2006-09-05 13:35:41 -0700 (Tue, 05 Sep 2006) | 1 line
+r29030 | wmeier | 2009-07-08 12:35:49 -0700 (Wed, 08 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
+   M /trunk/radius/dictionary.aruba
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3f: aruba
+   - FreeRadius 2.1.6 dictionary.aruba plus additions:
+     See Wireshark Bug #3104 and SVN #26945.
+     See also: https://airheads.arubanetworks.com/vBulletin/showthread.php?t=910
 
-Handle PORTAUDIO_API_1 and add clean-deps target to distclean.
 ------------------------------------------------------------------------
-r19160 | etxrab | 2006-09-05 22:22:05 -0700 (Tue, 05 Sep 2006) | 1 line
+r29031 | wmeier | 2009-07-08 13:29:06 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/radius/dictionary.ascend
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3g: ascend
+ FreeRadius 2.1.6 dictionary.ascend as is;
 
-NAME can also contain '_'
 ------------------------------------------------------------------------
-r19161 | etxrab | 2006-09-05 22:23:38 -0700 (Tue, 05 Sep 2006) | 1 line
+r29032 | wmeier | 2009-07-08 13:50:56 -0700 (Wed, 08 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/radius/dictionary.freeradius
+
+Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 3h: freeradius
+ FreeRadius 2.1.6 dictionary.freeradius as is;
 
-Add comments about PORTAUDIO API version comment out use of PORTAUDIO library for now.
 ------------------------------------------------------------------------
-r19162 | jmayer | 2006-09-06 01:24:36 -0700 (Wed, 06 Sep 2006) | 10 lines
+r29033 | jake | 2009-07-08 14:04:53 -0700 (Wed, 08 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
 
-- Make options filterable
-- Display options in info column
-- Only remember blksize from OACK packets
-- Add some rfc numbers
-- Move tftp_dissect_options in front of dissect_tftp
-  (I forgot to fix the forward decl once too often ;)
-- Warning fixes
-- Add expert error in case of tftp-error pdu
+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.
 
 ------------------------------------------------------------------------
-r19163 | sahlberg | 2006-09-06 01:36:13 -0700 (Wed, 06 Sep 2006) | 3 lines
+r29035 | stig | 2009-07-09 04:32:50 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-icmp.c (from /trunk/epan/dissectors/packet-ip.c:29033)
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ip.h
+
+Split packet-ip into packet-ip and packet-icmp.
+Some cleanup in handles and ett entries.
 
-fix for the typo in bug 1094
+------------------------------------------------------------------------
+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
 
 ------------------------------------------------------------------------
-r19164 | martinm | 2006-09-06 07:08:40 -0700 (Wed, 06 Sep 2006) | 1 line
+r29037 | etxrab | 2009-07-09 08:26:41 -0700 (Thu, 09 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/diameter/dictionary.xml
 
-Dissect some more common control messages
+Update 3GPP AVP:s
 ------------------------------------------------------------------------
-r19165 | jake | 2006-09-06 14:08:24 -0700 (Wed, 06 Sep 2006) | 2 lines
+r29038 | wmeier | 2009-07-09 08:59:02 -0700 (Thu, 09 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/enterprise-numbers
+   M /trunk/radius/dictionary.3gpp
 
-Update enterprise-numbers
+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).
 
 ------------------------------------------------------------------------
-r19166 | jmayer | 2006-09-06 15:13:52 -0700 (Wed, 06 Sep 2006) | 5 lines
+r29039 | wmeier | 2009-07-09 09:02:34 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/cmake/modules/FindGTK2.cmake
-
-Update to newer version of the file from
-http://cmake-modules.googlecode.com/svn/trunk/
+   M /trunk/epan/dissectors/packet-gtp.c
 
-This update adds a license text (dual: GPLv2 and 3 clause BSD)
+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.
 
 ------------------------------------------------------------------------
-r19167 | jmayer | 2006-09-06 15:14:20 -0700 (Wed, 06 Sep 2006) | 1 line
+r29040 | wmeier | 2009-07-09 13:10:39 -0700 (Thu, 09 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/README.cmake
+   A /trunk/radius/dictionary.freeradius.internal
+
+Add FreeRadius v2.1.6 dictionary.freeradius.internal (for completeness).
+This file contains "Non Protocol Attributes used by FreeRADIUS".
+The "$inlude dictionary.freeradius.internal" line in 
+the Radius "dictionary" file is commented out and thus the 
+dictionary.freeradius.internal file is not 
+read by Wireshark as part of the Radius dictionary files load.
 
-Add cmake-modules URL
 ------------------------------------------------------------------------
-r19168 | jmayer | 2006-09-06 15:28:19 -0700 (Wed, 06 Sep 2006) | 10 lines
+r29041 | wmeier | 2009-07-09 13:21:39 -0700 (Thu, 09 Jul 2009) | 9 lines
 Changed paths:
-   M /trunk/CMakeLists.txt
-   A /trunk/cmake/modules/FindGLIB.cmake
-   A /trunk/cmake/modules/FindGLIB2.cmake
-   A /trunk/cmake/modules/FindLEX.cmake
-   A /trunk/cmake/modules/FindPCAP.cmake
-   D /trunk/cmake/modules/FindPcap.cmake
-   A /trunk/cmake/modules/FindYACC.cmake
-   A /trunk/cmake/modules/LICENSE.txt
-   A /trunk/cmakeconfig.h.in
+   M /trunk/radius/dictionary
 
-cmake/
-       Add some more (hackish) tests.
-       Add a LICENSE file until I find the time to add it to all
-       files individually.
+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.
 
-CMakeLists.txt
-       Add some addiotional stuff regarding options.
-       Add (non-working) code to generate config.h
-       Handle GTK1 vs GTK2 and GLIB1 vs GLIB2
 
 ------------------------------------------------------------------------
-r19169 | jmayer | 2006-09-06 15:59:25 -0700 (Wed, 06 Sep 2006) | 3 lines
+r29042 | wmeier | 2009-07-09 13:28:46 -0700 (Thu, 09 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/CMakeLists.txt
-   M /trunk/cmake/modules/FindGTK2.cmake
+   A /trunk/radius/README.radius_dictionary
 
-The last update to FindGTK2.cmake was incompatible with it's use.
-Fix a bug and adapt CMakeLists.txt to the new usage.
+README describing the Wireshark changes to the FreeRadius
+v2.1.6 dictionary files as of 2009-07-09.
 
 ------------------------------------------------------------------------
-r19170 | sahlberg | 2006-09-07 03:53:32 -0700 (Thu, 07 Sep 2006) | 4 lines
+r29043 | wmeier | 2009-07-09 13:31:22 -0700 (Thu, 09 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/winreg.cnf
-   M /trunk/epan/dissectors/pidl/winreg.idl
-
- pidl now handles empty bitmaps properly so no need for the dummy (dont trigger empty bitmapbug entry)
-
+   M /trunk/Makefile.am
+   M /trunk/packaging/nsis/wireshark.nsi
 
+Revised packaging for the Radius directory:
+include new Radius dictionary files & etc.
 
 ------------------------------------------------------------------------
-r19171 | jmayer | 2006-09-07 06:22:45 -0700 (Thu, 07 Sep 2006) | 7 lines
+r29044 | etxrab | 2009-07-09 13:44:28 -0700 (Thu, 09 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/tools/pidl/idl.yp
-   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-enip.h
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
 
-Update from samba tree revision 17666 to 18221
-============================ Samba log start ============
-svn: When specifying working copy paths, only one target may be given
-============================ Samba log end ==============
+From   Joakim Wiberg:
+Device Level Ring protocol addition.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3685
 
+With some minor changes (blurb NULL whem text equal).
+------------------------------------------------------------------------
+r29045 | wmeier | 2009-07-09 14:05:37 -0700 (Thu, 09 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-hpteam.c
 
+From: : Nathan Hartwell: Patch to fix output of HP Team dissector in Info column
 
 ------------------------------------------------------------------------
-r19172 | lego | 2006-09-07 09:16:51 -0700 (Thu, 07 Sep 2006) | 25 lines
+r29046 | etxrab | 2009-07-09 14:18:59 -0700 (Thu, 09 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/make-sminmpec.pl
-
-From Andrew Feren:
-       This adds some features to update enterprise-numbers from the web.
+   M /trunk/diameter/dictionary.xml
 
-As used in the Makefile currently
- make-sminmpec.pl <infile> <outfile.c>
+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
 
-works exactly the same.  Additionally <infile> can be a URL to an infile in
-the expected format.
+Reworked patch from   massimo: 
+SNMP cannot be decoded in case of appended data to message
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3684
+------------------------------------------------------------------------
+r29048 | etxrab | 2009-07-09 22:40:02 -0700 (Thu, 09 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-iec104.c
 
-Using the new "-gen" switch will create a new <infile>
+From Joan Ramio:
+IEC 60870-5-104 dissector decodes nothing
+(new_tvb reported length bug)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3650
+------------------------------------------------------------------------
+r29049 | stig | 2009-07-10 01:03:19 -0700 (Fri, 10 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-enip.c
 
-example:
-make-sminmpec.pl -gen \
-   http://www.iana.org/assignments/enterprise-numbers \
-   enterprise-numbers
+Header field cleanup.
 
-other than that I modified so that calling it like
-make-sminmpec.pl -gen
-be like 
-make-sminmpec.pl -gen \
- http://www.iana.org/assignments/enterprise-numbers \
- sminmpec.c
+------------------------------------------------------------------------
+r29050 | stig | 2009-07-10 02:09:11 -0700 (Fri, 10 Jul 2009) | 8 lines
+Changed paths:
+   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
 
 ------------------------------------------------------------------------
-r19173 | ulfl | 2006-09-07 13:01:07 -0700 (Thu, 07 Sep 2006) | 4 lines
+r29051 | stig | 2009-07-10 02:12:13 -0700 (Fri, 10 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/Makefile
-   A /trunk/docbook/check_svn_version.sh
+   M /trunk/epan/dissectors/packet-ff.c
 
-fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call.
-Other minor dependency fixes.
+Use correct length for "Version OD Calling".
+This fixes bug 3694.
 
-I didn't found a way to implement the SVN version check using make, so using a new shell script instead ...
 ------------------------------------------------------------------------
-r19174 | ulfl | 2006-09-07 13:30:48 -0700 (Thu, 07 Sep 2006) | 1 line
+r29052 | etxrab | 2009-07-10 02:40:11 -0700 (Fri, 10 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcom-sysact.c
-   M /trunk/epan/dissectors/packet-dcom.c
-   M /trunk/epan/dissectors/packet-dcom.h
+   M /trunk/diameter/dictionary.xml
 
-distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore
+More 3GPP updates.
 ------------------------------------------------------------------------
-r19175 | ulfl | 2006-09-07 13:33:02 -0700 (Thu, 07 Sep 2006) | 1 line
+r29053 | etxrab | 2009-07-10 05:26:39 -0700 (Fri, 10 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-epm.c
+   M /trunk/epan/dissectors/packet-gtp.c
 
-add some probable protocol IDs from the DCOM specs
+Restore hf_gtp_ext_rat_type as it's used in decode_gtp_rat_type().
+Fix IMEI(SV) While we're at it.
 ------------------------------------------------------------------------
-r19176 | ulfl | 2006-09-07 13:35:26 -0700 (Thu, 07 Sep 2006) | 1 line
+r29054 | stig | 2009-07-10 05:48:48 -0700 (Fri, 10 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
+
+Cleanup handling of ICMPv6 type and code (not complete):
+- Use value_string to convert strings
+- Added more types and codes from IANA
+
+Removed use of check_col()
+Some white space cleanup
 
-tweak some expert infos so they better work with the composite dialog (e.g. remove some minor details)
 ------------------------------------------------------------------------
-r19177 | lego | 2006-09-07 15:38:16 -0700 (Thu, 07 Sep 2006) | 18 lines
+r29055 | etxrab | 2009-07-10 08:15:14 -0700 (Fri, 10 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/make-sminmpec.pl
-
-removed options.
+   M /trunk/epan/column_info.h
 
+Fix a typo.
+------------------------------------------------------------------------
+r29056 | tuexen | 2009-07-10 13:00:54 -0700 (Fri, 10 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-gsm_abis_ip.c
+   M /trunk/epan/dissectors/packet-rsl.c
 
-now it can either be called as
+Add ip.access A-bis over IP dissector received from Harald Welte.
+Removed check_col() calls.
 
-make-sminmpec.pl
+------------------------------------------------------------------------
+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
 
-so it will fetch the file only if it has been modified since we last loaded it
+Fix the two other nits reported by Jaap.
 
-or 
+------------------------------------------------------------------------
+r29058 | tuexen | 2009-07-10 13:07:57 -0700 (Fri, 10 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-make-sminmpec.pl enterprise-numbers
+Fix last issue reported by Jaap.
 
-to regenerate the C file from the given file.
+------------------------------------------------------------------------
+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
 
-Luis
+Two minor changes: include emem.h not req'd; SUB_IPACCESS not used.
 
+------------------------------------------------------------------------
+r29060 | jake | 2009-07-10 14:54:29 -0700 (Fri, 10 Jul 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dcm.h
+   M /trunk/gtk/export_object_dicom.c
 
+From David Aggeler:
+ * - Fixed corrupt files on DICOM Export
+ * - Fixed memory limitation on DICOM Export
+ * - Removed minimum packet length for static port mode
+ * - Simplified checks for heuristic mode
+ * - Removed unused functions
 ------------------------------------------------------------------------
-r19178 | jmayer | 2006-09-07 16:44:22 -0700 (Thu, 07 Sep 2006) | 1 line
+r29061 | gerald | 2009-07-10 16:39:23 -0700 (Fri, 10 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/docbook/check_svn_version.sh
+   M /trunk/epan/dissectors/packet-netflow.c
+
+Don't use tvb_memcpy to fill in a struct. (Cue Jamie Hyneman saying
+"EVER!") Expand the entry/scope struct to include private enterprise
+numbers instead of casting guint32s to arbritrary chunks of memory.
+Limit the number of entries and scopes we allocate.  Don't allocate
+memory every time we see a new template.  Don't use a C++ keyword for
+variable names.
 
-propset svn:executable
 ------------------------------------------------------------------------
-r19179 | jmayer | 2006-09-07 19:25:55 -0700 (Thu, 07 Sep 2006) | 1 line
+r29062 | etxrab | 2009-07-11 01:38:41 -0700 (Sat, 11 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/epan/dissectors/packet-gsm_abis_ip.c
 
-. is not necessarily in /home/jmayer/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/cross/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/sbin, so add it
+From Harald Welte:
+Add some more GSM A-bis IP message types.
 ------------------------------------------------------------------------
-r19180 | etxrab | 2006-09-07 23:58:40 -0700 (Thu, 07 Sep 2006) | 1 line
+r29063 | etxrab | 2009-07-11 02:50:09 -0700 (Sat, 11 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/epan/dissectors/packet-pw-eth.c
+   M /trunk/gtk/decode_as_dlg.c
 
-Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it belongs.
+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
 ------------------------------------------------------------------------
-r19181 | etxrab | 2006-09-08 00:32:13 -0700 (Fri, 08 Sep 2006) | 6 lines
+r29064 | wmeier | 2009-07-11 08:36:18 -0700 (Sat, 11 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-paltalk.c
+
+Fix use of "unaligned" memory references;
+Fixes Bug #3689.
+Also: fix IPV4 address comparisons which would be incorrect
+      on a big-endian machine.
 
-From Fr?\195?\169d?\195?\169ric Roudaut:
-as requested  here is a patch  in order to take into account  Encryption 
-and Authentication keys for ESP in hexa. 
-You only have to write your key with 0x first. In this case if the key 
-is not in 8-bit unit, it will be considered as starting with a "0" (4 bits). Excepted this case, the key should be completely written, even if it 
-starts with "0x00".
 ------------------------------------------------------------------------
-r19182 | ulfl | 2006-09-08 00:44:22 -0700 (Fri, 08 Sep 2006) | 1 line
+r29065 | etxrab | 2009-07-12 02:05:03 -0700 (Sun, 12 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-add dependency to custom_layer_pdf.xsl for all fo files
+Some small fixes from Jakub Zawadzki joined with my efforts
+to only store the used columns.
 ------------------------------------------------------------------------
-r19183 | ulfl | 2006-09-08 00:45:22 -0700 (Fri, 08 Sep 2006) | 1 line
+r29066 | stig | 2009-07-12 03:19:13 -0700 (Sun, 12 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/docbook/custom_layer_pdf.xsl
+   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
+
+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.
 
-switch off draft mode, so the PDF generation won't try to load a draft image from the web
 ------------------------------------------------------------------------
-r19184 | wmeier | 2006-09-10 06:37:42 -0700 (Sun, 10 Sep 2006) | 1 line
+r29067 | wmeier | 2009-07-12 06:41:36 -0700 (Sun, 12 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/codecs/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-tipc.c
+
+Don't coerce a pointer to guint32 when pointing to a guint8.
+Using that pointer will fetch the guint8 plus who knows what....
 
-minor cleanup for making codecs
 ------------------------------------------------------------------------
-r19185 | sahlberg | 2006-09-10 07:03:08 -0700 (Sun, 10 Sep 2006) | 10 lines
+r29068 | wmeier | 2009-07-12 07:13:01 -0700 (Sun, 12 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-   M /trunk/epan/dissectors/packet-tcp.h
-   M /trunk/epan/packet_info.h
-   M /trunk/epan/req_resp_hdrs.c
+   M /trunk/epan/dissectors/packet-sctp.c
 
-implement support to reassemble tcp sessions until the end of the session (FIN)
+Fix a typo
 
-add required code to the http (and others) code in req_resp_hdrs.c to signal to tcp
-when it wants a session to be reassembled to the FIN.
+------------------------------------------------------------------------
+r29069 | jake | 2009-07-12 08:03:05 -0700 (Sun, 12 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtmpt.c
 
-This is currently done for all HTTP packets where we have a Content-type in the header but no content-length.
+From Nick Ford:
+Chunks handled individually rather than as complete messages which have
+the risk of being fragmented and unrecognizable.
+Added FLV data type.
+Allow simultaneous RTMP streams to be handled independently.
+------------------------------------------------------------------------
+r29070 | gerald | 2009-07-12 08:03:33 -0700 (Sun, 12 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-07-12]
+------------------------------------------------------------------------
+r29073 | etxrab | 2009-07-12 09:34:20 -0700 (Sun, 12 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Add a forgotten piece of code...
+------------------------------------------------------------------------
+r29074 | etxrab | 2009-07-12 12:08:55 -0700 (Sun, 12 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtmpt.c
 
+Make iCommand a guint8.
+------------------------------------------------------------------------
+r29075 | etxrab | 2009-07-12 12:38:55 -0700 (Sun, 12 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
+Column index now corresponds to the column in the tree view.
 ------------------------------------------------------------------------
-r19186 | sahlberg | 2006-09-10 07:34:57 -0700 (Sun, 10 Sep 2006) | 6 lines
+r29076 | sfisher | 2009-07-12 22:27:25 -0700 (Sun, 12 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/gtk/new_packet_list.c
 
-fix for bug 1045
 
+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.
 
-windows in SYN and SYN+ACK packets are not scaled so dont apply window scaling to them when displaying them in the tree
 
+------------------------------------------------------------------------
+r29077 | etxrab | 2009-07-13 01:35:30 -0700 (Mon, 13 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
 
+APDU incorrectly dissected(BSSLAP Protocol Not Decoded In BSSMAP-LE Messages).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3711
 ------------------------------------------------------------------------
-r19187 | etxrab | 2006-09-10 11:03:22 -0700 (Sun, 10 Sep 2006) | 5 lines
+r29078 | martinm | 2009-07-13 03:55:53 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/gtk/voip_calls.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
 
-From Alejandro Vaquero:
-Need to use HAVE_LIBPORTAUDIO instead 
-of PORTAUDIO_DIR in voip_calls.c
+Remove calls to check_col(), and stop giving '{' a line of its own.
 
-And build the windows version with Port audio.
 ------------------------------------------------------------------------
-r19188 | jake | 2006-09-10 11:48:33 -0700 (Sun, 10 Sep 2006) | 1 line
+r29079 | martinm | 2009-07-13 04:23:40 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-vrrp.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-pdcp-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
+
+Remove calls to check_col().
 
-VRRPver3 support fixed: Count restored, Auth Type is reserved field.
 ------------------------------------------------------------------------
-r19189 | martinm | 2006-09-11 05:03:29 -0700 (Mon, 11 Sep 2006) | 3 lines
+r29080 | wmeier | 2009-07-13 07:29:13 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-atm.c
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.c
-   M /trunk/epan/dissectors/packet-umts_fp.h
+   M /trunk/doc/tshark.pod
 
-Added E-DCH (HSUPA) channels to FP.
-Also show VPI/VCI/CID in ATM protocol label.
+Add additional indentation to -z <statistics> swction to improve readability.
+Various other minor reformatting and rewording.
 
 ------------------------------------------------------------------------
-r19190 | etxrab | 2006-09-11 13:35:24 -0700 (Mon, 11 Sep 2006) | 5 lines
+r29081 | wmeier | 2009-07-13 07:54:47 -0700 (Mon, 13 Jul 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
+   M /trunk/doc/wireshark.pod
 
-h248_handle was declared localy, udp port was not added at register.
+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.
 
-Added a few more packagenames.
 ------------------------------------------------------------------------
-r19191 | ulfl | 2006-09-11 13:41:32 -0700 (Mon, 11 Sep 2006) | 1 line
+r29082 | etxrab | 2009-07-13 10:33:14 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
+   M /trunk/epan/dissectors/packet-hci_h4.c
 
-add the LUA plugin install option
+From  Kovarththanan Rajaratnam:
+hci_h4: Optimize column/field handling
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3703
 ------------------------------------------------------------------------
-r19192 | ulfl | 2006-09-11 15:30:12 -0700 (Mon, 11 Sep 2006) | 4 lines
+r29083 | etxrab | 2009-07-13 10:40:31 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/user-guide.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
-   M /trunk/docbook/wsdg_src/WSDG_chapter_tools.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-
-add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
-
-fix a lot of broken URL's
+   M /trunk/epan/dissectors/packet-smb2.c
 
+From Chris Costa:
+SMB2 Error Response doesn't decode properly.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3609
 ------------------------------------------------------------------------
-r19193 | ulfl | 2006-09-11 15:34:29 -0700 (Mon, 11 Sep 2006) | 3 lines
+r29084 | guy | 2009-07-13 10:43:44 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/README.win32
+   M /trunk/epan/dissectors/packet-hci_h4.c
 
-As no one seems to update the install information in this file (including me), remove most of the installation text and mention the User's Guide instead.
+Note what the "Unknown" value is.
 
-Some minor updates in the development section as well.
 ------------------------------------------------------------------------
-r19194 | ulfl | 2006-09-11 15:37:46 -0700 (Mon, 11 Sep 2006) | 1 line
+r29085 | gerald | 2009-07-13 11:54:24 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/win32-setup.sh
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Squelch a couple of Valgrind warnings. This should fix bug 3700.
 
-a proxy might also be specified using .wgetrc, so don't switch off the proxy explicitly
 ------------------------------------------------------------------------
-r19195 | ulfl | 2006-09-11 15:43:00 -0700 (Mon, 11 Sep 2006) | 1 line
+r29086 | gerald | 2009-07-13 13:12:53 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-giop.c
+
+Check to see if tvb_child_uncompress returns NULL. Fixes bug 3705.
 
-let the user only specify the PortAudio version and do the "ugly details" in the part below, just as we do it for most other libs 
 ------------------------------------------------------------------------
-r19196 | ulfl | 2006-09-11 15:47:57 -0700 (Mon, 11 Sep 2006) | 1 line
+r29087 | jake | 2009-07-13 15:29:59 -0700 (Mon, 13 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/config.nmake
-   M /trunk/epan/Makefile.nmake
+   M /trunk/epan/dissectors/packet-llc.c
 
-tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds)
+Fix for bug 3710:
+Use the derived length of the control field i.s.o. assuming its size.
 ------------------------------------------------------------------------
-r19197 | ulfl | 2006-09-11 17:23:46 -0700 (Mon, 11 Sep 2006) | 1 line
+r29088 | jake | 2009-07-13 15:46:32 -0700 (Mon, 13 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
+   M /trunk/doc/tshark.pod
+
+From Reinhard Speyerer:
+The description of tshark -t dd is missing from tshark.pod.
 
-remove obsolete "HAVE_AIRPCAP_API" comment
 ------------------------------------------------------------------------
-r19198 | ulfl | 2006-09-11 17:27:03 -0700 (Mon, 11 Sep 2006) | 1 line
+r29089 | guy | 2009-07-13 16:35:26 -0700 (Mon, 13 Jul 2009) | 6 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/epan/dissectors/Makefile.nmake
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/menu.c
+   M /trunk/doc/tshark.pod
+   M /trunk/doc/wireshark.pod
+
+Fix one place where we didn't mention "-t dd".
+
+Put the description of the default time format after the description of
+all the time formats, i.e. say "the default is relative" after we say
+what "relative" is.
 
-various nmake related build file cleanups
 ------------------------------------------------------------------------
-r19199 | ulfl | 2006-09-11 18:04:35 -0700 (Mon, 11 Sep 2006) | 3 lines
+r29090 | stig | 2009-07-14 02:33:54 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-smb2.c
 
-Hmmm, don't optimize too much :-)
+Header field cleanup.
 
-also fix the clean_setup
 ------------------------------------------------------------------------
-r19200 | ulfl | 2006-09-12 01:19:39 -0700 (Tue, 12 Sep 2006) | 1 line
+r29091 | etxrab | 2009-07-14 05:41:11 -0700 (Tue, 14 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/image/Makefile.nmake
+   M /trunk/gtk/packet_list_store.c
 
-add a comment, that .res files are generated using an implicit (built in) nmake rule
+Fix the sort routine.
 ------------------------------------------------------------------------
-r19201 | ulfl | 2006-09-12 01:22:02 -0700 (Tue, 12 Sep 2006) | 1 line
+r29092 | martinm | 2009-07-14 06:08:23 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/image/win32-file-dlg.rc
-   M /trunk/image/wireshark.rc.in
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Add preference to control whether decode of CRC-error'd frames should be attempted.
 
-wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /
 ------------------------------------------------------------------------
-r19202 | ulfl | 2006-09-12 01:24:01 -0700 (Tue, 12 Sep 2006) | 1 line
+r29093 | etxrab | 2009-07-14 10:15:03 -0700 (Tue, 14 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/wimaxasncp/dictionary.xml
 
-add a missing dependency from wiretap to the image dir, otherwise image/wiretap.res can't be generated for some targets
+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
 ------------------------------------------------------------------------
-r19203 | jmayer | 2006-09-12 02:35:29 -0700 (Tue, 12 Sep 2006) | 4 lines
+r29094 | martinm | 2009-07-14 10:43:20 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-- Replace the ELINKS variable by HTML2TEXT and include the parameters
-  into the variable to make this actually portable.
-- Some whitespace changes between filenames and the \
+Trivial formatting changes to RAR output.
 
 ------------------------------------------------------------------------
-r19204 | sahlberg | 2006-09-12 02:53:10 -0700 (Tue, 12 Sep 2006) | 7 lines
+r29095 | gerald | 2009-07-14 12:13:14 -0700 (Tue, 14 Jul 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ziop.c
 
-prettify dissection of ESP
+From Alvaro Vega Garcia via bug 3652:
 
-show the IV as a hexadecimal
-show the protocol name for the Next header field inside ESP
+Patch with some improvements for packet ziop dissector following patch
+about MIOP dissector submitted by Kovarththanan Rajaratnam.
 
+From me:
 
+Add a link to the protocol specification.  Don't tvb_memcpy over
+structs! Remove some more tvbuffs.  Don't call proto_item_add_subtree if
+we're not going to use the trees.  Call proto_tree_add_item instead of
+proto_tree_add_text Remove a bunch of unused ett_ variables and a few
+other now-unused variables.  Register the field array with the correct
+length.
 
 ------------------------------------------------------------------------
-r19205 | sahlberg | 2006-09-12 03:02:28 -0700 (Tue, 12 Sep 2006) | 2 lines
+r29096 | etxrab | 2009-07-14 13:49:34 -0700 (Tue, 14 Jul 2009) | 7 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-v52.c
+   M /trunk/epan/dissectors/packet-v5ua.c
 
-the name of the protocol is IPsec, not IP-sec
+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.
 ------------------------------------------------------------------------
-r19206 | sahlberg | 2006-09-12 03:04:11 -0700 (Tue, 12 Sep 2006) | 8 lines
+r29097 | wmeier | 2009-07-14 14:34:03 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
-
-put the ah and esp payload as its own top level expansion in the tree instead of as an expansion inside the ah/esp layer.
-
-
-since source/dest/protocol/info is updated by the content of the payload    it doesnt make sense to hide the actual payload inside esp/ah
-it just would look confusing
-
+   M /trunk/epan/dissectors/packet-v52.c
 
+#include prefs.h not req'd; Also: remove unused #define
 
 ------------------------------------------------------------------------
-r19207 | martinm | 2006-09-12 04:36:42 -0700 (Tue, 12 Sep 2006) | 1 line
+r29098 | gerald | 2009-07-14 16:09:59 -0700 (Tue, 14 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-afs.c
+
+Remove an unused define.
 
-Various small fixes and prettifications
 ------------------------------------------------------------------------
-r19208 | sahlberg | 2006-09-12 04:39:51 -0700 (Tue, 12 Sep 2006) | 14 lines
+r29100 | stig | 2009-07-15 01:56:12 -0700 (Wed, 15 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/proto.c
 
-from bryant eastham
+From Kovarththanan Rajaratnam:
+Add "text" abbrev + tighten FT_FRAMENUM checks.
 
+------------------------------------------------------------------------
+r29103 | stig | 2009-07-15 12:33:48 -0700 (Wed, 15 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-enip.c
 
-Also, there is still an outstanding issue regarding the default use of
-the "media" dissector. The way it is currently coded there is no way to
-have a heuristic decoder when a content-type header is specified.
+Indent some comments.
 
+------------------------------------------------------------------------
+r29104 | etxrab | 2009-07-15 13:55:31 -0700 (Wed, 15 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/epan/crc/Makefile.nmake
+   M /trunk/epan/crypt/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/ftypes/Makefile.nmake
+   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/plugins/ethercat/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wsutil/Makefile.nmake
+
+Add /MP flag to make use of multi cores.
+------------------------------------------------------------------------
+r29105 | guy | 2009-07-15 14:30:37 -0700 (Wed, 15 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ziop.c
 
-In this way if there is a decoder for a specific content-type then it
-will be used, then the heuristic decoders have a chance, and finally the
-default of either the media-type decoder of the http_payload decoder.
+Get rid of C++-style comment (and anglicize it).
 
+------------------------------------------------------------------------
+r29109 | gerald | 2009-07-15 15:51:01 -0700 (Wed, 15 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-v52.c
 
+Make sure we advance our offset during a while loop. This should fix recent
+fuzz errors.
 
 ------------------------------------------------------------------------
-r19209 | sahlberg | 2006-09-12 04:51:48 -0700 (Tue, 12 Sep 2006) | 8 lines
+r29111 | gerald | 2009-07-15 16:16:10 -0700 (Wed, 15 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-redback.c
+   M /trunk/epan/dissectors/packet-v52.c
 
-from Florian Lohoff
+Add a modeline blurb. Minor indentation fix.
 
-Hi,
-after using the redback dissector again i found some more protocol
-types:
+------------------------------------------------------------------------
+r29114 | etxrab | 2009-07-16 01:27:18 -0700 (Thu, 16 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/epan/crc/Makefile.nmake
+   M /trunk/epan/crypt/Makefile.nmake
+   M /trunk/epan/dfilter/Makefile.nmake
+   M /trunk/epan/ftypes/Makefile.nmake
+   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/wiretap/Makefile.nmake
+   M /trunk/wsutil/Makefile.nmake
 
+Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmake
+for MSVC variant 2008 only. As suggested by Bill Meier.
+------------------------------------------------------------------------
+r29115 | stig | 2009-07-16 03:45:14 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
 
+From Kahou via bug 3739:
+New DLT value is added for Fibre Channel FC2.
 
 ------------------------------------------------------------------------
-r19210 | sahlberg | 2006-09-12 05:08:34 -0700 (Tue, 12 Sep 2006) | 27 lines
+r29116 | morriss | 2009-07-16 05:39:50 -0700 (Thu, 16 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/config.nmake
 
-from Taner Kurtulus and Menno Andriesse
+/MP also works with 2008EE
+------------------------------------------------------------------------
+r29118 | gerald | 2009-07-16 10:00:58 -0700 (Thu, 16 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-snmp.h
 
-Hi folks,
-We think we've found a bug in STANAG 5066 SIS layer dissector.
+Don't crash if we happen to load a bad MIB file.
 
-Problem is at S_EXPEDITED_UNIDATA_INDICATION S_Prim's parser
-and occurs when we receive a U_PDU via expedited unidata channel.
-Dissector tries to parse first 2 bytes of U_PDU as a header size of  type
-21 s_prim (S_UNIDATA_INDICATION). But, this is not an wanted  process on
-that parser. Maybe, it was forgotten unchanged from
-S_UNIDATA_INDICATION dissector while copying it. So it shows
-data (U_PDU) 2 bytes short. Moreover, if data is just 1-byte, TCP datagrams
-receive TCP checksum error.
+------------------------------------------------------------------------
+r29121 | jake | 2009-07-16 12:57:15 -0700 (Thu, 16 Jul 2009) | 11 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipsec.c
 
+From David Dahlberg:
+As for now, Wireshark supports only 96-bit (or 0-bit for NULL authentication)
+integrity control values (ICVs) for IPsec ESP. While the autentication field is
+of variable length, this may lead to situations where the whole packet is not
+parsable.
 
-Confirmed.
+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
 
-It was indeed a "copy-paste-did not edit correctly" bug.
+Zero out the packet_info struct for each packet instead of trying to
+initialize everything by hand. Fixes a Valgrind warning.
 
-While going over the code once more, I found:
+------------------------------------------------------------------------
+r29123 | gerald | 2009-07-16 14:03:39 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rsvp.c
 
-1 - One bug in the heuristic. (Changed '&&' to '||')
-2 - One to-do that was already done. (Removed the /* TODO */)
-3 - One to-do that is now done. ;-)
+Make sure some variables are initialized so that Valgrind quits
+complaining.  Use se_memdup to copy memory.
 
+------------------------------------------------------------------------
+r29124 | etxrab | 2009-07-16 14:09:18 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
 
+From   Sean Yunjnz:
+Problem in packet-per.c for ASN.1 PER Encoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3733
+------------------------------------------------------------------------
+r29125 | etxrab | 2009-07-16 14:27:56 -0700 (Thu, 16 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
 
+From   Rajasekhar Reddy Gali:
+packet-wimaxasncp.c file need to update with latest wimax spec.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3730
 ------------------------------------------------------------------------
-r19211 | jake | 2006-09-12 05:58:16 -0700 (Tue, 12 Sep 2006) | 2 lines
+r29126 | gerald | 2009-07-16 14:35:54 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bpdu.c
-   M /trunk/epan/dissectors/packet-ethertype.c
-   M /trunk/epan/etypes.h
+   M /trunk/epan/dissectors/packet-rsvp.c
 
-Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.
+Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to an
+se_alloced struct.
 
 ------------------------------------------------------------------------
-r19212 | martinm | 2006-09-12 10:13:56 -0700 (Tue, 12 Sep 2006) | 1 line
+r29127 | gerald | 2009-07-16 15:24:31 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-nfs.c
+
+Initialize a variable and remove a check_col.
 
-More DCH control types
 ------------------------------------------------------------------------
-r19213 | ulfl | 2006-09-12 10:28:38 -0700 (Tue, 12 Sep 2006) | 1 line
+r29128 | gerald | 2009-07-16 15:25:06 -0700 (Thu, 16 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+   M /trunk/epan/reassemble.c
+
+Check for an overflow. This should hopefully fix bug 3672.
 
-use the official name spelling for some projects
 ------------------------------------------------------------------------
-r19214 | ulfl | 2006-09-12 10:34:41 -0700 (Tue, 12 Sep 2006) | 1 line
+r29129 | jake | 2009-07-16 23:49:58 -0700 (Thu, 16 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/config.h.win32
+   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
 
-it's HAVE_LIBGNUTLS instead HAVE_GNUTLS
+From Robert Hogan:
+I'm working on a tn3270 dissector. 
+See: http://roberthogan.net/stuff/tn3270-dissector/
 ------------------------------------------------------------------------
-r19215 | ulfl | 2006-09-12 10:45:43 -0700 (Tue, 12 Sep 2006) | 1 line
+r29130 | etxrab | 2009-07-17 01:24:06 -0700 (Fri, 17 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/to_str.c
 
-it's HAVE_PORTAUDIO, not HAVE_LIBPORTAUDIO
+From   Kovarththanan Rajaratnam:
+Optimize column fill path.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3701
 ------------------------------------------------------------------------
-r19216 | ulfl | 2006-09-12 10:46:55 -0700 (Tue, 12 Sep 2006) | 1 line
+r29131 | etxrab | 2009-07-17 06:42:46 -0700 (Fri, 17 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/gtk/packet_list_store.c
 
-fix the generation of config.h, some HAVE_... were wrong
+make it possible to retreive the record with packet_list_get_value().
 ------------------------------------------------------------------------
-r19217 | ulfl | 2006-09-12 10:50:36 -0700 (Tue, 12 Sep 2006) | 7 lines
+r29132 | wmeier | 2009-07-17 07:25:56 -0700 (Fri, 17 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/version_info.c
+   M /trunk/epan/dissectors/packet-tn3270.c
 
-add version output (e.g. in the About box) for the following libraries:
--GnuTLS
--Gcrypt
--Kerberos (no version, only if compiled with MIT/HEIMDAL or without any kerberos)
--PortAudio (version number only for V>=19, maybe need some fixing)
+Minor changes: Move protocol_register & etc to end; 
+Use find_dissector instead of create_dissector_handle.
 
-Don't know how to use the line breaking stuff, if someone could help me here ...
 ------------------------------------------------------------------------
-r19218 | jmayer | 2006-09-12 11:43:56 -0700 (Tue, 12 Sep 2006) | 11 lines
+r29133 | gerald | 2009-07-17 08:59:24 -0700 (Fri, 17 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.h.win32
-   M /trunk/version_info.c
+   M /trunk/epan/to_str.c
+
+Fix an ep buffer overrun introduced in r29130.
 
-Makefile.nmake
-config.h.win32
-  - Use HAVE_LIBPORTAUDIO instead of HAVE_PORTAUDIO to make
-    sure we use the same var everywhere (including sources
-    and autofoo stuff).
-  - Use PORTAUDIO_API_1 everywhere
+------------------------------------------------------------------------
+r29134 | wmeier | 2009-07-17 12:41:34 -0700 (Fri, 17 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tn3270.c
 
-version_info.c
-  - Include <portaudio.h>
-  - Add some , and breaks when printing version infos.
+From Robert Hogan: "no need to register tn3270 for 'decode-as'".
 
 ------------------------------------------------------------------------
-r19219 | jmayer | 2006-09-12 11:51:22 -0700 (Tue, 12 Sep 2006) | 7 lines
+r29135 | gerald | 2009-07-17 15:59:59 -0700 (Fri, 17 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/version_info.c
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/main_airpcap_toolbar.c
+
+Set the extension channel correctly. Fixup whitespace.
+
+------------------------------------------------------------------------
+r29137 | stig | 2009-07-18 13:10:14 -0700 (Sat, 18 Jul 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/epan/wspython/wspy_proto.c
+   M /trunk/plugins/mate/mate_runtime.c
 
-tshark wouldn't link any more, as it doesn't link against
-libportaudio, but version_info.c with libportaudio >= 19
-needs to link against this.
+From Kovarththanan Rajaratnam via bug 3719:
+This patch optimizes proto_tree_prime_hfid() + friends and
+plugs a memleak in the process.
 
-FIXME: Just print out >= 19 instead of real version string
-  until someone finds a proper solution.
+From me:
+Removed unused hfindex in proto_tree_new_item()
+Fixed ref_count entry in struct header_field_info.
 
 ------------------------------------------------------------------------
-r19220 | etxrab | 2006-09-12 12:02:10 -0700 (Tue, 12 Sep 2006) | 1 line
+r29138 | gerald | 2009-07-19 08:03:36 -0700 (Sun, 19 Jul 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-Set default port to zero.
+[Automatic manuf and enterprise-numbers update for 2009-07-19]
 ------------------------------------------------------------------------
-r19221 | etxrab | 2006-09-12 12:11:45 -0700 (Tue, 12 Sep 2006) | 3 lines
+r29142 | sfisher | 2009-07-19 23:21:35 -0700 (Sun, 19 Jul 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/color_filters.c
+   M /trunk/file.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+
+Introduce packet list coloring for the NEW_PACKET_LIST.  One caveat: when
+enabling/disabling the coloring of the packet list from the menus, the user
+has to drag the mouse cursor over each displayed row to take away/add the
+coloring.  Dragging the scroll bar up or down will also take care of this as
+only the displayed rows are colored.
+
+
+------------------------------------------------------------------------
+r29143 | etxrab | 2009-07-20 02:06:47 -0700 (Mon, 20 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Avoid a crash if no color filter exists (SCTP trace).
+------------------------------------------------------------------------
+r29144 | etxrab | 2009-07-20 04:33:02 -0700 (Mon, 20 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Redraw the list when color filters are enabled/disabled.
+------------------------------------------------------------------------
+r29145 | stig | 2009-07-20 04:42:28 -0700 (Mon, 20 Jul 2009) | 8 lines
+Changed paths:
+   M /trunk/gtk/prefs_column.c
+
+Changed to use "Field type" instead of "Format", to be more descriptive.
+Moved "Filed name" fields below "Field type", to improve the layout.
+Always show the "Field name" fields, disable when field type is not custom.
+Remember field name even when changing field type, so the user can change his
+mind without losing the data entered.
+Some small adjustments to "Add" and "Remove" buttons.
+Added some tooltips.
+
+------------------------------------------------------------------------
+r29146 | stig | 2009-07-20 05:40:55 -0700 (Mon, 20 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/to_str.c
+
+From Jakub Zawadzki via bug 3701:
+Fix regressions in r29130 and r29133
+In r29130 formating for DSECS was changed. (old: %01d now: %02d)
+In r29133 adding sign was removed (old: buf[0] = '-' now: buf[0] = '\0')
+
+------------------------------------------------------------------------
+r29147 | etxrab | 2009-07-20 09:09:50 -0700 (Mon, 20 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+Implement new_packet_list_find_row_from_data()
+Goto frame should work now.
+------------------------------------------------------------------------
+r29149 | etxrab | 2009-07-20 23:02:12 -0700 (Mon, 20 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-e212.c
+
+From Gerasimos Dimitriadis:
+Enhancement to E.212 MCC/MNC decoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3759
+------------------------------------------------------------------------
+r29150 | etxrab | 2009-07-20 23:08:45 -0700 (Mon, 20 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+From Benjamin Meyer:
+Profinet dissector does not decode all defined error codes.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3753
+------------------------------------------------------------------------
+r29151 | etxrab | 2009-07-20 23:20:47 -0700 (Mon, 20 Jul 2009) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+From  Herbert Lischka:
+Added some new features to BACnet dissection:
+- ListOfObjectPropertyReferences in scheduler
+- RestartReason
+- Properties for loop-object
+- LogDeviceObjectProperty in trend-log object
+- log-buffer entries in trend-log object
+
+- reassemby of fragmented messages
+- fallback changed if iconv-library is not here
+
+Me: Moved includes from .h to .c as thats how we normaly do it.
+
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3736
+------------------------------------------------------------------------
+r29152 | guy | 2009-07-21 00:28:47 -0700 (Tue, 21 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Don't use tvb_length_remaining() - that just reports how much captured
+data is available, not how big the packet really is.
+
+Clean up white space.
+
+Get rid of an unused parameter and two unused variables.
+
+------------------------------------------------------------------------
+r29153 | guy | 2009-07-21 00:44:04 -0700 (Tue, 21 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Fix typo.
+
+------------------------------------------------------------------------
+r29154 | martinm | 2009-07-21 00:59:16 -0700 (Tue, 21 Jul 2009) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Stop using the C++ 'true' and 'false'.
+
+I still get a compilation error...
+
+packet-bacapp.c: In function `dissect_bacapp':
+packet-bacapp.c:6350: warning: 'bacapp_invoke_id' might be used uninitialized in this function
+
+... although I've followed the paths (including the setting of 'segment'), and it looks bogus to me.
+
+
+------------------------------------------------------------------------
+r29155 | stig | 2009-07-21 01:07:40 -0700 (Tue, 21 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+Initialize bacapp_invoke_id to avoid a compiler warning.
+
+------------------------------------------------------------------------
+r29156 | etxrab | 2009-07-21 01:35:24 -0700 (Tue, 21 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-From: Luca Deri via Andrew Feren:
-> please find enclosed a patch to the CFlow dissector (packet-netflow.c) 
-> that enables it to decode IPFIX packet traces.
+size_t -> int to make the Win64 build bot happy.
 ------------------------------------------------------------------------
-r19222 | guy | 2006-09-12 13:23:57 -0700 (Tue, 12 Sep 2006) | 5 lines
+r29157 | guy | 2009-07-21 01:53:39 -0700 (Tue, 21 Jul 2009) | 3 lines
 Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+GLib documentation says the 3rd and 5th arguments to g_iconv are "gsize
+*"s.
+
+------------------------------------------------------------------------
+r29158 | guy | 2009-07-21 02:05:16 -0700 (Tue, 21 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+
+More gsizery.
+
+------------------------------------------------------------------------
+r29159 | stig | 2009-07-21 09:48:16 -0700 (Tue, 21 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
    M /trunk/gtk/main.c
+
+From didier gautheron via bug 3762:
+This patch removes col_expr in frame_data structure,
+it can be recomputed when needed.
+
+------------------------------------------------------------------------
+r29160 | stig | 2009-07-21 15:09:31 -0700 (Tue, 21 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Cummulative number of packets lost is a signed 24 bits value.
+This fixes bug 3763.
+
+Cleanup some proto_tree_add_uint() -> proto_tree_add_item().
+
+------------------------------------------------------------------------
+r29161 | stig | 2009-07-21 15:23:34 -0700 (Tue, 21 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+Another try to fix the compiler warnings on win64.
+
+------------------------------------------------------------------------
+r29162 | sfisher | 2009-07-21 22:02:24 -0700 (Tue, 21 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+
+Change some g_malloc() calls to g_new() to make the code easier to read.
+
+
+------------------------------------------------------------------------
+r29163 | etxrab | 2009-07-21 23:00:53 -0700 (Tue, 21 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Minor indentation fixes.
+------------------------------------------------------------------------
+r29164 | etxrab | 2009-07-22 01:09:22 -0700 (Wed, 22 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/frame_data.c
+   M /trunk/epan/frame_data.h
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+From Jakub Zawadzki:
+This patch is cut&paste code from gtk/main_packet_list.c:packet_list_compare()
+to new function frame_data_compare()
++ it make use of new function inside packet_list_compare() and
+packet_list_compare_records()
+------------------------------------------------------------------------
+r29165 | etxrab | 2009-07-22 01:11:50 -0700 (Wed, 22 Jul 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+
+Take 2:
+From Jakub Zawadzki:
+This patch is cut&paste code from gtk/main_packet_list.c:packet_list_compare()
+to new function frame_data_compare()
++ it make use of new function inside packet_list_compare() and
+packet_list_compare_records()
+------------------------------------------------------------------------
+r29166 | etxrab | 2009-07-22 01:54:38 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+From Jakub Zawadzki:
+This patch makes row coloring alike GtkCList version
+ (remove white space between cells/columns)
+------------------------------------------------------------------------
+r29167 | martinm | 2009-07-22 06:21:15 -0700 (Wed, 22 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Improve/expand checks on reserved bit values.
+
+------------------------------------------------------------------------
+r29168 | etxrab | 2009-07-22 08:23:08 -0700 (Wed, 22 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+From Jakub Zawadzki:
+This patch fix return value in new_packet_list_find_row_from_data when !select
+
+From Me: Change back the cell coloring and remove the horizontal-separator making the colorinjg look the same as in the old packet list.
+------------------------------------------------------------------------
+r29169 | etxrab | 2009-07-22 10:35:28 -0700 (Wed, 22 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+From kovarththanan Rajaratnam:
+Pass column_info as a pointer (new packet list).
+------------------------------------------------------------------------
+r29170 | etxrab | 2009-07-22 14:33:47 -0700 (Wed, 22 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-udp.c
+
+Get rid of check_col() in some of the more frequently used dissectors.
+------------------------------------------------------------------------
+r29171 | gerald | 2009-07-22 16:59:15 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/capinfos.c
+   M /trunk/editcap.c
+   M /trunk/make-version.pl
+   M /trunk/mergecap.c
+   M /trunk/text2pcap.c
    M /trunk/version_info.c
 
-Move the PortAudio stuff to from version_info.c to gtk/main.c, so it can
-use Pa_GetVersionText().
+Use "svn info" to fetch the version by default. Fetch the repository path as
+well. Add the repository path to the version strings.
 
-(The word-wrapping stuff appears to work.)
+------------------------------------------------------------------------
+r29172 | etxrab | 2009-07-22 22:32:31 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/asn1/rrc/rrc.cnf
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-rrc.h
 
+From Neil Piercy:
+Another missing RRC dissector chaining link.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3769
 ------------------------------------------------------------------------
-r19223 | guy | 2006-09-12 13:24:42 -0700 (Tue, 12 Sep 2006) | 3 lines
+r29173 | etxrab | 2009-07-22 22:38:34 -0700 (Wed, 22 Jul 2009) | 3 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+From Steve Karg:
+BACnet Action property not decoded correctly.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3766
+------------------------------------------------------------------------
+r29174 | etxrab | 2009-07-22 22:48:39 -0700 (Wed, 22 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/proto.c
+   M /trunk/tshark.c
+
+From Kovarththanan Rajaratnam:
+Precompile custom columns filters.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3767
+------------------------------------------------------------------------
+r29175 | etxrab | 2009-07-23 00:57:32 -0700 (Thu, 23 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+
+Try to get the #includes right.
+------------------------------------------------------------------------
+r29176 | etxrab | 2009-07-23 01:53:13 -0700 (Thu, 23 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dfilter/dfilter.h
+
+Try to get the #includes right - take 2.
+------------------------------------------------------------------------
+r29177 | etxrab | 2009-07-23 01:56:09 -0700 (Thu, 23 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+- Ambiguous value for radiotap datarate.
+The value given to proto_tree_add_uint_format() was not divided by 2.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3747
+- remove check_col()
+- Indentation changes.
+------------------------------------------------------------------------
+r29178 | guy | 2009-07-23 02:32:58 -0700 (Thu, 23 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radiotap.c
+
+Don't divide the data rate by 2 - that loses information (yes, I have a
+trace with at least one packet transmitted at 5.5 Mb/s).
+
+Clean up indentation.
+
+------------------------------------------------------------------------
+r29179 | martinm | 2009-07-23 04:19:05 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dfilter/dfilter.h
+
+From Kovarththanan Rajaratnam: avoid circular dependency.
+
+------------------------------------------------------------------------
+r29180 | wmeier | 2009-07-23 10:46:09 -0700 (Thu, 23 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-2dparityfec.c
+   M /trunk/epan/dissectors/packet-bjnp.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-memcache.c
+   M /trunk/epan/dissectors/packet-nat-pmp.c
+   M /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/epan/dissectors/packet-packetlogger.c
+   M /trunk/epan/dissectors/packet-ppi.c
+
+Set editor modelines to be consistent between emacs and vi/ex;
+Indentation and whitespace cleanup;
+
+------------------------------------------------------------------------
+r29181 | guy | 2009-07-23 11:36:25 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dnp.c
+
+Saved by removing the bell.
+
+------------------------------------------------------------------------
+r29182 | etxrab | 2009-07-23 13:36:16 -0700 (Thu, 23 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+Minor enhancement to LAI decoding.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3770
+------------------------------------------------------------------------
+r29183 | wmeier | 2009-07-23 13:52:54 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/capture_wpcap_packet.c
 
-AC_CHECK_TYPE already prints a "checking for" message; don't bother
-printing another one before calling it.
+Fix emacs editor modeline to be a 'safe" value.
 
 ------------------------------------------------------------------------
-r19224 | gerald | 2006-09-12 14:59:54 -0700 (Tue, 12 Sep 2006) | 2 lines
+r29184 | wmeier | 2009-07-23 13:53:44 -0700 (Thu, 23 Jul 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/ber.c
+   M /trunk/epan/crypt/airpdcap.c
+
+Fix some whitespace ....
 
-Get rid of a compiler warning.
+------------------------------------------------------------------------
+r29185 | wmeier | 2009-07-23 14:25:02 -0700 (Thu, 23 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-atalk.c
+
+Use consistent indentation ...
+
+------------------------------------------------------------------------
+r29186 | etxrab | 2009-07-24 01:10:33 -0700 (Fri, 24 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+When using the new packet list select the first packet when the file read is complete. This should take care of the crash when closing WS.
+------------------------------------------------------------------------
+r29187 | etxrab | 2009-07-24 06:50:57 -0700 (Fri, 24 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/cfile.h
+   M /trunk/file.c
+
+Use g_slice if glib >=2.10
+------------------------------------------------------------------------
+r29188 | etxrab | 2009-07-24 14:25:21 -0700 (Fri, 24 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+From Kovarththanan Rajaratnam:
+New packet list: enable packet history
+Me: Add a comment.
+------------------------------------------------------------------------
+r29189 | sfisher | 2009-07-24 20:23:37 -0700 (Fri, 24 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+
+Update my e-mail address with a reference to the AUTHORS file
+
+
+------------------------------------------------------------------------
+r29190 | etxrab | 2009-07-25 00:50:53 -0700 (Sat, 25 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+From Kovarththanan Rajaratnam:
+New packet list: enable goto first/last packet (Optimized)
+------------------------------------------------------------------------
+r29191 | etxrab | 2009-07-25 02:45:35 -0700 (Sat, 25 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/goto_dlg.c
+   M /trunk/gtk/goto_dlg.h
+   M /trunk/gtk/main_packet_list.h
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+From Kovarththanan Rajaratnam:
+packet_goto_next_previous_frame
+------------------------------------------------------------------------
+r29192 | etxrab | 2009-07-25 03:40:10 -0700 (Sat, 25 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/ui_util.h
+
+From Kovarththanan Rajaratnam:
+Include needed header (unbreak OSX buildbot)
+------------------------------------------------------------------------
+r29193 | sfisher | 2009-07-25 13:13:46 -0700 (Sat, 25 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+
+
+Remove two unused variables and mark a function paramter as unused
+
+
+------------------------------------------------------------------------
+r29194 | guy | 2009-07-25 17:32:22 -0700 (Sat, 25 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/wiretap/wtap.h
+
+Note that libpcap fails if it tries to read a file with a snapshot
+length > 65535, so we shouldn't use a larger value.
+
+------------------------------------------------------------------------
+r29195 | etxrab | 2009-07-26 03:34:07 -0700 (Sun, 26 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+   M /trunk/ui_util.h
+
+From Kovarththanan Rajaratnam:
+Only clear packet list store if we need to redissect.
+------------------------------------------------------------------------
+r29196 | gerald | 2009-07-26 08:03:27 -0700 (Sun, 26 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-07-26]
+------------------------------------------------------------------------
+r29199 | etxrab | 2009-07-26 15:11:46 -0700 (Sun, 26 Jul 2009) | 11 lines
+Changed paths:
+   M /trunk/config.nmake
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+
+From Kovarththanan Rajaratnam:
+- Don't issue a row_inserted signal. Rely on our caller to have  
+disconnected the model from the view.
+
+-  Removing col_fmt from row_data. It wasn't being used. If we need to store
+the column format in the future that should probably be placed in the
+PacketList instead of the PacketListRecord
+2) Remove double allocation of col_text. Now we allocate it in
+new_packet_list_append() and pass it on to packet_list_append_record()
+3) Use se_alloc instead of se_alloc0 because we explictly set all the
+parameters we use.
+------------------------------------------------------------------------
+r29200 | etxrab | 2009-07-26 15:16:36 -0700 (Sun, 26 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+"Create" the time cols when we render them making change of time format fast.
+------------------------------------------------------------------------
+r29201 | etxrab | 2009-07-26 15:18:11 -0700 (Sun, 26 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Revert change by mistake.
+------------------------------------------------------------------------
+r29202 | etxrab | 2009-07-26 20:34:57 -0700 (Sun, 26 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+From Kovarththanan Rajaratnam:
+Use frame_data values .
+------------------------------------------------------------------------
+r29203 | etxrab | 2009-07-27 01:33:26 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/frame_data.h
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/packet_win.c
+   M /trunk/tshark.c
+
+From Kovarththanan Rajaratnam:
+Only fill in frame_data vals when needed.
+------------------------------------------------------------------------
+r29204 | etxrab | 2009-07-27 06:08:17 -0700 (Mon, 27 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
+
+From Gerasimos Dimitriadis:
+Decoding support for 4 DTAP IEs.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3777
+------------------------------------------------------------------------
+r29205 | wmeier | 2009-07-27 06:59:53 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble.h
+
+reassemble.h: update two comments; reassemble.c: correct a typo.
+
+------------------------------------------------------------------------
+r29206 | wmeier | 2009-07-27 07:45:25 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
+
+Move proto_reg_handoff to the end ...
+
+------------------------------------------------------------------------
+r29207 | etxrab | 2009-07-27 07:47:12 -0700 (Mon, 27 Jul 2009) | 12 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-v52.c
+
+From Vladimir Smrekar:
+
+Change, that fix infinite loop for dissections of elements:
+- Pulse notification
+- Line Information
+- PSTN FSM state
+- Autonomous signalling sequence
+- Sequence response
+- Performance grading
+- Rejection cp cause
+
+Me prefix hf vars with hf_v52_
+------------------------------------------------------------------------
+r29208 | wmeier | 2009-07-27 14:59:01 -0700 (Mon, 27 Jul 2009) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndmp.c
+
+Improve defragmentation:
+1. Prevent tcpencap (ipsec-tcp) from incorrectly dissecting NDMP PDU fragments;
+    (Essentially: register NDMP as the dissector for the conversation);
+   Allows correct NDMP fragment reassembly whether or not the 
+    TCP "Try heuristic sub-dissectors first" preference is enabled.
+   Fixes Bug #3755 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3755)
+2. Use a registered init routine to init the fragment and reassembled tables 
+   each time a complete capture dissection is (re)started.
+   Fixes a crash.
+3. Don't register on TCP port 10000 since the tcpencap dissector needs to own this
+   port. (The NDMP dissector is a heuristic dissector).
+4. Strengthen the heuristic checking slightly.
+5. Other minor changes.
+
+------------------------------------------------------------------------
+r29209 | wmeier | 2009-07-27 16:16:29 -0700 (Mon, 27 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/AUTHORS
+
+Add Chris Costa to AUTHORS
+
+------------------------------------------------------------------------
+r29210 | sahlberg | 2009-07-28 00:18:05 -0700 (Tue, 28 Jul 2009) | 9 lines
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/ldap/packet-ldap-template.h
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ldap.h
+
+From: Matthieu Patou <mat+Informatique.Samba@matws.net>
+Date: Mon, 27 Jul 2009 08:55:55 +0000 (+0200)
+Subject: patch_ldap_260709
+
+Add a few additional LDAP OIDs
+and increase the maximum SASL blob size to be 1M instead of 256kb
+
+
+
+------------------------------------------------------------------------
+r29211 | etxrab | 2009-07-28 02:26:18 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.h
+
+Whitespace change.
+------------------------------------------------------------------------
+r29212 | etxrab | 2009-07-28 03:53:57 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/file.h
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+Fix setting of new time format.
+------------------------------------------------------------------------
+r29213 | sahlberg | 2009-07-28 06:01:41 -0700 (Tue, 28 Jul 2009) | 15 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos.h
+   M /trunk/epan/dissectors/packet-kink.c
+   M /trunk/epan/dissectors/packet-spnego.c
+
+When we passed the crytobuffer to krb5_c_decrypt() we never actually 
+verified that we did have enough data in the buffer/tvb, which could 
+lead to a SEGV.
+(for example if we enable KRB5 decryption but we do NOT use TCP 
+reassembly, and the encrypted data goes beyong the end of the current 
+segment)
+
+
+Change the signature to decrypt_krb5_data() to take a TVB instead of a 
+buffer+length.
+Actually check that we do have the entire encrypted PDU before calling 
+out to the kerberos libraries.
+
+
+
+------------------------------------------------------------------------
+r29214 | sahlberg | 2009-07-28 06:38:46 -0700 (Tue, 28 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/tools/pidl/MANIFEST
+   M /trunk/tools/pidl/README
+   M /trunk/tools/pidl/TODO
+   M /trunk/tools/pidl/idl.yp
+   M /trunk/tools/pidl/lib/Parse/Pidl/Compat.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Expr.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Typelist.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+   M /trunk/tools/pidl/lib/Parse/Pidl.pm
+   M /trunk/tools/pidl/pidl
+   M /trunk/tools/pidl/tests/Util.pm
+   M /trunk/tools/pidl/tests/header.pl
+   M /trunk/tools/pidl/tests/ndr.pl
+   M /trunk/tools/pidl/tests/ndr_align.pl
+   M /trunk/tools/pidl/tests/ndr_alloc.pl
+   M /trunk/tools/pidl/tests/ndr_array.pl
+   M /trunk/tools/pidl/tests/ndr_compat.pl
+   M /trunk/tools/pidl/tests/ndr_fullptr.pl
+   M /trunk/tools/pidl/tests/ndr_refptr.pl
+   M /trunk/tools/pidl/tests/ndr_represent.pl
+   M /trunk/tools/pidl/tests/ndr_simple.pl
+   M /trunk/tools/pidl/tests/ndr_string.pl
+   M /trunk/tools/pidl/tests/ndr_tagtype.pl
+   M /trunk/tools/pidl/tests/parse_idl.pl
+   M /trunk/tools/pidl/tests/samba-ndr.pl
+   M /trunk/tools/pidl/tests/samba3-cli.pl
+   M /trunk/tools/pidl/tests/typelist.pl
+   M /trunk/tools/pidl/tests/wireshark-conf.pl
+
+update pidl to the newest version from samba
+
+
+------------------------------------------------------------------------
+r29215 | sahlberg | 2009-07-28 06:39:42 -0700 (Tue, 28 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+
+regenerate SAMR using the new version of pidl
+
+
+------------------------------------------------------------------------
+r29216 | sahlberg | 2009-07-28 06:50:22 -0700 (Tue, 28 Jul 2009) | 4 lines
+Changed paths:
+   A /trunk/epan/dissectors/pidl/frstrans.cnf
+   A /trunk/epan/dissectors/pidl/frstrans.idl
+
+From Stefan Metzmacher :
+Add IDL file for FRSTRANS
+
+
+------------------------------------------------------------------------
+r29217 | sahlberg | 2009-07-28 06:53:10 -0700 (Tue, 28 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-dcerpc-frstrans.c
+   A /trunk/epan/dissectors/packet-dcerpc-frstrans.h
+
+From Stefan Metzmacher
+add generated FRSTRANS dissectors and add them to the build
+
+
+------------------------------------------------------------------------
+r29218 | etxrab | 2009-07-28 07:07:15 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+Fix setting of timestamp_precision.
+------------------------------------------------------------------------
+r29219 | sahlberg | 2009-07-28 07:11:08 -0700 (Tue, 28 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-frstrans.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
+   M /trunk/epan/dissectors/pidl/samr.idl
+
+update samr.idl and remove a keyword we no longer support in pidl
+
+regenerate samr and frstrans with the new version of pidl
+
+
+------------------------------------------------------------------------
+r29220 | etxrab | 2009-07-28 09:20:05 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+
+Set reftime without recreating the packet list.
+------------------------------------------------------------------------
+r29221 | gerald | 2009-07-28 10:27:59 -0700 (Tue, 28 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/test/config.sh
+
+Update the adapter name check to match the buildbot.
+
+------------------------------------------------------------------------
+r29222 | etxrab | 2009-07-28 11:29:15 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Pacify the build bot.
+------------------------------------------------------------------------
+r29223 | etxrab | 2009-07-28 13:46:23 -0700 (Tue, 28 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/ui_util.h
+
+From Kovarththanan Rajaratnam:
+Enable popup menu in packet list view.
+------------------------------------------------------------------------
+r29224 | wmeier | 2009-07-28 13:56:36 -0700 (Tue, 28 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/recent.c
+
+Clarify (slightly) some comments;
+Add a comment as to what looks like incorrect code.
+
+------------------------------------------------------------------------
+r29225 | etxrab | 2009-07-28 15:18:19 -0700 (Tue, 28 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Make mark frame work.
+------------------------------------------------------------------------
+r29226 | jake | 2009-07-29 00:10:02 -0700 (Wed, 29 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Support for DLV RR (RFC 4431) and SHA-256 Digest for DS RR (RFC 4509).
+
+------------------------------------------------------------------------
+r29227 | kukosa | 2009-07-29 02:13:03 -0700 (Wed, 29 Jul 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sip.c
+
+Support for IPv6 addresses in URI
+------------------------------------------------------------------------
+r29228 | sahlberg | 2009-07-29 03:01:14 -0700 (Wed, 29 Jul 2009) | 18 lines
+Changed paths:
+   M /trunk/epan/crypt/Makefile.common
+   M /trunk/epan/crypt/airpdcap_ccmp.c
+   M /trunk/epan/crypt/airpdcap_rijndael.c
+   M /trunk/epan/crypt/airpdcap_rijndael.h
+   A /trunk/epan/crypt/crypt-aes.c
+   A /trunk/epan/crypt/crypt-aes.h
+
+Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into 
+its own crypt-aes.
+
+change the integer types to glib style integers
+
+
+this may/will be helpful if/when we implement our own version of 
+kerberos 
+aes decryption of dcerpc since the existing libraries can not (yet) 
+handle when header signing is used.
+
+we should implement our own decryption of this for cfx+aes just as we 
+did for classic+arcfour
+
+
+
+
+
+------------------------------------------------------------------------
+r29229 | sahlberg | 2009-07-29 03:28:10 -0700 (Wed, 29 Jul 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
+
+update the idl to correctly dissect the read eventlog w flags as a 
+bitmap and not as a uint32
+
+this addresses bug 3691 (that was already manually addressed by hand 
+in the generated dissector)
+
+
+
+------------------------------------------------------------------------
+r29230 | sahlberg | 2009-07-29 03:41:24 -0700 (Wed, 29 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
+
+Fixup the correct names of the parameters for OpenEventLogW
+
+
+------------------------------------------------------------------------
+r29231 | sahlberg | 2009-07-29 03:59:31 -0700 (Wed, 29 Jul 2009) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
+
+start describing ReportEventW in the IDL and make use of the "bitmap" 
+for EventTypes.
+
+This addresses also bug 3552 with the until now unusued code.
+
+
+The eventlog dissector is very incomplete.
+While the protocol specification is available now, what is lacking is 
+example capture files to test with when implementing more of the IDL 
+definitions.
+
+
+
+
+------------------------------------------------------------------------
+r29232 | sahlberg | 2009-07-29 04:29:53 -0700 (Wed, 29 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-zbee-aps.c
+   M /trunk/epan/dissectors/packet-zbee-aps.h
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   A /trunk/epan/dissectors/packet-zbee-zcl.c
+   A /trunk/epan/dissectors/packet-zbee-zcl.h
+   M /trunk/epan/dissectors/packet-zbee-zdp.c
+   M /trunk/epan/dissectors/packet-zbee.h
+
+zigbee cluster dissector,
+modified from entry in bug 3765 so it compiles cleanly
+
+
+------------------------------------------------------------------------
+r29233 | stig | 2009-07-29 08:31:25 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Mark an unused argument.
+
+------------------------------------------------------------------------
+r29234 | jake | 2009-07-29 11:26:55 -0700 (Wed, 29 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+From Neil Piercy:
+The Cert Authority hashes in the IKEv2 Cert Request are not dissected properly:
+the display offset is not correctly moved on, so the same info is displayed for
+all Cert Authority fields.
+------------------------------------------------------------------------
+r29235 | guy | 2009-07-29 12:39:17 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Add packet-zbee-zcl.h to the source tarball.
+
+------------------------------------------------------------------------
+r29236 | wmeier | 2009-07-29 13:24:10 -0700 (Wed, 29 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ndmp.c
+
+From Chris Costa: Fix Bug 3786: "NDMP fragmentation fails when final fragment is very small".
+(See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3786)
+
+------------------------------------------------------------------------
+r29237 | etxrab | 2009-07-29 13:58:47 -0700 (Wed, 29 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
+
+Add pinfo to new_packet_list_append() this should give us the abillity
+to store (most) of the underlying data rather than the strings in the store and render it when we need it, thuss saving storage space and loading time.
+
+Idealy we should not store the complete fdata or pinfo structures
+but rather just the data relevant to the currently selected/used columns. I'm not entierly sure how to accomplish that however.
+
+Dynamically allocated array to hold pointers to the actual data?
+------------------------------------------------------------------------
+r29238 | etxrab | 2009-07-29 14:32:49 -0700 (Wed, 29 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/packet_list_store.c
+
+From Kovarththanan Rajaratnam:
+This patch fixes the "Decode as" crash. We now freeze the packetlist before
+attempting to clear it. This way we don't have to issue a row deleted signal
+either.
+------------------------------------------------------------------------
+r29239 | wmeier | 2009-07-29 15:33:08 -0700 (Wed, 29 Jul 2009) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+
+Fix a potential crash and do various other minor changes:
+- Fix an hf[] entry which had an invalid "strings" field which could cause a crash;
+- Remove unneeded #includes;
+- Make most functions & etc static;
+- Remove declarations for functions never defined;
+- Fix certain comments to refer to the correct function names;
+- Change global variable to be local to proto_reg_handoff...
+- ...
+
+------------------------------------------------------------------------
+r29240 | wmeier | 2009-07-29 15:54:28 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+
+Function dissect_zcl_attr_data_type() unused: comment it out
+
+------------------------------------------------------------------------
+r29241 | wmeier | 2009-07-29 16:18:34 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/doc/README.developer
+
+Fix a typo
+
+------------------------------------------------------------------------
+r29242 | gerald | 2009-07-29 17:40:32 -0700 (Wed, 29 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ansi_683.c
+
+Remove some unused variables.
+
+------------------------------------------------------------------------
+r29243 | gerald | 2009-07-30 09:17:46 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-ositp.c
+   M /trunk/epan/dissectors/packet-ospf.c
+
+Remove some unused variable assignments.
+
+------------------------------------------------------------------------
+r29244 | martinm | 2009-07-30 09:53:33 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Show backoff indicator value in subheader tree root.
+
+------------------------------------------------------------------------
+r29245 | gerald | 2009-07-30 10:22:00 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-radius_packetcable.c
+
+Remove a couple of unused variables.
+
+------------------------------------------------------------------------
+r29246 | gerald | 2009-07-30 10:54:58 -0700 (Thu, 30 Jul 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/except.c
+   M /trunk/epan/except.h
+
+From Kovarththanan Rajaratnam via bug 3506:
+
+The exception throwing code in except.c/h should be annotated with
+"noreturn" to indicate that they never return. Running static analysis
+on Wireshark without this annotation causes a lot of false positives
+since these analyzers assume that the exception handling code are
+ordinary functions that will eventually return.
+
+------------------------------------------------------------------------
+r29247 | etxrab | 2009-07-30 14:11:26 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From   swapnil:
+Packet-gtpv2.c dissector extended to support more IE's.
+------------------------------------------------------------------------
+r29248 | guy | 2009-07-30 14:40:22 -0700 (Thu, 30 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+Fix warnings:
+
+       the behavior of x = x++ is undefined by the ANSI C standard -
+       they obviously just meant x++;
+
+       get rid of unused variables.
+
+------------------------------------------------------------------------
+r29249 | gerald | 2009-07-30 16:47:36 -0700 (Thu, 30 Jul 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/goose/packet-goose-template.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-goose.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-wlccp.c
+
+Remove more unused variables.
+
+------------------------------------------------------------------------
+r29250 | jake | 2009-07-30 23:51:27 -0700 (Thu, 30 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+NAPTR RR (RFC 3403) replacement MUST be a fully qualified domain-name.
+
+------------------------------------------------------------------------
+r29251 | sfisher | 2009-07-31 00:02:02 -0700 (Fri, 31 Jul 2009) | 5 lines
+Changed paths:
+   M /trunk/gtk/gui_utils.c
+
+
+Include packet_info.h before ui_utils.h since we just started passing a
+packet_info structure to one of the functions.
+
+
+------------------------------------------------------------------------
+r29252 | jake | 2009-07-31 00:05:43 -0700 (Fri, 31 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Add support for SSHFP RR (RFC 4255).
+
+------------------------------------------------------------------------
+r29253 | gerald | 2009-07-31 09:37:53 -0700 (Fri, 31 Jul 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy via bug 3797:
+
+Support for SPF RR (RFC 4408)
+
+- this has the same format as TXT RR (see section 3.1.1) below.
+Currently wireshark 1.2.1 shows this as Unknown type 99
+
+------------------------------------------------------------------------
+r29254 | gerald | 2009-07-31 12:19:25 -0700 (Fri, 31 Jul 2009) | 14 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   D /trunk/epan/dissectors/packet-gsm_abis_ip.c
+   A /trunk/epan/dissectors/packet-gsm_ipa.c (from /trunk/epan/dissectors/packet-gsm_abis_ip.c:29252)
+
+From Holger Freyther via bug 3776:
+
+Part 1:
+Rename packet-gsm_abis_ip.c to packet-gsm_ipa.c.
+
+Part 2:
+Rename to the content to match the filename.
+
+Part 3:
+Add GSM A/SCCP support to the packet-gsm_ipa.c dissector
+
+Adjusted patch to take laforge's comment into account. Use guint16 for the
+length and use the ntohs routine to convert the length.
+
+------------------------------------------------------------------------
+r29255 | guy | 2009-07-31 13:13:53 -0700 (Fri, 31 Jul 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+Completely remove an unused variable, don't just comment it out
+(especially with a C++/C99-style comment that not all compilers used to
+compile Wireshark accept).
+
+------------------------------------------------------------------------
+r29256 | gerald | 2009-07-31 15:16:29 -0700 (Fri, 31 Jul 2009) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-usb-hid.c
+   A /trunk/epan/dissectors/packet-usb-hid.h
+   M /trunk/epan/dissectors/packet-usb.c
+
+From Adam Nielsen via bug 3659:
+
+Here is a patch against SVN that implements preliminary support for USB HID
+devices.  At the moment it only dissects the initial set up packets (which you
+will see if you hotplug a keyboard or mouse.)
+
+The patch also fixes a minor bug in the USB dissector code which reported
+certain packets as malformed due to miscounting bytes, and it reports control
+packet data and padding data in a more user-friendly manner.
+
+------------------------------------------------------------------------
+r29257 | guy | 2009-07-31 16:38:02 -0700 (Fri, 31 Jul 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb.c
+
+Fix indentation, get rid of a comment that might no longer apply (dump
+*what* as hex?  The stuff we now display as generic fields?).
+
+------------------------------------------------------------------------
+r29258 | martinm | 2009-08-01 02:52:12 -0700 (Sat, 01 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Remember Msg3 bytes and compare with Msg4 Contention Resolution bodies.
+
+------------------------------------------------------------------------
+r29259 | jake | 2009-08-02 05:11:38 -0700 (Sun, 02 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rtcp.c
+
+Fix for bug 3800:
+Correctly track the size of Feedback Control Information in Payload specific RTCP feedback packet.
+
+------------------------------------------------------------------------
+r29260 | jake | 2009-08-02 05:53:14 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-zrtp.c
+
+Add additional cypher types.
+
+------------------------------------------------------------------------
+r29261 | wmeier | 2009-08-02 05:58:57 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb-hid.c
+
+Remove unneeded #include <epan/emem.h>; fix some indentation.
+
+------------------------------------------------------------------------
+r29262 | gerald | 2009-08-02 08:03:29 -0700 (Sun, 02 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-02]
+------------------------------------------------------------------------
+r29265 | wmeier | 2009-08-02 12:09:36 -0700 (Sun, 02 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
+
+Don't do dissector_add twice on TCP port 3689;
+packet-daap requests registration on that port via http_dissector_add
+ and thus packet-http does not need to do a default registration on that port.
+Also: fix a typo in a comment.
+
+------------------------------------------------------------------------
+r29266 | wmeier | 2009-08-02 12:17:09 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-uma.c
+
+Change default range from 1401,1401 to 1401 so that the port isn't double-registered.
+
+------------------------------------------------------------------------
+r29267 | wmeier | 2009-08-02 12:20:20 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-stun.c
+
+packet-stun2 registers for TCP & UDP port 3478 so packet-stun need not register for same.
+
+------------------------------------------------------------------------
+r29268 | wmeier | 2009-08-02 12:54:33 -0700 (Sun, 02 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-simulcrypt.c
+
+Do dissector_add() only if port non-zero; register dissector for "decode-as".
+
+------------------------------------------------------------------------
+r29269 | stig | 2009-08-03 01:05:44 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-usb-hid.c
+
+Handle usb_hid_item_usage_vals as range_string.
+
+------------------------------------------------------------------------
+r29270 | stig | 2009-08-03 02:58:14 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+Added missing packet-usb-hid.h
+
+------------------------------------------------------------------------
+r29271 | wmeier | 2009-08-03 07:17:31 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/dissectors/packet-ositp.c
+
+(Trivial) Fix two typos.
+
+------------------------------------------------------------------------
+r29272 | wmeier | 2009-08-03 08:18:44 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mip6.c
+
+Do find_dissector_table() in proto_reg_handoff().
+
+------------------------------------------------------------------------
+r29273 | wmeier | 2009-08-03 09:18:06 -0700 (Mon, 03 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/plugins/mate/packet-mate.c
+
+Use find_dissector() instead of create_dissector_handle();
+Fix some indentation.
+
+------------------------------------------------------------------------
+r29274 | wmeier | 2009-08-03 09:21:55 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rpcap.c
+
+Reword some help text slightly.
+
+------------------------------------------------------------------------
+r29275 | wmeier | 2009-08-03 10:25:17 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/packet.c
+
+Add some debug code (commented out) to check for duplicate dissector port registrations,
+
+------------------------------------------------------------------------
+r29276 | wmeier | 2009-08-03 11:06:36 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/packet.c
+
+Remove 1 commented-out #include inadvertantly committed.
+
+------------------------------------------------------------------------
+r29277 | jake | 2009-08-03 11:23:04 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Support for Host Identity Protocol (HIP) Domain Name System (DNS) Extension.
+------------------------------------------------------------------------
+r29278 | gerald | 2009-08-03 12:50:35 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Add a null pointer check. Remove some unused variables.
+
+------------------------------------------------------------------------
+r29279 | guy | 2009-08-03 14:07:08 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+Thou shalt terminate thy value_string arrays with {0, NULL}.
+
+------------------------------------------------------------------------
+r29280 | jake | 2009-08-03 14:12:41 -0700 (Mon, 03 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
+   M /trunk/epan/dissectors/packet-q931.c
+
+From Gerasimos Dimitriadis:
+Added decoding support for the High Layer Compatibility IE in DTAP and updated
+the relevant part in Q.931. Also some minor enhancements in Q.931.
+------------------------------------------------------------------------
+r29281 | guy | 2009-08-03 14:17:30 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Clean up indentation somewhat.
+
+------------------------------------------------------------------------
+r29282 | wmeier | 2009-08-03 15:09:08 -0700 (Mon, 03 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/plugins/m2m/packet-m2m.c
+
+Various minor cleanups:
+- Do all find_dissector() calls only once during proto_reg_handoff 
+   (not each time a sub-dissector is called when dissecting frames).
+- Move proto_register & proto_reg_handoff to the end of the file as per convention;
+- Move a global variables to be local;
+- Change a global variable to be static; 
+- Remove unneeded multiple #include <string.h>
+- Remove an unneeded variable and a few unneeded lines of code.
+
+------------------------------------------------------------------------
+r29283 | wmeier | 2009-08-03 15:38:43 -0700 (Mon, 03 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/plugins/wimax/packet-wmx.c
+
+Minor cleanups:
+- Comment out code which creates two dissector tables and then
+   stores a preference value in each of them; 
+   AFAICT the tables are not accessed elsewhere;
+- Comment out the no longer required prefs callback specification
+   in proto_register;
+- "if (... == -1)" not req'd in proto_register;
+- Remove unused proto_reg_wimax function.
+
+------------------------------------------------------------------------
+r29284 | wmeier | 2009-08-03 16:18:59 -0700 (Mon, 03 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/plugins/wimax/packet-wmx.c
+
+More minor cleanups:
+- Move proto_register to near the end of the file as per convention;
+- Remove unneeded #include <epan/reassemble.h>;
+- Comment out unused ett[] array and associated;
+
+------------------------------------------------------------------------
+r29285 | gerald | 2009-08-03 16:49:05 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/compare_stat.c
+   M /trunk/plugins/asn1/packet-asn1.c
+
+Add some null checks.
+
+------------------------------------------------------------------------
+r29286 | gerald | 2009-08-03 16:50:55 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
+
+Remove a couple of unused variables.
+
+------------------------------------------------------------------------
+r29287 | gerald | 2009-08-03 16:51:13 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/epan/dissectors/packet-cmip.c
+
+Rework an assignment to keep static analyzers from complaining.
+
+------------------------------------------------------------------------
+r29288 | gerald | 2009-08-03 17:35:30 -0700 (Mon, 03 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/make-version.pl
+
+Don't exit with an error if we can't find the svn executable.
+
+------------------------------------------------------------------------
+r29289 | jmayer | 2009-08-04 00:50:49 -0700 (Tue, 04 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.h
+
+Warning fix: comma at end of enum
+------------------------------------------------------------------------
+r29290 | martinm | 2009-08-04 03:41:08 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-rlc-lte.c
+
+Show number of predefined bytes in info column.
+
+------------------------------------------------------------------------
+r29291 | gerald | 2009-08-04 10:59:48 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pop.c
+
+Miscellaneous cleanups.
+
+------------------------------------------------------------------------
+r29292 | guy | 2009-08-04 11:39:43 -0700 (Tue, 04 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pop.c
+
+Clean up white space a bit - use 2-space indenting.
+
+Put a bunch of code that does nothing unless data_val is non-null inside
+"if (data_val)", and get rid of the individual tests.
+
+------------------------------------------------------------------------
+r29293 | wmeier | 2009-08-04 11:46:51 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-rsl.c
+
+Remove duplicate entry from ett[]
+
+------------------------------------------------------------------------
+r29294 | wmeier | 2009-08-04 11:48:45 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-ansi_801.c
+   M /trunk/epan/dissectors/packet-cimd.c
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   M /trunk/epan/dissectors/packet-dis-pdus.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+
+Init ett_... variables to -1
+
+------------------------------------------------------------------------
+r29295 | wmeier | 2009-08-04 11:52:01 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spnego.h
+
+Initialize several ett_... variables to -1
+
+------------------------------------------------------------------------
+r29296 | wmeier | 2009-08-04 12:01:34 -0700 (Tue, 04 Aug 2009) | 7 lines
+Changed paths:
+   M /trunk/plugins/wimax/mac_hd_generic_decoder.c
+   M /trunk/plugins/wimax/mac_hd_type1_decoder.c
+   M /trunk/plugins/wimax/mac_hd_type2_decoder.c
+   M /trunk/plugins/wimax/mac_mgmt_msg_decoder.c
+   M /trunk/plugins/wimax/msg_aas_beam.c
+   M /trunk/plugins/wimax/msg_aas_fbck.c
+   M /trunk/plugins/wimax/msg_clk_cmp.c
+   M /trunk/plugins/wimax/msg_dcd.c
+   M /trunk/plugins/wimax/msg_dlmap.c
+   M /trunk/plugins/wimax/msg_dsa.c
+   M /trunk/plugins/wimax/msg_dsc.c
+   M /trunk/plugins/wimax/msg_dsd.c
+   M /trunk/plugins/wimax/msg_dsx_rvd.c
+   M /trunk/plugins/wimax/msg_fpc.c
+   M /trunk/plugins/wimax/msg_pkm.c
+   M /trunk/plugins/wimax/msg_prc_lt_ctrl.c
+   M /trunk/plugins/wimax/msg_reg_req.c
+   M /trunk/plugins/wimax/msg_reg_rsp.c
+   M /trunk/plugins/wimax/msg_rep.c
+   M /trunk/plugins/wimax/msg_res_cmd.c
+   M /trunk/plugins/wimax/msg_rng_req.c
+   M /trunk/plugins/wimax/msg_rng_rsp.c
+   M /trunk/plugins/wimax/msg_sbc.c
+   M /trunk/plugins/wimax/msg_ucd.c
+   M /trunk/plugins/wimax/msg_ulmap.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimax/wimax_cdma_code_decoder.c
+   M /trunk/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
+   M /trunk/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+   M /trunk/plugins/wimax/wimax_fch_decoder.c
+   M /trunk/plugins/wimax/wimax_ffb_decoder.c
+   M /trunk/plugins/wimax/wimax_hack_decoder.c
+   M /trunk/plugins/wimax/wimax_harq_map_decoder.c
+   M /trunk/plugins/wimax/wimax_pdu_decoder.c
+   M /trunk/plugins/wimax/wimax_phy_attributes_decoder.c
+
+Minor changes:
+- Move proto_register...() to the end of the file as per convention;
+- Move ett[] to be local to proto_register...();
+- "if (...==-1)" not req'd in proto_register...();
+- #include <moduleinfo.h> not req'd;
+- Remove unneeded forward declarations.
+
+------------------------------------------------------------------------
+r29297 | wmeier | 2009-08-04 12:29:42 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-chdlc.c
+
+Fix benign double subtree registration of an ett_... variable.
+
+------------------------------------------------------------------------
+r29298 | jake | 2009-08-04 14:05:38 -0700 (Tue, 04 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
+   M /trunk/epan/dissectors/packet-gsm_a_common.h
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
+   M /trunk/epan/dissectors/packet-gsm_a_gm.c
+   M /trunk/epan/dissectors/packet-gsm_a_rp.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+   M /trunk/epan/dissectors/packet-gsm_bsslap.c
+   M /trunk/epan/dissectors/packet-gsm_bssmap_le.c
+
+Optimize empty strings to NULL pointers.
+------------------------------------------------------------------------
+r29299 | guy | 2009-08-04 16:14:40 -0700 (Tue, 04 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/plugins/wimax/msg_dsa.c
+   M /trunk/plugins/wimax/msg_dsc.c
+   M /trunk/plugins/wimax/msg_dsd.c
+
+Put the initializers for the elements of value_string arrays into curly
+brackets, so the API checks for non-terminated value_string arrays will
+not falsely think the arrays are non-terminated.
+
+------------------------------------------------------------------------
+r29300 | guy | 2009-08-04 17:13:38 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimax/msg_dsc.c
+
+Fix typo.
+
+------------------------------------------------------------------------
+r29301 | gerald | 2009-08-04 17:36:27 -0700 (Tue, 04 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/epan/dissectors/packet-h225.c
+
+Add a couple of pointer checks.
+
+------------------------------------------------------------------------
+r29302 | jake | 2009-08-05 00:33:44 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Fix for bug 3806:
+Add presentation of Block Ack Bitmap.
+
+------------------------------------------------------------------------
+r29303 | martinm | 2009-08-05 01:02:12 -0700 (Wed, 05 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mac-lte.c
+
+Show power headroom report inside its own subtree.
+
+------------------------------------------------------------------------
+r29304 | gerald | 2009-08-05 08:39:29 -0700 (Wed, 05 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/wlan_stat_dlg.c
+   M /trunk/tap-iostat.c
+
+Squelch a couple of Clang Static Analyzer warnings.
+
+------------------------------------------------------------------------
+r29305 | jake | 2009-08-05 11:17:18 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+Add support for Support for DHCID RR (RFC 4701).
+
+------------------------------------------------------------------------
+r29306 | jake | 2009-08-05 11:21:52 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-wbxml.c
+
+Fix for bug 3811:
+Add missing shorthand application/vnd.ms-sync besides application/vnd.ms-sync.wbxml.
+
+------------------------------------------------------------------------
+r29307 | jake | 2009-08-05 11:42:45 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+Fixes/enhances the decoding of the Mobile Identity IE for type of identity
+"TMGI and optional MBMS Session Identity".
+------------------------------------------------------------------------
+r29308 | gerald | 2009-08-05 12:03:48 -0700 (Wed, 05 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-p_mul.c
+
+Convert a GString to an ep_strbuf_t (and squelch a static analysis
+warning in the process). Remove an unused variable.
+
+------------------------------------------------------------------------
+r29309 | wmeier | 2009-08-06 09:06:11 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Register ett[] subtree array only once.
+
+------------------------------------------------------------------------
+r29310 | wmeier | 2009-08-06 09:10:29 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+
+Register ett[] subtree array only once.
+
+------------------------------------------------------------------------
+r29311 | wmeier | 2009-08-06 09:13:31 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Remove inadvertantly committed comments re issue yet to be fixed ...
+
+------------------------------------------------------------------------
+r29312 | wmeier | 2009-08-06 11:44:38 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Prevent possible (benign ?) array references with an array index of -1.
+
+------------------------------------------------------------------------
+r29313 | gerald | 2009-08-06 13:55:04 -0700 (Thu, 06 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-k12.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-user_encap.c
+
+Fix compilation warnings in a few dissectors and try moving them to the
+"clean" list.
+
+------------------------------------------------------------------------
+r29314 | wmeier | 2009-08-06 14:42:40 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+Fix some indentation and spacing
+
+------------------------------------------------------------------------
+r29315 | tuexen | 2009-08-06 14:55:10 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+Get it compiling when HAVE_LIBGCRYPT is not defined.
+
+------------------------------------------------------------------------
+r29316 | stig | 2009-08-06 15:06:37 -0700 (Thu, 06 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/font_utils.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Added new_packet_list_set_font() and initialize fonts when using
+new packet list.
+
+------------------------------------------------------------------------
+r29317 | tuexen | 2009-08-06 15:26:05 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+
+packet-sctp.c seems to be clean (at least it is on Mac OS X).
+
+------------------------------------------------------------------------
+r29318 | guy | 2009-08-06 16:26:24 -0700 (Thu, 06 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+
+Those items are 32 bits or longer, so the cast should be safe; add an
+additional cast in the hopes that they squelch "dereferencing
+type-punned pointer" warnings.
+
+------------------------------------------------------------------------
+r29319 | wmeier | 2009-08-06 16:47:21 -0700 (Thu, 06 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.h
+
+'if (curr_len <= 0)' won't work as desired when curr_len is declared as unsigned.
+The fix: change to 'if ((signed)curr_len <= 0)'.
+This is a bit of a hack but I think it works.
+See the comment in this file (packet-gsm_a_common.h).
+
+------------------------------------------------------------------------
+r29320 | wmeier | 2009-08-06 16:51:45 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
+   M /trunk/epan/dissectors/packet-gsm_a_rp.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+   M /trunk/epan/dissectors/packet-gsm_bssmap_le.c
+
+Fix some individual cases of 'if (unsigned) < 0'
+
+------------------------------------------------------------------------
+r29321 | gerald | 2009-08-06 17:15:35 -0700 (Thu, 06 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
+
+Clean up the last two DIRTY_DISSECTOR_SRC entries.
+
+------------------------------------------------------------------------
+r29322 | krj | 2009-08-07 05:15:46 -0700 (Fri, 07 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+
+Free frame data slice on file reset
+
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3813
+
+------------------------------------------------------------------------
+r29323 | krj | 2009-08-07 06:18:02 -0700 (Fri, 07 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Use fully qualified path to bash
+------------------------------------------------------------------------
+r29324 | krj | 2009-08-07 07:01:44 -0700 (Fri, 07 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.nmake
+
+Back out r29323. The non fully qualified path seems to work for everyone else so don't mess with it.
+------------------------------------------------------------------------
+r29325 | jmayer | 2009-08-07 11:45:06 -0700 (Fri, 07 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bootp.c
+
+- Add rfc number comments on not-yet-decoded options
+- Decode autoconfigure option
+
+------------------------------------------------------------------------
+r29326 | jmayer | 2009-08-07 11:47:56 -0700 (Fri, 07 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+   M /trunk/wiretap/Makefile.am
+
+* Tue May 26 2009 cmorve69@yahoo.es
+- made it compile with --as-needed
+
+This patch was taken from the opensuse wireshark.spec file.
+No thanks go to the author and the package maintainers of
+this package for not sending this upstream - it would have
+made it into 1.2.0.
+
+------------------------------------------------------------------------
+r29327 | jmayer | 2009-08-07 11:49:24 -0700 (Fri, 07 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/acinclude.m4
+   M /trunk/configure.in
+
+- Add an AC macro to test linker flags.
+- Test whether the linker supports --as-needed and if so,
+  adds it to LDFLAGS
+
+------------------------------------------------------------------------
+r29328 | wmeier | 2009-08-07 14:22:54 -0700 (Fri, 07 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/tshark.c
+
+tshark: console_log_level preference now controls which log msgs are sent to stderr;
+Note: This is a behavior change: 
+      Given the default value for the console_log_level preference
+       tshark will now show ERROR, CRITICAL and WARNING level log messages.
+      Prior to this change tshark was hardwired to show only
+       ERROR and CRITICAL level messages.
+      Time will tell whether this change results in too much noise
+       in tshark output.
+
+------------------------------------------------------------------------
+r29329 | gerald | 2009-08-07 14:53:40 -0700 (Fri, 07 Aug 2009) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eth.c
+
+From Matt P via bug 3774:
+
+Patch utilizes techniques incorporated in the packet-ieee8023.c dissect_802_3()
+routine to dynamically calculate the remaining payload length.  This is then
+compared to the length included in the CCSDS header.
+
+------------------------------------------------------------------------
+r29330 | wmeier | 2009-08-07 15:36:14 -0700 (Fri, 07 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+fuzz-test: Fix/change WIRESHARK_ABORT_ON_DISSECTOR_BUG handling:
+1. If enabled: the variable must be exported to the env to take effect;
+2. Upon reflection: disable this feature:
+   tshark has been changed to output WARNING messages to stderr as a
+    default; This means that DISSECTOR_BUGs and failed DISSECTOR_ASSERTs
+     which cause WARNING log level messages will thus be output to stderr and 
+     thus will be detected by the fuzz-test.
+
+------------------------------------------------------------------------
+r29331 | gerald | 2009-08-07 17:27:31 -0700 (Fri, 07 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dissectors/packet-snmp.c
+
+If we have a format error, don't try adding something to the
+tree. Fixes bug 3822.
+
+------------------------------------------------------------------------
+r29332 | guy | 2009-08-07 18:21:55 -0700 (Fri, 07 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/gtk/main.c
+
+Move one comment before all of the code to which it refers.
+
+Update another comment with information from the corresponding comment
+in tshark.c
+
+Move some code so that it's run only if its result is used.
+
+Add an additional comment about logging on UN*X.
+
+------------------------------------------------------------------------
+r29333 | guy | 2009-08-07 18:23:15 -0700 (Fri, 07 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/tshark.c
+
+Note that the new behavior matches what Wireshark does.
+
+------------------------------------------------------------------------
+r29334 | jake | 2009-08-07 21:51:42 -0700 (Fri, 07 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipv6.c
+
+From Ivan Sy:
+Fixed IPv6 malformed packet when ip6_nxt (Next Header) is equal to "59". as per section 4.7 RFC 2460.
+
+------------------------------------------------------------------------
+r29335 | krj | 2009-08-08 02:22:58 -0700 (Sat, 08 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/packaging/portableapps/win32/makefile.nmake
+
+Pass on WinPcap/MSVC redistributable executables to the WiresharkPortable launcher and not the extractor.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3547.
+
+------------------------------------------------------------------------
+r29336 | krj | 2009-08-08 02:57:07 -0700 (Sat, 08 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/asn1/Makefile.inc.nmake
+   M /trunk/epan/dissectors/packet-x420.c
+
+Make sure that we pass on the same set of parameters to asn2wrs.py on Unix/Windows. This fix ensures that the generated copyright headers are identical on both platforms.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3658
+
+------------------------------------------------------------------------
+r29337 | krj | 2009-08-08 05:40:59 -0700 (Sat, 08 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/filter_autocomplete.c
+
+From Bahaa Naamneh via Bug 3538:
+
+This patch ensures that the filter autocompletion code handles protocols (radius and wimaxasncp) which uses delayed initialisation of protocols fields.
+
+------------------------------------------------------------------------
+r29338 | gerald | 2009-08-08 15:20:08 -0700 (Sat, 08 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/m2m/packet-m2m.c
+
+Check TLV lengths before we try to add them to the tree. Fixes bug 3824.
+
+------------------------------------------------------------------------
+r29339 | guy | 2009-08-08 18:23:09 -0700 (Sat, 08 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ppp.c
+
+Don't use DISSECTOR_ASSERT() to check a packet's content.  Fixes bug
+3827.
+
+------------------------------------------------------------------------
+r29340 | krj | 2009-08-08 23:26:46 -0700 (Sat, 08 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/kerberos/packet-kerberos-template.c
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/mpeg-audio/packet-mpeg-audio-template.c
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
+   M /trunk/asn1/nbap/packet-nbap-template.c
+   M /trunk/asn1/ocsp/packet-ocsp-template.c
+   M /trunk/asn1/pcap/packet-pcap-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/pkixtsp/packet-pkixtsp-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/ranap/packet-ranap-template.c
+   M /trunk/asn1/rnsap/packet-rnsap-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/asn1/rrc/packet-rrc-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/s1ap/packet-s1ap-template.c
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/x2ap/packet-x2ap-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/asn1/x509af/packet-x509af-template.c
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-9p.c
+   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/dissectors/packet-acap.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-actrace.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-agentx.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-airopeek.c
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-amqp.c
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-ans.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-armagetronad.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-aruba-adp.c
+   M /trunk/epan/dissectors/packet-asf.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-auto_rp.c
+   M /trunk/epan/dissectors/packet-ax4000.c
+   M /trunk/epan/dissectors/packet-ayiya.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-beep.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bfd.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bofl.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-btrfcomm.c
+   M /trunk/epan/dissectors/packet-btsdp.c
+   M /trunk/epan/dissectors/packet-bvlc.c
+   M /trunk/epan/dissectors/packet-ccsds.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-cgmp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cimd.c
+   M /trunk/epan/dissectors/packet-cisco-sm.c
+   M /trunk/epan/dissectors/packet-cisco-wids.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-cmpp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-csm-encaps.c
+   M /trunk/epan/dissectors/packet-daap.c
+   M /trunk/epan/dissectors/packet-daytime.c
+   M /trunk/epan/dissectors/packet-dcc.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dect.c
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-distcc.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-dlsw.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dplay.c
+   M /trunk/epan/dissectors/packet-dpnss.c
+   M /trunk/epan/dissectors/packet-drda.c
+   M /trunk/epan/dissectors/packet-dsi.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-dtp.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-eigrp.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-epmd.c
+   M /trunk/epan/dissectors/packet-erf.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-etherip.c
+   M /trunk/epan/dissectors/packet-exec.c
+   M /trunk/epan/dissectors/packet-extreme.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-fcfcs.c
+   M /trunk/epan/dissectors/packet-fcfzs.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fcoe.c
+   M /trunk/epan/dissectors/packet-fcp.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-fefd.c
+   M /trunk/epan/dissectors/packet-fip.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-ftp.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-g723.c
+   M /trunk/epan/dissectors/packet-gdsdb.c
+   M /trunk/epan/dissectors/packet-gift.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gnutella.c
+   M /trunk/epan/dissectors/packet-gprs-ns.c
+   M /trunk/epan/dissectors/packet-gre.c
+   M /trunk/epan/dissectors/packet-gsm_um.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-h1.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h264.c
+   M /trunk/epan/dissectors/packet-hci_h1.c
+   M /trunk/epan/dissectors/packet-hilscher.c
+   M /trunk/epan/dissectors/packet-homeplug.c
+   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-hyperscsi.c
+   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/epan/dissectors/packet-icap.c
+   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/epan/dissectors/packet-icp.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+   M /trunk/epan/dissectors/packet-igrp.c
+   M /trunk/epan/dissectors/packet-imap.c
+   M /trunk/epan/dissectors/packet-infiniband.c
+   M /trunk/epan/dissectors/packet-ipdc.c
+   M /trunk/epan/dissectors/packet-ipfc.c
+   M /trunk/epan/dissectors/packet-ipp.c
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
+   M /trunk/epan/dissectors/packet-ipsec-udp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-ipxwan.c
+   M /trunk/epan/dissectors/packet-irc.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-isdn.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-itdm.c
+   M /trunk/epan/dissectors/packet-jabber.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/epan/dissectors/packet-kingfisher.c
+   M /trunk/epan/dissectors/packet-kismet.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-l1-events.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lanforge.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapbether.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-lapdm.c
+   M /trunk/epan/dissectors/packet-laplink.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-lge_monitor.c
+   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-llt.c
+   M /trunk/epan/dissectors/packet-lmi.c
+   M /trunk/epan/dissectors/packet-lmp.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-lwapp.c
+   M /trunk/epan/dissectors/packet-lwres.c
+   M /trunk/epan/dissectors/packet-m2tp.c
+   M /trunk/epan/dissectors/packet-m2ua.c
+   M /trunk/epan/dissectors/packet-maccontrol.c
+   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/epan/dissectors/packet-mbtcp.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-megaco.c
+   M /trunk/epan/dissectors/packet-mesh.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mmse.c
+   M /trunk/epan/dissectors/packet-mp4ves.c
+   M /trunk/epan/dissectors/packet-mpeg-audio.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-mpls-echo.c
+   M /trunk/epan/dissectors/packet-mq-pcf.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-msn-messenger.c
+   M /trunk/epan/dissectors/packet-msnlb.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mstp.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-nasdaq-itch.c
+   M /trunk/epan/dissectors/packet-nasdaq-soup.c
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ncs.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/dissectors/packet-newmail.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-nntp.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-nsrp.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-nt-tpcp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-ocsp.c
+   M /trunk/epan/dissectors/packet-oicq.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-opsi.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-paltalk.c
+   M /trunk/epan/dissectors/packet-pana.c
+   M /trunk/epan/dissectors/packet-pcap.c
+   M /trunk/epan/dissectors/packet-pcep.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pgsql.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pkixtsp.c
+   M /trunk/epan/dissectors/packet-pktc.c
+   M /trunk/epan/dissectors/packet-pktgen.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pptp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-prp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-q2931.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-q933.c
+   M /trunk/epan/dissectors/packet-qllc.c
+   M /trunk/epan/dissectors/packet-quake.c
+   M /trunk/epan/dissectors/packet-quake2.c
+   M /trunk/epan/dissectors/packet-quake3.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-rdm.c
+   M /trunk/epan/dissectors/packet-rip.c
+   M /trunk/epan/dissectors/packet-ripng.c
+   M /trunk/epan/dissectors/packet-rlm.c
+   M /trunk/epan/dissectors/packet-rmcp.c
+   M /trunk/epan/dissectors/packet-rmi.c
+   M /trunk/epan/dissectors/packet-rmt-alc.c
+   M /trunk/epan/dissectors/packet-rmt-norm.c
+   M /trunk/epan/dissectors/packet-rnsap.c
+   M /trunk/epan/dissectors/packet-roofnet.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-rrc.c
+   M /trunk/epan/dissectors/packet-rsh.c
+   M /trunk/epan/dissectors/packet-rsl.c
+   M /trunk/epan/dissectors/packet-rsync.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-rudp.c
+   M /trunk/epan/dissectors/packet-rx.c
+   M /trunk/epan/dissectors/packet-s1ap.c
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sbus.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-sebek.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-sflow.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-slimp3.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/epan/dissectors/packet-smpp.c
+   M /trunk/epan/dissectors/packet-smrse.c
+   M /trunk/epan/dissectors/packet-smtp.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-socks.c
+   M /trunk/epan/dissectors/packet-spp.c
+   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/epan/dissectors/packet-sscf-nni.c
+   M /trunk/epan/dissectors/packet-sscop.c
+   M /trunk/epan/dissectors/packet-stun.c
+   M /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-synergy.c
+   M /trunk/epan/dissectors/packet-syslog.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-tali.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-teimanagement.c
+   M /trunk/epan/dissectors/packet-telkonet.c
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/epan/dissectors/packet-time.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-tivoconnect.c
+   M /trunk/epan/dissectors/packet-tns.c
+   M /trunk/epan/dissectors/packet-tpkt.c
+   M /trunk/epan/dissectors/packet-tpncp.c
+   M /trunk/epan/dissectors/packet-tr.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-tsp.c
+   M /trunk/epan/dissectors/packet-tte-pcf.c
+   M /trunk/epan/dissectors/packet-tte.c
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-turnchannel.c
+   M /trunk/epan/dissectors/packet-tuxedo.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-usb-masstorage.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-vcdu.c
+   M /trunk/epan/dissectors/packet-vicp.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-vj.c
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-vrrp.c
+   M /trunk/epan/dissectors/packet-vtp.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-who.c
+   M /trunk/epan/dissectors/packet-wlccp.c
+   M /trunk/epan/dissectors/packet-wol.c
+   M /trunk/epan/dissectors/packet-wow.c
+   M /trunk/epan/dissectors/packet-wsmp.c
+   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-x29.c
+   M /trunk/epan/dissectors/packet-x2ap.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/epan/dissectors/packet-x509af.c
+   M /trunk/epan/dissectors/packet-xcsl.c
+   M /trunk/epan/dissectors/packet-xdmcp.c
+   M /trunk/epan/dissectors/packet-xot.c
+   M /trunk/epan/dissectors/packet-xtp.c
+   M /trunk/epan/dissectors/packet-xyplex.c
+   M /trunk/epan/dissectors/packet-yhoo.c
+   M /trunk/epan/dissectors/packet-ymsg.c
+   M /trunk/epan/dissectors/packet-zebra.c
+   M /trunk/epan/dissectors/packet-zrtp.c
+   M /trunk/plugins/docsis/packet-docsis.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/giop/packet-coseventcomm.c
+   M /trunk/plugins/giop/packet-cosnaming.c
+   M /trunk/plugins/giop/packet-parlay.c
+   M /trunk/plugins/giop/packet-tango.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt.c
+
+Don't guard col_set_str (COL_PROTOCOL) with col_check
+------------------------------------------------------------------------
+r29341 | krj | 2009-08-08 23:47:24 -0700 (Sat, 08 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ascend.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-clip.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-ehs.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-sqloracle.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/plugins/unistim/packet-unistim.c
+
+Don't guard col_set_str (COL_PROTOCOL) with col_check
+------------------------------------------------------------------------
+r29342 | krj | 2009-08-09 00:01:26 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/s4406/packet-s4406-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/asn1/x420/packet-x420-template.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-ascend.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-bvlc.c
+   M /trunk/epan/dissectors/packet-ccsds.c
+   M /trunk/epan/dissectors/packet-cgmp.c
+   M /trunk/epan/dissectors/packet-clip.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-ddtp.c
+   M /trunk/epan/dissectors/packet-dect.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-dtp.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-ehs.c
+   M /trunk/epan/dissectors/packet-exec.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fip.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-h1.c
+   M /trunk/epan/dissectors/packet-h223.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ipsec-udp.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-megaco.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mpls-echo.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-mtp3.c
+   M /trunk/epan/dissectors/packet-mtp3mg.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-newmail.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-prp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-s4406.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-slowprotocols.c
+   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-spp.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-telnet.c
+   M /trunk/epan/dissectors/packet-tn3270.c
+   M /trunk/epan/dissectors/packet-tpkt.c
+   M /trunk/epan/dissectors/packet-tte.c
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-tuxedo.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-vcdu.c
+   M /trunk/epan/dissectors/packet-vj.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-vtp.c
+   M /trunk/epan/dissectors/packet-wsmp.c
+   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-x29.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-x420.c
+   M /trunk/plugins/docsis/packet-docsis.c
+   M /trunk/plugins/irda/packet-irda.c
+
+Don't guard col_set_str (COL_INFO) with col_check
+------------------------------------------------------------------------
+r29343 | krj | 2009-08-09 00:14:16 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ascend.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-clip.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-gsm_um.c
+   M /trunk/epan/dissectors/packet-isdn.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+
+Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_check
+------------------------------------------------------------------------
+r29344 | krj | 2009-08-09 00:36:13 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/acse/packet-acse-template.c
+   M /trunk/asn1/cmip/packet-cmip-template.c
+   M /trunk/asn1/disp/packet-disp-template.c
+   M /trunk/asn1/dop/packet-dop-template.c
+   M /trunk/asn1/dsp/packet-dsp-template.c
+   M /trunk/asn1/ftam/packet-ftam-template.c
+   M /trunk/asn1/goose/packet-goose-template.c
+   M /trunk/asn1/kerberos/packet-kerberos-template.c
+   M /trunk/asn1/mms/packet-mms-template.c
+   M /trunk/asn1/mpeg-audio/packet-mpeg-audio-template.c
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/ros/packet-ros-template.c
+   M /trunk/asn1/rtse/packet-rtse-template.c
+   M /trunk/asn1/x411/packet-x411-template.c
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-3g-a11.c
+   M /trunk/epan/dissectors/packet-9p.c
+   M /trunk/epan/dissectors/packet-aarp.c
+   M /trunk/epan/dissectors/packet-acse.c
+   M /trunk/epan/dissectors/packet-actrace.c
+   M /trunk/epan/dissectors/packet-airopeek.c
+   M /trunk/epan/dissectors/packet-ajp13.c
+   M /trunk/epan/dissectors/packet-aodv.c
+   M /trunk/epan/dissectors/packet-aoe.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arp.c
+   M /trunk/epan/dissectors/packet-aruba-adp.c
+   M /trunk/epan/dissectors/packet-asf.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-auto_rp.c
+   M /trunk/epan/dissectors/packet-bfd.c
+   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-bofl.c
+   M /trunk/epan/dissectors/packet-brdwlk.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cip.c
+   M /trunk/epan/dissectors/packet-cisco-wids.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cmip.c
+   M /trunk/epan/dissectors/packet-cmpp.c
+   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-cpha.c
+   M /trunk/epan/dissectors/packet-cups.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dhcp-failover.c
+   M /trunk/epan/dissectors/packet-dhcpv6.c
+   M /trunk/epan/dissectors/packet-disp.c
+   M /trunk/epan/dissectors/packet-distcc.c
+   M /trunk/epan/dissectors/packet-dlm3.c
+   M /trunk/epan/dissectors/packet-dnp.c
+   M /trunk/epan/dissectors/packet-dns.c
+   M /trunk/epan/dissectors/packet-dop.c
+   M /trunk/epan/dissectors/packet-dplay.c
+   M /trunk/epan/dissectors/packet-dsp.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-eap.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-edonkey.c
+   M /trunk/epan/dissectors/packet-eigrp.c
+   M /trunk/epan/dissectors/packet-enip.c
+   M /trunk/epan/dissectors/packet-esis.c
+   M /trunk/epan/dissectors/packet-fefd.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-ftam.c
+   M /trunk/epan/dissectors/packet-fw1.c
+   M /trunk/epan/dissectors/packet-gift.c
+   M /trunk/epan/dissectors/packet-gnutella.c
+   M /trunk/epan/dissectors/packet-goose.c
+   M /trunk/epan/dissectors/packet-gprs-ns.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+   M /trunk/epan/dissectors/packet-h223.c
+   M /trunk/epan/dissectors/packet-hci_h1.c
+   M /trunk/epan/dissectors/packet-hyperscsi.c
+   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/epan/dissectors/packet-icp.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+   M /trunk/epan/dissectors/packet-igrp.c
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-infiniband.c
+   M /trunk/epan/dissectors/packet-ipars.c
+   M /trunk/epan/dissectors/packet-ipsec-tcp.c
+   M /trunk/epan/dissectors/packet-ipsec-udp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-ipxwan.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-isis.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-isns.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos4.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapbether.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-ldp.c
+   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/dissectors/packet-lmi.c
+   M /trunk/epan/dissectors/packet-lmp.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lpd.c
+   M /trunk/epan/dissectors/packet-lsc.c
+   M /trunk/epan/dissectors/packet-maccontrol.c
+   M /trunk/epan/dissectors/packet-mbtcp.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-mgcp.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mms.c
+   M /trunk/epan/dissectors/packet-mpeg-audio.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-mq-pcf.c
+   M /trunk/epan/dissectors/packet-msproxy.c
+   M /trunk/epan/dissectors/packet-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-nlsp.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-nt-tpcp.c
+   M /trunk/epan/dissectors/packet-ntp.c
+   M /trunk/epan/dissectors/packet-olsr.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-paltalk.c
+   M /trunk/epan/dissectors/packet-pcep.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pptp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pvfs2.c
+   M /trunk/epan/dissectors/packet-qllc.c
+   M /trunk/epan/dissectors/packet-quake.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-rdm.c
+   M /trunk/epan/dissectors/packet-rip.c
+   M /trunk/epan/dissectors/packet-ripng.c
+   M /trunk/epan/dissectors/packet-rmt-alc.c
+   M /trunk/epan/dissectors/packet-rmt-norm.c
+   M /trunk/epan/dissectors/packet-ros.c
+   M /trunk/epan/dissectors/packet-rpcap.c
+   M /trunk/epan/dissectors/packet-rsl.c
+   M /trunk/epan/dissectors/packet-rsvp.c
+   M /trunk/epan/dissectors/packet-rsync.c
+   M /trunk/epan/dissectors/packet-rtmpt.c
+   M /trunk/epan/dissectors/packet-rtp-events.c
+   M /trunk/epan/dissectors/packet-rtse.c
+   M /trunk/epan/dissectors/packet-rudp.c
+   M /trunk/epan/dissectors/packet-rx.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sbus.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-sita.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-smb-logon.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-sqloracle.c
+   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/dissectors/packet-syslog.c
+   M /trunk/epan/dissectors/packet-tacacs.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-teimanagement.c
+   M /trunk/epan/dissectors/packet-telkonet.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-tn3270.c
+   M /trunk/epan/dissectors/packet-trmac.c
+   M /trunk/epan/dissectors/packet-tsp.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-usb-masstorage.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-vicp.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-vrrp.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-who.c
+   M /trunk/epan/dissectors/packet-wol.c
+   M /trunk/epan/dissectors/packet-wow.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/epan/dissectors/packet-x29.c
+   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/dissectors/packet-xcsl.c
+   M /trunk/epan/dissectors/packet-xdmcp.c
+   M /trunk/epan/dissectors/packet-xtp.c
+   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1.c
+
+Don't guard col_clear with col_check
+------------------------------------------------------------------------
+r29345 | krj | 2009-08-09 00:59:51 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi-tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/asn1/t125/packet-t125-template.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/epan/dissectors/packet-2dparityfec.c
+   M /trunk/epan/dissectors/packet-acn.c
+   M /trunk/epan/dissectors/packet-afs.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-ansi_map.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-bat.c
+   M /trunk/epan/dissectors/packet-bittorrent.c
+   M /trunk/epan/dissectors/packet-bssap.c
+   M /trunk/epan/dissectors/packet-bthci_acl.c
+   M /trunk/epan/dissectors/packet-bthci_cmd.c
+   M /trunk/epan/dissectors/packet-bthci_evt.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cast.c
+   M /trunk/epan/dissectors/packet-cfm.c
+   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-cisco-wids.c
+   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/epan/dissectors/packet-dcm.c
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/epan/dissectors/packet-dec-bpdu.c
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-dect.c
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-dvmrp.c
+   M /trunk/epan/dissectors/packet-e100.c
+   M /trunk/epan/dissectors/packet-echo.c
+   M /trunk/epan/dissectors/packet-egd.c
+   M /trunk/epan/dissectors/packet-enttec.c
+   M /trunk/epan/dissectors/packet-epl.c
+   M /trunk/epan/dissectors/packet-epl_v1.c
+   M /trunk/epan/dissectors/packet-evrc.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcels.c
+   M /trunk/epan/dissectors/packet-ff.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-h261.c
+   M /trunk/epan/dissectors/packet-h263p.c
+   M /trunk/epan/dissectors/packet-hpext.c
+   M /trunk/epan/dissectors/packet-hpsw.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-iec104.c
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-ifcp.c
+   M /trunk/epan/dissectors/packet-igap.c
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-ipmi.c
+   M /trunk/epan/dissectors/packet-ipsi-ctl.c
+   M /trunk/epan/dissectors/packet-ipvs-syncd.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
+   M /trunk/epan/dissectors/packet-jpeg.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-kdp.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kink.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-manolito.c
+   M /trunk/epan/dissectors/packet-mpeg1.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-mrdisc.c
+   M /trunk/epan/dissectors/packet-ms-mms.c
+   M /trunk/epan/dissectors/packet-msnip.c
+   M /trunk/epan/dissectors/packet-mstp.c
+   M /trunk/epan/dissectors/packet-mysql.c
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-ncp-nmas.c
+   M /trunk/epan/dissectors/packet-ncp-sss.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-netdump.c
+   M /trunk/epan/dissectors/packet-netsync.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-omapi.c
+   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-pw-atm.c
+   M /trunk/epan/dissectors/packet-pw-cesopsn.c
+   M /trunk/epan/dissectors/packet-pw-fr.c
+   M /trunk/epan/dissectors/packet-pw-satop.c
+   M /trunk/epan/dissectors/packet-quake3.c
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-retix-bpdu.c
+   M /trunk/epan/dissectors/packet-rfc2190.c
+   M /trunk/epan/dissectors/packet-rgmp.c
+   M /trunk/epan/dissectors/packet-rlogin.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtnet.c
+   M /trunk/epan/dissectors/packet-rtp-events.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rtps.c
+   M /trunk/epan/dissectors/packet-rtps2.c
+   M /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/epan/dissectors/packet-skinny.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   M /trunk/epan/dissectors/packet-smb-pipe.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-starteam.c
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-teamspeak2.c
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-wtls.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/epan/dissectors/packet-zbee-aps.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zdp.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/m2m/packet-m2m.c
+   M /trunk/plugins/opcua/opcua.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
+------------------------------------------------------------------------
+r29346 | krj | 2009-08-09 01:14:59 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/t125/packet-t125-template.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-afs.c
+   M /trunk/epan/dissectors/packet-amqp.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-cfm.c
+   M /trunk/epan/dissectors/packet-ctdb.c
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/epan/dissectors/packet-dec-bpdu.c
+   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/epan/dissectors/packet-dect.c
+   M /trunk/epan/dissectors/packet-dplay.c
+   M /trunk/epan/dissectors/packet-dvmrp.c
+   M /trunk/epan/dissectors/packet-epl_v1.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icq.c
+   M /trunk/epan/dissectors/packet-iec104.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-igap.c
+   M /trunk/epan/dissectors/packet-igmp.c
+   M /trunk/epan/dissectors/packet-ipvs-syncd.c
+   M /trunk/epan/dissectors/packet-kdp.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-lldp.c
+   M /trunk/epan/dissectors/packet-mrdisc.c
+   M /trunk/epan/dissectors/packet-msnip.c
+   M /trunk/epan/dissectors/packet-nbd.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-netdump.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-omapi.c
+   M /trunk/epan/dissectors/packet-pagp.c
+   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-rdt.c
+   M /trunk/epan/dissectors/packet-retix-bpdu.c
+   M /trunk/epan/dissectors/packet-rgmp.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rtnet.c
+   M /trunk/epan/dissectors/packet-rtps.c
+   M /trunk/epan/dissectors/packet-rtps2.c
+   M /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/epan/dissectors/packet-smb-browse.c
+   M /trunk/epan/dissectors/packet-smb-mailslot.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-t125.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-teamspeak2.c
+   M /trunk/epan/dissectors/packet-wccp.c
+   M /trunk/epan/dissectors/packet-winsrepl.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/m2m/packet-m2m.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/unistim/packet-unistim.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+Don't guard col_clear with col_check
+------------------------------------------------------------------------
+r29347 | krj | 2009-08-09 03:50:30 -0700 (Sun, 09 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-fcels.c
+
+Don't use DISSECTOR_ASSERT to check source/destination address type.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3825
+
+------------------------------------------------------------------------
+r29348 | gerald | 2009-08-09 08:03:28 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-09]
+------------------------------------------------------------------------
+r29351 | wmeier | 2009-08-09 08:07:35 -0700 (Sun, 09 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/wimax/msg_arq.c
+   M /trunk/plugins/wimax/msg_dreg.c
+   M /trunk/plugins/wimax/msg_pmc.c
+
+'if(proto_... == -1)' not req'd; Don't register ett[] more than once;
+
+------------------------------------------------------------------------
+r29352 | wmeier | 2009-08-09 08:49:02 -0700 (Sun, 09 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+g_error() if registering a subtree item type already registered (or not initialized to -1).
+
+------------------------------------------------------------------------
+r29353 | wmeier | 2009-08-09 09:48:28 -0700 (Sun, 09 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at_devstat.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_hp.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt_devctrl.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mst.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_svc.c
+
+(Trivial): Remove uneeded #includes; make a few fcns static;
+
+------------------------------------------------------------------------
+r29354 | krj | 2009-08-09 10:33:23 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/file.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/print.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/tap-protohierstat.c
+
+Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works because proto_item is typedefed to proto_node. We shouldn't rely on this since this is an implementation detail.
+------------------------------------------------------------------------
+r29355 | krj | 2009-08-09 10:57:31 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/epan/dfilter/dfilter-macro.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/expert.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/plugins/wimax/wimax_harq_map_decoder.c
+   M /trunk/proto_hier_stats.c
+
+Add PTREE_FINFO and use PITEM_FINFO when possible.
+------------------------------------------------------------------------
+r29356 | krj | 2009-08-09 11:05:44 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ncp2222.inc
+
+Use PTREE_FINFO.
+------------------------------------------------------------------------
+r29357 | krj | 2009-08-09 11:15:36 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.h
+
+Use PITEM_FINFO.
+------------------------------------------------------------------------
+r29358 | krj | 2009-08-09 12:23:13 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Split common parts of se_alloc and ep_alloc into emem_alloc.
+------------------------------------------------------------------------
+r29359 | krj | 2009-08-09 13:10:19 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Split common parts of ep_free_all and se_free_all into emem_free_all.
+------------------------------------------------------------------------
+r29360 | krj | 2009-08-09 13:28:38 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+g_error() requires a string literal.
+------------------------------------------------------------------------
+r29361 | krj | 2009-08-09 14:10:04 -0700 (Sun, 09 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Add unsigned int typecast
+------------------------------------------------------------------------
+r29362 | jmayer | 2009-08-10 07:55:47 -0700 (Mon, 10 Aug 2009) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Ivan Sy <ivan_jr@yahoo.com> via bug 3814
+
+TTL-Check for local network group addresses: Normally the
+only valid TTL is 1. Add a check for VRRP and GLBP, where
+the only valid TTL is 255.
+
+Me: change the logic so the funtion returns the valid ttl
+    instead of true/false.
+
+
+------------------------------------------------------------------------
+r29363 | gerald | 2009-08-10 08:33:54 -0700 (Mon, 10 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
+
+Fix the build.
+
+------------------------------------------------------------------------
+r29364 | gerald | 2009-08-10 09:12:55 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/wiretap/erf.c
+
+Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crash
+reported in bug 3849.
+
+------------------------------------------------------------------------
+r29365 | krj | 2009-08-10 09:36:44 -0700 (Mon, 10 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/emem.c
+
+Use ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE) to guard canary code to get things compiling after r29358.
+------------------------------------------------------------------------
+r29366 | guy | 2009-08-10 11:22:05 -0700 (Mon, 10 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/wiretap/erf.c
+
+Update a comment - a bad packet size could also be the result of a file
+not actually being an ERF file.
+
+Don't compute the packet size until you know that rlen is valid.
+
+------------------------------------------------------------------------
+r29367 | wmeier | 2009-08-10 11:45:47 -0700 (Mon, 10 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-redbackli.c
+
+(Quick) fix for bug #3836;
+Allow the DIR ("direction") AVP to be of variable length
+ (in the absence of any documentation for this protocol).
+ See the source for further comments.
+
+------------------------------------------------------------------------
+r29368 | etxrab | 2009-08-10 12:48:42 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3819
+------------------------------------------------------------------------
+r29369 | etxrab | 2009-08-10 12:53:12 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+From Steve Osselton:
+GIOP dissector update for MIOP.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3847
+------------------------------------------------------------------------
+r29370 | etxrab | 2009-08-10 13:52:56 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/color_filters.c
+   M /trunk/epan/column-utils.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+   M /trunk/ui_util.h
+
+From Kovarththanan Rajaratnam:
+- Compute and cache color/custom filters dynamically.
+- Delay column construction.
+------------------------------------------------------------------------
+r29371 | wmeier | 2009-08-10 14:07:15 -0700 (Mon, 10 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+Validate two tag field lengths before attempting to do proto_tree_add_item();
+Fixes bug #3841.
+
+------------------------------------------------------------------------
+r29372 | wmeier | 2009-08-10 14:46:30 -0700 (Mon, 10 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+Initialize a variable to keep GCC happy ....
+
+------------------------------------------------------------------------
+r29373 | guy | 2009-08-10 15:15:22 -0700 (Mon, 10 Aug 2009) | 10 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-pppoe.c
+
+For TLV items that are a single integral value and thus must have a
+certain length:
+
+       attach the expert item to the length field if we're showing it,
+       otherwise put in a text item for the malformed TLV and attach
+       the expert item to that;
+
+       don't give up, as we'll just skip the bad item and move on to
+       the next item.
+
+------------------------------------------------------------------------
+r29374 | etxrab | 2009-08-11 00:41:46 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From swapnil:
+Another Minor Bug for ULI in Packet-gtpv2.c
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3862
+------------------------------------------------------------------------
+r29375 | krj | 2009-08-11 02:24:56 -0700 (Tue, 11 Aug 2009) | 9 lines
+Changed paths:
+   M /trunk/epan/emem.c
+   M /trunk/epan/emem.h
+
+We now expose the following environment variables:
+
+ * WIRESHARK_DEBUG_EP_NO_CHUNKS
+ * WIRESHARK_DEBUG_SE_NO_CHUNKS
+ * WIRESHARK_DEBUG_EP_NO_CANARY
+ * WIRESHARK_DEBUG_SE_NO_CANARY
+
+This allows us to enable/disable memory chunks and canaries at runtime _without_ needing to recompile.
+
+------------------------------------------------------------------------
+r29376 | etxrab | 2009-08-11 03:32:46 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From swapnil:
+Bugs Fixed in ULI in packet-gtpv2.c
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3860
+------------------------------------------------------------------------
+r29377 | etxrab | 2009-08-11 05:22:00 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3 (R4 and R5).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3866
+------------------------------------------------------------------------
+r29378 | wmeier | 2009-08-11 06:44:35 -0700 (Tue, 11 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-p_mul.c
+
+Don't coerce a (void *) to a (guint32 *). 
+The (void *) pointer in this case may point to
+"unaligned" data.
+
+------------------------------------------------------------------------
+r29379 | gerald | 2009-08-11 10:53:39 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/tvbuff.h
+
+Be a little more explicit in our description of tvb_get_ptr.
+
+------------------------------------------------------------------------
+r29380 | krj | 2009-08-11 11:08:03 -0700 (Tue, 11 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/proto_hier_stats.c
+
+TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any users (e.g. proto_hier_stats.c, others?) that relies on FT_PROTOCOL nodes being created they'll now need to call the newly introduced epan_dissect_fake_protocols() to disable this optimization.
+
+Also make use of TRY_TO_FAKE_THIS_ITEM in proto_tree_add_text_node(), proto_tree_add_none_format() and proto_tree_add_protocol_format().
+
+------------------------------------------------------------------------
+r29381 | krj | 2009-08-11 11:16:55 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Turn a comment in fast_ensure_contiguous() into a DISSECTOR_ASSERT() to make the implied requirement explicit.
+------------------------------------------------------------------------
+r29382 | krj | 2009-08-11 11:28:10 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+(Trivial change) move ensure_contiguous() to reflect call hierarchy
+------------------------------------------------------------------------
+r29383 | gerald | 2009-08-11 11:37:59 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Add a bunch of length checks. Fixes bug 3826.
+
+------------------------------------------------------------------------
+r29384 | gerald | 2009-08-11 13:58:36 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
+
+Add some length checks. Fixes a few recent fuzz bugs.
+
+------------------------------------------------------------------------
+r29385 | gerald | 2009-08-11 14:11:12 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ieee80211.c
+
+Use the right size for FT_UINT16.
+
+------------------------------------------------------------------------
+r29386 | etxrab | 2009-08-11 14:27:36 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From swapnil:
+Small Bug in TFT (Flow label) and ULI.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3876
+------------------------------------------------------------------------
+r29387 | rbalint | 2009-08-11 16:20:03 -0700 (Tue, 11 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+From Ivan Sy (with minor modifications):
+Show Teredo Connectivity tests.
+Fix offset of ICMPv6 sequence number.
+
+------------------------------------------------------------------------
+r29388 | gerald | 2009-08-11 16:29:21 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+Add some length checks.
+
+------------------------------------------------------------------------
+r29389 | gerald | 2009-08-11 16:44:22 -0700 (Tue, 11 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Instead of calling DISSECTOR_ASSERT_NOT_REACHED, just say the subchannel
+is unknown. Fixes bug 3864.
+
+------------------------------------------------------------------------
+r29390 | jake | 2009-08-11 16:52:04 -0700 (Tue, 11 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Complete the fix in r29389.
+
+------------------------------------------------------------------------
+r29391 | jake | 2009-08-11 17:02:23 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+Restore the formatting of the saved graph.
+------------------------------------------------------------------------
+r29392 | kukosa | 2009-08-11 23:10:08 -0700 (Tue, 11 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+fix memoryleak causing crash with long SSL traces
+------------------------------------------------------------------------
+r29393 | rbalint | 2009-08-12 05:55:27 -0700 (Wed, 12 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+Fix COL_INFO and COL_PROTOCOL for Teredo Direct IPv6 Connectivity Test
+
+------------------------------------------------------------------------
+r29394 | krj | 2009-08-12 08:12:19 -0700 (Wed, 12 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From William Preston via. 3549:
+
+A typo in 2 of the field names causes the apn not to be displayed.
+
+------------------------------------------------------------------------
+r29395 | gerald | 2009-08-12 10:08:08 -0700 (Wed, 12 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+Temporarily disable dissector bug checking. Fixing the ones we've found
+so far will take a while and in the meantime looking for dissector
+assertions is keeping us from finding more serious bugs.
+
+------------------------------------------------------------------------
+r29396 | krj | 2009-08-12 11:24:49 -0700 (Wed, 12 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+DISSECTOR_ASSERT on FT_PCRE in construct_match_selected_string().
+------------------------------------------------------------------------
+r29397 | krj | 2009-08-12 12:32:54 -0700 (Wed, 12 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/reassemble.c
+
+White space changes
+------------------------------------------------------------------------
+r29398 | etxrab | 2009-08-12 15:40:13 -0700 (Wed, 12 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3 (R6).
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3886
+------------------------------------------------------------------------
+r29399 | etxrab | 2009-08-13 00:56:13 -0700 (Thu, 13 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.c
+
+From Gerasimos Dimitriadis:
+DTAP decoding of Mobile Station Classmark 3 (R7 and R8)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3891
+------------------------------------------------------------------------
+r29400 | kukosa | 2009-08-13 02:07:03 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+   M /trunk/epan/dissectors/packet-ssl.c
+
+Fix SSL decryption failure if client and server have the same TCP port
+------------------------------------------------------------------------
+r29401 | kukosa | 2009-08-13 03:36:53 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVC
+------------------------------------------------------------------------
+r29402 | kukosa | 2009-08-13 04:12:35 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+fix build failure without GnuTLS
+------------------------------------------------------------------------
+r29403 | krj | 2009-08-13 05:17:20 -0700 (Thu, 13 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+Make sure that we find the "data" dissector during handoff else we might crash if the received payload was less than 2 bytes.
+
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3893
+
+------------------------------------------------------------------------
+r29404 | krj | 2009-08-13 12:42:46 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/libwireshark.def
+   M /trunk/file.c
+   M /trunk/gtk/iax2_analysis.c
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/rawshark.c
+   M /trunk/tshark.c
+
+Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initialise/cleanup stack allocated 'edt' structures. This should speed up dissection since we avoid some malloc traffic.
+------------------------------------------------------------------------
+r29405 | krj | 2009-08-13 13:00:36 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Add needed header due to stack allocated 'edt' structure
+------------------------------------------------------------------------
+r29406 | etxrab | 2009-08-13 14:36:01 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+Get the pointer to the packet list record and use the data directly.
+------------------------------------------------------------------------
+r29407 | etxrab | 2009-08-13 14:46:00 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Start to implement display filtering.
+------------------------------------------------------------------------
+r29408 | krj | 2009-08-13 22:22:12 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Always add packet to the new packet list regardless of whether the packet passed the display filter test or not. We do this because we do the filtering inside the new packet list.
+------------------------------------------------------------------------
+r29409 | krj | 2009-08-13 22:49:57 -0700 (Thu, 13 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Make display filtering work for NEW_PACKET_LIST. This didn't work previously because we would simply append the new filtered packets onto the existing ones.
+------------------------------------------------------------------------
+r29410 | krj | 2009-08-14 03:17:13 -0700 (Fri, 14 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/plugins/ethercat/Makefile.nmake
+
+From Artem Tamazov via. 3899:
+
+Remove superfluous /MP
+
+------------------------------------------------------------------------
+r29411 | krj | 2009-08-14 06:33:17 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Don't attach our original packet list model in new_packet_list_thaw(). It's pointless because we override it in filter_function().
+------------------------------------------------------------------------
+r29412 | etxrab | 2009-08-14 08:31:59 -0700 (Fri, 14 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/diameter/TGPPRx.xml
+   M /trunk/diameter/dictionary.xml
+
+Typos.
+Fixes:
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3878
+------------------------------------------------------------------------
+r29413 | krj | 2009-08-14 08:44:57 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Make next/previous frame work again with the new filter model.
+------------------------------------------------------------------------
+r29414 | krj | 2009-08-14 08:56:23 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Make first/last frame work again with the new filter model.
+------------------------------------------------------------------------
+r29415 | krj | 2009-08-14 11:29:32 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+   M /trunk/gtk/new_packet_list.c
+
+New packet list: right clicking on a row now selects the given row.
+------------------------------------------------------------------------
+r29416 | krj | 2009-08-14 11:32:44 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Remove unused functions/prototypes
+------------------------------------------------------------------------
+r29417 | krj | 2009-08-14 11:49:48 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Make mark/unmark frame work with the new filter model
+------------------------------------------------------------------------
+r29418 | krj | 2009-08-14 11:59:15 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Remove the hacky row_from_iter() function and use new_packet_list_get_record() instead. Alas, new_packet_list_get_record() is also somewhat hacky in its nature, but hey at least we're using one less hacky thing.
+------------------------------------------------------------------------
+r29419 | krj | 2009-08-14 12:35:01 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
+   M /trunk/gtk/main.h
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Make 'Apply as filter'/'Prepare filter' work for new packet list.
+------------------------------------------------------------------------
+r29420 | martinm | 2009-08-14 18:29:29 -0700 (Fri, 14 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Allow s1ap not to be dissected (to avoid seeing errors, possibly due to proprietary variants).
+
+------------------------------------------------------------------------
+r29421 | krj | 2009-08-14 20:57:14 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+Don't exclude functionality we already support
+------------------------------------------------------------------------
+r29422 | krj | 2009-08-14 21:05:04 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+Find next/previous mark is also supported so don't exclude it
+------------------------------------------------------------------------
+r29423 | krj | 2009-08-14 21:19:45 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Add support for mark/unmark all frames in our new packet list
+------------------------------------------------------------------------
+r29424 | krj | 2009-08-14 21:24:43 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/menus.c
+
+Enable 'Mark Packet' in the Edit menu
+------------------------------------------------------------------------
+r29425 | krj | 2009-08-14 22:06:27 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Avoid superfluous g_strdup()
+------------------------------------------------------------------------
+r29426 | krj | 2009-08-14 22:26:02 -0700 (Fri, 14 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+
+Micro optimize by storing PACKET_LIST(tree_model) into a local variable and using that instead of computing PACKET_LIST(tree_model) each time.
+------------------------------------------------------------------------
+r29427 | krj | 2009-08-14 23:38:10 -0700 (Fri, 14 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bthci_acl.c
+   M /trunk/epan/dissectors/packet-btl2cap.c
+   M /trunk/epan/dissectors/packet-btrfcomm.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet.h
+   M /trunk/epan/reassemble.c
+   M /trunk/epan/reassemble_test.c
+   M /trunk/epan/wslua/wslua_dumper.c
+   M /trunk/print.c
+
+This patch introduces packet_add_new_data_source() which effectively deprecates add_new_data_source(). This is based on the following observation:
+
+1) The tvb + name (aka. data_source) is only used when the protocol tree is visible
+
+The current implementation of add_new_data_source() doesn't take this into account and simply allocates a data_source regardless. This is what packet_add_new_data_source() tries to rectify.
+
+A couple of dissectors have already been switched over to the new packet_add_new_data_source(). Many are still missing. Help appreciated!
+
+------------------------------------------------------------------------
+r29428 | krj | 2009-08-15 01:05:10 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+
+The frame dissector contains a kludge to workaround the fact that the Protocol Hierarchy stats tap always needs the protocol node to appear even though no color, display filter etc. reference it. This is no longer needed due to r29380.
+------------------------------------------------------------------------
+r29429 | krj | 2009-08-15 01:38:50 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+This should have been part of r29428. This patch forces proto_field_is_referenced() to respect the fake_protocols flag set by Protocol Hierarchy stats tap.
+------------------------------------------------------------------------
+r29430 | krj | 2009-08-15 02:13:16 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/except.c
+
+Switch over to using GLib's g_malloc/g_free in the name of consistency.
+------------------------------------------------------------------------
+r29431 | krj | 2009-08-15 04:21:36 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+   M /trunk/plugins/ethercat/packet-esl.c
+
+Use HFILL instead of hard coding the values
+------------------------------------------------------------------------
+r29432 | krj | 2009-08-15 05:29:25 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Make mem chunk static
+------------------------------------------------------------------------
+r29433 | krj | 2009-08-15 05:41:24 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Add a missing DISSECTOR_ASSERT in tvb_init()
+------------------------------------------------------------------------
+r29434 | krj | 2009-08-15 06:24:59 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Use the slice allocator if GLIB >= 2,10,0 as suggested by Anders Broman
+------------------------------------------------------------------------
+r29435 | krj | 2009-08-15 07:13:36 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+
+Inline a few checks in the add_packet_to_packet_list() function since it's called in tight loop. This will help us to avoid calling functions that simply returns. This is especially the case when we're dealing with the new packet list due to its dissect-on-demand nature where colour/column construction is delayed until the row becomes visible.
+------------------------------------------------------------------------
+r29436 | etxrab | 2009-08-15 14:12:56 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Prepare for storing column data in packet list store.
+------------------------------------------------------------------------
+r29437 | etxrab | 2009-08-15 14:59:03 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Try to please build bot
+------------------------------------------------------------------------
+r29438 | sfisher | 2009-08-15 19:35:44 -0700 (Sat, 15 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+
+Mark function paramter as unused with _U_ to please gcc.
+
+
+------------------------------------------------------------------------
+r29439 | krj | 2009-08-15 21:08:00 -0700 (Sat, 15 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+
+Switch over to using GPtrArray instead of manually g_renew'ing. This switch has some benefits:
+
+1) We don't have to manually resize
+2) GPtrArray uses a sligtly more efficient allocation scheme. It increases the size of the array exponentially which reduces the amount of memcpy's we have to do when we resize the array
+
+------------------------------------------------------------------------
+r29440 | krj | 2009-08-15 21:54:33 -0700 (Sat, 15 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/reassemble.c
+
+Use the slice allocator if GLIB >= 2,10,0
+------------------------------------------------------------------------
+r29441 | krj | 2009-08-16 00:29:11 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/exceptions.h
+   M /trunk/epan/tvbuff.c
+
+Remove a non thread-safe usage (useful when/if we ever support threading) of a static tvbuff in tvb_new_real_data(). The current version uses a static 'last_tvb' to keep track of the last allocated tvbuff. This is needed because some of the function we call can throw an exception. This patch improves this strategy by throwing an exception (if needed) before we try to allocate the tvbuff. This way we avoid a memleak _and_ we don't have to track the 'last_tvb' tvbuff.
+------------------------------------------------------------------------
+r29442 | krj | 2009-08-16 01:18:17 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Make some of the check_XXX functions accept the length/reported length of the tvbuff as arguments instead the tvbuff. We'll need this feature in order to remove the non-thread usage of the 'last_tvb' variable in tvb_new_subset()
+------------------------------------------------------------------------
+r29443 | krj | 2009-08-16 02:18:17 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Remove the non-thread safe usage of 'last_tvb' variable in tvb_new_subset()
+------------------------------------------------------------------------
+r29444 | krj | 2009-08-16 02:48:25 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/tvbuff.c
+
+Remove unused parameters
+------------------------------------------------------------------------
+r29445 | krj | 2009-08-16 03:53:47 -0700 (Sun, 16 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/tvbuff.c
+   M /trunk/epan/tvbuff.h
+
+Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized version of tvb_new_subset(). The latter can be mapped to the former by tvb_new_subset(tvb, offset, -1 /* backing_length */, -1 /* reported_length */). We can disable some bounds checking because 'backing_length' and 'reported_length' are hardcoded to -1.
+
+The current implementation of tvb_new_subset_remaining() only has the THROW_ON(reported_length < 1) check removed when compared to tvb_new_subset(). So there's room for improvement in this function. We should be able to disable some more (redundant) bounds checking.
+
+------------------------------------------------------------------------
+r29446 | krj | 2009-08-16 05:36:22 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/asn1/mpeg-pes/packet-mpeg-pes-template.c
+   M /trunk/asn1/pres/packet-pres-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/spnego/packet-spnego-template.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-3com-xns.c
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-aim-icq.c
+   M /trunk/epan/dissectors/packet-aim-messaging.c
+   M /trunk/epan/dissectors/packet-aim.c
+   M /trunk/epan/dissectors/packet-airopeek.c
+   M /trunk/epan/dissectors/packet-ap1394.c
+   M /trunk/epan/dissectors/packet-arcnet.c
+   M /trunk/epan/dissectors/packet-artnet.c
+   M /trunk/epan/dissectors/packet-asap.c
+   M /trunk/epan/dissectors/packet-atalk.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-ayiya.c
+   M /trunk/epan/dissectors/packet-bacnet.c
+   M /trunk/epan/dissectors/packet-bat.c
+   M /trunk/epan/dissectors/packet-bctp.c
+   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-capwap.c
+   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/epan/dissectors/packet-chdlc.c
+   M /trunk/epan/dissectors/packet-cisco-erspan.c
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-cosine.c
+   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcp-etsi.c
+   M /trunk/epan/dissectors/packet-dsi.c
+   M /trunk/epan/dissectors/packet-dtpt.c
+   M /trunk/epan/dissectors/packet-dua.c
+   M /trunk/epan/dissectors/packet-eapol.c
+   M /trunk/epan/dissectors/packet-egd.c
+   M /trunk/epan/dissectors/packet-ehs.c
+   M /trunk/epan/dissectors/packet-eigrp.c
+   M /trunk/epan/dissectors/packet-enc.c
+   M /trunk/epan/dissectors/packet-enrp.c
+   M /trunk/epan/dissectors/packet-erf.c
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fcct.c
+   M /trunk/epan/dissectors/packet-fcip.c
+   M /trunk/epan/dissectors/packet-fcsb3.c
+   M /trunk/epan/dissectors/packet-fcswils.c
+   M /trunk/epan/dissectors/packet-fddi.c
+   M /trunk/epan/dissectors/packet-fefd.c
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/dissectors/packet-giop.c
+   M /trunk/epan/dissectors/packet-gmrp.c
+   M /trunk/epan/dissectors/packet-gprs-ns.c
+   M /trunk/epan/dissectors/packet-gre.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-gsm_sms_ud.c
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/epan/dissectors/packet-gvrp.c
+   M /trunk/epan/dissectors/packet-hci_h1.c
+   M /trunk/epan/dissectors/packet-hci_h4.c
+   M /trunk/epan/dissectors/packet-hip.c
+   M /trunk/epan/dissectors/packet-hpext.c
+   M /trunk/epan/dissectors/packet-hsrp.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/dissectors/packet-icap.c
+   M /trunk/epan/dissectors/packet-icmp.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-idp.c
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-ieee8021ah.c
+   M /trunk/epan/dissectors/packet-ieee8023.c
+   M /trunk/epan/dissectors/packet-ieee802a.c
+   M /trunk/epan/dissectors/packet-imf.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/dissectors/packet-ipars.c
+   M /trunk/epan/dissectors/packet-ipfc.c
+   M /trunk/epan/dissectors/packet-ipp.c
+   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/epan/dissectors/packet-ipv6.c
+   M /trunk/epan/dissectors/packet-ipx.c
+   M /trunk/epan/dissectors/packet-isl.c
+   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-itdm.c
+   M /trunk/epan/dissectors/packet-iua.c
+   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-iwarp-ddp-rdmap.c
+   M /trunk/epan/dissectors/packet-jabber.c
+   M /trunk/epan/dissectors/packet-juniper.c
+   M /trunk/epan/dissectors/packet-jxta.c
+   M /trunk/epan/dissectors/packet-kpasswd.c
+   M /trunk/epan/dissectors/packet-l2tp.c
+   M /trunk/epan/dissectors/packet-lanforge.c
+   M /trunk/epan/dissectors/packet-lapb.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-lge_monitor.c
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/dissectors/packet-loop.c
+   M /trunk/epan/dissectors/packet-lwapp.c
+   M /trunk/epan/dissectors/packet-m2pa.c
+   M /trunk/epan/dissectors/packet-m2ua.c
+   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-mdshdr.c
+   M /trunk/epan/dissectors/packet-mgcp.c
+   M /trunk/epan/dissectors/packet-mikey.c
+   M /trunk/epan/dissectors/packet-miop.c
+   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mmse.c
+   M /trunk/epan/dissectors/packet-mpeg-pes.c
+   M /trunk/epan/dissectors/packet-mpls.c
+   M /trunk/epan/dissectors/packet-mq.c
+   M /trunk/epan/dissectors/packet-msdp.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-mtp3.c
+   M /trunk/epan/dissectors/packet-mtp3mg.c
+   M /trunk/epan/dissectors/packet-nbipx.c
+   M /trunk/epan/dissectors/packet-nbns.c
+   M /trunk/epan/dissectors/packet-ncp.c
+   M /trunk/epan/dissectors/packet-ndmp.c
+   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-netbios.c
+   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/epan/dissectors/packet-nsip.c
+   M /trunk/epan/dissectors/packet-null.c
+   M /trunk/epan/dissectors/packet-osi.c
+   M /trunk/epan/dissectors/packet-ositp.c
+   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/packet-pcli.c
+   M /trunk/epan/dissectors/packet-pdcp-lte.c
+   M /trunk/epan/dissectors/packet-pflog.c
+   M /trunk/epan/dissectors/packet-pgm.c
+   M /trunk/epan/dissectors/packet-pim.c
+   M /trunk/epan/dissectors/packet-pktc.c
+   M /trunk/epan/dissectors/packet-pktgen.c
+   M /trunk/epan/dissectors/packet-ppi.c
+   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-pptp.c
+   M /trunk/epan/dissectors/packet-pres.c
+   M /trunk/epan/dissectors/packet-pw-atm.c
+   M /trunk/epan/dissectors/packet-pw-eth.c
+   M /trunk/epan/dissectors/packet-pw-hdlc.c
+   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/epan/dissectors/packet-radiotap.c
+   M /trunk/epan/dissectors/packet-raw.c
+   M /trunk/epan/dissectors/packet-redback.c
+   M /trunk/epan/dissectors/packet-redbackli.c
+   M /trunk/epan/dissectors/packet-rmcp.c
+   M /trunk/epan/dissectors/packet-rmi.c
+   M /trunk/epan/dissectors/packet-rmp.c
+   M /trunk/epan/dissectors/packet-rmt-alc.c
+   M /trunk/epan/dissectors/packet-roofnet.c
+   M /trunk/epan/dissectors/packet-rpc.c
+   M /trunk/epan/dissectors/packet-rpl.c
+   M /trunk/epan/dissectors/packet-rtnet.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-rudp.c
+   M /trunk/epan/dissectors/packet-rx.c
+   M /trunk/epan/dissectors/packet-sap.c
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/dissectors/packet-sdlc.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-ses.c
+   M /trunk/epan/dissectors/packet-simulcrypt.c
+   M /trunk/epan/dissectors/packet-sll.c
+   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-sna.c
+   M /trunk/epan/dissectors/packet-snaeth.c
+   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-spnego.c
+   M /trunk/epan/dissectors/packet-spp.c
+   M /trunk/epan/dissectors/packet-srp.c
+   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/dissectors/packet-sua.c
+   M /trunk/epan/dissectors/packet-symantec.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/dissectors/packet-tali.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tds.c
+   M /trunk/epan/dissectors/packet-teamspeak2.c
+   M /trunk/epan/dissectors/packet-telkonet.c
+   M /trunk/epan/dissectors/packet-teredo.c
+   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-tns.c
+   M /trunk/epan/dissectors/packet-tr.c
+   M /trunk/epan/dissectors/packet-tte.c
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-tzsp.c
+   M /trunk/epan/dissectors/packet-ucp.c
+   M /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/dissectors/packet-v120.c
+   M /trunk/epan/dissectors/packet-v5ua.c
+   M /trunk/epan/dissectors/packet-vcdu.c
+   M /trunk/epan/dissectors/packet-vines.c
+   M /trunk/epan/dissectors/packet-wcp.c
+   M /trunk/epan/dissectors/packet-wfleet-hdlc.c
+   M /trunk/epan/dissectors/packet-wsp.c
+   M /trunk/epan/dissectors/packet-wtp.c
+   M /trunk/epan/dissectors/packet-x224.c
+   M /trunk/epan/dissectors/packet-x25.c
+   M /trunk/epan/dissectors/packet-zbee-aps.c
+   M /trunk/epan/dissectors/packet-zbee-nwk.c
+   M /trunk/epan/dissectors/packet-zbee-zdp.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/reassemble.c
+   M /trunk/plugins/docsis/packet-bpkmreq.c
+   M /trunk/plugins/docsis/packet-bpkmrsp.c
+   M /trunk/plugins/docsis/packet-dsaack.c
+   M /trunk/plugins/docsis/packet-dsareq.c
+   M /trunk/plugins/docsis/packet-dsarsp.c
+   M /trunk/plugins/docsis/packet-dscack.c
+   M /trunk/plugins/docsis/packet-dscreq.c
+   M /trunk/plugins/docsis/packet-dscrsp.c
+   M /trunk/plugins/docsis/packet-dsdreq.c
+   M /trunk/plugins/docsis/packet-regack.c
+   M /trunk/plugins/docsis/packet-regreq.c
+   M /trunk/plugins/docsis/packet-regreqmp.c
+   M /trunk/plugins/docsis/packet-regrsp.c
+   M /trunk/plugins/docsis/packet-regrspmp.c
+   M /trunk/plugins/docsis/packet-uccreq.c
+   M /trunk/plugins/ethercat/packet-esl.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/profinet/packet-dcom-cba-acco.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_at.c
+   M /trunk/plugins/sercosiii/packet-sercosiii_1v1_mdt.c
+
+Switch a bunch of dissectors over to using tvb_new_subset_remaining()
+------------------------------------------------------------------------
+r29447 | gerald | 2009-08-16 08:03:26 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
+
+[Automatic manuf and enterprise-numbers update for 2009-08-16]
+------------------------------------------------------------------------
+r29450 | krj | 2009-08-16 08:33:05 -0700 (Sun, 16 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Add missing call to packets_bar_update() after thaw'ing
+------------------------------------------------------------------------
+r29451 | krj | 2009-08-16 21:23:47 -0700 (Sun, 16 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/except.c
+
+Add proper type cast.
+
+Thanks to Martin for reporting this.
+
+------------------------------------------------------------------------
+r29452 | krj | 2009-08-17 04:13:36 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Don't do PROTO_REGISTRAR_GET_NTH twice.
+------------------------------------------------------------------------
+r29453 | krj | 2009-08-17 04:21:33 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Move the NULL pointer 'tree' check under TRY_TO_FAKE_THIS_ITEMs umbrella
+------------------------------------------------------------------------
+r29454 | etxrab | 2009-08-17 08:05:43 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+
+Prepare to store column data from pinfo.
+------------------------------------------------------------------------
+r29455 | etxrab | 2009-08-17 08:13:58 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Remove #if 0
+------------------------------------------------------------------------
+r29456 | krj | 2009-08-17 10:19:31 -0700 (Mon, 17 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dect.c
+
+setbit() is (AFAIK) defined in <sys/param.h> (OpenBSD) so rename to dect_setbit() to avoid clash. getbit() is also renamed for consistency.
+
+Fixes the issue reported by Stan: http://www.wireshark.org/lists/wireshark-users/200908/msg00128.html
+
+------------------------------------------------------------------------
+r29457 | jake | 2009-08-17 12:10:19 -0700 (Mon, 17 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/graph_analysis.c
+
+Change window_new() to dlg_window_new() and destroy the window with the top level window.
+
+------------------------------------------------------------------------
+r29458 | krj | 2009-08-17 13:14:59 -0700 (Mon, 17 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/except.c
+
+As pointed out by Guy, we should probably explain why the gulong -> size_t cast is 'safe'
+------------------------------------------------------------------------
+r29459 | sfisher | 2009-08-17 17:32:11 -0700 (Mon, 17 Aug 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-x224.c
+
+
+Display Microsoft's Remote Desktop Protocol (RDP) extension to the X.224
+connection request that shows the session load balancing information.  There
+appears to be more dissecting that can be done for this field, but I don't
+have any sample captures to test this.
+
+------------------------------------------------------------------------
+r29460 | jake | 2009-08-17 23:41:12 -0700 (Mon, 17 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gtpv2.c
+
+From Swapnil Barai:
+Minor Bug in Bearer Context in Packet-gtpv2.c fixed.
+
+------------------------------------------------------------------------
+r29461 | etxrab | 2009-08-18 01:00:05 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/diameter/TGPPRx.xml
+   M /trunk/diameter/gqpolicy.xml
+
+From Mathias de Paulis Nilsson:
+Updates to  V8.5.0.
+------------------------------------------------------------------------
+r29462 | etxrab | 2009-08-18 04:39:55 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/nbap/nbap.cnf
+   M /trunk/asn1/ranap/ranap.cnf
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/epan/dissectors/packet-nbap.c
+   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/dissectors/packet-s1ap.c
+
+Typo: parameter_tvb to be used.
+------------------------------------------------------------------------
+r29463 | etxrab | 2009-08-18 05:15:36 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/s1ap/s1ap.cnf
+   M /trunk/epan/dissectors/packet-s1ap.c
+
+Make build bot happy?
+------------------------------------------------------------------------
+r29464 | morriss | 2009-08-18 06:25:49 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-sccp.c
+
+Add an expert info noting that an ANSI message with the national indicator set to 0 (international) is unusual.
+------------------------------------------------------------------------
+r29465 | stig | 2009-08-18 07:37:25 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/cmake/modules/FindGLIB2.cmake
+   M /trunk/cmake/modules/FindGTK2.cmake
+
+Search for includes and libs in /opt/local/ (MacPorts).
+
+------------------------------------------------------------------------
+r29466 | etxrab | 2009-08-18 07:39:32 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_gm.c
+
+Minor clean up.
+------------------------------------------------------------------------
+r29467 | etxrab | 2009-08-18 07:40:51 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/menus.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+
+Make copy summary work for new_packet_list.
+XXX The enum in .h file does not seem to work???
+------------------------------------------------------------------------
+r29468 | jake | 2009-08-18 10:36:30 -0700 (Tue, 18 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/rtp_player.c
+
+Properly handle closing/destruction of RTP player window.
+
+------------------------------------------------------------------------
+r29469 | etxrab | 2009-08-18 16:00:42 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/recent.c
+
+Add new_packet_list_recent_write_all().
+------------------------------------------------------------------------
+r29470 | etxrab | 2009-08-18 23:04:30 -0700 (Tue, 18 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+
+Fix a memmory leak.
+------------------------------------------------------------------------
+r29471 | etxrab | 2009-08-19 00:55:11 -0700 (Wed, 19 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+
+From Didier Gautheron:
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Make col_expr const gchar.
+------------------------------------------------------------------------
+r29472 | etxrab | 2009-08-19 02:32:56 -0700 (Wed, 19 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+
+From   Jan L?\195?\188bbe:
+packet-gsm_a_rr.c: flip gsm_a_rr_mv_vals, 0 means vaild.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3915
+------------------------------------------------------------------------
+r29473 | etxrab | 2009-08-19 04:34:40 -0700 (Wed, 19 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-eigrp.c
+
+From   Jochen Bartl:
+EIGRP dissector enhancements (IPv6, Stub routing, Authentication TLVs)
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3907
+------------------------------------------------------------------------
+r29474 | jmayer | 2009-08-19 05:25:40 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-capwap.c
+
+Add support for Radio Mac/Wireless Specific Information optional
+header fields. This patch lacks handling of padding since a) I don't
+have a trace containing padding and b) I don't understand the
+wording in the rfc (it's to ambigous for my liking).
+
+------------------------------------------------------------------------
+r29475 | krj | 2009-08-19 06:52:15 -0700 (Wed, 19 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/file.c
+
+We shouldn't conditionalise on _filtering_ tap listerners to determine whether tapping should be performed or not. We also need to handle _normal_ tap listerners. This change backs out the regression introduced in r29435.
+
+Thanks to Didier: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3916
+
+------------------------------------------------------------------------
+r29476 | jmayer | 2009-08-19 08:42:24 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-capwap.c
+
+As pointed out by Alexis La Goutte via PM, r29474 didn't
+support the different MAC formats (eui48 and eui64) properly.
+Now, eui48 is printed as mac, the rest is still handled as
+blob.
+
+------------------------------------------------------------------------
+r29477 | etxrab | 2009-08-19 11:36:36 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   A /trunk/gtk/expert_dlg.h
+
+From Didier Gautheron:
+Part 1
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Optimize expert info.
+Slightly changed by me.
+------------------------------------------------------------------------
+r29478 | etxrab | 2009-08-19 11:37:13 -0700 (Wed, 19 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/strutil.c
+   M /trunk/epan/strutil.h
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/expert_comp_dlg.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_comp_table.h
+   M /trunk/gtk/expert_dlg.c
+
+From Didier Gautheron:
+Part 2
+Extracted from optimizations patch http://wiki.wireshark.org/Development/Optimization
+Optimize expert info.
+Slightly changed by me.
+------------------------------------------------------------------------
+r29479 | etxrab | 2009-08-19 11:39:30 -0700 (Wed, 19 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/Makefile.nmake
+
+Make it possible to run checkapi with "deprecated-gtk-todo".
+------------------------------------------------------------------------
+r29480 | krj | 2009-08-19 12:08:34 -0700 (Wed, 19 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Move TRY_TO_FAKE_THIS_ITEM to all public proto_xxx methods. Currently we rely on our internal (static) helper functions to do the faking. However, when they fake a protocol tree, they usually return a valid tree (although a dummy tree it is still a valid one). This means that we end up calling proto_tree_set_representation + friends on it for no reason. By moving TRY_TO_FAKE_THIS_ITEM to the public proto_xxx methods we're able to bail immediately (when we're allowed to do so).
+------------------------------------------------------------------------
+r29481 | etxrab | 2009-08-19 12:20:45 -0700 (Wed, 19 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_dlg.c
+
+Destroy window with parent, update label when showing window.
+------------------------------------------------------------------------
+r29482 | etxrab | 2009-08-20 00:26:16 -0700 (Thu, 20 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a_common.h
+   M /trunk/epan/dissectors/packet-gsm_a_gm.c
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
+   M /trunk/epan/dissectors/packet-nas_eps.c
+
+From Harald Welte :
+Connect RRLP to GSM A DTAP application info message.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3919
+
+From me try to fix missuse of pinfo.
+------------------------------------------------------------------------
+r29483 | etxrab | 2009-08-20 02:49:32 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/frame_data.h
+
+Prepare to store column text in frame data directly.
+------------------------------------------------------------------------
+r29484 | martinm | 2009-08-20 06:16:34 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/mac_lte_stat_dlg.c
+
+Trivial formatting changes
+------------------------------------------------------------------------
+r29485 | martinm | 2009-08-20 06:25:41 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/AUTHORS
+
+Update my entry
+------------------------------------------------------------------------
+r29486 | krj | 2009-08-20 10:43:56 -0700 (Thu, 20 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/tools/fuzz-test.sh
+
+Add error probability command line parameter
+------------------------------------------------------------------------
+r29487 | jake | 2009-08-20 12:41:53 -0700 (Thu, 20 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/plugins/docsis/Makefile.common
+   A /trunk/plugins/docsis/packet-bintrngreq.c
+   M /trunk/plugins/docsis/packet-docsis.h
+   M /trunk/plugins/docsis/packet-macmgmt.c
+
+From Geoffrey Kimball:
+DOCSIS 3.0 includes a new Bonded Initial Ranging Request (B-INIT-RNG-REQ) MAC
+Management type (34).  A simple dissector is needed to decode this message.
+------------------------------------------------------------------------
+r29488 | jake | 2009-08-20 22:37:33 -0700 (Thu, 20 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/Makefile.am
+
+List the new DOCSIS dissector file here as well.
+
+------------------------------------------------------------------------
+r29489 | etxrab | 2009-08-21 03:12:47 -0700 (Fri, 21 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
+
+Use col_text in frame data.
+- colum-utils needs more work, based on
+ Didier Gautherons optimizations patch http://wiki.wireshark.org/Development/Optimization
+------------------------------------------------------------------------
+r29490 | krj | 2009-08-21 04:03:30 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
+   M /trunk/file.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/rtp_analysis.c
+   M /trunk/plugins/wimax/packet-wmx.c
+   M /trunk/print.c
+   M /trunk/proto_hier_stats.c
+
+Also fake empty field_info's by gracefully handling NULL field_info pointer elsewhere.
+------------------------------------------------------------------------
+r29491 | krj | 2009-08-21 04:31:21 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dfilter/dfilter.c
+
+Handle a text NULL pointer more gracefully
+------------------------------------------------------------------------
+r29492 | wmeier | 2009-08-21 07:36:27 -0700 (Fri, 21 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/plugins/asn1/asn1.c
+   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/plugins/docsis/packet-bintrngreq.c
+   M /trunk/plugins/docsis/packet-bpkmattr.c
+   M /trunk/plugins/docsis/packet-bpkmreq.c
+   M /trunk/plugins/docsis/packet-bpkmrsp.c
+   M /trunk/plugins/docsis/packet-dccack.c
+   M /trunk/plugins/docsis/packet-dccreq.c
+   M /trunk/plugins/docsis/packet-dccrsp.c
+   M /trunk/plugins/docsis/packet-dcd.c
+   M /trunk/plugins/docsis/packet-docsis.c
+   M /trunk/plugins/docsis/packet-dsaack.c
+   M /trunk/plugins/docsis/packet-dsareq.c
+   M /trunk/plugins/docsis/packet-dsarsp.c
+   M /trunk/plugins/docsis/packet-dscack.c
+   M /trunk/plugins/docsis/packet-dscreq.c
+   M /trunk/plugins/docsis/packet-dscrsp.c
+   M /trunk/plugins/docsis/packet-dsdreq.c
+   M /trunk/plugins/docsis/packet-dsdrsp.c
+   M /trunk/plugins/docsis/packet-intrngreq.c
+   M /trunk/plugins/docsis/packet-macmgmt.c
+   M /trunk/plugins/docsis/packet-map.c
+   M /trunk/plugins/docsis/packet-mdd.c
+   M /trunk/plugins/docsis/packet-regack.c
+   M /trunk/plugins/docsis/packet-regreq.c
+   M /trunk/plugins/docsis/packet-regreqmp.c
+   M /trunk/plugins/docsis/packet-regrsp.c
+   M /trunk/plugins/docsis/packet-regrspmp.c
+   M /trunk/plugins/docsis/packet-rngreq.c
+   M /trunk/plugins/docsis/packet-rngrsp.c
+   M /trunk/plugins/docsis/packet-sync.c
+   M /trunk/plugins/docsis/packet-tlv.c
+   M /trunk/plugins/docsis/packet-type29ucd.c
+   M /trunk/plugins/docsis/packet-uccreq.c
+   M /trunk/plugins/docsis/packet-uccrsp.c
+   M /trunk/plugins/docsis/packet-ucd.c
+   M /trunk/plugins/docsis/packet-vendor.c
+   M /trunk/plugins/ethercat/packet-ams.c
+   M /trunk/plugins/ethercat/packet-ecatmb.c
+   M /trunk/plugins/ethercat/packet-ethercat-datagram.c
+   M /trunk/plugins/ethercat/packet-ethercat-frame.c
+   M /trunk/plugins/ethercat/packet-ioraw.c
+   M /trunk/plugins/ethercat/packet-nv.c
+   M /trunk/plugins/gryphon/packet-gryphon.c
+   M /trunk/plugins/irda/packet-ircomm.c
+   M /trunk/plugins/irda/packet-irda.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+
+(Minor) Remove unneeded #includes.
+
+------------------------------------------------------------------------
+r29493 | martinm | 2009-08-21 08:16:27 -0700 (Fri, 21 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+Don't try TRY_TO_FAKE_THIS_ITEM in proto_tree_add_bits_ret_val(), as otherwise
+the side effect 'return_value' getting set doesn't happen.
+
+------------------------------------------------------------------------
+r29494 | krj | 2009-08-21 10:11:02 -0700 (Fri, 21 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/proto.c
+
+Delay TRY_TO_FAKE_THIS_ITEM() in proto_tree_add_bits_ret_val() until we know it is safe.
+
+Thanks to Martin for pointing this out in r29493.
+
+------------------------------------------------------------------------
+r29495 | jake | 2009-08-21 11:54:28 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/docsis/Makefile.common
+   D /trunk/plugins/docsis/packet-docsis.h
+
+Remove unneeded #includes.
+------------------------------------------------------------------------
+r29496 | jake | 2009-08-21 11:56:15 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/plugins/docsis/packet-docsis.c
+
+Remove unneeded #includes.
+------------------------------------------------------------------------
+r29497 | krj | 2009-08-21 12:48:11 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-miop.c
+   M /trunk/epan/dissectors/packet-ziop.c
+
+Remove unneeded #includes
+------------------------------------------------------------------------
+r29498 | tuexen | 2009-08-21 13:10:51 -0700 (Fri, 21 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
+   M /trunk/gtk/sctp_stat.c
+
+From Irene Ruengeler: Fix two bugs regarding plotted TSNs reported by
+Christian Constantin.
+
+------------------------------------------------------------------------
+r29499 | krj | 2009-08-21 13:25:24 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-amr.c
+   M /trunk/epan/dissectors/packet-ansi_637.c
+   M /trunk/epan/dissectors/packet-ansi_683.c
+   M /trunk/epan/dissectors/packet-ansi_801.c
+   M /trunk/epan/dissectors/packet-ansi_tcap.c
+   M /trunk/epan/dissectors/packet-atm.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-dcerpc-dce122.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/epan/dissectors/packet-e164.h
+   M /trunk/epan/dissectors/packet-e212.h
+   M /trunk/epan/dissectors/packet-erf.c
+   M /trunk/epan/dissectors/packet-gprs-llc.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-gsm_sms.c
+   M /trunk/epan/dissectors/packet-gssapi.c
+   M /trunk/epan/dissectors/packet-h225.c
+   M /trunk/epan/dissectors/packet-h245.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h261.c
+   M /trunk/epan/dissectors/packet-h263p.c
+   M /trunk/epan/dissectors/packet-h264.c
+   M /trunk/epan/dissectors/packet-hip.c
+   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-isis-hello.c
+   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-itdm.c
+   M /trunk/epan/dissectors/packet-lge_monitor.c
+   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-mp4ves.c
+   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/epan/dissectors/packet-mtp2.c
+   M /trunk/epan/dissectors/packet-nt-sonmp.c
+   M /trunk/epan/dissectors/packet-portmap.c
+   M /trunk/epan/dissectors/packet-sccp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-sigcomp.c
+   M /trunk/epan/dissectors/packet-smb-sidsnooping.c
+   M /trunk/epan/dissectors/packet-snmp.c
+   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/epan/dissectors/packet-tcp.h
+   M /trunk/epan/dissectors/packet-turbocell.c
+   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/dissectors/packet-zep.c
+
+Sanitize epan includes
+------------------------------------------------------------------------
+r29500 | krj | 2009-08-21 13:32:50 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/ansi-tcap/packet-ansi_tcap-template.c
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/h225/packet-h225-template.c
+   M /trunk/asn1/h245/packet-h245-template.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/asn1/inap/packet-inap-template.c
+   M /trunk/asn1/snmp/packet-snmp-template.c
+   M /trunk/asn1/tcap/packet-tcap-template.c
+
+Sanitize epan includes
+------------------------------------------------------------------------
+r29501 | krj | 2009-08-21 13:40:49 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/asn1/pkcs12/packet-pkcs12-template.c
+   M /trunk/epan/dissectors/packet-pkcs12.c
+   M /trunk/packaging/u3/tools/sysdep.h
+
+Use <gcrypt.h> instead of 'gcrypt.h'
+------------------------------------------------------------------------
+r29502 | krj | 2009-08-21 13:51:13 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/base64.h
+   M /trunk/epan/camel-persistentdata.c
+   M /trunk/epan/codecs.h
+   M /trunk/epan/rtp_pt.h
+   M /trunk/epan/t35.h
+   M /trunk/epan/tap.c
+   M /trunk/epan/tap.h
+   M /trunk/epan/tcap-persistentdata.c
+   M /trunk/epan/tcap-persistentdata.h
+   M /trunk/epan/to_str.h
+
+Sanitize epan includes
+------------------------------------------------------------------------
+r29503 | krj | 2009-08-21 16:02:59 -0700 (Fri, 21 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+
+Don't dereference pointer before checking for NULL
+------------------------------------------------------------------------
+r29504 | etxrab | 2009-08-22 09:17:42 -0700 (Sat, 22 Aug 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+
+expert_comp_table.c: Minor cleanup
+expert_dlg.c change GtkOptionMenu to GtkComboBox.
+------------------------------------------------------------------------
+r29505 | wmeier | 2009-08-22 10:12:33 -0700 (Sat, 22 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/crc32.c
+
+Additional validation of 'len' for crc32_ccitt_tvb... fcns;
+(-1 is not a valid length);
+First of 2 fixes for crash reported in Bug #3925.
+
+------------------------------------------------------------------------
+r29506 | jake | 2009-08-22 10:28:54 -0700 (Sat, 22 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dns.c
+
+From Ivan Sy:
+NSEC3PARAM RR (RFC 5155),  APL RR (RFC 3123), PX RR (RFC 2163), GPOS RR (RFC 1712), 
+NSAP RR (RFC 1706), NSAP-PTR RR (RFC 1348), AFSDB, RP, X25, ISDN, RT, RR (RFC 1183).
+Also cleanup of protocol tree dependancies.
+------------------------------------------------------------------------
+r29507 | krj | 2009-08-22 12:29:44 -0700 (Sat, 22 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+We initialize col_expr and col_expr_val in col_init() so there's no need to initialize them again in col_set_xxx()
+------------------------------------------------------------------------
+r29508 | krj | 2009-08-22 12:53:54 -0700 (Sat, 22 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
+
+Remove col_check() guard wrt. COL_REL_CONV_TIME/COL_DELTA_CONV_TIME
+------------------------------------------------------------------------
+r29509 | rbalint | 2009-08-22 15:46:41 -0700 (Sat, 22 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+From Frederic Peters (made endian-aware by me):
+fixed segfault with some GIOP packets
+
+------------------------------------------------------------------------
+r29510 | rbalint | 2009-08-22 15:49:59 -0700 (Sat, 22 Aug 2009) | 6 lines
+Changed paths:
+   M /trunk/dumpcap.c
+
+From Rob Leslie <rob@mars.org>:
+[PATCH] Fix dumpcap believing error on ^C i.e. pcap_breakloop()
+When ^C was pressed during a packet capture, dumpcap believed a pcap
+error had occurred.  We check the return value more closely to avoid
+this problem.
+
+------------------------------------------------------------------------
+r29511 | krj | 2009-08-22 22:20:30 -0700 (Sat, 22 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-giop.c
+
+Avoid 'cast to pointer from integer of different size'
+------------------------------------------------------------------------
+r29512 | jmayer | 2009-08-22 23:57:16 -0700 (Sat, 22 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/packet-fmp_notify.c
+   D /trunk/epan/dissectors/packet-fmp_notify.h
+   M /trunk/epan/dissectors/packet-scsi-mmc.h
+   M /trunk/epan/oids.h
+   M /trunk/gtk/airpcap_dlg.h
+
+Get rid of a bunch of "warning: redundant redeclaration of" messages.
+In that process, include the contents of packet-fmp_notify.h directly
+in packet-fmp_notify.c - it wasn't used anywhere else.
+
+------------------------------------------------------------------------
+r29513 | krj | 2009-08-23 02:07:54 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_COS_VALUE (L2 COS Value (802.1p)). Use vlan.priority
+
+------------------------------------------------------------------------
+r29514 | krj | 2009-08-23 02:16:58 -0700 (Sun, 23 Aug 2009) | 8 lines
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Add initial code to handle the migration to custom columns by mapping the deprecated columns into their custom column counterparts when we read the preference file.
+
+There are still many todos in this area:
+
+1) We need to either warn the user that he/she needs to click "Save" in the preference dialog so we can "flush" the old predefined column or apply this change ourself silently.
+2) The predefined columns need to be removed from the "Columns" UI.
+3) ....
+
+------------------------------------------------------------------------
+r29515 | krj | 2009-08-23 02:52:57 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-iax2.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_CIRCUIT_ID (Circuit ID). Use iax2.call
+
+------------------------------------------------------------------------
+r29516 | krj | 2009-08-23 03:20:42 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_HPUX_SUBSYS (HP-UX Nettl Subsystem). Use nettl.subsys
+
+------------------------------------------------------------------------
+r29517 | krj | 2009-08-23 03:25:51 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-nettl.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_HPUX_DEVID (HP-UX Device ID). Use nettl.devid
+
+------------------------------------------------------------------------
+r29518 | krj | 2009-08-23 04:12:12 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-ip.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columfication:
+
+* Deprecate COL_DSCP_VALUE (IP DSCP Value). Use ip.dsfield
+
+------------------------------------------------------------------------
+r29519 | krj | 2009-08-23 04:13:53 -0700 (Sun, 23 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
+
+#if 0 col_set_circuit_id(). It isn't being used
+------------------------------------------------------------------------
+r29520 | tuexen | 2009-08-23 04:30:54 -0700 (Sun, 23 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-sctp.c
+   M /trunk/epan/sctpppids.h
+
+Update list of PPIDs.
+This fixes bug 3928.
+
+------------------------------------------------------------------------
+r29521 | krj | 2009-08-23 04:35:53 -0700 (Sun, 23 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/prefs.c
+
+Avoid signed/unsigned comparison
+------------------------------------------------------------------------
+r29522 | krj | 2009-08-23 05:16:10 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-fr.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columnfication:
+
+* Deprecate COL_FR_DLCI (Frame Relay DLCI). Use fr.dlci
+
+------------------------------------------------------------------------
+r29523 | krj | 2009-08-23 05:24:14 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columnfication:
+
+* Deprecate COL_REL_CONV_TIME (Relative time (conversation)). Use tcp.time_relative
+
+------------------------------------------------------------------------
+r29524 | krj | 2009-08-23 05:30:48 -0700 (Sun, 23 Aug 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
+
+Custom columnfication:
+
+* Deprecate COL_DELTA_CONV_TIME (Delta time (conversation)). Use tcp.time_delta
+
+------------------------------------------------------------------------
+r29525 | gerald | 2009-08-23 08:03:28 -0700 (Sun, 23 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-08-23]
 ------------------------------------------------------------------------
-r19225 | guy | 2006-09-12 18:28:07 -0700 (Tue, 12 Sep 2006) | 5 lines
+r29528 | jake | 2009-08-23 10:18:29 -0700 (Sun, 23 Aug 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-netflow.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
 
-Not all platforms define "u_short", and "tvb_length_remaining()+4" isn't
-guaranteed to fit into a "u_short" in any case.  Use "gint" instead.
+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.
 
-Squelch some compiler warnings.
+Cleaned up presentation and included record number as well.
 
 ------------------------------------------------------------------------
-r19226 | sahlberg | 2006-09-13 01:30:16 -0700 (Wed, 13 Sep 2006) | 16 lines
+r29529 | krj | 2009-08-23 11:13:03 -0700 (Sun, 23 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-dcerpc.h
-
-the way we pass dcerpc strings from deep down in helpers to high level dissector functions (dcv->private_data) for things such as strings and sids is a mess and very difficult to handle without a lot of memory leakage.
-
-the biggest problem in changing this is the dcv->private_data usage.
-
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
 
-add a dcv->se_data which can keep data around from a request to a response and use this to change the LSA/OpenPolicy2 servername passing from request to response as a test pattern of moving all users of dcv->private data over to use dcv->se_data.
+From Didier gautheron via bug 3929:
 
-once all users are migrated over we can then change the dcv->private data pointer to be of ep scope and thus not need an explicit free (which is quite difficult and it is quite difficult in the old semantics to know WHEN we need to free this pointer)
+* Don't use g_string_chunk_clear(). It is only defined if GLib >= 2.14
 
-this will eventually make the usage more clean and at the same time close down quite a few memory leaks.
+From me:
 
+* Whitespace fixes
 
-eventually this will make dissect_ndr_nt_SID return a pointer to ep allocated memory that need not be explicitely freed.
+------------------------------------------------------------------------
+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
 
 ------------------------------------------------------------------------
-r19227 | jmayer | 2006-09-13 03:51:40 -0700 (Wed, 13 Sep 2006) | 1 line
+r29531 | jake | 2009-08-23 12:16:35 -0700 (Sun, 23 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/CMakeLists.txt
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/wiretap/pcap-common.c
+   M /trunk/wiretap/wtap.c
+   M /trunk/wiretap/wtap.h
 
-Add a comment
+From kahou:
+Add Fibre Channel Delimiter Dissector for Fibre Channel FC2.
 ------------------------------------------------------------------------
-r19228 | ulfl | 2006-09-13 04:28:36 -0700 (Wed, 13 Sep 2006) | 1 line
+r29532 | wmeier | 2009-08-23 16:52:40 -0700 (Sun, 23 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+Rework code slightly to prevent a GCC 'strict-aliasing' warning.
 
-so it's HAVE_LIBPORTAUDIO
 ------------------------------------------------------------------------
-r19229 | martinm | 2006-09-13 06:32:31 -0700 (Wed, 13 Sep 2006) | 3 lines
+r29533 | stig | 2009-08-24 01:00:39 -0700 (Mon, 24 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-icmpv6.c
+   M /trunk/epan/dissectors/packet-ipv6.h
 
-Add support for R6 HSDPA data 'new IEs' (the spec seems not be be very clear...).
-Try to cast away a warning seen on buildbot logs
+From Ivan Sy via bug 3931:
+Added ND Proxy Flag for IPv6 RA flag.
 
 ------------------------------------------------------------------------
-r19230 | ulfl | 2006-09-13 13:37:37 -0700 (Wed, 13 Sep 2006) | 1 line
+r29534 | kukosa | 2009-08-24 02:05:15 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/wsug_graphics/ws-display-filter-tcp.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
+   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
 
-fix various minor things noted by Brian Drab
+Expert info for undecoded Q.932 and H.450 operations
 ------------------------------------------------------------------------
-r19231 | jmayer | 2006-09-14 03:51:44 -0700 (Thu, 14 Sep 2006) | 17 lines
+r29535 | etxrab | 2009-08-24 02:05:23 -0700 (Mon, 24 Aug 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3.h
-   M /trunk/epan/dissectors/packet-mtp3mg.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sccpmg.c
+   M /trunk/epan/dissectors/packet-tcp.c
 
-Jeff Morriss:
-       Fix for bug 1036
 
-I looked at this today and found that in fact the PC stuff is pretty
-hosed up in the SS7 dissectors.  For example, MTP3 *looks* OK here (DPC is
-4-5-6):
+From: : " Michael"
 
-    Routing label
-        DPC (4-5-6) (394500)
+packet-tcp marks a row as unwritable if there is more
+than 1 PDU in a packet to prevent overwriting of the
+protocol column.
 
-but 394500 == 0x60504 == 6-5-4.  Something's not right.
+However this breaks the proto,colinfo tap which checks
+rows are writable or dies EVEN if it doesn't alter anything.
 
-I made a common PC dissector function for all the SS7 dissectors so as to
-concentrate all this code in one place (something I've been wanting to do for a
-while anyway) and fixed the reported problem as well as the above problem in
-the attached patch.
+Suggested patch attached to restore the initial value
+after all PDUs have been processed.
 
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3675
 ------------------------------------------------------------------------
-r19232 | sahlberg | 2006-09-14 05:01:18 -0700 (Thu, 14 Sep 2006) | 7 lines
+r29536 | etxrab | 2009-08-24 02:29:05 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
-
-add OpenSCManagerW
-
-
-also make the dissector manage that dcv->private_data in the future will be of ep scope
-
-
+   M /trunk/epan/dissectors/packet-tcp.c
 
+packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in this function
 ------------------------------------------------------------------------
-r19233 | martinm | 2006-09-14 08:43:43 -0700 (Thu, 14 Sep 2006) | 1 line
+r29537 | wmeier | 2009-08-24 07:30:55 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/gtk/sctp_stat.c
+
+Rework code slightly to prevent a GCC 'breaking strict-aliasing rules' warning
 
-More fixes and prettifications
 ------------------------------------------------------------------------
-r19234 | etxrab | 2006-09-14 10:21:28 -0700 (Thu, 14 Sep 2006) | 1 line
+r29538 | wmeier | 2009-08-24 08:17:58 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-   M /trunk/epan/dissectors/packet-umts_fp.h
+   M /trunk/epan/dissectors/packet-icmpv6.c
+
+Remove unneeded #includes; Clean up indentation; Comment a few "closing braces".
 
-svn propset.
 ------------------------------------------------------------------------
-r19235 | martinm | 2006-09-15 08:03:18 -0700 (Fri, 15 Sep 2006) | 1 line
+r29539 | etxrab | 2009-08-24 09:11:00 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/expert_dlg.h
 
-More missing message types
+Use list_store isf deprecated clist.
+Try to optimize expert_comp_table.
 ------------------------------------------------------------------------
-r19236 | gerald | 2006-09-15 14:35:01 -0700 (Fri, 15 Sep 2006) | 6 lines
+r29540 | guy | 2009-08-24 11:20:20 -0700 (Mon, 24 Aug 2009) | 5 lines
 Changed paths:
-   M /trunk/doc/wireshark.pod
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/util.c
+   M /trunk/gtk/expert_dlg.c
 
-Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.
-Look for a string that starts with "rdp".  This should take care of
-cases where a default capture filter is set needlessly.
+We no longer need the "ascending arrow" and "descending arrow" images
+for clists, as we're not using a clist.
 
-Update the docs accordingly.
+Clean up white space, and use C89 comments rather than C99/C++ comments.
 
 ------------------------------------------------------------------------
-r19237 | ulfl | 2006-09-15 14:59:09 -0700 (Fri, 15 Sep 2006) | 1 line
+r29541 | etxrab | 2009-08-24 11:45:01 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/image/win32-file-dlg.rc
+   M /trunk/gtk/color_utils.c
+   M /trunk/gtk/color_utils.h
 
-"Elapsed Time:" is truncated, use "Elapsed:" instead
+Use our own version of gdk_color_to_string if GTK < 2.12
 ------------------------------------------------------------------------
-r19238 | ulfl | 2006-09-15 15:03:20 -0700 (Fri, 15 Sep 2006) | 1 line
+r29542 | etxrab | 2009-08-24 13:33:49 -0700 (Mon, 24 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/win32-file-dlg.c
+   M /trunk/gtk/expert_comp_table.c
 
-Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File"
+From Didier Gautheron:
+Speed up expert info composite.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3935
 ------------------------------------------------------------------------
-r19239 | ulfl | 2006-09-15 15:56:15 -0700 (Fri, 15 Sep 2006) | 3 lines
+r29543 | etxrab | 2009-08-24 13:54:25 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
-   M /trunk/docbook/user-guide.xml
-   A /trunk/docbook/wsug_graphics/ws-merge-gtk1.png
-   A /trunk/docbook/wsug_graphics/ws-merge-gtk2.png (from /trunk/docbook/wsug_graphics/ws-merge.png:19229)
-   A /trunk/docbook/wsug_graphics/ws-merge-win32.png
-   D /trunk/docbook/wsug_graphics/ws-merge.png
-   A /trunk/docbook/wsug_graphics/ws-open-gtk1.png
-   A /trunk/docbook/wsug_graphics/ws-open-gtk2.png (from /trunk/docbook/wsug_graphics/ws-open.png:19229)
-   A /trunk/docbook/wsug_graphics/ws-open-win32.png
-   D /trunk/docbook/wsug_graphics/ws-open.png
-   A /trunk/docbook/wsug_graphics/ws-save-as-gtk1.png
-   A /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png (from /trunk/docbook/wsug_graphics/ws-save-as.png:19229)
-   A /trunk/docbook/wsug_graphics/ws-save-as-win32.png
-   D /trunk/docbook/wsug_graphics/ws-save-as.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+   M /trunk/epan/dissectors/packet-bssgp.c
 
-first step to fix the file dialog "mess":
-- use different screenshots for: GTK1, GTK2 and Win32
-- rewrite the "File Open Dialog" section
+Make it possible to use bssgp.tlli as custom column.
+Remove COL_BSSGP_TLLI and CHECK_COL.
 ------------------------------------------------------------------------
-r19240 | sahlberg | 2006-09-15 22:30:31 -0700 (Fri, 15 Sep 2006) | 7 lines
+r29544 | guy | 2009-08-24 14:38:57 -0700 (Mon, 24 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-samr.c
-
-make SAMR not rely on dcv->private_data being persistent any more and use dcv->se_data
-
+   M /trunk/gtk/color_utils.h
 
-once the private_data -> se_data conversion is complete we can plug quite a large number of memory leaks related to dcerpc
+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.
 
 ------------------------------------------------------------------------
-r19241 | sahlberg | 2006-09-16 01:51:03 -0700 (Sat, 16 Sep 2006) | 3 lines
+r29546 | etxrab | 2009-08-24 22:42:14 -0700 (Mon, 24 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
+   M /trunk/epan/column.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/new_packet_list.c
 
-remove any dependencies that dcv->private_data is persistent
+ 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.
 
 ------------------------------------------------------------------------
-r19242 | sahlberg | 2006-09-16 02:10:23 -0700 (Sat, 16 Sep 2006) | 6 lines
+r29548 | martinm | 2009-08-25 04:01:51 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-
-strings we pass up to the caller through private_data are now of ep scope
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
+Show CRC errors for RARs.
 
-this closes a few memory leaks
+------------------------------------------------------------------------
+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).
 ------------------------------------------------------------------------
-r19243 | sahlberg | 2006-09-16 02:20:34 -0700 (Sat, 16 Sep 2006) | 4 lines
+r29550 | gerald | 2009-08-25 10:55:55 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-windows-common.c
-
-make dissect_nt_sid return ep allocated memory and thus fix a few memory leaks
-(this function is often called from dcerpc dissectors)
+   M /trunk/tools/make-dissector-reg.py
 
+Add more information to the comments at the top of the files we generate.
 
 ------------------------------------------------------------------------
-r19244 | sahlberg | 2006-09-16 04:57:14 -0700 (Sat, 16 Sep 2006) | 6 lines
+r29551 | etxrab | 2009-08-25 14:10:35 -0700 (Tue, 25 Aug 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   A /trunk/epan/dissectors/pidl/srvsvc.cnf
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
-
-generate SRVSVC by pidl
+   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
 
-small prettification regression but that will be fixed in the next few days
+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.
 
 ------------------------------------------------------------------------
-r19245 | ulfl | 2006-09-16 05:13:32 -0700 (Sat, 16 Sep 2006) | 7 lines
+r29553 | martinm | 2009-08-25 16:01:03 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/Makefile
-
-can we agree on using lynx?
+   M /trunk/epan/proto.h
 
-Cygwin situation:
-- lynx works
-- elinks is not available (at least on the standard repositories)
-- links and true doesn't produce any output
+Add missing semicolon.
 
 ------------------------------------------------------------------------
-r19246 | ulfl | 2006-09-16 06:06:38 -0700 (Sat, 16 Sep 2006) | 3 lines
+r29554 | wmeier | 2009-08-25 16:03:10 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/docbook/wsug_graphics/ws-merge-gtk2.png
-   M /trunk/docbook/wsug_graphics/ws-merge-win32.png
-   M /trunk/docbook/wsug_graphics/ws-save-as-gtk2.png
-   M /trunk/docbook/wsug_graphics/ws-save-as-win32.png
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
+   M /trunk/epan/dissectors/packet-ssl-utils.c
 
-second step to fix the file dialog "mess":
-- rewrite the "File Save" and "File Merge" sections
+Rework code slightly to prevent several GCC "breaking strict-aliasing rules" warnings
 
 ------------------------------------------------------------------------
-r19247 | etxrab | 2006-09-17 12:43:13 -0700 (Sun, 17 Sep 2006) | 6 lines
+r29555 | wmeier | 2009-08-25 19:06:39 -0700 (Tue, 25 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/epan/column-utils.h
 
-Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107
+Add missing prototype ....
 
-"The decoder has some bugs:
- * RTP redundancy field is decoded incorrectly.
- * Timer TU3920 is displayed as being in seconds, but it is really in units of
-100 ms."
 ------------------------------------------------------------------------
-r19248 | etxrab | 2006-09-17 13:23:23 -0700 (Sun, 17 Sep 2006) | 2 lines
+r29556 | etxrab | 2009-08-25 21:36:14 -0700 (Tue, 25 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-gtpv2.c
 
-From Martin Peylo:
-Improve Infocolumn output.
+From swapnil:
+Bug in Traffic Aggregate Description (TAD) IE in Packet-gtpv2.c fixed.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3940
 ------------------------------------------------------------------------
-r19249 | sahlberg | 2006-09-18 01:05:51 -0700 (Mon, 18 Sep 2006) | 4 lines
+r29557 | etxrab | 2009-08-25 21:37:08 -0700 (Tue, 25 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
-
-add decoding of the SessionInfo userflags
+   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
 ------------------------------------------------------------------------
-r19250 | sahlberg | 2006-09-18 01:42:46 -0700 (Mon, 18 Sep 2006) | 3 lines
+r29560 | krj | 2009-08-26 00:05:50 -0700 (Wed, 26 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
-   M /trunk/epan/dissectors/pidl/srvsvc.idl
+   M /trunk/config.nmake
 
-some more bitmaps for SRVSVC
+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.
 
 ------------------------------------------------------------------------
-r19251 | jake | 2006-09-18 02:27:47 -0700 (Mon, 18 Sep 2006) | 4 lines
+r29562 | martinm | 2009-08-26 02:13:14 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-pktgen.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-From Francesco Fondelli:
-You find attached a patch file (against svn 19058) to dissect packets
-produced by the Linux kernel packet generator.
+Make UL grant size a (generated) field of its own (for easier use as a custom column or IO graph filter).
 
 ------------------------------------------------------------------------
-r19252 | jmayer | 2006-09-18 03:14:12 -0700 (Mon, 18 Sep 2006) | 4 lines
+r29563 | wmeier | 2009-08-26 06:58:17 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-
-jeff morriss:
-       Patch for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1102
+   M /trunk/gtk/rtp_stream.h
 
+Fix some indentation
 
 ------------------------------------------------------------------------
-r19253 | martinm | 2006-09-18 06:39:23 -0700 (Mon, 18 Sep 2006) | 1 line
+r29564 | kukosa | 2009-08-26 08:10:31 -0700 (Wed, 26 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/asn1/t38/packet-t38-template.c
+   M /trunk/epan/dissectors/packet-t38.c
+   M /trunk/epan/libwireshark.def
 
-Add old release DSCH FDD fields.  Try to squash compiler warnings seen on MACOS buildbot
+export t38_add_address, prefer destination port for T.38 conversation searching
 ------------------------------------------------------------------------
-r19254 | jake | 2006-09-18 06:59:30 -0700 (Mon, 18 Sep 2006) | 2 lines
+r29565 | wmeier | 2009-08-26 09:39:34 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcp.c
-   M /trunk/epan/dissectors/packet-dcp.h
-   M /trunk/epan/dissectors/packet-icep.c
+   M /trunk/doc/README.developer
 
-Licepnse -> License
+From dragonlinux AT gmail.com: Fix incorrect location of a right brace;
 
 ------------------------------------------------------------------------
-r19255 | jake | 2006-09-18 07:29:58 -0700 (Mon, 18 Sep 2006) | 10 lines
+r29566 | etxrab | 2009-08-26 10:26:26 -0700 (Wed, 26 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ymsg.c
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_comp_table.h
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/main_proto_draw.c
+   M /trunk/gtk/main_proto_draw.h
 
-From G.F. aka Gena01
-I have put together a patch for YMSG packet dissector. This is based on my own code and service lists (this
-should match Gaim and Kopete service lists). This new code should bring the code up to par to most of the
-known services. Which should cover up to Yahoo 7.x or most of it.
+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
 
-I have also setup a new set of constants which are specific to YMSG packets. These are the types that I've
-seen in miranda network logs and they should reveal more information. The other constants are mostly for buddy
-statuses and need nor apply to the YMSG header.  I have left them in the code (for now). These constants are
-currently used in my own code.
+Note that we might want to look at some other themes, to see if any are
+more like OS X (especially more like Leopard).
 
 ------------------------------------------------------------------------
-r19256 | gerald | 2006-09-18 15:22:44 -0700 (Mon, 18 Sep 2006) | 2 lines
+r29568 | wmeier | 2009-08-26 12:27:49 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/capture.c
+   M /trunk/color_filters.c
+   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-fix.c
+   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/epan/dissectors/packet-kismet.c
+   M /trunk/epan/dissectors/packet-ldss.c
+   M /trunk/epan/dissectors/packet-memcache.c
+   M /trunk/epan/dissectors/packet-mgcp.c
+   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/dissectors/packet-pop.c
+   M /trunk/epan/dissectors/packet-quakeworld.c
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-rlogin.c
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtsp.c
+   M /trunk/epan/dissectors/packet-sdp.c
+   M /trunk/epan/dissectors/packet-ssh.c
+   M /trunk/epan/dissectors/packet-tftp.c
+   M /trunk/epan/dissectors/packet-user_encap.c
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftype-double.c
+   M /trunk/epan/ftypes/ftype-integer.c
+   M /trunk/epan/ftypes/ftype-string.c
+   M /trunk/epan/ftypes/ftype-time.c
+   M /trunk/epan/ftypes/ftype-tvbuff.c
+   M /trunk/epan/plugins.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/req_resp_hdrs.c
+   M /trunk/fileset.c
+   M /trunk/gtk/rtp_stream.c
+   M /trunk/gtk/rtp_stream_dlg.c
+   M /trunk/packet-range.c
+   M /trunk/plugins/wimaxasncp/packet-wimaxasncp.c
+   M /trunk/proto_hier_stats.c
+   M /trunk/tap-rtp-common.c
 
-Fix protocol reference link URL.
+(FWIW) One step towards including stdio.h & stdlib.h only when req'd.
 
 ------------------------------------------------------------------------
-r19257 | sahlberg | 2006-09-19 01:02:19 -0700 (Tue, 19 Sep 2006) | 3 lines
+r29569 | wmeier | 2009-08-26 12:28:20 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   A /trunk/epan/dissectors/pidl/dfs.cnf
-   A /trunk/epan/dissectors/pidl/dfs.idl
-
-import DFS.idl from samba and use it to generate a much more complete DFS dissector
+   M /trunk/wiretap/wtap.h
 
+#include <stdio.h> no longer req'd.
 
 ------------------------------------------------------------------------
-r19258 | jmayer | 2006-09-19 08:29:38 -0700 (Tue, 19 Sep 2006) | 6 lines
+r29570 | wmeier | 2009-08-26 12:30:44 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Client.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Header.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Parser.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Server.pm
-   A /trunk/tools/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Template.pm
-   D /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Types.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba4.pm
-   M /trunk/tools/pidl/pidl
-   M /trunk/tools/pidl/tests/ndr_string.pl
+   M /trunk/epan/dissectors/packet-ipsec.c
+
+Reformat some long lines for readability....
 
-Update from samba tree revision 18221 to 18675
-============================ Samba log start ============
-svn: When specifying working copy paths, only one target may be given
-============================ Samba log end ==============
+------------------------------------------------------------------------
+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.
 
 ------------------------------------------------------------------------
-r19259 | martinm | 2006-09-19 10:40:24 -0700 (Tue, 19 Sep 2006) | 1 line
+r29572 | martinm | 2009-08-26 15:31:06 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/column-utils.c
+
+Show correct time value for "Time since previous displayed frame".
 
-Make Content-Length and Max-Forwards fields uints
 ------------------------------------------------------------------------
-r19260 | etxrab | 2006-09-19 13:25:57 -0700 (Tue, 19 Sep 2006) | 5 lines
+r29573 | wmeier | 2009-08-26 15:45:07 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/gtk/about_dlg.c
 
-From Graham Addis:
- In dissect_geographical_description the longitude is multiplied by 260 
- and should be by 360(degrees).
+Keep Solaris buildbot happy ....
 
- Also it would be good to display to 5 decimal places.
 ------------------------------------------------------------------------
-r19261 | guy | 2006-09-19 19:52:26 -0700 (Tue, 19 Sep 2006) | 3 lines
+r29574 | gerald | 2009-08-26 16:16:37 -0700 (Wed, 26 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/dumpcap.c
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Add some routines to the list of routines exported by libwireshark - at
-least one dissector writer needs them.
+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.
 
 ------------------------------------------------------------------------
-r19262 | etxrab | 2006-09-19 23:13:02 -0700 (Tue, 19 Sep 2006) | 5 lines
+r29575 | wmeier | 2009-08-26 16:24:22 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/libwireshark.def
-   M /trunk/epan/oui.h
+   M /trunk/gtk/about_dlg.c
+   M /trunk/print.h
 
-From David Pelton:
-Add  the ieee802a_add_oui function to libwireshark.def, and also adds the OUI that I am using to a couple of internal lists (in epan/oui.h and dissectors/packet-llc.c).
+Add #include <stdio.h> to print.h; Undo the previous change to about_dlg.c
 
-From me:
-Resorted the oui  lists, some witespace changes and added Ericsson OUI:s.
 ------------------------------------------------------------------------
-r19263 | etxrab | 2006-09-19 23:14:45 -0700 (Tue, 19 Sep 2006) | 1 line
+r29576 | wmeier | 2009-08-26 19:53:13 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   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
 
-Dont use itu_ssn
 ------------------------------------------------------------------------
-r19264 | martinm | 2006-09-20 05:12:18 -0700 (Wed, 20 Sep 2006) | 2 lines
+r29577 | wmeier | 2009-08-26 20:54:57 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
+   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 Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6
+Add #include <stdio.h> in a few more places for Solaris.
 
 ------------------------------------------------------------------------
-r19265 | martinm | 2006-09-20 05:13:18 -0700 (Wed, 20 Sep 2006) | 2 lines
+r29578 | wmeier | 2009-08-26 21:47:28 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-msrp.c
+   M /trunk/gtk/airpcap_gui_utils.c
+   M /trunk/gtk/compare_stat.c
+   M /trunk/gtk/dcerpc_stat.c
+   M /trunk/gtk/io_stat.c
+   M /trunk/gtk/mcast_stream.c
+   M /trunk/gtk/rpc_progs.c
+   M /trunk/gtk/rpc_stat.c
+   M /trunk/gtk/scsi_stat.c
+   M /trunk/gtk/sctp_stat_dlg.c
+   M /trunk/gtk/tcp_graph.c
+   M /trunk/gtk/voip_calls_dlg.c
 
-Make the data part of the message filterable
+Add #include <stdio.h> in a few more places ....
 
 ------------------------------------------------------------------------
-r19266 | jmayer | 2006-09-20 07:22:15 -0700 (Wed, 20 Sep 2006) | 5 lines
+r29579 | wmeier | 2009-08-26 22:04:05 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/radius/dictionary
+   M /trunk/gtk/funnel_stat.c
 
-Alexander Schrab:
-       Subject: [Wireshark-dev] New radius attributes (RFC 4590)
-       Hi, i noticed you haven't updated the radius dictionary file. Here is a patch
+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
 ------------------------------------------------------------------------
-r19267 | jake | 2006-09-20 07:59:37 -0700 (Wed, 20 Sep 2006) | 2 lines
+r29581 | wmeier | 2009-08-26 22:17:40 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/radius/dictionary
+   M /trunk/gtk/supported_protos_dlg.c
 
-Repair patch to accurately follow RFC 4590
+Add #include <stdio.h>
 
 ------------------------------------------------------------------------
-r19268 | jake | 2006-09-20 22:29:41 -0700 (Wed, 20 Sep 2006) | 2 lines
+r29582 | etxrab | 2009-08-26 22:34:06 -0700 (Wed, 26 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/expert_dlg.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
 
-Add http_dissector_add upon request
+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.
 ------------------------------------------------------------------------
-r19269 | sahlberg | 2006-09-21 02:18:39 -0700 (Thu, 21 Sep 2006) | 3 lines
+r29584 | stig | 2009-08-27 04:58:03 -0700 (Thu, 27 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/pidl/dfs.idl
+   M /trunk/gtk/wlan_stat_dlg.c
 
-dfs updates
+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
 ------------------------------------------------------------------------
-r19270 | martinm | 2006-09-21 03:21:12 -0700 (Thu, 21 Sep 2006) | 1 line
+r29586 | krj | 2009-08-27 08:35:33 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   A /trunk/ConfigureChecks.cmake
 
-New fields in R6 RACH
+Add ConfigureChecks.cmake
 ------------------------------------------------------------------------
-r19271 | jake | 2006-09-21 06:08:50 -0700 (Thu, 21 Sep 2006) | 5 lines
+r29587 | gerald | 2009-08-27 08:46:53 -0700 (Thu, 27 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/dumpcap.c
 
-From: Marco Strack
-The smb dissector displays lock requests in the "Locking AndX Request" as a vector of locks. It opens a tree branch
-"Locks" and appends the locks to this branch. Instead of adding "Lock" objects to this branch it added "Unlock"
-objects. Everything else is fine.
+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.
 
 ------------------------------------------------------------------------
-r19272 | guy | 2006-09-21 10:39:17 -0700 (Thu, 21 Sep 2006) | 7 lines
+r29588 | krj | 2009-08-27 08:55:58 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/rtp_player.c
-   M /trunk/gtk/rtp_player.h
-   M /trunk/gtk/voip_calls.c
-
-Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTP
-player, so that we get declartions of rtp_player_init() and
-add_rtp_packet().
+   M /trunk/CMakeLists.txt
 
-Constify the first argument to add_rtp_packet(), as it's passed a
-pointer to a const value.
+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
 ------------------------------------------------------------------------
-r19273 | guy | 2006-09-21 10:41:47 -0700 (Thu, 21 Sep 2006) | 3 lines
+r29590 | gerald | 2009-08-27 16:55:48 -0700 (Thu, 27 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/dumpcap.c
 
-Fix the handling of IPv4-address and Boolean suboptions of the Novell
-options item.
+Properly set our file descriptor when we're capturing from a pipe on
+non-Windows systems.
 
 ------------------------------------------------------------------------
-r19274 | guy | 2006-09-21 10:42:23 -0700 (Thu, 21 Sep 2006) | 2 lines
+r29591 | etxrab | 2009-08-27 22:17:14 -0700 (Thu, 27 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
-
-Add some space after commas.
+   M /trunk/dumpcap.c
 
+Make the windows build compile.
 ------------------------------------------------------------------------
-r19275 | etxrab | 2006-09-21 12:39:42 -0700 (Thu, 21 Sep 2006) | 4 lines
+r29592 | etxrab | 2009-08-27 22:19:52 -0700 (Thu, 27 Aug 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lapd.c
-   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/file.c
+   M /trunk/file.h
+   M /trunk/gtk/main_statusbar.c
 
-Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106
+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
 
-packet-lapd.c change on 2006-03-02 (17452) by etxrab swaps SRC/DST for the default case
-And added a comment to Q.931
+Use GTK+ 2.16.5 and Glib 2.20.4.
 ------------------------------------------------------------------------
-r19276 | sahlberg | 2006-09-21 14:14:33 -0700 (Thu, 21 Sep 2006) | 3 lines
+r29594 | jmayer | 2009-08-28 02:38:34 -0700 (Fri, 28 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/winreg.idl
+   M /trunk/epan/proto.c
 
-winreg updates    resync idl from s4
+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.
 
 ------------------------------------------------------------------------
-r19277 | sahlberg | 2006-09-21 15:01:32 -0700 (Thu, 21 Sep 2006) | 3 lines
+r29595 | wmeier | 2009-08-28 06:52:52 -0700 (Fri, 28 Aug 2009) | 2 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/eventlog.cnf
-   A /trunk/epan/dissectors/pidl/eventlog.idl
-
-add idl file and conformance file for eventlog interface
+   M /trunk/epan/dissectors/packet-zbee-zcl.c
 
+Validate a function parameter
 
 ------------------------------------------------------------------------
-r19278 | sahlberg | 2006-09-21 15:02:08 -0700 (Thu, 21 Sep 2006) | 3 lines
+r29596 | krj | 2009-08-28 08:59:20 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/pidl/eventlog.idl
+   M /trunk/config.nmake
 
-merge JBMs changes from the handwritten dissector to the idl
+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.
 
 ------------------------------------------------------------------------
-r19279 | sahlberg | 2006-09-21 17:01:38 -0700 (Thu, 21 Sep 2006) | 5 lines
+r29598 | wmeier | 2009-08-28 09:36:24 -0700 (Fri, 28 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
+   M /trunk/epan/dissectors/packet-netflow.c
 
-updates to eventlog to use the pidl generated dissector  and enhance the conformance file to dissect parts of the eventlog Records.
-(record dissection is incomplete since this is not really NDR encoded   but better than nothing)
+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.
 
 ------------------------------------------------------------------------
-r19280 | sahlberg | 2006-09-21 18:40:23 -0700 (Thu, 21 Sep 2006) | 4 lines
+r29600 | wmeier | 2009-08-28 11:37:53 -0700 (Fri, 28 Aug 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
+   M /trunk/epan/dissectors/packet-ipmi-transport.c
 
-add conformance file magic to decode the non-NDR  source/computer name strings of the eventlog_Record
+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).
 
 ------------------------------------------------------------------------
-r19281 | ulfl | 2006-09-22 00:41:56 -0700 (Fri, 22 Sep 2006) | 1 line
+r29602 | etxrab | 2009-08-28 14:34:59 -0700 (Fri, 28 Aug 2009) | 8 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-nb_rtpmux.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-remove AUTHOS-SHORT-FORMAT from NSIS and U3 installation
+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
 ------------------------------------------------------------------------
-r19282 | sahlberg | 2006-09-22 00:43:29 -0700 (Fri, 22 Sep 2006) | 6 lines
+r29603 | guy | 2009-08-28 18:08:31 -0700 (Fri, 28 Aug 2009) | 13 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
-update to eventlog record
+Note that the "heuristic" is fatally weak, and must be strengthened or
+eliminated.
 
-dissect the informational strings that may be present inside an event
+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.
 
 ------------------------------------------------------------------------
-r19283 | sahlberg | 2006-09-22 00:56:18 -0700 (Fri, 22 Sep 2006) | 4 lines
+r29604 | wmeier | 2009-08-28 18:46:42 -0700 (Fri, 28 Aug 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
-update where the extra strings in the record are being dissected to that the decode follows the packet structure more closely
+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.
 
 ------------------------------------------------------------------------
-r19284 | sahlberg | 2006-09-22 02:27:25 -0700 (Fri, 22 Sep 2006) | 3 lines
+r29606 | wmeier | 2009-08-28 19:25:04 -0700 (Fri, 28 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/pidl/dfs.idl
-
-dfs updates from the s4 idl repository
+   M /trunk/epan/dissectors/packet-rtp.c
 
+Replace "repeated blurb" by NULL in two cases;
+Reformat a long line.
 
 ------------------------------------------------------------------------
-r19285 | martinm | 2006-09-22 03:29:19 -0700 (Fri, 22 Sep 2006) | 1 line
+r29607 | guy | 2009-08-28 19:32:33 -0700 (Fri, 28 Aug 2009) | 16 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   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.
 
-EDCH new fields + another DCH control message type
 ------------------------------------------------------------------------
-r19286 | martinm | 2006-09-22 05:35:06 -0700 (Fri, 22 Sep 2006) | 1 line
+r29608 | krj | 2009-08-28 21:39:59 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
-Add remaining dedicated control message types.  This dissector is pretty complete now.
+Indent comments
 ------------------------------------------------------------------------
-r19287 | martinm | 2006-09-22 05:41:30 -0700 (Fri, 22 Sep 2006) | 1 line
+r29609 | krj | 2009-08-28 21:43:52 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.h
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
-Add missing updates to unbreak build...
+We need to handoff even when we don't have a tree
 ------------------------------------------------------------------------
-r19288 | gal | 2006-09-22 08:19:32 -0700 (Fri, 22 Sep 2006) | 5 lines
+r29610 | krj | 2009-08-28 21:47:28 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
-When dissecting LDAP, the assumption was made that the maximum LDAP PDU size will be 65535. Anything bigger than this was considered not to be LDAP. However, LDAP can have PDU sizes bigger than this - a CRL can easily grow to be bigger than this, for example.
-
-This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility.
-
+   M /trunk/epan/dissectors/packet-nb_rtpmux.c
 
+Use NB_RTPMUX as protocol short name
 ------------------------------------------------------------------------
-r19289 | gal | 2006-09-22 10:39:02 -0700 (Fri, 22 Sep 2006) | 3 lines
+r29611 | krj | 2009-08-28 22:35:50 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Fix to show all the internal tokens. when configured, when dissecting an unknown piece of BER.
-
+   M /trunk/config.nmake
 
+Remove GCC_GLIB_CFLAGS. It isn't being used
 ------------------------------------------------------------------------
-r19290 | gram | 2006-09-22 11:51:25 -0700 (Fri, 22 Sep 2006) | 3 lines
+r29612 | krj | 2009-08-28 22:39:33 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/tools/netscreen2dump.py
+   M /trunk/config.nmake
 
-Handle netscreen 5.3r4 snoop output, too.
-This format adds "len=\d+" before the ":"
+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
 ------------------------------------------------------------------------
-r19291 | gerald | 2006-09-22 14:14:54 -0700 (Fri, 22 Sep 2006) | 10 lines
+r29614 | krj | 2009-08-28 23:42:23 -0700 (Fri, 28 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/doc/tshark.pod
-   M /trunk/dumpcap.c
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/guid-utils.c
+   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
-   M /trunk/epan/proto.h
-   M /trunk/epan/strutil.c
-   M /trunk/epan/strutil.h
-   M /trunk/gtk/font_utils.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/webbrowser.c
-   M /trunk/gtk/win32-file-dlg.c
-   M /trunk/tshark.c
-   M /trunk/version_info.c
-
-Add support for reading from stdin under Windows.  Based on a patch sent
-in last year by Gianluca Varenni.
 
-Add partial support for reading from named pipes (currently disabled).
-
-Move utf_8to16() and utf_16to8() to a separate module (unicode-utils.[ch])
-so that we don't have to cut and paste code in dumpcap.c.
+Use G_STRINGIFY/G_PASTE
+------------------------------------------------------------------------
+r29615 | krj | 2009-08-29 00:53:48 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/capture-wpcap.c
+   M /trunk/capture_wpcap_packet.c
+   M /trunk/epan/dfilter/syntax-tree.h
+   M /trunk/epan/ftypes/ftype-double.c
+   M /trunk/epan/proto.c
 
-Fix up whitespace.
+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
 ------------------------------------------------------------------------
-r19292 | jake | 2006-09-22 14:18:51 -0700 (Fri, 22 Sep 2006) | 2 lines
+r29617 | krj | 2009-08-29 01:44:49 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/menu.c
+   D /trunk/cmake/modules/FindGLIB.cmake
 
-Move Copy below the tree manipulation options.
+We no longer support GLib 1.x
+------------------------------------------------------------------------
+r29618 | krj | 2009-08-29 02:13:28 -0700 (Sat, 29 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
 
+Rename build target to lowercase for consistency
 ------------------------------------------------------------------------
-r19293 | gerald | 2006-09-22 15:34:54 -0700 (Fri, 22 Sep 2006) | 2 lines
+r29619 | wmeier | 2009-08-29 10:00:22 -0700 (Sat, 29 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/filesystem.c
-   A /trunk/epan/unicode-utils.c
-   A /trunk/epan/unicode-utils.h
+   M /trunk/gtk/rtp_stream_dlg.c
 
-Add missing files from last commit.  Fix an #include.
+Fix potential crash due to NULL dereference.
+(Found by clang scan-build)
 
 ------------------------------------------------------------------------
-r19294 | ulfl | 2006-09-22 16:08:06 -0700 (Fri, 22 Sep 2006) | 1 line
+r29620 | krj | 2009-08-29 23:18:43 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/capture-wpcap.c
-   M /trunk/version_info.c
+   M /trunk/cmake/modules/FindLEX.cmake
+   M /trunk/cmake/modules/FindSED.cmake
+   M /trunk/cmake/modules/FindYACC.cmake
 
-Slightly reshape the version text: Bring the OS info above the WinPcap text - this just makes more sense IMHO
+Fix PATH typo. Should have been PATHS
 ------------------------------------------------------------------------
-r19295 | ulfl | 2006-09-22 16:16:31 -0700 (Fri, 22 Sep 2006) | 2 lines
+r29621 | krj | 2009-08-29 23:24:44 -0700 (Sat, 29 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/CMakeLists.txt
 
-add a packaging_u3 target
-rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing)
+Add WIN32 platform sources
 ------------------------------------------------------------------------
-r19296 | gerald | 2006-09-22 16:26:52 -0700 (Fri, 22 Sep 2006) | 2 lines
+r29622 | krj | 2009-08-30 00:09:29 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
-
-Don't complain if we can't find airpcap.dll.
+   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).
 ------------------------------------------------------------------------
-r19297 | ulfl | 2006-09-22 16:49:08 -0700 (Fri, 22 Sep 2006) | 5 lines
+r29623 | krj | 2009-08-30 01:50:47 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
-
-experimental: append the current maximum expert warning level to the "File" statusbar, e.g. "[Expert: Chat]".
+   M /trunk/CMakeLists.txt
 
-I'm still looking for a good way to display the current expert level and this seems to be the best place.
+Find Win32 bundled packages
+------------------------------------------------------------------------
+r29624 | krj | 2009-08-30 01:51:43 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   A /trunk/cmake/modules/FindWSWIN32.cmake
 
-However, ideas are still welcome ...
+Add new windows cmake module finder
 ------------------------------------------------------------------------
-r19298 | ulfl | 2006-09-22 17:14:48 -0700 (Fri, 22 Sep 2006) | 9 lines
+r29625 | sake | 2009-08-30 03:35:48 -0700 (Sun, 30 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/capture_if_details_dlg.c
-   A /trunk/gtk/gtkvumeter.c
-   A /trunk/gtk/gtkvumeter.h
+   M /trunk/file.h
 
-GTK2: add an analog VU meter like display widget 
+Some minor corrections in function descriptions
 
-Win32: use the widget to display the RSSI and Link Speed values as this is far better understandable than the raw numerical values (especially if you don't know the values well).
 
-the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 
+------------------------------------------------------------------------
+r29626 | krj | 2009-08-30 07:12:56 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
 
-... and I've heavily changed and extended it to fit the problem here.
+Disable standard library deprecation when MSVC >= 2005
+------------------------------------------------------------------------
+r29627 | gerald | 2009-08-30 08:03:26 -0700 (Sun, 30 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-We might use the VU meter widget later at other places as well ...
+[Automatic manuf and enterprise-numbers update for 2009-08-30]
 ------------------------------------------------------------------------
-r19299 | ulfl | 2006-09-22 17:28:04 -0700 (Fri, 22 Sep 2006) | 1 line
+r29630 | krj | 2009-08-30 08:06:28 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/Makefile.nmake
+   M /trunk/ConfigureChecks.cmake
 
-rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it twice
+Add a couple of Windows header files
 ------------------------------------------------------------------------
-r19300 | ulfl | 2006-09-22 17:38:00 -0700 (Fri, 22 Sep 2006) | 1 line
+r29631 | krj | 2009-08-30 10:09:40 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/config.h.win32
 
-squelch some compiler warnings due to currently disabled code
+Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS_H and HAVE_WINSOCK2_H
 ------------------------------------------------------------------------
-r19301 | ulfl | 2006-09-22 17:38:56 -0700 (Fri, 22 Sep 2006) | 1 line
+r29632 | krj | 2009-08-30 10:23:47 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/capture_sync.c
+   M /trunk/config.h.win32
 
-use unicode-utils.h instead of strutil.h
+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
 ------------------------------------------------------------------------
-r19302 | ulfl | 2006-09-22 18:39:07 -0700 (Fri, 22 Sep 2006) | 3 lines
+r29633 | krj | 2009-08-30 11:30:14 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
    M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
    M /trunk/config.nmake
-   M /trunk/doc/Makefile.nmake
-
-change the Win32 build environment, so we can create release zip files without the need of an installer - a feature requested from time to time. When this is matured, we might want to add these zip files (of GTK1 and GTK2 versions) to the released files.
 
-config.nmake contains the target INSTALL1_DIR and INSTALL2_DIR. I guess you can retain the previous behaviour by using . for both DIRs, though I never tested this...
+Remove superfluous config parameters
 ------------------------------------------------------------------------
-r19303 | ulfl | 2006-09-23 01:39:54 -0700 (Sat, 23 Sep 2006) | 1 line
+r29634 | krj | 2009-08-30 11:40:09 -0700 (Sun, 30 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/capture-pcap-util-int.h
 
-fix a typo
+Move config.h include to start of file
 ------------------------------------------------------------------------
-r19304 | sahlberg | 2006-09-23 06:21:54 -0700 (Sat, 23 Sep 2006) | 9 lines
+r29635 | krj | 2009-08-31 11:16:16 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-smb-pipe.c
-   M /trunk/epan/dissectors/packet-smb.c
-
-replace a rotating buffer in smb with ep allocated memory
-
-dont try dcerpc reassembly of fragments if we dont have the entire pdu
-
-only call the heuristical dissectors once from smb/pipe as per guy(?)s comments about idempotence.
-when doing reassembly, the dcerpc dissector is indeed not idempotent any more.
-
+   M /trunk/gtk/file_dlg_win32.c
+   M /trunk/wsutil/libwsutil.def
+   M /trunk/wsutil/unicode-utils.c
+   M /trunk/wsutil/unicode-utils.h
 
+Add utf_8to16_snprintf() which creates a UTF16 string according to the given format string. The format string + arguments are expected to be in UTF-8 format. This change effectively removes the only place where we use PRIu64.
+------------------------------------------------------------------------
+r29636 | krj | 2009-08-31 11:28:10 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
 
+We don't use PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 internally in Wireshark, so don't encourage people to use them. Use G_GINT64_FORMAT + friends instead.
 ------------------------------------------------------------------------
-r19305 | lego | 2006-09-23 07:24:22 -0700 (Sat, 23 Sep 2006) | 3 lines
+r29637 | etxrab | 2009-08-31 11:37:15 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.am
+   M /trunk/epan/dissectors/packet-gsm_a_dtap.c
 
-Get rid of a tab after a / that caused make on MacOS X to believe that \t was another target
+From Gerasimos Dimitriadis:
+DTAP decoding of Cause Diagnostics.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3968
+------------------------------------------------------------------------
+r29638 | krj | 2009-08-31 11:38:07 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/config.h.win32
 
+Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
+------------------------------------------------------------------------
+r29639 | krj | 2009-08-31 11:48:16 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/CMakeLists.txt
+   D /trunk/cmake/modules/Check64BitFormat.c.in
+   D /trunk/cmake/modules/Check64BitFormat.cmake
+   M /trunk/cmakeconfig.h.in
 
+CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unused
 ------------------------------------------------------------------------
-r19306 | sahlberg | 2006-09-23 14:55:40 -0700 (Sat, 23 Sep 2006) | 13 lines
+r29640 | krj | 2009-08-31 11:59:21 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-windows-common.c
-   M /trunk/epan/dissectors/packet-windows-common.h
+   M /trunk/config.h.win32
 
-we did not have a proper WERR error table for the windows errors   insterad we justkept adding the errors to the DOS error table (this merging does work ok since there is so very little overlap between he values in both ranges)
+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
 
-Add a new WERR error table to packet-windows-common    so that PIDL generated dissectors can use this table instead of the DOS table.
+Use a timeout of a second for Mac OS X, when building
+a 64-bit application. Workaround a bug in Mac OS X...
 
+------------------------------------------------------------------------
+r29642 | etxrab | 2009-08-31 12:31:04 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/main.c
 
-To make this table as complete and accurate as possible and to avoid having to type all the values in by hand    the table is generated from the samba doserr.h file and two small commandlines.
-The commends in pakcet-windows-common.h explains how to regenerate the table from doserr.h
+Connect F7 and F8 for new_packet_list.
+------------------------------------------------------------------------
+r29643 | krj | 2009-08-31 12:47:50 -0700 (Mon, 31 Aug 2009) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   M /trunk/Makefile.common
+   M /trunk/config.h.win32
+   M /trunk/configure.in
+   M /trunk/debian/copyright
+   M /trunk/packaging/macosx/native-gtk/config.h
+   D /trunk/strcasecmp.c
 
+Remove strcasecmp. We use g_ascii_strcasecmp exclusively
+------------------------------------------------------------------------
+r29644 | jmayer | 2009-08-31 15:34:25 -0700 (Mon, 31 Aug 2009) | 5 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ip.c
 
+- Fix for bug 3965 as reported by Ivan Sy <ivan_jr@yahoo.com>
+  mDNS and LLMNR also deviate from the TTL=1 for 224.0.0.0/24
 
+- Fix two warnings about removing const by casting.
 
+------------------------------------------------------------------------
+r29645 | jmayer | 2009-08-31 16:11:52 -0700 (Mon, 31 Aug 2009) | 3 lines
+Changed paths:
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/cmakeconfig.h.in
 
+Add check for HAVE_MKSTEMP to make build work again on
+platforms that know about mkstemp().
 
 ------------------------------------------------------------------------
-r19307 | ulfl | 2006-09-23 15:08:39 -0700 (Sat, 23 Sep 2006) | 1 line
+r29646 | etxrab | 2009-08-31 22:19:24 -0700 (Mon, 31 Aug 2009) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/gtk/main_proto_draw.c
 
-fix a typo, the comment char is ; not !
+Don't bother with a progress dialog for small Hex windows.
 ------------------------------------------------------------------------
-r19308 | ulfl | 2006-09-23 17:45:31 -0700 (Sat, 23 Sep 2006) | 3 lines
+r29647 | etxrab | 2009-09-01 00:29:16 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-png.c
+   M /trunk/gtk/main_proto_draw.c
 
-don't replace the COL_PROTO and COL_INFO entries simply with "PNG", but append it only to the COL_INFO just like the GIF dissector is doing
-
-this keeps valuable info in COL_INFO, e.g. the HTTP status code 
+Typo
 ------------------------------------------------------------------------
-r19309 | ulfl | 2006-09-24 04:10:31 -0700 (Sun, 24 Sep 2006) | 1 line
+r29648 | etxrab | 2009-09-01 01:51:41 -0700 (Tue, 01 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/file.c
 
-print the connectionless interface name if such is known
+- 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.
 ------------------------------------------------------------------------
-r19310 | sahlberg | 2006-09-24 13:21:27 -0700 (Sun, 24 Sep 2006) | 6 lines
+r29649 | tuexen | 2009-09-01 03:12:27 -0700 (Tue, 01 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/gtkvumeter.h
+   M /trunk/gtk/sctp_assoc_analyse.c
+   M /trunk/gtk/sctp_error_dlg.c
+   M /trunk/gtk/sctp_stat_dlg.c
 
-we dont have G_BEGIN_DECLS on old gtk/glib versions
+From Irene Ruengeler: Get rid of legacy gtk code...
 
-since we dont use c++ anyway we dont need these macros
+------------------------------------------------------------------------
+r29650 | tuexen | 2009-09-01 03:29:17 -0700 (Tue, 01 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/sctp_assoc_analyse.c
 
+Out with debug output...
 
 
 ------------------------------------------------------------------------
-r19311 | sahlberg | 2006-09-24 13:23:17 -0700 (Sun, 24 Sep 2006) | 4 lines
+r29651 | martinm | 2009-09-01 04:15:24 -0700 (Tue, 01 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
-   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/atsvc.idl
-   M /trunk/epan/dissectors/pidl/dfs.idl
-   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/file.c
 
-pidl has been updated to use WERR instead of DOS error tables.
-regenerate some dissectors
+Add volatile to avoid clobbered by longjmp warning.
 
+------------------------------------------------------------------------
+r29652 | krj | 2009-09-01 08:54:53 -0700 (Tue, 01 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Plug memleak in new_packet_list_store_clear(). Make sure that we free the pointer array segment
 ------------------------------------------------------------------------
-r19312 | sahlberg | 2006-09-24 13:24:39 -0700 (Sun, 24 Sep 2006) | 3 lines
+r29653 | krj | 2009-09-01 09:00:56 -0700 (Tue, 01 Sep 2009) | 4 lines
 Changed paths:
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.h
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   D /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.h
 
-these dissector functions should not be in svn in pidl   they are just temporary files that are copied to the correct location after being manually compiled
+We no longer store the column text in our record, so don't ever dereference the record column text pointer. In fact, remove it completely. This could cause a crash.
 
+While there, throw in a few g_assert()'s.
 
 ------------------------------------------------------------------------
-r19313 | guy | 2006-09-24 13:27:25 -0700 (Sun, 24 Sep 2006) | 2 lines
+r29654 | krj | 2009-09-01 10:09:36 -0700 (Tue, 01 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/gtkvumeter.c
+   M /trunk/epan/proto.c
+   M /trunk/gtk/menus.c
+   M /trunk/print.c
 
-Squelch some compiler warnings.
+From Richard Brodie via. Bug 3913:
+
+Free ptr array allocated through proto_find_finfo()
 
 ------------------------------------------------------------------------
-r19314 | guy | 2006-09-24 13:28:16 -0700 (Sun, 24 Sep 2006) | 2 lines
+r29655 | wmeier | 2009-09-01 10:17:14 -0700 (Tue, 01 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/image/toolbar/capture_airpcap_16.xpm
-   M /trunk/image/toolbar/capture_ethernet_16.xpm
+   M /trunk/epan/dissectors/packet-3g-a11.c
 
-Squelch some compiler warnings.
+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.
 
 ------------------------------------------------------------------------
-r19315 | guy | 2006-09-24 13:29:47 -0700 (Sun, 24 Sep 2006) | 4 lines
+r29656 | krj | 2009-09-01 11:16:55 -0700 (Tue, 01 Sep 2009) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/dfilter/dfilter.c
+   M /trunk/epan/proto.c
+   M /trunk/gtk/filter_dlg.c
 
-Squelch a compiler warning.
+From Jakub Zawadzki via. Bug 3330:
 
-Clean up indentation.
+* 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()
 
-------------------------------------------------------------------------
-r19316 | guy | 2006-09-24 13:31:02 -0700 (Sun, 24 Sep 2006) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
-   M /trunk/epan/dissectors/pidl/eventlog.cnf
+From me:
 
-dissect_ndr_uint16()'s last argument points to a guint16, not a guint.
+* proto.c: set gmc_hfinfo to NULL after free
+* proto.c: switch order of g_free() and g_list_remove() in proto_cleanup()
 
 ------------------------------------------------------------------------
-r19317 | ulfl | 2006-09-24 13:37:30 -0700 (Sun, 24 Sep 2006) | 1 line
+r29657 | etxrab | 2009-09-01 11:29:11 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/gtkvumeter.h
+   M /trunk/gtk/new_packet_list.c
 
-instead of simply removing G_BEGIN_DECLS (maybe someone wants to use it in a c++ project), use an #if GTK_MAJOR_VERSION >= 2 around all definitions. This will also make it clear that this widget won't work with gtk 1.x
+In new_packet_list_append() all we need is in fdata.
 ------------------------------------------------------------------------
-r19318 | etxrab | 2006-09-24 14:04:53 -0700 (Sun, 24 Sep 2006) | 1 line
+r29658 | krj | 2009-09-01 11:44:08 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/addr_resolv.c
 
-Handle Zero length SEQUENCE and SEQUENCE OF.
+Remove superfluous NULL pointer checks wrt. g_malloc() and g_realloc()
 ------------------------------------------------------------------------
-r19319 | lego | 2006-09-24 18:09:00 -0700 (Sun, 24 Sep 2006) | 5 lines
+r29659 | krj | 2009-09-01 12:19:41 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.in
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/epan.c
-   A /trunk/epan/wslua
-   A /trunk/epan/wslua/Makefile.am
-   A /trunk/epan/wslua/Makefile.nmake
-   A /trunk/epan/wslua/init_wslua.c
-   A /trunk/epan/wslua/make-doc.pl
-   A /trunk/epan/wslua/make-init-lua.pl
-   A /trunk/epan/wslua/make-reg.pl
-   A /trunk/epan/wslua/make-taps.pl
-   A /trunk/epan/wslua/taps
-   A /trunk/epan/wslua/template-init.lua
-   A /trunk/epan/wslua/wslua.h
-   A /trunk/epan/wslua/wslua_dumper.c
-   A /trunk/epan/wslua/wslua_field.c
-   A /trunk/epan/wslua/wslua_gui.c
-   A /trunk/epan/wslua/wslua_listener.c
-   A /trunk/epan/wslua/wslua_pinfo.c
-   A /trunk/epan/wslua/wslua_proto.c
-   A /trunk/epan/wslua/wslua_tree.c
-   A /trunk/epan/wslua/wslua_tvb.c
-   A /trunk/epan/wslua/wslua_util.c
-   M /trunk/plugins/Makefile.am
-
-Move the Lua interface into epan... (not a plugin anymore).
-- Rename Tap into Listener
-- add a mechanism to pass protocols' tap data to the Listener
-
+   M /trunk/ConfigureChecks.cmake
+   M /trunk/cmakeconfig.h.in
 
+Check for mkdtemp()
 ------------------------------------------------------------------------
-r19320 | sahlberg | 2006-09-25 01:10:10 -0700 (Mon, 25 Sep 2006) | 3 lines
+r29660 | krj | 2009-09-01 12:27:59 -0700 (Tue, 01 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
-
-make sure we still compile for all out rh71 users
-
+   M /trunk/cmakeconfig.h.in
 
+Define some windows specific header files
 ------------------------------------------------------------------------
-r19321 | sahlberg | 2006-09-25 01:50:21 -0700 (Mon, 25 Sep 2006) | 3 lines
+r29661 | guy | 2009-09-01 12:31:41 -0700 (Tue, 01 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-wkssvc.h
-   M /trunk/epan/dissectors/pidl/wkssvc.cnf
-   M /trunk/epan/dissectors/pidl/wkssvc.idl
-
-update the idl for wkssvc and generate the dissector by pidl
+   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).
 
 ------------------------------------------------------------------------
-r19322 | lego | 2006-09-25 18:12:14 -0700 (Mon, 25 Sep 2006) | 5 lines
+r29663 | etxrab | 2009-09-01 22:48:38 -0700 (Tue, 01 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/epan.c
-
-Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h.
-
-Sorry!
-
+   M /trunk/gtk/expert_comp_table.c
+   M /trunk/gtk/expert_dlg.c
 
+ Didier Gautheron:
+Expert info clean up.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3971
 ------------------------------------------------------------------------
-r19323 | lego | 2006-09-25 18:19:29 -0700 (Mon, 25 Sep 2006) | 5 lines
+r29664 | etxrab | 2009-09-02 08:07:03 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/epan.c
-
-Complete the workarround of prev rev, temporarilly disabling lua from unix as well.
-
-Luis.
-
+   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).
 ------------------------------------------------------------------------
-r19324 | lego | 2006-09-25 20:31:00 -0700 (Mon, 25 Sep 2006) | 3 lines
+r29665 | jmayer | 2009-09-02 08:52:11 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/epan/Makefile.nmake
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/Makefile.nmake
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/wireshark.nsi
-   M /trunk/plugins/Makefile.nmake
-
-Lua 5.1.1 for windows
+   M /trunk/epan/dissectors/packet-ldap.c
 
+No need to include packet-frame.h
 
 ------------------------------------------------------------------------
-r19325 | lego | 2006-09-25 20:36:31 -0700 (Mon, 25 Sep 2006) | 3 lines
+r29666 | jmayer | 2009-09-02 09:33:01 -0700 (Wed, 02 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/tools/win32-setup.sh
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/UseLemon.cmake
+   A /trunk/epan/CMakeLists.txt
+   M /trunk/wiretap/CMakeLists.txt
 
-The forgotten files!
+Beginnings of getting cmake to build stuff in epan.
+It's only beginnings, so epan is commented out in
+the subdirs statement.
 
+This is more a synch to avoid duplicate work and creating
+conflicting patches to the cmake stuff.
 
 ------------------------------------------------------------------------
-r19326 | lego | 2006-09-25 21:06:17 -0700 (Mon, 25 Sep 2006) | 3 lines
+r29667 | martinm | 2009-09-02 09:39:39 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/init_wslua.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-mac-lte.h
+   M /trunk/gtk/mac_lte_stat_dlg.c
 
-wslua_init() must return a value
+Add Semi-Persistent Scheduling (SPS) RNTI.
 
+------------------------------------------------------------------------
+r29668 | krj | 2009-09-02 10:15:20 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
+Make sure that we select the last row if autoscroll is enabled. The scrolling is still very jumpy. It seems that we always select the first packet before moving to the end.
 ------------------------------------------------------------------------
-r19327 | lego | 2006-09-26 03:22:20 -0700 (Tue, 26 Sep 2006) | 3 lines
+r29669 | sahlberg | 2009-09-02 10:24:52 -0700 (Wed, 02 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/epan.c
+   M /trunk/epan/dissectors/packet-scsi-mmc.c
 
-Re-enable lua as the windows version is already there.
+Add initial support to decode the ADIP and PhysicalInformation for MMC 
+media
 
 
 ------------------------------------------------------------------------
-r19328 | martinm | 2006-09-26 06:01:27 -0700 (Tue, 26 Sep 2006) | 3 lines
+r29670 | krj | 2009-09-02 10:29:52 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-multipart.c
-
-- Mark the multipart type as a generated field.
-- Remove the RFC 3261 attribution in the long text version of several headers (some of them I couldn't easily work out where the first non-obsoleted introduction of them is)
+   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.
 ------------------------------------------------------------------------
-r19329 | gerald | 2006-09-26 15:24:50 -0700 (Tue, 26 Sep 2006) | 4 lines
+r29671 | etxrab | 2009-09-02 10:51:48 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.am
-   M /trunk/epan/wslua/Makefile.am
-
-Fix distcheck errors.  Add epan/wslua to the list of distribution
-directories, make sure $(scrdir) is prepended to script paths, and 
-fixup the wslua distclean target.
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Adding new color rules should work now.
 ------------------------------------------------------------------------
-r19330 | gerald | 2006-09-26 15:51:04 -0700 (Tue, 26 Sep 2006) | 2 lines
+r29672 | etxrab | 2009-09-02 10:52:14 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/Makefile.nmake
+   M /trunk/gtk/color_dlg.c
 
-Don't try to build wslua if LUA_DIR isn't defined.
+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.
 ------------------------------------------------------------------------
-r19331 | lego | 2006-09-26 17:45:55 -0700 (Tue, 26 Sep 2006) | 1 line
+r29674 | etxrab | 2009-09-02 11:18:57 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
+   M /trunk/gtk/compare_stat.c
+   M /trunk/gtk/menus.c
 
-use luaforge's 5.1 dll to be able to link on windows. fix some mistakes
+Use new_packet_list_colorize_packets() where cf_colorize_packets();
+is used.
 ------------------------------------------------------------------------
-r19332 | lego | 2006-09-26 19:51:08 -0700 (Tue, 26 Sep 2006) | 3 lines
+r29675 | tuexen | 2009-09-02 12:15:02 -0700 (Wed, 02 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/wslua/template-init.lua
+   M /trunk/gtk/new_packet_list.c
 
-Add a simple lua console to allow evaluation of conde into init.lua
+Mark unused parameter as such.
 
 
 ------------------------------------------------------------------------
-r19333 | sahlberg | 2006-09-27 01:59:20 -0700 (Wed, 27 Sep 2006) | 6 lines
+r29676 | tuexen | 2009-09-02 12:16:59 -0700 (Wed, 02 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.c
-   A /trunk/epan/dissectors/packet-dcerpc-wzcsvc.h
-   A /trunk/epan/dissectors/pidl/wzcsvc.cnf
-   A /trunk/epan/dissectors/pidl/wzcsvc.idl
-
-add new dcerpc protocol WZCSVC based on samba4 idl
-
-this protocol is not too interesting yet since only the function names of this interface is known  but it is more that no dissection at all
+   M /trunk/configure.in
 
+Add --enable-new-packet-list to configure script. Default
+is no for now. Should be kept in sync with the corresponding
+Windows switch.
 
+------------------------------------------------------------------------
+r29677 | krj | 2009-09-02 12:31:56 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
 
+Only try and select the last row if not already selected. This fix doesn't seem to work. Any suggestions?
 ------------------------------------------------------------------------
-r19334 | martinm | 2006-09-27 02:48:42 -0700 (Wed, 27 Sep 2006) | 1 line
+r29678 | krj | 2009-09-02 12:56:39 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/print.c
+   M /trunk/gtk/menus.c
 
-Fix PDML export problem for FT_NONE fields (bug 1110)
+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
 ------------------------------------------------------------------------
-r19335 | jmayer | 2006-09-27 04:03:22 -0700 (Wed, 27 Sep 2006) | 5 lines
+r29679 | stig | 2009-09-02 14:04:41 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/acinclude.m4
+   M /trunk/gtk/menus.c
 
-Change some messages when ucd snmp is found but --with-ssl
-is missing. Also I changed the behaviour to just disable
-ucd snmp in case it was requested but no --with-ssl was
-given instead of bailing out with an error.
+Also deactivate and activate menu for recent.gui_time_precision.
 
 ------------------------------------------------------------------------
-r19336 | martinm | 2006-09-27 05:49:00 -0700 (Wed, 27 Sep 2006) | 2 lines
+r29680 | etxrab | 2009-09-02 22:03:57 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/gtk/new_packet_list.c
 
-Dissect sequence number & method name of CSeq header.
+Don't set the minimum column width to the computed or stored value,
+use a fixed minimum value and use the other as the size used to display the column.
+------------------------------------------------------------------------
+r29681 | etxrab | 2009-09-02 22:35:21 -0700 (Wed, 02 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Right align COL_NUMBER.
 ------------------------------------------------------------------------
-r19337 | gerald | 2006-09-27 09:49:53 -0700 (Wed, 27 Sep 2006) | 3 lines
+r29682 | stig | 2009-09-03 03:40:06 -0700 (Thu, 03 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/gtk/new_packet_list.c
 
-Make the NSIS distclean target be a bit more thorough about cleaning up old
-installers.
+Right justify "Packet length", "Cumulative bytes" and custom columns
+displaying numerical values.
 
 ------------------------------------------------------------------------
-r19338 | lego | 2006-09-27 10:12:42 -0700 (Wed, 27 Sep 2006) | 6 lines
+r29683 | stig | 2009-09-03 03:50:30 -0700 (Thu, 03 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/funnel.c
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/make-init-lua.pl
-   M /trunk/epan/wslua/template-init.lua
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/gtk/gui_stat_menu.h
-   M /trunk/gtk/menu.c
-   M /trunk/gtk/tap_dfilter_dlg.c
-   M /trunk/stat_menu.h
-   M /trunk/tap-funnel.c
-   M /trunk/tap_dfilter_dlg.h
+   M /trunk/gtk/new_packet_list.c
 
+Adjusted int/uint check and fixed a comment in right justify check.
 
-* rename REGISTER_STAT_GROUP_E -> register_stat_group_t
-* Add a "Tools" menu
-* allow wslua's register_menu to register menu items into more menus
+------------------------------------------------------------------------
+r29684 | stig | 2009-09-03 04:37:12 -0700 (Thu, 03 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/recent.c
 
+Read column widths from recent file also for new packet list.
 
 ------------------------------------------------------------------------
-r19339 | gerald | 2006-09-27 11:02:40 -0700 (Wed, 27 Sep 2006) | 7 lines
+r29685 | krj | 2009-09-03 07:32:11 -0700 (Thu, 03 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/tools/win32-setup.sh
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-Update GNUTLS to 1.5.1.  This includes an updated libgcrypt, which should
-fix bug 1096.
+Make sure that we stop auto scroll if we start scrolling manually. 
 
-Switch back to fetching a date-stamped URL in win32-setup.sh.  This
-ensures backward compatibility with previous releases and non-updated
-SVN trees.
+Caveat: we jump to first frame when auto scroll is stopped
 
 ------------------------------------------------------------------------
-r19340 | etxrab | 2006-09-27 12:30:22 -0700 (Wed, 27 Sep 2006) | 1 line
+r29686 | krj | 2009-09-03 07:41:09 -0700 (Thu, 03 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/file.c
 
-Handle unaligned dissect_per_length_determinant and dissect_per_restricted_character_string_sorted.
+Remove superfluous assignment
 ------------------------------------------------------------------------
-r19341 | etxrab | 2006-09-27 13:06:06 -0700 (Wed, 27 Sep 2006) | 12 lines
+r29687 | martinm | 2009-09-03 09:42:16 -0700 (Thu, 03 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.h
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   A /trunk/epan/tcap-persistentdata.c
-   A /trunk/epan/tcap-persistentdata.h
-
-From Florent Drouin:
-Here are some patches and a new module to introduce the notion of Tcap context for a Tcap transaction. For each Tcap transaction, several parameters, like session identifier, start time or OID, will be saved in a hash table, to keep these informations available for the next messages. This context is then given to the upper layer, and can be used, for example, to generate transaction-associated statistics.
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-Moreover, the Upper protocol, detected in the Begin of the TCAP transaction ( according to the OID ), is saved in the context, and will be reused for the next messages of the transaction. This help the decoding of SS7 messages, without any SSN configuration in the "wireshark preferences".
+Show UEId in info column for UL-SCH / DL-SCH frames.
 
-You will have too, the possibility to apply a filter to see only the messages related to a TCAP transaction. (tcap.srt.session_id=XXX)
-
-To enable the use of the Tcap context, you have 2 new parameters in the preferences,
-- SRT, enable search for a Tcap context for any TCAP messages
-- persistentSRT, keep the Tcap context, even after the transaction has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
-
-There is 2 new timers  in the preferences for the statistics, to tune the retransmission timeout, and messages lost timeout.
 ------------------------------------------------------------------------
-r19342 | sahlberg | 2006-09-27 13:55:13 -0700 (Wed, 27 Sep 2006) | 3 lines
+r29688 | krj | 2009-09-03 10:00:17 -0700 (Thu, 03 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-efs.c
-   M /trunk/epan/dissectors/packet-dcerpc-efs.h
-   A /trunk/epan/dissectors/pidl/efs.cnf
-   A /trunk/epan/dissectors/pidl/efs.idl
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-generate the EFS DCERPC interface dissector using PIDL
+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
 ------------------------------------------------------------------------
-r19343 | sahlberg | 2006-09-27 13:56:15 -0700 (Wed, 27 Sep 2006) | 3 lines
+r29691 | gerald | 2009-09-03 11:15:23 -0700 (Thu, 03 Sep 2009) | 2 lines
 Changed paths:
-   D /trunk/epan/dissectors/dcerpc/efs
+   M /trunk/docbook/release-notes.xml
 
-EFS is generated by PIDL now so we dont need the old idl2wrs folder any more
+Start the feature list for 1.4.
 
+------------------------------------------------------------------------
+r29692 | etxrab | 2009-09-04 03:53:37 -0700 (Fri, 04 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/epan/addr_resolv.c
 
+From : Didier Gautheron
+Addresse hash is slow on little endian CPU.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3973
 ------------------------------------------------------------------------
-r19344 | gerald | 2006-09-27 17:33:46 -0700 (Wed, 27 Sep 2006) | 2 lines
+r29693 | etxrab | 2009-09-04 04:06:52 -0700 (Fri, 04 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
-Add lua5.1.dll to the installer.
+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
 ------------------------------------------------------------------------
-r19345 | sahlberg | 2006-09-28 00:52:46 -0700 (Thu, 28 Sep 2006) | 12 lines
+r29694 | jmayer | 2009-09-04 04:48:04 -0700 (Fri, 04 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-nfs.c
+   M /trunk/epan/emem.c
 
-From Alex Burlyga
+Include "proto.h" instead of <proto.h>
+------------------------------------------------------------------------
+r29695 | tuexen | 2009-09-04 05:42:22 -0700 (Fri, 04 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
 
-This patch adds support for dissecting ontap's nfsv4 filehandle,
-as well as some updates to nfsv3 filehandle as well in the nfs
-dissector.
+From Irene Ruengeler: Show duplicate TSNs in SACKs.
 
-Alex.
+------------------------------------------------------------------------
+r29696 | tuexen | 2009-09-04 05:52:28 -0700 (Fri, 04 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
 
+Fix compilation.
 
-checked in with minor changes
+------------------------------------------------------------------------
+r29697 | tuexen | 2009-09-04 06:10:59 -0700 (Fri, 04 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/sctp_graph_dlg.c
 
+Fix handling of multiple duplicate TSNs.
 
 ------------------------------------------------------------------------
-r19346 | lego | 2006-09-28 01:57:29 -0700 (Thu, 28 Sep 2006) | 3 lines
+r29698 | tuexen | 2009-09-04 06:23:51 -0700 (Fri, 04 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/gtk/menu.c
-   M /trunk/stat_menu.h
-
-Avoid to add an empty menu if there's no Lua.
+   M /trunk/gtk/sctp_graph_dlg.c
 
+Cleanup whitespaces.
 
 ------------------------------------------------------------------------
-r19347 | martinm | 2006-09-28 02:27:28 -0700 (Thu, 28 Sep 2006) | 1 line
+r29699 | krj | 2009-09-04 10:42:03 -0700 (Fri, 04 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/print.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Remove extra double quote from fix to bug 1110
+Rename new_packet_list_reset_dissected to packet_list_reset_dissected
 ------------------------------------------------------------------------
-r19348 | sahlberg | 2006-09-28 08:55:13 -0700 (Thu, 28 Sep 2006) | 9 lines
+r29700 | wmeier | 2009-09-04 11:18:34 -0700 (Fri, 04 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-Hi,
-
-This patch fixes the page code selector for the scsi log sense command.
-
-Patrick
-
-
+   M /trunk/epan/dissectors/packet-kingfisher.c
 
+From Rob Casey: Fix for: Incorrect station identifier parsing in Kingfisher dissector 
+See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3946
 
 ------------------------------------------------------------------------
-r19349 | sahlberg | 2006-09-28 08:57:54 -0700 (Thu, 28 Sep 2006) | 3 lines
+r29701 | wmeier | 2009-09-04 11:40:02 -0700 (Fri, 04 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-
-additional scsi sense codes from patrick@abra2.bitwizard.nl
+   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.
 
 ------------------------------------------------------------------------
-r19350 | sahlberg | 2006-09-28 09:29:18 -0700 (Thu, 28 Sep 2006) | 34 lines
+r29705 | krj | 2009-09-05 03:36:29 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-dcerpc-mapi.c
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   A /trunk/epan/dissectors/packet-newmail.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 stephen fisher:
+Get rid off GtkTreeModelFilter because the time to sort becomes unbearable when combined with GtkTreeSortable. This means that we now track which frames are visible in the our own packet list store. To do so, we now distinguish between physical and visible rows. All frames are added as physical rows. Only those that passes the display filter are marked as visible.
 
+------------------------------------------------------------------------
+r29706 | stig | 2009-09-05 04:15:50 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
-I have figured out one of the fields in the MAPI
-EcRRegisterPushNotification packet.  The field is a UDP port number that
-the client wants the Exchange server to send new mail notifications on.
-These notifications are on a port > 1023 and are always 8 bytes long.
+Make it build without warnings.
 
-It looks like I would add the function name to the
-dcerpc_mapi_dissectors[] for the register push notification.  What would
-my new function need to do besides display the field?
+------------------------------------------------------------------------
+r29707 | krj | 2009-09-05 04:58:44 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Bail out gracefully on colums we cant sort on yet instead of crashing
+------------------------------------------------------------------------
+r29708 | krj | 2009-09-05 05:42:44 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
-Thanks,
+Sort out some of the confusion r29706 introduced (visible vs. physical rows). We choose the wrong packet in the packet view because we used the physical row instead of the visible. I suspect there a couple more of these lurking.
+------------------------------------------------------------------------
+r29709 | stig | 2009-09-05 06:06:45 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/prefs.c
 
-Steve
+Ignore preferences for deleted protocols "etheric" and "isup_thin".
 
-Here is a patch to add this functionality.  It displays the notification
-port and the notification payload (not sure what the payload itself
-means yet).  It also dynamically registers each notification port found
-with a new dissector (that I called newmail for lack of a better name -
-I'm open to suggestions) that displays the notification payload.  This
-is all undocumented by Microsoft in their usual fashion.
+------------------------------------------------------------------------
+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
 
-I also changed the code to always display the mapi.opnum field;
-currently, the mapi.opnum is only displayed when the
-dcerpc_mapi_dissector is null.
+Make sure that we can resort with an active display filter
+------------------------------------------------------------------------
+r29711 | krj | 2009-09-05 06:27:34 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
+Get rid of row_data_t
+------------------------------------------------------------------------
+r29712 | stig | 2009-09-05 06:30:16 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/main.c
 
-Steve
+Apply user font when changing profile with new packet list.
 
+------------------------------------------------------------------------
+r29713 | krj | 2009-09-05 06:46:17 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Restore original condition in packet_list_iter_n_children()
+------------------------------------------------------------------------
+r29714 | stig | 2009-09-05 07:37:02 -0700 (Sat, 05 Sep 2009) | 3 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Fetch old column width values if we have not initialized the packet list,
+so we don't write zero width values if closing before loading a capture.
 
 ------------------------------------------------------------------------
-r19351 | jake | 2006-09-28 09:30:20 -0700 (Thu, 28 Sep 2006) | 5 lines
+r29715 | krj | 2009-09-05 08:25:53 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
+   M /trunk/gtk/new_packet_list.c
 
-From Nicolas DICHTEL:
-I've two patchs for FMIPv6:
-- FBU encapsulated in FNA are not correctly parsed;
-- there is an error when parsing LLA Option.
+Remove dead code. We dont construct columns while reading the file. We do that when we have to display the frame
+------------------------------------------------------------------------
+r29716 | krj | 2009-09-05 08:30:34 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
 
+Inline cache_columns()
 ------------------------------------------------------------------------
-r19352 | ulfl | 2006-09-28 12:53:11 -0700 (Thu, 28 Sep 2006) | 5 lines
+r29717 | krj | 2009-09-05 08:46:47 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/wsug_src/WSUG_app_files.xml
-   M /trunk/docbook/wsug_src/WSUG_app_messages.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_advanced.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_customize.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_introduction.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_io.xml
-   M /trunk/docbook/wsug_src/WSUG_chapter_use.xml
-   M /trunk/docbook/wsug_src/WSUG_preface.xml
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-from Stephen Fisher:
+Move new_packet_list_dissect() to packet_list_store.c. We need to have it there in order to dissect columns on the fly when we have to sort
+------------------------------------------------------------------------
+r29718 | krj | 2009-09-05 09:35:05 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Attached is a patch to fix some spelling mistakes in the Wireshark 
-User's Guide.  I also fixed the author's email addresses as the 
-addresses did not match the right names.
+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.
 ------------------------------------------------------------------------
-r19353 | jake | 2006-09-28 13:28:26 -0700 (Thu, 28 Sep 2006) | 5 lines
+r29719 | stig | 2009-09-05 11:13:48 -0700 (Sat, 05 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/eyesdn.c
+   M /trunk/gtk/main.c
 
-From Rolf Fiedler:
-I am the author of the eyesdn wiretap module. Recently we added ATM
-support to our trace format. We used channel id 129 for that, so far
-only 0 for D channel and 1-30 for bearer channels had been in use.
+Move reloading pane geometry to a point where we have the correct
+main_first_pane and main_second_pane.
 
 ------------------------------------------------------------------------
-r19354 | etxrab | 2006-09-28 22:50:41 -0700 (Thu, 28 Sep 2006) | 9 lines
+r29720 | krj | 2009-09-05 11:28:06 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
-
-From Martin Peylo:
+   M /trunk/epan/column-utils.c
 
-- dissection of TIPCv2 internal messages now shows
-  all fields used according to the protocol spec
-- there should be no issues with the current protocol
-  spec anymore
-- the info column is more concise and gives more
-  details
-- some code beautifications
+Reorder col_fill_in()
 ------------------------------------------------------------------------
-r19355 | etxrab | 2006-09-28 22:51:44 -0700 (Thu, 28 Sep 2006) | 1 line
+r29721 | krj | 2009-09-05 11:39:46 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isakmp.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/prefs.c
 
-Update some value_strings
+COL_BSSGP_TLLI is deprecated
 ------------------------------------------------------------------------
-r19356 | etxrab | 2006-09-28 22:52:41 -0700 (Thu, 28 Sep 2006) | 1 line
+r29722 | krj | 2009-09-05 11:45:55 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column-utils.h
+   M /trunk/epan/libwireshark.def
 
-Add some more package names.
+col_custom_set_fstr() is unused. Remove it
 ------------------------------------------------------------------------
-r19357 | etxrab | 2006-09-28 22:53:47 -0700 (Thu, 28 Sep 2006) | 1 line
+r29723 | krj | 2009-09-05 12:07:04 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/gtk/packet_list_store.c
 
-Fixa a typo copy -> xcopy
+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
 ------------------------------------------------------------------------
-r19358 | jake | 2006-09-29 01:47:51 -0700 (Fri, 29 Sep 2006) | 6 lines
+r29724 | stig | 2009-09-05 12:42:43 -0700 (Sat, 05 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/eyesdn.c
+   M /trunk/gtk/main.c
 
-From: Rolf Fiedler 
-So far Wireshark complained about channel 129, now it gets a little further 
-and then complains about channel 128. 
+Remove an obsolete gui_time_format setting.
+
+------------------------------------------------------------------------
+r29725 | stig | 2009-09-05 15:12:51 -0700 (Sat, 05 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-capwap.c
 
-Solution: Open up all channel from 128 up. 
+Changed type for "Wireless data" to FT_BYTES.
 
 ------------------------------------------------------------------------
-r19359 | sahlberg | 2006-09-29 02:24:51 -0700 (Fri, 29 Sep 2006) | 3 lines
+r29726 | krj | 2009-09-05 21:26:50 -0700 (Sat, 05 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
+   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
 
-move the defines for SPC command opcode values to the headerfile
+Don't pass ep_alloc()'ed strings to col_set_str().
 
+Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984
 
 ------------------------------------------------------------------------
-r19360 | sahlberg | 2006-09-29 03:40:51 -0700 (Fri, 29 Sep 2006) | 7 lines
+r29727 | krj | 2009-09-05 22:29:51 -0700 (Sat, 05 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-scsi-osd.c
-   A /trunk/epan/dissectors/packet-scsi-osd.h
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/asn1/gsmmap/packet-gsmmap-template.c
+   M /trunk/asn1/pkixcmp/packet-cmp-template.c
+   M /trunk/asn1/smrse/packet-smrse-template.c
+   M /trunk/epan/dissectors/packet-camel.c
+   M /trunk/epan/dissectors/packet-cmp.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
+   M /trunk/epan/dissectors/packet-nat-pmp.c
+   M /trunk/epan/dissectors/packet-ptp.c
+   M /trunk/epan/dissectors/packet-smrse.c
+
+s/col_add_fstr/col_add_str
+------------------------------------------------------------------------
+r29728 | krj | 2009-09-05 22:49:00 -0700 (Sat, 05 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-add initial scsi osd dissector  but only dissect sdbs that are impoerted from SPC
+Make sure that we can enable/disable color filtering.
 
-various changes to the existing scsi dissector to start allowing different commandsets to be implemented in their own dissector files to prevent the scsi dissector to become as huge as the parlay dissector
+Fixes http://wiki.wireshark.org/Development/OptimizePacketList?action=diff&rev1=11&rev2=12
 
+------------------------------------------------------------------------
+r29729 | krj | 2009-09-05 23:07:53 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/color_filters.c
+   M /trunk/color_filters.h
+   M /trunk/gtk/packet_list_store.c
 
+Add NEW_PACKET_LIST guard to color_filters_colorize_packet()
+------------------------------------------------------------------------
+r29730 | krj | 2009-09-05 23:33:13 -0700 (Sat, 05 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
+The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by marking the protocol tree as permamently visible. It only needs to disable the optimization temporarily while it creates the protocol item it intends to use proto_item_append_string() on
+------------------------------------------------------------------------
+r29731 | krj | 2009-09-06 00:24:54 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
+Introduce TRY_TO_FAKE_THIS_REPR which is an optimization similar to the existing TRY_TO_FAKE_THIS_ITEM. The purpose of TRY_TO_FAKE_THIS_REPR is to avoid generating the string representation for the protocol item. There is no point in doing this if the protocol tree isn't visible. In this case the result will be discarded any way.
 ------------------------------------------------------------------------
-r19361 | kukosa | 2006-09-29 04:09:17 -0700 (Fri, 29 Sep 2006) | 2 lines
+r29732 | krj | 2009-09-06 00:33:07 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/epan/proto.c
 
-From Reinhard Speyerer:
-patch fixes a small typo in epan/dissectors/packet-per.c
+This fix was supposed to be in r29731 which some how only contained whitespace changes.
 ------------------------------------------------------------------------
-r19362 | sahlberg | 2006-09-29 04:12:18 -0700 (Fri, 29 Sep 2006) | 7 lines
+r29733 | krj | 2009-09-06 00:55:17 -0700 (Sun, 06 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-add a missing heuristic to acept a NOP_IN packet and correct a broken heuristic that would refuse all NOP_OUT pdus as non-iscsi
-
+   M /trunk/epan/dissectors/packet-frame.c
+   M /trunk/epan/packet.c
+   M /trunk/epan/packet_info.h
 
+We track all protocols that appear in each packet in the frame dissector. This is an expensive operation because we:
 
-it is absolutely amazing that none of the iscsi implementors and users of wireshark had noticed this breakage and reported it.   they apparently do not use wireshark.
+* 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)
 
 ------------------------------------------------------------------------
-r19363 | jake | 2006-09-29 09:31:52 -0700 (Fri, 29 Sep 2006) | 4 lines
+r29734 | krj | 2009-09-06 01:10:12 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.h
-
-From Nicolas DICHTEL:
-Please find enclosed a patch about Mobile Network Prefix option in NEMO.
-Following RFC3963 Section 4.3, lenght of this option is 18, not 16.
+   M /trunk/epan/emem.c
 
+Avoid calling emem_create_chunk() needlessly
 ------------------------------------------------------------------------
-r19364 | martinm | 2006-09-29 10:35:23 -0700 (Fri, 29 Sep 2006) | 1 line
+r29735 | etxrab | 2009-09-06 01:59:30 -0700 (Sun, 06 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/addr_resolv.c
 
-Dissect Via header
+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.
 ------------------------------------------------------------------------
-r19365 | jake | 2006-09-29 12:39:40 -0700 (Fri, 29 Sep 2006) | 3 lines
+r29736 | krj | 2009-09-06 02:03:15 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-xot.c
+   M /trunk/epan/column-utils.c
 
-Fix for bug 1133:
-add a test for (length > 0) in the dissector (dissect_xot_pdu), to avoid to
-allocate a new tvb when the XOT decoded length is null. 
+Macrofy check_col() -> CHECK_COL() internally in columns-utils.c
 ------------------------------------------------------------------------
-r19366 | etxrab | 2006-09-29 14:26:27 -0700 (Fri, 29 Sep 2006) | 1 line
+r29737 | krj | 2009-09-06 02:11:17 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/diameter/dictionary.xml
-   M /trunk/epan/dissectors/packet-diameter-defs.h
-   M /trunk/radius/dictionary.3gpp
+   M /trunk/epan/column-utils.c
 
-Update Diamater and Radius AVP:s
+Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() internally in columns-utils.c
 ------------------------------------------------------------------------
-r19367 | etxrab | 2006-09-29 14:27:58 -0700 (Fri, 29 Sep 2006) | 1 line
+r29738 | krj | 2009-09-06 02:36:21 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/asn1/packet-asn1.c
+   M /trunk/gtk/packet_list_store.c
 
-Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.
+Sort the visible list while traversing the physical row list. This halves the time needed to sort
 ------------------------------------------------------------------------
-r19368 | ulfl | 2006-09-29 14:53:54 -0700 (Fri, 29 Sep 2006) | 1 line
+r29739 | krj | 2009-09-06 03:03:06 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/column-utils.c
 
-MSVC doesn't like empty array inits
+Inline col_has_time_fmt() into col_based_on_frame_data()
 ------------------------------------------------------------------------
-r19369 | ulfl | 2006-09-29 15:40:55 -0700 (Fri, 29 Sep 2006) | 1 line
+r29740 | krj | 2009-09-06 03:41:35 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/gtk/packet_list_store.c
 
-fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291)
+Tigthen the condition under which we create a protocol create while sorting
 ------------------------------------------------------------------------
-r19370 | ulfl | 2006-09-29 15:48:38 -0700 (Fri, 29 Sep 2006) | 5 lines
+r29741 | stig | 2009-09-06 04:24:56 -0700 (Sun, 06 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/prefs-int.h
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
-   M /trunk/gtk/prefs_dlg.c
+   M /trunk/epan/dissectors/packet-homeplug.c
 
-from Stephen Fisher:
+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
 
-Attached is a patch for consideration that changes the title in the 
-preferences notebook to be the full description of the preference (but 
-leaves the short name in the preferences list on the left).
 ------------------------------------------------------------------------
-r19371 | sahlberg | 2006-09-29 17:31:36 -0700 (Fri, 29 Sep 2006) | 5 lines
+r29742 | krj | 2009-09-06 04:30:41 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi osd additions
-
-we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly
-
+   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.
 ------------------------------------------------------------------------
-r19372 | ulfl | 2006-09-29 17:45:03 -0700 (Fri, 29 Sep 2006) | 1 line
+r29743 | krj | 2009-09-06 05:27:32 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-that wasn't a typo, xcopy can't rename files that way
+Fix target of assignment not really an lvalue error
 ------------------------------------------------------------------------
-r19373 | sahlberg | 2006-09-29 18:01:57 -0700 (Fri, 29 Sep 2006) | 3 lines
+r29744 | krj | 2009-09-06 06:25:31 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-scsi opcode 0x7f is variable length   so dont clamp the cdb length to 16 bytes
-
+   M /trunk/epan/column-utils.c
 
+Remove static custom column variable which is no longer used
 ------------------------------------------------------------------------
-r19374 | sahlberg | 2006-09-29 21:10:28 -0700 (Fri, 29 Sep 2006) | 8 lines
+r29745 | krj | 2009-09-06 06:35:27 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-add an extra_data pointer to the itlq structure where specific commandsets/cdbs can hang additional data that are unique to that commandset/cdb
-
-
-make the scsi osd service action and getsetattributetype use this facility
-
-furhter enhancements to scsi osd
-
+   M /trunk/epan/column-utils.c
 
+Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID custom column deprecation
 ------------------------------------------------------------------------
-r19375 | ulfl | 2006-09-30 02:15:15 -0700 (Sat, 30 Sep 2006) | 1 line
+r29746 | krj | 2009-09-06 07:00:28 -0700 (Sun, 06 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/tap-sctpchunkstat.c
 
-remove a warning
+Dont declare address_to_str(). Pull in <epan/to_str.h> instead
 ------------------------------------------------------------------------
-r19376 | sahlberg | 2006-09-30 02:34:58 -0700 (Sat, 30 Sep 2006) | 9 lines
+r29747 | krj | 2009-09-06 07:25:47 -0700 (Sun, 06 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi osd updates
-
-
-iscsi: when iscsi transfers a cdb that is alrger than 16 bytes,  the first 16 bytes are transferred in the normal place in the header and ther remainder of the cdb is transported inside the AHS.
+   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
 
-reassemble these cdb into a proper tvb before passing it to the scsi dissector
+Rename address_to_str() to ep_address_to_str() because:
 
+1) This indicates that the string has ephemeral lifetime
+2) More consistent with its existing seasonal counterpart, se_address_to_str().
 
+------------------------------------------------------------------------
+r29748 | krj | 2009-09-06 07:39:53 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/to_str.c
 
+Change se_address_to_str() to call address_to_str_buf() directly
 ------------------------------------------------------------------------
-r19377 | ulfl | 2006-09-30 02:45:51 -0700 (Sat, 30 Sep 2006) | 7 lines
+r29749 | etxrab | 2009-09-06 07:53:21 -0700 (Sun, 06 Sep 2009) | 5 lines
 Changed paths:
-   A /trunk/plugins/Custom.nmake.example
-   M /trunk/plugins/Makefile.nmake
+   M /trunk/epan/addr_resolv.c
 
-"Pluggable custom makefile"
-A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback:
-The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years).
+Put back
+http://anonsvn.wireshark.org/viewvc?view=rev&revision=29656
+http://anonsvn.wireshark.org/viewvc?view=rev&revision=29658
+http://anonsvn.wireshark.org/viewvc?view=rev&revision=29661
+Reverted by my previous checkin.
+------------------------------------------------------------------------
+r29750 | gerald | 2009-09-06 08:03:28 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
-To solve this I've added a plugin like mechanism which calls a Custom.nmake file for each target (if the file is existing). I've also added a Custom.nmake.example for a quick start.
+[Automatic manuf and enterprise-numbers update for 2009-09-06]
+------------------------------------------------------------------------
+r29753 | krj | 2009-09-06 08:06:41 -0700 (Sun, 06 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/to_str.c
 
-I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-)
+Reorder file to group related functionality
 ------------------------------------------------------------------------
-r19378 | sahlberg | 2006-09-30 03:08:43 -0700 (Sat, 30 Sep 2006) | 3 lines
+r29754 | krj | 2009-09-06 11:25:23 -0700 (Sun, 06 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.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
 
-finish off the remainder of FORMAT OSD   for scsi osd dissector
+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.
 
 ------------------------------------------------------------------------
-r19379 | sahlberg | 2006-09-30 03:24:23 -0700 (Sat, 30 Sep 2006) | 3 lines
+r29755 | stig | 2009-09-06 18:19:26 -0700 (Sun, 06 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
- add dissection of SCSI OSD CREATE PARTITION
+   M /trunk/epan/dissectors/packet-homeplug.c
 
+Don't pass length 0 to a FT_UINT.
+Fixed some uint types with length 2.
 
 ------------------------------------------------------------------------
-r19380 | gal | 2006-09-30 05:58:52 -0700 (Sat, 30 Sep 2006) | 3 lines
+r29756 | jmayer | 2009-09-07 00:26:43 -0700 (Mon, 07 Sep 2009) | 8 lines
 Changed paths:
-   M /trunk/packaging/u3/win32/makefile.nmake
+   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
 
-Update for latest lua changes.
+- 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
 
 
 ------------------------------------------------------------------------
-r19381 | ulfl | 2006-09-30 06:25:05 -0700 (Sat, 30 Sep 2006) | 1 line
+r29757 | jmayer | 2009-09-07 00:30:42 -0700 (Mon, 07 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/plugins/Custom.nmake.example
+   M /trunk/gtk/capture_dlg.h
+
+The external declaration of airpcap_tb here is not needed
+and creates warnings
 
-we don't need to .. the dirs for the clean targets here
 ------------------------------------------------------------------------
-r19382 | ulfl | 2006-09-30 06:40:36 -0700 (Sat, 30 Sep 2006) | 1 line
+r29758 | etxrab | 2009-09-07 03:03:55 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-remove compiler warnings
+Automatically adjust the time column width when time format changes.
 ------------------------------------------------------------------------
-r19383 | gal | 2006-09-30 07:37:09 -0700 (Sat, 30 Sep 2006) | 5 lines
+r29759 | krj | 2009-09-07 04:33:38 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/logotype-cert-extn/logotype-cert-extn.cnf
-   M /trunk/asn1/x509ce/x509ce-exp.cnf
-   M /trunk/asn1/x509ce/x509ce.cnf
-   M /trunk/epan/dissectors/packet-logotypecertextn.c
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/proto.h
-   M /trunk/gtk/proto_draw.c
-
-A new field information flag, FI_URL, to indicate a field contains a URL.
-This is used to display the field underlined and to allow the user to double-click on it (like FT_FRAMENUM) to open the URL in the configured browser. 
-Example usage in the x509ce and logotype certificate extensions. 
-
+   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
 ------------------------------------------------------------------------
-r19384 | ulfl | 2006-09-30 07:57:50 -0700 (Sat, 30 Sep 2006) | 1 line
+r29760 | etxrab | 2009-09-07 04:50:08 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/proto_draw.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-add a missing #include
+col_fmt not needed.
 ------------------------------------------------------------------------
-r19385 | etxrab | 2006-09-30 08:50:38 -0700 (Sat, 30 Sep 2006) | 3 lines
+r29761 | stig | 2009-09-07 05:01:19 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/umts_rrc/Makefile
-   M /trunk/asn1/umts_rrc_Internode-defs/Makefile
-   M /trunk/asn1/umts_rrc_ies/Makefile
-   M /trunk/asn1/umts_rrc_pdu_def/Makefile
+   M /trunk/file.c
+
+Fixed arguments to new_packet_list_set_time_width().
 
-From Reinhard Speyerer:
-Update asn1/umts_rrc*/Makefile
-for the renamed asn2eth.py -> asn2wrs.py.
 ------------------------------------------------------------------------
-r19386 | ulfl | 2006-09-30 11:30:43 -0700 (Sat, 30 Sep 2006) | 1 line
+r29762 | krj | 2009-09-07 05:04:59 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-http.c
+   M /trunk/gtk/main_toolbar.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/new_packet_list.h
 
-fix a typo
+Add initial implementation of new_packet_list_resize_columns() which just sets the column width according to the column format (work in progress)
 ------------------------------------------------------------------------
-r19387 | sahlberg | 2006-09-30 13:40:04 -0700 (Sat, 30 Sep 2006) | 6 lines
+r29763 | stig | 2009-09-07 05:12:45 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-the ahs length inside the AHS for an extended cdb includes the reserved byte before the start of cdb data
-
-account for this extra reserved byte in the ahs length so that the reconstructed cdb has the correct length and does not contain one extra byte at the end
-
+   M /trunk/gtk/menus.c
 
+Enable resize columns button for new packet list.
 
 ------------------------------------------------------------------------
-r19388 | sahlberg | 2006-09-30 14:08:27 -0700 (Sat, 30 Sep 2006) | 5 lines
+r29764 | stig | 2009-09-07 05:13:28 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-add dissection of the cdb for service action LIST
-(but no decoding of the data in yet)
-
+   M /trunk/gtk/main_toolbar.c
 
+Set sensitivity on resize columns button.
 
 ------------------------------------------------------------------------
-r19389 | sahlberg | 2006-09-30 14:49:11 -0700 (Sat, 30 Sep 2006) | 6 lines
+r29765 | stig | 2009-09-07 05:24:38 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-
-fix for header digest detection being broken when AHS is used.
-
-
-we simply forgot to account for the AHS when testing to calculate the crc
+   M /trunk/packaging/macosx/ScriptExec/main.c
 
+Fixed some warnings and removed unused code.
 
 ------------------------------------------------------------------------
-r19390 | ulfl | 2006-10-01 10:59:30 -0700 (Sun, 01 Oct 2006) | 1 line
+r29766 | krj | 2009-09-07 06:10:59 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/filters.c
-   M /trunk/filters.h
-   M /trunk/gtk/filter_dlg.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-Change the filter dialog (capture and display filters), so it has a real Cancel button now - the former Close button didn't reverted the changes done.
+Auto resize non frame_data based columns
 ------------------------------------------------------------------------
-r19391 | ulfl | 2006-10-01 12:34:03 -0700 (Sun, 01 Oct 2006) | 1 line
+r29767 | krj | 2009-09-07 06:54:46 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/filter_dlg.c
+   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
 
-If the Cancel button was clicked and another filter dialog is still open - yes that's possible - reverse the changes on it as well to reflect the current internal list.
+Store the packet encapsulation type as gint8. Saves 3 bytes per packet
 ------------------------------------------------------------------------
-r19392 | ulfl | 2006-10-01 17:13:14 -0700 (Sun, 01 Oct 2006) | 1 line
+r29768 | etxrab | 2009-09-07 07:03:05 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/color_filters.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   M /trunk/gtk/color_dlg.c
-   A /trunk/gtk/color_edit_dlg.c
-   A /trunk/gtk/color_edit_dlg.h
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/packet_list_store.c
 
-various (huge) code cleanup incl. splitting of the coloring dialog and the actual color rule edit dialog into two files - this makes the things much more clearer now (at least for me)
+Use constant strings for Addresses saves some memory.
 ------------------------------------------------------------------------
-r19393 | martinm | 2006-10-02 03:49:57 -0700 (Mon, 02 Oct 2006) | 1 line
+r29769 | etxrab | 2009-09-07 08:01:51 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/column-utils.c
 
-Set correct length for extensions root
+mark unused parameter.
 ------------------------------------------------------------------------
-r19394 | martinm | 2006-10-02 06:38:13 -0700 (Mon, 02 Oct 2006) | 1 line
+r29770 | krj | 2009-09-07 08:49:14 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/menu.c
+   M /trunk/epan/addr_resolv.c
 
-Don't show Tools menu at all if Lua not present
+Tigthen scope of local variables
 ------------------------------------------------------------------------
-r19395 | ulfl | 2006-10-02 12:07:01 -0700 (Mon, 02 Oct 2006) | 1 line
+r29771 | krj | 2009-09-07 09:05:37 -0700 (Mon, 07 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/packet_list_store.c
+
+ntroduce some seasonal address name lookup functions which we use when NEW_PACKET_LIST is defined. This change partially reverts some parts of r29768, which didn't seem to work because it assumed that get_addr_name() would always return a seasonal string. This wasn't the case if the adddress type was AT_STRINGZ.
 
-as noted by Anders Broman: the Win2000 version of copy don't like the /d switch
 ------------------------------------------------------------------------
-r19396 | tuexen | 2006-10-02 12:26:53 -0700 (Mon, 02 Oct 2006) | 2 lines
+r29772 | krj | 2009-09-07 09:07:04 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/epan/addr_resolv.c
 
-Do not show the Windows specific message on non-Windows systems.
+Whitespace changes
+------------------------------------------------------------------------
+r29773 | krj | 2009-09-07 09:17:58 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/addr_resolv.c
+   M /trunk/epan/addr_resolv.h
 
+Constify some functions
 ------------------------------------------------------------------------
-r19397 | ulfl | 2006-10-02 13:59:38 -0700 (Mon, 02 Oct 2006) | 1 line
+r29774 | etxrab | 2009-09-07 10:08:34 -0700 (Mon, 07 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/gtk/filter_dlg.c
+   M /trunk/epan/dissectors/packet-gsm_a_bssmap.c
 
-instead of reverting the whole changes by the *first* cancelled dialog box, revert them by clicking "Cancel" on the *last* dialog - this behaviour just makes more sense.
+From Mike Morrin:
+Patch adding BSSMAP dissectors MSC Invoke Trace and BSS Invoke Trace.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3985
 ------------------------------------------------------------------------
-r19398 | ulfl | 2006-10-02 14:55:26 -0700 (Mon, 02 Oct 2006) | 2 lines
+r29775 | krj | 2009-09-07 10:09:09 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/color_filters.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-refactor apply_color_filter() as it was a bit confusing - it will also be a bit faster now -
-and some other minor code cleanup
+Track how many const strings we're storing. This is guarded by NEW_PACKET_LIST_STATISTICS
 ------------------------------------------------------------------------
-r19399 | ulfl | 2006-10-02 16:01:33 -0700 (Mon, 02 Oct 2006) | 1 line
+r29776 | etxrab | 2009-09-07 10:17:07 -0700 (Mon, 07 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/gtk/color_dlg.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
 
-further code cleanup: don't use the term "marked" for the color filters, the right term is "selected". That caused me "concerns" wether the marked feature of the packet list was involved - which is actually not
+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
 ------------------------------------------------------------------------
-r19400 | ulfl | 2006-10-02 16:11:55 -0700 (Mon, 02 Oct 2006) | 1 line
+r29777 | krj | 2009-09-07 10:45:37 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/color_dlg.h
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-missing mark -> select changes
+Add progress bar while constructing columns (which is time consuming)
 ------------------------------------------------------------------------
-r19401 | gerald | 2006-10-02 16:44:10 -0700 (Mon, 02 Oct 2006) | 4 lines
+r29778 | krj | 2009-09-07 11:53:17 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/airpcap.h
-   M /trunk/airpcap_loader.c
-   M /trunk/airpcap_loader.h
-   M /trunk/config.nmake
-   M /trunk/configure.in
-   M /trunk/gtk/airpcap_dlg.c
-   M /trunk/gtk/airpcap_gui_utils.c
-   M /trunk/gtk/airpcap_gui_utils.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/keys.h
+   M /trunk/epan/nstime.c
+   M /trunk/epan/nstime.h
+   M /trunk/gtk/packet_list_store.c
 
-Fix WEP key bug in the AirPcap code that could cause a crash.  Enable
-AirPcap by default. Add initial support for the "Any" device in AirPcap
-(more to come).
+Auto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULATIVE_BYTES
+------------------------------------------------------------------------
+r29779 | krj | 2009-09-07 12:07:30 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Auto resize rest of the frame_data columns
 ------------------------------------------------------------------------
-r19402 | etxrab | 2006-10-02 22:48:47 -0700 (Mon, 02 Oct 2006) | 4 lines
+r29780 | krj | 2009-09-07 12:43:05 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/column-utils.c
+   M /trunk/gtk/packet_list_store.c
 
-From Stephen Fisher:
-Modifie the VNC dissector to desegment 
-the "server cut text" message type for cases where the cut text is in 
-the next tcp segment from the first part of the message.
+Make sure that we fill in the frame_data before passing it onto col_fill_in_frame_data
 ------------------------------------------------------------------------
-r19403 | etxrab | 2006-10-02 22:50:28 -0700 (Mon, 02 Oct 2006) | 4 lines
+r29781 | krj | 2009-09-07 12:50:19 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-newmail.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
+   M /trunk/gtk/packet_list_store.h
 
-From Stephen Fisher:
-always register 
-itself on the port from the preferences (defaults to 0) upon launch.  
-This allows the user to right-click and use decode as.
+Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iter
 ------------------------------------------------------------------------
-r19404 | lego | 2006-10-03 05:07:10 -0700 (Tue, 03 Oct 2006) | 7 lines
+r29782 | krj | 2009-09-07 13:45:32 -0700 (Mon, 07 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/tap-funnel.c
+   M /trunk/file.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/ui_util.h
 
-more Lua APIs:
-- set_filter() : sets the main window filter
-- reload() : reloads the current capture file
-- copy_to_clipboard() : copies its first arfg to the clipboard
-- open_capture_file() : opens a capture file for viewing (still broken)
+Rename new_packet_list_set_time_width() -> new_packet_list_resize_column() because it contains no time format specific code. Further this change also ensures that new_packet_list_resize_columns() uses the newly introduced new_packet_list_resize_column()
+------------------------------------------------------------------------
+r29783 | krj | 2009-09-07 14:07:51 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/file.c
+   M /trunk/gtk/main_statusbar.c
 
+Make sure that reset the elapsed time to load a file before we reload/rescan the file
+------------------------------------------------------------------------
+r29784 | etxrab | 2009-09-07 21:50:48 -0700 (Mon, 07 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/column-utils.c
 
+Remove an unused parameter.
 ------------------------------------------------------------------------
-r19405 | martinm | 2006-10-03 07:21:07 -0700 (Tue, 03 Oct 2006) | 4 lines
+r29785 | jake | 2009-09-07 22:58:51 -0700 (Mon, 07 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-umts_fp.c
-   M /trunk/wiretap/catapult_dct2000.c
+   M /trunk/AUTHORS
 
-- Add special case for reading strange encoding of ATM CID field
-- Indicate direction of DCH Data in info column
-- Assume EDCH payload CRC if 2 bytes are left over (previous test was broken)
+From Artem Tamazov:
+Add Artem Tamazov and Dmitry Trebuch to AUTHORS.
 
 ------------------------------------------------------------------------
-r19406 | lego | 2006-10-03 07:27:45 -0700 (Tue, 03 Oct 2006) | 5 lines
+r29786 | jmayer | 2009-09-08 00:03:57 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/make-reg.pl
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-   M /trunk/tap-funnel.c
+   M /trunk/CMakeLists.txt
+   A /trunk/cmake/modules/FindMATH.cmake
+   A /trunk/cmake/modules/FindPCRE.cmake
+   A /trunk/cmake/modules/FindPORTAUDIO.cmake
+   A /trunk/cmake/modules/FindSH.cmake
+   M /trunk/epan/CMakeLists.txt
+   A /trunk/gtk/CMakeLists.txt
 
-- Make sure that the registration files are created whenever there's a change
-- get rid of 5.0.2 stuff
-- add the apply_filter() API
+dftest and rawshark now build.
+tshark might build.
 
 
 ------------------------------------------------------------------------
-r19407 | lego | 2006-10-03 10:24:28 -0700 (Tue, 03 Oct 2006) | 10 lines
+r29787 | etxrab | 2009-09-08 02:11:21 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/h248/MEGACO.asn
-   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/Makefile.common
+   M /trunk/asn1/h248/h248v3.asn
    M /trunk/epan/dissectors/packet-h248.c
    M /trunk/epan/dissectors/packet-h248.h
-   A /trunk/epan/dissectors/packet-h248_3gpp.c
-   A /trunk/epan/dissectors/packet-h248_annex_c.c
-   A /trunk/epan/dissectors/packet-h248_annex_e.c
-
-H.248 packages...
 
-few things to be fixed:
-- // comments,
-- not every hf_xxx used might be registered
-
-some packages from the current h248 dissector are still missing.
+From   Alex Lindberg:
+Update to h248v3.asn
 
+Applied the change from the Amendment 1 by hand.
+------------------------------------------------------------------------
+r29788 | stig | 2009-09-08 03:12:01 -0700 (Tue, 08 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/gtk/packet_list_store.c
 
+Fixed initialization of fdata.
 
 ------------------------------------------------------------------------
-r19408 | etxrab | 2006-10-03 11:04:15 -0700 (Tue, 03 Oct 2006) | 1 line
+r29789 | etxrab | 2009-09-08 03:33:15 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/epan.c
+   M /trunk/epan/epan.h
+   M /trunk/epan/proto.c
+   M /trunk/epan/proto.h
 
-Add application/media_control+xml
+From : Didier Gautheron
+speed up a little proto_custom_set.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3972
 ------------------------------------------------------------------------
-r19409 | lego | 2006-10-03 11:07:31 -0700 (Tue, 03 Oct 2006) | 3 lines
+r29790 | stig | 2009-09-08 06:44:34 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-MSVCC does not like mixing code and variable declarations
+   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.
 
 ------------------------------------------------------------------------
-r19410 | etxrab | 2006-10-03 11:11:55 -0700 (Tue, 03 Oct 2006) | 9 lines
+r29791 | etxrab | 2009-09-08 06:49:19 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
-   M /trunk/epan/dissectors/packet-bacapp.h
-
-From  David Richards:
-numerous changes, most notably:
+   M /trunk/gtk/capture_dlg.c
 
-1) BACnetStatusFlags is bit string, not enum, in NotificationParameters
-2) Fixes many places where enclosing context tags were not handled properly.
-3) Simplify tag decoding logic.  Change to explicit decoding in many 
-instances rather
-    than read tags in a loop and do a switch based on tag number.  Looping
-    ignores out-of-order and other types of tagging errors.
+Get rid of deprecated gtk_option_menu_new();
 ------------------------------------------------------------------------
-r19411 | lego | 2006-10-03 11:24:08 -0700 (Tue, 03 Oct 2006) | 3 lines
+r29792 | krj | 2009-09-08 07:17:36 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-Update nmakefile to latest changes.
+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.
 
 ------------------------------------------------------------------------
-r19412 | lego | 2006-10-03 11:38:04 -0700 (Tue, 03 Oct 2006) | 4 lines
+r29793 | krj | 2009-09-08 07:21:14 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/epan/dissectors/packet-h248.c
-
-Get it to compile...
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
+Custom column deprecation:
 
+We fill out the COL_RXID column by using 'pinfo->rxid'. This member is only set by the Fibre Channel dissector based on 'fc.rx_id'. So remove COL_RXID and migrate to 'fc.rx_id' custom column.
 
 ------------------------------------------------------------------------
-r19413 | ulfl | 2006-10-03 11:39:36 -0700 (Tue, 03 Oct 2006) | 8 lines
+r29794 | krj | 2009-09-08 07:26:09 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/file.c
-   M /trunk/gtk/capture_file_dlg.c
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/win32-file-dlg.c
-   M /trunk/gtk/win32-file-dlg.h
-
-Implement a real "Cancel" button for the coloring rules dialog - this was a hard one! It seems to be working without bugs and as designed now.
-
-As this was a huge internal change, new bugs are very probable - please report.
-
-The implementation isn't still perfect, a new dialog internal list could possibly be removed again. 
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/prefs.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-However, I want to check in at this condition, just in case I make things worse - again.
+Custom column deprecation:
 
-------------------------------------------------------------------------
-r19414 | etxrab | 2006-10-03 12:24:22 -0700 (Tue, 03 Oct 2006) | 3 lines
-Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
+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.
 
-From Florent.Drouin@alcatel.fr:
-I did improve the OID management in the tcap dissector.
-Now, when a tcap message is reveived, without upper layer, the ACN is saved in the TCAP context, and can be used for the next messages of the dialogue. It is used only when the upper layer session is opened with Tcap only messages.
 ------------------------------------------------------------------------
-r19415 | ulfl | 2006-10-03 12:53:10 -0700 (Tue, 03 Oct 2006) | 11 lines
+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/prefs.h
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/filter_dlg.c
-   M /trunk/gtk/gui_prefs.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/proto_dlg.c
+   M /trunk/epan/wslua/wslua_pinfo.c
 
-now: Don't have a Save button in the following settings dialogs:
+Custom column deprecation:
 
-- Edit/Preferences
-- View/Coloring Rules
-- Capture/Capture Filters
-- Analyze/Display Filters
-- Analyze/Enabled Protocols
+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.
 
-The settings will be automatically saved when pressing the Ok button.
-
-If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page.
 ------------------------------------------------------------------------
-r19416 | ulfl | 2006-10-03 13:01:39 -0700 (Tue, 03 Oct 2006) | 1 line
+r29796 | etxrab | 2009-09-08 07:41:25 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/gtk/prefs_gui.c
 
-the whole ARGUMENT_CL mimic isn't required any longer - remove it. This should fix compile problems under Unix.
+Get rid of deprecated gtk_entry_append_text().
 ------------------------------------------------------------------------
-r19417 | ulfl | 2006-10-03 13:11:08 -0700 (Tue, 03 Oct 2006) | 1 line
+r29797 | krj | 2009-09-08 07:59:26 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/color_dlg.c
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/column_info.h
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/prefs.c
+   M /trunk/gtk/main_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-fix a bug in the export function
-------------------------------------------------------------------------
-r19418 | ulfl | 2006-10-03 14:03:08 -0700 (Tue, 03 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/gtk/color_dlg.c
-   M /trunk/gtk/filter_dlg.c
-   M /trunk/gtk/prefs_dlg.c
-   M /trunk/gtk/proto_dlg.c
+Custom columnfication:
 
-As Stephen Fisher noted, the Apply button should also save the changed settings (if the Save button is disabled)
-------------------------------------------------------------------------
-r19419 | ulfl | 2006-10-03 14:25:16 -0700 (Tue, 03 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/prefs.c
+* Deprecate COL_DCE_CTX ("Context ID). Use dcerpc.cn_ctx_id
 
-"saying your preferences once ..." -> "applying your preferences once ..."
 ------------------------------------------------------------------------
-r19420 | etxrab | 2006-10-03 15:12:47 -0700 (Tue, 03 Oct 2006) | 9 lines
+r29798 | krj | 2009-09-08 08:55:10 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   A /trunk/epan/camel-persistentdata.c
-   A /trunk/epan/camel-persistentdata.h
-   A /trunk/gtk/camel_counter.c
-   A /trunk/gtk/camel_srt.c
-   A /trunk/tap-camelcounter.c
-   A /trunk/tap-camelsrt.c
-
-From Florent.Drouin@alcatel.fr:
-Please find two new TAP for Camel Statistics.
-The first one updates  counters related to camel operations. It is located in the GSM submenu. The second one , named Camel Service Response Time, gives the time ellapsed between a couple of camel specifics operations. (For example InitialDP/Continue or InitialDP GPRS/Continue GPRS). With Wireshark, you can have the Min/Max/Mean delay time for your traces files, and with Tshark, you have the additional information for percentile (1%,95% 99% etc )
+   M /trunk/epan/column-utils.c
 
-To enable the use of the Camel statistics, you have 2 new parameters in the preferences,
-- SRT, enable the service Response Time calculation.
-- persistentSRT, keep the data in a context, even after the  camel session has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
-
-Only the new files checked in for now because of include problems.
+Hoist COL_CHECK_REF_TIME in the call hierarchy. Use it in our public functions, not our internal functions
 ------------------------------------------------------------------------
-r19421 | ulfl | 2006-10-03 15:32:03 -0700 (Tue, 03 Oct 2006) | 3 lines
+r29799 | jmayer | 2009-09-08 08:56:16 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/file.c
+   M /trunk/CMakeLists.txt
+   M /trunk/epan/CMakeLists.txt
+   M /trunk/gtk/CMakeLists.txt
+   M /trunk/wiretap/CMakeLists.txt
 
-changes of the coloring rules sometimes crashed as dissection keeps pointers to the color_filter for later reference -> simply deleting the filters leave the pointers invalid  -> crash.
+- now wireshark compiles with cmake as well
 
-for now, don't delete the filters but keep them floating around in memory (leaking) -> at least better than crashing
 ------------------------------------------------------------------------
-r19422 | ulfl | 2006-10-03 16:24:48 -0700 (Tue, 03 Oct 2006) | 1 line
+r29800 | jmayer | 2009-09-08 09:07:14 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/color_filters.c
-   M /trunk/color_filters.h
-   M /trunk/file.c
+   M /trunk/CMakeLists.txt
+
+Build new packetlist
 
-fix the memory leak problem mentioned lately by adding and using color_filters_cleanup()
 ------------------------------------------------------------------------
-r19423 | ulfl | 2006-10-03 16:32:51 -0700 (Tue, 03 Oct 2006) | 7 lines
+r29802 | martinm | 2009-09-08 10:13:55 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/Makefile.am
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-an attempt to fix the Ubuntu buildbot:
+Trivial: add direction to expert info string for CRC failures.
 
-ERROR: files left in build directory after distclean:
-./epan/wslua/declare_wslua.h
-./epan/wslua/register_wslua.c
-
-Louis, could you have a look - I might have produced a mess :-)
 ------------------------------------------------------------------------
-r19424 | etxrab | 2006-10-04 00:18:58 -0700 (Wed, 04 Oct 2006) | 6 lines
+r29803 | krj | 2009-09-08 10:29:57 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/camel-persistentdata.c
-   M /trunk/epan/camel-persistentdata.h
-   M /trunk/tap-camelsrt.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
 
-Got rid of some errors but 1 remains:
-libui.lib(camel_srt.obj) : error LNK2001: unresolved external symbol _camelSRTt
-pe_naming
-wireshark.exe : fatal error LNK1120: 1 unresolved externals
-NMAKE : fatal error U1077: 'link' : return code '0x460'
-Stop.
+Make tshark and rawshark use build_column_format_array() instead of duplicating the code
 ------------------------------------------------------------------------
-r19425 | lego | 2006-10-04 07:37:46 -0700 (Wed, 04 Oct 2006) | 7 lines
+r29804 | krj | 2009-09-08 11:02:43 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/wslua/Makefile.am
-   M /trunk/epan/wslua/template-init.lua
-   M /trunk/epan/wslua/wslua_field.c
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/epan/wslua/wslua_util.c
-
-- wslua_util.c:  replace Lua's loadfile and dofile for versions that will try to open the file in perscofdir then  dataconfdir if there's no such file in cwd
-- wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr
-- init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil"
-- Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES
-- wslua_gui.c: fix a typo
-
+   M /trunk/cmdarg_err.h
+   M /trunk/dumpcap.c
+   M /trunk/simple_dialog.h
 
+Use Wireshark/GLib attribute specifiers instead of checking for __GNUC__ explicitly
 ------------------------------------------------------------------------
-r19426 | lego | 2006-10-04 08:31:31 -0700 (Wed, 04 Oct 2006) | 3 lines
+r29805 | etxrab | 2009-09-08 11:46:47 -0700 (Tue, 08 Sep 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
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-
-more cleanup... almost there...
-
+   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
 ------------------------------------------------------------------------
-r19427 | etxrab | 2006-10-04 09:02:59 -0700 (Wed, 04 Oct 2006) | 1 line
+r29806 | krj | 2009-09-08 12:00:54 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/camel-persistentdata.h
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/libwireshark.def
-   M /trunk/gtk/Makefile.common
+   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
 
-Finally got it to complie.
+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.
 ------------------------------------------------------------------------
-r19428 | etxrab | 2006-10-04 10:36:40 -0700 (Wed, 04 Oct 2006) | 3 lines
+r29807 | etxrab | 2009-09-08 12:38:42 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/wiretap/iseries.c
+   M /trunk/epan/dissectors/packet-dnp.c
 
-From Martin Warnes:
-The patch addresses issues with higher precision packet
-timings on top end iSeries hardware and should enable the iseries wiretap to handle timings in both micro and nano seconds.
+From Xavier Laxa:
+UNS bit not correctly parsed in DNP APP Layer.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3318
 ------------------------------------------------------------------------
-r19429 | etxrab | 2006-10-04 10:43:52 -0700 (Wed, 04 Oct 2006) | 2 lines
+r29808 | krj | 2009-09-08 13:06:52 -0700 (Tue, 08 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
+   M /trunk/epan/proto.c
 
-From Nicolas DICHTEL:
-M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1).
+Use g_strlcpy when possible
 ------------------------------------------------------------------------
-r19430 | etxrab | 2006-10-04 11:00:32 -0700 (Wed, 04 Oct 2006) | 7 lines
+r29810 | tuexen | 2009-09-08 14:20:31 -0700 (Tue, 08 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-linx.c
-
-From Martin Peylo:
-
-dissector for Enea's LINX protocol?
+   M /trunk/epan/dissectors/packet-isup.c
 
-A protocol spec is available at <http://www.enea.com/templates/Extension____8947.aspx>. The source of the kernel module could be obtained from Enea by sending a request to "linx at enea dot com".
+Print cic in info column for BICC messages similar to ISUP.
 
-Currently they use ethertype 0x9999 which is not registered at IEEE.
 ------------------------------------------------------------------------
-r19431 | gal | 2006-10-04 11:08:51 -0700 (Wed, 04 Oct 2006) | 3 lines
+r29811 | gerald | 2009-09-08 15:56:55 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-
-Patch for clean, distclean and maintainer-clean targets for U3 packaging.
+   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.
 
 ------------------------------------------------------------------------
-r19432 | lego | 2006-10-04 11:45:26 -0700 (Wed, 04 Oct 2006) | 8 lines
+r29812 | gerald | 2009-09-08 15:58:23 -0700 (Tue, 08 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-
-Misterious bug with cf_read() solved... had nothing to do with cf_read :)
-
-the callback data for TextWindow buttons was ep_allocated!
-after cf_read() it was reused and so it was rewritten...
-
-fix that making it g_malloced instead.
+   M /trunk/epan/dissectors/packet-infiniband.c
 
+Just use proto_tree_add_item instead of feeding tvb->real_data to
+proto_tree_add_bytes.
 
 ------------------------------------------------------------------------
-r19433 | gerald | 2006-10-04 13:53:18 -0700 (Wed, 04 Oct 2006) | 2 lines
+r29813 | gerald | 2009-09-08 17:18:15 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/configure.in
+   M /trunk/plugins/opcua/opcua.c
+   M /trunk/plugins/opcua/opcua_simpletypes.c
+   M /trunk/plugins/opcua/opcua_transport_layer.c
 
-Fix the version.
+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.
 
 ------------------------------------------------------------------------
-r19434 | etxrab | 2006-10-04 14:52:35 -0700 (Wed, 04 Oct 2006) | 6 lines
+r29814 | jake | 2009-09-09 00:22:44 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-Put back the bugfixes froim Revision 19190/19356
-Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
+   M /trunk/epan/dissectors/packet-dhcpv6.c
 
-"h248_handle was declared localy, udp port was not added at register.
-
-Added a few more packagenames."
+Fix for bug 3987:
+Option Request option values are in 16 bit units.
 ------------------------------------------------------------------------
-r19435 | jake | 2006-10-04 15:01:58 -0700 (Wed, 04 Oct 2006) | 7 lines
+r29815 | jake | 2009-09-09 00:27:01 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/dissectors/packet-fc.c
 
-Make provisional ETHERTYPE dependant on registered ETHERTYPE
-Remove preferences stuff
-Use stringz for variable length names
-Media address size independant
-Removed generated item
-Set actual length of packet
-Make info column work without coloring rules or filters
+From kahou:
+FCSOF incorrect checksum calculation.
 ------------------------------------------------------------------------
-r19436 | etxrab | 2006-10-04 15:43:38 -0700 (Wed, 04 Oct 2006) | 1 line
+r29816 | etxrab | 2009-09-09 00:29:41 -0700 (Wed, 09 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/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
 
-Added the possibillity of Statistic pkg as well.
+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).
 ------------------------------------------------------------------------
-r19437 | etxrab | 2006-10-04 15:49:40 -0700 (Wed, 04 Oct 2006) | 2 lines
+r29817 | etxrab | 2009-09-09 01:50:06 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Start to make the output from the dissector more like the actual
-data.
+Allocate col_text and col_text_len when the fdata struct is allocated.
 ------------------------------------------------------------------------
-r19438 | jake | 2006-10-05 04:35:41 -0700 (Thu, 05 Oct 2006) | 2 lines
+r29818 | etxrab | 2009-09-09 01:51:33 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-kerberos.c
-
-Patch in bug 1149, adds DCE-style flag for gss-api
+   M /trunk/file.c
 
+Allocate col_text and col_text_len when the fdata struct is allocated.
+(complete the checkin).
 ------------------------------------------------------------------------
-r19439 | martinm | 2006-10-05 07:10:10 -0700 (Thu, 05 Oct 2006) | 3 lines
+r29819 | jmayer | 2009-09-09 06:20:33 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-catapult-dct2000.c
-   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/CMakeLists.txt
+   M /trunk/cmake/modules/FindADNS.cmake
+   A /trunk/cmake/modules/FindCARES.cmake
+   D /trunk/cmake/modules/FindDBUS.cmake
+   D /trunk/cmake/modules/FindDBUSGLIB.cmake
+   A /trunk/cmake/modules/FindGCRYPT.cmake
+   A /trunk/cmake/modules/FindGNUTLS.cmake
+   M /trunk/cmake/modules/FindGTK2.cmake
+   A /trunk/cmake/modules/FindLUA.cmake
+   M /trunk/cmake/modules/FindMATH.cmake
+   M /trunk/cmake/modules/FindPCAP.cmake
+   M /trunk/cmake/modules/FindPCRE.cmake
+   M /trunk/cmake/modules/FindPORTAUDIO.cmake
+   A /trunk/cmake/modules/FindSMI.cmake
+   M /trunk/cmake/modules/FindWSWIN32.cmake
+   A /trunk/cmake/modules/FindZ.cmake
+   M /trunk/cmakeconfig.h.in
+   A /trunk/codecs/CMakeLists.txt
+   M /trunk/epan/CMakeLists.txt
+   A /trunk/epan/wslua/CMakeLists.txt
+
+CMAKE: Get most of of missing *build* pieces into place
+------------------------------------------------------------------------
+r29820 | jmayer | 2009-09-09 06:27:25 -0700 (Wed, 09 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/CMakeLists.txt
 
-Make IPPrim based addresses filterable (mirroring ip/udp/tcp filter names).
-Add some if (tree) tests to try to avoid doing extra work (large FP captures can be very slow to load).
+Add missing include dirs when building wslua.
+wslua doesn't build due to some probably non-cmake
+related problem (have to verify though).
 
 ------------------------------------------------------------------------
-r19440 | lego | 2006-10-05 09:25:13 -0700 (Thu, 05 Oct 2006) | 4 lines
+r29821 | krj | 2009-09-09 07:01:57 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/funnel.h
-   M /trunk/epan/wslua/wslua_gui.c
-   M /trunk/gtk/funnel_stat.c
-
-have the funnel client passing the destructors for btn data structures to the funnel.
-Although useless in practice, it is better to implement it this way... the funnel mini gui might be used by other modules in the future.
-
+   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
 ------------------------------------------------------------------------
-r19441 | etxrab | 2006-10-05 14:37:45 -0700 (Thu, 05 Oct 2006) | 1 line
+r29822 | stig | 2009-09-09 07:11:10 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/plugins/Makefile.nmake
+   M /trunk/epan/dissectors/packet-m2ua.c
+
+Fixed data type signedness for protocol_data_1_global.
 
-Remove entries for the lua plugin as it's not used any more.
 ------------------------------------------------------------------------
-r19442 | gerald | 2006-10-06 10:39:39 -0700 (Fri, 06 Oct 2006) | 2 lines
+r29823 | stig | 2009-09-09 08:06:38 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/Makefile.common
+   M /trunk/epan/dissectors/packet-ospf.c
 
-Add airpcap.h to the distribution.
+Added support for Multi-Topology (MT) Routing (RFC4915)
+Added W and N flags
+Fixed some string capitalizations.
 
 ------------------------------------------------------------------------
-r19443 | gerald | 2006-10-06 10:50:51 -0700 (Fri, 06 Oct 2006) | 2 lines
+r29824 | krj | 2009-09-09 09:38:09 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/dftest.c
 
-Add the u3 packaging directory to the distribution.
+* Free dfilter on shutdown
+* Remove unused packet_info variable
 
 ------------------------------------------------------------------------
-r19444 | jake | 2006-10-06 12:18:55 -0700 (Fri, 06 Oct 2006) | 4 lines
+r29825 | jake | 2009-09-09 12:09:57 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bgp.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+
+From Ivan Sy:
+Add a more descriptive log message on DH key exchange.
 
-From Aaron Campbell:
-The expression (BGP_OSPF_RTYPE_EXT ||BGP_OSPF_RTYPE_NSSA) will always
-evaluate to 1.  As well, neither of these constants are defined as flag
-values, so a bitwise op was probably not intended either.
 ------------------------------------------------------------------------
-r19445 | etxrab | 2006-10-06 12:48:00 -0700 (Fri, 06 Oct 2006) | 2 lines
+r29827 | etxrab | 2009-09-09 12:34:14 -0700 (Wed, 09 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248_annex_c.c
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/gtk/expert_comp_table.c
 
-Add a few packages and fix dissecton of a_codecs and handle the case when
-hf_param = -1.
+Be consistent use and g_string_chunk_insert_const() in stead of
+g_string_chunk_insert() as in expert_dlg.c
 ------------------------------------------------------------------------
-r19446 | jmayer | 2006-10-07 07:24:32 -0700 (Sat, 07 Oct 2006) | 9 lines
+r29830 | guy | 2009-09-09 16:56:27 -0700 (Wed, 09 Sep 2009) | 21 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/gtk/Makefile.nmake
-   M /trunk/gtk/rtp_player.c
+   M /trunk/packaging/macosx/ChmodBPF/StartupParameters.plist
 
-Alejandro Vaquero:
-       Add portaudio v19 support in addition to v18:
+To quote
+    
+       http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html
 
-   Here is a patch using the API 2 (v19). I tested it only in Windows.
-Attached also the Windows v19 zip file used. I did not modify the
-Makefile.nmake to download this new version (when running the "setup"),
-because Windows v18 it is still good.
+"Table 1  StartupParameters.plist key-value pairs
 
+Key            Type    Value
+Description    String  A short description of the startup item,
+                       used by administrative tools.
 
-------------------------------------------------------------------------
-r19447 | jmayer | 2006-10-07 07:48:04 -0700 (Sat, 07 Oct 2006) | 14 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-ethertype.c
-   A /trunk/epan/dissectors/packet-wlccp.c
-   M /trunk/epan/etypes.h
-
-Stephen Fisher:
-       packet-cisco-wireless.c is actually trying to dissect WLCCP:
+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."
 
-I have attached a dissector I wrote from scratch for the
-frames that I'm seeing.  It has #defines for the field offsets and
-lengths so it should be easier to merge.  I also attached a sample
-capture with one of the frames that I'm seeing.  There are more fields
-in the frame I haven't yet figured out, hopefully your dissector has
-those that I'm missing.
+Fix "Provides" to be the name of the service, not a description of the
+helpful operations that it provides.
 
-Me: - Commented in wlccp over udp as well, it works most of the time.
-    - Leave the file packet-cisco-wireless.c in for the time being to
-      copy over knowledge until no usable info is left in the file.
+(Propagated from tcpdump.org git repository.)
 
 ------------------------------------------------------------------------
-r19448 | ulfl | 2006-10-07 15:41:17 -0700 (Sat, 07 Oct 2006) | 1 line
+r29831 | guy | 2009-09-09 17:37:16 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/airpcap_loader.c
+   M /trunk/packaging/macosx/ChmodBPF/README.macosx
+
+Put in a note about the Snow Leopard bug that requires that you have BPF
+devices open for writing in order to capture outgoing traffic.
 
-don't crash, if airpcap.dll isn't available
 ------------------------------------------------------------------------
-r19449 | sahlberg | 2006-10-07 21:13:18 -0700 (Sat, 07 Oct 2006) | 5 lines
+r29832 | morriss | 2009-09-09 19:15:55 -0700 (Wed, 09 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-scsi: unusual scsi protocols can request multiple AHS fields for iscsi   so decode the AHS properly instead of assuming at most one field is present
+   M /trunk/epan/dissectors/packet-ospf.c
 
-scsi-osd   add dissection of  LIST data pdus  and  CREATE cdb
+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.
 
 ------------------------------------------------------------------------
-r19450 | sahlberg | 2006-10-07 21:48:24 -0700 (Sat, 07 Oct 2006) | 4 lines
+r29833 | morriss | 2009-09-09 19:40:19 -0700 (Wed, 09 Sep 2009) | 37 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/dissectors/packet-nhrp.c
 
-scsi osd
-collapse attripute parameters, capability and security parameters into subtrees to make the display easier to read
+From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3950 :
 
+The attached patch improves NHRP dissection and encompasses the following
+changes:
+1) Now displays Request ID and CIE Reply code or Error code in Info column.
 
-------------------------------------------------------------------------
-r19451 | jake | 2006-10-08 00:54:06 -0700 (Sun, 08 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-ssl.c
+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.
 
-Fix for bug 1153, typos in debug output
-------------------------------------------------------------------------
-r19452 | sahlberg | 2006-10-08 12:11:39 -0700 (Sun, 08 Oct 2006) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+3) A few fields previously not filterable now are: hf_nhrp_hdr_op_type,
+hf_nhrp_hdr_version and hf_nhrp_error_code.
 
-dissect attribute get/set data in data in/out blobs and display them for now as a blob.
+4) Added support for authentication and vendor-private extension header decode.
+   NOTE: The authentication extension has been added according to RFC 2332.  In
+practice, it seems that at least with certain Cisco equipment (I tested with
+cisco 2851 IOS version 12.4(15)T), they use their own non-standard
+authentication extension format.  Because of this, Cisco's version of the
+extension will likely either be displayed a little differently than one may
+expect or be indicated as being mal-formed ... because in reality, it is.
 
+5) Utilizes expert info in a couple more places to indicate mal-formed packets.
+ Cisco's Error Indication packet, for example, violates RFC 2332 Section 5.2.7
+by including extensions in the Error Indication packet as well as by including
+erroneous data following the End Extension.  Both cases are reported via expert
+info now.  Previously, at least with the case of the erroneous data following
+the End Extension, the packet would almost certainly have been marked
+mal-formed anyway.  I now just prevent Wireshark from even attempting to decode
+the non-sensical mess.
 
 
 ------------------------------------------------------------------------
-r19453 | sahlberg | 2006-10-08 12:54:01 -0700 (Sun, 08 Oct 2006) | 8 lines
+r29834 | morriss | 2009-09-09 19:46:40 -0700 (Wed, 09 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-add some more SCSI OSD command dissectors
-
-REMOVE
-REMOVE PARTITION
-REMOVE COLELCTION
-SET KEY
-
+   M /trunk/AUTHORS
 
+Add blurb for Chris Maynard's recent NHRP changes.
 ------------------------------------------------------------------------
-r19454 | etxrab | 2006-10-08 13:57:20 -0700 (Sun, 08 Oct 2006) | 4 lines
+r29835 | etxrab | 2009-09-09 22:57:30 -0700 (Wed, 09 Sep 2009) | 4 lines
 Changed paths:
+   M /trunk/asn1/h248/Makefile.common
+   M /trunk/asn1/h248/h248.cnf
+   A /trunk/asn1/h248/h248v1support.asn
    M /trunk/asn1/h248/packet-h248-template.c
    M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-isup.h
-
-H248:
-Lost a line in last commit.
+   M /trunk/epan/dissectors/packet-h248.h
 
-ISUP Export a value string.
+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
 ------------------------------------------------------------------------
-r19455 | ulfl | 2006-10-08 15:24:46 -0700 (Sun, 08 Oct 2006) | 3 lines
+r29836 | etxrab | 2009-09-09 23:07:31 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
-
-change the binary path to current windows debug dir: wireshark-gtk2
+   M /trunk/epan/dissectors/packet-afp.c
+   M /trunk/epan/dissectors/packet-afp.h
+   M /trunk/epan/dissectors/packet-dsi.c
 
-don't use promiscuous mode as default (my Win32 WLAN card won't capture any packets with it - might probably be better for other users as well)
+From Alex deVries:
+DSI/AFP dissectors need support for AFP 3.3
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3995
 ------------------------------------------------------------------------
-r19456 | ulfl | 2006-10-08 15:39:23 -0700 (Sun, 08 Oct 2006) | 6 lines
+r29837 | etxrab | 2009-09-09 23:37:04 -0700 (Wed, 09 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/tshark.c
-
-from Richard van der Hoff:
-> [tshark from a fifo]
-> Ulf - I notice you made the relevant change here (r16787) - is there any reason why tshark shouldn't use capture_loop_dispatch to do its processing, rather than attempting to use cap_pipe_dispatch or pcap_dispatch directly?
-
-well, there didn't seem to be, so I've made a patch which does exactly this, and which fixes the problem.
+   M /trunk/epan/wslua/wslua_tree.c
 
+From Diego:
+proto_item_set_len is missing from Lua API.
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3994
 ------------------------------------------------------------------------
-r19457 | ulfl | 2006-10-08 15:57:32 -0700 (Sun, 08 Oct 2006) | 5 lines
+r29838 | jmayer | 2009-09-10 00:04:54 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
+   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
 
-from Richard van der Hoff:
-[tshark from a fifo]
-I've even gone so far as to add a unit test for it
+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.
 
-ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh
 ------------------------------------------------------------------------
-r19458 | wmeier | 2006-10-08 19:07:44 -0700 (Sun, 08 Oct 2006) | 1 line
+r29839 | tuexen | 2009-09-10 02:50:30 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-isup.c
+
+Fix handling of BEARER_CONTROL_UNIT_IDENTIFIER.
 
-If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps should not be invoked....
 ------------------------------------------------------------------------
-r19459 | kukosa | 2006-10-08 23:24:03 -0700 (Sun, 08 Oct 2006) | 1 line
+r29840 | krj | 2009-09-10 06:52:36 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/tools/lex.py
-   M /trunk/tools/yacc.py
+   M /trunk/epan/ftypes/ftypes.h
 
-Ply updated to version 2.1
+Remove unused field
 ------------------------------------------------------------------------
-r19460 | sahlberg | 2006-10-09 01:31:04 -0700 (Mon, 09 Oct 2006) | 12 lines
+r29841 | krj | 2009-09-10 07:37:09 -0700 (Thu, 10 Sep 2009) | 19 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-scsi-osd.c
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftypes.h
 
-from Joe Breher
-
-This patch fixes a transposition of the orders of
-Set Attribute Number
-Set Attribute Length
-In the page oriented get and set attributes CDB parameters format
-Ref SCSI-OSD T10/1355-D Revision 10 section 5.2.2.2
+Use the correct type, that is GByteArray instead of GString. The reason why this 'worked' before (on non-64bit platforms that is):
 
+struct _GString
+{
+  gchar  *str;
+  gsize len;    
+  gsize allocated_len;
+};
 
+And:
 
+struct _GArray
+{
+  gchar *data;
+  guint len;
+};
 
+We only accessed the first two fields of the GString struct.
 
 ------------------------------------------------------------------------
-r19461 | gerald | 2006-10-09 11:47:42 -0700 (Mon, 09 Oct 2006) | 10 lines
+r29842 | morriss | 2009-09-10 08:30:10 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/test/config.sh
-   M /trunk/test/suite-capture.sh
-   M /trunk/test/suite-clopts.sh
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
-
-Make preparations for running under Buildbot:
-
-  - Check for an "all" argument at startup.  If it's present,
-    then proceed with testing.
+   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
 
-  - Add a platform check.  Use it to handle cases where we can't run
-    as a normal user, e.g. trying to capture under Linux.
+From Artem Tamazov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3903 :
 
-  - Add a "Skipped" result.
+Decoding of UDP-multiplexed CESoPSN and SAToP traffic.
 
 ------------------------------------------------------------------------
-r19462 | sahlberg | 2006-10-09 12:35:36 -0700 (Mon, 09 Oct 2006) | 6 lines
+r29843 | gerald | 2009-09-10 09:50:25 -0700 (Thu, 10 Sep 2009) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-
-From Joe Breher
-
-dissect the permission bits in the capability blob
+   M /trunk/epan/crypt/airpdcap.c
 
+WPA decryption fix from Greg Schwendimann via bug 3890:
 
+I'm reasonably sure that I introduced this bug and I apologize for the problems
+with my previous patch.  The problem is that I did not use all of the seen
+keys,  I used all except the first key, which in a case of one key is none. 
+The attached patch fixes the error.
 
 ------------------------------------------------------------------------
-r19463 | etxrab | 2006-10-09 13:22:31 -0700 (Mon, 09 Oct 2006) | 1 line
+r29844 | krj | 2009-09-10 09:54:02 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   A /trunk/asn1/h248/h248v3.asn
+   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
 
-Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some more testing.
+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().
 ------------------------------------------------------------------------
-r19464 | gerald | 2006-10-09 13:31:48 -0700 (Mon, 09 Oct 2006) | 2 lines
+r29845 | martinm | 2009-09-10 11:12:41 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
+   M /trunk/epan/dissectors/packet-mac-lte.c
 
-Return 1 on failure.
+Re-arrange dissection of UL/DL-SCH so easier to test for ommitted SDUs.
 
 ------------------------------------------------------------------------
-r19465 | ulfl | 2006-10-09 15:32:50 -0700 (Mon, 09 Oct 2006) | 1 line
+r29846 | krj | 2009-09-10 11:22:33 -0700 (Thu, 10 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/wslua/Makefile.nmake
+   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/epan/ftypes/ftypes.h
+   M /trunk/epan/proto.c
 
-add some missing files to the clean target
+Introduce a few FT_XXX lengths defines and use those instead of hard coding constants
 ------------------------------------------------------------------------
-r19466 | gerald | 2006-10-09 16:28:30 -0700 (Mon, 09 Oct 2006) | 3 lines
+r29847 | jake | 2009-09-10 11:54:12 -0700 (Thu, 10 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/test/config.sh
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.h
 
-Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise
-use a default value.
+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.
 
 ------------------------------------------------------------------------
-r19467 | gerald | 2006-10-09 17:28:53 -0700 (Mon, 09 Oct 2006) | 5 lines
+r29849 | jake | 2009-09-10 13:42:17 -0700 (Thu, 10 Sep 2009) | 8 lines
 Changed paths:
-   M /trunk/airpcap.h
-   M /trunk/airpcap_loader.h
-   M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
+   M /trunk/epan/dissectors/packet-ieee802154.c
+   M /trunk/epan/dissectors/packet-ieee802154.h
 
-First step in integrating the AirPcap WEP preferences with those
-from the 802.11 dissector.  Use a #define for the maximum number of
-WEP keys.  Use AirPcap's if we have it (64).  Rename find_module()
-prefs_find_module() and make it public.
+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
 
 ------------------------------------------------------------------------
-r19468 | gerald | 2006-10-09 17:30:49 -0700 (Mon, 09 Oct 2006) | 2 lines
+r29852 | martinm | 2009-09-10 15:53:57 -0700 (Thu, 10 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/dissectors/packet-mac-lte.c
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-Remove a leftover printf.
+Add the option to call RLC dissector for LCID 1&2.
+These should be srb1 & srb2 (AM).
 
 ------------------------------------------------------------------------
-r19469 | guy | 2006-10-10 00:35:47 -0700 (Tue, 10 Oct 2006) | 3 lines
+r29853 | guy | 2009-09-10 17:00:45 -0700 (Thu, 10 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-style
-appropriately.
+Get rid of trailing space in string.
 
 ------------------------------------------------------------------------
-r19470 | guy | 2006-10-10 01:07:14 -0700 (Tue, 10 Oct 2006) | 2 lines
+r29854 | morriss | 2009-09-10 18:57:59 -0700 (Thu, 10 Sep 2009) | 9 lines
 Changed paths:
-   M /trunk/color_filters.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors
+   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/epan/dissectors/Makefile.nmake
+   A /trunk/epan/dissectors/README.X11
+   M /trunk/epan/dissectors/packet-x11.c
+   M /trunk/epan/dissectors/process-x11-fields.pl
+   A /trunk/epan/dissectors/process-x11-xcb.pl
+   A /trunk/epan/dissectors/x11-declarations.h
+   A /trunk/epan/dissectors/x11-extension-errors.h
+   A /trunk/epan/dissectors/x11-extension-implementation.h
+   A /trunk/epan/dissectors/x11-glx-render-enum.h
+   A /trunk/epan/dissectors/x11-register-info.h
 
-Fix some compiler warnings.
+From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
 
-------------------------------------------------------------------------
-r19471 | guy | 2006-10-10 01:08:17 -0700 (Tue, 10 Oct 2006) | 2 lines
-Changed paths:
-   M /trunk/tap-funnel.c
+This patch adds extension support to the X11 dissector.
 
-Squelch a compiler warning, and clean up indentation.
+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.
 
 ------------------------------------------------------------------------
-r19472 | guy | 2006-10-10 01:09:11 -0700 (Tue, 10 Oct 2006) | 2 lines
+r29855 | jmayer | 2009-09-11 03:46:53 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-linx.c
+   M /trunk/epan/CMakeLists.txt
 
-Get rid of an unused variable.
+Update generating the x11 stuff to follow configure
 
 ------------------------------------------------------------------------
-r19473 | guy | 2006-10-10 01:10:42 -0700 (Tue, 10 Oct 2006) | 2 lines
+r29856 | morriss | 2009-09-11 04:22:23 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-
-Clean up some compiler warnings.
+   M /trunk/epan/dissectors/process-x11-xcb.pl
+   M /trunk/epan/dissectors/x11-extension-implementation.h
 
+When pre-declaring variables, use the right type.
 ------------------------------------------------------------------------
-r19474 | guy | 2006-10-10 01:12:04 -0700 (Tue, 10 Oct 2006) | 2 lines
+r29857 | etxrab | 2009-09-11 04:58:00 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Squelch a compiler warning.
+   M /trunk/file.c
 
+New_packet_list
+Select the correct frame in packet details when filtering.
 ------------------------------------------------------------------------
-r19475 | guy | 2006-10-10 01:12:40 -0700 (Tue, 10 Oct 2006) | 2 lines
+r29858 | jmayer | 2009-09-11 06:30:01 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/camel-persistentdata.c
+   M /trunk/README.cmake
+   M /trunk/epan/CMakeLists.txt
 
-Include "epan/tap.h" to declare a function we use.
+- Update README.cmake: The stuff now build without
+  running autofoo first.
+- Add a comment how to change the name of a generated target
 
 ------------------------------------------------------------------------
-r19476 | guy | 2006-10-10 01:13:16 -0700 (Tue, 10 Oct 2006) | 3 lines
+r29859 | krj | 2009-09-11 07:00:36 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/color_dlg.c
-
-Get rid of declarations of functions that are no longer defined or used
-in this file.
+   M /trunk/epan/column-utils.c
 
+Move some CHECK_COL to our public functions, allowing us to bail our more quickly
 ------------------------------------------------------------------------
-r19477 | guy | 2006-10-10 01:13:56 -0700 (Tue, 10 Oct 2006) | 2 lines
+r29860 | krj | 2009-09-11 07:21:04 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/gtk/color_edit_dlg.c
+   M /trunk/epan/column-utils.c
 
-Include <string.h> to declare string functions we use.
+Make sure that we point the current column to a constant string if we have no address.
+
+Fixes http://wiki.wireshark.org/Development/OptimizePacketList?action=diff&rev1=20&rev2=21
 
 ------------------------------------------------------------------------
-r19478 | jake | 2006-10-10 12:00:50 -0700 (Tue, 10 Oct 2006) | 1 line
+r29861 | etxrab | 2009-09-11 07:58:49 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/version_info.c
+   M /trunk/file.c
 
-Don't let PortAudio skip the queue on the about dialog ;)
+Only move to last row if it's vissible.
 ------------------------------------------------------------------------
-r19479 | gerald | 2006-10-10 13:55:38 -0700 (Tue, 10 Oct 2006) | 3 lines
+r29862 | martinm | 2009-09-11 08:16:53 -0700 (Fri, 11 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/test/test-backend.sh
-   M /trunk/test/test.sh
+   M /trunk/epan/dissectors/packet-rlc-lte.c
 
-Add command-line options: -c disables color, -h prints help, -s runs
-a suite.
+Add more useful summary info to RLC root.  Useful mostly for when called from MAC.
 
 ------------------------------------------------------------------------
-r19480 | sahlberg | 2006-10-10 14:00:35 -0700 (Tue, 10 Oct 2006) | 5 lines
+r29863 | sfisher | 2009-09-11 08:38:33 -0700 (Fri, 11 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-usb.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.c
-   M /trunk/wiretap/wtap.h
+   M /trunk/file.c
 
-From Paolo Abeni
 
-USB dissector
+Fix warning that variable may be unused and then declare volatile so it
+survives the TRY/CATCH code.
 
 
 ------------------------------------------------------------------------
-r19481 | gerald | 2006-10-10 14:15:19 -0700 (Tue, 10 Oct 2006) | 2 lines
+r29864 | jake | 2009-09-11 09:58:21 -0700 (Fri, 11 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Prep for the 0.99.4 release.
+   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.
 ------------------------------------------------------------------------
-r19482 | etxrab | 2006-10-10 14:46:44 -0700 (Tue, 10 Oct 2006) | 1 line
+r29865 | morriss | 2009-09-11 11:06:50 -0700 (Fri, 11 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.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
 
-u_int32_t gives error on Windows assuming guint32 will do.
-------------------------------------------------------------------------
-r19483 | etxrab | 2006-10-10 14:50:19 -0700 (Tue, 10 Oct 2006) | 1 line
-Changed paths:
-   D /trunk/epan/dissectors/packet-h248_package_bcp.c
-   D /trunk/epan/dissectors/packet-h248_package_bcp.h
+From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
 
-Remove no longer used files.
-------------------------------------------------------------------------
-r19484 | etxrab | 2006-10-10 14:52:52 -0700 (Tue, 10 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-h248_q1950.c
+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.
 
-Add H.248 packet BCP dissecton.
 ------------------------------------------------------------------------
-r19485 | etxrab | 2006-10-10 14:56:10 -0700 (Tue, 10 Oct 2006) | 1 line
+r29866 | morriss | 2009-09-11 11:15:46 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-h248_3gpp.c
+   D /trunk/svnadd
+   A /trunk/tools/svnadd (from /trunk/svnadd:29853)
 
-Fix a typo.
+Move svnadd to the tools directory.
 ------------------------------------------------------------------------
-r19486 | gerald | 2006-10-10 15:46:58 -0700 (Tue, 10 Oct 2006) | 4 lines
+r29867 | gerald | 2009-09-11 12:13:39 -0700 (Fri, 11 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ipsec.c
+   M /trunk/gtk/new_packet_list.c
 
-Simplify the preference string allocation code.  Shorten the comments,
-which (as Ulf pointed out) reduces the size of the prefs file
-significantly.
+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.
 
 ------------------------------------------------------------------------
-r19487 | gerald | 2006-10-10 17:37:29 -0700 (Tue, 10 Oct 2006) | 3 lines
+r29868 | gerald | 2009-09-11 13:36:01 -0700 (Fri, 11 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/prefs.h
+   M /trunk/gtk/new_packet_list.c
+   M /trunk/gtk/packet_list_store.c
 
-Add prefs_apply(), which lets us apply preferences (specifically,
-trigger a module's callback) for a specific module.
 
 ------------------------------------------------------------------------
-r19488 | etxrab | 2006-10-10 23:11:54 -0700 (Tue, 10 Oct 2006) | 14 lines
+r29869 | jmayer | 2009-09-12 10:14:10 -0700 (Sat, 12 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
-
-From Donald White:
-An enhancement to the PPP multiplexing protocol 
-dissector in protocol-ppp.c.  There are two changes:
+   M /trunk/getopt.h
 
-     The protocol id field of the multiplexed sub-frame is added
-     to the protocol tree using a header field.  This allows
-     filters to select the protocol as is the case when it is not
-     multiplexed.  I think this fixes a small bug as the ability to
-     filter for a protocol should not depend on the lower level
-     protocol.
+Add arguments to the getopt() prototype
 
-     When the protocol id of the subframe is not present, the
-     appropriate default protocol is displayed with the standard
-     indication that Wireshark generated the value.
 ------------------------------------------------------------------------
-r19489 | ulfl | 2006-10-11 00:31:01 -0700 (Wed, 11 Oct 2006) | 1 line
+r29870 | jmayer | 2009-09-12 10:20:08 -0700 (Sat, 12 Sep 2009) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-media.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
+
+Make building with GeoIP, Python, Capabilities and c-ares
+actually work.
 
-fix #1154: although g_vsnprintf() is called, it don't like a NULL pointer for a %s format string. The following proto_tree_add_text was already fixed.
 ------------------------------------------------------------------------
-r19490 | sahlberg | 2006-10-11 01:18:14 -0700 (Wed, 11 Oct 2006) | 7 lines
+r29871 | morriss | 2009-09-12 16:02:34 -0700 (Sat, 12 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
-   M /trunk/asn1/ldap/ldap.cnf
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/epan/dissectors/packet-ldap.c
-
-fix for 1148
+   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)
 
-pretty horrible hack to store an ntlmssp blob inside an ldap string
+Move all of the scripts in epan/dissectors/ to tools/ .
 
-the info column is not entirely pretty but   the payload is at least decoded
+Add a target ("x11-dissector") to build the X11 dissector.
 
+Put the X11-related files (back) in the source distribution.
 
 ------------------------------------------------------------------------
-r19491 | sahlberg | 2006-10-11 02:47:27 -0700 (Wed, 11 Oct 2006) | 5 lines
+r29872 | morriss | 2009-09-12 19:12:03 -0700 (Sat, 12 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-from Paolo A
-
-update the usb dissector to reflect the recent change in the pcap format
-
+   M /trunk/epan/dissectors/Makefile.nmake
 
+Try to get the paths right
 ------------------------------------------------------------------------
-r19492 | sahlberg | 2006-10-11 03:38:59 -0700 (Wed, 11 Oct 2006) | 3 lines
+r29873 | etxrab | 2009-09-13 06:39:09 -0700 (Sun, 13 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-   M /trunk/epan/dissectors/packet-fcct.c
-   M /trunk/epan/dissectors/packet-fcdns.c
-   M /trunk/epan/dissectors/packet-fcels.c
-   M /trunk/epan/dissectors/packet-fcfcs.c
-   M /trunk/epan/dissectors/packet-fcfzs.c
-   M /trunk/epan/dissectors/packet-fclctl.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-fcsb3.c
-   M /trunk/epan/dissectors/packet-fcsp.c
-   M /trunk/epan/dissectors/packet-fcswils.c
-   M /trunk/epan/dissectors/packet-ipfc.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-   M /trunk/gtk/conversations_fc.c
-   M /trunk/gtk/fc_stat.c
-   M /trunk/gtk/hostlist_fc.c
-   M /trunk/gtk/scsi_stat.c
-   M /trunk/tap-iousers.c
-
-move the ITL and the ITLQ structure to packet-scsi.h where it belongs
+   M /trunk/epan/expert.c
+   M /trunk/epan/expert.h
 
+Modified extarct from Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+- ei->protocol is a constant.
+- Don't setup expert tap data if there's no tap.
 ------------------------------------------------------------------------
-r19493 | sahlberg | 2006-10-11 04:32:56 -0700 (Wed, 11 Oct 2006) | 7 lines
+r29874 | gerald | 2009-09-13 08:03:31 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-add a task_flags bitmap   and two lengths (data and bidirectional data)
-so that the two scsi transports   FCP and ISCSI can provide the expected data transfer lengths to SCSI  to allow SCSI reassembly.
-
-NDMP does not really need these hints since for NDMP (and also iscsi-lite) there is conceptually always both data in and data out phases and there is never any fragmentation.
+   M /trunk/epan/enterprise-numbers
+   M /trunk/manuf
 
+[Automatic manuf and enterprise-numbers update for 2009-09-13]
+------------------------------------------------------------------------
+r29877 | jmayer | 2009-09-13 08:17:26 -0700 (Sun, 13 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/CMakeLists.txt
 
+ncp2222.py has moved
+------------------------------------------------------------------------
+r29878 | etxrab | 2009-09-13 09:03:46 -0700 (Sun, 13 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/gtk/expert_comp_table.c
 
+'function' : different 'const' qualifiers
 ------------------------------------------------------------------------
-r19494 | guy | 2006-10-11 10:01:51 -0700 (Wed, 11 Oct 2006) | 5 lines
+r29879 | etxrab | 2009-09-13 09:11:11 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/gtk/gui_utils.c
 
-Use a different heuristic to determine whether an NDPS string is ASCII
-or Unicode, and use tvb_get_ephemeral_faked_unicode() to get Unicode
-strings; this fixes problems I've seen in captures, where the string
-isn't being processed correctly.
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Speed up sorting.
 ------------------------------------------------------------------------
-r19495 | sahlberg | 2006-10-11 13:00:43 -0700 (Wed, 11 Oct 2006) | 12 lines
+r29880 | etxrab | 2009-09-13 10:24:51 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-scsi.c
-
-From  Patrick vd Lageweg
+   M /trunk/epan/addr_resolv.c
 
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Clean up addr_resolv.c
+------------------------------------------------------------------------
+r29881 | morriss | 2009-09-13 10:46:10 -0700 (Sun, 13 Sep 2009) | 17 lines
+Changed paths:
+   M /trunk/capture_sync.c
+   M /trunk/dumpcap.c
 
-Hi,
+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
 
-This patch impelments a dissect for the SCSI SSC Medium Partition Page.
+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.
 
-Patrick
+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
 
 ------------------------------------------------------------------------
-r19496 | sahlberg | 2006-10-11 13:03:44 -0700 (Wed, 11 Oct 2006) | 11 lines
+r29882 | morriss | 2009-09-13 12:23:07 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/uat.h
 
-From  Patrick vd Lageweg
+s/g_strdown/g_ascii_strdown
+------------------------------------------------------------------------
+r29883 | morriss | 2009-09-13 12:48:22 -0700 (Sun, 13 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.am
+   M /trunk/epan/dissectors/Makefile.nmake
+   M /trunk/plugins/asn1/Makefile.am
+   M /trunk/plugins/asn1/Makefile.nmake
+   M /trunk/plugins/docsis/Makefile.am
+   M /trunk/plugins/docsis/Makefile.nmake
+   M /trunk/plugins/easy_codec/Makefile.nmake
+   M /trunk/plugins/ethercat/Makefile.am
+   M /trunk/plugins/ethercat/Makefile.nmake
+   M /trunk/plugins/gryphon/Makefile.am
+   M /trunk/plugins/gryphon/Makefile.nmake
+   M /trunk/plugins/irda/Makefile.am
+   M /trunk/plugins/irda/Makefile.nmake
+   M /trunk/plugins/m2m/Makefile.am
+   M /trunk/plugins/m2m/Makefile.nmake
+   M /trunk/plugins/mate/Makefile.am
+   M /trunk/plugins/mate/Makefile.nmake
+   M /trunk/plugins/opcua/Makefile.am
+   M /trunk/plugins/opcua/Makefile.nmake
+   M /trunk/plugins/profinet/Makefile.am
+   M /trunk/plugins/profinet/Makefile.nmake
+   M /trunk/plugins/sercosiii/Makefile.am
+   M /trunk/plugins/sercosiii/Makefile.nmake
+   M /trunk/plugins/stats_tree/Makefile.am
+   M /trunk/plugins/stats_tree/Makefile.nmake
+   M /trunk/plugins/tpg/Makefile.am
+   M /trunk/plugins/tpg/Makefile.nmake
+   M /trunk/plugins/unistim/Makefile.am
+   M /trunk/plugins/unistim/Makefile.nmake
+   M /trunk/plugins/wimax/Makefile.am
+   M /trunk/plugins/wimax/Makefile.nmake
+   M /trunk/plugins/wimaxasncp/Makefile.am
+   M /trunk/plugins/wimaxasncp/Makefile.nmake
+
+Run checkapi on the dissector header files
+------------------------------------------------------------------------
+r29884 | morriss | 2009-09-13 16:03:38 -0700 (Sun, 13 Sep 2009) | 7 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-classicstun.c (from /trunk/epan/dissectors/packet-stun.c:29883)
+   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-sip.c
+   R /trunk/epan/dissectors/packet-stun.c (from /trunk/epan/dissectors/packet-stun2.c:29883)
+   D /trunk/epan/dissectors/packet-stun2.c
+   M /trunk/epan/dissectors/packet-tftp.c
 
-Hi,
+From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2815 
+but (since the patch no longer applied cleanly) essentially manually
+re-implemented by me:
 
-This patch fixes the page number user for the "write error couner page".
+Rename "stun" to "classic stun" and "stun2" to "stun", to follow the usage
+defined in draft-ietf-behave-rfc3489bis-18 section 2.
 
+------------------------------------------------------------------------
+r29885 | morriss | 2009-09-13 16:10:11 -0700 (Sun, 13 Sep 2009) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tcp.c
 
+From Didier Gautheron via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3417
 
+Don't scale the window if the SYN flag is set.
 
+------------------------------------------------------------------------
+r29886 | gerald | 2009-09-13 17:38:54 -0700 (Sun, 13 Sep 2009) | 2 lines
+Changed paths:
+   M /trunk/packaging/macosx/dmg_set_style.scpt
+   M /trunk/packaging/macosx/osx-dmg.sh
+   M /trunk/packaging/macosx/root.ds_store
+   M /trunk/packaging/macosx/util.ds_store
 
+Tweak the Finder windows a bit.
 
 ------------------------------------------------------------------------
-r19497 | sahlberg | 2006-10-11 13:05:27 -0700 (Wed, 11 Oct 2006) | 8 lines
+r29887 | morriss | 2009-09-13 18:36:26 -0700 (Sun, 13 Sep 2009) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-collectd.c
 
-From Patrick vd Lageweg 
+From Bruno and Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3170
 
-Hi,
+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)
 
-This patch makes several bit fields in the LOG SELECT command being displayed as bits instead of as numbers.
+The current dissector understands the part types supported by collectd-4.5
+series and gracefully processes future part types (flagging them as unknown).
 
+In regard to protocol errors or bad packets checks are based on the various
+length fields used, parts are marked with warning when length is unexpected;
+marked with error when length breaks minimal rules.
 
+------------------------------------------------------------------------
+r29888 | etxrab | 2009-09-13 22:59:38 -0700 (Sun, 13 Sep 2009) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-collectd.c
 
+Add casts to make it compile on Windows.
 ------------------------------------------------------------------------
-r19498 | gerald | 2006-10-11 13:34:05 -0700 (Wed, 11 Oct 2006) | 2 lines
+r29889 | etxrab | 2009-09-13 23:00:53 -0700 (Sun, 13 Sep 2009) | 5 lines
 Changed paths:
-   M /trunk/epan/libwireshark.def
+   M /trunk/epan/dissectors/packet-http.c
 
-Export the recent prefs changes.
+From Didier Gautheron:
+optimizations patch http://wiki.wireshark.org/Development/Optimization
+'patch.29854.diff.gz"
 
+Use "g_realloc".
 ------------------------------------------------------------------------
-r19499 | gerald | 2006-10-11 16:25:51 -0700 (Wed, 11 Oct 2006) | 3 lines
+r29890 | jmayer | 2009-09-13 23:48:45 -0700 (Sun, 13 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/gtk/graph_analysis.c
-
-When dumping the graph data to a file, don't walk past the end of a buffer.
-Should fix bug 396.
+   M /trunk/epan/CMakeLists.txt
 
+Sync to autofoo
 ------------------------------------------------------------------------
-r19500 | gerald | 2006-10-11 16:53:19 -0700 (Wed, 11 Oct 2006) | 2 lines
+r29891 | jmayer | 2009-09-13 23:51:22 -0700 (Sun, 13 Sep 2009) | 4 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/CMakeLists.txt
 
-Update bug lists.
+Not yet working:
+Sync with autofoo: Check for accepted compiler flags. Use
+  identical flags.
 
 ------------------------------------------------------------------------
-r19501 | jake | 2006-10-11 23:01:51 -0700 (Wed, 11 Oct 2006) | 1 line
+r29892 | martinm | 2009-09-14 03:26:53 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-udld.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+
+Show UEId in info column for CCCH frames.
 
-Adding initial version of UDLD dissector
 ------------------------------------------------------------------------
-r19502 | ulfl | 2006-10-12 00:52:24 -0700 (Thu, 12 Oct 2006) | 1 line
+r29893 | morriss | 2009-09-14 04:26:03 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/epan/dissectors/packet-collectd.c
 
-The preferences and alike dialog button behaviour changed.
+Change proto_tree_add_protocol_format() to proto_tree_add_text() since all that is being added is text.
 ------------------------------------------------------------------------
-r19503 | jake | 2006-10-12 01:04:11 -0700 (Thu, 12 Oct 2006) | 5 lines
+r29894 | morriss | 2009-09-14 06:11:26 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-usb.c
-
-From Paolo Abeni:
-The attached patch fix parsing of the setup header in the usb dissector.
-Currently the size of the field specified into proto_tree_add_item call
-was wrong.
+   M /trunk/epan/dissectors/packet-collectd.c
 
+Put the parenthesis in the right place
 ------------------------------------------------------------------------
-r19504 | jake | 2006-10-12 03:38:24 -0700 (Thu, 12 Oct 2006) | 4 lines
+r29895 | wmeier | 2009-09-14 07:03:32 -0700 (Mon, 14 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/doc/README.developer
+   M /trunk/epan/dissectors/packet-stun.c
 
-Cleanup sample code.
-Cleanup some text and headings.
-Play trick with keyword so text remains untouched.
+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.
 
 ------------------------------------------------------------------------
-r19505 | sahlberg | 2006-10-12 03:54:36 -0700 (Thu, 12 Oct 2006) | 12 lines
+r29896 | wmeier | 2009-09-14 07:59:08 -0700 (Mon, 14 Sep 2009) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi-osd.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-wireshark does not yet consume enough memory for me to be happy
-
-
-pass conversation form the transports up to the scsi layer
-
-add tracking of conversation specific info to scsi osd
-add tracking of conversation+lun specific info to scsi osd
-
-for scsi osd   add tracking of PARTITIONS and display in which frame they were created/removed
-
+   M /trunk/epan/dissectors/packet-classicstun.c
 
+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.
 
 ------------------------------------------------------------------------
-r19506 | gerald | 2006-10-12 08:00:07 -0700 (Thu, 12 Oct 2006) | 3 lines
+r29897 | wmeier | 2009-09-14 08:28:09 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/doc/README.developer
 
-Check to see if we've passed a null strval to ndps_string().
-Should fix the recent fuzz bugs.
+Update: Remove references to the use of check_col() since no longer required.
 
 ------------------------------------------------------------------------
-r19507 | lego | 2006-10-12 10:00:11 -0700 (Thu, 12 Oct 2006) | 5 lines
+r29898 | wmeier | 2009-09-14 08:34:05 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/wslua/wslua.h
-   M /trunk/epan/wslua/wslua_util.c
-
-- add persconffile(opt_str) 
-- add datafile_path(opt_str)
-- add Dir class -- a Directory Iterator
+   M /trunk/docbook/wsdg_src/WSDG_chapter_dissection.xml
 
+Remove usage of check_col() since no longer required.
 
 ------------------------------------------------------------------------
-r19508 | jake | 2006-10-12 14:31:00 -0700 (Thu, 12 Oct 2006) | 1 line
+r29899 | wmeier | 2009-09-14 09:04:54 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-vlan.c
+   M /trunk/epan/column-utils.c
 
-Add 802.1QinQ?\194?\160Ethertype preference.
-------------------------------------------------------------------------
-r19509 | ulfl | 2006-10-12 17:21:47 -0700 (Thu, 12 Oct 2006) | 1 line
-Changed paths:
-   M /trunk/Makefile.nmake
+(Trivial) Fix a typo in a comment
 
-distclean should remove wireshark-gtk1/2 dirs completely
 ------------------------------------------------------------------------
-r19510 | sahlberg | 2006-10-13 01:42:33 -0700 (Fri, 13 Oct 2006) | 7 lines
+r29900 | etxrab | 2009-09-14 09:06:31 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-fc.c
-   M /trunk/epan/dissectors/packet-fc.h
-
-if FC type is FPC/SCSI and the relative offset bit is set in f_ctl  then the parameter field is 4 bytes and contain the relative offset of the data for data in/out
-
-decode this field as relative offset   and also store it in the fc_hdr structure so that FCP can pick it up and pass if to the SCSI payload data in/out dissector later
-
-
-
+   M /trunk/gtk/simple_dialog.c
 
+Change gtk_pixmap_new() to gtk_image_new_from_pixmap().
 ------------------------------------------------------------------------
-r19511 | sahlberg | 2006-10-13 02:16:45 -0700 (Fri, 13 Oct 2006) | 15 lines
+r29901 | wmeier | 2009-09-14 09:38:06 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcp.c
-   M /trunk/epan/dissectors/packet-iscsi.c
-   M /trunk/epan/dissectors/packet-ndmp.c
-   M /trunk/epan/dissectors/packet-scsi.c
-   M /trunk/epan/dissectors/packet-scsi.h
-
-pass the relative data offset of data in/out pdu's to the scsi data in/out dissector (dissect_scsi_payload) so that we can later add reassembly of data pdu's
-and also (if reassembly is disabled) only dissect the initial (offset==0) data pdu.
-
-dissect_scsi_payload() does not yet use this parameter.
-
-
-now that we have both data offset and expected data length/bidir expected data length and also the read/write flags availabe we have what we need to reassemble data in/out pdus    (modulo overflow/underflow  but those are so rare we can worry about them later).
-
-
-ndmp:   ndmp conceptually always has a data in and a data out phase and never fragment the data into smaller pdu's os that dissector always report offset as 0.
-
-
-
+   M /trunk/epan/dissectors/dcerpc/idl2wrs.c
 
+(Trivial) Fix a typo in a comment.
 
 ------------------------------------------------------------------------
-r19512 | etxrab | 2006-10-13 07:21:02 -0700 (Fri, 13 Oct 2006) | 1 line
+r29902 | morriss | 2009-09-14 10:36:15 -0700 (Mon, 14 Sep 2009) | 1 line
 Changed paths:
-   M /trunk/plugins/megaco/packet-megaco.c
+   M /trunk/epan/dissectors/packet-http.c
 
-Modify Signals descriptor to look more like the actual text message.
+Revert 29889 to stop the fuzz failures.
 ------------------------------------------------------------------------
-r19513 | jmayer | 2006-10-13 08:18:10 -0700 (Fri, 13 Oct 2006) | 6 lines
+r29903 | gerald | 2009-09-14 11:00:01 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/wiretap/libpcap.c
-
-Paolo Abeni:
-the attached patch add support for the recently introduced pcap
-bluetooth data link type. Yes, pcap is going to support also bluetooth
-devices (at least on Linux) :-)
+   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
 
+More Finder tweaks.
 
 ------------------------------------------------------------------------
-r19514 | gerald | 2006-10-13 08:53:20 -0700 (Fri, 13 Oct 2006) | 3 lines
+r29906 | jake | 2009-09-14 14:24:24 -0700 (Mon, 14 Sep 2009) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
-
-Make the "WEP key count" option match the number of WEP key slots.  Add
-a note about improving the WEP key interface.
+   M /trunk/epan/dissectors/packet-dtls.c
+   M /trunk/epan/dissectors/packet-ssl-utils.c
+   M /trunk/epan/dissectors/packet-ssl-utils.h
+   M /trunk/epan/dissectors/packet-ssl.c
 
+Fix for bug 4008:
+Crash on TLSv1.2 packets, caused by ssl_short_name array overrun.
 ------------------------------------------------------------------------