Preparations for using the latest GTK 2.8 files for now only gettext is updated.
[obnox/wireshark/wip.git] / ChangeLog
index ca1adcef87cc179611f84b04baf0cc8ae66e5f89..5f0cc67f352c3f25c611236e04af4badb157d4b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ------------------------------------------------------------------------
-r16878 | gerald | 2005-12-21 20:06:39 -0600 (Wed, 21 Dec 2005) | 2 lines
+r18953 | guy | 2006-08-18 17:24:40 -0700 (Fri, 18 Aug 2006) | 2 lines
 Changed paths:
-   A /releases/ethereal-0.10.14 (from /trunk:16877)
+   M /trunk/Makefile.nmake
 
-Branch off the 0.10.14 release.
+Fix cut-and-pasteo.
 
 ------------------------------------------------------------------------
-r16877 | jmayer | 2005-12-21 19:36:42 -0600 (Wed, 21 Dec 2005) | 8 lines
+r18954 | guy | 2006-08-18 19:56:16 -0700 (Fri, 18 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/proto.c
-
-Jaap Keuter:
-
-While looking into bug 239 I found a type mismatch in proto.c. Even
-though tree_is_expanded is defined as a (gboolean *) the memory
-allocation is carried out using sizeof (gint *). The attached patch
-fixes this.
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
+Squelch a compiler warning.
 
 ------------------------------------------------------------------------
-r16876 | jmayer | 2005-12-21 19:33:56 -0600 (Wed, 21 Dec 2005) | 3 lines
+r18955 | guy | 2006-08-18 19:58:48 -0700 (Fri, 18 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/doc/editcap.pod
+   M /trunk/epan/dissectors/packet-gsm_sms.c
 
-Jaap Keuter:
-        Add the documentation part of the fix for bug 379
+Define "char_def_alphabet_ext_decode()" with a return type - and define
+it as static as it's not used outside this file.
 
 ------------------------------------------------------------------------
-r16875 | jmayer | 2005-12-21 19:26:04 -0600 (Wed, 21 Dec 2005) | 3 lines
+r18956 | guy | 2006-08-18 20:00:16 -0700 (Fri, 18 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-msnlb.c
+   M /trunk/epan/guid-utils.c
 
-Jaap Keuter:
-        Add MS NLB buildin dissector
+Squelch a compiler warning.
 
 ------------------------------------------------------------------------
-r16874 | gerald | 2005-12-21 19:23:27 -0600 (Wed, 21 Dec 2005) | 43 lines
+r18957 | guy | 2006-08-18 20:01:15 -0700 (Fri, 18 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/gtk/tcp_graph.c
-
-From Bill Meier:
-
-After investigating the time-sequence graphs (Stevens and tcptrace) produced 
-using an FTP capture file supplied by Eduardo Segura 
-(see http://www.ethereal.com/lists/ethereal-users/200512/msg00153.html ) 
-I've identified several problems in tcp_trace.c.
-
-The problems mostly involve incorrect determination of the lower/upper 
-sequence number bounds (for the Y axis) in certain cases (e.g. having to do
-with 'partial' conversations).
-
-I've reworked the '...get_bounds' code to handle cases such as:
-
-1. out of order data segments (e.g.: the first segment in a captured
-conversation has a higher sequence number than a later segment);
-
-2. 'ack' sequence numbers for initial ack segments in a conversation lower
-than the sequence numbers of the initial data segments;
-
-3. maximum 'ack + win' sequence number in a conversation greater than the 
-max data sequence number;
-
-4. Stevens graph: only use data segment sequence numbers when 
-determining bounds;
-
-5. TCP RST packet without 'ack' flag: do not try to use the 'ack' seq num from
-the packet in this case. (This was the specific cause of the originally reported
-problem).
-
-
-I've also reworked the tcptrace display code slightly to properly handle 
-the initial ack packet of a sequence;
-
-As an example of the some of the fixes the Wireshark tcptrace style graph 
-of the following conversation fragment will now be similar to the graph 
-produced by Tcptrace.
-
-data:  seq 10000 len 100
-data:  seq 10100 len 200
-ack:   ack 5000  win 6000
-ack:   ack 5400  win 5600 
+   M /trunk/epan/dissectors/packet-dcom.c
 
+Fix some format strings and format string arguments.
 
 ------------------------------------------------------------------------
-r16873 | jmayer | 2005-12-21 19:08:07 -0600 (Wed, 21 Dec 2005) | 4 lines
+r18958 | guy | 2006-08-18 20:01:53 -0700 (Fri, 18 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/epan/dissectors/packet-dcom-cba-acco.c
 
-- Add max frame size
-- Add port power forwarding
-- Some more field cleanups
+Fix some g_warning() calls.
 
 ------------------------------------------------------------------------
-r16872 | gerald | 2005-12-21 10:49:47 -0600 (Wed, 21 Dec 2005) | 2 lines
+r18959 | sahlberg | 2006-08-19 02:22:20 -0700 (Sat, 19 Aug 2006) | 4 lines
 Changed paths:
-   M /trunk/config.nmake
-   M /trunk/configure.in
-   M /trunk/docbook/release-notes.xml
+   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
 
-Prep for 0.10.14.
 
 ------------------------------------------------------------------------
-r16871 | jmayer | 2005-12-21 05:21:49 -0600 (Wed, 21 Dec 2005) | 8 lines
+r18960 | etxrab | 2006-08-19 14:42:25 -0700 (Sat, 19 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
-
-- Don't use numbers when there are enum values
-- Better nameing of tfs_ arrays
-- Name and dissect "version" field (previously unknown)
-- Name and dissect "add tag scheme" (previously unknown)
-- Add lots of comments about meanings in the port data
-- The first byte in the set command is probably some salt value
-
+   M /trunk/plugins/megaco/packet-megaco.c
 
+Improve parsing a bit and correctly dissect errorDescriptor in Reply.
 ------------------------------------------------------------------------
-r16870 | guy | 2005-12-21 02:59:52 -0600 (Wed, 21 Dec 2005) | 5 lines
+r18961 | gerald | 2006-08-19 18:19:56 -0700 (Sat, 19 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/gtk/about_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-   M /trunk/version_info.c
-   M /trunk/version_info.h
-
-Provide not only copyright information, but a GPL blurb, in all the
-version/usage messages.
+   M /trunk/airpcap_loader.c
 
-Put newlines at the end of various version strings.
+Make sure a preference exists before we try to use it.
 
 ------------------------------------------------------------------------
-r16869 | sahlberg | 2005-12-21 02:48:59 -0600 (Wed, 21 Dec 2005) | 7 lines
+r18964 | sahlberg | 2006-08-19 22:18:10 -0700 (Sat, 19 Aug 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-tcp.c
 
-add dissection of two more NTCreateAndX bits :    
-open by file id 
-and
-backup intent
+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.
 
 
 
 ------------------------------------------------------------------------
-r16868 | etxrab | 2005-12-20 12:38:13 -0600 (Tue, 20 Dec 2005) | 6 lines
+r18965 | sahlberg | 2006-08-19 23:00:16 -0700 (Sat, 19 Aug 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-enip.c
-   M /trunk/epan/dissectors/packet-mip.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-From jaap Keuter:
-Taking a random dissector from the list on the Wiki I picked packet-enip.c. Nothing wrong with this one, I still ememified it.
+ in LDAP over TCP
 
-From Bart Braem:
-packet-mip.c does not have support for all registration denials by the foreign agent, code 77 was left out. The attached patch fixes that.
+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
 
-------------------------------------------------------------------------
-r16867 | etxrab | 2005-12-20 12:26:28 -0600 (Tue, 20 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/asn1/ansi_map/ansi_map.cnf
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
-Add ASN1 code from some more 3GPP2 dockuments.
-------------------------------------------------------------------------
-r16866 | jmayer | 2005-12-20 03:23:42 -0600 (Tue, 20 Dec 2005) | 1 line
-Changed paths:
-   A /trunk/epan/dissectors/packet-rnsap.c
-   A /trunk/epan/dissectors/packet-rnsap.h
 
-packet-rnsap.[hc] were added to Makefile.common but missing from svn
 ------------------------------------------------------------------------
-r16865 | jmayer | 2005-12-20 02:35:53 -0600 (Tue, 20 Dec 2005) | 8 lines
+r18966 | etxrab | 2006-08-20 14:18:43 -0700 (Sun, 20 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-radius.c
-   M /trunk/epan/dissectors/packet-xml.c
-
-packet-radius.c, packet-xml.c:
-        Fix a memory leak found by valgrind:
-        Although dir isn't a directory it may still use memory
-
-packet-xml.c:
-        Reformat the relevant function in packet-xml.c to be readable on systems
-        where a tab is 8 spaces.
+   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
 
+Dissect some more H.245 messages in MEGACO
 ------------------------------------------------------------------------
-r16864 | etxrab | 2005-12-20 01:22:33 -0600 (Tue, 20 Dec 2005) | 1 line
+r18967 | sahlberg | 2006-08-21 04:26:34 -0700 (Mon, 21 Aug 2006) | 5 lines
 Changed paths:
-   M /trunk/asn1/Makefile.nmake
-   A /trunk/asn1/rnsap
-   A /trunk/asn1/rnsap/Makefile
-   A /trunk/asn1/rnsap/Makefile.nmake
-   A /trunk/asn1/rnsap/packet-rnsap-template.c
-   A /trunk/asn1/rnsap/packet-rnsap-template.h
-   A /trunk/asn1/rnsap/rnsap.asn
-   A /trunk/asn1/rnsap/rnsap.cnf
-   M /trunk/epan/dissectors/Makefile.common
+   M /trunk/gtk/scsi_stat.c
 
-Add dissection of RNSAP, not complete yet.
-------------------------------------------------------------------------
-r16863 | gerald | 2005-12-19 20:50:04 -0600 (Mon, 19 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/radius_dict.l
+make the scsi statistics dialogs easier to understand for scsi novices
+
+explain what the commandsets refer to   SBC==disk  SSC=tape  MMC=cd
 
-Make sure we don't try to close an already-closed file.
 
 ------------------------------------------------------------------------
-r16862 | etxrab | 2005-12-19 13:39:42 -0600 (Mon, 19 Dec 2005) | 1 line
+r18968 | martinm | 2006-08-21 04:41:32 -0700 (Mon, 21 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/ansi_map/ansi_map.asn
-   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
+   M /trunk/epan/dissectors/packet-rtcp.c
 
-Fix some asn1 errors and insert the new code to call TCAP.
+Use FT_UINT_STRING for TBCP DENY reason-phrase
 ------------------------------------------------------------------------
-r16861 | etxrab | 2005-12-19 13:36:32 -0600 (Mon, 19 Dec 2005) | 1 line
+r18969 | martinm | 2006-08-21 04:45:37 -0700 (Mon, 21 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/h450/Makefile.nmake
-   M /trunk/asn1/h450/h450.cnf
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-h450.h
+   M /trunk/epan/proto.c
 
-Get rid of some GCC warnings about unused code.
+Make apply-as-filter strings work for FT_UINT_STRING (rather than using frame[...])
 ------------------------------------------------------------------------
-r16860 | etxrab | 2005-12-19 13:34:52 -0600 (Mon, 19 Dec 2005) | 1 line
+r18970 | martinm | 2006-08-21 04:52:20 -0700 (Mon, 21 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/gsmmap/GSMMAP.asn
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/dtds/reginfo.dtd
 
-Add dissection of Error parameters hopfully geting rid of some GCC warnings.
+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)
 ------------------------------------------------------------------------
-r16859 | lego | 2005-12-19 13:21:32 -0600 (Mon, 19 Dec 2005) | 3 lines
+r18971 | sahlberg | 2006-08-21 05:41:59 -0700 (Mon, 21 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-m3ua.c
+   M /trunk/epan/dissectors/packet-rpc.c
 
-register the m3ua dissector by name
+remove two hashtables and replace with binary trees
 
 
 ------------------------------------------------------------------------
-r16858 | lego | 2005-12-19 13:20:31 -0600 (Mon, 19 Dec 2005) | 3 lines
+r18972 | sahlberg | 2006-08-21 06:00:55 -0700 (Mon, 21 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-
-Avoid a warning if release_cause == 0
+   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/epan/dissectors/packet-aim-chat.c
 
+move a few arrays off the stack
 
 ------------------------------------------------------------------------
-r16857 | lego | 2005-12-19 13:18:20 -0600 (Mon, 19 Dec 2005) | 3 lines
+r18973 | sahlberg | 2006-08-21 06:05:18 -0700 (Mon, 21 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-   M /trunk/wiretap/libpcap.c
-   M /trunk/wiretap/wtap.h
+   M /trunk/epan/dissectors/packet-tcp.c
 
-Add support for Juniper GGSN generated pcap files.
+get rid of a rotating buffer
 
 
 ------------------------------------------------------------------------
-r16856 | etxrab | 2005-12-19 00:48:07 -0600 (Mon, 19 Dec 2005) | 22 lines
+r18974 | sahlberg | 2006-08-21 06:32:07 -0700 (Mon, 21 Aug 2006) | 17 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bittorrent.c
-   M /trunk/epan/dissectors/packet-edonkey.c
-   M /trunk/epan/dissectors/packet-edonkey.h
+   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 John Sullivan:
-Three patches here:
+ from Angel de Juan
 
-eth-ed-2.diff
--------------
+make mms bitstrings easier to read
 
-1) The handling of HashSet Answer messages was wrong
-2) Add dissection of some more eMule extension packets to do with
-   error recovery
 
-   
-eth-bt-1.diff
--------------
+--
+Hi, this is my new mms with some changes in order to display some data in
+binary instead of hex.
 
-New versions of the Azureus BitTorrent client implement a new extension to the protocol, which is effectively a text based encapsulation of the binary BitTorrent protocol, embedded within the BitTorrent protocol. Who knows why they thought that was a good idea, but this patch can pick apart their new headers.
+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.
 
-eth-bt-2.diff
--------------
 
-By registering a normal dissector as well as the heuristic one, BitTorrent shows up on the Decode As... list so you can manually override its mistake.
 
 ------------------------------------------------------------------------
-r16855 | jmayer | 2005-12-18 17:29:37 -0600 (Sun, 18 Dec 2005) | 4 lines
+r18975 | sahlberg | 2006-08-21 06:44:37 -0700 (Mon, 21 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/column-utils.c
+   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
 
-"Fix" for warning: enumeration value 'TS_NOT_SET' not handled in switch
-   Just g_assert until someone who understands the code checks in a real
-   fix.
 
 ------------------------------------------------------------------------
-r16854 | jmayer | 2005-12-18 17:23:21 -0600 (Sun, 18 Dec 2005) | 1 line
+r18976 | gerald | 2006-08-21 07:40:05 -0700 (Mon, 21 Aug 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/to_str.c
+   M /trunk/gtk/menu.c
+
+AirPcap fix from Florent Drouin:
+
+Since version 18928, there is a GTK warning at wireshark startup.
+I think a #ifdef HAVE_AIRPCAP is missing in ./gtk/menu.c
 
-warning: no newline at end of file
 ------------------------------------------------------------------------
-r16853 | jmayer | 2005-12-18 17:22:47 -0600 (Sun, 18 Dec 2005) | 1 line
+r18978 | jmayer | 2006-08-21 09:16:01 -0700 (Mon, 21 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-nhrp.c
-   M /trunk/gtk/sctp_byte_graph_dlg.c
+   M /trunk/manuf
 
-warning: C++ style comments are not allowed in ISO C90
+Update manuf list
 ------------------------------------------------------------------------
-r16852 | jmayer | 2005-12-18 17:18:06 -0600 (Sun, 18 Dec 2005) | 1 line
+r18979 | jmayer | 2006-08-21 09:17:24 -0700 (Mon, 21 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.c
-   M /trunk/capture_opts.h
-   M /trunk/dumpcap.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-nhrp.c
+   M /trunk/FAQ
+   M /trunk/help/faq.txt
 
-warning: function declaration isn't a prototype
+Update FAQ
 ------------------------------------------------------------------------
-r16851 | jmayer | 2005-12-18 16:40:49 -0600 (Sun, 18 Dec 2005) | 16 lines
+r18981 | gerald | 2006-08-21 12:22:33 -0700 (Mon, 21 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+   M /trunk/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
 
-Update from samba tree revision 12205 to 12325
-============================ Samba log start ============
-------------------------------------------------------------------------
-r12205 | jelmer | 2005-12-13 02:56:04 +0100 (Tue, 13 Dec 2005) | 2 lines
+Fix up copyrights and whitespace.
 
-Support 'TFS' command in conformance files
+------------------------------------------------------------------------
+r18984 | etxrab | 2006-08-21 14:19:48 -0700 (Mon, 21 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-bssap.c
 
+From Florent Drouin:
+This patch allow to change the value of the SSN associated to the bssap dissector.
 ------------------------------------------------------------------------
-r12206 | jelmer | 2005-12-13 14:14:23 +0100 (Tue, 13 Dec 2005) | 2 lines
+r18985 | etxrab | 2006-08-21 14:24:42 -0700 (Mon, 21 Aug 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-gsm_a.c
 
-Fix some issues in NOEMIT
+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..
 
+With some further changes to APDU and LSA Identifier dissection.
 ------------------------------------------------------------------------
-============================ Samba log end ==============
-
+r18986 | etxrab | 2006-08-21 14:58:30 -0700 (Mon, 21 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/asn1/camel/camel.asn
+   M /trunk/asn1/camel/camel.cnf
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-camel.c
 
+From Florent Drouin:
+This patch introduce the decoding of the RP-Cause element in the Release SMS message for Camel.
 ------------------------------------------------------------------------
-r16850 | guy | 2005-12-18 14:54:47 -0600 (Sun, 18 Dec 2005) | 3 lines
+r18987 | guy | 2006-08-21 16:06:40 -0700 (Mon, 21 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/dumpcap.c
 
-Indent authors' e-mail addresses with tabs (so the list is properly
-aligned in the About box).
+Add to a comment.
 
 ------------------------------------------------------------------------
-r16849 | guy | 2005-12-18 13:46:38 -0600 (Sun, 18 Dec 2005) | 2 lines
+r18988 | guy | 2006-08-21 16:23:22 -0700 (Mon, 21 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-windows-common.c
 
-Use tabs to indent all credits.
+Squelch a compiler warning.
 
 ------------------------------------------------------------------------
-r16848 | guy | 2005-12-18 13:41:49 -0600 (Sun, 18 Dec 2005) | 2 lines
+r18989 | guy | 2006-08-21 16:28:19 -0700 (Mon, 21 Aug 2006) | 13 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/capture_loop.c
+   M /trunk/capture_opts.c
+   M /trunk/tshark.c
 
-Re-UTF-8ify.
+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.
+
+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.
+
+Also, check for multiple "-f" options.
+
+If no capture filter is specified, use a null string, to work around
+broken versions of Linux libpcap.
 
 ------------------------------------------------------------------------
-r16847 | etxrab | 2005-12-18 13:01:46 -0600 (Sun, 18 Dec 2005) | 2 lines
+r18990 | guy | 2006-08-21 16:36:59 -0700 (Mon, 21 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/doc/tshark.pod
+
+Indicate in the synopsis that you can put the capture filter at the end
+of the command line without "-f".
 
-From Michael Rozhavsky:
-In my previous patch I forgot to add a OOBResync flag to the DBD packet flags field. This patch adds this flag.
 ------------------------------------------------------------------------
-r16846 | etxrab | 2005-12-18 12:17:29 -0600 (Sun, 18 Dec 2005) | 1 line
+r18991 | martinm | 2006-08-22 07:00:18 -0700 (Tue, 22 Aug 2006) | 1 line
 Changed paths:
-   A /trunk/asn1/ansi_map
-   A /trunk/asn1/ansi_map/Makefile.nmake
-   A /trunk/asn1/ansi_map/README
-   A /trunk/asn1/ansi_map/ansi_map.asn
-   A /trunk/asn1/ansi_map/ansi_map.cnf
-   A /trunk/asn1/ansi_map/packet-ansi_map-template.c
-   A /trunk/asn1/ansi_map/packet-ansi_map-template.h
+   M /trunk/epan/dissectors/packet-iuup.c
 
-Work in progress ANSI MAP dissector. 
+Fix iuup.delta FT_ type mismatch
 ------------------------------------------------------------------------
-r16845 | etxrab | 2005-12-18 12:15:24 -0600 (Sun, 18 Dec 2005) | 7 lines
+r18992 | gerald | 2006-08-22 07:46:51 -0700 (Tue, 22 Aug 2006) | 8 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/doc/README.malloc
+   M /trunk/epan/dissectors/packet-q2931.c
 
-From Martin Warnes
-Attached a small patch to top level Makefile.am to include the recently 
-added diamter data files chargecontrol.xml and TGPPSh.xml
+From Florent Drouin:
 
-From jaaap Keuter:
-I've polished up the README.malloc describing ememified memory management. It's basically the same information, but made a bit more accessable. All this in response to bug 511
+  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.
+
+Make other loop checks more paranoid.
 
 ------------------------------------------------------------------------
-r16844 | etxrab | 2005-12-18 12:13:05 -0600 (Sun, 18 Dec 2005) | 11 lines
+r18995 | gerald | 2006-08-22 08:55:42 -0700 (Tue, 22 Aug 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/ncp2222.py
-   A /trunk/epan/dissectors/packet-ncs.c
-
-From Greg Morris:
--  New Dissector Novell Cluster Services
+   M /trunk/plugins/megaco/packet-megaco.c
 
-1. Changes Dir Handle Type from Boolean to val string
-2. Changes Search Mode from Boolean to val string
-3. Adds a number of additional attribute definitions
-4. Adds file migration state values
-5. Adds missing return values
-6. Adds NCP 90,150 "File Migration Request"
+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.
 
 ------------------------------------------------------------------------
-r16843 | ulfl | 2005-12-18 05:36:06 -0600 (Sun, 18 Dec 2005) | 1 line
+r18996 | ulfl | 2006-08-22 12:42:04 -0700 (Tue, 22 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/plugins/profinet/packet-pn-mrp.c
 
-use #ifdef SHOW_WELCOME_PAGE for the currently disabled welcome page instead of simply #if 0
+fix TLB block alignment to be compatible with the current MRP draft. Would be nice if included in the 0.99.3
 ------------------------------------------------------------------------
-r16842 | guy | 2005-12-18 05:19:25 -0600 (Sun, 18 Dec 2005) | 3 lines
+r18997 | ulfl | 2006-08-22 12:43:38 -0700 (Tue, 22 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
-
-If we're going to use a handle for the data handle, we need to get a
-handle for that dissector.  This fixes bug 637.
+   M /trunk/plugins/profinet/packet-pn-mrp.c
 
+(slightly) further dissection of the Option (Organizationally specific) block
 ------------------------------------------------------------------------
-r16841 | guy | 2005-12-18 05:08:38 -0600 (Sun, 18 Dec 2005) | 2 lines
+r18998 | etxrab | 2006-08-22 12:55:31 -0700 (Tue, 22 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/tcap/tcap.cnf
-
-Update tcap.cnf to generate the current packet-tcap.c
+   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
 
+From David Buechi:
+Add support for the ETHERNET Powerlink protocol
 ------------------------------------------------------------------------
-r16840 | guy | 2005-12-18 04:59:45 -0600 (Sun, 18 Dec 2005) | 2 lines
+r18999 | etxrab | 2006-08-22 13:39:20 -0700 (Tue, 22 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/mms/packet-mms-template.c
-   M /trunk/epan/dissectors/packet-mms.c
-
-Get rid of an unused variable.
+   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
 
+Complete clean targets
 ------------------------------------------------------------------------
-r16839 | guy | 2005-12-18 04:58:47 -0600 (Sun, 18 Dec 2005) | 2 lines
+r19001 | sahlberg | 2006-08-23 00:41:43 -0700 (Wed, 23 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-epl.c
+
+move the include for emem.h so that size_t is defined before emem.h is invoked
 
-Squelch a compiler warning.
 
 ------------------------------------------------------------------------
-r16838 | guy | 2005-12-18 04:51:41 -0600 (Sun, 18 Dec 2005) | 2 lines
+r19002 | sahlberg | 2006-08-23 01:05:28 -0700 (Wed, 23 Aug 2006) | 6 lines
 Changed paths:
-   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
-   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/asn1/snmp/snmp.cnf
+   M /trunk/epan/dissectors/packet-snmp.c
+
+Counter64 should be a FT_UINT64  and not a FT_UINT32
+
+
+fixes bug 1047
 
-Get rid of an unused variable.
 
 ------------------------------------------------------------------------
-r16837 | guy | 2005-12-18 04:42:29 -0600 (Sun, 18 Dec 2005) | 4 lines
+r19003 | sahlberg | 2006-08-23 02:48:16 -0700 (Wed, 23 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/nbap/packet-nbap-template.c
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/epan/dissectors/packet-nbap.h
+   M /trunk/epan/dissectors/packet-dns.c
 
-Get rid of an unused variable.
+testdrive the request/response README and implement request/response matching for DNS
 
-Fix a typo in svn:keywords.
 
 ------------------------------------------------------------------------
-r16836 | ulfl | 2005-12-17 21:42:01 -0600 (Sat, 17 Dec 2005) | 1 line
+r19007 | jake | 2006-08-23 08:51:15 -0700 (Wed, 23 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_advanced.xml
+   M /trunk/epan/dissectors/packet-ntp.c
+
+From Toralf Foerster (in bug 1044):
+Add new primary sources, fix typo. 
 
-reassembling as enabled by default (the default was changed from disabled to enabled some time ago)
 ------------------------------------------------------------------------
-r16835 | lego | 2005-12-17 15:17:58 -0600 (Sat, 17 Dec 2005) | 3 lines
+r19008 | ulfl | 2006-08-23 14:19:02 -0700 (Wed, 23 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcap.c
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/gtk/win32-file-dlg.c
 
-remove // comments
+fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already
+------------------------------------------------------------------------
+r19012 | gerald | 2006-08-24 09:19:49 -0700 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/Makefile.am
 
+Add missing files to the distribution.
 
 ------------------------------------------------------------------------
-r16834 | lego | 2005-12-17 10:55:45 -0600 (Sat, 17 Dec 2005) | 5 lines
+r19014 | gerald | 2006-08-24 09:23:32 -0700 (Thu, 24 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.h
-   M /trunk/epan/dissectors/packet-ansi_map.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/config.nmake
+   M /trunk/configure.in
 
-Have tcap subdissectors registering using functions provided by tcap and tcap manage ssn registration.
+Bump the version to 0.99.4.
 
-In packet-sccp.c avoid not having a binding.
+------------------------------------------------------------------------
+r19015 | gerald | 2006-08-24 09:29:49 -0700 (Thu, 24 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/ChangeLog
+   M /trunk/NEWS
+   M /trunk/docbook/release-notes.xml
 
+Copy over files from the release.
 
 ------------------------------------------------------------------------
-r16833 | ulfl | 2005-12-16 18:19:47 -0600 (Fri, 16 Dec 2005) | 3 lines
+r19016 | etxrab | 2006-08-24 10:27:45 -0700 (Thu, 24 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/capture_opts.c
-
-Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unreliable
+   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/epan/dissectors/packet-gsm_a.h
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Instead, simply keep the signal_pipe setting directly from the command line which is working well
+Dissect 'User Location Information' IE and MS Time Zone' IE.
 ------------------------------------------------------------------------
-r16832 | ulfl | 2005-12-16 18:16:37 -0600 (Fri, 16 Dec 2005) | 1 line
+r19017 | etxrab | 2006-08-24 12:01:01 -0700 (Thu, 24 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/docbook/developer-guide.xml
-   M /trunk/docbook/user-guide.xml
+   M /trunk/asn1/Makefile.nmake
 
-both eug and edg still mentioned Ethereal 0.10.12
+Add missing Clean target
 ------------------------------------------------------------------------
-r16831 | sahlberg | 2005-12-16 16:06:52 -0600 (Fri, 16 Dec 2005) | 16 lines
+r19018 | etxrab | 2006-08-24 14:15:15 -0700 (Thu, 24 Aug 2006) | 3 lines
 Changed paths:
-   A /trunk/epan/dissectors/pidl/srvsvc.idl
+   M /trunk/epan/dissectors/packet-ansi_map.c
 
-add work in progress srvsvc.idl.
+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
 
-This idl file is required by wkssvc.idl since wkssvc references Platform_id
+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
+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
 
+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
 
-There are still some minor changes required for pidl to prettify the output for both wkssvc and srvsvc before these two dissectors should be used.
+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
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
 
+Make sure a string pointer exists before we try to use it.  Fixes bug 1050.
 
+------------------------------------------------------------------------
+r19023 | etxrab | 2006-08-24 22:49:37 -0700 (Thu, 24 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-mp2t.c
 
-note that this idl is significantly different from the samba4 idl since it contains all the additional functions and structures the handwritten dissector has that is lacking from s4 idl.
+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
+------------------------------------------------------------------------
+r19024 | ulfl | 2006-08-25 00:24:58 -0700 (Fri, 25 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.am
+   A /trunk/image/toolbar/capture_details_24.xpm
 
-it is expected that s4 will take up the authorative version of this idl soon so there will only be one master copy of this idl.
+add a missing icon from yesterdays commit
+------------------------------------------------------------------------
+r19025 | ulfl | 2006-08-25 01:04:38 -0700 (Fri, 25 Aug 2006) | 6 lines
+Changed paths:
+   M /trunk/gtk/color_dlg.c
 
+ugly workaround for bug #699 (Up/Down buttons don't work properly)
 
+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.
 
+GTK2.4 was working properly, GTK2.6 and 2.8 has this bug, hopefully GTK2.10 will fix it again.
 
 ------------------------------------------------------------------------
-r16830 | etxrab | 2005-12-16 14:58:50 -0600 (Fri, 16 Dec 2005) | 1 line
+r19026 | kukosa | 2006-08-25 01:07:26 -0700 (Fri, 25 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/ethereal.nsi
+   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
 
-Include the latest diameter.xml files
+new ssl_dissector_add() function which can be called from another dissectors (similar to dissector_add())
 ------------------------------------------------------------------------
-r16829 | etxrab | 2005-12-16 14:54:24 -0600 (Fri, 16 Dec 2005) | 1 line
+r19027 | guy | 2006-08-25 01:10:35 -0700 (Fri, 25 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/flow_graph.c
+   M /trunk/epan/dissectors/packet-rpc.c
+
+If the length of a GSS token is zero, it's a null token, and the opaque
+data shouldn't be dissected.
 
-modify the tool tip "Nodes in the diagram are identified with network source and destination address (like SS7 point codes)" remove the section between parenthesis
 ------------------------------------------------------------------------
-r16828 | etxrab | 2005-12-16 14:37:45 -0600 (Fri, 16 Dec 2005) | 11 lines
+r19028 | kukosa | 2006-08-25 04:28:00 -0700 (Fri, 25 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-A patch for packet-ospf.c is attached:
- - Fix the handling of the DN-bit of options field.
- - Add a new function dissect_ospf_bitfield() to dissect a bitfield
-   such as options, flags. The following functions are merged by
-   using this function.
-     - dissect_ospf_lls_extended_options()
-     - dissect_ospf_dbd()
-     - dissect_ospf_options()
-     - dissect_ospf_v3_prefix_options()
- - dissect the flags and prefix-options bitfield.
+   A /trunk/epan/dissectors/packet-ssl.h
 
+commit forgotten file
 ------------------------------------------------------------------------
-r16827 | etxrab | 2005-12-16 14:36:09 -0600 (Fri, 16 Dec 2005) | 3 lines
+r19029 | ulfl | 2006-08-25 12:13:02 -0700 (Fri, 25 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-mtp3.h
+   M /trunk/gtk/dlg_utils.c
 
-As per Olivier Jacques mail, 
-"preferences/mtp3 must be changed accordingly (it is explicitly indicated that the "network address format" is ..."
-Change the text and som names.
+fix bug #1057: remove "start" completely
 ------------------------------------------------------------------------
-r16826 | gerald | 2005-12-16 11:53:44 -0600 (Fri, 16 Dec 2005) | 9 lines
+r19030 | ulfl | 2006-08-25 12:15:55 -0700 (Fri, 25 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/util.c
+   M /trunk/gtk/menu.c
 
-If "CLIENTNAME" is set (which indicates that we're using RDP) use
-"not tcp port 3389" instead of "not ip host $CLIENTNAME", since it
-seems to be more reliable.
+don't put "..." in front of a menu item
+------------------------------------------------------------------------
+r19031 | ulfl | 2006-08-25 12:19:21 -0700 (Fri, 25 Aug 2006) | 1 line
+Changed paths:
+   M /trunk/gtk/capture_dlg.c
 
-Make sure we remove dumpcap.obj when we clean.
+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
+
+from Stephen F
+ethernet IG/LG bit changes   with minor modifications
+
+(only dissect LG if it is a unicast address
+ put a hint what locally administered means in the dissect tree
+)
 
-This also tests the content-type "text/plain; charset=utf-8" for commit
-messages.  Maybe Stig B's name will show up correctly now.
 
 ------------------------------------------------------------------------
-r16825 | jmayer | 2005-12-16 11:52:05 -0600 (Fri, 16 Dec 2005) | 1 line
+r19034 | sahlberg | 2006-08-25 14:53:37 -0700 (Fri, 25 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/epan/dissectors/packet-eth.c
+
+remove the code that conditionally dissects LG only if IG is set
+
 
-Some updates
 ------------------------------------------------------------------------
-r16824 | jmayer | 2005-12-16 11:05:37 -0600 (Fri, 16 Dec 2005) | 10 lines
+r19035 | guy | 2006-08-25 16:59:25 -0700 (Fri, 25 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
+   M /trunk/image/toolbar/capture_details_16.xpm
+   M /trunk/image/toolbar/capture_details_24.xpm
 
-Don't link dumpcap against libethereal etc.
-It might be, that I've removed too many options:
+Constify the capture details icons, and get rid of the CRs in
+capture_details_24.xpm and give it the appropriate Subversion keywords.
 
-in that case, replace
-@PCAP_LIBS@
-by some of
-@PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@
+------------------------------------------------------------------------
+r19036 | guy | 2006-08-25 17:03:59 -0700 (Fri, 25 Aug 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mp2t.c
 
-and let me know which of the options are needed
+Don't use %ld for guint64 - use PRIu64.  (Also, don't use %d for guint32
+- use %u.)
 
 ------------------------------------------------------------------------
-r16823 | jmayer | 2005-12-16 10:40:31 -0600 (Fri, 16 Dec 2005) | 7 lines
+r19037 | guy | 2006-08-25 17:05:26 -0700 (Fri, 25 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/manuf
-   M /trunk/wka.tmpl
-
-Jaap Keuter:
-I'm seeing a variant of the registered Ethernet address for MS NLB
-multicast being used.
+   M /trunk/epan/dissectors/packet-dtls.c
 
-Changed to remove "multicast" from the name as it isn't a multicast
-address.
+Fix some compiler warnings (some by getting rid of variables unused if
+you don't have GNU TLS).
 
 ------------------------------------------------------------------------
-r16822 | etxrab | 2005-12-16 10:37:03 -0600 (Fri, 16 Dec 2005) | 25 lines
+r19038 | guy | 2006-08-25 17:06:40 -0700 (Fri, 25 Aug 2006) | 5 lines
 Changed paths:
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/editcap.c
-   M /trunk/epan/dissectors/packet-camel.c
    M /trunk/epan/dissectors/packet-ieee80211.c
-   M /trunk/epan/dissectors/packet-lldp.c
 
-From Jaap Keuter:
-- Editcap 
-Mikko Tiihonen filed bug 379 including a patch for editcap. This wasn't picked up so far. I've ported the patch to svn 16820 and included a documentation patch.
-
--packet-ieee80211.c
-Radek Vokal of RedHat filed a bug found by Vladimir Kondratiev of Intel in the 802.11 dissector. Radek provided a sample capture and Vladimir a oneliner patch. I've ported the patch to svn 16820 and tested it against the provided capture. Works well.
+Don't define the Aironet/Cisco Wireless OUI ourselves; get it from
+<epan/oui.h>.
 
+Fix indentation.
 
--From Kan Sasaki
-A patch for packet-ospf.c is attached:
- - Fix the handling of the DN-bit of options field.
- - Add a new function dissect_ospf_bitfield() to dissect a bitfield
-   such as options, flags. The following functions are merged by
-   using this function.
-     - dissect_ospf_lls_extended_options()
-     - dissect_ospf_dbd()
+------------------------------------------------------------------------
+r19039 | guy | 2006-08-25 17:07:13 -0700 (Fri, 25 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/gtk/capture_dlg.c
 
+Get rid of unused variable.
 
-     - dissect_ospf_options()
-     - dissect_ospf_v3_prefix_options()
- - dissect the flags and prefix-options bitfield.
+------------------------------------------------------------------------
+r19040 | guy | 2006-08-25 17:08:51 -0700 (Fri, 25 Aug 2006) | 2 lines
+Changed paths:
+   M /trunk/gtk/firewall_dlg.c
 
-- lldp Bugfix Bug 596  LLDP TIA Network Policy Decode is not correct 
+Get rid of aun unused routine.
 
-- Camel make it possible to dissect based on OID.
 ------------------------------------------------------------------------
-r16821 | etxrab | 2005-12-16 10:31:46 -0600 (Fri, 16 Dec 2005) | 3 lines
+r19041 | guy | 2006-08-25 17:12:12 -0700 (Fri, 25 Aug 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dccp.c
+   M /trunk/gtk/capture_if_dlg.c
 
-From Jaap Keuter:
-Bug 373 complains about a field type. Trivial fix attached.
+Clean up indentation.
+
+Only define cap_air_w if we have AirPcap.
 
 ------------------------------------------------------------------------
-r16820 | ulfl | 2005-12-16 02:20:22 -0600 (Fri, 16 Dec 2005) | 6 lines
+r19042 | sahlberg | 2006-08-26 02:16:38 -0700 (Sat, 26 Aug 2006) | 4 lines
 Changed paths:
-   M /trunk/config.nmake
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-image-png.c
 
-Declare the GTK 2.6 as the official mainline now!!!
+initial PNG dissector  (Portable Network Graphics)
 
-(as per mailing list discussions and mainly as the Gimp windows port also uses this version)
 
 
-fix the NSIS install settings for GTK 2.6 of GTK-Wimp
 ------------------------------------------------------------------------
-r16819 | ulfl | 2005-12-16 01:43:24 -0600 (Fri, 16 Dec 2005) | 1 line
+r19043 | ulfl | 2006-08-26 04:03:41 -0700 (Sat, 26 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/dumpcap.c
-   M /trunk/log.h
-   M /trunk/tethereal.c
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
 
-some minor fixes: logging and comments fixed
+rework the pop-up menu section
 ------------------------------------------------------------------------
-r16818 | etxrab | 2005-12-16 01:37:28 -0600 (Fri, 16 Dec 2005) | 12 lines
+r19044 | sahlberg | 2006-08-26 04:57:28 -0700 (Sat, 26 Aug 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-From Michael Rozhavsky:
+   M /trunk/epan/dissectors/packet-image-png.c
 
-This patch adds support for draft-nguyen-ospf-lls-05.txt, draft-nguyen-ospf-oob-resync-05.txt and draft-nguyen-ospf-restart-05.txt. These are an alternative way to do OSPF graceful restart.
+fix wrong constant in a valuestring
 
-These drafts are implemented by cisco and several other vendors that want to interoperate with cisco. My patch adds a dissectors for LLS TLVs.
+add two more chunks to be dissected
 
-I had to modify the existing ospf dissector as it assumed that all the data after IP header is OSPF packet. This is not true anymore and probably was not true before as well.
 
-Also please find attached an example of OSPF packets with LLS data blocks.
--- 
-   
-   
 ------------------------------------------------------------------------
-r16817 | etxrab | 2005-12-16 01:20:13 -0600 (Fri, 16 Dec 2005) | 11 lines
+r19045 | sahlberg | 2006-08-26 05:26:19 -0700 (Sat, 26 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/flow_graph.c
+   M /trunk/epan/dissectors/packet-image-png.c
 
-From Jacques, Olivier (OCBU-Test Infra)
+two more chunks
 
-> here is a small patch for the flow graph feature. It allows 
-> to have SS7 nodes (network indicator/point codes) to be 
-> recognized as nodes in the graphs.
-> The patch consists in using "pinfo->net_src" or 
-> "pinfo->net_dst" instead of "pinfo->src" or "pinfo->dst".
-> I did some tests with other IP protocols and behavior was 
-> still the same as before. But I do not guaranty that it 
-> doesn't have some bad side effects for some protocols.
 
 ------------------------------------------------------------------------
-r16816 | etxrab | 2005-12-16 01:18:52 -0600 (Fri, 16 Dec 2005) | 10 lines
+r19046 | gal | 2006-08-26 10:55:21 -0700 (Sat, 26 Aug 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/oid_resolv.c
-
-From Grame Lunt:
-The new oid_resolv.c OID handling is more strict on what an OID is. It now requires the OID string representation to be a sequence of dotted integers - particularly when looking up an associated name.
+   M /trunk/epan/filesystem.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/gtk/Makefile.common
+   M /trunk/gtk/file_dlg.c
+   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
 
-The X.411 and DISP dissectors have [ab]used the OID handling to support the dissection of x.411 standard-extensions (which are indicated by a single
-integer) and where the OID is sufficient by itself (disp). Have a look at x411.cnf and disp.cnf
+U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device. 
 
-Attached is a small patch to restore the previous functionality in the new handling. If this is something you don't wish to continue to support in the OID handling, then I'll look at alternate mechanisms.
+For more details see packaging/u3/win32/README.txt
 
-Graeme
 
 ------------------------------------------------------------------------
-r16815 | etxrab | 2005-12-16 01:05:50 -0600 (Fri, 16 Dec 2005) | 1 line
+r19047 | guy | 2006-08-26 11:36:09 -0700 (Sat, 26 Aug 2006) | 10 lines
 Changed paths:
-   M /trunk/asn1/h248/Makefile.nmake
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-m3ua.c
-   M /trunk/epan/dissectors/packet-sccp.c
-   M /trunk/epan/dissectors/packet-sua.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/capture_loop.c
+   M /trunk/capture_opts.c
+   M /trunk/capture_opts.h
+   M /trunk/gtk/main.c
+   M /trunk/tshark.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.
+
+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.
+
+Clean up white space.
 
-Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:s
 ------------------------------------------------------------------------
-r16814 | etxrab | 2005-12-16 00:47:22 -0600 (Fri, 16 Dec 2005) | 12 lines
+r19048 | gal | 2006-08-27 01:19:55 -0700 (Sun, 27 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/dap/packet-dap-template.c
-   M /trunk/asn1/dop/dop.asn
-   M /trunk/asn1/h225/Makefile.nmake
-   M /trunk/asn1/tcap/Makefile.nmake
+   M /trunk/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
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-disp.h
-   M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-dop.h
-   M /trunk/epan/dissectors/packet-ros.c
-   M /trunk/epan/dissectors/packet-ros.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-   M /trunk/epan/dissectors/packet-x509sat.c
-   M /trunk/epan/dissectors/packet-x509sat.h
-
-From Graeme Lunt:
-* DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. 
-Also now uses the correct EXPORTs from the other modules/dissectors.
 
-* X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate.
+Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.
 
-(I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.)
-
-* X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file.
-
-* A couple of fixes identified by Stig.
 
 ------------------------------------------------------------------------
-r16813 | sahlberg | 2005-12-15 18:32:12 -0600 (Thu, 15 Dec 2005) | 7 lines
+r19049 | gal | 2006-08-27 01:31:29 -0700 (Sun, 27 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
-   M /trunk/epan/dissectors/packet-frame.c
-   M /trunk/epan/dissectors/packet-frame.h
-
-From Stig B
-Patch for COTP reassembly.
+   M /trunk/epan/dissectors/packet-tpkt.c
 
-There does not seem to be any reasonable or cleaner way to fix COTP 
-reassembly than adding the frame.[ch] patch.
+Register tpkt as a dissector so subdissectors can register tpkt on ports other than 102.
 
 
 ------------------------------------------------------------------------
-r16812 | sahlberg | 2005-12-15 17:17:01 -0600 (Thu, 15 Dec 2005) | 5 lines
+r19050 | gal | 2006-08-27 02:03:21 -0700 (Sun, 27 Aug 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ip.c
-
-from Jaap K
+   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
 
-fix for bug 306
+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 "...".
 
 
 ------------------------------------------------------------------------
-r16811 | sahlberg | 2005-12-15 16:54:33 -0600 (Thu, 15 Dec 2005) | 16 lines
+r19051 | ulfl | 2006-08-27 03:41:30 -0700 (Sun, 27 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-mbtcp.c
-
-update to modbus/tcp
-
-Make the dissector new-style and add simple (better than nothing) heuristics so that it can reject some packets that are obviously not modbus.
-
-change the constants to upper case
-
-
- the horrors:
-replace two instances where tvb_memcpy()  were used to read straight into a structure to instead read the structure field by field using tvb_get_...()
-This may allow the modbus dissector to actually work.
-
-
-
-
-
-
-------------------------------------------------------------------------
-r16810 | gerald | 2005-12-15 13:12:51 -0600 (Thu, 15 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/config.nmake
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-
-Fix themeing for GTK+ 2.8.  This hasn't been tested under 2.6 or 2.4.
-
-------------------------------------------------------------------------
-r16809 | gerald | 2005-12-14 21:36:17 -0600 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/config.nmake
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-
-Make sure we install the libpng and cairo DLLs if needed.
-
-------------------------------------------------------------------------
-r16808 | guy | 2005-12-14 20:44:26 -0600 (Wed, 14 Dec 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
-
-Use the reported length, not the length, to figure out how much to
-dissect (so that we report a packet cut short by the snapshot length).
-
-Get rid of an unused variable..
-
-As we restore "pinfo->fragmented" from "save_fragmented" regardless of
-whether we're defragmenting or not, we have to save its previous value
-in "save_fragmented" regardless of whether we're defragmenting or not.
+   M /trunk/gtk/capture_if_dlg.c
+   M /trunk/gtk/gui_utils.c
+   M /trunk/gtk/gui_utils.h
 
+fix a warning by removing now unused code
 ------------------------------------------------------------------------
-r16807 | ulfl | 2005-12-14 18:48:59 -0600 (Wed, 14 Dec 2005) | 4 lines
+r19052 | ulfl | 2006-08-27 04:27:47 -0700 (Sun, 27 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/capture_sync.c
-
-remove the setting of no longer required command line options:
+   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
 
--H (Hide capture info dialog)
--m (font to use)
+squelch some compiler warnings
 ------------------------------------------------------------------------
-r16806 | ulfl | 2005-12-14 18:46:23 -0600 (Wed, 14 Dec 2005) | 1 line
+r19053 | ulfl | 2006-08-27 04:46:02 -0700 (Sun, 27 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/doc/README.capture
+   M /trunk/docbook/wsug_src/WSUG_app_howitworks.xml
+   M /trunk/help/capturing.txt
 
-remove a missplaced comment
+fix #1063, some leftover typo's: Etheral -> Wireshark
 ------------------------------------------------------------------------
-r16805 | ulfl | 2005-12-14 18:45:29 -0600 (Wed, 14 Dec 2005) | 3 lines
+r19054 | ulfl | 2006-08-27 05:35:26 -0700 (Sun, 27 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/dumpcap.c
+   M /trunk/gtk/print_mswin.c
 
-use capture_opts_trim_iface() instead of duplicated code
+fix #707: "It's not possible to print each packet on a new page"
 
-various minor code cleanup
+Win32: detect "form feed" char and create a new page in that case
 ------------------------------------------------------------------------
-r16804 | etxrab | 2005-12-14 15:46:56 -0600 (Wed, 14 Dec 2005) | 4 lines
+r19055 | etxrab | 2006-08-27 12:15:20 -0700 (Sun, 27 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-
-Fix Bug 628  Bugzilla 2.18.3  
-CAMEL - Connect decoding error 
-- Calledparty number included first two octets
+   M /trunk/gtk/stats_tree_stat.c
 
+Fixa a typo.
 ------------------------------------------------------------------------
-r16803 | etxrab | 2005-12-14 15:40:04 -0600 (Wed, 14 Dec 2005) | 1 line
+r19056 | etxrab | 2006-08-27 13:30:01 -0700 (Sun, 27 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-bssgp.c
+   M /trunk/epan/dissectors/packet-bssgp.h
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Add possibility to try to dissect IP over TIPC.
+Do some more of the relase 6 stuff.
 ------------------------------------------------------------------------
-r16802 | gerald | 2005-12-14 15:19:39 -0600 (Wed, 14 Dec 2005) | 2 lines
+r19057 | gerald | 2006-08-27 19:06:28 -0700 (Sun, 27 Aug 2006) | 6 lines
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
-   M /trunk/packaging/nsis/Makefile.nmake
-   M /trunk/packaging/nsis/ethereal.nsi
-   M /trunk/tools/win32-setup.sh
+   M /trunk/epan/dissectors/packet-image-png.c
 
-Add support for GLib/GTK+ 2.8.  Point to the latest tag.
+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.
 
-------------------------------------------------------------------------
-r16801 | etxrab | 2005-12-14 15:14:57 -0600 (Wed, 14 Dec 2005) | 8 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-udp.c
-   M /trunk/epan/dissectors/packet-udp.h
-
-From Jaap Keuter:
-> Two patch files are attached adding UDP-Lite dissection to the UDP 
-> dissector. Wiki page is available at the normal location, including 
-> sample captures courtesy of Gerrit Renker of the University of 
-> Aberdeen Electronics Research Group. The patch has been tested with 
-> both the sample captures and Fuzz test.
+Fix up whitespace.
 
-And add Marc Petit-Huguenin to AUTHORS
 ------------------------------------------------------------------------
-r16800 | etxrab | 2005-12-14 15:04:42 -0600 (Wed, 14 Dec 2005) | 1 line
+r19058 | etxrab | 2006-08-27 22:32:16 -0700 (Sun, 27 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/ros/Makefile.nmake
-   M /trunk/asn1/x509sat/Makefile.nmake
+   M /trunk/epan/dissectors/packet-gtp.c
 
-Add makefiles
+More release 6 changes.
 ------------------------------------------------------------------------
-r16799 | etxrab | 2005-12-14 15:02:56 -0600 (Wed, 14 Dec 2005) | 15 lines
+r19059 | kukosa | 2006-08-28 00:05:02 -0700 (Mon, 28 Aug 2006) | 5 lines
 Changed paths:
-   M /trunk/asn1/dap/dap-exp.cnf
-   M /trunk/asn1/dap/dap.asn
-   M /trunk/asn1/dap/dap.cnf
-   M /trunk/asn1/dap/packet-dap-template.c
-   M /trunk/asn1/disp/disp.asn
-   M /trunk/asn1/disp/disp.cnf
-   M /trunk/asn1/disp/packet-disp-template.c
-   M /trunk/asn1/disp/packet-disp-template.h
-   M /trunk/asn1/dop/dop-exp.cnf
-   M /trunk/asn1/dop/dop.cnf
-   M /trunk/asn1/dop/packet-dop-template.c
-   M /trunk/asn1/dsp/dsp.asn
-   M /trunk/asn1/ros/packet-ros-template.c
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/asn1/x411/Makefile
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.h
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/asn1/x509sat/Makefile
-   M /trunk/asn1/x509sat/SelectedAttributeTypes.asn
-   M /trunk/asn1/x509sat/x509sat-exp.cnf
-   M /trunk/asn1/x509sat/x509sat.cnf
-
-From Grame Lunt:
-Attached is a patch that updates - 
-
-* DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. 
-Also now uses the correct EXPORTs from the other modules/dissectors.
-
-* X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate.
-
-(I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.)
-
-* X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file.
-
-* A couple of fixes identified by Stig.
+   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
 
-Note the patc for dop did not apply don't regenerate dissectors yet.
-------------------------------------------------------------------------
-r16798 | etxrab | 2005-12-14 14:45:15 -0600 (Wed, 14 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+- 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()
 
-From Graeme Lunt:
-Here is a patch for packet-ber.c that only includes the upgraded dissect_unknown_ber()
 ------------------------------------------------------------------------
-r16797 | etxrab | 2005-12-14 14:43:39 -0600 (Wed, 14 Dec 2005) | 10 lines
+r19060 | gmorris | 2006-08-28 05:24:24 -0700 (Mon, 28 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-stun.c
-
-From Marc Petit-Huguenin
-
-This is a patch that add support for the latest drafts[1] in the STUN dissectors. I choose to add TURN directly in the STUN dissector instead of creating a new dissector because of the decision at the latest IETF meeting[2] to redefine TURN as an use case of STUN.
-
-
-[1] ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-ietf-behave-rfc3489bis-02.txt
-ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-rosenberg-midcom-turn-08.txt
-ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-camarillo-midcom-turn-ipv6-00.txt
-[2] http://www3.ietf.org/proceedings/05nov/minutes/behave.txt
+   M /trunk/epan/dissectors/packet-srvloc.c
 
-------------------------------------------------------------------------
-r16796 | etxrab | 2005-12-14 14:01:21 -0600 (Wed, 14 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-mtp3.c
-   M /trunk/epan/dissectors/packet-sccp.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.
 
-Use src and dst instead of net_src.
 ------------------------------------------------------------------------
-r16795 | lego | 2005-12-14 03:50:11 -0600 (Wed, 14 Dec 2005) | 3 lines
+r19061 | jmayer | 2006-08-28 09:55:03 -0700 (Mon, 28 Aug 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/radius_dict.l
-
-Close the dictionary files after reading from them.
+   M /trunk/epan/dissectors/packet-ppp.c
 
+Donald White <donald_white@qwest.net>
 
-------------------------------------------------------------------------
-r16794 | ulfl | 2005-12-14 03:43:16 -0600 (Wed, 14 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/eug_src/EUG_chapter_customize.xml
-
-update Ethereal command line options -D and -i
-------------------------------------------------------------------------
-r16793 | ulfl | 2005-12-14 03:16:30 -0600 (Wed, 14 Dec 2005) | 6 lines
-Changed paths:
-   M /trunk/doc/ethereal.pod
+There is a small bug in the function dissect_ppp() which prevents proper
+demuxing of packets.  Patch is attached.
 
-document latest command line changes:
 
-new: -D to list interfaces
-changed: -i will also accept indices (rather than complete names only)
 
-text copied from the tethereal.pod file
 ------------------------------------------------------------------------
-r16792 | guy | 2005-12-14 01:33:07 -0600 (Wed, 14 Dec 2005) | 7 lines
+r19062 | jake | 2006-08-28 12:15:08 -0700 (Mon, 28 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-
-"a & b == c" is, in C, parsed as "a & (b == c)" - and if b and c are the
-same, and have only one bit set, "(a & b) == c", which is what is
-intended, is the same as "a & b".
-
-In addition, we don't want to do desegmentation if "isup_apm_desegment"
-isn't set, so that test should be ANDed with the other two tests.
+   M /trunk/epan/dissectors/packet-udp.c
 
+Fix length check for IP packets with options.
 ------------------------------------------------------------------------
-r16791 | guy | 2005-12-14 01:29:38 -0600 (Wed, 14 Dec 2005) | 14 lines
+r19063 | ulfl | 2006-08-28 14:11:10 -0700 (Mon, 28 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/capture-pcap-util.c
-   M /trunk/capture-pcap-util.h
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/capture_ui_utils.c
-   M /trunk/capture_ui_utils.h
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/tethereal.c
-
-Constify a bunch of arguments and variables, to squelch compiler
-warnings.
-
-Include "wiretap/libpcap.h" in "capture_loop.h", to get its declarations
-of data structures for headers in libpcap files.  This lets us remove
-the includes of "wiretap/libpcap.h from files including
-"capture_loop.h".
-
-Make "log_func_ignore()" in "tethereal.c" static, and declare some of
-its arguments unused.  Also get rid of an unused variable.
-
-Include <pcap.h> before including "wiretap/wtap-capture.h", to declare
-"struct pcap_pkthdr".
+   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
 
+add information about remote traffic capture filter
 ------------------------------------------------------------------------
-r16790 | ulfl | 2005-12-13 19:45:09 -0600 (Tue, 13 Dec 2005) | 1 line
+r19064 | ulfl | 2006-08-28 14:12:44 -0700 (Mon, 28 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_info_dlg.c
+   M /trunk/epan/dissectors/packet-dcerpc-epm.c
 
-hmmm, the include sequence might be important too ...
+add some more right-hand-side infos of the tower data
 ------------------------------------------------------------------------
-r16789 | ulfl | 2005-12-13 18:10:23 -0600 (Tue, 13 Dec 2005) | 1 line
+r19065 | ulfl | 2006-08-28 14:13:37 -0700 (Mon, 28 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/capture_info_dlg.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
-add missing include
+minor format string change
 ------------------------------------------------------------------------
-r16788 | ulfl | 2005-12-13 17:15:20 -0600 (Tue, 13 Dec 2005) | 1 line
+r19066 | ulfl | 2006-08-28 14:14:36 -0700 (Mon, 28 Aug 2006) | 1 line
 Changed paths:
-   A /trunk/test
-   A /trunk/test/README.test
-   A /trunk/test/config.sh
-   A /trunk/test/dhcp.pcap
-   A /trunk/test/suite-capture.sh
-   A /trunk/test/suite-clopts.sh
-   A /trunk/test/test-backend.sh
-   A /trunk/test/test.sh
+   M /trunk/epan/dissectors/packet-dcom.c
 
-add a new directory 'test', currently containing an alpha test (using some simple bash scripts) of the ethereal/tethereal command line parameters. See the file README.test for details.
+add a new this/that flag value
 ------------------------------------------------------------------------
-r16787 | ulfl | 2005-12-13 16:48:58 -0600 (Tue, 13 Dec 2005) | 9 lines
+r19067 | ulfl | 2006-08-28 15:23:18 -0700 (Mon, 28 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/dumpcap.c
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-
-HUGE STEP (hopefully toward the right direction):
-remove a lot of redundant code from tethereal and use (move) stuff from capture_loop.c instead.
-
-concentrate common capture related code in capture_opts.c, e.g. trying to find the right interface to capture from (command line option, preference, first usable) instead of duplicating this code over several files.
-
-remove redundant code from dumpcap.c
-
-this also implements command line option -D (and indexed interfaces at -i) for Wireshark and Dumpcap (as we have it in Tethereal already for a while)
+   M /trunk/docbook/wsug_src/WSUG_chapter_work.xml
 
+fix a minor typo
 ------------------------------------------------------------------------
-r16786 | ulfl | 2005-12-13 16:35:28 -0600 (Tue, 13 Dec 2005) | 1 line
+r19068 | gerald | 2006-08-28 15:52:26 -0700 (Mon, 28 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/capture_sync.c
+   M /trunk/epan/dissectors/Makefile.common
 
-we don't use the command line option -W any longer, remove it from a comment
-------------------------------------------------------------------------
-r16785 | ulfl | 2005-12-13 16:33:55 -0600 (Tue, 13 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/capture_ui_utils.c
-   M /trunk/capture_ui_utils.h
+Fix a typo.
 
-make get_if_name() parameter if_text const, it's not changed inside
 ------------------------------------------------------------------------
-r16784 | lego | 2005-12-13 16:08:37 -0600 (Tue, 13 Dec 2005) | 3 lines
+r19069 | ulfl | 2006-08-28 15:54:12 -0700 (Mon, 28 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/plugins/mate/mate_grammar.lemon
-
-we are opening the file for writing....
-
+   M /trunk/gtk/prefs_dlg.c
 
+fix #1061: the logic to search for a specific protocol page was missing the changes of the scrollable window indirection
 ------------------------------------------------------------------------
-r16783 | lego | 2005-12-13 16:07:09 -0600 (Tue, 13 Dec 2005) | 5 lines
+r19070 | ulfl | 2006-08-28 17:15:09 -0700 (Mon, 28 Aug 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sccp.c
-
-handle sccp connections.
-(first step towards RANAP analysis).
-
+   M /trunk/doc/README.developer
 
+from Stephen Fisher:
 
+"I ran doc/README.developer through a spell checker and conservatively 
+changed misspelled words.  Attached is a compressed patch with the 
+corrections."
 ------------------------------------------------------------------------
-r16782 | lego | 2005-12-13 16:04:02 -0600 (Tue, 13 Dec 2005) | 3 lines
+r19071 | gerald | 2006-08-28 19:19:27 -0700 (Mon, 28 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
-
-Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.
+   M /trunk/epan/dissectors/Makefile.common
 
+Add a missing file.
 
 ------------------------------------------------------------------------
-r16781 | etxrab | 2005-12-13 15:14:54 -0600 (Tue, 13 Dec 2005) | 2 lines
+r19072 | kukosa | 2006-08-29 01:33:52 -0700 (Tue, 29 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-m3ua.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/dissectors/packet-ssl.h
 
-Change reassembly to include first empty segment, check if SLR exists.
-Change pinfo->src/dst to use SS7 address for reassembly to use the correct key.
+get rid of few warnings
 ------------------------------------------------------------------------
-r16780 | gerald | 2005-12-13 11:00:03 -0600 (Tue, 13 Dec 2005) | 2 lines
+r19073 | gmorris | 2006-08-29 01:45:53 -0700 (Tue, 29 Aug 2006) | 114 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
 
-Throw an exception if we have an invalid offset.  Fixes bug 585.
-
-------------------------------------------------------------------------
-r16779 | guy | 2005-12-13 04:59:33 -0600 (Tue, 13 Dec 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
-
-Fix some bit mask tests - & has lower priority than !=, so "a & b != c"
-means "a & (b != c)", not "(a & b) != c".
-
-Put in a comment noting a potential problem with defragmentation,
-pointed out by a compiler warning that apm_Segmentation_local_ref might
-not be set before it's used.
-
-------------------------------------------------------------------------
-r16778 | guy | 2005-12-13 04:54:11 -0600 (Tue, 13 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
-
-Escape question marks when they could be interpreted as part of a
-trigraph.
-
-------------------------------------------------------------------------
-r16777 | guy | 2005-12-13 04:09:52 -0600 (Tue, 13 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/libethereal.def
-
-Add tvb_fake_unicode().
-
-------------------------------------------------------------------------
-r16776 | jmayer | 2005-12-13 03:30:09 -0600 (Tue, 13 Dec 2005) | 11 lines
-Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-
-Update from samba tree revision 12185 to 12205
-============================ Samba log start ============
-------------------------------------------------------------------------
-r12205 | jelmer | 2005-12-13 02:56:04 +0100 (Tue, 13 Dec 2005) | 2 lines
-
-Support 'TFS' command in conformance files
-
-------------------------------------------------------------------------
-============================ Samba log end ==============
-
-
-------------------------------------------------------------------------
-r16775 | sahlberg | 2005-12-13 01:53:52 -0600 (Tue, 13 Dec 2005) | 4 lines
-Changed paths:
-   A /trunk/epan/dissectors/pidl/wkssvc.cnf
-   M /trunk/epan/dissectors/pidl/wkssvc.idl
-
-update the work-in-progress pidl generated wkssvc dissector and add a conformance file using the new nice TFS conformance file directive
-
-
+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.
 
 ------------------------------------------------------------------------
-r16774 | sahlberg | 2005-12-13 00:36:30 -0600 (Tue, 13 Dec 2005) | 4 lines
+r19074 | jmayer | 2006-08-29 09:31:00 -0700 (Tue, 29 Aug 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dnp.c
-
-swap Trip/Close as per bug 579
+   M /trunk/epan/dissectors/packet-alcap.c
 
+Florent DROUIN <florent.drouin@alcatel.fr>:
 
+Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1077
 
 ------------------------------------------------------------------------
-r16773 | gerald | 2005-12-12 21:48:26 -0600 (Mon, 12 Dec 2005) | 9 lines
+r19075 | jake | 2006-08-29 09:54:39 -0700 (Tue, 29 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/tools/asn2eth.py
-
-asn2eth.py:
-
-Catch a TypeError that gets thrown if we don't use any conversion
-specifiers during string formatting.
-
-H.248:
-
-Don't dereference a null pointer.  Fixes bug 626.
+   M /trunk/epan/addr_resolv.c
 
+Fix for bug 795: handle CR as line end as well
 ------------------------------------------------------------------------
-r16772 | ulfl | 2005-12-12 20:09:14 -0600 (Mon, 12 Dec 2005) | 3 lines
+r19076 | jmayer | 2006-08-29 13:21:47 -0700 (Tue, 29 Aug 2006) | 4 lines
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/wireshark.desktop
 
-We should really do quit Ethereal if user asked us to do so with the -Q option!
+- Update to 0.9.5 (from 0.9.4)
+- Remove some unneeded entries
+- Add a translation
 
-Update the window title, right after the fixed capture finished. This might be required if the loading of the capture file afterwards just fails, leaving the title unchanged.
 ------------------------------------------------------------------------
-r16771 | ulfl | 2005-12-12 19:17:36 -0600 (Mon, 12 Dec 2005) | 1 line
+r19077 | ulfl | 2006-08-29 14:01:05 -0700 (Tue, 29 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/capture_info.c
+   M /trunk/test/test-backend.sh
+   M /trunk/test/test.sh
 
-don't try to close wtap, if we couldn't load the wiretap file
+use unique variable names to prevent "global variable" side effects -> endless repeating tests of subsections
 ------------------------------------------------------------------------
-r16770 | jmayer | 2005-12-12 17:38:04 -0600 (Mon, 12 Dec 2005) | 1 line
+r19078 | ulfl | 2006-08-29 14:03:33 -0700 (Tue, 29 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/fileset.c
 
-Convert to new style dissector (hopefully done right)
+fix a minor bug: don't show a single file twice in the fileset dialog
 ------------------------------------------------------------------------
-r16769 | lego | 2005-12-12 17:23:32 -0600 (Mon, 12 Dec 2005) | 4 lines
+r19079 | ulfl | 2006-08-29 14:06:36 -0700 (Tue, 29 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/mate/mate_parser.l
-   M /trunk/plugins/mate/mate_runtime.c
-   M /trunk/plugins/mate/mate_setup.c
-   M /trunk/plugins/mate/packet-mate.c
-
-- add Debug and Default declarations.
-- supress unwanted console printouts.
-
+   M /trunk/gtk/Makefile.am
 
+add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck)
 ------------------------------------------------------------------------
-r16768 | jmayer | 2005-12-12 17:14:41 -0600 (Mon, 12 Dec 2005) | 1 line
+r19080 | ulfl | 2006-08-29 14:09:32 -0700 (Tue, 29 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-3com-njack.c
+   M /trunk/gtk/fileset_dlg.c
 
-Dissect type 0x0c as 'remove tag' flag
+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.
 ------------------------------------------------------------------------
-r16767 | ulfl | 2005-12-12 16:29:00 -0600 (Mon, 12 Dec 2005) | 5 lines
+r19081 | ulfl | 2006-08-29 14:12:45 -0700 (Tue, 29 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_tools.xml
-
-Add a note that the Win32 tool recommendations should be strictly followed.
-
-Change tool headers: "UNIX:" -> "UNIX or Win32 Cygwin:"
+   M /trunk/gtk/Makefile.common
 
-Update output of verify_tools target
+sort the u3.c file into the list alphabetically
 ------------------------------------------------------------------------
-r16766 | gerald | 2005-12-12 10:49:49 -0600 (Mon, 12 Dec 2005) | 2 lines
+r19082 | etxrab | 2006-08-29 15:18:39 -0700 (Tue, 29 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-
-Use "guint" instead of "u_int".
+   M /trunk/epan/dissectors/packet-clnp.c
 
+Add CLNP over TCP over TPKT dissection. The port number is by default set to 0.
 ------------------------------------------------------------------------
-r16765 | etxrab | 2005-12-12 09:17:53 -0600 (Mon, 12 Dec 2005) | 1 line
+r19083 | etxrab | 2006-08-29 22:03:16 -0700 (Tue, 29 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-clnp.c
 
-Reassmble apm messages.
+Remove debugcode left by mistake...
 ------------------------------------------------------------------------
-r16764 | etxrab | 2005-12-12 04:28:57 -0600 (Mon, 12 Dec 2005) | 8 lines
+r19084 | kukosa | 2006-08-30 00:31:36 -0700 (Wed, 30 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-juniper.c
-
-From Hannes Gredler
-
--add codepoint to name resolution for Juniper IFMT, IFLE extension TLVs
--bugfix: DLT_JUNIPER_PPP, correct the calculate offset for PPP payload
--bugfix: DLT_JUNIPER_CHDLC, add CHDLC handler
--bugfix: add a more flexible TLV value extraction function which
-   does not bail if the assumed TLV length does not match
+   M /trunk/epan/dissectors/packet-ssl.c
 
+display Random as a single item with two subitems
 ------------------------------------------------------------------------
-r16763 | guy | 2005-12-12 04:15:56 -0600 (Mon, 12 Dec 2005) | 4 lines
+r19085 | martinm | 2006-08-30 02:48:12 -0700 (Wed, 30 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/pidl/atsvc.idl
-   M /trunk/epan/dissectors/pidl/dssetup.idl
-
-OK, if we're not going to have our "idl_types.h" different from Samba's,
-we have to put the definition of "unistr" as "[string] wchar_t *" into
-the IDL files that use "unistr".
+   M /trunk/gtk/sip_stat.c
+   M /trunk/tap-sipstat.c
 
+Add SIP response code 494 from RFC 3329
 ------------------------------------------------------------------------
-r16762 | lego | 2005-12-11 19:32:31 -0600 (Sun, 11 Dec 2005) | 3 lines
+r19086 | kukosa | 2006-08-30 03:03:50 -0700 (Wed, 30 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/plugins/mate/mate_setup.c
-
-Avoid to crash if we are given an unexistent field.
-
+   M /trunk/epan/dissectors/packet-tcp.c
 
+flags have only 1 byte
 ------------------------------------------------------------------------
-r16761 | lego | 2005-12-11 19:27:51 -0600 (Sun, 11 Dec 2005) | 4 lines
+r19087 | etxrab | 2006-08-30 12:27:54 -0700 (Wed, 30 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/plugins/mate/mate_grammar.lemon
-
-Done is not needed anymore; 
-in Pdus transforms go before Criteria (because they are evaluated before)
-
+   D /trunk/plugins/listen_rtp
 
+From Alejandro Vaquero:
+- The current "/plugin/listen_rtp" directory should be removed from the 
+source
 ------------------------------------------------------------------------
-r16760 | jmayer | 2005-12-11 18:07:54 -0600 (Sun, 11 Dec 2005) | 3 lines
+r19088 | ulfl | 2006-08-30 13:24:49 -0700 (Wed, 30 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-3com-njack.c
-
-Dissect the management protocol between 3com Netjack200 devices and the
-Windows managment application.
+   M /trunk/gtk/capture_if_dlg.c
 
+seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead
 ------------------------------------------------------------------------
-r16759 | lego | 2005-12-11 17:22:14 -0600 (Sun, 11 Dec 2005) | 3 lines
+r19089 | ulfl | 2006-08-30 13:27:12 -0700 (Wed, 30 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/plugins/mate/mate_grammar.lemon
-
-Cleanup the grammar.
+   M /trunk/gtk/help_dlg.c
+   M /trunk/gtk/help_dlg.h
+   M /trunk/gtk/print_dlg.c
 
+add some file dialog related help pages
 
+use file related instead of print related help pages for the export dialogs
 ------------------------------------------------------------------------
-r16758 | jmayer | 2005-12-11 16:54:43 -0600 (Sun, 11 Dec 2005) | 1 line
+r19090 | ulfl | 2006-08-30 13:38:17 -0700 (Wed, 30 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/idl_types.h
+   M /trunk/gtk/menu.c
 
-Updates from samba svn
-------------------------------------------------------------------------
-r16757 | jmayer | 2005-12-11 16:53:25 -0600 (Sun, 11 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-skinny.c
+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)
 
-Start the function name on a new line to make it easier to search
+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
 ------------------------------------------------------------------------
-r16756 | jmayer | 2005-12-11 16:52:20 -0600 (Sun, 11 Dec 2005) | 5 lines
+r19091 | ulfl | 2006-08-30 13:45:13 -0700 (Wed, 30 Aug 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dtp.c
-
-Port some information from yersinia
-(http://yersinia.sourceforge.net/index.html)
-by Alfredo Andres and David Barroso. There's more information to be put
-into Ethereal but it's a start.
+   M /trunk/gtk/win32-file-dlg.c
 
+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)
 ------------------------------------------------------------------------
-r16755 | sahlberg | 2005-12-11 16:29:39 -0600 (Sun, 11 Dec 2005) | 3 lines
+r19092 | etxrab | 2006-08-30 13:47:16 -0700 (Wed, 30 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-implement SMB_FILE_ALL_INFO properly once and for all
-
+   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
 
+From Alejandro Vaquero:
+The "codecs"
 ------------------------------------------------------------------------
-r16754 | guy | 2005-12-10 16:42:19 -0600 (Sat, 10 Dec 2005) | 10 lines
+r19093 | etxrab | 2006-08-30 13:50:37 -0700 (Wed, 30 Aug 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/packet-dcerpc-dssetup.c
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/idl_types.h
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-atsvc.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-
-The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generates
-fields as BASE_DEC; bitmaps are typically displayed in hex in Wireshark,
-so it should generate BASE_HEX instead.  (Submitted to
-bugzilla.samba.org as bug 3313.)
-
-A couple of the IDL files use "unistr"; define it as "[string] uint16",
-so that the resulting dissectors work correctly.
-
-Regenerate dissectors.
+   A /trunk/gtk/rtp_player.c
+   A /trunk/gtk/rtp_player.h
 
+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"
 ------------------------------------------------------------------------
-r16753 | ulfl | 2005-12-10 05:14:36 -0600 (Sat, 10 Dec 2005) | 3 lines
+r19094 | etxrab | 2006-08-30 14:51:31 -0700 (Wed, 30 Aug 2006) | 8 lines
 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
 
-the verify_tool target should check for /usr/bin/find (I errorneously did changed it a while ago)
-
-add a comment why we should check for exactly that version
-------------------------------------------------------------------------
-r16752 | sahlberg | 2005-12-09 16:06:38 -0600 (Fri, 09 Dec 2005) | 11 lines
-Changed paths:
-   M /trunk/epan/emem.c
-
-if passed a NULL string, make se_strdup() return the static string
-"<NULL>" instead of dumping.
-
-This allows callers to not have to check if the string is NULL or not.
-
-
-This fixes bugs 614 615 617 620 621 and 623
-
-
-
-
-------------------------------------------------------------------------
-r16751 | etxrab | 2005-12-09 12:02:18 -0600 (Fri, 09 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-
-Add packet-nhrp.h
-------------------------------------------------------------------------
-r16750 | jmayer | 2005-12-09 10:51:56 -0600 (Fri, 09 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
-   M /trunk/epan/dtd.h
-   M /trunk/epan/dtd_parse.h
-   M /trunk/plugins/mate/examples/pasv_ftp.mate
-   M /trunk/plugins/mate/examples/tcp.mate
-   M /trunk/plugins/mate/examples/web.mate
-   M /trunk/plugins/mate/mate_grammar.lemon
-   M /trunk/plugins/tpg/http.tpg
-   M /trunk/tools/tpg/V2P.pm
-   M /trunk/tools/tpg/tpg.pl
-   M /trunk/tools/tpg/tpg.yp
-
-Fix ...$ to : $
-------------------------------------------------------------------------
-r16749 | jmayer | 2005-12-09 10:46:24 -0600 (Fri, 09 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
-   M /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig
-   M /trunk/asn1/ldap/Makefile.nmake
-   M /trunk/asn1/ldap/README
-   M /trunk/asn1/ldap/ldap.cnf
-   M /trunk/asn1/ldap/packet-ldap-template.c
-   M /trunk/asn1/ldap/packet-ldap-template.h
-
-Add missing propset ...
-------------------------------------------------------------------------
-r16748 | jmayer | 2005-12-09 10:40:06 -0600 (Fri, 09 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/make-sminmpec.pl
-
-Maybe Id will work now
+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"
 ------------------------------------------------------------------------
-r16747 | jmayer | 2005-12-09 10:24:05 -0600 (Fri, 09 Dec 2005) | 1 line
+r19095 | ulfl | 2006-08-30 15:26:34 -0700 (Wed, 30 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/enterprise-numbers
+   M /trunk/Makefile.nmake
 
-Update enterprise-numbers
+fix a suspected typo of the portaudio commit
 ------------------------------------------------------------------------
-r16746 | etxrab | 2005-12-09 10:19:49 -0600 (Fri, 09 Dec 2005) | 1 line
+r19096 | ulfl | 2006-08-30 16:25:15 -0700 (Wed, 30 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/packaging/nsis/Makefile.nmake
+   M /trunk/packaging/nsis/wireshark.nsi
 
-Add  Deepak Jain as author of Next Hop Resolution Protocol
+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)
 ------------------------------------------------------------------------
-r16745 | etxrab | 2005-12-09 10:15:25 -0600 (Fri, 09 Dec 2005) | 1 line
+r19097 | ulfl | 2006-08-30 16:27:37 -0700 (Wed, 30 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/config.nmake
 
-Minor bug fixes.
+ 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)
 ------------------------------------------------------------------------
-r16744 | etxrab | 2005-12-09 10:14:42 -0600 (Fri, 09 Dec 2005) | 3 lines
+r19098 | ulfl | 2006-08-30 18:50:11 -0700 (Wed, 30 Aug 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-gre.c
-   A /trunk/epan/dissectors/packet-nhrp.c
-   A /trunk/epan/dissectors/packet-nhrp.h
-   M /trunk/epan/greproto.h
+   M /trunk/config.nmake
 
-From: Deepak Jain
+a huge redesign of the settings in config.nmake
 
-changes/addition to support decode for Next Hop Resolution Protocol
+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.
 ------------------------------------------------------------------------
-r16743 | jmayer | 2005-12-09 09:56:07 -0600 (Fri, 09 Dec 2005) | 1 line
+r19099 | jake | 2006-08-30 23:58:29 -0700 (Wed, 30 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/make-sminmpec.pl
+   M /trunk/gtk/codecs/Makefile.am
 
-propset svn:executable *
+Remove trailing backslash from CFLAGS
 ------------------------------------------------------------------------
-r16742 | jmayer | 2005-12-09 09:53:40 -0600 (Fri, 09 Dec 2005) | 3 lines
+r19100 | sahlberg | 2006-08-31 02:37:02 -0700 (Thu, 31 Aug 2006) | 4 lines
 Changed paths:
-   M /trunk/FAQ
-   M /trunk/help/faq.txt
-   M /trunk/manuf
-
-
-Regenerate manuf and FAQ
+   M /trunk/gtk/codecs/Makefile.am
 
-------------------------------------------------------------------------
-r16741 | jmayer | 2005-12-09 09:49:57 -0600 (Fri, 09 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/wka.tmpl
+the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces.
 
-Add Cisco-ISL MAC-addresses
 
-Remove IETF-VRRP: This is a generic multicast address, and there are 31
-other IP-multicast addresses mapping to the same mac address.
 
 ------------------------------------------------------------------------
-r16740 | jmayer | 2005-12-09 09:47:50 -0600 (Fri, 09 Dec 2005) | 1 line
+r19101 | sahlberg | 2006-08-31 05:13:12 -0700 (Thu, 31 Aug 2006) | 12 lines
 Changed paths:
-   M /trunk/manuf.tmpl
+   M /trunk/Makefile.am
+   M /trunk/gtk/codecs/Makefile.am
 
-Whitespace change
-------------------------------------------------------------------------
-r16739 | jmayer | 2005-12-09 09:46:09 -0600 (Fri, 09 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/make-sminmpec.pl
+dont include config.nmake in the codecs makefile    it appears it is not needed
 
-Add comment how to regenerate the file
-------------------------------------------------------------------------
-r16738 | guy | 2005-12-08 21:24:52 -0600 (Thu, 08 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.c
-   M /trunk/epan/dissectors/packet-MAP_DialoguePDU.h
 
-Re-generate one more BER dissector.
+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
 
-------------------------------------------------------------------------
-r16737 | guy | 2005-12-08 20:59:36 -0600 (Thu, 08 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/doc/tethereal.pod
 
-Repeatedly indicate that "-w" is for writing binary packet data, and
-that if you want to send text to a file, just redirect the standard
-output.  I've seen at least one message on the Wireshark lists from
-somebody who didn't realize that, and I think I've seen more.
+making unix/linux build work again
 
-------------------------------------------------------------------------
-r16736 | guy | 2005-12-08 17:29:21 -0600 (Thu, 08 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/pkixcmp/cmp-exp.cnf
-   M /trunk/asn1/x509ce/x509ce-exp.cnf
-   M /trunk/asn1/x509if/x509if-exp.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-cdt.c
-   M /trunk/epan/dissectors/packet-cdt.h
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmip.h
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-cmp.h
-   M /trunk/epan/dissectors/packet-crmf.c
-   M /trunk/epan/dissectors/packet-crmf.h
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ess.h
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-   M /trunk/epan/dissectors/packet-ftbp.c
-   M /trunk/epan/dissectors/packet-ftbp.h
-   M /trunk/epan/dissectors/packet-gnm.c
-   M /trunk/epan/dissectors/packet-gnm.h
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-gsm_ss.h
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h225.h
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h235.h
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-h450.h
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-inap.h
-   M /trunk/epan/dissectors/packet-logotypecertextn.c
-   M /trunk/epan/dissectors/packet-logotypecertextn.h
-   M /trunk/epan/dissectors/packet-mms.c
-   M /trunk/epan/dissectors/packet-mms.h
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/epan/dissectors/packet-nbap.h
-   M /trunk/epan/dissectors/packet-ns_cert_exts.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-ocsp.h
-   M /trunk/epan/dissectors/packet-pkcs1.c
-   M /trunk/epan/dissectors/packet-pkcs1.h
-   M /trunk/epan/dissectors/packet-pkinit.c
-   M /trunk/epan/dissectors/packet-pkinit.h
-   M /trunk/epan/dissectors/packet-pkix1explicit.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.h
-   M /trunk/epan/dissectors/packet-pkix1implicit.c
-   M /trunk/epan/dissectors/packet-pkix1implicit.h
-   M /trunk/epan/dissectors/packet-pkixproxy.c
-   M /trunk/epan/dissectors/packet-pkixproxy.h
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-pkixqualified.h
-   M /trunk/epan/dissectors/packet-pkixtsp.c
-   M /trunk/epan/dissectors/packet-pkixtsp.h
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
-   M /trunk/epan/dissectors/packet-ranap.c
-   M /trunk/epan/dissectors/packet-ranap.h
-   M /trunk/epan/dissectors/packet-ros.c
-   M /trunk/epan/dissectors/packet-ros.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-s4406.c
-   M /trunk/epan/dissectors/packet-s4406.h
-   M /trunk/epan/dissectors/packet-smrse.c
-   M /trunk/epan/dissectors/packet-smrse.h
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-spnego.h
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
-   M /trunk/epan/dissectors/packet-wlancertextn.c
-   M /trunk/epan/dissectors/packet-wlancertextn.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-   M /trunk/epan/dissectors/packet-x509sat.c
-   M /trunk/epan/dissectors/packet-x509sat.h
-
-Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.
-
-------------------------------------------------------------------------
-r16735 | guy | 2005-12-08 17:21:26 -0600 (Thu, 08 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
 
-"get_oid_name()" can return a null pointer; don't try to add the name if
-it does.
 
 ------------------------------------------------------------------------
-r16734 | guy | 2005-12-08 05:27:14 -0600 (Thu, 08 Dec 2005) | 5 lines
+r19102 | jmayer | 2006-08-31 06:12:09 -0700 (Thu, 31 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Clean up indentation.
-
-For OID fields of type FT_STRING, put back the code to append the OID
-name.  (Ultimately, we should probably convert them all to type FT_OID.)
+   M /trunk/Makefile.am
 
+don't recycle ethereal-icons
 ------------------------------------------------------------------------
-r16733 | guy | 2005-12-08 04:56:51 -0600 (Thu, 08 Dec 2005) | 8 lines
+r19103 | jmayer | 2006-08-31 06:14:48 -0700 (Thu, 31 Aug 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/Makefile.am
+   M /trunk/epan/dissectors/Makefile.am
 
-When checking whether a packet is for a protocol or not, make sure the
-bytes you'll be checking are available in the tvbuff first.
+Albert Chin:
 
-Don't require *all* of the packet data to be available, however.
+Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078
 
-Heuristic dissectors should return TRUE or FALSE.  Non-heuristic
-"new-style" dissectors should return the amount of data dissected or 0. 
 
 ------------------------------------------------------------------------
-r16732 | guy | 2005-12-08 03:56:19 -0600 (Thu, 08 Dec 2005) | 2 lines
+r19104 | ulfl | 2006-08-31 15:56:38 -0700 (Thu, 31 Aug 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509ce.h
-
-Regenerate, so that it handles OIDs as FT_OID.
+   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
 
+move value_strings from expert_dialogs into expert.c to remove duplicates
+keep the highest severity level of the current file (experimental)
 ------------------------------------------------------------------------
-r16731 | guy | 2005-12-08 03:05:23 -0600 (Thu, 08 Dec 2005) | 2 lines
+r19105 | ulfl | 2006-08-31 15:58:22 -0700 (Thu, 31 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/dop/packet-dop-template.c
-   M /trunk/epan/dissectors/packet-dop.c
-   M /trunk/epan/dissectors/packet-dop.h
-
-Squelch a const vs. non-const pointer warning.
+   M /trunk/epan/dissectors/packet-icq.c
 
+use an expert_info instead of an fprintf to show an undecoded message (fprintf won't work on windows as usually no console available)
 ------------------------------------------------------------------------
-r16730 | guy | 2005-12-08 02:55:15 -0600 (Thu, 08 Dec 2005) | 9 lines
+r19106 | ulfl | 2006-08-31 16:00:44 -0700 (Thu, 31 Aug 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
-
-From Kyle J. Harms:
-
-       Fix a few problems.
-
-       CIGI 1 and 2 are only big-endian; CIGI 3 can be little-endian or
-       big-endian.
-
-       Remove the port preferences.
+   M /trunk/epan/dissectors/packet-tcp.c
 
+mark the "short segment" message field as generated and add an expert_info to it
 ------------------------------------------------------------------------
-r16729 | sahlberg | 2005-12-08 01:54:13 -0600 (Thu, 08 Dec 2005) | 6 lines
+r19107 | jmayer | 2006-08-31 21:26:53 -0700 (Thu, 31 Aug 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add decoding of the share type   that metze found in the tree connect response
-
-
-prettify tid and uid 
+   M /trunk/gtk/codecs
+   M /trunk/gtk/codecs/Makefile.am
 
+- 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.
 
 ------------------------------------------------------------------------
-r16728 | etxrab | 2005-12-08 01:29:15 -0600 (Thu, 08 Dec 2005) | 1 line
+r19108 | etxrab | 2006-09-01 09:17:48 -0700 (Fri, 01 Sep 2006) | 2 lines
 Changed paths:
-   A /trunk/epan/dissectors/packet-dop.c
-   A /trunk/epan/dissectors/packet-dop.h
-
-Also add the new dissectors
-------------------------------------------------------------------------
-r16727 | etxrab | 2005-12-08 00:43:01 -0600 (Thu, 08 Dec 2005) | 9 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-disp.h
-   M /trunk/epan/dissectors/packet-dsp.c
-   M /trunk/epan/dissectors/packet-dsp.h
-   D /trunk/epan/dissectors/packet-x501.c
-   D /trunk/epan/dissectors/packet-x501.h
-
-Commit the actual diissectors:
-Log:
- From Grame Lunt:
-  updated X.500 dissectors to include DOP support.
- The "dop" dissector is the renamed "x501" dissector consequently the asn/x501 directory should be removed. The patch includes the changes to epan/dissectors/Makefile.common to reflect this.
- As the DOP dissection is not fully tested, I have disabled it by default for now (like DSP) but it can be enabled by the user.
+   M /trunk/asn1/camel/packet-camel-template.c
+   M /trunk/epan/dissectors/packet-camel.c
 
+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.
 ------------------------------------------------------------------------
-r16726 | etxrab | 2005-12-07 17:20:11 -0600 (Wed, 07 Dec 2005) | 8 lines
+r19110 | sahlberg | 2006-09-01 17:17:35 -0700 (Fri, 01 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/asn1/Makefile.nmake
-   A /trunk/asn1/dap/Makefile.nmake
-   M /trunk/asn1/dap/packet-dap-template.c
-   A /trunk/asn1/disp/Makefile.nmake
-   M /trunk/asn1/disp/disp.asn
-   M /trunk/asn1/disp/disp.cnf
-   M /trunk/asn1/disp/packet-disp-template.c
-   A /trunk/asn1/dop
-   A /trunk/asn1/dop/Makefile
-   A /trunk/asn1/dop/Makefile.nmake
-   A /trunk/asn1/dop/dop-exp.cnf
-   A /trunk/asn1/dop/dop.asn
-   A /trunk/asn1/dop/dop.cnf
-   A /trunk/asn1/dop/packet-dop-template.c
-   A /trunk/asn1/dop/packet-dop-template.h
-   A /trunk/asn1/dsp/Makefile.nmake
-   M /trunk/asn1/dsp/dsp-exp.cnf
-   M /trunk/asn1/dsp/dsp.asn
-   M /trunk/asn1/dsp/dsp.cnf
-   M /trunk/asn1/dsp/packet-dsp-template.c
-   D /trunk/asn1/x501/Makefile
-   D /trunk/asn1/x501/packet-x501-template.c
-   D /trunk/asn1/x501/packet-x501-template.h
-   D /trunk/asn1/x501/x501-exp.cnf
-   D /trunk/asn1/x501/x501.asn
-   D /trunk/asn1/x501/x501.cnf
-
-From Grame Lunt:
- updated X.500 dissectors to include DOP support.
-
-The "dop" dissector is the renamed "x501" dissector consequently the asn/x501 directory should be removed. The patch includes the changes to epan/dissectors/Makefile.common to reflect this.
-
-As the DOP dissection is not fully tested, I have disabled it by default for now (like DSP) but it can be enabled by the user.
-
-
-------------------------------------------------------------------------
-r16725 | lego | 2005-12-07 15:08:51 -0600 (Wed, 07 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-gssapi.c
 
-Avoid dereferencing pointers to the message, context and transaction object if they have not been created.
+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)
 
-------------------------------------------------------------------------
-r16724 | etxrab | 2005-12-07 14:07:14 -0600 (Wed, 07 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
-   M /trunk/epan/libethereal.def
 
-libethereal: add capture_enc
 
-tipc: First stab at reassembly, as tipc reasembly is based on reading the message length from the first segmented packet and then just add the bytes received I didn't find a better way of doing it. 
 ------------------------------------------------------------------------
-r16723 | sahlberg | 2005-12-07 07:14:09 -0600 (Wed, 07 Dec 2005) | 7 lines
+r19111 | sahlberg | 2006-09-01 17:24:31 -0700 (Fri, 01 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
-
-tap the ntlmssp protocol and extract the account/domain names when users authenticate.
-
-If known   put the account name, domain name, host name and which frame the suer authenticated in in an expansion below UID in the SMB2 header
-
+   M /trunk/epan/dissectors/packet-gssapi.c
 
+remove a comment with dead code
+remove three pointless volatile declarations
 
 
 ------------------------------------------------------------------------
-r16722 | sahlberg | 2005-12-07 07:12:39 -0600 (Wed, 07 Dec 2005) | 11 lines
+r19112 | sahlberg | 2006-09-01 17:43:19 -0700 (Fri, 01 Sep 2006) | 18 lines
 Changed paths:
-   M /trunk/epan/tap.c
-   M /trunk/epan/tap.h
+   M /trunk/epan/dissectors/packet-gssapi.c
 
-new function fetch_tapped_data()
+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.
 
-This function can be called from a dissector to fetch (if any) tapped data from a tap.
-This can offer an alternative method of passing data between different dissectors much cleaner than the pinfo pollition and private_data design mistake.
+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.
 
 
-The SMB2 dissector uses this method to extract vital data such as Account_Name from the ntlmssp dissector (that is 3 leveld down from smb2)
+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.
 
 
+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)
 
-------------------------------------------------------------------------
-r16721 | sahlberg | 2005-12-07 07:09:42 -0600 (Wed, 07 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ntlmssp.c
-   M /trunk/epan/dissectors/packet-ntlmssp.h
 
-make ntlmssp tappable
 
 
 ------------------------------------------------------------------------
-r16720 | guy | 2005-12-07 04:44:55 -0600 (Wed, 07 Dec 2005) | 3 lines
+r19113 | sahlberg | 2006-09-01 19:03:26 -0700 (Fri, 01 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-gssapi.c
 
-Fix some more scaled-fixed-point values, and have a 2-byte spare field
-followed by a 2-byte event count.  Fixes bug 609.
+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
 
-------------------------------------------------------------------------
-r16719 | guy | 2005-12-07 03:51:31 -0600 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-pvfs2.c
 
-Fix oroperties, get rid of CRs.
 
 ------------------------------------------------------------------------
-r16718 | guy | 2005-12-07 03:48:08 -0600 (Wed, 07 Dec 2005) | 2 lines
+r19114 | guy | 2006-09-01 23:36:42 -0700 (Fri, 01 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
-
-Squelch a narrowing-conversion warning.
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
-------------------------------------------------------------------------
-r16717 | guy | 2005-12-07 03:38:57 -0600 (Wed, 07 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/util.c
+Add brackets to squelch a compiler warning.
 
-Clear up const vs. non-const warnings.
+Fix indentation.
 
 ------------------------------------------------------------------------
-r16716 | guy | 2005-12-06 21:03:37 -0600 (Tue, 06 Dec 2005) | 9 lines
+r19115 | guy | 2006-09-01 23:38:21 -0700 (Fri, 01 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-Why duplicate the code of "tvb_get_string()" when you could just use
-"tvb_get_string()"?
-
-Why even bother with "tvb_get_string()" when you can just use
-"proto_tree_add_item()" with a string item?
+   M /trunk/epan/dissectors/packet-wtls.c
 
-Make sure that the prefix in a PRIV item isn't bigger than the item
-itself.  That fixes bug 603.
+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.
 
 ------------------------------------------------------------------------
-r16715 | guy | 2005-12-06 19:45:44 -0600 (Tue, 06 Dec 2005) | 3 lines
+r19116 | guy | 2006-09-01 23:39:09 -0700 (Fri, 01 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/filesystem.c
 
-Don't export stuff if no other dissector uses it.  "Static unless
-otherwise required."
+Clean up indentation, etc.
 
 ------------------------------------------------------------------------
-r16714 | guy | 2005-12-06 19:31:43 -0600 (Tue, 06 Dec 2005) | 11 lines
+r19117 | guy | 2006-09-01 23:39:43 -0700 (Fri, 01 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
-
-Fix indentation.
-
-Gate X and Y Offset are 16-bit integral numbers of degrees, not 32-bit
-IEEE floating-point numbers, and the numbers in collision detection
-segment definitions and collision detection volume definitions are
-16-bit fixed-point numbers, not 32-bit IEEE floating-point numbers;
-handle them as such - this fixes bug 605.
+   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
 
-When displaying the packet length in the Info column, display the *real*
-length, not the sliced length.
+Move the codecs into a top-level "codecs" subdirectory; there's no
+guarantee that all programs using the codecs will necessarily be using
+GTK+.
 
 ------------------------------------------------------------------------
-r16713 | guy | 2005-12-06 18:43:17 -0600 (Tue, 06 Dec 2005) | 5 lines
+r19118 | guy | 2006-09-02 00:18:16 -0700 (Sat, 02 Sep 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
-
-Unicode considered unnecessary and non-portable.  Avoid using non-ASCII
-characters in field names.
+   M /trunk/codecs/G711a/G711adecode.h
+   M /trunk/codecs/G711u/G711udecode.h
+   M /trunk/gtk/rtp_player.c
+   M /trunk/gtk/rtp_player.h
 
-Fix indentation, and fix a typo.
+Squelch compiler warnings, and get rid of unused variables and
+declarations.
 
-------------------------------------------------------------------------
-r16712 | sahlberg | 2005-12-06 18:35:16 -0600 (Tue, 06 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
-   M /trunk/epan/dissectors/packet-pppoe.c
-   M /trunk/epan/dissectors/packet-rtcp.c
+Define functions with no arguments as such.
 
-From Martin M   various updates and fixes
-
-Hi, Some tiddly changes: pppoe- don't create an empty discovery tags tree when the payload length is 0 chap- make chap.value work as a filterable field rtcp- append the packet type to the protocol tree name 
+Clean up white space.
 
+Declare tables in the codec .h files.
 
 ------------------------------------------------------------------------
-r16711 | sahlberg | 2005-12-06 18:27:17 -0600 (Tue, 06 Dec 2005) | 10 lines
+r19119 | sahlberg | 2006-09-02 04:46:15 -0700 (Sat, 02 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-aim.c
-
-From Jelmer V   AIM bugfix
+   M /trunk/epan/dissectors/packet-gssapi.c
 
-Hi,
+add primitive reassembly of gssapi
 
-The attached patch fixes the name of the version field, which I
-previously mistook for an authorization cookie (which is in fact in a
-TLV that follows this field).
+this will allow reassembly of gssapi blobs that span multiple smb/sessionsetup command pdus
 
 
 
 ------------------------------------------------------------------------
-r16710 | guy | 2005-12-06 16:59:30 -0600 (Tue, 06 Dec 2005) | 2 lines
+r19120 | etxrab | 2006-09-02 07:18:47 -0700 (Sat, 02 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x420.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
-
-Squelch some compiler const vs. non-const warnings.
+   M /trunk/Makefile.nmake
+   M /trunk/codecs/Makefile.nmake
+   M /trunk/gtk/Makefile.nmake
 
+Fix path and name.
 ------------------------------------------------------------------------
-r16709 | guy | 2005-12-06 16:56:37 -0600 (Tue, 06 Dec 2005) | 2 lines
+r19121 | etxrab | 2006-09-02 08:50:24 -0700 (Sat, 02 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/capture_info.c
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-enc.c
-   A /trunk/epan/dissectors/packet-enc.h
-
-Clean up capture_enc(), export it, and use it in the capture window.
+   M /trunk/plugins/megaco/packet-megaco.c
 
+Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.
 ------------------------------------------------------------------------
-r16708 | guy | 2005-12-06 16:26:10 -0600 (Tue, 06 Dec 2005) | 3 lines
+r19122 | etxrab | 2006-09-02 09:05:03 -0700 (Sat, 02 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/oid_resolv.c
-
-The keys for entries in the OID-to-name hash table are g_mallocated, so
-we have to g_free them when destroying the hash table.
+   M /trunk/plugins/megaco/packet-megaco.c
 
+Remove some extra output for MediaDescriptor.
 ------------------------------------------------------------------------
-r16707 | guy | 2005-12-06 15:07:50 -0600 (Tue, 06 Dec 2005) | 5 lines
+r19123 | etxrab | 2006-09-02 09:55:31 -0700 (Sat, 02 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/oid_resolv.c
-   M /trunk/epan/oid_resolv.h
-
-Set svn:keywords to Id to get RCS IDs expanded.
-
-Set svn:eol-style to native to handle line endings appropriately, and
-trim off CRs.
+   M /trunk/Makefile.nmake
 
+Include codecs in the all target.
 ------------------------------------------------------------------------
-r16706 | sahlberg | 2005-12-06 14:29:46 -0600 (Tue, 06 Dec 2005) | 3 lines
+r19124 | etxrab | 2006-09-02 09:56:22 -0700 (Sat, 02 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/oid_resolv.c
-
-g_hash_table_new_full() does not exist for glib1
-
+   M /trunk/plugins/megaco/packet-megaco.c
 
+Packages can have digits and '/' in their names...
 ------------------------------------------------------------------------
-r16705 | lego | 2005-12-06 13:47:22 -0600 (Tue, 06 Dec 2005) | 3 lines
+r19125 | sahlberg | 2006-09-02 16:18:38 -0700 (Sat, 02 Sep 2006) | 15 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/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
 
-It crashed when keep_persistent_data == FALSE
+From David Buechi
+New protocol: epl v1
 
 
-------------------------------------------------------------------------
-r16704 | ulfl | 2005-12-06 13:41:45 -0600 (Tue, 06 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/capture.c
+Hi,
 
-we can even get error messages while we are capturing (e.g. when a network cable is unplugged)
+in addition to the recently submitted dissector for the EPL v2 protocol,
+this is the dissector for the first version of the EPL protocol.
 
-problem found by Joerg Mayer
-------------------------------------------------------------------------
-r16703 | lego | 2005-12-06 12:52:17 -0600 (Tue, 06 Dec 2005) | 6 lines
-Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
-
-- Fix few issues with context analysis
-- Add used terminations tree to the context analysis tree
+Best Regards,
+David
 
-Regenerate Dissector
 
 
-------------------------------------------------------------------------
-r16702 | etxrab | 2005-12-06 11:54:40 -0600 (Tue, 06 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
 
-Fill in Column info, Dissect some more user info.
 ------------------------------------------------------------------------
-r16701 | etxrab | 2005-12-06 11:53:28 -0600 (Tue, 06 Dec 2005) | 1 line
+r19126 | etxrab | 2006-09-02 16:21:59 -0700 (Sat, 02 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
+   M /trunk/plugins/megaco/packet-megaco.c
 
-Dissect Cause  and use %(DEFAULT_BODY)s use import for IMSI.
+Comment out debug code.
 ------------------------------------------------------------------------
-r16700 | kukosa | 2005-12-06 06:50:11 -0600 (Tue, 06 Dec 2005) | 1 line
+r19127 | jmayer | 2006-09-03 08:41:42 -0700 (Sun, 03 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-bytes.c
+   M /trunk/gtk/rtp_player.c
 
-mark unused parameter
-------------------------------------------------------------------------
-r16699 | kukosa | 2005-12-06 05:45:55 -0600 (Tue, 06 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/epan.c
-   A /trunk/epan/oid_resolv.c
-   A /trunk/epan/oid_resolv.h
-   M /trunk/epan/proto.c
+Ad $Id: Â§ and reorder and reformat some comments in the header.
 
-OBJECT IDENTIFIER name resolution moved to oid_resolv.c
-------------------------------------------------------------------------
-r16698 | kukosa | 2005-12-06 04:50:21 -0600 (Tue, 06 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-q931.c
 
-protocol discriminator byte has to be taken into info_element_len
 ------------------------------------------------------------------------
-r16697 | ulfl | 2005-12-06 02:40:17 -0600 (Tue, 06 Dec 2005) | 7 lines
+r19128 | sahlberg | 2006-09-04 00:44:30 -0700 (Mon, 04 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/Makefile.nmake
+   M /trunk/epan/dissectors/packet-kerberos4.c
 
-both the buildbot and I have problems with setargv.obj
+make the heuristics for detecting kerberos4 stronger
 
-trying to comment it out, so the build should work again.
 
-don't know what this file is all about :-( 
 
-I just don't have that file and it doesn't seem to be generated ... 
 ------------------------------------------------------------------------
-r16696 | guy | 2005-12-06 00:09:28 -0600 (Tue, 06 Dec 2005) | 3 lines
+r19129 | sahlberg | 2006-09-04 01:18:52 -0700 (Mon, 04 Sep 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   M /trunk/epan/dissectors/packet-kerberos.c
+   M /trunk/epan/dissectors/packet-kerberos4.c
 
-Note what we have to be careful of before we start using Unicode in the
-packet list or packet details.
+krb4 is a new style dissector and is called through a handle from krb5 which is also new style.
 
-------------------------------------------------------------------------
-r16695 | guy | 2005-12-06 00:03:34 -0600 (Tue, 06 Dec 2005) | 8 lines
-Changed paths:
-   M /trunk/Makefile.nmake
+use call_dissector_only()  which is new-style aware and not call_dissector() which is not.
 
-Make $(command_line_OBJECTS) a dependency of the stuff that links with
-it.
+this fixes a recent bug found on the heimdal list.
 
-Link dumpcap with mkstemp.obj, as it needs mkstemp().
 
-Make dumpcap depend only on its resource file, as we do with other
-programs, not on all of them.
 
 ------------------------------------------------------------------------
-r16694 | sahlberg | 2005-12-05 19:05:48 -0600 (Mon, 05 Dec 2005) | 5 lines
+r19130 | martinm | 2006-09-04 04:04:14 -0700 (Mon, 04 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cigi.c
+   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.
 
-from Kyle Harms
+------------------------------------------------------------------------
+r19131 | jmayer | 2006-09-04 06:34:48 -0700 (Mon, 04 Sep 2006) | 8 lines
+Changed paths:
+   M /trunk/acinclude.m4
+   M /trunk/configure.in
 
-CIGI updates
+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.
 
+acinclude.m4:
+       Replace sequences of 8 spaces by tab
 
 ------------------------------------------------------------------------
-r16693 | ulfl | 2005-12-05 19:04:55 -0600 (Mon, 05 Dec 2005) | 1 line
+r19132 | jake | 2006-09-04 07:12:26 -0700 (Mon, 04 Sep 2006) | 13 lines
 Changed paths:
-   M /trunk/capture_errs.h
-   M /trunk/gtk/capture_dlg.c
+   M /trunk/epan/dissectors/packet-ppp.c
+
+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.
+
+Second, correct the typo "ength" to "length".
+
+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.
 
-add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.c
 ------------------------------------------------------------------------
-r16692 | sahlberg | 2005-12-05 18:27:51 -0600 (Mon, 05 Dec 2005) | 3 lines
+r19133 | jmayer | 2006-09-04 07:16:50 -0700 (Mon, 04 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/acinclude.m4
 
-objectid updates
+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.
 
 
 ------------------------------------------------------------------------
-r16691 | ulfl | 2005-12-05 18:07:13 -0600 (Mon, 05 Dec 2005) | 5 lines
+r19134 | jmayer | 2006-09-04 07:19:12 -0700 (Mon, 04 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.common
-   A /trunk/capture-pcap-util-int.h (from /trunk/pcap-util-int.h:16690)
-   A /trunk/capture-pcap-util-unix.c (from /trunk/pcap-util-unix.c:16690)
-   A /trunk/capture-pcap-util.c (from /trunk/pcap-util.c:16690)
-   A /trunk/capture-pcap-util.h (from /trunk/pcap-util.h:16690)
-   M /trunk/capture-wpcap.c
-   M /trunk/capture.c
-   M /trunk/capture_loop.c
-   M /trunk/capture_ui_utils.c
-   M /trunk/doc/README.capture
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_dlg.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/capture_prefs.c
-   M /trunk/gtk/main.c
-   D /trunk/pcap-util-int.h
-   D /trunk/pcap-util-unix.c
-   D /trunk/pcap-util.c
-   D /trunk/pcap-util.h
-   M /trunk/tethereal.c
-   M /trunk/version_info.c
+   M /trunk/gtk/Makefile.am
+   M /trunk/gtk/rtp_player.c
+   M /trunk/gtk/rtp_player.h
 
-rename pcap-....c/.h files to capture-pcap-....c/.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.
 
-this way, the capture prefix will "logically" group the files together and file browsers will also group them
 
-we may want to move the files into a subdir capture later
 ------------------------------------------------------------------------
-r16690 | ulfl | 2005-12-05 17:22:59 -0600 (Mon, 05 Dec 2005) | 2 lines
+r19135 | etxrab | 2006-09-04 11:04:10 -0700 (Mon, 04 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/ringbuffer.h
+   M /trunk/gtk/rtp_player.c
+   M /trunk/gtk/rtp_player.h
 
-requested by Cory Perry:
-increase the maximum number of ringbuffer files from 1024 to 10000.
+Correct some typos and add some comments.
 ------------------------------------------------------------------------
-r16689 | etxrab | 2005-12-05 17:00:03 -0600 (Mon, 05 Dec 2005) | 9 lines
+r19136 | etxrab | 2006-09-04 11:10:14 -0700 (Mon, 04 Sep 2006) | 14 lines
 Changed paths:
-   A /trunk/asn1/Makefile.nmake
-   M /trunk/asn1/cms/cms-exp.cnf
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/x411/x411-exp.cnf
-   M /trunk/asn1/x411/x411.asn
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/Makefile.nmake
-   M /trunk/asn1/x420/packet-x420-template.c
-   M /trunk/asn1/x420/x420.asn
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x420.h
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-From Grame Lunt:
-a patch for the X.411, X420 and CMS dissectors to implement the remaining heading extensions and bodyparts.
+From Oleg Kostenko:
+This patch will add the following functionality to the H.248
+ dissector:
 
-This includes GeneralText BP, forwarded content BP (forwarded p22 and forwarded p772), PKCS#7 BP, and "business class" messaging extensions.
+ 1. Dissection of properties from Annex C.11 SDP equivalents.
 
-The X.411 extensions using the SIGNATURE macro have also been implemented. There is also a fix for a bug in the dissection of integer 22 content type.
+ 2. Dissection of EventNames and SignalNames from Annex E Basic
+Packages.
 
-Graeme
+ 3. Dissection of event and signal parameters from Annex E.9 Analog
+ Line Supervision Package.
 
+ 4. Dissection of statistics from Annex E.11 Network Package and
+ Annex E.12 RTP Package.
 ------------------------------------------------------------------------
-r16688 | ulfl | 2005-12-05 16:49:10 -0600 (Mon, 05 Dec 2005) | 1 line
+r19137 | etxrab | 2006-09-04 11:11:02 -0700 (Mon, 04 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/Makefile.nmake
 
-fixed a typo
+Fix a typo for rtp_player
 ------------------------------------------------------------------------
-r16687 | ulfl | 2005-12-05 16:45:54 -0600 (Mon, 05 Dec 2005) | 1 line
+r19138 | etxrab | 2006-09-04 13:36:52 -0700 (Mon, 04 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/file_dlg.h
-   M /trunk/gtk/main.c
-   M /trunk/gtk/packet_win.h
-   M /trunk/gtk/proto_draw.h
-   M /trunk/ui_util.h
+   M /trunk/plugins/megaco/packet-megaco.c
 
-move some GTK only function declarations from ui_util.h to the appropriate header files in the gtk dir, as these declarations are obsolete and only confuses (at least me)
+Always dissect SDP info to set up RTP conversation.
 ------------------------------------------------------------------------
-r16686 | ulfl | 2005-12-05 16:28:42 -0600 (Mon, 05 Dec 2005) | 1 line
+r19139 | etxrab | 2006-09-04 14:07:35 -0700 (Mon, 04 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/util.h
+   M /trunk/epan/dissectors/packet-sdp.c
 
-enhance the comments
+Fix(?) bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1042
+Does the string need to be freed ad destruction of the hashtable?
+
+Surplus add_text removed.
 ------------------------------------------------------------------------
-r16685 | ulfl | 2005-12-05 15:32:12 -0600 (Mon, 05 Dec 2005) | 6 lines
+r19140 | guy | 2006-09-04 15:47:16 -0700 (Mon, 04 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/tethereal.c
+   M /trunk/acinclude.m4
 
-replace all appearances of 'fprintf(stderr, "tethereal: ' with 'cmdarg_err("', this is:
-a) smaller
-b) makes it possible to use some functions for Wireshark too
-c) is the wrong name now, as some outputs are not command line related :-(
+AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issue
+one ourselves.
 
-use capture_opts_trim()
-------------------------------------------------------------------------
-r16684 | ulfl | 2005-12-05 15:28:34 -0600 (Mon, 05 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/Makefile.nmake
-   M /trunk/dumpcap.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.
 
-no more usage of Ethereal.lib in dumpcap any longer :-)
-use capture_opts_trim()
-output of command line usage and version "enhanced"
 ------------------------------------------------------------------------
-r16683 | ulfl | 2005-12-05 15:26:01 -0600 (Mon, 05 Dec 2005) | 1 line
+r19141 | guy | 2006-09-04 16:20:52 -0700 (Mon, 04 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/capture_opts.c
-   M /trunk/capture_opts.h
-   M /trunk/gtk/main.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+
+Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they're
+used.
 
-add capture_opts_trim(), as this sequence is used three times now (will replace the other appearances later) ...
 ------------------------------------------------------------------------
-r16682 | sahlberg | 2005-12-05 15:22:06 -0600 (Mon, 05 Dec 2005) | 3 lines
+r19142 | guy | 2006-09-04 16:21:52 -0700 (Mon, 04 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
-
-updates for FILE_OBJECTID_BUFFER   and have smb call this (no more unknown bytes in smb for objectid)
+   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
 
+Add RCS IDs, introductory comments, and multiple-include protection. 
+Remove extra blank lines.
 
 ------------------------------------------------------------------------
-r16681 | sahlberg | 2005-12-05 14:54:42 -0600 (Mon, 05 Dec 2005) | 17 lines
+r19143 | guy | 2006-09-04 16:22:39 -0700 (Mon, 04 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-cigi.c
-
-From Kyle J Harms
-
-New protocol : CIGI  (with minor updates to make it heuristic)
-
-Hi,
-
-This patch is for a CIGI dissector (complete versions 2 and 3). Â It has
-been [fuzz] tested on GNU/Linux using the Wireshark 0.10.13 codebase.
-However, the patch here is against the svn repository.
+   M /trunk/gtk/Makefile.common
 
-More information about CIGI can be found at http://cigi.sourceforge.net/
+Build with rtp_player.c.
 
-Kyle Harms
+------------------------------------------------------------------------
+r19144 | guy | 2006-09-04 16:23:16 -0700 (Mon, 04 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/gtk/rtp_player.c
 
+Comment #endifs so you can tell what they match.
 
+------------------------------------------------------------------------
+r19145 | etxrab | 2006-09-04 22:38:11 -0700 (Mon, 04 Sep 2006) | 8 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-vnc.c
+   M /trunk/epan/dissectors/packet-x11-keysym.h
 
+From Stephen Fisher:
+A patch to bring the VNC dissector almost to completion.
 
+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.
 ------------------------------------------------------------------------
-r16680 | etxrab | 2005-12-05 11:24:19 -0600 (Mon, 05 Dec 2005) | 1 line
+r19146 | guy | 2006-09-05 00:58:14 -0700 (Tue, 05 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-per.c
+   M /trunk/gtk/voip_calls_dlg.c
+
+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.
 
-If we don't have the OID name let the SNMP dissector try to get it from the MIB:s
 ------------------------------------------------------------------------
-r16679 | ulfl | 2005-12-04 20:30:04 -0600 (Sun, 04 Dec 2005) | 1 line
+r19147 | jmayer | 2006-09-05 02:14:18 -0700 (Tue, 05 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/asn1/h248
 
-I've forgot to put one line under _WIN32, should fix the unix build
+Added some files to svn:ignore
 ------------------------------------------------------------------------
-r16678 | lego | 2005-12-04 19:46:07 -0600 (Sun, 04 Dec 2005) | 3 lines
+r19148 | jmayer | 2006-09-05 02:17:55 -0700 (Tue, 05 Sep 2006) | 8 lines
 Changed paths:
-   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/acinclude.m4
+   M /trunk/gtk/rtp_player.c
 
-Analysis starts to work
+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.
 
+Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the
+check_message to indicate *why* we are checking for the type.
 
-------------------------------------------------------------------------
-r16677 | ulfl | 2005-12-04 19:23:18 -0600 (Sun, 04 Dec 2005) | 1 line
-Changed paths:
-   M /trunk/capture_loop.c
 
-Win32: fix signal_pipe handling if we run dumpcap as a standalone application (no signal_pipe)
 ------------------------------------------------------------------------
-r16676 | jmayer | 2005-12-04 17:50:57 -0600 (Sun, 04 Dec 2005) | 5 lines
+r19149 | jmayer | 2006-09-05 02:27:22 -0700 (Tue, 05 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk
-   M /trunk/dumpcap.c
+   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
 
-We need AF_INET6 on linux, so include netdb.h if available.
-
-Add dumpcap to svn:ignore.
+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.
 
 ------------------------------------------------------------------------
-r16675 | etxrab | 2005-12-04 15:50:31 -0600 (Sun, 04 Dec 2005) | 1 line
+r19150 | jmayer | 2006-09-05 02:50:45 -0700 (Tue, 05 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+   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
 
-Connection and name manager uses data type hdr
+propset, add $Id$ and copyright headers
 ------------------------------------------------------------------------
-r16674 | etxrab | 2005-12-04 15:45:38 -0600 (Sun, 04 Dec 2005) | 1 line
+r19151 | jmayer | 2006-09-05 05:04:46 -0700 (Tue, 05 Sep 2006) | 1 line
 Changed paths:
-   A /trunk/asn1/snmp
-   A /trunk/asn1/snmp/Makefile
-   A /trunk/asn1/snmp/Makefile.nmake
-   A /trunk/asn1/snmp/README.txt
-   A /trunk/asn1/snmp/packet-snmp-template.c
-   A /trunk/asn1/snmp/packet-snmp-template.h
-   A /trunk/asn1/snmp/snmp.asn
-   A /trunk/asn1/snmp/snmp.cnf
+   M /trunk/README.cmake
 
-Work in progress an asn2eth generated snmp dissector.
+Add some links for further reading
 ------------------------------------------------------------------------
-r16673 | jmayer | 2005-12-04 02:48:38 -0600 (Sun, 04 Dec 2005) | 38 lines
+r19152 | jake | 2006-09-05 05:22:44 -0700 (Tue, 05 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/EJS.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
-
-Update to samba svn revision 12055:
-========== Samba changelog start ========================
-r11959 | jelmer | 2005-11-29 14:54:51 +0100 (Tue, 29 Nov 2005) | 2 lines
+   M /trunk/epan/dissectors/packet-isakmp.c
 
-Use DOS_errors array for displaying WERROR values
+Fix for bug 1093, as proposed by Atsushi Fukumoto
 
 ------------------------------------------------------------------------
-r11972 | metze | 2005-11-30 13:40:26 +0100 (Wed, 30 Nov 2005) | 3 lines
+r19153 | sahlberg | 2006-09-05 07:32:15 -0700 (Tue, 05 Sep 2006) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
 
-handle [noejs] property also on functions
+fix for bug 1079
 
-metze
-------------------------------------------------------------------------
-r11974 | metze | 2005-11-30 18:07:02 +0100 (Wed, 30 Nov 2005) | 3 lines
+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
 
-only look at $pl->{POINTER_TYPE} when $pl is defined
 
-metze
 ------------------------------------------------------------------------
-r11997 | metze | 2005-12-01 13:39:33 +0100 (Thu, 01 Dec 2005) | 14 lines
+r19154 | sahlberg | 2006-09-05 08:13:39 -0700 (Tue, 05 Sep 2006) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-windows-common.c
 
-for multidimentional array like this:
-uint32 [num_level2][num_level1][num_level0]
+fix for bug 1054
 
-fix the order they're pushed and pulled, it should be like this
+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.
 
-for (l2=0; l2 < num_level2; l2++) {
-        for (l1=0; l1 < num_level1; l1++) {
-                for (l0=0; l0 < num_level0; l0++) {
-                        ndr_pull_uint32(...);
-                }
-        }
-}
+dissect_nt_sid() should be changed to use and return ep allocated memory instead of gmalloced memory
 
-metze
-========== Samba changelog end ========================
 
 
 ------------------------------------------------------------------------
-r16672 | guy | 2005-12-03 22:22:43 -0600 (Sat, 03 Dec 2005) | 4 lines
+r19155 | jmayer | 2006-09-05 08:58:11 -0700 (Tue, 05 Sep 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/proto.c
-   M /trunk/gtk/supported_protos_dlg.c
+   M /trunk/epan/dissectors/packet-tftp.c
 
-Check for a null blurb pointer for a field, as is done in some other
-locations, and initialize the blurb field to NULL for protocols, now
-that we support the blurb being a null pointer.
-
-------------------------------------------------------------------------
-r16671 | guy | 2005-12-03 22:20:18 -0600 (Sat, 03 Dec 2005) | 6 lines
-Changed paths:
-   M /trunk/capture_info.c
+Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092
+Actually, this was a feature request:
 
-Declare "capture_info_packet()"'s as static, to match the definition.
+Store the value of the blksize option in the conversation data
+and use that information to compare whether we have reached the
+last packet.
 
-Declare the "pd" argument to be "const guchar *", to match the way
-packet data is declared elsewhere, and so that if the headers
-"capture_info.c" includes don't define "u_char" it still compiles.
+Includes the cleanup ideas from Ronnie.
 
 ------------------------------------------------------------------------
-r16670 | guy | 2005-12-03 22:13:07 -0600 (Sat, 03 Dec 2005) | 2 lines
+r19156 | martinm | 2006-09-05 09:05:23 -0700 (Tue, 05 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/strutil.c
+   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
 
-Squelch a GCC complaint.
+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
 
 ------------------------------------------------------------------------
-r16669 | ulfl | 2005-12-03 20:04:18 -0600 (Sat, 03 Dec 2005) | 6 lines
+r19157 | martinm | 2006-09-05 09:06:41 -0700 (Tue, 05 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture.c
-   M /trunk/capture_info.c
-   M /trunk/capture_info.h
-   M /trunk/capture_loop.c
-   M /trunk/capture_sync.c
-   M /trunk/capture_sync.h
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_info_dlg.c
-
-move the complete functionality of the capture info dialog from capture_loop.c to capture_info.c and call it from capture.c (instead of capture_loop.c).
-
-This way, the capture child don't need to now any of the packet_counter things (no epan/packet.h and all alike).
+   M /trunk/epan/dissectors/packet-radius.c
+   M /trunk/epan/dissectors/packet-smrse.c
 
-Currently the capture_info code will always open another wiretap file instance to build it's own counter values. This isn't optimized for now (next step: use data from cf_continue_tail() somehow).
+Make smrse & radius dissectors findable by name
+------------------------------------------------------------------------
+r19158 | jmayer | 2006-09-05 09:09:49 -0700 (Tue, 05 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-tftp.c
 
+option name "blksize" is case in-sensitive
 ------------------------------------------------------------------------
-r16668 | ulfl | 2005-12-03 16:38:50 -0600 (Sat, 03 Dec 2005) | 2 lines
+r19159 | etxrab | 2006-09-05 13:35:41 -0700 (Tue, 05 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
-   A /trunk/capture_info.c
-   A /trunk/capture_info.h
-   M /trunk/capture_loop.c
-   M /trunk/capture_loop.h
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/dlg_utils.h
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
 
-split some parts of the packet counting functions into their own files capture_info(.c/.h),
-so we can use it from the main program
+Handle PORTAUDIO_API_1 and add clean-deps target to distclean.
 ------------------------------------------------------------------------
-r16667 | ulfl | 2005-12-03 15:12:59 -0600 (Sat, 03 Dec 2005) | 1 line
+r19160 | etxrab | 2006-09-05 22:22:05 -0700 (Tue, 05 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/capture.c
+   M /trunk/plugins/megaco/packet-megaco.c
 
-clarify a comment
+NAME can also contain '_'
 ------------------------------------------------------------------------
-r16666 | ulfl | 2005-12-03 15:09:56 -0600 (Sat, 03 Dec 2005) | 1 line
+r19161 | etxrab | 2006-09-05 22:23:38 -0700 (Tue, 05 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.common
+   M /trunk/config.nmake
 
-forgot to checkin that file ... so buildbot became unhappy!
+Add comments about PORTAUDIO API version comment out use of PORTAUDIO library for now.
 ------------------------------------------------------------------------
-r16665 | lego | 2005-12-03 13:41:18 -0600 (Sat, 03 Dec 2005) | 3 lines
+r19162 | jmayer | 2006-09-06 01:24:36 -0700 (Wed, 06 Sep 2006) | 10 lines
 Changed paths:
-   M /trunk/epan/make-sminmpec.pl
+   M /trunk/epan/dissectors/packet-tftp.c
 
-Escape non ascii characters
+- 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
 
 
 ------------------------------------------------------------------------
-r16664 | ulfl | 2005-12-03 13:32:54 -0600 (Sat, 03 Dec 2005) | 1 line
+r19163 | sahlberg | 2006-09-06 01:36:13 -0700 (Wed, 06 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/capture.h
-   M /trunk/capture_loop.c
-   A /trunk/capture_loop.h
-   M /trunk/capture_opts.c
-   A /trunk/capture_opts.h
-   M /trunk/capture_sync.h
-   M /trunk/dumpcap.c
-   M /trunk/gtk/capture_info_dlg.c
-   M /trunk/gtk/main.c
+   M /trunk/epan/dissectors/packet-isakmp.c
+
+fix for the typo in bug 1094
+
 
-split capture.h into capture.h, capture_loop.h and capture_opts.h and place the parts into the corresponding files
 ------------------------------------------------------------------------
-r16663 | ulfl | 2005-12-03 12:15:02 -0600 (Sat, 03 Dec 2005) | 6 lines
+r19164 | martinm | 2006-09-06 07:08:40 -0700 (Wed, 06 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/capture.c
-   M /trunk/capture.h
-   M /trunk/capture_sync.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-add missing functions (to complete/cleanup of interface):
+Dissect some more common control messages
+------------------------------------------------------------------------
+r19165 | jake | 2006-09-06 14:08:24 -0700 (Wed, 06 Sep 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/enterprise-numbers
 
-capture_input_drops
-capture_input_error_message
+Update enterprise-numbers
 
-and move the functionality from capture_sync.c to capture.c (just where it belongs)
 ------------------------------------------------------------------------
-r16662 | ulfl | 2005-12-03 06:56:57 -0600 (Sat, 03 Dec 2005) | 3 lines
+r19166 | jmayer | 2006-09-06 15:13:52 -0700 (Wed, 06 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/cmake/modules/FindGTK2.cmake
 
-the function capture_loop_popup_errmsg seems to be useless and misleading, 
-simply call sync_pipe_errmsg_to_parent directly instead
+Update to newer version of the file from
+http://cmake-modules.googlecode.com/svn/trunk/
+
+This update adds a license text (dual: GPLv2 and 3 clause BSD)
 
 ------------------------------------------------------------------------
-r16661 | ulfl | 2005-12-03 06:42:25 -0600 (Sat, 03 Dec 2005) | 1 line
+r19167 | jmayer | 2006-09-06 15:14:20 -0700 (Wed, 06 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/docbook/edg_graphics/ethereal-capture-sync.dia
-   M /trunk/docbook/edg_graphics/ethereal-capture-sync.png
+   M /trunk/README.cmake
 
-add the (Win32 only) signal pipe
+Add cmake-modules URL
 ------------------------------------------------------------------------
-r16660 | ulfl | 2005-12-03 06:32:41 -0600 (Sat, 03 Dec 2005) | 1 line
+r19168 | jmayer | 2006-09-06 15:28:19 -0700 (Wed, 06 Sep 2006) | 10 lines
 Changed paths:
-   M /trunk/capture_sync.c
+   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
+
+cmake/
+       Add some more (hackish) tests.
+       Add a LICENSE file until I find the time to add it to all
+       files individually.
+
+CMakeLists.txt
+       Add some addiotional stuff regarding options.
+       Add (non-working) code to generate config.h
+       Handle GTK1 vs GTK2 and GLIB1 vs GLIB2
 
-precise some pipe message comments
 ------------------------------------------------------------------------
-r16659 | ulfl | 2005-12-03 05:47:48 -0600 (Sat, 03 Dec 2005) | 1 line
+r19169 | jmayer | 2006-09-06 15:59:25 -0700 (Wed, 06 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/docbook/edg_graphics/ethereal-capture-sync.dia
-   M /trunk/docbook/edg_graphics/ethereal-capture-sync.png
+   M /trunk/CMakeLists.txt
+   M /trunk/cmake/modules/FindGTK2.cmake
+
+The last update to FindGTK2.cmake was incompatible with it's use.
+Fix a bug and adapt CMakeLists.txt to the new usage.
 
-the capture child don't use capture.c, remove it from the drawing
 ------------------------------------------------------------------------
-r16658 | lego | 2005-12-03 05:43:19 -0600 (Sat, 03 Dec 2005) | 5 lines
+r19170 | sahlberg | 2006-09-07 03:53:32 -0700 (Thu, 07 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/asn1/h248/Makefile
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
+   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
 
-Rewrite of the analisys and summary code.
+ pidl now handles empty bitmaps properly so no need for the dummy (dont trigger empty bitmapbug entry)
 
-Analysis code is still  not working so it is disabled.
 
 
 ------------------------------------------------------------------------
-r16657 | sahlberg | 2005-12-02 16:01:00 -0600 (Fri, 02 Dec 2005) | 8 lines
+r19171 | jmayer | 2006-09-07 06:22:45 -0700 (Thu, 07 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/epan/dissectors/packet-p_mul.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-
-from Stig B:
-
-I have made a small change in packet-x411-template.c to make the X.
-411 message heading in CDT look like in COTP.
+   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
 
+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 ==============
 
 
 
 ------------------------------------------------------------------------
-r16656 | sahlberg | 2005-12-02 15:12:22 -0600 (Fri, 02 Dec 2005) | 3 lines
+r19172 | lego | 2006-09-07 09:16:51 -0700 (Thu, 07 Sep 2006) | 25 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/make-sminmpec.pl
 
-rtcp fix for sdes_prefix_string
+From Andrew Feren:
+       This adds some features to update enterprise-numbers from the web.
 
+As used in the Makefile currently
+ make-sminmpec.pl <infile> <outfile.c>
 
-------------------------------------------------------------------------
-r16655 | etxrab | 2005-12-02 13:33:40 -0600 (Fri, 02 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/t35.c
+works exactly the same.  Additionally <infile> can be a URL to an infile in
+the expected format.
 
-From  Lukasz Apiecionek
-Add Vendor id 
-0x8a000003, "Teldat H. Kruszynski, M. Cichocki Sp. J." } ,
-------------------------------------------------------------------------
-r16654 | lego | 2005-12-02 11:49:47 -0600 (Fri, 02 Dec 2005) | 5 lines
-Changed paths:
-   M /trunk/tools/asn2eth.py
+Using the new "-gen" switch will create a new <infile>
+
+example:
+make-sminmpec.pl -gen \
+   http://www.iana.org/assignments/enterprise-numbers \
+   enterprise-numbers
 
-Add #line directives to the genertated dissector.
+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
 
-Now the compiler knows where a line comes from and errors point to the .cnf or -template.[ch] file instead of the generated code.
 
 
 ------------------------------------------------------------------------
-r16653 | kukosa | 2005-12-02 07:21:43 -0600 (Fri, 02 Dec 2005) | 1 line
+r19173 | ulfl | 2006-09-07 13:01:07 -0700 (Thu, 07 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
+   M /trunk/docbook/Makefile
+   A /trunk/docbook/check_svn_version.sh
 
-PER dissectors regenerated with FT_OID
+fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call.
+Other minor dependency fixes.
+
+I didn't found a way to implement the SVN version check using make, so using a new shell script instead ...
 ------------------------------------------------------------------------
-r16652 | kukosa | 2005-12-02 07:16:58 -0600 (Fri, 02 Dec 2005) | 1 line
+r19174 | ulfl | 2006-09-07 13:30:48 -0700 (Thu, 07 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dfilter/semcheck.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/ftypes/ftype-bytes.c
-   M /trunk/epan/ftypes/ftypes.h
-   M /trunk/epan/proto.c
-   M /trunk/epan/proto.h
-   M /trunk/epan/strutil.c
-   M /trunk/epan/strutil.h
-   M /trunk/epan/to_str.c
-   M /trunk/tools/asn2eth.py
+   M /trunk/epan/dissectors/packet-dcom-sysact.c
+   M /trunk/epan/dissectors/packet-dcom.c
+   M /trunk/epan/dissectors/packet-dcom.h
 
-new field type FT_OID for OBJECT IDENTIFIERs
+distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some DCOM things are just unknown and cannot be implemented therefore
 ------------------------------------------------------------------------
-r16651 | sahlberg | 2005-12-02 05:33:34 -0600 (Fri, 02 Dec 2005) | 5 lines
+r19175 | ulfl | 2006-09-07 13:33:02 -0700 (Thu, 07 Sep 2006) | 1 line
 Changed paths:
-   A /trunk/epan/dissectors/pidl/wkssvc.idl
-
-check in a version of wkssvc that contains all the constructs of the etehreal dissector.
-
-the generated dissector is still "ugly" compared to the handwritten one so there needs a bit of conformance file magic and maybe pidl enhancements before it can go in.
+   M /trunk/epan/dissectors/packet-dcerpc-epm.c
 
+add some probable protocol IDs from the DCOM specs
+------------------------------------------------------------------------
+r19176 | ulfl | 2006-09-07 13:35:26 -0700 (Thu, 07 Sep 2006) | 1 line
+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
 
+tweak some expert infos so they better work with the composite dialog (e.g. remove some minor details)
 ------------------------------------------------------------------------
-r16650 | sahlberg | 2005-12-02 04:54:05 -0600 (Fri, 02 Dec 2005) | 7 lines
+r19177 | lego | 2006-09-07 15:38:16 -0700 (Thu, 07 Sep 2006) | 18 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-dssetup.c
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/packet-dcerpc-initshutdown.h
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-initshutdown.h
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
+   M /trunk/epan/make-sminmpec.pl
 
-regenerate the pidl dissectors with the latest version of pidl   so it will put the text representation of DOS errors in the decode as well.
+removed options.
 
 
-(the hf field for doserrors did not come with the value_string)
+now it can either be called as
 
+make-sminmpec.pl
 
+so it will fetch the file only if it has been modified since we last loaded it
 
-------------------------------------------------------------------------
-r16649 | sahlberg | 2005-12-02 04:41:46 -0600 (Fri, 02 Dec 2005) | 7 lines
-Changed paths:
-   A /trunk/asn1/ldap
-   A /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn
-   A /trunk/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn.orig
-   A /trunk/asn1/ldap/Makefile.nmake
-   A /trunk/asn1/ldap/README
-   A /trunk/asn1/ldap/ldap.cnf
-   A /trunk/asn1/ldap/packet-ldap-template.c
-   A /trunk/asn1/ldap/packet-ldap-template.h
+or 
 
-add work in progress asn2eth generated ldap dissector from AndersB's email of
-Nov 15
+make-sminmpec.pl enterprise-numbers
 
-it is checked in but not copied to epan/dissectors so that those interested can work on it until it gets ready to replace the old one.
+to regenerate the C file from the given file.
 
+Luis
 
 
 ------------------------------------------------------------------------
-r16648 | sahlberg | 2005-12-02 04:25:05 -0600 (Fri, 02 Dec 2005) | 5 lines
+r19178 | jmayer | 2006-09-07 16:44:22 -0700 (Thu, 07 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/ipproto.c
-   M /trunk/epan/ipproto.h
-
-add two new ip protocol numbers
-
-from Jaap K
-
+   M /trunk/docbook/check_svn_version.sh
 
+propset svn:executable
 ------------------------------------------------------------------------
-r16647 | ulfl | 2005-12-02 03:24:55 -0600 (Fri, 02 Dec 2005) | 1 line
+r19179 | jmayer | 2006-09-07 19:25:55 -0700 (Thu, 07 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/docbook/Makefile
 
-performance improvement: if the packet info dialog is hidden, we don't need to call the capture_... packet count functions
+. 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
 ------------------------------------------------------------------------
-r16646 | sahlberg | 2005-12-02 03:19:05 -0600 (Fri, 02 Dec 2005) | 3 lines
+r19180 | etxrab | 2006-09-07 23:58:40 -0700 (Thu, 07 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add some more ioctls
-
+   M /trunk/epan/dissectors/packet-clnp.c
+   M /trunk/epan/dissectors/packet-osi.c
 
+Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it belongs.
 ------------------------------------------------------------------------
-r16645 | sahlberg | 2005-12-02 00:49:52 -0600 (Fri, 02 Dec 2005) | 4 lines
+r19181 | etxrab | 2006-09-08 00:32:13 -0700 (Fri, 08 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add dissection of 
-FSCTL_CREATE_OR_GET_OBJECT_ID
-
+   M /trunk/epan/dissectors/packet-ipsec.c
 
+From Frédéric 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".
 ------------------------------------------------------------------------
-r16644 | etxrab | 2005-12-01 14:29:24 -0600 (Thu, 01 Dec 2005) | 1 line
+r19182 | ulfl | 2006-09-08 00:44:22 -0700 (Fri, 08 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/docbook/Makefile
 
-Handle empty APM message
+add dependency to custom_layer_pdf.xsl for all fo files
 ------------------------------------------------------------------------
-r16643 | ulfl | 2005-12-01 14:19:30 -0600 (Thu, 01 Dec 2005) | 1 line
+r19183 | ulfl | 2006-09-08 00:45:22 -0700 (Fri, 08 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/dumpcap.c
+   M /trunk/docbook/custom_layer_pdf.xsl
 
-fix OPTINIT string, help output and add an exit_main function
+switch off draft mode, so the PDF generation won't try to load a draft image from the web
 ------------------------------------------------------------------------
-r16642 | ulfl | 2005-12-01 14:04:55 -0600 (Thu, 01 Dec 2005) | 1 line
+r19184 | wmeier | 2006-09-10 06:37:42 -0700 (Sun, 10 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
+   M /trunk/Makefile.nmake
+   M /trunk/codecs/Makefile.nmake
+   M /trunk/gtk/Makefile.nmake
 
-fix alphabetical order of OPTINIT string, v seems to be a controversial character :-)
+minor cleanup for making codecs
 ------------------------------------------------------------------------
-r16641 | etxrab | 2005-12-01 14:02:45 -0600 (Thu, 01 Dec 2005) | 1 line
+r19185 | sahlberg | 2006-09-10 07:03:08 -0700 (Sun, 10 Sep 2006) | 10 lines
 Changed paths:
-   M /trunk/epan/address.h
-   M /trunk/epan/dissectors/packet-tipc.c
-   M /trunk/epan/to_str.c
-   M /trunk/epan/to_str.h
+   M /trunk/epan/dissectors/packet-tcp.c
+   M /trunk/epan/dissectors/packet-tcp.h
+   M /trunk/epan/packet_info.h
+   M /trunk/epan/req_resp_hdrs.c
 
-Add TIPC address as address type and use it in TIPC.
-------------------------------------------------------------------------
-r16640 | etxrab | 2005-12-01 12:43:26 -0600 (Thu, 01 Dec 2005) | 2 lines
-Changed paths:
-   A /trunk/diameter/chargecontrol.xml
-   M /trunk/diameter/dictionary.xml
+implement support to reassemble tcp sessions until the end of the session (FIN)
 
-From Thomas Steffen:
-Add chargecontrol.xml 
-------------------------------------------------------------------------
-r16639 | tuexen | 2005-12-01 09:15:42 -0600 (Thu, 01 Dec 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/sctp_byte_graph_dlg.c
+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.
 
-Bug fixes from Irene.
+This is currently done for all HTTP packets where we have a Content-type in the header but no content-length.
 
-------------------------------------------------------------------------
-r16638 | sahlberg | 2005-12-01 07:06:20 -0600 (Thu, 01 Dec 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
 
-add dissection of FSCTL_GET_SHADOW_COPY_DATA
 
 
 ------------------------------------------------------------------------
-r16637 | sahlberg | 2005-12-01 06:34:53 -0600 (Thu, 01 Dec 2005) | 3 lines
+r19186 | sahlberg | 2006-09-10 07:34:57 -0700 (Sun, 10 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-tcp.c
 
-swap in/out to be more consistent with sane naming conventions
+fix for bug 1045
+
+
+windows in SYN and SYN+ACK packets are not scaled so dont apply window scaling to them when displaying them in the tree
 
 
 ------------------------------------------------------------------------
-r16636 | sahlberg | 2005-12-01 04:34:00 -0600 (Thu, 01 Dec 2005) | 3 lines
+r19187 | etxrab | 2006-09-10 11:03:22 -0700 (Sun, 10 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-start implementing an ioctl dispatcher for different ioctl functions
+   M /trunk/config.nmake
+   M /trunk/gtk/voip_calls.c
 
+From Alejandro Vaquero:
+Need to use HAVE_LIBPORTAUDIO instead 
+of PORTAUDIO_DIR in voip_calls.c
 
+And build the windows version with Port audio.
 ------------------------------------------------------------------------
-r16635 | sahlberg | 2005-12-01 04:18:14 -0600 (Thu, 01 Dec 2005) | 3 lines
+r19188 | jake | 2006-09-10 11:48:33 -0700 (Sun, 10 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-vrrp.c
 
-add decoding of some ioctl names    copied from packet-smb.c
+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
+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
 
+Added E-DCH (HSUPA) channels to FP.
+Also show VPI/VCI/CID in ATM protocol label.
 
 ------------------------------------------------------------------------
-r16634 | sahlberg | 2005-12-01 03:42:39 -0600 (Thu, 01 Dec 2005) | 3 lines
+r19190 | etxrab | 2006-09-11 13:35:24 -0700 (Mon, 11 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
 
-move the ioctl function code to the si structure so we can switch on this later in the ioctl_data dissector
+Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
 
+h248_handle was declared localy, udp port was not added at register.
 
+Added a few more packagenames.
 ------------------------------------------------------------------------
-r16633 | sahlberg | 2005-12-01 03:20:29 -0600 (Thu, 01 Dec 2005) | 2 lines
+r19191 | ulfl | 2006-09-11 13:41:32 -0700 (Mon, 11 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-0x0b is ioctl not transaction
+   M /trunk/docbook/wsug_src/WSUG_chapter_build_install.xml
 
+add the LUA plugin install option
 ------------------------------------------------------------------------
-r16632 | etxrab | 2005-12-01 00:28:04 -0600 (Thu, 01 Dec 2005) | 4 lines
+r19192 | ulfl | 2006-09-11 15:30:12 -0700 (Mon, 11 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ses.c
-   M /trunk/epan/dissectors/packet-ses.h
+   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
 
-From Stig Bjørlykke
+add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
 
-Added "Activity Identifier" PI in the OSI Session Protocol dissector. 
+fix a lot of broken URL's
 
 ------------------------------------------------------------------------
-r16631 | etxrab | 2005-12-01 00:20:17 -0600 (Thu, 01 Dec 2005) | 2 lines
+r19193 | ulfl | 2006-09-11 15:34:29 -0700 (Mon, 11 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-q931.c
+   M /trunk/README.win32
 
-From Jaap Keuter:
-Q.931 fails to pass long message to H.225
+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.
+
+Some minor updates in the development section as well.
 ------------------------------------------------------------------------
-r16630 | etxrab | 2005-12-01 00:18:30 -0600 (Thu, 01 Dec 2005) | 1 line
+r19194 | ulfl | 2006-09-11 15:37:46 -0700 (Mon, 11 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/tools/win32-setup.sh
 
-Fix a typo
+a proxy might also be specified using .wgetrc, so don't switch off the proxy explicitly
 ------------------------------------------------------------------------
-r16629 | etxrab | 2005-11-30 14:14:18 -0600 (Wed, 30 Nov 2005) | 1 line
+r19195 | ulfl | 2006-09-11 15:43:00 -0700 (Mon, 11 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/inap/inap.asn
-   M /trunk/asn1/inap/inap.cnf
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-inap.c
+   M /trunk/config.nmake
 
-Connec all op types to the asn1 code. Use #.PDU to get hf fields auto generated.
+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 
 ------------------------------------------------------------------------
-r16628 | etxrab | 2005-11-30 14:12:44 -0600 (Wed, 30 Nov 2005) | 1 line
+r19196 | ulfl | 2006-09-11 15:47:57 -0700 (Mon, 11 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/address.h
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/config.nmake
+   M /trunk/epan/Makefile.nmake
 
-Add circuit ID BICC_CIC
+tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds)
 ------------------------------------------------------------------------
-r16627 | etxrab | 2005-11-30 14:11:45 -0600 (Wed, 30 Nov 2005) | 1 line
+r19197 | ulfl | 2006-09-11 17:23:46 -0700 (Mon, 11 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
+   M /trunk/airpcap_loader.c
+   M /trunk/airpcap_loader.h
 
-Dissct Ptotocol Id 0
+remove obsolete "HAVE_AIRPCAP_API" comment
 ------------------------------------------------------------------------
-r16626 | tuexen | 2005-11-29 17:09:01 -0600 (Tue, 29 Nov 2005) | 3 lines
+r19198 | ulfl | 2006-09-11 17:27:03 -0700 (Mon, 11 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-sctp.c
-
-Add support for
-- http://www.ietf.org/internet-drafts/draft-stewart-sctpstrrst-01.txt
+   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
 
+various nmake related build file cleanups
 ------------------------------------------------------------------------
-r16625 | etxrab | 2005-11-29 12:58:18 -0600 (Tue, 29 Nov 2005) | 1 line
+r19199 | ulfl | 2006-09-11 18:04:35 -0700 (Mon, 11 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-etheric.c
+   M /trunk/Makefile.nmake
+
+Hmmm, don't optimize too much :-)
 
-Change the name of 'isup_calling_partys_category_value'.
+also fix the clean_setup
 ------------------------------------------------------------------------
-r16624 | etxrab | 2005-11-29 11:23:50 -0600 (Tue, 29 Nov 2005) | 5 lines
+r19200 | ulfl | 2006-09-12 01:19:39 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
-   M /trunk/asn1/inap/inap.asn
-   M /trunk/asn1/inap/inap.cnf
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-isup.c
-   M /trunk/epan/dissectors/packet-isup.h
+   M /trunk/image/Makefile.nmake
 
-ISUP - Export functions used by INAP and Camel
-Gsmmap - Export asn1 structs used by Camel
-Camel - Use functions from GSMMAp and ISUP
-INAP - Rewrite of the asn1 code to correspond more to CS1 data types
-          Let ISUP and Q931 dissect apropriate stuff.
+add a comment, that .res files are generated using an implicit (built in) nmake rule
 ------------------------------------------------------------------------
-r16623 | guy | 2005-11-29 03:38:45 -0600 (Tue, 29 Nov 2005) | 3 lines
+r19201 | ulfl | 2006-09-12 01:22:02 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-"dcerpc_smb_fetch_pol()" doesn't necessarily return a name, as we might
-not have seen anything that would let us give a name to a handle.
+   M /trunk/image/win32-file-dlg.rc
+   M /trunk/image/wireshark.rc.in
 
+wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /
 ------------------------------------------------------------------------
-r16622 | sahlberg | 2005-11-28 21:19:52 -0600 (Mon, 28 Nov 2005) | 3 lines
+r19202 | ulfl | 2006-09-12 01:24:01 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/packet-dcerpc-winreg.h
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
-   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.h
-   M /trunk/epan/dissectors/pidl/winreg.cnf
-   M /trunk/epan/dissectors/pidl/winreg.idl
+   M /trunk/Makefile.nmake
 
-prettification and updates to winreg
+add a missing dependency from wiretap to the image dir, otherwise image/wiretap.res can't be generated for some targets
+------------------------------------------------------------------------
+r19203 | jmayer | 2006-09-12 02:35:29 -0700 (Tue, 12 Sep 2006) | 4 lines
+Changed paths:
+   M /trunk/docbook/Makefile
 
+- 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 \
 
 ------------------------------------------------------------------------
-r16621 | ulfl | 2005-11-28 15:12:50 -0600 (Mon, 28 Nov 2005) | 1 line
+r19204 | sahlberg | 2006-09-12 02:53:10 -0700 (Tue, 12 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/Makefile.common
+   M /trunk/epan/dissectors/packet-ipsec.c
+
+prettify dissection of ESP
+
+show the IV as a hexadecimal
+show the protocol name for the Next header field inside ESP
+
+
 
-seems like autogen doesn't like empty lines in the makefile
 ------------------------------------------------------------------------
-r16620 | ulfl | 2005-11-28 14:51:27 -0600 (Mon, 28 Nov 2005) | 5 lines
+r19205 | sahlberg | 2006-09-12 03:02:28 -0700 (Tue, 12 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/Makefile.common
-   M /trunk/capture_loop.c
-   M /trunk/dumpcap.c
-
-dumpcap.c doesn't need to link with file.c!
+   M /trunk/AUTHORS
 
-this fortunately removes *a lot* of dependencies and make the resulting binary a lot smaller (and hopefully faster to load :-)
+the name of the protocol is IPsec, not IP-sec
 
-some more cleanup (like replacing // by /**/)
 ------------------------------------------------------------------------
-r16619 | sharpe | 2005-11-28 11:32:30 -0600 (Mon, 28 Nov 2005) | 8 lines
+r19206 | sahlberg | 2006-09-12 03:04:11 -0700 (Tue, 12 Sep 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
+   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.
 
 
-Change the way we handle realloc so that we now compute all the space required
-up front and realloc once ...
+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
 
-This will probably be the last changes I make on this dissector, as I want to
-concentrate on using asn2eth for LDAP, as time permits.
 
 
 ------------------------------------------------------------------------
-r16618 | guy | 2005-11-28 05:40:28 -0600 (Mon, 28 Nov 2005) | 2 lines
+r19207 | martinm | 2006-09-12 04:36:42 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/configure.in
-   M /trunk/dumpcap.c
-
-Add support for building dumpcap, and fix dumpcap to build on UN*X.
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
+Various small fixes and prettifications
 ------------------------------------------------------------------------
-r16617 | guy | 2005-11-28 04:28:31 -0600 (Mon, 28 Nov 2005) | 3 lines
+r19208 | sahlberg | 2006-09-12 04:39:51 -0700 (Tue, 12 Sep 2006) | 14 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sndcp.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-http.c
+
+from bryant eastham
+
+
+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.
+
+
+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.
+
 
-Update the offset correctly regardless of whether we're building a
-protocol tree or not.
 
 ------------------------------------------------------------------------
-r16616 | guy | 2005-11-28 04:26:21 -0600 (Mon, 28 Nov 2005) | 11 lines
+r19209 | sahlberg | 2006-09-12 04:51:48 -0700 (Tue, 12 Sep 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ppp.c
+   M /trunk/epan/dissectors/packet-redback.c
 
-Give the RFC number for CHAP.
+from Florian Lohoff
 
-Don't fetch CHAP fields until we need them, so that we can at least
-partially dissect a short frame.
+Hi,
+after using the redback dissector again i found some more protocol
+types:
 
-Even if the CHAP length is wrong, put it into the protocol tree using
-the registered field.
 
-Use "tvb_format_text()" to put text into the Info column, so we handle
-non-printable characters by escaping them.
 
 ------------------------------------------------------------------------
-r16615 | ulfl | 2005-11-28 02:54:52 -0600 (Mon, 28 Nov 2005) | 9 lines
+r19210 | sahlberg | 2006-09-12 05:08:34 -0700 (Tue, 12 Sep 2006) | 27 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/Makefile.common
-   M /trunk/Makefile.nmake
-   M /trunk/capture_loop.c
-   A /trunk/dumpcap.c
-   M /trunk/image/Makefile.nmake
-   A /trunk/image/dumpcap.rc.in
-
-first steps towards a separated capture tool, working title "dumpcap"
-personal backup only, not meant for public testing!
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-s5066.c
 
-I've copied main.c into dumpcap.c and carved out all things not needed
+from Taner Kurtulus and Menno Andriesse
 
-currently won't work as a command line tool, capture_loop.c wants an input pipe
-console output is also very ugly and the whole code needs a lot of further cleanup
+Hi folks,
+We think we've found a bug in STANAG 5066 SIS layer dissector.
 
-shouldn't break the unix build as I've only changed the nmake files so far, but who knows ...
-------------------------------------------------------------------------
-r16614 | sharpe | 2005-11-28 02:31:11 -0600 (Mon, 28 Nov 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
+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.
 
 
-Make sure that we reset the filter pointer after we realloc the filter.
+Confirmed.
 
-This should be simplified ... calc all the space required once and then realloc once etc.
+It was indeed a "copy-paste-did not edit correctly" bug.
 
+While going over the code once more, I found:
 
-------------------------------------------------------------------------
-r16613 | sahlberg | 2005-11-28 02:20:12 -0600 (Mon, 28 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.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. ;-)
 
-name some infolevels
 
 
 ------------------------------------------------------------------------
-r16612 | guy | 2005-11-27 18:48:17 -0600 (Sun, 27 Nov 2005) | 2 lines
+r19211 | jake | 2006-09-12 05:58:16 -0700 (Tue, 12 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pppoe.c
+   M /trunk/epan/dissectors/packet-bpdu.c
+   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/etypes.h
 
-Don't show the tag twice.
+Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.
 
 ------------------------------------------------------------------------
-r16611 | guy | 2005-11-27 18:41:01 -0600 (Sun, 27 Nov 2005) | 5 lines
+r19212 | martinm | 2006-09-12 10:13:56 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-pppoe.c
-
-Host-Uniq is binary, not text.
-
-FT_BYTES items don't have a base - the bytes are always dumped in hex -
-so use BASE_NONE with them.
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
+More DCH control types
 ------------------------------------------------------------------------
-r16610 | guy | 2005-11-27 06:10:03 -0600 (Sun, 27 Nov 2005) | 3 lines
+r19213 | ulfl | 2006-09-12 10:28:38 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/wiretap/hcidump.c
-
-Fail if *any* of the fields in the per-packet header of the first record
-aren't sane, rather than requiring them *all* to have invalid values.
+   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
 
+use the official name spelling for some projects
 ------------------------------------------------------------------------
-r16609 | guy | 2005-11-26 20:42:29 -0600 (Sat, 26 Nov 2005) | 10 lines
+r19214 | ulfl | 2006-09-12 10:34:41 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
-
-Don't do anything to the filter string until we've successfully parsed
-the extensibleMatch.
-
-Make sure the filter string is always null-terminated, as we use
-"strlen()" to skip to the end of it.
-
-On the (illegal, but not impossible) chance that we have more than one
-matching rule ID, attributeDescription, or matchValue, free any we
-already have before fetching a new one.
+   M /trunk/config.h.win32
 
+it's HAVE_LIBGNUTLS instead HAVE_GNUTLS
 ------------------------------------------------------------------------
-r16608 | sahlberg | 2005-11-26 16:49:18 -0600 (Sat, 26 Nov 2005) | 5 lines
+r19215 | ulfl | 2006-09-12 10:45:43 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-ppp.c
-
-from Martin M
-
-ppp chap updates
-
+   M /trunk/config.nmake
 
+it's HAVE_PORTAUDIO, not HAVE_LIBPORTAUDIO
 ------------------------------------------------------------------------
-r16607 | sahlberg | 2005-11-26 15:59:48 -0600 (Sat, 26 Nov 2005) | 3 lines
+r19216 | ulfl | 2006-09-12 10:46:55 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/Makefile.nmake
 
-add endoffile infolevel
+fix the generation of config.h, some HAVE_... were wrong
+------------------------------------------------------------------------
+r19217 | ulfl | 2006-09-12 10:50:36 -0700 (Tue, 12 Sep 2006) | 7 lines
+Changed paths:
+   M /trunk/version_info.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)
 
+Don't know how to use the line breaking stuff, if someone could help me here ...
 ------------------------------------------------------------------------
-r16606 | sahlberg | 2005-11-26 15:44:37 -0600 (Sat, 26 Nov 2005) | 3 lines
+r19218 | jmayer | 2006-09-12 11:43:56 -0700 (Tue, 12 Sep 2006) | 11 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.h.win32
+   M /trunk/version_info.c
 
-more infolevels
+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
 
+version_info.c
+  - Include <portaudio.h>
+  - Add some , and breaks when printing version infos.
 
 ------------------------------------------------------------------------
-r16605 | sahlberg | 2005-11-26 15:09:53 -0600 (Sat, 26 Nov 2005) | 3 lines
+r19219 | jmayer | 2006-09-12 11:51:22 -0700 (Tue, 12 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/version_info.c
 
-update setinfo response dissection
+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.
 
+FIXME: Just print out >= 19 instead of real version string
+  until someone finds a proper solution.
 
 ------------------------------------------------------------------------
-r16604 | ulfl | 2005-11-26 05:57:54 -0600 (Sat, 26 Nov 2005) | 1 line
+r19220 | etxrab | 2006-09-12 12:02:10 -0700 (Tue, 12 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/range_utils.c
+   M /trunk/epan/dissectors/packet-osi.c
 
-fix #568: disable event "activate" handler for the range entry field. see the added comment for details
+Set default port to zero.
 ------------------------------------------------------------------------
-r16603 | jmayer | 2005-11-26 04:05:14 -0600 (Sat, 26 Nov 2005) | 1 line
+r19221 | etxrab | 2006-09-12 12:11:45 -0700 (Tue, 12 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/dap/Makefile
-   M /trunk/asn1/dap/dap-exp.cnf
-   M /trunk/asn1/dap/dap.asn
-   M /trunk/asn1/dap/dap.cnf
-   M /trunk/asn1/dap/packet-dap-template.c
-   M /trunk/asn1/dap/packet-dap-template.h
-   M /trunk/asn1/disp/Makefile
-   M /trunk/asn1/disp/disp.asn
-   M /trunk/asn1/disp/disp.cnf
-   M /trunk/asn1/disp/packet-disp-template.c
-   M /trunk/asn1/disp/packet-disp-template.h
-   M /trunk/asn1/dsp/Makefile
-   M /trunk/asn1/dsp/dsp-exp.cnf
-   M /trunk/asn1/dsp/dsp.asn
-   M /trunk/asn1/dsp/dsp.cnf
-   M /trunk/asn1/dsp/packet-dsp-template.c
-   M /trunk/asn1/dsp/packet-dsp-template.h
-   M /trunk/asn1/x501/Makefile
-   M /trunk/asn1/x501/packet-x501-template.c
-   M /trunk/asn1/x501/packet-x501-template.h
-   M /trunk/asn1/x501/x501-exp.cnf
-   M /trunk/asn1/x501/x501.asn
-   M /trunk/asn1/x501/x501.cnf
-   M /trunk/epan/dissectors/packet-dap.c
-   M /trunk/epan/dissectors/packet-dap.h
-   M /trunk/epan/dissectors/packet-disp.c
-   M /trunk/epan/dissectors/packet-disp.h
-   M /trunk/epan/dissectors/packet-dsp.c
-   M /trunk/epan/dissectors/packet-dsp.h
-   M /trunk/epan/dissectors/packet-x501.c
-   M /trunk/epan/dissectors/packet-x501.h
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Porperties: replace executable by eol-style and keywords
+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.
 ------------------------------------------------------------------------
-r16602 | guy | 2005-11-25 22:16:40 -0600 (Fri, 25 Nov 2005) | 13 lines
+r19222 | guy | 2006-09-12 13:23:57 -0700 (Tue, 12 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
-
-Fix typoes in comments.
-
-Update a comment, and get rid of a commented-out unused variable.
+   M /trunk/gtk/main.c
+   M /trunk/version_info.c
 
-Use "get_ber_identifier()" and "get_ber_length()", rather than
-"dissect_ber_identifier()" and "dissect_ber_length()", if we're just
-fetching the values, rather than dissecting them.  As we're just
-fetching the values, if we get an error, put the identifer and length
-into the protocol tree (if we've enabled that) with
-"dissect_ber_identifier()" and "dissect_ber_length()".
+Move the PortAudio stuff to from version_info.c to gtk/main.c, so it can
+use Pa_GetVersionText().
 
-Properly declare class and tag variables as signed.
+(The word-wrapping stuff appears to work.)
 
 ------------------------------------------------------------------------
-r16601 | guy | 2005-11-25 21:09:40 -0600 (Fri, 25 Nov 2005) | 2 lines
+r19223 | guy | 2006-09-12 13:24:42 -0700 (Tue, 12 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-tcap.h
+   M /trunk/acinclude.m4
 
-Get rid of unused global variables.
+AC_CHECK_TYPE already prints a "checking for" message; don't bother
+printing another one before calling it.
 
 ------------------------------------------------------------------------
-r16600 | guy | 2005-11-25 21:08:17 -0600 (Fri, 25 Nov 2005) | 2 lines
+r19224 | gerald | 2006-09-12 14:59:54 -0700 (Tue, 12 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/stats_tree.c
+   M /trunk/wiretap/ber.c
 
-Get rid of unused function.
+Get rid of a compiler warning.
 
 ------------------------------------------------------------------------
-r16599 | guy | 2005-11-25 21:06:25 -0600 (Fri, 25 Nov 2005) | 14 lines
+r19225 | guy | 2006-09-12 18:28:07 -0700 (Tue, 12 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rmt-norm.c
-
-Fix RFC number.
+   M /trunk/epan/dissectors/packet-netflow.c
 
-Use "tvb_reported_length_remaining()" for all length checks and values,
-so we get the *actual* packet length, not the *captured* packet length
-(it's a *feature* if it reports a "packet cut short" error if the packet
-really *was* cut short by slicing).
+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.
 
-Set subtree lengths to -1, so that if an exception is throws while
-dissecting them, the length includes all the data.
-
-Get rid of unused variables, and mark unused parameters.
-
-In heuristic checks, give up if we don't have enough data to check.
+Squelch some compiler warnings.
 
 ------------------------------------------------------------------------
-r16598 | sahlberg | 2005-11-25 21:06:21 -0600 (Fri, 25 Nov 2005) | 5 lines
+r19226 | sahlberg | 2006-09-13 01:30:16 -0700 (Wed, 13 Sep 2006) | 16 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-lsa.c
+   M /trunk/epan/dissectors/packet-dcerpc.c
+   M /trunk/epan/dissectors/packet-dcerpc.h
 
-many commands return a short 8 byte pdu when errors occur.
-make ethereal handle these better instead of showing them as unreassembled packet
+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.
 
 
-------------------------------------------------------------------------
-r16597 | ulfl | 2005-11-25 19:56:22 -0600 (Fri, 25 Nov 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/print_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.
 
-fix #358: instead of simply using tpmnam() for the Win32 print function, use the "official" function to create a temporary file
+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)
 
-Well, we actually only need the filename here, so create a temp file with the "official" create_tempfile function, keep that tempfile name and then delete this file again, leaving only the name.
+this will eventually make the usage more clean and at the same time close down quite a few memory leaks.
 
-I know that's a bit uncommon, but should work and uses the same mechanisms as with other temporary files. So if there are still problems with the official function, we only have one place to fix :-)
-------------------------------------------------------------------------
-r16596 | sahlberg | 2005-11-25 18:34:22 -0600 (Fri, 25 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
 
-assume the four bytes after the fid in notify request is the completion mask
+eventually this will make dissect_ndr_nt_SID return a pointer to ep allocated memory that need not be explicitely freed.
+
 
 
 ------------------------------------------------------------------------
-r16595 | ulfl | 2005-11-25 17:54:19 -0600 (Fri, 25 Nov 2005) | 1 line
+r19227 | jmayer | 2006-09-13 03:51:40 -0700 (Wed, 13 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/expert_comp_table.c
+   M /trunk/CMakeLists.txt
 
-fix a simple GTK1 warning
+Add a comment
 ------------------------------------------------------------------------
-r16594 | sahlberg | 2005-11-25 17:52:47 -0600 (Fri, 25 Nov 2005) | 3 lines
+r19228 | ulfl | 2006-09-13 04:28:36 -0700 (Wed, 13 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/config.nmake
 
-add decoding of some more opcodes
+so it's HAVE_LIBPORTAUDIO
+------------------------------------------------------------------------
+r19229 | martinm | 2006-09-13 06:32:31 -0700 (Wed, 13 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
+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
 
 ------------------------------------------------------------------------
-r16593 | ulfl | 2005-11-25 17:42:52 -0600 (Fri, 25 Nov 2005) | 4 lines
+r19230 | ulfl | 2006-09-13 13:37:37 -0700 (Wed, 13 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/expert.c
-   M /trunk/epan/expert.h
-   M /trunk/gtk/Makefile.am
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/expert_comp_dlg.c
-   A /trunk/gtk/expert_comp_table.c
-   A /trunk/gtk/expert_comp_table.h
+   M /trunk/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
 
-from Greg Morris:
-Composite Expert statistics, see: 
-http://www.ethereal.com/lists/ethereal-dev/200511/msg00002.html
-and the following discussions
+fix various minor things noted by Brian Drab
 ------------------------------------------------------------------------
-r16592 | ulfl | 2005-11-25 16:38:02 -0600 (Fri, 25 Nov 2005) | 4 lines
+r19231 | jmayer | 2006-09-14 03:51:44 -0700 (Thu, 14 Sep 2006) | 17 lines
 Changed paths:
-   M /trunk/capture_loop.c
-   M /trunk/tethereal.c
+   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
 
-rephrase the error dialog if an interface couldn't be opened.
+Jeff Morriss:
+       Fix for bug 1036
 
-made the CaptureSetup wiki page more prominent
-added some "headings" so some of the help subtopics are easier for "human grep" IMHO
-------------------------------------------------------------------------
-r16591 | ulfl | 2005-11-25 16:27:27 -0600 (Fri, 25 Nov 2005) | 8 lines
-Changed paths:
-   M /trunk/capture.c
+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):
 
-add some more help text to the "no packets captured" error dialog:
+    Routing label
+        DPC (4-5-6) (394500)
 
-link to CaptureSetup wiki page
-Win32 only: wireless: "try switch off promicuous mode"
+but 394500 == 0x60504 == 6-5-4.  Something's not right.
 
-This way we might get less user questions on the users-mailing list ...
+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.
 
-Especially the second one hopefully could save us from a lot of support mails :-)
 ------------------------------------------------------------------------
-r16590 | sahlberg | 2005-11-25 16:06:56 -0600 (Fri, 25 Nov 2005) | 3 lines
+r19232 | sahlberg | 2006-09-14 05:01:18 -0700 (Thu, 14 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-svcctl.c
 
-add decoding of some more opcodes
+add OpenSCManagerW
 
 
-------------------------------------------------------------------------
-r16589 | sahlberg | 2005-11-25 15:55:34 -0600 (Fri, 25 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb2.c
+also make the dissector manage that dcv->private_data in the future will be of ep scope
 
-from metze   and modified,   fix for in offset/length for transaction request
 
 
 ------------------------------------------------------------------------
-r16588 | etxrab | 2005-11-25 14:30:42 -0600 (Fri, 25 Nov 2005) | 2 lines
+r19233 | martinm | 2006-09-14 08:43:43 -0700 (Thu, 14 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/wiretap/Makefile.common
-   M /trunk/wiretap/file_access.c
-   A /trunk/wiretap/iseries.c
-   A /trunk/wiretap/iseries.h
-   M /trunk/wiretap/wtap-int.h
-   M /trunk/wiretap/wtap.h
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-From Martin Warnes:
-Add Support for reading of IBM iSeries (AS/400) Comms traces
+More fixes and prettifications
 ------------------------------------------------------------------------
-r16587 | etxrab | 2005-11-25 14:18:36 -0600 (Fri, 25 Nov 2005) | 1 line
+r19234 | etxrab | 2006-09-14 10:21:28 -0700 (Thu, 14 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/camel.cnf
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/gsmmap/Makefile.nmake
-   M /trunk/asn1/gsmmap/gsmmap.cnf
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-gsm_map.c
-   M /trunk/epan/dissectors/packet-gsm_map.h
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/epan/dissectors/packet-umts_fp.h
 
-Update the Camel asn1 spec to 3GPP TS 29.078 version 6.4.0 and export needed stuff from gsmmap
+svn propset.
 ------------------------------------------------------------------------
-r16586 | sahlberg | 2005-11-25 02:26:02 -0600 (Fri, 25 Nov 2005) | 3 lines
+r19235 | martinm | 2006-09-15 08:03:18 -0700 (Fri, 15 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add dissection of treedisconnect
-
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
+More missing message types
 ------------------------------------------------------------------------
-r16585 | sahlberg | 2005-11-25 02:02:40 -0600 (Fri, 25 Nov 2005) | 3 lines
+r19236 | gerald | 2006-09-15 14:35:01 -0700 (Fri, 15 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/doc/wireshark.pod
+   M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
+   M /trunk/util.c
 
-add some more infolevels
+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.
 
+Update the docs accordingly.
 
 ------------------------------------------------------------------------
-r16584 | sahlberg | 2005-11-25 00:45:50 -0600 (Fri, 25 Nov 2005) | 3 lines
+r19237 | ulfl | 2006-09-15 14:59:09 -0700 (Fri, 15 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-fix typo   it is one in buffer and one out buffer in transaction request   not two out buffers
-
+   M /trunk/image/win32-file-dlg.rc
 
+"Elapsed Time:" is truncated, use "Elapsed:" instead
 ------------------------------------------------------------------------
-r16583 | sahlberg | 2005-11-25 00:30:47 -0600 (Fri, 25 Nov 2005) | 3 lines
+r19238 | ulfl | 2006-09-15 15:03:20 -0700 (Fri, 15 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-transaction update
-
+   M /trunk/gtk/win32-file-dlg.c
 
+Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: Select a capture file" -> "Wireshark: Open Capture File"
 ------------------------------------------------------------------------
-r16582 | etxrab | 2005-11-25 00:23:04 -0600 (Fri, 25 Nov 2005) | 6 lines
+r19239 | ulfl | 2006-09-15 15:56:15 -0700 (Fri, 15 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pppoe.c
-
-From Martin Mathieson:
-Here is a patch to the PPPoED and PPPoES dissectors.
-- All fields are now filterable
-- General prettification
-- I've added a preference to PPoED to set whether or not tag values and data lengths should be shown in the tree (default is OFF)
+   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
 
+first step to fix the file dialog "mess":
+- use different screenshots for: GTK1, GTK2 and Win32
+- rewrite the "File Open Dialog" section
 ------------------------------------------------------------------------
-r16581 | sahlberg | 2005-11-25 00:19:41 -0600 (Fri, 25 Nov 2005) | 3 lines
+r19240 | sahlberg | 2006-09-15 22:30:31 -0700 (Fri, 15 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-samr.c
 
-add dissection of the smb2   impersionationlevel field
+make SAMR not rely on dcv->private_data being persistent any more and use dcv->se_data
 
 
-------------------------------------------------------------------------
-r16580 | sahlberg | 2005-11-25 00:04:11 -0600 (Fri, 25 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+once the private_data -> se_data conversion is complete we can plug quite a large number of memory leaks related to dcerpc
 
-some info level updates
 
 
 ------------------------------------------------------------------------
-r16579 | sahlberg | 2005-11-24 23:41:00 -0600 (Thu, 24 Nov 2005) | 3 lines
+r19241 | sahlberg | 2006-09-16 01:51:03 -0700 (Sat, 16 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-spoolss.c
 
-some info level updates
+remove any dependencies that dcv->private_data is persistent
 
 
 ------------------------------------------------------------------------
-r16578 | sahlberg | 2005-11-24 18:28:02 -0600 (Thu, 24 Nov 2005) | 3 lines
+r19242 | sahlberg | 2006-09-16 02:10:23 -0700 (Sat, 16 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-nt.c
 
-update the transaction code
+strings we pass up to the caller through private_data are now of ep scope
 
 
-------------------------------------------------------------------------
-r16577 | sahlberg | 2005-11-24 09:24:30 -0600 (Thu, 24 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+this closes a few memory leaks
 
-dissect some more of SMB2 Transaction command
 
 ------------------------------------------------------------------------
-r16576 | sahlberg | 2005-11-24 08:49:46 -0600 (Thu, 24 Nov 2005) | 3 lines
+r19243 | sahlberg | 2006-09-16 02:20:34 -0700 (Sat, 16 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-windows-common.c
 
-dissect some of opcode 0x0b Transaction
+make dissect_nt_sid return ep allocated memory and thus fix a few memory leaks
+(this function is often called from dcerpc dissectors)
 
 
 ------------------------------------------------------------------------
-r16575 | etxrab | 2005-11-23 23:55:18 -0600 (Wed, 23 Nov 2005) | 25 lines
+r19244 | sahlberg | 2006-09-16 04:57:14 -0700 (Sat, 16 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-ncp-int.h
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-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
 
-From Greg Morris:
-ncp2222.py.diff
-Fixed decoding of NCP 89,10 reply packet. Fixes malformed packet.
-packet-ncp.c.diff
-Adds NCP protocol preference options for enabling/disabling the echoing of data to the expert table.
-Expert: EID to Name Lookups
-Expert: NCP Connections
-Expert: NCP Errors
-Expert: Server Information
-packet-ncp2222.inc.diff
-Adds decoding of ZEN attribute values
-zendmSearchType
-zendmSearchOrder
-Fixes blank name stored in EID to Name table if tuned name was returned in resolve name reply packet
-Adds capability of reading hf values from NCP tree for exporting specific NCP info to expert table
-Adds support for new NCP protocol preference options
-Adds expert options for EID to Name Lookups, NCP connections, and Server Information
-Change nwconnection from 16bit value to 32bit
-Packet-ncp-int.h.diff
-Fix function prototypes to match new 32bit nwconnection
-Add global variables to allow for new NCP protocol preference options
+generate SRVSVC by pidl
 
-------------------------------------------------------------------------
-r16574 | etxrab | 2005-11-23 15:32:07 -0600 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-tipc.c
+small prettification regression but that will be fixed in the next few days
 
-Pretify TIPC addr.
-------------------------------------------------------------------------
-r16573 | etxrab | 2005-11-23 15:27:39 -0600 (Wed, 23 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ncp-nmas.c
 
-From greg Morris:
-Fixes proper decoding of extended error 2 values
-Also adds a number of additional error codes/values
-------------------------------------------------------------------------
-r16572 | etxrab | 2005-11-23 15:25:24 -0600 (Wed, 23 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
 
-From Greg Morris:
-Fixes proper decoding of extended error 2 values
-Also adds a number of additional error codes/values
 ------------------------------------------------------------------------
-r16571 | etxrab | 2005-11-23 15:17:58 -0600 (Wed, 23 Nov 2005) | 3 lines
+r19245 | ulfl | 2006-09-16 05:13:32 -0700 (Sat, 16 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-srvloc.c
+   M /trunk/docbook/Makefile
 
-From Greg Morris:
-This update adds info column data for srvloc request/reply to display SLP version and XID information.
-Also adds expert data for srvloc error conditions
-------------------------------------------------------------------------
-r16570 | kukosa | 2005-11-23 03:41:43 -0600 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+can we agree on using lynx?
 
-fixed typo
-------------------------------------------------------------------------
-r16569 | kukosa | 2005-11-23 01:47:22 -0600 (Wed, 23 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/epan/libethereal.def
+Cygwin situation:
+- lynx works
+- elinks is not available (at least on the standard repositories)
+- links and true doesn't produce any output
 
-export dissect_per_object_identifier_str() and dissect_ber_object_identifier_str() from libethereal
 ------------------------------------------------------------------------
-r16568 | etxrab | 2005-11-23 01:38:42 -0600 (Wed, 23 Nov 2005) | 1 line
+r19246 | ulfl | 2006-09-16 06:06:38 -0700 (Sat, 16 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/AUTHORS
+   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
+
+second step to fix the file dialog "mess":
+- rewrite the "File Save" and "File Merge" sections
 
-Add Stig Bjørlykke as author of CDT (CompressedDataType) support 
 ------------------------------------------------------------------------
-r16567 | etxrab | 2005-11-23 01:33:03 -0600 (Wed, 23 Nov 2005) | 11 lines
+r19247 | etxrab | 2006-09-17 12:43:13 -0700 (Sun, 17 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-p_mul.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/epan/dissectors/packet-uma.c
 
-From Stig Bjørlykke
-Added a new dissector for CDT (CompressedDataType) as
- defined in STANAG 4406 Annex E.  This dissector is used in P_Mul to  
- decode encapsulated X.411 content.  I have added a function in the  
- X.411 dissector to decode a MTS APDU without having a ROS
+Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107
 
- Changes in this patch:
- * Added CDT dissector
- * Use CDT dissector in P_Mul
- * Added function to decode MTS APDU in the X.411 dissector
+"The 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
+Changed paths:
+   M /trunk/epan/dissectors/packet-tipc.c
 
+From Martin Peylo:
+Improve Infocolumn output.
 ------------------------------------------------------------------------
-r16566 | etxrab | 2005-11-23 01:32:24 -0600 (Wed, 23 Nov 2005) | 11 lines
+r19249 | sahlberg | 2006-09-18 01:05:51 -0700 (Mon, 18 Sep 2006) | 4 lines
 Changed paths:
-   A /trunk/epan/dissectors/packet-cdt.c
-   A /trunk/epan/dissectors/packet-cdt.h
+   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
 
-From Stig Bjørlykke
-Added a new dissector for CDT (CompressedDataType) as
- defined in STANAG 4406 Annex E.  This dissector is used in P_Mul to  
- decode encapsulated X.411 content.  I have added a function in the  
- X.411 dissector to decode a MTS APDU without having a ROS
 
- Changes in this patch:
- * Added CDT dissector
- * Use CDT dissector in P_Mul
- * Added function to decode MTS APDU in the X.411 dissector
 
 ------------------------------------------------------------------------
-r16565 | etxrab | 2005-11-23 01:29:45 -0600 (Wed, 23 Nov 2005) | 11 lines
+r19250 | sahlberg | 2006-09-18 01:42:46 -0700 (Mon, 18 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/packet-x411-template.h
+   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.c
+   M /trunk/epan/dissectors/packet-dcerpc-srvsvc.h
+   M /trunk/epan/dissectors/pidl/srvsvc.idl
 
-From Stig Bjørlykke
-Added a new dissector for CDT (CompressedDataType) as
- defined in STANAG 4406 Annex E.  This dissector is used in P_Mul to  
- decode encapsulated X.411 content.  I have added a function in the  
- X.411 dissector to decode a MTS APDU without having a ROS
+some more bitmaps for SRVSVC
 
- Changes in this patch:
- * Added CDT dissector
- * Use CDT dissector in P_Mul
- * Added function to decode MTS APDU in the X.411 dissector
 
 ------------------------------------------------------------------------
-r16564 | etxrab | 2005-11-23 01:24:18 -0600 (Wed, 23 Nov 2005) | 1 line
+r19251 | jake | 2006-09-18 02:27:47 -0700 (Mon, 18 Sep 2006) | 4 lines
 Changed paths:
-   A /trunk/asn1/cdt
-   A /trunk/asn1/cdt/Makefile
-   A /trunk/asn1/cdt/Makefile.nmake
-   A /trunk/asn1/cdt/cdt-exp.cnf
-   A /trunk/asn1/cdt/cdt.asn
-   A /trunk/asn1/cdt/cdt.cnf
-   A /trunk/asn1/cdt/packet-cdt-template.c
-   A /trunk/asn1/cdt/packet-cdt-template.h
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-pktgen.c
+
+From Francesco Fondelli:
+You find attached a patch file (against svn 19058) to dissect packets
+produced by the Linux kernel packet generator.
 
-Add cdt
 ------------------------------------------------------------------------
-r16563 | guy | 2005-11-22 18:53:37 -0600 (Tue, 22 Nov 2005) | 5 lines
+r19252 | jmayer | 2006-09-18 03:14:12 -0700 (Mon, 18 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-mtp3.c
 
-Fix a couple of mangled UTF-8 names.
+jeff morriss:
+       Patch for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1102
 
-"cfs 2895" was a typo - combine the two entries for cjs2895 [AT]
-hotmail.com.
 
 ------------------------------------------------------------------------
-r16562 | etxrab | 2005-11-22 15:48:10 -0600 (Tue, 22 Nov 2005) | 1 line
+r19253 | martinm | 2006-09-18 06:39:23 -0700 (Mon, 18 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-tipc.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-Add dissection of Transparent Inter Process Communication (TIPC). 
+Add old release DSCH FDD fields.  Try to squash compiler warnings seen on MACOS buildbot
 ------------------------------------------------------------------------
-r16561 | jmayer | 2005-11-22 06:51:14 -0600 (Tue, 22 Nov 2005) | 1 line
+r19254 | jake | 2006-09-18 06:59:30 -0700 (Mon, 18 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/h245/packet-h245-template.h
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.h
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
    M /trunk/epan/dissectors/packet-dcp.c
-   M /trunk/epan/dissectors/packet-giop.c
-   M /trunk/epan/dissectors/packet-gnm.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h245.h
-   M /trunk/epan/dissectors/packet-h248.h
-   M /trunk/epan/dissectors/packet-iuup.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pvfs2.c
-   M /trunk/epan/dissectors/packet-rmt-norm.c
-   M /trunk/epan/dissectors/packet-rmt-norm.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-   M /trunk/epan/dissectors/packet-xml.c
-   M /trunk/epan/tvbparse.c
-   M /trunk/gtk/voip_calls_dlg.c
-   M /trunk/plugins/h223/packet-h223.c
-   M /trunk/plugins/h223/packet-srp.c
+   M /trunk/epan/dissectors/packet-dcp.h
+   M /trunk/epan/dissectors/packet-icep.c
+
+Licepnse -> License
 
-Trivial warning fixes
 ------------------------------------------------------------------------
-r16560 | sharpe | 2005-11-22 00:36:06 -0600 (Tue, 22 Nov 2005) | 4 lines
+r19255 | jake | 2006-09-18 07:29:58 -0700 (Mon, 18 Sep 2006) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
+   M /trunk/epan/dissectors/packet-ymsg.c
 
+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.
 
-Remove unnecessary code to add NULLs to strings obtained with ASN1_STRING_VALUE_DECODE, as they are already there.
-
+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.
 
 ------------------------------------------------------------------------
-r16559 | sharpe | 2005-11-21 21:55:02 -0600 (Mon, 21 Nov 2005) | 4 lines
+r19256 | gerald | 2006-09-18 15:22:44 -0700 (Mon, 18 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
-
-
-Remove a comment that says we don't support extensibleMatch, because we now do. Also, remove an unused static.
+   M /trunk/gtk/main.c
 
+Fix protocol reference link URL.
 
 ------------------------------------------------------------------------
-r16558 | sharpe | 2005-11-21 20:19:52 -0600 (Mon, 21 Nov 2005) | 6 lines
+r19257 | sahlberg | 2006-09-19 01:02:19 -0700 (Tue, 19 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
-
-
-A first pass at providing a dissector for extensibleMatch filters.
+   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
 
-More work to come on the whole filters shtick and more clean-up required here.
+import DFS.idl from samba and use it to generate a much more complete DFS dissector
 
 
 ------------------------------------------------------------------------
-r16557 | sahlberg | 2005-11-21 14:37:43 -0600 (Mon, 21 Nov 2005) | 5 lines
+r19258 | jmayer | 2006-09-19 08:29:38 -0700 (Tue, 19 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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
 
-from Metze
-generalize the offset/length/buffer   handling
-and make some code much nicer
+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 ==============
 
 
 ------------------------------------------------------------------------
-r16556 | etxrab | 2005-11-21 13:01:52 -0600 (Mon, 21 Nov 2005) | 1 line
+r19259 | martinm | 2006-09-19 10:40:24 -0700 (Tue, 19 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ethertype.c
+   M /trunk/epan/dissectors/packet-sip.c
 
-Add ethertype for TIPC
+Make Content-Length and Max-Forwards fields uints
 ------------------------------------------------------------------------
-r16555 | etxrab | 2005-11-21 13:01:07 -0600 (Mon, 21 Nov 2005) | 1 line
+r19260 | etxrab | 2006-09-19 13:25:57 -0700 (Tue, 19 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/etypes.h
+   M /trunk/asn1/gsmmap/packet-gsm_map-template.c
+   M /trunk/epan/dissectors/packet-gsm_map.c
 
-Add ethertype for TIPC
+From Graham Addis:
+ In dissect_geographical_description the longitude is multiplied by 260 
+ and should be by 360(degrees).
+
+ Also it would be good to display to 5 decimal places.
 ------------------------------------------------------------------------
-r16554 | guy | 2005-11-19 22:34:58 -0600 (Sat, 19 Nov 2005) | 7 lines
+r19261 | guy | 2006-09-19 19:52:26 -0700 (Tue, 19 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/epan/dissectors/packet-pres.c
-
-When registering a context ID and OID, set the OID to NULL if we don't
-have an OID to register.
+   M /trunk/epan/libwireshark.def
 
-If our table of context identifiers and OIDs is to keep that association
-on a per-conversation basis, it should use conversations, not
-address/port, as we aren't necessarily running over TCP or UDP.
+Add some routines to the list of routines exported by libwireshark - at
+least one dissector writer needs them.
 
 ------------------------------------------------------------------------
-r16553 | sahlberg | 2005-11-19 20:48:26 -0600 (Sat, 19 Nov 2005) | 6 lines
+r19262 | etxrab | 2006-09-19 23:13:02 -0700 (Tue, 19 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-pres.h
-
-if the packet is mangled   the oid string might be NULL.
-
-dont try to register a NULL oid
-
+   M /trunk/epan/dissectors/packet-llc.c
+   M /trunk/epan/libwireshark.def
+   M /trunk/epan/oui.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).
 
+From me:
+Resorted the oui  lists, some witespace changes and added Ericsson OUI:s.
 ------------------------------------------------------------------------
-r16552 | etxrab | 2005-11-19 09:59:30 -0600 (Sat, 19 Nov 2005) | 1 line
+r19263 | etxrab | 2006-09-19 23:14:45 -0700 (Tue, 19 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/asn1/ansi_map/packet-ansi_map-template.c
 
-Use VendorID from sminmpec.
+Dont use itu_ssn
 ------------------------------------------------------------------------
-r16551 | etxrab | 2005-11-19 09:58:16 -0600 (Sat, 19 Nov 2005) | 1 line
+r19264 | martinm | 2006-09-20 05:12:18 -0700 (Wed, 20 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/diameter/dictionary.xml
-   M /trunk/diameter/mobileipv4.xml
-   M /trunk/diameter/nasreq.xml
+   M /trunk/epan/dissectors/packet-multipart.c
+
+Add Content-Id and Content-Transfer-Encoding headers, as described in RFC 2045/6
 
-Use the correct Application Id:s fix a typo.
 ------------------------------------------------------------------------
-r16550 | sahlberg | 2005-11-19 04:27:16 -0600 (Sat, 19 Nov 2005) | 3 lines
+r19265 | martinm | 2006-09-20 05:13:18 -0700 (Wed, 20 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
+   M /trunk/epan/dissectors/packet-msrp.c
 
-fix for bug 570,   the domain name is present in sessionsetupandx replies even for wc==4
+Make the data part of the message filterable
 
 ------------------------------------------------------------------------
-r16549 | sahlberg | 2005-11-19 04:03:16 -0600 (Sat, 19 Nov 2005) | 3 lines
+r19266 | jmayer | 2006-09-20 07:22:15 -0700 (Wed, 20 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/radius/dictionary
 
-fix bug 588 and friends
+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
 
 
 ------------------------------------------------------------------------
-r16548 | sahlberg | 2005-11-18 21:19:56 -0600 (Fri, 18 Nov 2005) | 3 lines
+r19267 | jake | 2006-09-20 07:59:37 -0700 (Wed, 20 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-the 4 bytes in MxAc   are access maxk   not file attributes
+   M /trunk/radius/dictionary
 
+Repair patch to accurately follow RFC 4590
 
 ------------------------------------------------------------------------
-r16547 | sahlberg | 2005-11-18 21:15:39 -0600 (Fri, 18 Nov 2005) | 3 lines
+r19268 | jake | 2006-09-20 22:29:41 -0700 (Wed, 20 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-prettification
+   M /trunk/epan/libwireshark.def
 
+Add http_dissector_add upon request
 
 ------------------------------------------------------------------------
-r16546 | sahlberg | 2005-11-18 20:24:22 -0600 (Fri, 18 Nov 2005) | 3 lines
+r19269 | sahlberg | 2006-09-21 02:18:39 -0700 (Thu, 21 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-dfs.c
+   M /trunk/epan/dissectors/packet-dcerpc-dfs.h
+   M /trunk/epan/dissectors/pidl/dfs.idl
 
-decode the extra blob at the end of Create calls
+dfs updates
 
 
 ------------------------------------------------------------------------
-r16545 | sahlberg | 2005-11-18 15:59:05 -0600 (Fri, 18 Nov 2005) | 5 lines
+r19270 | martinm | 2006-09-21 03:21:12 -0700 (Thu, 21 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-update to SMB2_FILE_ALL_INFO dissection
-
-prettify dissection of some strings
-
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
+New fields in R6 RACH
 ------------------------------------------------------------------------
-r16544 | guy | 2005-11-18 04:06:47 -0600 (Fri, 18 Nov 2005) | 5 lines
+r19271 | jake | 2006-09-21 06:08:50 -0700 (Thu, 21 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   M /trunk/epan/dissectors/packet-smb.c
 
-Don't crash if a null OID pointer is passed to
-"call_ber_oid_callback()".  (Arguably, the caller of
-"call_ber_oid_callback()" should check for that, and report that a
-presumably-required field is missing.)
+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.
 
 ------------------------------------------------------------------------
-r16543 | sahlberg | 2005-11-18 01:31:18 -0600 (Fri, 18 Nov 2005) | 3 lines
+r19272 | guy | 2006-09-21 10:39:17 -0700 (Thu, 21 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/gtk/rtp_player.c
+   M /trunk/gtk/rtp_player.h
+   M /trunk/gtk/voip_calls.c
 
-dissect some more infolevels
+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().
 
+Constify the first argument to add_rtp_packet(), as it's passed a
+pointer to a const value.
 
 ------------------------------------------------------------------------
-r16542 | guy | 2005-11-18 00:12:17 -0600 (Fri, 18 Nov 2005) | 2 lines
+r19273 | guy | 2006-09-21 10:41:47 -0700 (Thu, 21 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/doc/tethereal.pod
-   M /trunk/tethereal.c
+   M /trunk/epan/dissectors/packet-bootp.c
 
-Add support for the "-B" flag to Tethereal on Windows.
+Fix the handling of IPv4-address and Boolean suboptions of the Novell
+options item.
 
 ------------------------------------------------------------------------
-r16541 | guy | 2005-11-17 18:34:11 -0600 (Thu, 17 Nov 2005) | 12 lines
+r19274 | guy | 2006-09-21 10:42:23 -0700 (Thu, 21 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/capture_sync.c
-
-Make the message length in the sync pipe message header 3 bytes of
-binary data, so the maximum message length can be up to 2^24-1.
-
-Add a #define for that message size, and have it be 4096, for now, as
-that was the size of the buffer used to read sync pipe messages.
-
-Clean up white space.
+   M /trunk/epan/dissectors/packet-bootp.c
 
-When displaying an error message from the capture child, don't use it as
-a format string - it could conceivably contain "%"s.  Instead, format it
-with "%s".
+Add some space after commas.
 
 ------------------------------------------------------------------------
-r16540 | guy | 2005-11-17 17:50:08 -0600 (Thu, 17 Nov 2005) | 4 lines
+r19275 | etxrab | 2006-09-21 12:39:42 -0700 (Thu, 21 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/sha1.c
+   M /trunk/epan/dissectors/packet-lapd.c
+   M /trunk/epan/dissectors/packet-q931.c
 
-The fopen() is used only if you build this as a stand-alone SHA-1 test
-program, not as a library routine; just leave it as fopen(), to simplify
-the build process.
+Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106
 
+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
 ------------------------------------------------------------------------
-r16539 | sahlberg | 2005-11-17 16:30:19 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19276 | sahlberg | 2006-09-21 14:14:33 -0700 (Thu, 21 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/pidl/packet-dcerpc-winreg.c
+   M /trunk/epan/dissectors/pidl/winreg.idl
 
-add dissection of more infolevels for smb2
+winreg updates    resync idl from s4
 
 
 ------------------------------------------------------------------------
-r16538 | sahlberg | 2005-11-17 08:22:11 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19277 | sahlberg | 2006-09-21 15:01:32 -0700 (Thu, 21 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   A /trunk/epan/dissectors/pidl/eventlog.cnf
+   A /trunk/epan/dissectors/pidl/eventlog.idl
 
-add dissection of fs_[objectid|full_size]_info
+add idl file and conformance file for eventlog interface
 
 
 ------------------------------------------------------------------------
-r16537 | sahlberg | 2005-11-17 08:00:07 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19278 | sahlberg | 2006-09-21 15:02:08 -0700 (Thu, 21 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/pidl/eventlog.idl
 
- add dissection of fs quota info
+merge JBMs changes from the handwritten dissector to the idl
 
 
 ------------------------------------------------------------------------
-r16536 | sahlberg | 2005-11-17 07:43:22 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19279 | sahlberg | 2006-09-21 17:01:38 -0700 (Thu, 21 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.h
+   M /trunk/epan/dissectors/pidl/eventlog.cnf
+
+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)
 
-add full dissection of fs_[volume|size|device|atrtibute]_info
 
 
 ------------------------------------------------------------------------
-r16535 | sahlberg | 2005-11-17 06:30:36 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19280 | sahlberg | 2006-09-21 18:40:23 -0700 (Thu, 21 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.cnf
+
+add conformance file magic to decode the non-NDR  source/computer name strings of the eventlog_Record
 
-add dissection of the security descriptor mask
 
 
 ------------------------------------------------------------------------
-r16534 | guy | 2005-11-17 05:50:36 -0600 (Thu, 17 Nov 2005) | 8 lines
+r19281 | ulfl | 2006-09-22 00:41:56 -0700 (Fri, 22 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-cms.h
+   M /trunk/packaging/nsis/wireshark.nsi
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+remove AUTHOS-SHORT-FORMAT from NSIS and U3 installation
+------------------------------------------------------------------------
+r19282 | sahlberg | 2006-09-22 00:43:29 -0700 (Fri, 22 Sep 2006) | 6 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.cnf
+
+update to eventlog record
 
-The SHA-1 routines now take const pointers; don't cast away constness.
+dissect the informational strings that may be present inside an event
 
-tvb_get_ptr() returns a "const guint8 *"; don't bother casting its
-return value to "const guint8 *".
 
-"cms_verify_msg_digest()" can be passed a const pointer for "alg"; make
-its argument a "const char *".
 
 ------------------------------------------------------------------------
-r16533 | guy | 2005-11-17 05:48:30 -0600 (Thu, 17 Nov 2005) | 2 lines
+r19283 | sahlberg | 2006-09-22 00:56:18 -0700 (Fri, 22 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/sha1.c
-   M /trunk/epan/sha1.h
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.cnf
+
+update where the extra strings in the record are being dissected to that the decode follows the packet structure more closely
+
 
-Constify arguments.
 
 ------------------------------------------------------------------------
-r16532 | guy | 2005-11-17 05:16:37 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19284 | sahlberg | 2006-09-22 02:27:25 -0700 (Fri, 22 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/asn1/x509af/packet-x509af-template.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
+   M /trunk/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
 
-Get rid of some char * vs. const char * warnings, and declare a function
-with no arguments as such.
 
 ------------------------------------------------------------------------
-r16531 | guy | 2005-11-17 05:15:26 -0600 (Thu, 17 Nov 2005) | 2 lines
+r19285 | martinm | 2006-09-22 03:29:19 -0700 (Fri, 22 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-tcp.c
-
-Get rid of an unused variable.
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
+EDCH new fields + another DCH control message type
 ------------------------------------------------------------------------
-r16530 | guy | 2005-11-17 05:14:38 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19286 | martinm | 2006-09-22 05:35:06 -0700 (Fri, 22 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/cmdarg_err.h
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-With GCC 2.x and later, mark cmdarg_err() and cmdarg_err_cont() as being
-printf-like.
+Add remaining dedicated control message types.  This dissector is pretty complete now.
+------------------------------------------------------------------------
+r19287 | martinm | 2006-09-22 05:41:30 -0700 (Fri, 22 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-umts_fp.h
 
+Add missing updates to unbreak build...
 ------------------------------------------------------------------------
-r16529 | sahlberg | 2005-11-17 02:21:53 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19288 | gal | 2006-09-22 08:19:32 -0700 (Fri, 22 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/asn1/ldap/packet-ldap-template.c
+   M /trunk/epan/dissectors/packet-ldap.c
 
-decode the create flags
+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.
 
 
 ------------------------------------------------------------------------
-r16528 | sahlberg | 2005-11-17 01:32:17 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19289 | gal | 2006-09-22 10:39:02 -0700 (Fri, 22 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-ber.c
 
-add more updates from the wiki
+Fix to show all the internal tokens. when configured, when dissecting an unknown piece of BER.
 
 
 ------------------------------------------------------------------------
-r16527 | sahlberg | 2005-11-17 01:04:41 -0600 (Thu, 17 Nov 2005) | 3 lines
+r19290 | gram | 2006-09-22 11:51:25 -0700 (Fri, 22 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-start updating the dissector from wiki updates done
+   M /trunk/tools/netscreen2dump.py
 
+Handle netscreen 5.3r4 snoop output, too.
+This format adds "len=\d+" before the ":"
 
 ------------------------------------------------------------------------
-r16526 | guy | 2005-11-16 23:59:21 -0600 (Wed, 16 Nov 2005) | 13 lines
+r19291 | gerald | 2006-09-22 14:14:54 -0700 (Fri, 22 Sep 2006) | 10 lines
 Changed paths:
    M /trunk/Makefile.common
-   M /trunk/capture.h
-   M /trunk/capture_opts.c
-   M /trunk/clopts_common.c
-   M /trunk/clopts_common.h
-   A /trunk/cmdarg_err.h
-   M /trunk/gtk/main.c
-   M /trunk/tethereal.c
-
-Handle "-G" only in Tethereal - it doesn't work in Wireshark, and isn't
-necessary there.
+   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/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 a "cmdarg_err()" routine to report command-line option errors; it
-creates a console if necessary, and prints the command name and the
-trailing newline.  Also add "cmdarg_err_cont()", which also creates a
-console if necessary, and prints a trailing newline but no command name;
-it's used to continue the message.  Use those, rather than
-"g_warning()", for errors.
+Add support for reading from stdin under Windows.  Based on a patch sent
+in last year by Gianluca Varenni.
 
-That means that we no longer need to pass the command name to various
-command-line argument parsing routines.
+Add partial support for reading from named pipes (currently disabled).
 
-------------------------------------------------------------------------
-r16525 | guy | 2005-11-16 23:02:30 -0600 (Wed, 16 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x509if.c
+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.
 
-Squelch some const vs. non-const warnings.
+Fix up whitespace.
 
 ------------------------------------------------------------------------
-r16524 | guy | 2005-11-16 22:54:25 -0600 (Wed, 16 Nov 2005) | 2 lines
+r19292 | jake | 2006-09-22 14:18:51 -0700 (Fri, 22 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/epan/dissectors/packet-x509if.c
+   M /trunk/gtk/menu.c
 
-Include <epan/emem.h> to declare ep_alloc().
+Move Copy below the tree manipulation options.
 
 ------------------------------------------------------------------------
-r16523 | guy | 2005-11-16 22:47:41 -0600 (Wed, 16 Nov 2005) | 3 lines
+r19293 | gerald | 2006-09-22 15:34:54 -0700 (Fri, 22 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/epan/dissectors/packet-x411.c
+   M /trunk/epan/filesystem.c
+   A /trunk/epan/unicode-utils.c
+   A /trunk/epan/unicode-utils.h
 
-"dissect_ber_object_identifier_str" expects a "const char **" as its
-last argument; make it so.
+Add missing files from last commit.  Fix an #include.
 
 ------------------------------------------------------------------------
-r16522 | guy | 2005-11-16 22:15:01 -0600 (Wed, 16 Nov 2005) | 4 lines
+r19294 | ulfl | 2006-09-22 16:08:06 -0700 (Fri, 22 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/strutil.h
-
-g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - they
-exist in GLib 2.x, but not in 1.2[.x].  Check the version number of
-GLIB, not of GTK+, to decide whether to #define them.
+   M /trunk/capture-wpcap.c
+   M /trunk/version_info.c
 
+Slightly reshape the version text: Bring the OS info above the WinPcap text - this just makes more sense IMHO
 ------------------------------------------------------------------------
-r16521 | guy | 2005-11-16 22:10:31 -0600 (Wed, 16 Nov 2005) | 11 lines
+r19295 | ulfl | 2006-09-22 16:16:31 -0700 (Fri, 22 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/gtk/main.c
-
-Don't list "-B" on UN*X - it's not available there.
-
-On Windows, show it using the same usage-message syntax as other
-options.
-
-Clean up the usage message.
-
-When doing the "pre-scan" of command-line arguments, suppress error
-messages - that suppresses bogus messages for GTK+ command-line flags,
-and gets rid of double messages for other errors.
+   M /trunk/Makefile.nmake
 
+add a packaging_u3 target
+rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing)
 ------------------------------------------------------------------------
-r16520 | sahlberg | 2005-11-16 17:17:21 -0600 (Wed, 16 Nov 2005) | 4 lines
+r19296 | gerald | 2006-09-22 16:26:52 -0700 (Fri, 22 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/asn1/dap/packet-dap-template.c
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-dap.c
-   A /trunk/epan/dissectors/packet-dap.h
-   A /trunk/epan/dissectors/packet-disp.c
-   A /trunk/epan/dissectors/packet-disp.h
-   A /trunk/epan/dissectors/packet-dsp.c
-   A /trunk/epan/dissectors/packet-dsp.h
-   A /trunk/epan/dissectors/packet-x501.c
-   A /trunk/epan/dissectors/packet-x501.h
-
-add the rest of Graeme Lunts patch
-
+   M /trunk/gtk/main.c
 
+Don't complain if we can't find airpcap.dll.
 
 ------------------------------------------------------------------------
-r16519 | sahlberg | 2005-11-16 17:15:04 -0600 (Wed, 16 Nov 2005) | 3 lines
+r19297 | ulfl | 2006-09-22 16:49:08 -0700 (Fri, 22 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/strutil.h
+   M /trunk/gtk/main.c
 
-add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platforms as well
+experimental: append the current maximum expert warning level to the "File" statusbar, e.g. "[Expert: Chat]".
 
+I'm still looking for a good way to display the current expert level and this seems to be the best place.
 
+However, ideas are still welcome ...
 ------------------------------------------------------------------------
-r16518 | sahlberg | 2005-11-16 16:53:33 -0600 (Wed, 16 Nov 2005) | 10 lines
+r19298 | ulfl | 2006-09-22 17:14:48 -0700 (Fri, 22 Sep 2006) | 9 lines
 Changed paths:
-   A /trunk/asn1/dap
-   A /trunk/asn1/dap/Makefile
-   A /trunk/asn1/dap/dap-exp.cnf
-   A /trunk/asn1/dap/dap.asn
-   A /trunk/asn1/dap/dap.cnf
-   A /trunk/asn1/dap/packet-dap-template.c
-   A /trunk/asn1/dap/packet-dap-template.h
-   A /trunk/asn1/disp
-   A /trunk/asn1/disp/Makefile
-   A /trunk/asn1/disp/disp.asn
-   A /trunk/asn1/disp/disp.cnf
-   A /trunk/asn1/disp/packet-disp-template.c
-   A /trunk/asn1/disp/packet-disp-template.h
-   A /trunk/asn1/dsp
-   A /trunk/asn1/dsp/Makefile
-   A /trunk/asn1/dsp/dsp-exp.cnf
-   A /trunk/asn1/dsp/dsp.asn
-   A /trunk/asn1/dsp/dsp.cnf
-   A /trunk/asn1/dsp/packet-dsp-template.c
-   A /trunk/asn1/dsp/packet-dsp-template.h
-   A /trunk/asn1/x501
-   A /trunk/asn1/x501/Makefile
-   A /trunk/asn1/x501/packet-x501-template.c
-   A /trunk/asn1/x501/packet-x501-template.h
-   A /trunk/asn1/x501/x501-exp.cnf
-   A /trunk/asn1/x501/x501.asn
-   A /trunk/asn1/x501/x501.cnf
+   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
 
-from Graeme Lunt
+GTK2: add an analog VU meter like display widget 
 
-4 new asn based protocols
-X501
-DISP
-DAP
-DSP
+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 
 
+... and I've heavily changed and extended it to fit the problem here.
 
+We might use the VU meter widget later at other places as well ...
 ------------------------------------------------------------------------
-r16517 | ulfl | 2005-11-16 16:08:50 -0600 (Wed, 16 Nov 2005) | 2 lines
+r19299 | ulfl | 2006-09-22 17:28:04 -0700 (Fri, 22 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/gtk/Makefile.nmake
 
-hmmm, buggy bugfix
-capture_child isn't initialized already here, so remove the whole error reaction check for now
+rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it twice
 ------------------------------------------------------------------------
-r16516 | ulfl | 2005-11-16 15:46:24 -0600 (Wed, 16 Nov 2005) | 1 line
+r19300 | ulfl | 2006-09-22 17:38:00 -0700 (Fri, 22 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/main.c
+   M /trunk/capture_loop.c
 
-the "pre-scan" of the command line parameters shouldn't stop the capture child. The child uses a slightly different parameter pattern, so this isn't an error here. Fixes the reported capture problem
+squelch some compiler warnings due to currently disabled code
 ------------------------------------------------------------------------
-r16515 | etxrab | 2005-11-16 14:25:29 -0600 (Wed, 16 Nov 2005) | 1 line
+r19301 | ulfl | 2006-09-22 17:38:56 -0700 (Fri, 22 Sep 2006) | 1 line
 Changed paths:
-   D /trunk/diameter/3GPPSh.xml
-   A /trunk/diameter/TGPPSh.xml
-   M /trunk/diameter/dictionary.xml
+   M /trunk/capture_sync.c
 
-A digit as first letter does not work fix some cut-and-paste errors.
+use unicode-utils.h instead of strutil.h
 ------------------------------------------------------------------------
-r16514 | etxrab | 2005-11-16 14:03:09 -0600 (Wed, 16 Nov 2005) | 1 line
+r19302 | ulfl | 2006-09-22 18:39:07 -0700 (Fri, 22 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/Makefile.nmake
+   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.
 
-Decose APN messages correctly.
+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...
 ------------------------------------------------------------------------
-r16513 | jmayer | 2005-11-16 12:44:05 -0600 (Wed, 16 Nov 2005) | 4 lines
+r19303 | ulfl | 2006-09-23 01:39:54 -0700 (Sat, 23 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/manuf.tmpl
-
-
-Graeme Hewson: Continue to use the old Netscreen name - it makes it
-        easier to identify the Juniper firewall products.
+   M /trunk/Makefile.nmake
 
+fix a typo
 ------------------------------------------------------------------------
-r16512 | sahlberg | 2005-11-16 04:59:41 -0600 (Wed, 16 Nov 2005) | 6 lines
+r19304 | sahlberg | 2006-09-23 06:21:54 -0700 (Sat, 23 Sep 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
- add dissection of buffercode
-according to
-wiki.etehreal.com/SMB2/BufferCode
+   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
 
-------------------------------------------------------------------------
-r16511 | sahlberg | 2005-11-16 03:27:43 -0600 (Wed, 16 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-   M /trunk/epan/strutil.h
+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.
 
- add a simple g_strlcat define in strutil   for gtk==1  where this symbol does not exist
 
 
 ------------------------------------------------------------------------
-r16510 | etxrab | 2005-11-16 01:21:48 -0600 (Wed, 16 Nov 2005) | 1 line
+r19305 | lego | 2006-09-23 07:24:22 -0700 (Sat, 23 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-diameter-defs.h
-   M /trunk/epan/dissectors/packet-diameter.c
+   M /trunk/gtk/Makefile.am
+
+Get rid of a tab after a / that caused make on MacOS X to believe that \t was another target
+
 
-Display AVP:s of Dimater type Unsigned32 as such even when they have "value translation".
 ------------------------------------------------------------------------
-r16509 | etxrab | 2005-11-16 01:16:34 -0600 (Wed, 16 Nov 2005) | 8 lines
+r19306 | sahlberg | 2006-09-23 14:55:40 -0700 (Sat, 23 Sep 2006) | 13 lines
 Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
+   M /trunk/epan/dissectors/packet-windows-common.c
+   M /trunk/epan/dissectors/packet-windows-common.h
 
-From Greg Morris;
-The following diff (based on current SVN) fixes the following...
-1. Adds additional return value 0xa901 
-"Invalid Data Type Flag (outdated return value - replaced in NSS as 0x89aa error)" 
-for 87/xx NCP's.
-2. Fixes decode for NCP 87/20 reply packets
-3. Fixes decode for NCP 89/53 request packets
-
-------------------------------------------------------------------------
-r16508 | etxrab | 2005-11-16 01:13:12 -0600 (Wed, 16 Nov 2005) | 39 lines
-Changed paths:
-   M /trunk/asn1/acse/Makefile.nmake
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/cms/Makefile.nmake
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/asn1/ess/ExtendedSecurityServices.asn
-   M /trunk/asn1/ess/Makefile.nmake
-   M /trunk/asn1/ess/ess.cnf
-   M /trunk/asn1/rtse/Makefile.nmake
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/asn1/s4406/Makefile.nmake
-   M /trunk/asn1/s4406/s4406.asn
-   M /trunk/asn1/s4406/s4406.cnf
-   M /trunk/asn1/x411/Makefile.nmake
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/asn1/x509af/AuthenticationFramework.asn
-   M /trunk/asn1/x509af/Makefile.nmake
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/asn1/x509af/packet-x509af-template.h
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/asn1/x509if/Makefile.nmake
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509if/packet-x509if-template.h
-   M /trunk/asn1/x509if/x509if-exp.cnf
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/asn1/x509sat/Makefile.nmake
-   M /trunk/asn1/x509sat/SelectedAttributeTypes.asn
-   M /trunk/asn1/x509sat/x509sat.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-s4406.c
-   M /trunk/epan/dissectors/packet-s5066.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509af.h
-   M /trunk/epan/dissectors/packet-x509if.c
-   M /trunk/epan/dissectors/packet-x509if.h
-   M /trunk/epan/dissectors/packet-x509sat.c
-   M /trunk/epan/dissectors/packet-x509sat.h
+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)
 
-From Graeme Lunt:
-Here are a number of small patches for asn1 based dissectors:
+Add a new WERR error table to packet-windows-common    so that PIDL generated dissectors can use this table instead of the DOS table.
 
-acse:
-  release request/response column information (many X.400/X.500 unbinds are
-empty)
-  "standardised" PNAME to "ISO 8650-1 OSI Association Control Service"
-  fix for crash when using EXTERNAL dissector
 
-rtse:
-  column information when attempting a resume
+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
 
-x509if:
-  generation of LDAP-style DNs from RDNSequences 
-  new function x509if_get_last_dn() to get the last DN generated.
 
-x509af:
-  DSS parameters
-  certificate extension naming
-  subject naming of certificate
 
-x509sat:
-  Guide syntax (as SET now supported)
-  PDU exports.
-  
-cms:
-  verification of message digest attribute (SHA-1 and MD5)
-  
-ess:
-  enumerated/restrictive/permissive/informative security categories
 
-x411:
-  generation of string encoding of X.400 addresses, trace information and message identifiers.
-
-s4406:
-  separate types for primary and copy precedence to allow better filtering (e.g. primary precedence = flash)
-  priority-level-qualifier
 
 
 ------------------------------------------------------------------------
-r16507 | guy | 2005-11-15 04:56:18 -0600 (Tue, 15 Nov 2005) | 6 lines
+r19307 | ulfl | 2006-09-23 15:08:39 -0700 (Sat, 23 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-Handle OSPF V3 prefixes similarly to the way other IPv6 prefixes are
-handled (but not the same, as the prefix length in OSPF is rounded up to
-a multiple of 4 bytes, not just a byte).  This simplifies the code, and
-keeps us from overflowing the buffer we allocate if the prefix length is
-> 128 (we now just report that as an error).
+   M /trunk/packaging/nsis/wireshark.nsi
 
+fix a typo, the comment char is ; not !
 ------------------------------------------------------------------------
-r16506 | sahlberg | 2005-11-15 02:49:34 -0600 (Tue, 15 Nov 2005) | 3 lines
+r19308 | ulfl | 2006-09-23 17:45:31 -0700 (Sat, 23 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add decoding of extended attributes
+   M /trunk/epan/dissectors/packet-image-png.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 
 ------------------------------------------------------------------------
-r16505 | kukosa | 2005-11-14 07:05:17 -0600 (Mon, 14 Nov 2005) | 3 lines
+r19309 | ulfl | 2006-09-24 04:10:31 -0700 (Sun, 24 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/h450/packet-h450-template.c
-   M /trunk/epan/dissectors/packet-h225.c
-   M /trunk/epan/dissectors/packet-h235.c
-   M /trunk/epan/dissectors/packet-h245.c
-   M /trunk/epan/dissectors/packet-h450.c
-   M /trunk/epan/dissectors/packet-per.c
-   M /trunk/epan/dissectors/packet-per.h
-   M /trunk/epan/dissectors/packet-t38.c
-   M /trunk/tools/asn2eth.py
+   M /trunk/epan/dissectors/packet-dcerpc.c
 
-improvements in value constraint support
-- NO_BOUND is defined instead of usage -1
-- negative bound is handled properly for INTEGER
+print the connectionless interface name if such is known
 ------------------------------------------------------------------------
-r16504 | sahlberg | 2005-11-14 07:02:23 -0600 (Mon, 14 Nov 2005) | 6 lines
+r19310 | sahlberg | 2006-09-24 13:21:27 -0700 (Sun, 24 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
+   M /trunk/gtk/gtkvumeter.h
+
+we dont have G_BEGIN_DECLS on old gtk/glib versions
 
-move the include of emem.h a bit further down
-so it does know what size_t is when emem is included.
+since we dont use c++ anyway we dont need these macros
 
-i needed this change to get it to compile on my box
 
 
 ------------------------------------------------------------------------
-r16503 | sahlberg | 2005-11-14 06:06:39 -0600 (Mon, 14 Nov 2005) | 3 lines
+r19311 | sahlberg | 2006-09-24 13:23:17 -0700 (Sun, 24 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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
 
-some more infol;evels decoded
+pidl has been updated to use WERR instead of DOS error tables.
+regenerate some dissectors
 
 
 ------------------------------------------------------------------------
-r16502 | guy | 2005-11-14 04:49:13 -0600 (Mon, 14 Nov 2005) | 2 lines
+r19312 | sahlberg | 2006-09-24 13:24:39 -0700 (Sun, 24 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gssapi.h
+   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
 
-Fix the declaration of gssapi_lookup_oid_str() to match its definition.
+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
 
-------------------------------------------------------------------------
-r16501 | kukosa | 2005-11-14 04:02:31 -0600 (Mon, 14 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/acse/packet-acse-template.c
-   M /trunk/asn1/cmip/cmip.cnf
-   M /trunk/asn1/cmip/packet-cmip-template.c
-   M /trunk/asn1/cms/cms.cnf
-   M /trunk/asn1/cms/packet-cms-template.c
-   M /trunk/asn1/ess/ess.cnf
-   M /trunk/asn1/ess/packet-ess-template.c
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.c
-   M /trunk/asn1/ocsp/ocsp.cnf
-   M /trunk/asn1/ocsp/packet-ocsp-template.c
-   M /trunk/asn1/pkix1explicit/packet-pkix1explicit-template.c
-   M /trunk/asn1/pkix1explicit/pkix1explicit.cnf
-   M /trunk/asn1/pkixcmp/cmp.cnf
-   M /trunk/asn1/pkixcmp/packet-cmp-template.c
-   M /trunk/asn1/pkixcrmf/crmf.cnf
-   M /trunk/asn1/pkixcrmf/packet-crmf-template.c
-   M /trunk/asn1/pkixqualified/packet-pkixqualified-template.c
-   M /trunk/asn1/pkixqualified/pkixqualified.cnf
-   M /trunk/asn1/pres/packet-pres-template.c
-   M /trunk/asn1/pres/pres.cnf
-   M /trunk/asn1/spnego/packet-spnego-template.c
-   M /trunk/asn1/spnego/spnego.cnf
-   M /trunk/asn1/tcap/packet-tcap-template.c
-   M /trunk/asn1/tcap/tcap.cnf
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/packet-x420-template.c
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/asn1/x509af/packet-x509af-template.c
-   M /trunk/asn1/x509af/x509af.cnf
-   M /trunk/asn1/x509ce/packet-x509ce-template.c
-   M /trunk/asn1/x509ce/x509ce.cnf
-   M /trunk/asn1/x509if/packet-x509if-template.c
-   M /trunk/asn1/x509if/x509if.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-ber.c
-   M /trunk/epan/dissectors/packet-ber.h
-   M /trunk/epan/dissectors/packet-cmip.c
-   M /trunk/epan/dissectors/packet-cmp.c
-   M /trunk/epan/dissectors/packet-cms.c
-   M /trunk/epan/dissectors/packet-crmf.c
-   M /trunk/epan/dissectors/packet-ess.c
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-gssapi.c
-   M /trunk/epan/dissectors/packet-ocsp.c
-   M /trunk/epan/dissectors/packet-pkix1explicit.c
-   M /trunk/epan/dissectors/packet-pkixqualified.c
-   M /trunk/epan/dissectors/packet-pres.c
-   M /trunk/epan/dissectors/packet-spnego.c
-   M /trunk/epan/dissectors/packet-tcap.c
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x509af.c
-   M /trunk/epan/dissectors/packet-x509ce.c
-   M /trunk/epan/dissectors/packet-x509if.c
 
- - dissect_ber_object_identifier() returns value as tvb
- - new dissect_ber_object_identifier_str() function
- - BER dissectors adapted and regenerated
 ------------------------------------------------------------------------
-r16500 | etxrab | 2005-11-13 14:53:24 -0600 (Sun, 13 Nov 2005) | 2 lines
+r19313 | guy | 2006-09-24 13:27:25 -0700 (Sun, 24 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-h263.c
+   M /trunk/gtk/gtkvumeter.c
 
-Fix Bug 566  H.263: in display filters, ftype bit masked by sbit 
+Squelch some compiler warnings.
 
 ------------------------------------------------------------------------
-r16499 | etxrab | 2005-11-13 12:09:44 -0600 (Sun, 13 Nov 2005) | 1 line
+r19314 | guy | 2006-09-24 13:28:16 -0700 (Sun, 24 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/ranap/Makefile.nmake
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/asn1/ranap/ranap.asn
-   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/image/toolbar/capture_airpcap_16.xpm
+   M /trunk/image/toolbar/capture_ethernet_16.xpm
 
-Fix the lenght calculation.
-------------------------------------------------------------------------
-r16498 | etxrab | 2005-11-13 10:40:55 -0600 (Sun, 13 Nov 2005) | 1 line
-Changed paths:
-   A /trunk/diameter/3GPPSh.xml
-   M /trunk/diameter/dictionary.xml
-   M /trunk/diameter/imscxdx.xml
-   M /trunk/diameter/mobileipv4.xml
-   M /trunk/diameter/nasreq.xml
+Squelch some compiler warnings.
 
-Update some 3GPP AVP:s
 ------------------------------------------------------------------------
-r16497 | sahlberg | 2005-11-12 17:17:06 -0600 (Sat, 12 Nov 2005) | 4 lines
+r19315 | guy | 2006-09-24 13:29:47 -0700 (Sun, 24 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-prettify read/write
+   M /trunk/epan/dissectors/packet-ssl.c
 
+Squelch a compiler warning.
 
+Clean up indentation.
 
 ------------------------------------------------------------------------
-r16496 | sahlberg | 2005-11-12 17:05:29 -0600 (Sat, 12 Nov 2005) | 11 lines
+r19316 | guy | 2006-09-24 13:31:02 -0700 (Sun, 24 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-prettify smb2
-
-always put the filename in col_info if it is known
-
-for getinfo/setinfo  put the class/level in colinfo as well.
+   M /trunk/epan/dissectors/packet-dcerpc-eventlog.c
+   M /trunk/epan/dissectors/pidl/eventlog.cnf
 
+dissect_ndr_uint16()'s last argument points to a guint16, not a guint.
 
-this makes it very easy to see in the packet summary which file a icommand applies to and what kind of info is requested
-
+------------------------------------------------------------------------
+r19317 | ulfl | 2006-09-24 13:37:30 -0700 (Sun, 24 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/gtk/gtkvumeter.h
 
+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
+------------------------------------------------------------------------
+r19318 | etxrab | 2006-09-24 14:04:53 -0700 (Sun, 24 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-ber.c
 
+Handle Zero length SEQUENCE and SEQUENCE OF.
 ------------------------------------------------------------------------
-r16495 | sahlberg | 2005-11-12 16:05:53 -0600 (Sat, 12 Nov 2005) | 16 lines
+r19319 | lego | 2006-09-24 18:09:00 -0700 (Sun, 24 Sep 2006) | 5 lines
+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
+
+
+------------------------------------------------------------------------
+r19320 | sahlberg | 2006-09-25 01:10:10 -0700 (Mon, 25 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rlogin.c
+   M /trunk/capture_loop.c
 
-from martin marthieson
+make sure we still compile for all out rh71 users
 
-updates to rlogin
 
-Hi, this patch:
-- uses value_string for control message field
-- doesn't use a single global time value to mark start of all conversations!
-- corrects client-user-name, server-user-name order in initial user-info
-message
-- adds data (text input/output) into the protocol tree
-- makes lots more things filterable
-- improves info column text (always calls rlogin_display() now)
-- cleans up some whitespace
+------------------------------------------------------------------------
+r19321 | sahlberg | 2006-09-25 01:50:21 -0700 (Mon, 25 Sep 2006) | 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
 
 
 ------------------------------------------------------------------------
-r16494 | sahlberg | 2005-11-12 15:56:02 -0600 (Sat, 12 Nov 2005) | 16 lines
+r19322 | lego | 2006-09-25 18:12:14 -0700 (Mon, 25 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-
-from Laurent Constantin
+   M /trunk/epan/epan.c
 
-updates to smb
-A patch for packet-smb.c is attached:
- - it improves timeout decoding
- - it defines common NT transaction IOCTL functions
- - it corrects decoding of resume key in search queries
- - it defines a new function dissect_4_2_16_8_unsure() to replace
- Â  dissect_4_2_16_8(). I'm unsure if it is correct. As said in
- Â  comments, it works for me, but I find strange that nobody noticed
- Â  dissect_4_2_16_8() was wrong. So, it is between "#if 0".
- Â  Someone else should confirm dissect_4_2_16_8_unsure() works
- Â  before activating it.
+Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h.
 
+Sorry!
 
 
 ------------------------------------------------------------------------
-r16493 | sahlberg | 2005-11-12 15:14:17 -0600 (Sat, 12 Nov 2005) | 2 lines
+r19323 | lego | 2006-09-25 18:19:29 -0700 (Mon, 25 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/epan.c
+
+Complete the workarround of prev rev, temporarilly disabling lua from unix as well.
+
+Luis.
 
-if we get the error BUTTER_TOO_SMALL coming back in a getinfo reply   the data will just be 4 bytes and will contain the required buffer size
 
 ------------------------------------------------------------------------
-r16492 | ulfl | 2005-11-12 10:44:54 -0600 (Sat, 12 Nov 2005) | 3 lines
+r19324 | lego | 2006-09-25 20:31:00 -0700 (Mon, 25 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/wiretap/file_util.h
+   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
 
-minor mkdir bugfix from Gisle Vanem
+Lua 5.1.1 for windows
 
 
 ------------------------------------------------------------------------
-r16491 | sahlberg | 2005-11-12 05:42:06 -0600 (Sat, 12 Nov 2005) | 3 lines
+r19325 | lego | 2006-09-25 20:36:31 -0700 (Mon, 25 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/Makefile.nmake
+   M /trunk/tools/win32-setup.sh
 
-the timestamps of negprot are known
+The forgotten files!
 
 
 ------------------------------------------------------------------------
-r16490 | sahlberg | 2005-11-12 05:27:34 -0600 (Sat, 12 Nov 2005) | 3 lines
+r19326 | lego | 2006-09-25 21:06:17 -0700 (Mon, 25 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/wslua/init_wslua.c
 
- improve the dissection of Create and fill in most of the fields
+wslua_init() must return a value
 
 
 ------------------------------------------------------------------------
-r16489 | guy | 2005-11-12 05:05:02 -0600 (Sat, 12 Nov 2005) | 12 lines
+r19327 | lego | 2006-09-26 03:22:20 -0700 (Tue, 26 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/file.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/progress_dlg.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/progress_dlg.h
-   M /trunk/proto_hier_stats.c
-
-Allow a progress dialog to have "Stop" or "Cancel" as the "terminate
-button"; "Stop" should be used for operations that can only be stopped
-(meaning that what it's already done isn't undone), not cancelled
-(meaning that whatever it's already done *is* undone), for which
-"Cancel" is used.
-
-Allow the merging process to be cancelled.
+   M /trunk/epan/epan.c
 
-Clean up indentation.
+Re-enable lua as the windows version is already there.
 
-Update some comments.
 
 ------------------------------------------------------------------------
-r16488 | ulfl | 2005-11-12 04:09:02 -0600 (Sat, 12 Nov 2005) | 2 lines
+r19328 | martinm | 2006-09-26 06:01:27 -0700 (Tue, 26 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-lldp.c
-   M /trunk/epan/oui.h
+   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)
 
-(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):
-add some PROFINET specific LLDP extensions
 ------------------------------------------------------------------------
-r16487 | sahlberg | 2005-11-12 04:07:12 -0600 (Sat, 12 Nov 2005) | 3 lines
+r19329 | gerald | 2006-09-26 15:24:50 -0700 (Tue, 26 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb.c
-   M /trunk/epan/dissectors/packet-smb.h
-   M /trunk/epan/dissectors/packet-smb2.c
-
-dissect more of Close request/response
+   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.
 
 ------------------------------------------------------------------------
-r16486 | ulfl | 2005-11-12 04:01:35 -0600 (Sat, 12 Nov 2005) | 1 line
+r19330 | gerald | 2006-09-26 15:51:04 -0700 (Tue, 26 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/capture_opts.c
+   M /trunk/epan/Makefile.nmake
+
+Don't try to build wslua if LUA_DIR isn't defined.
 
-including io.h isn't needed
 ------------------------------------------------------------------------
-r16485 | ulfl | 2005-11-12 03:39:24 -0600 (Sat, 12 Nov 2005) | 1 line
+r19331 | lego | 2006-09-26 17:45:55 -0700 (Tue, 26 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/plugins/profinet/packet-pn-dcp.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
 
-minor enhancements
+use luaforge's 5.1 dll to be able to link on windows. fix some mistakes
 ------------------------------------------------------------------------
-r16484 | sahlberg | 2005-11-12 02:48:02 -0600 (Sat, 12 Nov 2005) | 6 lines
+r19332 | lego | 2006-09-26 19:51:08 -0700 (Tue, 26 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc.c
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
+   M /trunk/epan/wslua/template-init.lua
 
-add initial decode of dcerpc over smb2
-
-
-it does not yet multiplex between different files   but it is better than nothing
+Add a simple lua console to allow evaluation of conde into init.lua
 
 
 ------------------------------------------------------------------------
-r16483 | sahlberg | 2005-11-12 01:45:01 -0600 (Sat, 12 Nov 2005) | 11 lines
+r19333 | sahlberg | 2006-09-27 01:59:20 -0700 (Wed, 27 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
-
-in order to handle dcerpc over smb2 later and to make the heuristics stronger for determining what might and what might not be a pipe
-
-
-add   TID tracking.   for all TreeConnect requests/resposnes seen,   store the name->tid mapping and other metadata.
-
+   M /trunk/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
 
-as a freebee    the disswection of the tid in the ehader is aware of this table so when a tid value is dissected in the header and we known the name for this tid   then put it in an expansion below the tid.
+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
 
 
 
 ------------------------------------------------------------------------
-r16482 | sahlberg | 2005-11-11 22:23:52 -0600 (Fri, 11 Nov 2005) | 10 lines
+r19334 | martinm | 2006-09-27 02:48:42 -0700 (Wed, 27 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
-
-start separating things out into structures
-we can regenerate from the header
-we need to remember between request/response
-we need on a per conersation bases
-
-to reduce the amount of data we store in the per req/resp  pair  since there will be many of them and we want that struct as small as possible.
-
-
-
+   M /trunk/print.c
 
+Fix PDML export problem for FT_NONE fields (bug 1110)
 ------------------------------------------------------------------------
-r16481 | sahlberg | 2005-11-11 19:21:43 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19335 | jmayer | 2006-09-27 04:03:22 -0700 (Wed, 27 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-
- a guid is only 16  bytes  so dont highlight 20 bytes in the hexpane
+   M /trunk/acinclude.m4
 
+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.
 
 ------------------------------------------------------------------------
-r16480 | jmayer | 2005-11-11 18:42:45 -0600 (Fri, 11 Nov 2005) | 1 line
+r19336 | martinm | 2006-09-27 05:49:00 -0700 (Wed, 27 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/pidl/idl_types.h
+   M /trunk/epan/dissectors/packet-sip.c
 
-Update to samba 11681
-------------------------------------------------------------------------
-r16479 | jmayer | 2005-11-11 18:42:03 -0600 (Fri, 11 Nov 2005) | 24 lines
-Changed paths:
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/Template.pm
+Dissect sequence number & method name of CSeq header.
 
-Update to samba 11691:
 ------------------------------------------------------------------------
-r11535 | jelmer | 2005-11-06 14:53:37 +0100 (Sun, 06 Nov 2005) | 2 lines
+r19337 | gerald | 2006-09-27 09:49:53 -0700 (Wed, 27 Sep 2006) | 3 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/Template.pm
+   M /trunk/packaging/nsis/Makefile.nmake
 
-Support void functions when generating templates.
+Make the NSIS distclean target be a bit more thorough about cleaning up old
+installers.
 
 ------------------------------------------------------------------------
-r11539 | jelmer | 2005-11-06 15:31:01 +0100 (Sun, 06 Nov 2005) | 4 lines
+r19338 | lego | 2006-09-27 10:12:42 -0700 (Wed, 27 Sep 2006) | 6 lines
 Changed paths:
-   M /branches/SAMBA_4_0/source/pidl/TODO
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/NDR/Header.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/NDR/Server.pm
-   M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/Template.pm
-
-Fix indentation in templates. Always generate lower-case
-UUID strings as GUID_from_string seems to have trouble with
-uppercased ones.
+   M /trunk/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
 
-------------------------------------------------------------------------
 
+* 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
 
-------------------------------------------------------------------------
-r16478 | jmayer | 2005-11-11 18:25:27 -0600 (Fri, 11 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-   M /trunk/epan/dissectors/packet-smb2.h
 
-Propset svn:...
 ------------------------------------------------------------------------
-r16477 | sahlberg | 2005-11-11 16:12:10 -0600 (Fri, 11 Nov 2005) | 10 lines
+r19339 | gerald | 2006-09-27 11:02:40 -0700 (Wed, 27 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dcerpc-nt.c
-   M /trunk/epan/dissectors/packet-dcerpc-nt.h
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/Makefile.nmake
+   M /trunk/config.nmake
+   M /trunk/tools/win32-setup.sh
 
-in smb2   the file handles are not normal context handles    they are just a guid
+Update GNUTLS to 1.5.1.  This includes an updated libgcrypt, which should
+fix bug 1096.
 
-make them a guid in smb2 dissector and make tim pottesr excellent conmtext handle tracking also able to do the same thing for GUIDs
+Switch back to fetching a date-stamped URL in win32-setup.sh.  This
+ensures backward compatibility with previous releases and non-updated
+SVN trees.
 
+------------------------------------------------------------------------
+r19340 | etxrab | 2006-09-27 12:30:22 -0700 (Wed, 27 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-per.c
 
-( a context handle is just a 32 biut attribute field followed by a uuid anyway)
+Handle unaligned dissect_per_length_determinant and dissect_per_restricted_character_string_sorted.
+------------------------------------------------------------------------
+r19341 | etxrab | 2006-09-27 13:06:06 -0700 (Wed, 27 Sep 2006) | 12 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.
 
+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".
 
+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)
 
-------------------------------------------------------------------------
-r16476 | etxrab | 2005-11-11 16:05:21 -0600 (Fri, 11 Nov 2005) | 5 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+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.
 
-fix:
-Malformed packet IAM, Calling party number 
-Application transport -  some code clean up. 
-bug 551 Nor Med PC ethereal-bugs@ethereal.com NEW SS7, ISUP, IAM-signal, malformed packet (not) 
-Bug 554 Min Low PC ethereal-bugs@ethereal.com NEW ETSI codec dissection error in BICC 
+There is 2 new timers  in the preferences for the statistics, to tune the retransmission timeout, and messages lost timeout.
 ------------------------------------------------------------------------
-r16475 | sahlberg | 2005-11-11 06:49:42 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19342 | sahlberg | 2006-09-27 13:55:13 -0700 (Wed, 27 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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
 
-start decoding notify requests
+generate the EFS DCERPC interface dissector using PIDL
 
 
 ------------------------------------------------------------------------
-r16474 | sahlberg | 2005-11-11 05:35:10 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19343 | sahlberg | 2006-09-27 13:56:15 -0700 (Wed, 27 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   D /trunk/epan/dissectors/dcerpc/efs
 
-dissect READ packets
+EFS is generated by PIDL now so we dont need the old idl2wrs folder any more
 
 
 ------------------------------------------------------------------------
-r16473 | sahlberg | 2005-11-11 05:14:14 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19344 | gerald | 2006-09-27 17:33:46 -0700 (Wed, 27 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-write offset is 32 bits   so is write length
+   M /trunk/packaging/nsis/wireshark.nsi
 
+Add lua5.1.dll to the installer.
 
 ------------------------------------------------------------------------
-r16472 | sahlberg | 2005-11-11 05:03:00 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19345 | sahlberg | 2006-09-28 00:52:46 -0700 (Thu, 28 Sep 2006) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-nfs.c
 
- add allocation size
+From Alex Burlyga
 
+This patch adds support for dissecting ontap's nfsv4 filehandle,
+as well as some updates to nfsv3 filehandle as well in the nfs
+dissector.
+
+Alex.
 
-------------------------------------------------------------------------
-r16471 | sahlberg | 2005-11-11 04:26:36 -0600 (Fri, 11 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
 
-add decode of endoffile for file infolevel 0x12
+checked in with minor changes
 
 
 ------------------------------------------------------------------------
-r16470 | sahlberg | 2005-11-11 03:09:31 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19346 | lego | 2006-09-28 01:57:29 -0700 (Thu, 28 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/gtk/menu.c
+   M /trunk/stat_menu.h
 
-class:3  level:0 is just a normal nt security descvriptor
+Avoid to add an empty menu if there's no Lua.
 
 
 ------------------------------------------------------------------------
-r16469 | sahlberg | 2005-11-11 02:23:11 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19347 | martinm | 2006-09-28 02:27:28 -0700 (Thu, 28 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-opcode 0x0c is Cancel
-
+   M /trunk/print.c
 
+Remove extra double quote from fix to bug 1110
 ------------------------------------------------------------------------
-r16468 | sahlberg | 2005-11-11 02:14:59 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19348 | sahlberg | 2006-09-28 08:55:13 -0700 (Thu, 28 Sep 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-scsi.c
 
-opcode 0x0f is Notify
+Hi,
 
+This patch fixes the page code selector for the scsi log sense command.
 
-------------------------------------------------------------------------
-r16467 | sahlberg | 2005-11-11 02:04:32 -0600 (Fri, 11 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+Patrick
 
-SMB2_FILE_INFO_0a  structure   which is used with SetInfo  to rename a file
 
 
 
 ------------------------------------------------------------------------
-r16466 | sahlberg | 2005-11-11 01:49:13 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19349 | sahlberg | 2006-09-28 08:57:54 -0700 (Thu, 28 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-scsi.c
 
-dont dereference null pointers
+additional scsi sense codes from patrick@abra2.bitwizard.nl
 
 
 ------------------------------------------------------------------------
-r16465 | sahlberg | 2005-11-11 01:41:09 -0600 (Fri, 11 Nov 2005) | 3 lines
+r19350 | sahlberg | 2006-09-28 09:29:18 -0700 (Thu, 28 Sep 2006) | 34 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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
 
-the uid is 64 bits
+From stephen fisher:
 
 
-------------------------------------------------------------------------
-r16464 | sahlberg | 2005-11-10 22:35:22 -0600 (Thu, 10 Nov 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/stream.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.
 
-from albert chin
+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?
 
 
-remove some c99-isms
+Thanks,
 
+Steve
 
-------------------------------------------------------------------------
-r16463 | sahlberg | 2005-11-10 21:50:53 -0600 (Thu, 10 Nov 2005) | 7 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/packet-smb2.c
-   A /trunk/epan/dissectors/packet-smb2.h
+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.
 
-break out some structures into packet-smb2.h   so we can start tapping in later
+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.
 
-we will do service-response-time   statistics before other inferior products have even noticed a new protocol is in town.
+
+Steve
 
 
 
 
 ------------------------------------------------------------------------
-r16462 | gerald | 2005-11-10 18:04:37 -0600 (Thu, 10 Nov 2005) | 2 lines
+r19351 | jake | 2006-09-28 09:30:20 -0700 (Thu, 28 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mip6.h
 
-Don't use null values for blurbs in header fields.
+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.
 
 ------------------------------------------------------------------------
-r16461 | sahlberg | 2005-11-10 16:46:10 -0600 (Thu, 10 Nov 2005) | 3 lines
+r19352 | ulfl | 2006-09-28 12:53:11 -0700 (Thu, 28 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-start decoding SMB2_FILE_INFO_22
+   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
 
+from Stephen Fisher:
 
+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.
 ------------------------------------------------------------------------
-r16460 | sahlberg | 2005-11-10 15:52:55 -0600 (Thu, 10 Nov 2005) | 5 lines
+r19353 | jake | 2006-09-28 13:28:26 -0700 (Thu, 28 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dtd_preparse.l
+   M /trunk/wiretap/eyesdn.c
 
-from albert chan
+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.
+
+------------------------------------------------------------------------
+r19354 | etxrab | 2006-09-28 22:50:41 -0700 (Thu, 28 Sep 2006) | 9 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-tipc.c
 
-dont use a variable with the name dirname since it will collide with symbols on some hosts
+From Martin Peylo:
 
+- 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
+------------------------------------------------------------------------
+r19355 | etxrab | 2006-09-28 22:51:44 -0700 (Thu, 28 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-isakmp.c
 
+Update some value_strings
 ------------------------------------------------------------------------
-r16459 | sahlberg | 2005-11-10 15:50:30 -0600 (Thu, 10 Nov 2005) | 6 lines
+r19356 | etxrab | 2006-09-28 22:52:41 -0700 (Thu, 28 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cimd.c
-   M /trunk/epan/dissectors/packet-dcp.c
+   M /trunk/asn1/h248/packet-h248-template.c
 
-from albert chin
+Add some more package names.
+------------------------------------------------------------------------
+r19357 | etxrab | 2006-09-28 22:53:47 -0700 (Thu, 28 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/Makefile.nmake
 
+Fixa a typo copy -> xcopy
+------------------------------------------------------------------------
+r19358 | jake | 2006-09-29 01:47:51 -0700 (Fri, 29 Sep 2006) | 6 lines
+Changed paths:
+   M /trunk/wiretap/eyesdn.c
 
-dont use c++ style comments
+From: Rolf Fiedler 
+So far Wireshark complained about channel 129, now it gets a little further 
+and then complains about channel 128. 
 
+Solution: Open up all channel from 128 up. 
 
 ------------------------------------------------------------------------
-r16458 | sahlberg | 2005-11-10 04:08:32 -0600 (Thu, 10 Nov 2005) | 11 lines
+r19359 | sahlberg | 2006-09-29 02:24:51 -0700 (Fri, 29 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/epan/dissectors/packet-scsi.h
 
-use the policy_handle framework for dcerpc    to trach which frame a policy handle is opened in and which one it is closed in.
+move the defines for SPC command opcode values to the headerfile
 
 
-also attempt to store a name for it   like File:foo
+------------------------------------------------------------------------
+r19360 | sahlberg | 2006-09-29 03:40:51 -0700 (Fri, 29 Sep 2006) | 7 lines
+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
 
+add initial scsi osd dissector  but only dissect sdbs that are impoerted from SPC
 
-but this does not work yet.
+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
 
 
 
 
 ------------------------------------------------------------------------
-r16457 | guy | 2005-11-10 01:42:23 -0600 (Thu, 10 Nov 2005) | 2 lines
+r19361 | kukosa | 2006-09-29 04:09:17 -0700 (Fri, 29 Sep 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/prefs.c
-   M /trunk/epan/proto.c
-
-Don't pass signed characters to the <ctype.h> macros.
+   M /trunk/epan/dissectors/packet-per.c
 
+From Reinhard Speyerer:
+patch fixes a small typo in epan/dissectors/packet-per.c
 ------------------------------------------------------------------------
-r16456 | guy | 2005-11-10 01:26:30 -0600 (Thu, 10 Nov 2005) | 2 lines
+r19362 | sahlberg | 2006-09-29 04:12:18 -0700 (Fri, 29 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-slimp3.c
+   M /trunk/epan/dissectors/packet-iscsi.c
 
-Include <ctype.h> to declare "isprint()".
+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
 
-------------------------------------------------------------------------
-r16455 | guy | 2005-11-09 21:16:25 -0600 (Wed, 09 Nov 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ipv6.h
 
-There's no guarantee that BYTE_ORDER is defined as anything useful, and
-the BYTE_ORDER == BIG_ENDIAN values for FMIP_HI_FLAG_ASSIGNED and
-FMIP_HI_FLAG_BUFFER are bogus for the way they're used anyway (they're
-used to check bits in a one-byte value), so throw away those values, and
-get rid of the leading 00 in the BYTE_ORDER == LITTLE_ENDIAN values.
 
-------------------------------------------------------------------------
-r16454 | guy | 2005-11-09 21:00:43 -0600 (Wed, 09 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/gtk/toolbar.c
+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.
 
-Skip some toolbar #includes if we're not using GTK+ 2.x.
 
 ------------------------------------------------------------------------
-r16453 | guy | 2005-11-09 20:49:54 -0600 (Wed, 09 Nov 2005) | 4 lines
+r19363 | jake | 2006-09-29 09:31:52 -0700 (Fri, 29 Sep 2006) | 4 lines
 Changed paths:
-   M /trunk/wiretap/file_wrappers.c
-
-Include <unistd.h> if available, to get "close()" declared.
+   M /trunk/epan/dissectors/packet-mip6.h
 
-Update the big comment to reflect current reality.
+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.
 
 ------------------------------------------------------------------------
-r16452 | etxrab | 2005-11-09 15:50:39 -0600 (Wed, 09 Nov 2005) | 2 lines
+r19364 | martinm | 2006-09-29 10:35:23 -0700 (Fri, 29 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/epan/dissectors/packet-sip.c
 
-From Andrei Emeltchenko
-I have added new RTCP POC fields as OMA standard says. With some additions. 
+Dissect Via header
 ------------------------------------------------------------------------
-r16451 | sahlberg | 2005-11-09 15:06:06 -0600 (Wed, 09 Nov 2005) | 3 lines
+r19365 | jake | 2006-09-29 12:39:40 -0700 (Fri, 29 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add initial decode for SMB2_FS_INFO_01
-
+   M /trunk/epan/dissectors/packet-xot.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. 
 ------------------------------------------------------------------------
-r16450 | sahlberg | 2005-11-09 14:57:56 -0600 (Wed, 09 Nov 2005) | 3 lines
+r19366 | etxrab | 2006-09-29 14:26:27 -0700 (Fri, 29 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/diameter/dictionary.xml
+   M /trunk/epan/dissectors/packet-diameter-defs.h
+   M /trunk/radius/dictionary.3gpp
 
-add decode of SMB2_FS_INFO_05 
+Update Diamater and Radius AVP:s
+------------------------------------------------------------------------
+r19367 | etxrab | 2006-09-29 14:27:58 -0700 (Fri, 29 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/asn1/packet-asn1.c
 
+Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.
+------------------------------------------------------------------------
+r19368 | ulfl | 2006-09-29 14:53:54 -0700 (Fri, 29 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
+MSVC doesn't like empty array inits
 ------------------------------------------------------------------------
-r16449 | sahlberg | 2005-11-09 14:37:49 -0600 (Wed, 09 Nov 2005) | 3 lines
+r19369 | ulfl | 2006-09-29 15:40:55 -0700 (Fri, 29 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/gtk/prefs_dlg.c
 
-add decoding of the create request
+fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again in 19291)
+------------------------------------------------------------------------
+r19370 | ulfl | 2006-09-29 15:48:38 -0700 (Fri, 29 Sep 2006) | 5 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
 
+from Stephen Fisher:
 
+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).
 ------------------------------------------------------------------------
-r16448 | gerald | 2005-11-09 10:01:35 -0600 (Wed, 09 Nov 2005) | 10 lines
+r19371 | sahlberg | 2006-09-29 17:31:36 -0700 (Fri, 29 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/epan/dissectors/packet-fc.h
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-From Stig Bjørlykke:
+scsi osd additions
 
-I just learned how easy it is to reassemble multiple UDP packets, so  I
-had to implement this for the P_Mul protocol :)
+we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly
 
-This patch fixes:
-* Reassemble multiple data packets
-* Add packet length check
-* Fix for PDU type in tree entry
 
 ------------------------------------------------------------------------
-r16447 | sahlberg | 2005-11-09 07:19:57 -0600 (Wed, 09 Nov 2005) | 4 lines
+r19372 | ulfl | 2006-09-29 17:45:03 -0700 (Fri, 29 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-some more of the never ending stream of smb2 updates
-
-
+   M /trunk/Makefile.nmake
 
+that wasn't a typo, xcopy can't rename files that way
 ------------------------------------------------------------------------
-r16446 | sahlberg | 2005-11-09 04:18:31 -0600 (Wed, 09 Nov 2005) | 3 lines
+r19373 | sahlberg | 2006-09-29 18:01:57 -0700 (Fri, 29 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-iscsi.c
 
-add decode of Write commands
+scsi opcode 0x7f is variable length   so dont clamp the cdb length to 16 bytes
 
 
 ------------------------------------------------------------------------
-r16445 | sahlberg | 2005-11-09 03:29:41 -0600 (Wed, 09 Nov 2005) | 10 lines
+r19374 | sahlberg | 2006-09-29 21:10:28 -0700 (Fri, 29 Sep 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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 support for Close   and the new guess that the FID is present in the Find request.
+add an extra_data pointer to the itlq structure where specific commandsets/cdbs can hang additional data that are unique to that commandset/cdb
 
 
-Ohoy sailor,    we have spotted the concept of current working directory.
-
-does this mean we also get rid of the silly 200-256 byte path length limitation?
+make the scsi osd service action and getsetattributetype use this facility
 
+furhter enhancements to scsi osd
 
 
+------------------------------------------------------------------------
+r19375 | ulfl | 2006-09-30 02:15:15 -0700 (Sat, 30 Sep 2006) | 1 line
+Changed paths:
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
+remove a warning
 ------------------------------------------------------------------------
-r16444 | sahlberg | 2005-11-09 03:14:11 -0600 (Wed, 09 Nov 2005) | 3 lines
+r19376 | sahlberg | 2006-09-30 02:34:58 -0700 (Sat, 30 Sep 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-iscsi.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-dissect more of the SMB2/Close function
+scsi osd updates
 
 
-------------------------------------------------------------------------
-r16443 | guy | 2005-11-09 02:46:24 -0600 (Wed, 09 Nov 2005) | 5 lines
-Changed paths:
-   M /trunk/gtk/main.c
+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.
 
-Remove comment that no longer applies.
+reassemble these cdb into a proper tvb before passing it to the scsi dissector
 
-If we get a getopt() error in the pre-scanning, quit - don't do all the
-GUI stuff and re-scan the arguments (and print the error message twice).
 
-------------------------------------------------------------------------
-r16442 | ulfl | 2005-11-08 18:39:20 -0600 (Tue, 08 Nov 2005) | 1 line
-Changed paths:
-   M /trunk/docbook/release-notes.xml
 
-Updated feature: When cancelling a file load operation...
 ------------------------------------------------------------------------
-r16441 | ulfl | 2005-11-08 16:24:53 -0600 (Tue, 08 Nov 2005) | 9 lines
+r19377 | ulfl | 2006-09-30 02:45:51 -0700 (Sat, 30 Sep 2006) | 7 lines
 Changed paths:
-   M /trunk/file.c
+   A /trunk/plugins/Custom.nmake.example
+   M /trunk/plugins/Makefile.nmake
 
-from Jaap Keuter:
-Anyone having objections to idea of stopping the load of a capture file
-i.s.o. cancelling it? I'm refering to WishList Data I/O item #6.
-It seems a very reasonable idea and easy to implement.
+"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).
 
-I've done some extensions:
--Improve the corresponding comment on the implications why this is useful
--added a new simple_dialog text to explain what's really going on (simply using the WTAP truncated packet message was a bit misleading)
+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.
 
+I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-)
 ------------------------------------------------------------------------
-r16440 | etxrab | 2005-11-08 16:18:06 -0600 (Tue, 08 Nov 2005) | 1 line
+r19378 | sahlberg | 2006-09-30 03:08:43 -0700 (Sat, 30 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/asn1.h
-   M /trunk/epan/dissectors/format-oid.h
-   M /trunk/epan/dissectors/packet-cops.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
+
+finish off the remainder of FORMAT OSD   for scsi osd dissector
+
 
-Move def of subid_t to format-oid.h don't include asn1.h in cops any more.
 ------------------------------------------------------------------------
-r16439 | sahlberg | 2005-11-08 15:16:36 -0600 (Tue, 08 Nov 2005) | 3 lines
+r19379 | sahlberg | 2006-09-30 03:24:23 -0700 (Sat, 30 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
- start dissecting SMB2_FILE_INFO_12
+ add dissection of SCSI OSD CREATE PARTITION
 
 
 ------------------------------------------------------------------------
-r16438 | gerald | 2005-11-08 09:28:15 -0600 (Tue, 08 Nov 2005) | 2 lines
+r19380 | gal | 2006-09-30 05:58:52 -0700 (Sat, 30 Sep 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gtp.c
+   M /trunk/packaging/u3/win32/makefile.nmake
+
+Update for latest lua changes.
 
-From Peter Kovar: Fix the typo referenced in bug 577.
 
 ------------------------------------------------------------------------
-r16437 | gerald | 2005-11-08 09:23:20 -0600 (Tue, 08 Nov 2005) | 2 lines
+r19381 | ulfl | 2006-09-30 06:25:05 -0700 (Sat, 30 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
-
-Fix a cut-and-pasteo.
+   M /trunk/plugins/Custom.nmake.example
 
+we don't need to .. the dirs for the clean targets here
 ------------------------------------------------------------------------
-r16436 | gerald | 2005-11-08 09:22:38 -0600 (Tue, 08 Nov 2005) | 7 lines
+r19382 | ulfl | 2006-09-30 06:40:36 -0700 (Sat, 30 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/docbook/release-notes.xml
    M /trunk/epan/dissectors/packet-gtp.c
 
-You don't tug on Superman's cape.  You don't spit into the wind.
-You don't pull the mask off the old Lone Ranger, and you don't
-overflow a guint8.  Fixes the infinite loop in bug 576.
+remove compiler warnings
+------------------------------------------------------------------------
+r19383 | gal | 2006-09-30 07:37:09 -0700 (Sat, 30 Sep 2006) | 5 lines
+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. 
 
-Fix up whitespace.  Add an entry to the release notes.  Apologies
-to Jim Croce.
 
 ------------------------------------------------------------------------
-r16435 | sahlberg | 2005-11-08 03:20:04 -0600 (Tue, 08 Nov 2005) | 3 lines
+r19384 | ulfl | 2006-09-30 07:57:50 -0700 (Sat, 30 Sep 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/gtk/proto_draw.c
 
-dissect some of GetInfo requests and Replies
+add a missing #include
+------------------------------------------------------------------------
+r19385 | etxrab | 2006-09-30 08:50:38 -0700 (Sat, 30 Sep 2006) | 3 lines
+Changed paths:
+   M /trunk/asn1/umts_rrc/Makefile
+   M /trunk/asn1/umts_rrc_Internode-defs/Makefile
+   M /trunk/asn1/umts_rrc_ies/Makefile
+   M /trunk/asn1/umts_rrc_pdu_def/Makefile
 
+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
+Changed paths:
+   M /trunk/epan/dissectors/packet-http.c
 
+fix a typo
 ------------------------------------------------------------------------
-r16434 | sahlberg | 2005-11-08 02:53:55 -0600 (Tue, 08 Nov 2005) | 6 lines
+r19387 | sahlberg | 2006-09-30 13:40:04 -0700 (Sat, 30 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-iscsi.c
 
-add a comment to keep the dissector in sync with the wiki
+the ahs length inside the AHS for an extended cdb includes the reserved byte before the start of cdb data
 
-rename functions 0x10 and 0x11 to follow the names in the wiki
+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
 
 
 
 ------------------------------------------------------------------------
-r16433 | sahlberg | 2005-11-08 02:41:42 -0600 (Tue, 08 Nov 2005) | 3 lines
+r19388 | sahlberg | 2006-09-30 14:08:27 -0700 (Sat, 30 Sep 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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)
 
-add a pointer to the wiki for documentation of this protocol
 
 
 ------------------------------------------------------------------------
-r16432 | sahlberg | 2005-11-08 02:40:32 -0600 (Tue, 08 Nov 2005) | 4 lines
+r19389 | sahlberg | 2006-09-30 14:49:11 -0700 (Sat, 30 Sep 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/dissectors/packet-iscsi.c
 
- add dissection of the known parts of negotiate protocol
+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
+
 
 ------------------------------------------------------------------------
-r16431 | guy | 2005-11-07 22:03:50 -0600 (Mon, 07 Nov 2005) | 3 lines
+r19390 | ulfl | 2006-10-01 10:59:30 -0700 (Sun, 01 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/configure.in
-
-When using GCC, compile with -Wpointer-arith, to catch code that some
-other C compilers can't handle.
+   M /trunk/filters.c
+   M /trunk/filters.h
+   M /trunk/gtk/filter_dlg.c
 
+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.
 ------------------------------------------------------------------------
-r16430 | guy | 2005-11-07 16:50:34 -0600 (Mon, 07 Nov 2005) | 8 lines
+r19391 | ulfl | 2006-10-01 12:34:03 -0700 (Sun, 01 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-s5066.c
-
-Use "proto_tree_add_item()", not "proto_tree_add_bytes()", if you're
-just supplying the result of "tvb_get_ptr()" with the same tvbuff,
-offset, and length as the byte array.
-
-Get rid of an unused variable.
-
-Set svn:keywords and svn:eol-style appropriately.
+   M /trunk/gtk/filter_dlg.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.
 ------------------------------------------------------------------------
-r16429 | gerald | 2005-11-07 15:58:27 -0600 (Mon, 07 Nov 2005) | 2 lines
+r19392 | ulfl | 2006-10-01 17:13:14 -0700 (Sun, 01 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-dec-dnart.c
-
-Fix an ftsanity.py error.
+   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
 
+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)
 ------------------------------------------------------------------------
-r16428 | gerald | 2005-11-07 15:54:08 -0600 (Mon, 07 Nov 2005) | 9 lines
+r19393 | martinm | 2006-10-02 03:49:57 -0700 (Mon, 02 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-s5066.c
-
-Fix bug 575, from Menno Andriesse:
-
-  In two functions that call proto_tree_add_bytes I forgot the
-  'tvb_get_ptr' function, the argument was 'FALSE' instead.  This gave
-  a predictable 'NULL' pointer bug...
-
-Fix an ftsanity.py error.  Fixup whitespace.
-
+   M /trunk/epan/dissectors/packet-rtp.c
 
+Set correct length for extensions root
 ------------------------------------------------------------------------
-r16427 | sahlberg | 2005-11-07 15:19:59 -0600 (Mon, 07 Nov 2005) | 3 lines
+r19394 | martinm | 2006-10-02 06:38:13 -0700 (Mon, 02 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-begin dissecting the Find response packet
-
+   M /trunk/gtk/menu.c
 
+Don't show Tools menu at all if Lua not present
 ------------------------------------------------------------------------
-r16426 | guy | 2005-11-07 15:10:52 -0600 (Mon, 07 Nov 2005) | 8 lines
+r19395 | ulfl | 2006-10-02 12:07:01 -0700 (Mon, 02 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
-
-The return value of tvb_get_ptr() is a const ptr; assign it to a const
-ptr.
-
-The answer to the question
-"??????????????????????????????????????????????????????????????????" is
-"No - the return value of tvb_get_ptr() is a reference, not an allocated
-copy, and it cannot be freed and doesn't need to be freed."
+   M /trunk/Makefile.nmake
 
+as noted by Anders Broman: the Win2000 version of copy don't like the /d switch
 ------------------------------------------------------------------------
-r16425 | sahlberg | 2005-11-07 15:00:09 -0600 (Mon, 07 Nov 2005) | 3 lines
+r19396 | tuexen | 2006-10-02 12:26:53 -0700 (Mon, 02 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-dissect the treeconnect request packet
+   M /trunk/capture_loop.c
 
+Do not show the Windows specific message on non-Windows systems.
 
 ------------------------------------------------------------------------
-r16424 | sahlberg | 2005-11-07 14:32:27 -0600 (Mon, 07 Nov 2005) | 4 lines
+r19397 | ulfl | 2006-10-02 13:59:38 -0700 (Mon, 02 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-add request response matching so we can start passing info levels around from request to response and start dissecting some of the commands
-
-
+   M /trunk/gtk/filter_dlg.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.
 ------------------------------------------------------------------------
-r16423 | guy | 2005-11-07 14:14:40 -0600 (Mon, 07 Nov 2005) | 4 lines
+r19398 | ulfl | 2006-10-02 14:55:26 -0700 (Mon, 02 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/wiretap/ascend.c
-
-The problem wasn't that <sys/stat.h> wasn't being included, the problem
-was that file_util.h wasn't in the distribution tarball, so it couldn't
-be included - it handles including <sys/stat.h>.
+   M /trunk/color_filters.c
 
+refactor apply_color_filter() as it was a bit confusing - it will also be a bit faster now -
+and some other minor code cleanup
 ------------------------------------------------------------------------
-r16422 | ulfl | 2005-11-07 13:51:16 -0600 (Mon, 07 Nov 2005) | 1 line
+r19399 | ulfl | 2006-10-02 16:01:33 -0700 (Mon, 02 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/wiretap/Makefile.common
+   M /trunk/color_filters.c
+   M /trunk/color_filters.h
+   M /trunk/gtk/color_dlg.c
 
-add file_util.h so distcheck might work
+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
 ------------------------------------------------------------------------
-r16421 | etxrab | 2005-11-07 13:40:55 -0600 (Mon, 07 Nov 2005) | 1 line
+r19400 | ulfl | 2006-10-02 16:11:55 -0700 (Mon, 02 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtcp.c
+   M /trunk/gtk/capture_file_dlg.c
+   M /trunk/gtk/color_dlg.h
 
-Display MSW and LSW as NTP timestamp as well.
+missing mark -> select changes
 ------------------------------------------------------------------------
-r16420 | etxrab | 2005-11-07 13:39:38 -0600 (Mon, 07 Nov 2005) | 1 line
+r19401 | gerald | 2006-10-02 16:44:10 -0700 (Mon, 02 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
+   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
+
+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).
 
-Dissect NSAP
 ------------------------------------------------------------------------
-r16419 | etxrab | 2005-11-07 13:39:02 -0600 (Mon, 07 Nov 2005) | 1 line
+r19402 | etxrab | 2006-10-02 22:48:47 -0700 (Mon, 02 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/epan/dissectors/packet-vnc.c
 
-Bug fix to dissection of NSAP E164 Country codes
+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.
 ------------------------------------------------------------------------
-r16418 | etxrab | 2005-11-07 13:37:10 -0600 (Mon, 07 Nov 2005) | 2 lines
+r19403 | etxrab | 2006-10-02 22:50:28 -0700 (Mon, 02 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dec-dnart.c
-
-Martin Hill has examined packet-dec-dnart.c and found some errors and made some improvements.
+   M /trunk/epan/dissectors/packet-newmail.c
 
+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.
 ------------------------------------------------------------------------
-r16417 | etxrab | 2005-11-07 13:35:48 -0600 (Mon, 07 Nov 2005) | 4 lines
+r19404 | lego | 2006-10-03 05:07:10 -0700 (Tue, 03 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-p_mul.c
+   M /trunk/epan/funnel.h
+   M /trunk/epan/wslua/wslua_gui.c
+   M /trunk/gtk/funnel_stat.c
+   M /trunk/tap-funnel.c
 
-From Stig Bjørlykke
+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)
 
-A new dissector for P_Mul (ACP142) http://www.jcs.mil/j6/cceb/acps/Acp142.pdf
 
 ------------------------------------------------------------------------
-r16416 | guy | 2005-11-07 11:18:52 -0600 (Mon, 07 Nov 2005) | 2 lines
+r19405 | martinm | 2006-10-03 07:21:07 -0700 (Tue, 03 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/wiretap/ascend.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
+   M /trunk/wiretap/catapult_dct2000.c
 
-You need <sys/stat.h>, if present, to use fstat().
+- 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)
 
 ------------------------------------------------------------------------
-r16415 | guy | 2005-11-07 11:12:43 -0600 (Mon, 07 Nov 2005) | 5 lines
+r19406 | lego | 2006-10-03 07:27:45 -0700 (Tue, 03 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/wiretap/file_util.h
+   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
 
-The standard <dirent.h> routines to rewind and close a directory are
-rewinddir() and closedir().
+- 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
 
-Clean up indentation.
 
 ------------------------------------------------------------------------
-r16414 | sahlberg | 2005-11-07 02:57:04 -0600 (Mon, 07 Nov 2005) | 3 lines
+r19407 | lego | 2006-10-03 10:24:28 -0700 (Tue, 03 Oct 2006) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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/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
 
-put the error code in col info
+H.248 packages...
 
+few things to be fixed:
+- // comments,
+- not every hf_xxx used might be registered
 
-------------------------------------------------------------------------
-r16413 | sahlberg | 2005-11-07 02:39:23 -0600 (Mon, 07 Nov 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+some packages from the current h248 dissector are still missing.
 
-smb2 updates,    most of the header is now decoded properly
 
 
 ------------------------------------------------------------------------
-r16412 | guy | 2005-11-07 02:36:25 -0600 (Mon, 07 Nov 2005) | 3 lines
+r19408 | etxrab | 2006-10-03 11:04:15 -0700 (Tue, 03 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/plugins.c
-   M /trunk/fileset.c
-
-Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in
-GLib 1.2[.x].
+   M /trunk/epan/dissectors/packet-xml.c
 
+Add application/media_control+xml
 ------------------------------------------------------------------------
-r16411 | guy | 2005-11-07 02:35:28 -0600 (Mon, 07 Nov 2005) | 3 lines
+r19409 | lego | 2006-10-03 11:07:31 -0700 (Tue, 03 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/pcap-util-unix.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+
+MSVCC does not like mixing code and variable declarations
 
-This is UN*X-only, so it doesn't need to use the eth_close() wrapper;
-close() will be available.
 
 ------------------------------------------------------------------------
-r16410 | guy | 2005-11-06 20:47:09 -0600 (Sun, 06 Nov 2005) | 6 lines
+r19410 | etxrab | 2006-10-03 11:11:55 -0700 (Tue, 03 Oct 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/plugins.c
-   M /trunk/epan/prefs.c
-   M /trunk/plugins/asn1/packet-asn1.c
-   M /trunk/plugins/mate/mate_util.c
-
-Use <wiretap/file_util.h> to include "file_util.h"; otherwise, the
-include fails as we don't do -Iwiretap.
+   M /trunk/epan/dissectors/packet-bacapp.c
+   M /trunk/epan/dissectors/packet-bacapp.h
 
-If we have it, include <sys/stat.h> in epan/filesystem.c - we need it
-for stat() and the macros and structures it uses.
+From  David Richards:
+numerous changes, most notably:
 
+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.
 ------------------------------------------------------------------------
-r16409 | guy | 2005-11-06 20:45:19 -0600 (Sun, 06 Nov 2005) | 8 lines
+r19411 | lego | 2006-10-03 11:24:08 -0700 (Tue, 03 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/wiretap/file_access.c
-   M /trunk/wiretap/file_wrappers.c
-   M /trunk/wiretap/file_wrappers.h
+   M /trunk/epan/wslua/Makefile.nmake
 
-If we're using libz, make file_open() construct the open() flag
-argument, rather than requiring the caller to get the open() flag and
-the fopen() flag in sync.  That also means that if we're *not* using
-libz, it can just be a wrapper around eth_fopen().
+Update nmakefile to latest changes.
 
-We need to include <fcntl.h>, at least on UN*X, to get open() declared
-and the O_ flags defined.
 
 ------------------------------------------------------------------------
-r16408 | guy | 2005-11-06 20:38:34 -0600 (Sun, 06 Nov 2005) | 2 lines
+r19412 | lego | 2006-10-03 11:38:04 -0700 (Tue, 03 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/capture_loop.c
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/epan/dissectors/packet-h248.c
 
-Fix a typo.
+Get it to compile...
 
-------------------------------------------------------------------------
-r16407 | guy | 2005-11-06 20:35:02 -0600 (Sun, 06 Nov 2005) | 2 lines
-Changed paths:
-   M /trunk/tethereal.c
 
-Include <wiretap/file_util.h> to declare the eth_ routines.
 
 ------------------------------------------------------------------------
-r16406 | ulfl | 2005-11-06 18:20:20 -0600 (Sun, 06 Nov 2005) | 3 lines
+r19413 | ulfl | 2006-10-03 11:39:36 -0700 (Tue, 03 Oct 2006) | 8 lines
 Changed paths:
-   M /trunk/util.c
-   M /trunk/wiretap/file_util.h
+   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
 
-as mkstemp makes trouble and is only used once in util.c, move definition from file_util.h to util.c for now
+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.
 
-this hopefully fixes the mkstemp problem
-------------------------------------------------------------------------
-r16405 | guy | 2005-11-06 17:21:03 -0600 (Sun, 06 Nov 2005) | 4 lines
-Changed paths:
-   M /trunk/wiretap/file_util.h
+As this was a huge internal change, new bugs are very probable - please report.
 
-Get rid of CRs and set svn:eol-style to native, so that Windows machines
-get the CRs and UN*X machines don't.  Also set svn:keywords to Id to
-expand RCS IDs.
+The implementation isn't still perfect, a new dialog internal list could possibly be removed again. 
+
+However, I want to check in at this condition, just in case I make things worse - again.
 
 ------------------------------------------------------------------------
-r16404 | ulfl | 2005-11-06 17:11:49 -0600 (Sun, 06 Nov 2005) | 1 line
+r19414 | etxrab | 2006-10-03 12:24:22 -0700 (Tue, 03 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/wiretap/file_util.h
+   M /trunk/asn1/tcap/packet-tcap-template.c
+   M /trunk/epan/dissectors/packet-tcap.c
 
-Obviously, <glib/gstdio.h> is available since GLib version 2.6 only ...
+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.
 ------------------------------------------------------------------------
-r16403 | ulfl | 2005-11-06 16:43:25 -0600 (Sun, 06 Nov 2005) | 7 lines
+r19415 | ulfl | 2006-10-03 12:53:10 -0700 (Tue, 03 Oct 2006) | 11 lines
 Changed paths:
-   M /trunk/capture.c
-   M /trunk/capture_loop.c
-   M /trunk/capture_sync.c
-   M /trunk/color_filters.c
-   M /trunk/config.h.win32
-   M /trunk/disabled_protos.c
-   M /trunk/epan/addr_resolv.c
-   M /trunk/epan/column.c
-   M /trunk/epan/dissectors/packet-kerberos.c
-   M /trunk/epan/filesystem.c
-   M /trunk/epan/plugins.c
    M /trunk/epan/prefs.c
-   M /trunk/epan/sha1.c
-   M /trunk/file.c
-   M /trunk/fileset.c
-   M /trunk/filters.c
-   M /trunk/gtk/capture_if_dlg.c
-   M /trunk/gtk/drag_and_drop.c
-   M /trunk/gtk/file_dlg.c
-   M /trunk/gtk/fileset_dlg.c
-   M /trunk/gtk/filter_dlg.h
-   M /trunk/gtk/follow_dlg.c
-   M /trunk/gtk/graph_analysis.c
-   M /trunk/gtk/gui_utils.c
-   M /trunk/gtk/help_dlg.c
-   M /trunk/gtk/main.c
-   M /trunk/gtk/print_dlg.c
-   M /trunk/gtk/print_mswin.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/gtk/recent.c
-   M /trunk/gtk/rtp_analysis.c
-   M /trunk/gtk/rtp_stream.c
-   M /trunk/gtk/text_page.c
-   M /trunk/mergecap.c
-   M /trunk/mkstemp.c
-   M /trunk/pcap-util-unix.c
-   M /trunk/plugins/asn1/packet-asn1.c
-   M /trunk/plugins/mate/mate_util.c
-   M /trunk/print.c
-   M /trunk/ringbuffer.c
-   M /trunk/tethereal.c
-   M /trunk/util.c
-   M /trunk/wiretap/ascend.c
-   M /trunk/wiretap/config.h.win32
-   M /trunk/wiretap/file_access.c
-   A /trunk/wiretap/file_util.h
-   M /trunk/wiretap/file_wrappers.c
-   M /trunk/wiretap/file_wrappers.h
-   M /trunk/wiretap/k12.c
-   M /trunk/wiretap/wtap.c
+   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
 
-replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32).
+now: Don't have a Save button in the following settings dialogs:
 
-to do this, I've added file_util.h to wiretap (would file_compat.h be a better name?), and provide compat_macros like eth_open() instead of open(). While at it, move other file related things there, like #include <io.h>, definition of O_BINARY and alike, so it's all in one place.
+- Edit/Preferences
+- View/Coloring Rules
+- Capture/Capture Filters
+- Analyze/Display Filters
+- Analyze/Enabled Protocols
 
-deleted related things from config.h.win32
+The settings will be automatically saved when pressing the Ok button.
 
-As of these massive changes, I'm almost certain that this will break the Unix build. I'll keep an eye on the buildbot so hopefully everything is working again soon.
+If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page.
 ------------------------------------------------------------------------
-r16402 | sahlberg | 2005-11-06 07:04:57 -0600 (Sun, 06 Nov 2005) | 4 lines
+r19416 | ulfl | 2006-10-03 13:01:39 -0700 (Tue, 03 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
-
-dissect some of the session setup and the security blob for smb2
-
-
+   M /trunk/gtk/capture_file_dlg.c
 
+the whole ARGUMENT_CL mimic isn't required any longer - remove it. This should fix compile problems under Unix.
 ------------------------------------------------------------------------
-r16401 | sahlberg | 2005-11-06 05:55:17 -0600 (Sun, 06 Nov 2005) | 3 lines
+r19417 | ulfl | 2006-10-03 13:11:08 -0700 (Tue, 03 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/gtk/color_dlg.c
 
-dissect the smb2 request/response flag
+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
 
+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
 
+"saying your preferences once ..." -> "applying your preferences once ..."
 ------------------------------------------------------------------------
-r16400 | sahlberg | 2005-11-06 05:46:10 -0600 (Sun, 06 Nov 2005) | 3 lines
+r19420 | etxrab | 2006-10-03 15:12:47 -0700 (Tue, 03 Oct 2006) | 9 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   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
 
-dissect the smb2 tree id
+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 )
 
+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.
 ------------------------------------------------------------------------
-r16399 | sahlberg | 2005-11-05 23:32:01 -0600 (Sat, 05 Nov 2005) | 3 lines
+r19421 | ulfl | 2006-10-03 15:32:03 -0700 (Tue, 03 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/color_filters.c
+   M /trunk/file.c
 
-some smb2 updates
+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.
 
+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
+Changed paths:
+   M /trunk/color_filters.c
+   M /trunk/color_filters.h
+   M /trunk/file.c
 
+fix the memory leak problem mentioned lately by adding and using color_filters_cleanup()
 ------------------------------------------------------------------------
-r16398 | sahlberg | 2005-11-05 22:18:13 -0600 (Sat, 05 Nov 2005) | 3 lines
+r19423 | ulfl | 2006-10-03 16:32:51 -0700 (Tue, 03 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-smb2.c
+   M /trunk/epan/wslua/Makefile.am
 
-add an empty dissector for SMB2
+an attempt to fix the Ubuntu buildbot:
 
+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 :-)
 ------------------------------------------------------------------------
-r16397 | etxrab | 2005-11-05 15:38:22 -0600 (Sat, 05 Nov 2005) | 4 lines
+r19424 | etxrab | 2006-10-04 00:18:58 -0700 (Wed, 04 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-amr.c
-   M /trunk/epan/dissectors/packet-rtp.c
-   M /trunk/epan/dissectors/packet-rtp.h
-   M /trunk/gtk/rtp_analysis.c
-
-Packet-amr Register as  "AMR" not "amr".
+   M /trunk/epan/camel-persistentdata.c
+   M /trunk/epan/camel-persistentdata.h
+   M /trunk/tap-camelsrt.c
 
-Add Dynamic PT:s mimestring  to rtp_info if avalable.
-Use Dynamic PT:s mime string to find clock rate.
+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.
 ------------------------------------------------------------------------
-r16396 | sahlberg | 2005-11-05 14:32:33 -0600 (Sat, 05 Nov 2005) | 3 lines
+r19425 | lego | 2006-10-04 07:37:46 -0700 (Wed, 04 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-clnp.c
+   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
 
-get rid of some strcat
+- 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
 
 
 ------------------------------------------------------------------------
-r16395 | sahlberg | 2005-11-04 20:03:21 -0600 (Fri, 04 Nov 2005) | 4 lines
+r19426 | lego | 2006-10-04 08:31:31 -0700 (Wed, 04 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-brdwlk.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_annex_c.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
-get rid of an array and dissect a bitmask properly
-get rid of some strcat()s
+more cleanup... almost there...
 
 
 ------------------------------------------------------------------------
-r16394 | sahlberg | 2005-11-04 19:23:06 -0600 (Fri, 04 Nov 2005) | 3 lines
+r19427 | etxrab | 2006-10-04 09:02:59 -0700 (Wed, 04 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp.c
-
-remove an array and some strcat from ncp
-
+   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
 
+Finally got it to complie.
 ------------------------------------------------------------------------
-r16393 | sahlberg | 2005-11-04 17:03:26 -0600 (Fri, 04 Nov 2005) | 3 lines
+r19428 | etxrab | 2006-10-04 10:36:40 -0700 (Wed, 04 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-remove an array and the remaining strcat from ospf
+   M /trunk/wiretap/iseries.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.
+------------------------------------------------------------------------
+r19429 | etxrab | 2006-10-04 10:43:52 -0700 (Wed, 04 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-mip6.c
+   M /trunk/epan/dissectors/packet-mip6.h
 
+From Nicolas DICHTEL:
+M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1).
 ------------------------------------------------------------------------
-r16392 | sahlberg | 2005-11-04 15:55:23 -0600 (Fri, 04 Nov 2005) | 3 lines
+r19430 | etxrab | 2006-10-04 11:00:32 -0700 (Wed, 04 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-linx.c
+
+From Martin Peylo:
 
-get rid of some strcat  and a stackbased array
+dissector for Enea's LINX protocol?
 
+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".
 
+Currently they use ethertype 0x9999 which is not registered at IEEE.
 ------------------------------------------------------------------------
-r16391 | sahlberg | 2005-11-04 15:22:21 -0600 (Fri, 04 Nov 2005) | 5 lines
+r19431 | gal | 2006-10-04 11:08:51 -0700 (Wed, 04 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-winsrepl.c
-
-from Metze
+   M /trunk/Makefile.nmake
 
-some winsrepl updates
+Patch for clean, distclean and maintainer-clean targets for U3 packaging.
 
 
 ------------------------------------------------------------------------
-r16390 | sahlberg | 2005-11-04 15:14:33 -0600 (Fri, 04 Nov 2005) | 8 lines
+r19432 | lego | 2006-10-04 11:45:26 -0700 (Wed, 04 Oct 2006) | 8 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-s5066.c
+   M /trunk/epan/wslua/wslua_gui.c
+   M /trunk/gtk/funnel_stat.c
 
-From Menno Andriesse
+Misterious bug with cf_read() solved... had nothing to do with cf_read :)
 
-New protocol : STANAG 5066
+the callback data for TextWindow buttons was ep_allocated!
+after cf_read() it was reused and so it was rewritten...
 
-I changed it from being a plugin to a builtin dissector
-and also changed a couple of small bugs
+fix that making it g_malloced instead.
 
 
 ------------------------------------------------------------------------
-r16389 | etxrab | 2005-11-03 13:14:52 -0600 (Thu, 03 Nov 2005) | 1 line
+r19433 | gerald | 2006-10-04 13:53:18 -0700 (Wed, 04 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-gsm_a.c
+   M /trunk/configure.in
+
+Fix the version.
 
-Fix a typo and change TLLI representation to HEX.
 ------------------------------------------------------------------------
-r16388 | jmayer | 2005-11-03 09:23:09 -0600 (Thu, 03 Nov 2005) | 1 line
+r19434 | etxrab | 2006-10-04 14:52:35 -0700 (Wed, 04 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
 
-Update to samba svn 11484
+Put back the bugfixes froim Revision 19190/19356
+Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091
+
+"h248_handle was declared localy, udp port was not added at register.
+
+Added a few more packagenames."
 ------------------------------------------------------------------------
-r16387 | guy | 2005-11-02 22:35:39 -0600 (Wed, 02 Nov 2005) | 5 lines
+r19435 | jake | 2006-10-04 15:01:58 -0700 (Wed, 04 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-cmp.c
-
-"dissect_cmp_http()" doesn't check for a valid packet (it doesn't need
-to, it's selected by the media-type string, not something unreliable
-such as a port number), and doesn't return anything, so give it the
-right type and don't declare it as a "new-style" dissector.
+   M /trunk/epan/dissectors/packet-linx.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
 ------------------------------------------------------------------------
-r16386 | guy | 2005-11-02 22:33:51 -0600 (Wed, 02 Nov 2005) | 3 lines
+r19436 | etxrab | 2006-10-04 15:43:38 -0700 (Wed, 04 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-bacapp.c
+   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
 
-Get rid of (valid) warning about uninitialized variable, and clean up
-indentation.
+Added the possibillity of Statistic pkg as well.
+------------------------------------------------------------------------
+r19437 | etxrab | 2006-10-04 15:49:40 -0700 (Wed, 04 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/plugins/megaco/packet-megaco.c
 
+Start to make the output from the dissector more like the actual
+data.
 ------------------------------------------------------------------------
-r16385 | guy | 2005-11-02 22:32:11 -0600 (Wed, 02 Nov 2005) | 3 lines
+r19438 | jake | 2006-10-05 04:35:41 -0700 (Thu, 05 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/gtk/plugins_dlg.c
+   M /trunk/epan/dissectors/packet-kerberos.c
 
-Get rid of no-longer-used code (the list of plugins is now just a tab in
-Help->About, not a separate dialog from Help->About Plugins).
+Patch in bug 1149, adds DCE-style flag for gss-api
 
 ------------------------------------------------------------------------
-r16384 | guy | 2005-11-02 22:30:35 -0600 (Wed, 02 Nov 2005) | 3 lines
+r19439 | martinm | 2006-10-05 07:10:10 -0700 (Thu, 05 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-integer.c
+   M /trunk/epan/dissectors/packet-catapult-dct2000.c
+   M /trunk/epan/dissectors/packet-umts_fp.c
 
-Fix usage of PRI[du]64 - they just replace the "letter" part of the
-format, they don't include the "%".
+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).
 
 ------------------------------------------------------------------------
-r16383 | lego | 2005-11-02 17:01:15 -0600 (Wed, 02 Nov 2005) | 6 lines
+r19440 | lego | 2006-10-05 09:25:13 -0700 (Thu, 05 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/funnel.h
+   M /trunk/epan/wslua/wslua_gui.c
+   M /trunk/gtk/funnel_stat.c
 
-Some cleanup,
-- Improve expert info
-- Remove the debug tree (one warning unused function, will go)
-- Make Sure Pending messages have a cmdmsg (and so a colinfo label)
+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.
 
 
 ------------------------------------------------------------------------
-r16382 | etxrab | 2005-11-02 15:49:24 -0600 (Wed, 02 Nov 2005) | 1 line
+r19441 | etxrab | 2006-10-05 14:37:45 -0700 (Thu, 05 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-isup.c
+   M /trunk/plugins/Makefile.nmake
 
-Handle a optional parameter length of zero.
+Remove entries for the lua plugin as it's not used any more.
 ------------------------------------------------------------------------
-r16381 | ulfl | 2005-11-02 14:50:54 -0600 (Wed, 02 Nov 2005) | 2 lines
+r19442 | gerald | 2006-10-06 10:39:39 -0700 (Fri, 06 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/proto.c
+   M /trunk/Makefile.common
+
+Add airpcap.h to the distribution.
 
-MSVC warning fixed:
-proto.c(4694) : warning C4101: 'stringified' : unreferenced local variable
 ------------------------------------------------------------------------
-r16380 | etxrab | 2005-11-02 14:28:58 -0600 (Wed, 02 Nov 2005) | 1 line
+r19443 | gerald | 2006-10-06 10:50:51 -0700 (Fri, 06 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-scsi.c
+   M /trunk/Makefile.am
+
+Add the u3 packaging directory to the distribution.
 
-From David Wysochanski fix a typo.
 ------------------------------------------------------------------------
-r16379 | etxrab | 2005-11-02 14:24:42 -0600 (Wed, 02 Nov 2005) | 1 line
+r19444 | jake | 2006-10-06 12:18:55 -0700 (Fri, 06 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   M /trunk/epan/dissectors/packet-bgp.c
 
-Use dissect_sip_tcp_heur for TCP to make re-assembly work on hueristics.
+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.
 ------------------------------------------------------------------------
-r16378 | lego | 2005-11-02 13:46:47 -0600 (Wed, 02 Nov 2005) | 4 lines
+r19445 | etxrab | 2006-10-06 12:48:00 -0700 (Fri, 06 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
    M /trunk/asn1/h248/packet-h248-template.c
    M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/dissectors/packet-isup.c
 
-- terminate a value_string
-- wildcard field subdissector
-
-
+Add a few packages and fix dissecton of a_codecs and handle the case when
+hf_param = -1.
 ------------------------------------------------------------------------
-r16377 | ulfl | 2005-11-02 13:33:46 -0600 (Wed, 02 Nov 2005) | 2 lines
+r19446 | jmayer | 2006-10-07 07:24:32 -0700 (Sat, 07 Oct 2006) | 9 lines
 Changed paths:
-   M /trunk/plugins/profinet/ChangeLog
-   M /trunk/plugins/profinet/moduleinfo.h
-   M /trunk/plugins/profinet/packet-pn-dcp.c
+   M /trunk/config.nmake
+   M /trunk/gtk/Makefile.nmake
+   M /trunk/gtk/rtp_player.c
 
-minor enhancement (raised plugin version to 0.1.2):
-PN-DCP: dissection of "DHCP/DHCP client identifier" suboption was added
-------------------------------------------------------------------------
-r16376 | etxrab | 2005-11-02 01:51:55 -0600 (Wed, 02 Nov 2005) | 6 lines
-Changed paths:
-   M /trunk/asn1/camel/Makefile.nmake
-   M /trunk/asn1/camel/camel.asn
-   M /trunk/asn1/camel/packet-camel-template.c
-   M /trunk/asn1/inap/packet-inap-template.c
-   M /trunk/epan/dissectors/packet-camel.c
-   M /trunk/epan/dissectors/packet-camel.h
-   M /trunk/epan/dissectors/packet-inap.c
-   M /trunk/epan/dissectors/packet-inap.h
+Alejandro Vaquero:
+       Add portaudio v19 support in addition to v18:
 
-From Tim
+   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.
 
-A small patch for camel and inap, where the linkedid doesn't get dissected correctly in camel or inap
-and some tidy up in the camel asn.1 which now compiles with no warnings.
 
-also fix the copy_file target (/y)
 ------------------------------------------------------------------------
-r16375 | lego | 2005-11-01 15:09:28 -0600 (Tue, 01 Nov 2005) | 5 lines
+r19447 | jmayer | 2006-10-07 07:48:04 -0700 (Sat, 07 Oct 2006) | 14 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/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:
 
-- add a counter for pending messages
-- do not use a value string for context ids
-- remove the plugin registration as it is not supposedd to be a plugin
+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.
 
+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.
 
 ------------------------------------------------------------------------
-r16374 | etxrab | 2005-11-01 13:50:25 -0600 (Tue, 01 Nov 2005) | 1 line
+r19448 | ulfl | 2006-10-07 15:41:17 -0700 (Sat, 07 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-xml.c
+   M /trunk/airpcap_loader.c
 
-Add "application/resource-lists+xml" to xml types
+don't crash, if airpcap.dll isn't available
 ------------------------------------------------------------------------
-r16373 | obiot | 2005-11-01 12:18:46 -0600 (Tue, 01 Nov 2005) | 2 lines
+r19449 | sahlberg | 2006-10-07 21:13:18 -0700 (Sat, 07 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-image-gif.c
-   M /trunk/epan/dissectors/packet-image-jfif.c
-   M /trunk/epan/dissectors/packet-mmse.c
-   M /trunk/epan/dissectors/packet-smpp.c
-   M /trunk/epan/dissectors/packet-wbxml.c
-   M /trunk/epan/dissectors/packet-wsp.c
+   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
+
+scsi-osd   add dissection of  LIST data pdus  and  CREATE cdb
 
-Use g_print() instead of fprintf() to write messages to the debug console.
 
 ------------------------------------------------------------------------
-r16372 | lego | 2005-11-01 10:28:13 -0600 (Tue, 01 Nov 2005) | 3 lines
+r19450 | sahlberg | 2006-10-07 21:48:24 -0700 (Sat, 07 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/asn1/h248/h248.cnf
-   M /trunk/asn1/h248/packet-h248-template.c
-   M /trunk/asn1/h248/packet-h248-template.h
-   M /trunk/epan/dissectors/packet-h248.c
-   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-- Embryonic Transaction & Context tracing
+scsi osd
+collapse attripute parameters, capability and security parameters into subtrees to make the display easier to read
 
 
 ------------------------------------------------------------------------
-r16371 | guy | 2005-10-30 21:45:11 -0600 (Sun, 30 Oct 2005) | 2 lines
+r19451 | jake | 2006-10-08 00:54:06 -0700 (Sun, 08 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/doc/ethereal-filter.pod.template
-
-Improve the description of "contains" and "matches" a bit.
+   M /trunk/epan/dissectors/packet-ssl.c
 
+Fix for bug 1153, typos in debug output
 ------------------------------------------------------------------------
-r16370 | guy | 2005-10-30 21:33:14 -0600 (Sun, 30 Oct 2005) | 2 lines
+r19452 | sahlberg | 2006-10-08 12:11:39 -0700 (Sun, 08 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfvm.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
+
+dissect attribute get/set data in data in/out blobs and display them for now as a blob.
+
 
-Dump the range when printing an MK_RANGE operator.
 
 ------------------------------------------------------------------------
-r16369 | guy | 2005-10-30 20:42:22 -0600 (Sun, 30 Oct 2005) | 18 lines
+r19453 | sahlberg | 2006-10-08 12:54:01 -0700 (Sun, 08 Oct 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dfilter/dfvm.c
-   M /trunk/epan/ftypes/ftype-bytes.c
-   M /trunk/epan/ftypes/ftype-integer.c
-   M /trunk/epan/ftypes/ftype-pcre.c
-   M /trunk/epan/ftypes/ftype-string.c
-   M /trunk/epan/ftypes/ftype-tvbuff.c
-   M /trunk/epan/proto.c
-   M /trunk/plugins/mate/mate_util.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-When printing the code for a display filter:
+add some more SCSI OSD command dissectors
 
-       print register numbers as unsigned (they're guint32);
+REMOVE
+REMOVE PARTITION
+REMOVE COLELCTION
+SET KEY
 
-       when printing a PUT_FVALUE instruction, show the value as well
-       as the type of the value.
 
-That requires that a bunch of types get to_repr methods; add them for
-PCRE (FTREPR_DFILTER-only - show the regular expression as text),
-tvbuffs (FTREPR_DFILTER_only - show the data as a hex string), integral
-types, string types other than FT_STRING, and FT_IPv6.
-
-That means we can use fvalue_to_string_repr() for FT_IPXNET and FT_IPv6
-in proto_construct_dfilter_string(), and that we don't need to handle
-integer and floating types specially in MATE.
+------------------------------------------------------------------------
+r19454 | etxrab | 2006-10-08 13:57:20 -0700 (Sun, 08 Oct 2006) | 4 lines
+Changed paths:
+   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
 
-Fix some problems with the PCRE execution code for tvbuff types.
+H248:
+Lost a line in last commit.
 
+ISUP Export a value string.
 ------------------------------------------------------------------------
-r16368 | guy | 2005-10-30 20:21:02 -0600 (Sun, 30 Oct 2005) | 3 lines
+r19455 | ulfl | 2006-10-08 15:24:46 -0700 (Sun, 08 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/test/config.sh
+   M /trunk/test/suite-capture.sh
 
-Get rid of an unused variable, and declare a variable that points into a
-tvbuff's data const.
+change the binary path to current windows debug dir: wireshark-gtk2
 
+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)
 ------------------------------------------------------------------------
-r16367 | guy | 2005-10-30 17:01:12 -0600 (Sun, 30 Oct 2005) | 2 lines
+r19456 | ulfl | 2006-10-08 15:39:23 -0700 (Sun, 08 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
+   M /trunk/capture_loop.c
+   M /trunk/capture_loop.h
+   M /trunk/tshark.c
 
-Export fvalue_get_integer64(), for completeness.
+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.
 
 ------------------------------------------------------------------------
-r16366 | guy | 2005-10-30 16:55:30 -0600 (Sun, 30 Oct 2005) | 2 lines
+r19457 | ulfl | 2006-10-08 15:57:32 -0700 (Sun, 08 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/ftypes/ftype-ipv4.c
+   M /trunk/test/config.sh
+   M /trunk/test/suite-capture.sh
 
-"XXX.XXX.XXX.XXX" is 15 characters, not 14 characters.
+from Richard van der Hoff:
+[tshark from a fifo]
+I've even gone so far as to add a unit test for it
 
+ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh
 ------------------------------------------------------------------------
-r16365 | guy | 2005-10-30 14:16:01 -0600 (Sun, 30 Oct 2005) | 4 lines
+r19458 | wmeier | 2006-10-08 19:07:44 -0700 (Sun, 08 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/capture_loop.c
-
-Make capture filter (and capture filter error message) strings "safe" as
-necessary before putting them into an error message dialog.  Fixes bug
-564.
+   M /trunk/Makefile.nmake
 
+If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps should not be invoked....
 ------------------------------------------------------------------------
-r16364 | ulfl | 2005-10-30 07:46:40 -0600 (Sun, 30 Oct 2005) | 1 line
+r19459 | kukosa | 2006-10-08 23:24:03 -0700 (Sun, 08 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/doc/ethereal-filter.pod.template
+   M /trunk/tools/lex.py
+   M /trunk/tools/yacc.py
 
-very minor enhancements
+Ply updated to version 2.1
 ------------------------------------------------------------------------
-r16363 | jmayer | 2005-10-30 03:14:38 -0600 (Sun, 30 Oct 2005) | 7 lines
+r19460 | sahlberg | 2006-10-09 01:31:04 -0700 (Mon, 09 Oct 2006) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-- Split dissect_wendor_specific_ie into
-  dissect_vendor_ie_wpawme and dissect_vendor_ie_rsn
-- Display the vendor code on the top level of vendor specific IEs
-- Make the vendor code of vendor specific IEs filterable
-  (wlan_mgt.tag.oui)
+from 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
 
 
-------------------------------------------------------------------------
-r16362 | jmayer | 2005-10-30 03:13:27 -0600 (Sun, 30 Oct 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ieee80211.c
 
-- Remove trailing whitespace
-- IS_WEP is now (11i) called IS_PROTECTED
-- Remove duplicate (and commented out) code
-- Add reson code 0x24 to reason_codes
 
 
 ------------------------------------------------------------------------
-r16361 | guy | 2005-10-29 18:22:13 -0500 (Sat, 29 Oct 2005) | 12 lines
+r19461 | gerald | 2006-10-09 11:47:42 -0700 (Mon, 09 Oct 2006) | 10 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
+   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
 
-Give RFC numbers for MIPv6, NEMO, and FMIPv6.
+Make preparations for running under Buildbot:
 
-Fix up NEMO #defines for field offsets, and field and option lengths, to
-match #defines for other options.
+  - Check for an "all" argument at startup.  If it's present,
+    then proceed with testing.
 
-Handle the padding in the FMIPv6 LLA option internally to the option
-parser, and don't include the link-layer address unless it's present. 
-Don't handle the length of the LLA option specially in the generic
-option parser.
+  - 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.
 
-Clean up white space.
+  - Add a "Skipped" result.
 
 ------------------------------------------------------------------------
-r16360 | sahlberg | 2005-10-29 17:47:20 -0500 (Sat, 29 Oct 2005) | 4 lines
+r19462 | sahlberg | 2006-10-09 12:35:36 -0700 (Mon, 09 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ospf.c
-
-remove some strcat   and dissect the options bitfield properly
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
+From Joe Breher
 
+dissect the permission bits in the capability blob
 
-------------------------------------------------------------------------
-r16359 | guy | 2005-10-29 16:48:37 -0500 (Sat, 29 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
 
-Use NULL for pointers, 0 for integers, to squelch compiler warnings.
 
 ------------------------------------------------------------------------
-r16358 | guy | 2005-10-29 16:43:53 -0500 (Sat, 29 Oct 2005) | 2 lines
+r19463 | etxrab | 2006-10-09 13:22:31 -0700 (Mon, 09 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-rmt-fec.c
-
-Set "ti" in all code paths, to squelch a compiler warning.
+   A /trunk/asn1/h248/h248v3.asn
 
+Add ASN1 for H248 v3. The aim is to replace the current asn1 file after some more testing.
 ------------------------------------------------------------------------
-r16357 | guy | 2005-10-29 16:43:00 -0500 (Sat, 29 Oct 2005) | 2 lines
+r19464 | gerald | 2006-10-09 13:31:48 -0700 (Mon, 09 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/test/test-backend.sh
+   M /trunk/test/test.sh
 
-Get rid of an unused variable.
+Return 1 on failure.
 
 ------------------------------------------------------------------------
-r16356 | etxrab | 2005-10-29 10:34:16 -0500 (Sat, 29 Oct 2005) | 2 lines
+r19465 | ulfl | 2006-10-09 15:32:50 -0700 (Mon, 09 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/rtp_analysis.c
+   M /trunk/epan/wslua/Makefile.nmake
 
-From Jaap Keuter
-Improvments to PCMA and PCMU handling-
+add some missing files to the clean target
 ------------------------------------------------------------------------
-r16355 | ulfl | 2005-10-29 04:48:29 -0500 (Sat, 29 Oct 2005) | 1 line
+r19466 | gerald | 2006-10-09 16:28:30 -0700 (Mon, 09 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/Makefile.am
-   M /trunk/README.win32
-   D /trunk/cleanbld.bat
+   M /trunk/test/config.sh
+
+Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise
+use a default value.
 
-remove cleanbld.bat (use the distclean target instead)
 ------------------------------------------------------------------------
-r16354 | sahlberg | 2005-10-28 22:07:26 -0500 (Fri, 28 Oct 2005) | 8 lines
+r19467 | gerald | 2006-10-09 17:28:53 -0700 (Mon, 09 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pvfs2.c
-
-add some simple heuristics for PVFS
-
-make PVFS use tcp_dissect_pdus   so it will handle
-reassembly,   pdu boundary tracking, pdu transfer time atc.
-
-
+   M /trunk/airpcap.h
+   M /trunk/airpcap_loader.h
+   M /trunk/epan/dissectors/packet-ieee80211.c
+   M /trunk/epan/prefs.c
+   M /trunk/epan/prefs.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.
 
 ------------------------------------------------------------------------
-r16353 | sahlberg | 2005-10-28 17:13:13 -0500 (Fri, 28 Oct 2005) | 3 lines
+r19468 | gerald | 2006-10-09 17:30:49 -0700 (Mon, 09 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-pvfs2.c
-
-comment out the heuristics registration until we actually implement some heuristics
+   M /trunk/epan/dissectors/packet-ieee80211.c
 
+Remove a leftover printf.
 
 ------------------------------------------------------------------------
-r16352 | sahlberg | 2005-10-28 17:08:15 -0500 (Fri, 28 Oct 2005) | 8 lines
+r19469 | guy | 2006-10-10 00:35:47 -0700 (Tue, 10 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-pvfs2.c
-
-From Mike Frisch
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
-New protocol : PVFS2
+Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-style
+appropriately.
 
+------------------------------------------------------------------------
+r19470 | guy | 2006-10-10 01:07:14 -0700 (Tue, 10 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/color_filters.c
 
-Example captures for fuzz testing can be found in Mikes email of Oct 7
-
+Fix some compiler warnings.
 
 ------------------------------------------------------------------------
-r16351 | etxrab | 2005-10-28 14:27:13 -0500 (Fri, 28 Oct 2005) | 5 lines
+r19471 | guy | 2006-10-10 01:08:17 -0700 (Tue, 10 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/libethereal.def
-   M /trunk/ethereal_gen.py
-
-1. replace "and" with "&&" in wireshark_gen.py:2103
-
-2. add make_printable_string in libethereal.def
+   M /trunk/tap-funnel.c
 
+Squelch a compiler warning, and clean up indentation.
 
 ------------------------------------------------------------------------
-r16350 | gerald | 2005-10-28 10:08:14 -0500 (Fri, 28 Oct 2005) | 5 lines
+r19472 | guy | 2006-10-10 01:09:11 -0700 (Tue, 10 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/to_str.c
-
-If bytes_to_str() is passed a zero length value, return an empty string
-instead of asserting.  Fixes bug 560.
+   M /trunk/epan/dissectors/packet-linx.c
 
-Fix up whitespace.
+Get rid of an unused variable.
 
 ------------------------------------------------------------------------
-r16349 | gerald | 2005-10-28 09:20:18 -0500 (Fri, 28 Oct 2005) | 3 lines
+r19473 | guy | 2006-10-10 01:10:42 -0700 (Tue, 10 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-dec-dnart.c
+   M /trunk/asn1/h248/packet-h248-template.c
+   M /trunk/epan/dissectors/packet-h248.c
 
-Fix the bit mask for dec_dna.ctl.router_state.  This should fix the
-"check ftsanity.py output" error in Buildbot.  Fix up whitespace.
+Clean up some compiler warnings.
 
 ------------------------------------------------------------------------
-r16348 | lego | 2005-10-28 07:02:13 -0500 (Fri, 28 Oct 2005) | 8 lines
+r19474 | guy | 2006-10-10 01:12:04 -0700 (Tue, 10 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-alcap.c
-   M /trunk/epan/dissectors/packet-alcap.h
-
-Came up to be an almost complete rewrite:
-
-- decode up to Q.2630.3
-- (almost) all parameter fields have its own filter expression
-- remove buffers from the stack
-- add some color (expert info) to the tree
+   M /trunk/epan/dissectors/packet-ber.c
 
+Squelch a compiler warning.
 
 ------------------------------------------------------------------------
-r16347 | guy | 2005-10-27 15:18:50 -0500 (Thu, 27 Oct 2005) | 6 lines
+r19475 | guy | 2006-10-10 01:12:40 -0700 (Tue, 10 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/file.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/proto_hier_stats.c
-
-Fix uninitialized variable errors.
+   M /trunk/epan/camel-persistentdata.c
 
-Rename some variables to make the names used in progress bars more
-common.  (Should more of that functionality be moved into common
-progress bar code?)
+Include "epan/tap.h" to declare a function we use.
 
 ------------------------------------------------------------------------
-r16346 | guy | 2005-10-27 14:42:24 -0500 (Thu, 27 Oct 2005) | 7 lines
+r19476 | guy | 2006-10-10 01:13:16 -0700 (Tue, 10 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/io_stat.c
-   M /trunk/tap-iostat.c
+   M /trunk/gtk/color_dlg.c
 
-Make the processing of "-z" arguments in the Tethereal I/O stat tap more
-like that of the Wireshark I/O stat tap.  Improve error messages in both
-taps.
-
-Use nstime() routines and structure assignment to do operations on
-nstime_t values.
+Get rid of declarations of functions that are no longer defined or used
+in this file.
 
 ------------------------------------------------------------------------
-r16345 | gerald | 2005-10-27 08:46:32 -0500 (Thu, 27 Oct 2005) | 2 lines
+r19477 | guy | 2006-10-10 01:13:56 -0700 (Tue, 10 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/docbook/release-notes.xml
+   M /trunk/gtk/color_edit_dlg.c
 
-Add a CVE item for the IRC bug.
+Include <string.h> to declare string functions we use.
 
 ------------------------------------------------------------------------
-r16344 | sahlberg | 2005-10-27 06:54:55 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19478 | jake | 2006-10-10 12:00:50 -0700 (Tue, 10 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/pkixcrmf/crmf.cnf
-   M /trunk/asn1/pkixcrmf/packet-crmf-template.c
-   M /trunk/epan/dissectors/packet-crmf.c
+   M /trunk/gtk/main.c
+   M /trunk/version_info.c
 
-register 1.2.840.113533.7.66.13 as passwordbasedmac from CRMF
+Don't let PortAudio skip the queue on the about dialog ;)
+------------------------------------------------------------------------
+r19479 | gerald | 2006-10-10 13:55:38 -0700 (Tue, 10 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/test/test-backend.sh
+   M /trunk/test/test.sh
 
+Add command-line options: -c disables color, -h prints help, -s runs
+a suite.
 
 ------------------------------------------------------------------------
-r16343 | sahlberg | 2005-10-27 06:27:40 -0500 (Thu, 27 Oct 2005) | 4 lines
+r19480 | sahlberg | 2006-10-10 14:00:35 -0700 (Tue, 10 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ber.c
+   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
 
-add decoding of some more universal types for the opportunistic decode of unknown ber blobs.
+From Paolo Abeni
 
+USB dissector
 
 
 ------------------------------------------------------------------------
-r16342 | sahlberg | 2005-10-27 05:11:22 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19481 | gerald | 2006-10-10 14:15:19 -0700 (Tue, 10 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nfs.c
-
-get rid of the last two strcpy   from epan/dissectors
+   M /trunk/docbook/release-notes.xml
 
+Prep for the 0.99.4 release.
 
 ------------------------------------------------------------------------
-r16341 | sahlberg | 2005-10-27 04:58:16 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19482 | etxrab | 2006-10-10 14:46:44 -0700 (Tue, 10 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbns.c
-
-remove some strcpy
-
+   M /trunk/epan/dissectors/packet-usb.c
 
+u_int32_t gives error on Windows assuming guint32 will do.
 ------------------------------------------------------------------------
-r16340 | sahlberg | 2005-10-27 04:48:19 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19483 | etxrab | 2006-10-10 14:50:19 -0700 (Tue, 10 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-mount.c
-   M /trunk/epan/dissectors/packet-ncp.c
-
-get rid of some strcpy
+   D /trunk/epan/dissectors/packet-h248_package_bcp.c
+   D /trunk/epan/dissectors/packet-h248_package_bcp.h
 
+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
 
+Add H.248 packet BCP dissecton.
 ------------------------------------------------------------------------
-r16339 | sahlberg | 2005-10-27 04:43:32 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19485 | etxrab | 2006-10-10 14:56:10 -0700 (Tue, 10 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-syslog.c
+   M /trunk/epan/dissectors/packet-h248_3gpp.c
 
-get rid of a strcpy
+Fix a typo.
+------------------------------------------------------------------------
+r19486 | gerald | 2006-10-10 15:46:58 -0700 (Tue, 10 Oct 2006) | 4 lines
+Changed paths:
+   M /trunk/epan/dissectors/packet-ipsec.c
 
+Simplify the preference string allocation code.  Shorten the comments,
+which (as Ulf pointed out) reduces the size of the prefs file
+significantly.
 
 ------------------------------------------------------------------------
-r16338 | sahlberg | 2005-10-27 04:35:14 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19487 | gerald | 2006-10-10 17:37:29 -0700 (Tue, 10 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fclctl.c
-
-get rid of some strcpy
+   M /trunk/epan/prefs.c
+   M /trunk/epan/prefs.h
 
+Add prefs_apply(), which lets us apply preferences (specifically,
+trigger a module's callback) for a specific module.
 
 ------------------------------------------------------------------------
-r16337 | sahlberg | 2005-10-27 04:26:35 -0500 (Thu, 27 Oct 2005) | 4 lines
+r19488 | etxrab | 2006-10-10 23:11:54 -0700 (Tue, 10 Oct 2006) | 14 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ppp.c
 
-remove some strcpy
-
+From Donald White:
+An enhancement to the PPP multiplexing protocol 
+dissector in protocol-ppp.c.  There are two changes:
 
+     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.
 
+     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.
 ------------------------------------------------------------------------
-r16336 | sahlberg | 2005-10-27 04:17:10 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19489 | ulfl | 2006-10-11 00:31:01 -0700 (Wed, 11 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-t38.c
-
-remove a strcpy() call
-
+   M /trunk/epan/dissectors/packet-media.c
 
+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.
 ------------------------------------------------------------------------
-r16335 | sahlberg | 2005-10-27 04:14:07 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19490 | sahlberg | 2006-10-11 01:18:14 -0700 (Wed, 11 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-sip.c
+   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
 
-remove a strcpy
+fix for 1148
 
+pretty horrible hack to store an ntlmssp blob inside an ldap string
 
-------------------------------------------------------------------------
-r16334 | sahlberg | 2005-10-27 04:11:00 -0500 (Thu, 27 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-rdt.c
+the info column is not entirely pretty but   the payload is at least decoded
 
-get rid of a strcpy
 
 ------------------------------------------------------------------------
-r16333 | sahlberg | 2005-10-27 04:07:22 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19491 | sahlberg | 2006-10-11 02:47:27 -0700 (Wed, 11 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rtp.c
+   M /trunk/epan/dissectors/packet-usb.c
+
+from Paolo A
 
-remove a strcpy call
+update the usb dissector to reflect the recent change in the pcap format
 
 
 ------------------------------------------------------------------------
-r16332 | sahlberg | 2005-10-27 03:50:42 -0500 (Thu, 27 Oct 2005) | 6 lines
+r19492 | sahlberg | 2006-10-11 03:38:59 -0700 (Wed, 11 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ldap.c
-
-remove a strcpy
-make the code A LOT nicer
-and get rid of unchecked memcpy
+   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
 
 
 ------------------------------------------------------------------------
-r16331 | sahlberg | 2005-10-27 03:35:44 -0500 (Thu, 27 Oct 2005) | 3 lines
+r19493 | sahlberg | 2006-10-11 04:32:56 -0700 (Wed, 11 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcfzs.c
+   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.
 
-remove some strcpy
 
 
 ------------------------------------------------------------------------
-r16330 | ulfl | 2005-10-27 03:27:46 -0500 (Thu, 27 Oct 2005) | 1 line
+r19494 | guy | 2006-10-11 10:01:51 -0700 (Wed, 11 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/doc/editcap.pod
+   M /trunk/epan/dissectors/packet-ndps.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.
 
-simply use 4 spaces for example indentation and formatting
 ------------------------------------------------------------------------
-r16329 | sahlberg | 2005-10-27 03:18:59 -0500 (Thu, 27 Oct 2005) | 8 lines
+r19495 | sahlberg | 2006-10-11 13:00:43 -0700 (Wed, 11 Oct 2006) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcdns.c
+   M /trunk/AUTHORS
+   M /trunk/epan/dissectors/packet-scsi.c
 
-remove some strcpy() and some buffers.
+From  Patrick vd Lageweg
 
 
-boy o boy   the fc dissector family is in really poor shape and should be rewritten 
 
+Hi,
 
+This patch impelments a dissect for the SCSI SSC Medium Partition Page.
 
 
-------------------------------------------------------------------------
-r16328 | ulfl | 2005-10-27 03:09:32 -0500 (Thu, 27 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/doc/editcap.pod
+Patrick
+
 
-Synopsis: don't prepend an optional - before the first record number, it won't work
 ------------------------------------------------------------------------
-r16327 | guy | 2005-10-27 01:45:37 -0500 (Thu, 27 Oct 2005) | 5 lines
+r19496 | sahlberg | 2006-10-11 13:03:44 -0700 (Wed, 11 Oct 2006) | 11 lines
 Changed paths:
-   M /trunk/file.c
-   M /trunk/gtk/packet_list.c
-   M /trunk/gtk/proto_draw.c
-   M /trunk/proto_hier_stats.c
+   M /trunk/epan/dissectors/packet-scsi.c
 
-Check on every iteration of a loop whether to pop up a dialog box,
-rather than checking only on every progress bar update quantum, so that
-if the update quantum is *very* large, we don't end up waiting longer
-than the standard time for a dialog box before checking.
+From  Patrick vd Lageweg
 
-------------------------------------------------------------------------
-r16326 | guy | 2005-10-26 18:10:20 -0500 (Wed, 26 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+Hi,
+
+This patch fixes the page number user for the "write error couner page".
 
-Don't run "process_ptvc_record()" on replies unless we're building a
-protocol tree.
 
-------------------------------------------------------------------------
-r16325 | ulfl | 2005-10-26 16:08:24 -0500 (Wed, 26 Oct 2005) | 9 lines
-Changed paths:
-   M /trunk/doc/editcap.pod
 
-from Jaap Keuter:
-The attached patch extends the synopsys and adds an 'Examples' chapter to
-the editcap documentation.
 
-I've edited this a bit, without the real knowledge :-(, to make it:
 
-a. look better
-b. make more sense (at least to me)
 
 ------------------------------------------------------------------------
-r16324 | guy | 2005-10-26 15:21:28 -0500 (Wed, 26 Oct 2005) | 2 lines
+r19497 | sahlberg | 2006-10-11 13:05:27 -0700 (Wed, 11 Oct 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-scsi.c
 
-Add a comment.
+From Patrick vd Lageweg 
 
-------------------------------------------------------------------------
-r16323 | sahlberg | 2005-10-26 15:17:40 -0500 (Wed, 26 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/asn1/pkixcmp/packet-cmp-template.c
-   M /trunk/epan/dissectors/packet-cmp.c
+Hi,
 
-updates to CMP
+This patch makes several bit fields in the LOG SELECT command being displayed as bits instead of as numbers.
 
-implement the glue to dissect CMP oer TCP
 
 
 ------------------------------------------------------------------------
-r16322 | etxrab | 2005-10-26 14:52:00 -0500 (Wed, 26 Oct 2005) | 1 line
+r19498 | gerald | 2006-10-11 13:34:05 -0700 (Wed, 11 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/asn1/nbap/packet-nbap-template.c
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/epan/dissectors/packet-nbap.h
+   M /trunk/epan/libwireshark.def
+
+Export the recent prefs changes.
 
-Add the rest of the IE:s
 ------------------------------------------------------------------------
-r16321 | etxrab | 2005-10-26 14:08:37 -0500 (Wed, 26 Oct 2005) | 3 lines
+r19499 | gerald | 2006-10-11 16:25:51 -0700 (Wed, 11 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/to_str.c
+   M /trunk/gtk/graph_analysis.c
 
-From Mike Duigou
-Safer handling for building address string for AT_STRINGZ and AT_URI.
+When dumping the graph data to a file, don't walk past the end of a buffer.
+Should fix bug 396.
 
 ------------------------------------------------------------------------
-r16320 | etxrab | 2005-10-26 14:01:29 -0500 (Wed, 26 Oct 2005) | 3 lines
+r19500 | gerald | 2006-10-11 16:53:19 -0700 (Wed, 11 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nettl.c
-   M /trunk/wiretap/wtap.h
+   M /trunk/docbook/release-notes.xml
 
-From  Mark C Brown, 
-Small patch correcting nettl.uid to unsigned and adding pduin/pduout as nettl.kind values...
+Update bug lists.
 
 ------------------------------------------------------------------------
-r16319 | etxrab | 2005-10-26 13:52:46 -0500 (Wed, 26 Oct 2005) | 1 line
+r19501 | jake | 2006-10-11 23:01:51 -0700 (Wed, 11 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/gsm_ss/SS-Operations.asn
-   M /trunk/asn1/gsm_ss/packet-gsm_ss-template.c
-   M /trunk/epan/dissectors/packet-gsm_ss.c
+   M /trunk/epan/dissectors/Makefile.common
+   A /trunk/epan/dissectors/packet-udld.c
 
-Set correct offset fore some signals, use dummy funtion to get hf fields auto generated.
+Adding initial version of UDLD dissector
 ------------------------------------------------------------------------
-r16318 | gerald | 2005-10-26 09:27:12 -0500 (Wed, 26 Oct 2005) | 2 lines
+r19502 | ulfl | 2006-10-12 00:52:24 -0700 (Thu, 12 Oct 2006) | 1 line
 Changed paths:
    M /trunk/docbook/release-notes.xml
 
-Add the recent IRC bug to the release notes.
-
+The preferences and alike dialog button behaviour changed.
 ------------------------------------------------------------------------
-r16317 | ulfl | 2005-10-26 03:32:21 -0500 (Wed, 26 Oct 2005) | 3 lines
+r19503 | jake | 2006-10-12 01:04:11 -0700 (Thu, 12 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/gtk/file_dlg.c
+   M /trunk/epan/dissectors/packet-usb.c
 
-bugfix: don't crash the file open dialog, if the preview gets confused by "invalid" timestamps.
+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.
 
-The localtime call will return NULL on invalid input which results in a NULL pointer exception. Simply print '?' if localtime returned NULL.
 ------------------------------------------------------------------------
-r16316 | etxrab | 2005-10-25 15:30:43 -0500 (Tue, 25 Oct 2005) | 1 line
+r19504 | jake | 2006-10-12 03:38:24 -0700 (Thu, 12 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/asn1/gsm_ss/SS-Operations.asn
-   M /trunk/epan/dissectors/packet-gsm_ss.c
-   M /trunk/epan/dissectors/packet-gsm_ss.h
+   M /trunk/doc/README.developer
 
-Tags should be implicit.
-------------------------------------------------------------------------
-r16315 | etxrab | 2005-10-25 15:29:50 -0500 (Tue, 25 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/epan/dissectors/packet-ranap.c
+Cleanup sample code.
+Cleanup some text and headings.
+Play trick with keyword so text remains untouched.
 
-As there are more Procedure codes the hueristics need to be updated.
 ------------------------------------------------------------------------
-r16314 | lego | 2005-10-25 14:41:01 -0500 (Tue, 25 Oct 2005) | 3 lines
+r19505 | sahlberg | 2006-10-12 03:54:36 -0700 (Thu, 12 Oct 2006) | 12 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.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-osd.c
+   M /trunk/epan/dissectors/packet-scsi.h
 
-some ies in the init proc weren't propperly decoded.
+wireshark does not yet consume enough memory for me to be happy
 
 
-------------------------------------------------------------------------
-r16313 | guy | 2005-10-25 14:39:50 -0500 (Tue, 25 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/asn1/gsmmap/gsm_map-exp.cnf
+pass conversation form the transports up to the scsi layer
 
-Check in re-generated version from Graeme Lunt's fix to asn2eth.
+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
 
-------------------------------------------------------------------------
-r16312 | guy | 2005-10-25 14:37:38 -0500 (Tue, 25 Oct 2005) | 5 lines
-Changed paths:
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
 
-Don't declare "dissect_rtse_EXTERNAL()" in "packet-rtse.c" - let it get
-it from "packet-rtse.h" (which, at least on some platforms, doesn't
-declare it as static, so GCC 4.0, at least, fails because the static and
-non-static declarations collide).
 
 ------------------------------------------------------------------------
-r16311 | guy | 2005-10-25 14:35:33 -0500 (Tue, 25 Oct 2005) | 2 lines
+r19506 | gerald | 2006-10-12 08:00:07 -0700 (Thu, 12 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-nbap.c
-   M /trunk/epan/dissectors/packet-nbap.h
+   M /trunk/epan/dissectors/packet-ndps.c
 
-Check in the re-generated NBAP dissector.
+Check to see if we've passed a null strval to ndps_string().
+Should fix the recent fuzz bugs.
 
 ------------------------------------------------------------------------
-r16310 | lego | 2005-10-25 13:38:47 -0500 (Tue, 25 Oct 2005) | 3 lines
+r19507 | lego | 2006-10-12 10:00:11 -0700 (Thu, 12 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/asn1/nbap/packet-nbap-template.c
-   M /trunk/asn1/ranap/packet-ranap-template.c
-   M /trunk/epan/dissectors/packet-ranap.c
+   M /trunk/epan/wslua/wslua.h
+   M /trunk/epan/wslua/wslua_util.c
 
-Avoid a conflict in global symbols by declaring some variables static.
+- add persconffile(opt_str) 
+- add datafile_path(opt_str)
+- add Dir class -- a Directory Iterator
 
 
 ------------------------------------------------------------------------
-r16309 | guy | 2005-10-25 12:49:08 -0500 (Tue, 25 Oct 2005) | 2 lines
+r19508 | jake | 2006-10-12 14:31:00 -0700 (Thu, 12 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/asn1/ranap/Makefile
-
-We don't have an SS-Operations.asn file, and don't use one.
+   M /trunk/epan/dissectors/packet-vlan.c
 
+Add 802.1QinQ Ethertype preference.
 ------------------------------------------------------------------------
-r16308 | gram | 2005-10-25 12:10:04 -0500 (Tue, 25 Oct 2005) | 2 lines
+r19509 | ulfl | 2006-10-12 17:21:47 -0700 (Thu, 12 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/doc/README.developer
-
-Document ptvcursors.
+   M /trunk/Makefile.nmake
 
+distclean should remove wireshark-gtk1/2 dirs completely
 ------------------------------------------------------------------------
-r16307 | sahlberg | 2005-10-25 06:24:24 -0500 (Tue, 25 Oct 2005) | 3 lines
+r19510 | sahlberg | 2006-10-13 01:42:33 -0700 (Fri, 13 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcdns.c
-
-remove a bunch of arrays, some strcpy() and make it dissect the fc4 type bitmask better
-
+   M /trunk/epan/dissectors/packet-fc.c
+   M /trunk/epan/dissectors/packet-fc.h
 
-------------------------------------------------------------------------
-r16306 | sahlberg | 2005-10-25 05:38:36 -0500 (Tue, 25 Oct 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-fcsb3.c
+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
 
-remove a buffer from the stack and some strcpy()
+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
 
-the previous code had a bug in that it would never display one of the flags unless the other flag was also set.
 
 
 
 ------------------------------------------------------------------------
-r16305 | sahlberg | 2005-10-25 05:24:40 -0500 (Tue, 25 Oct 2005) | 3 lines
+r19511 | sahlberg | 2006-10-13 02:16:45 -0700 (Fri, 13 Oct 2006) | 15 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcsb3.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.c
+   M /trunk/epan/dissectors/packet-scsi.h
 
-remove a stack based array and some strcpy()
+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.
 
-------------------------------------------------------------------------
-r16304 | guy | 2005-10-25 03:58:27 -0500 (Tue, 25 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
 
-Fix a typo.
+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).
 
-------------------------------------------------------------------------
-r16303 | guy | 2005-10-25 01:20:46 -0500 (Tue, 25 Oct 2005) | 10 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
 
-Put the code to handle NDS ping replies and NDS replies into routines of
-their own.
+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.
 
-Do the tapping as early as possible, so it's done even if exceptions are
-thrown - and do it regardless of whether the tree argument is null or
-not, because a tap might be run without generating protocol trees.
 
-Generate the expert info regardless of whether the tree arugment is null
-or not, as that's also used with taps.
 
-------------------------------------------------------------------------
-r16302 | etxrab | 2005-10-25 01:00:53 -0500 (Tue, 25 Oct 2005) | 8 lines
-Changed paths:
-   M /trunk/AUTHORS
-   M /trunk/epan/dissectors/packet-icmpv6.c
-   M /trunk/epan/dissectors/packet-ipv6.h
-   M /trunk/epan/dissectors/packet-llc.c
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
 
-From Martin André
 
-the attached patch implements a dissector for the Fast Handovers for Mobile IPv6 protocol (RFC4068). This patch was produced against version 0.10.13 and extends the following files:
-- packet-icmpv6.c
-- packet-ipv6.h
-- packet-mip6.c
-- packet-mip6.h
+------------------------------------------------------------------------
+r19512 | etxrab | 2006-10-13 07:21:02 -0700 (Fri, 13 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/plugins/megaco/packet-megaco.c
 
+Modify Signals descriptor to look more like the actual text message.
 ------------------------------------------------------------------------
-r16301 | etxrab | 2005-10-25 00:56:21 -0500 (Tue, 25 Oct 2005) | 4 lines
+r19513 | jmayer | 2006-10-13 08:18:10 -0700 (Fri, 13 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/llcsaps.h
+   M /trunk/wiretap/libpcap.c
 
-From Jochen Friedrich 
+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) :-)
 
-this patch adds the description for LLC SAP 0xB4 and adds a dissector for basic format XID frames as documented in IEEE802.2. These frames are independent on the SAP / protocol and mandatory to all implementations.
 
 ------------------------------------------------------------------------
-r16300 | etxrab | 2005-10-25 00:53:12 -0500 (Tue, 25 Oct 2005) | 1 line
+r19514 | gerald | 2006-10-13 08:53:20 -0700 (Fri, 13 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
+   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.
 
-Add missing file ( packet-ftbp.ch)
 ------------------------------------------------------------------------
-r16299 | etxrab | 2005-10-25 00:52:20 -0500 (Tue, 25 Oct 2005) | 4 lines
+r19515 | etxrab | 2006-10-13 10:04:16 -0700 (Fri, 13 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/packaging/nsis/Makefile.nmake
-
-From Jaap Keuter:
-Ethereal 0.10.13 and trunk have a glitch in the NSIS Makefile.nmake. It still works with WinPcap_3_1_beta4.exe. The attached patch resolves this.
-
+   M /trunk/epan/dissectors/packet-h248_3gpp.c
+   M /trunk/epan/dissectors/packet-h248_annex_c.c
 
+Set properties.
 ------------------------------------------------------------------------
-r16298 | guy | 2005-10-24 19:28:40 -0500 (Mon, 24 Oct 2005) | 9 lines
+r19516 | ulfl | 2006-10-13 11:19:42 -0700 (Fri, 13 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
-
-Clean up "print_address()" - fix the indentation, do the check for a
-too-large address in common code, and *don't* use tvb_get_letohl() to
-get IPv4 addresses (just use proto_tree_add_item(), it works Just Fine).
+   M /trunk/gtk/main.c
 
-For integral values, always do the tvb_ensure_bytes_exist() test; don't
-just do it if the length is the expected value (the real problem is with
-bogus too-large lengths, so it's more important to do the check if the
-length *isn't* the expected value!).  Fixes bug 549.
+remove the experimental display of the highest expert level in the statusbar for now.
 
+as long as we haven't solved that TCP checksum offload problems causing checksum errors all the time, this will display the error level for almost every capture done on a local machine - rendering this display pretty useless in it's current form.
 ------------------------------------------------------------------------
-r16297 | lego | 2005-10-24 16:52:14 -0500 (Mon, 24 Oct 2005) | 3 lines
+r19517 | sahlberg | 2006-10-13 14:07:07 -0700 (Fri, 13 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/wiretap/wtap.h
+   M /trunk/epan/dissectors/packet-scsi.c
+
+dont call the scsi data in/out dissectors unless data offset is 0   i.e. the beginning of data in/out
 
-forgot this from the last commit
 
 
 ------------------------------------------------------------------------
-r16296 | etxrab | 2005-10-24 16:42:19 -0500 (Mon, 24 Oct 2005) | 14 lines
+r19518 | sahlberg | 2006-10-13 14:26:03 -0700 (Fri, 13 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/asn1/acse/acse-exp.cnf
-   M /trunk/asn1/acse/acse.cnf
-   M /trunk/asn1/ftam/ftam.cnf
-   M /trunk/asn1/ftam/packet-ftam-template.h
-   A /trunk/asn1/ftbp
-   A /trunk/asn1/ftbp/Makefile
-   A /trunk/asn1/ftbp/Makefile.nmake
-   A /trunk/asn1/ftbp/ftbp.asn
-   A /trunk/asn1/ftbp/ftbp.cnf
-   A /trunk/asn1/ftbp/packet-ftbp-template.c
-   A /trunk/asn1/ftbp/packet-ftbp-template.h
-   M /trunk/asn1/ros/packet-ros-template.c
-   M /trunk/asn1/ros/packet-ros-template.h
-   M /trunk/asn1/ros/ros.asn
-   M /trunk/asn1/ros/ros.cnf
-   M /trunk/asn1/rtse/packet-rtse-template.c
-   M /trunk/asn1/rtse/packet-rtse-template.h
-   M /trunk/asn1/rtse/rtse.cnf
-   M /trunk/asn1/s4406/packet-s4406-template.c
-   M /trunk/asn1/s4406/s4406.cnf
-   M /trunk/asn1/x411/packet-x411-template.c
-   M /trunk/asn1/x411/x411.cnf
-   M /trunk/asn1/x420/packet-x420-template.c
-   M /trunk/asn1/x420/x420-exp.cnf
-   M /trunk/asn1/x420/x420.asn
-   M /trunk/asn1/x420/x420.cnf
-   M /trunk/epan/dissectors/packet-acse.c
-   M /trunk/epan/dissectors/packet-acse.h
-   M /trunk/epan/dissectors/packet-ftam.c
-   M /trunk/epan/dissectors/packet-ftam.h
-   A /trunk/epan/dissectors/packet-ftbp.c
-   A /trunk/epan/dissectors/packet-ftbp.h
-   M /trunk/epan/dissectors/packet-ldap.c
-   M /trunk/epan/dissectors/packet-ros.c
-   M /trunk/epan/dissectors/packet-ros.h
-   M /trunk/epan/dissectors/packet-rtse.c
-   M /trunk/epan/dissectors/packet-rtse.h
-   M /trunk/epan/dissectors/packet-s4406.c
-   M /trunk/epan/dissectors/packet-s4406.h
-   M /trunk/epan/dissectors/packet-x411.c
-   M /trunk/epan/dissectors/packet-x411.h
-   M /trunk/epan/dissectors/packet-x420.c
-   M /trunk/epan/dissectors/packet-x420.h
-   M /trunk/tools/asn2eth.py
-
-From Graeme Lunt:
+   M /trunk/epan/dissectors/packet-scsi.c
 
-The ftbp.patch file includes:
-a) A fix to acse.cnf which works around an asn2eth bug (it is the AE-qualifier EXPORT I want, but asn2eth doesn't generate the appropriate extern for the values). Also a small cosmetic change for EXTERNAL decodings.
-b) New EXPORTs for the FTAM dissector for use in FTBP.
-c) A fix to asn2eth to solve the problem if you EXPORT types that include a '-' character in the name (e.g. "AE-qualifier" from acse.cnf, "Date-and-Time-Attribute" from ftam.cnf). The problem is that asn2eth generates the "xxxx-exp.cnf" file using the 'C' name (which has replaced '-' with '_') rather than the original 'ASN' name. The fix just undoes the replacement as I couldn't see the original name being preserved anywhere. There still remains a problem if the type has a '.' in the name - but generally I don't think they do.
+check the estinated data transfer length for the current transfer  and start adding checks for scsi data reassembly
 
-* Better ROS handling and registration
-* Simplified RTSE registration
-* X411 column information, extension naming and use of new RTSE/ROS registration
-* X420 notification extensions, warnings removal and export of ExtensionsField (missed from recent FTBP patch).
-* Better highlighting of S4406 protocol.
 
 
 ------------------------------------------------------------------------
-r16295 | lego | 2005-10-24 16:26:25 -0500 (Mon, 24 Oct 2005) | 5 lines
+r19519 | sahlberg | 2006-10-13 15:25:35 -0700 (Fri, 13 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iuup.c
+   M /trunk/epan/dissectors/packet-scsi.c
 
-- optionally decode data pdus
-- optionally decode a 2 byte pseudo-header
-- Beautify colinfo
+add scsi data reassembly
 
 
 ------------------------------------------------------------------------
-r16294 | lego | 2005-10-24 16:20:03 -0500 (Mon, 24 Oct 2005) | 5 lines
+r19520 | ulfl | 2006-10-13 17:22:36 -0700 (Fri, 13 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-k12.c
-   M /trunk/wiretap/k12.c
-
-- packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in the packet record, use that instead of the one in the intreface description record.
-- Fix Timestamps that got broken with nanoseconds.
-- Add some more disabled code for debugging.
-
+   M /trunk/gtk/color_edit_dlg.c
 
+as Stephen Fisher noted: fix the files header comment
 ------------------------------------------------------------------------
-r16293 | etxrab | 2005-10-24 16:16:44 -0500 (Mon, 24 Oct 2005) | 2 lines
+r19521 | gerald | 2006-10-13 17:27:50 -0700 (Fri, 13 Oct 2006) | 2 lines
 Changed paths:
-   A /trunk/asn1/nbap
-   A /trunk/asn1/nbap/Makefile
-   A /trunk/asn1/nbap/Makefile.nmake
-   A /trunk/asn1/nbap/nbap.asn
-   A /trunk/asn1/nbap/nbap.cnf
-   A /trunk/asn1/nbap/packet-nbap-template.c
-   A /trunk/asn1/nbap/packet-nbap-template.h
-   M /trunk/epan/dissectors/Makefile.common
-   A /trunk/epan/dissectors/packet-nbap.c
-   A /trunk/epan/dissectors/packet-nbap.h
+   M /trunk/packaging/u3/win32/README.txt
+   M /trunk/packaging/u3/win32/makefile.nmake
+   M /trunk/packaging/u3/win32/manifest.tmpl
+   M /trunk/packaging/u3/win32/u3util.c
+
+Set SVN properties.
 
-UMTS Node B Application Part(NBAP) packet dissection(3GPP TS 25.433 version 6.6.0 Release 6)
-All IE:s not dissected yet.
 ------------------------------------------------------------------------
-r16292 | sahlberg | 2005-10-24 03:44:36 -0500 (Mon, 24 Oct 2005) | 3 lines
+r19522 | gerald | 2006-10-13 17:31:35 -0700 (Fri, 13 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-fcfzs.c
-
-get rid of a few strcpy and an array from the stack
+   M /trunk/ChangeLog
+   M /trunk/docbook/release-notes.xml
 
+Release note and changelog updates.
 
 ------------------------------------------------------------------------
-r16291 | guy | 2005-10-23 21:49:32 -0500 (Sun, 23 Oct 2005) | 15 lines
+r19523 | sahlberg | 2006-10-13 18:44:29 -0700 (Fri, 13 Oct 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-scsi.c
 
-Add #defines for NDS tag values, and use them in the definition of
-nds_tags[] and in switch statements.  (Also, catch a case where we
-didn't use NDS_PTYPE_ values.)
+let SCSI reassembly default to FALSE
 
-Use the existing #defines for MVTYPE_ values.
+put "reassembled in" in the summary line
 
-Make the handling of NDS_PTYPE_{IP,UDP,TCP} in one case match the
-handling of the other cases (don't advance "ioffset", as it's advanced
-by the length of the item).
+put the fragment list at the top of the tree instead of down inside the SCSI expansion
 
-When checking whether an NDS reply has a completion code, don't check
-the fragment size, check the reassembled packet size.
 
-Fix the handling of referrals in one case.
 
 ------------------------------------------------------------------------
-r16290 | guy | 2005-10-23 21:35:43 -0500 (Sun, 23 Oct 2005) | 4 lines
+r19524 | sahlberg | 2006-10-13 22:02:40 -0700 (Fri, 13 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-irc.c
+   M /trunk/epan/address.h
+   M /trunk/epan/dissectors/packet-usb.c
+   M /trunk/epan/to_str.c
 
-Don't get caught in an infinite loop if we're stuck at the end of the
-captured data.  Fixes bug 548.  (Also note that we need a better general
-solution.)
+create a new address type AT_USB and start populating the packet list 
+with nice data
 
-------------------------------------------------------------------------
-r16289 | guy | 2005-10-23 21:05:19 -0500 (Sun, 23 Oct 2005) | 6 lines
-Changed paths:
-   M /trunk/epan/dissectors/packet-ncp.c
 
-Clean up indentation.
 
-Hand NCP_ALLOCATE_SLOT and NCP_DEALLOCATE_SLOT packets to
-"dissect_ncp_request()", so we match up requests and replies, fill in
-the Info column properly, etc..
 
 ------------------------------------------------------------------------
-r16288 | guy | 2005-10-22 01:25:14 -0500 (Sat, 22 Oct 2005) | 16 lines
+r19525 | sahlberg | 2006-10-14 02:18:24 -0700 (Sat, 14 Oct 2006) | 6 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
-
-Add #defines of NDS protocol types, and use them in the value_string and
-switch statements.
+   M /trunk/epan/dissectors/packet-ndmp.c
 
-Add some sanity checking for ptvcursor_advance calls.
+set both read/write flags in ndmp scsi   and also always set the expected length to whatever length is transported inside the ndmp pdu
 
-proto_tree_add_item() works fine for IPv4 addresses; use it for them. 
-(tvb_get_letohl() doesn't work fine for them, even though it appears to
-do so on little-endian machines.)
+this fixes a regression caused by the recent scsi data in/out reassembly code which made the scsi dissector fail to dissect data in/out over ndmp correctly if scsi reassembly was enabled
 
-Only set the "visible" flag on the protocol tree when we're sure we have
-one, so that it gets set even if we create a temporary tree.
 
-Catch exceptions when dissecting requests, and compute and save the
-results of conditional tests before rethrowing the exception, so the
-results get saved even if the dissection gets an exception.
 
 ------------------------------------------------------------------------
-r16287 | guy | 2005-10-22 00:43:09 -0500 (Sat, 22 Oct 2005) | 5 lines
+r19526 | sahlberg | 2006-10-14 02:43:17 -0700 (Sat, 14 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/Makefile.common
-   M /trunk/epan/proto.c
-   D /trunk/epan/ptvcursor.c
+   M /trunk/epan/dissectors/packet-usb.c
+
+put the packet type in the summary line
 
-Move the ptvcursor.c code to epan/proto, and make ptvcursor_add() handle
-FT_UINT_BYTES and FT_UINT_STRING correctly when the tree argument is
-null (which involves carving proto_tree_add_item() into bits and having
-both ptvcursor_add() and proto_tree_add_item() call those bits).
 
 ------------------------------------------------------------------------
-r16286 | guy | 2005-10-22 00:27:48 -0500 (Sat, 22 Oct 2005) | 3 lines
+r19527 | sahlberg | 2006-10-14 03:09:32 -0700 (Sat, 14 Oct 2006) | 7 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-isis-lsp.c
+   M /trunk/epan/dissectors/packet-usb.c
 
-Use the somewhat-misnamed "ipv4_addr_and_mask()" and
-"ipv6_addr_and_mask()" to handle address+prefix bit length combinations.
+rename some fields in the setup blob to use the same names as in the standard
+
+
+add dissection of the bmRequestType bitmap
 
-------------------------------------------------------------------------
-r16285 | guy | 2005-10-21 23:09:37 -0500 (Fri, 21 Oct 2005) | 2 lines
-Changed paths:
-   M /trunk/wiretap/ngsniffer.c
 
-Update URL for Sniffer manual, and expand a comment a bit.
 
 ------------------------------------------------------------------------
-r16284 | guy | 2005-10-21 22:52:06 -0500 (Fri, 21 Oct 2005) | 3 lines
+r19528 | sahlberg | 2006-10-14 03:52:50 -0700 (Sat, 14 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-iapp.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
+
+implement WRITE and CREATE COLLECTION
 
-Don't roll your own code for showing the usual display of bits in a
-bitfield, use the code we already have.
 
 ------------------------------------------------------------------------
-r16283 | guy | 2005-10-21 22:49:23 -0500 (Fri, 21 Oct 2005) | 7 lines
+r19529 | sahlberg | 2006-10-14 04:25:38 -0700 (Sat, 14 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/wiretap/ngsniffer.c
-   M /trunk/wiretap/wtap-int.h
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-Add #defines for the DOS Sniffer network types and for various frame
-status field bits".
+add dissection of FLUSH and FLUSH COLLECTION
 
-Check for "Internetwork analyzer" captures by checking the Sniffer
-network type, and save that type rather than just an "ATM or not" flag
-in the private data.
 
 ------------------------------------------------------------------------
-r16282 | ulfl | 2005-10-21 13:47:04 -0500 (Fri, 21 Oct 2005) | 1 line
+r19530 | etxrab | 2006-10-14 07:13:00 -0700 (Sat, 14 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/Makefile.nmake
-   M /trunk/config.nmake
+   M /trunk/plugins/megaco/packet-megaco.c
 
-Win32: first steps towards using GTK2.6, add zipfile and dir name definitions
+Dissect observedeventsdescriptor more like the actual text.
 ------------------------------------------------------------------------
-r16281 | gram | 2005-10-21 08:11:04 -0500 (Fri, 21 Oct 2005) | 2 lines
+r19531 | jake | 2006-10-14 12:00:31 -0700 (Sat, 14 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/gtk/expert_dlg.c
-
-Revert 16279.
+   M /trunk/doc/README.developer
 
+Update FSF address in code template
 ------------------------------------------------------------------------
-r16280 | etxrab | 2005-10-20 13:51:47 -0500 (Thu, 20 Oct 2005) | 7 lines
+r19532 | guy | 2006-10-14 13:17:14 -0700 (Sat, 14 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-rmt-fec.c
-   M /trunk/epan/dissectors/packet-rmt-lct.c
-   M /trunk/epan/dissectors/packet-rmt-lct.h
-   M /trunk/epan/dissectors/packet-rmt-norm.c
-   M /trunk/epan/dissectors/packet-rmt-norm.h
+   M /trunk/epan/dissectors/packet-bootp.c
 
-From Julian Onions
+Do the suboption processing in dissect_netware_ip_suboption() a bit more
+like the way it's done in other suboption dissectors.
 
-- some improvements to the NORM decoder, and the ability to
-(optionally) heuristically detect NORM.
-- some improvements to FEC block labelling.
-- making the LCT header extension handler more generic and to decode more header extensions.
+Fix a typo.
 
 ------------------------------------------------------------------------
-r16279 | gram | 2005-10-20 13:07:03 -0500 (Thu, 20 Oct 2005) | 4 lines
+r19533 | guy | 2006-10-14 13:18:10 -0700 (Sat, 14 Oct 2006) | 2 lines
 Changed paths:
-   M /trunk/gtk/expert_dlg.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
-From Greg Morris.
-Expert data must perform a re-dissection to trigger the NCP dissector.
-Change the call cf_retap_packets() to cf_redissect_packets().
+Fix a compiler warning by doing what I suspect was intended.
 
 ------------------------------------------------------------------------
-r16278 | gram | 2005-10-20 13:04:11 -0500 (Thu, 20 Oct 2005) | 3 lines
+r19534 | sahlberg | 2006-10-14 15:05:57 -0700 (Sat, 14 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/conversations_table.c
+   M /trunk/epan/dissectors/packet-scsi.c
+
+if reassembly did not give us a new tvb,  then dont call any scsi payload subdissector
 
-From Greg Morris, patch to allow proper search/filtering of
-NCP conversations.
 
 ------------------------------------------------------------------------
-r16277 | etxrab | 2005-10-20 10:51:39 -0500 (Thu, 20 Oct 2005) | 3 lines
+r19535 | sahlberg | 2006-10-14 15:31:27 -0700 (Sat, 14 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-mip6.c
-   M /trunk/epan/dissectors/packet-mip6.h
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-From Bruno Deniaud:
-Handle NEMO (RFC  3963).
+dissect some more osd service actions
 
-------------------------------------------------------------------------
-r16276 | etxrab | 2005-10-20 10:49:03 -0500 (Thu, 20 Oct 2005) | 1 line
-Changed paths:
-   M /trunk/epan/dissectors/packet-uma.c
 
-Use the right offset when calling packet-gsm_a.c functions.
 ------------------------------------------------------------------------
-r16275 | etxrab | 2005-10-20 00:29:53 -0500 (Thu, 20 Oct 2005) | 2 lines
+r19536 | sahlberg | 2006-10-14 15:45:07 -0700 (Sat, 14 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-bootp.c
+   M /trunk/epan/dissectors/packet-scsi-osd.c
 
-From Stephen Donovan:
-Allow Ethereal to decode the IP address inside of Option 118
-------------------------------------------------------------------------
-r16274 | guy | 2005-10-19 21:45:52 -0500 (Wed, 19 Oct 2005) | 3 lines
-Changed paths:
-   M /trunk/epan/dissectors/ncp2222.py
+some more service actions
 
-Put back some comments that got removed and that note issues seen with
-some captures.
 
 ------------------------------------------------------------------------
-r16273 | ulfl | 2005-10-19 16:08:34 -0500 (Wed, 19 Oct 2005) | 8 lines
+r19537 | sahlberg | 2006-10-14 19:54:08 -0700 (Sat, 14 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/docbook/edg_src/EDG_chapter_dissection.xml
+   M /trunk/epan/dissectors/packet-scsi-osd.c
+
+more serviceactions
+
 
-from Jaap Keuter:
-Working with the reassembly functionality Ethereal provides I've found
-some additional changes had to be made to the EDG 8.4.1:
-- a typo (made by myself)
-- fragment_add_seq_check() doesn't take -1 as length remaining
-- process_reassembled_data() can be called with or without tree, and
-  is required in both dissection runs
-- some whitespace stuff
 ------------------------------------------------------------------------
-r16272 | guy | 2005-10-19 14:40:55 -0500 (Wed, 19 Oct 2005) | 2 lines
+r19538 | sahlberg | 2006-10-14 20:49:27 -0700 (Sat, 14 Oct 2006) | 5 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/epan/dissectors/packet-usb.c
+
+start dissecting the setup headers
+
+dissect GET DESCRIPTOR as an example on how to add such dissectors
 
-At least on Tiger, multiple definitions of an external don't work.
 
 ------------------------------------------------------------------------
-r16270 | gerald | 2005-10-19 10:36:59 -0500 (Wed, 19 Oct 2005) | 4 lines
+r19539 | sahlberg | 2006-10-14 23:10:59 -0700 (Sat, 14 Oct 2006) | 8 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-slsk.c
+   M /trunk/epan/address.h
+   M /trunk/epan/column-utils.c
+   M /trunk/epan/dissectors/packet-usb.c
+
+add a new port type for usb endpoints
+
+
+start introducing conversations to the usb dissector so that we can start tracking requests/responses
+which we need to in order to dissect for example the data returned by a device to a GET DESCRIPTORS call
+
 
-Ethereal doesn't like it when you try to tell it that integers are
-either -1 or 0 bytes long.  Use proto_tree_add_text() instead of
-proto_tree_add_uint_format().  Fixes bug 542.
 
 ------------------------------------------------------------------------
-r16269 | gram | 2005-10-19 09:45:24 -0500 (Wed, 19 Oct 2005) | 3 lines
+r19540 | sahlberg | 2006-10-15 01:12:41 -0700 (Sun, 15 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/gtk/Makefile.common
-   A /trunk/gtk/conversations_ncp.c
-   A /trunk/gtk/ncp_stat.c
+   M /trunk/epan/dissectors/packet-usb.c
+
+add tracking of request/responses for CONTROL INPUT so we can start passing parameters from request to response and dissect response data
 
-From Greg Morris.
-Adds NCP data to conversations and SRT.
 
 ------------------------------------------------------------------------
-r16268 | gram | 2005-10-19 09:39:09 -0500 (Wed, 19 Oct 2005) | 8 lines
+r19541 | sahlberg | 2006-10-15 01:21:56 -0700 (Sun, 15 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ncp-nmas.c
+   M /trunk/epan/dissectors/packet-usb.c
 
-From Greg Morris:
-
-Updates to the NMAS dissector.
-1. Fixes error checking fragments
-2. Adds expert data
+populate the info column with the request type and whetehr it is a request or a response
 
 
 ------------------------------------------------------------------------
-r16267 | gram | 2005-10-19 09:32:05 -0500 (Wed, 19 Oct 2005) | 5 lines
+r19542 | jmayer | 2006-10-15 05:27:51 -0700 (Sun, 15 Oct 2006) | 3 lines
 Changed paths:
-   M /trunk/epan/dissectors/packet-ndps.c
+   M /trunk/epan/dissectors/packet-usb.c
+
+- gcc dies on "default: }", add a ;
+- proto_register usb instead of eth.
 
-From Greg Morris:
+------------------------------------------------------------------------
+r19543 | etxrab | 2006-10-15 09:06:02 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/asn1/h248/Makefile.nmake
+   M /trunk/asn1/h248/h248.cnf
+   M /trunk/asn1/h248/h248v3.asn
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248.h
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
 
-Adds expert data to the NDPS dissector
+Upadte to H.248 V3 and add some annex E parameters.
+------------------------------------------------------------------------
+r19544 | etxrab | 2006-10-15 15:11:26 -0700 (Sun, 15 Oct 2006) | 2 lines
+Changed paths:
+   M /trunk/asn1/h248/h248v3.asn
+   M /trunk/epan/dissectors/packet-h248.c
+   M /trunk/epan/dissectors/packet-h248_annex_e.c
+   M /trunk/epan/dissectors/packet-isup.c
 
+Fix Event dissection which was broken when going to V3.
+and add a few parameters.
+------------------------------------------------------------------------
+r19545 | ulfl | 2006-10-15 15:42:22 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/doc/README.developer
 
+add a prerequisites section and some minor changes
 ------------------------------------------------------------------------
-r16266 | gram | 2005-10-19 09:28:26 -0500 (Wed, 19 Oct 2005) | 36 lines
+r19546 | ulfl | 2006-10-15 15:57:31 -0700 (Sun, 15 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/Makefile.common
-   M /trunk/epan/dissectors/ncp2222.py
-   M /trunk/epan/dissectors/packet-ncp-int.h
-   A /trunk/epan/dissectors/packet-ncp-sss.c
-   A /trunk/epan/dissectors/packet-ncp-sss.h
-   M /trunk/epan/dissectors/packet-ncp.c
-   M /trunk/epan/dissectors/packet-ncp2222.inc
+   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
 
-From Greg Morris:
+move the README files before the source code, they are more important
+------------------------------------------------------------------------
+r19547 | ulfl | 2006-10-15 18:43:04 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/docbook/wsdg_src/WSDG_chapter_env_intro.xml
 
-makefile.common.diff - epan directory
-1. Adds new packet-ncp-sss.c and packet-ncp-sss.h for new Secret Store dissector
-New Novell Secret Store Services dissector
-packet-ncp-sss.c
-packet-ncp-sss.h
-ncp2222.py.diff
-1. Adds a number of return values
-2. Adds 64bit file size support
-3. Add NCP 89,xx NCP's for UTF8 support
-4. Fixes a number of field values for proper dissection
-5. Adds support for Secret Store dissector
-packet-ncp2222.inc.diff
-1. Skwelches some compiler warnings
-2. Redo of fix for bug 535 which original fix broke dissection of NDS verb 5
-3. Adds support for Secret Store dissector
-4. Adds expert data
-5. Adds tap for service response time
-6. Fixes dissection of stream attribute
-7. Fixes defragmentation problem with more then 10 fragments
-8. Fixes NDS dissection if reply buffer was less then 7
-packet-ncp.c.diff
-1. Adds tap data
-2. Adds expert data
-3. Fixes calculation for NCP connection number
-4. Fixes malformed packet for destroy service connection
-packet-ncp.c.diff
-1. Adds tap data
+be more specific about the README.developer file
+------------------------------------------------------------------------
+r19548 | ulfl | 2006-10-15 18:48:16 -0700 (Sun, 15 Oct 2006) | 3 lines
+Changed paths:
+   M /trunk/README.win32
+   M /trunk/docbook/wsdg_src/WSDG_chapter_libraries.xml
+   M /trunk/docbook/wsdg_src/WSDG_chapter_sources.xml
 
+deleted lot's of irrelevant/outdated content from README.win32.
 
+move content from the README.win32 file into the wsdg. I've moved the cygwin GCC info to a new Wiki page, it seems more promissing that it's getting updated in the future.
 ------------------------------------------------------------------------
-r16265 | guy | 2005-10-19 02:57:38 -0500 (Wed, 19 Oct 2005) | 2 lines
+r19549 | ulfl | 2006-10-15 19:37:06 -0700 (Sun, 15 Oct 2006) | 1 line
 Changed paths:
-   M /trunk/epan/dissectors/packet-cdp.c
+   M /trunk/doc/README.developer
+   A /trunk/doc/README.display_filter
 
-Point specifically to the CDP information on the various Cisco pages.
+split the display filter engine doc into it's own file
+------------------------------------------------------------------------
+r19550 | ulfl | 2006-10-15 20:23:43 -0700 (Sun, 15 Oct 2006) | 1 line
+Changed paths:
+   M /trunk/doc/README.binarytrees
 
+fix a typo
 ------------------------------------------------------------------------
-r16264 | jmayer | 2005-10-18 09:59:30 -0500 (Tue, 18 Oct 2005) | 1 line
+r19551 | ulfl | 2006-10-15 20:25:50 -0700 (Sun, 15 Oct 2006) | 4 lines
 Changed paths:
-   M /trunk/tools/pidl/TODO
-   M /trunk/tools/pidl/idl.yp
-   M /trunk/tools/pidl/lib/Parse/Pidl/Dump.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/IDL.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/NDR.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Client.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Client.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Header.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Parser.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Server.pm
-   M /trunk/tools/pidl/lib/Parse/Pidl/Samba3/Types.pm
-   M /trunk/tools/pidl/pidl
+   M /trunk/doc/README.developer
+
+- some more cleanup
+- mention the other README files
+- encode some @ chars to [AT] in mail addresses
 
-Update from samba tree
 ------------------------------------------------------------------------